@keyframes auth-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes auth-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.auth-screen{--auth-form-bg:#fff;--auth-form-ink:#0f172a;--auth-form-body:#64748b;--auth-form-line:#0f172a1f;--auth-form-field:#fff;--auth-neon:#b6ff2e;--auth-cyan:#22d3ee;--auth-blue:#38bdf8;--auth-brand-gradient:radial-gradient(ellipse 55% 40% at 80% 15%, #22d3ee1f, transparent 55%), radial-gradient(ellipse 45% 35% at 10% 80%, #b6ff2e24, transparent 50%), linear-gradient(160deg, #f3f7fb 0%, #eef3f8 55%, #eaf1f6 100%);--auth-brand-ink:#0f172a;--auth-brand-ink-soft:#475569;--auth-brand-ink-muted:#64748b;--auth-hl1:#0f172a;--auth-card-bg:linear-gradient(160deg, #ffffffeb, #f8fafcf5);--auth-card-border:#0f172a1f;--auth-card-shadow:0 22px 50px #0f172a1f;--auth-badge-bg:#ffffffe6;--auth-badge-border:#0f172a24;--auth-badge-shadow:0 12px 28px #0f172a24;--auth-live-ink:#475569;min-block-size:100vh;color:var(--auth-form-ink);font-family:var(--font-ui);background:var(--auth-form-bg);grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid}.auth-screen[data-theme=dark]{--auth-form-bg:#0b0f16;--auth-form-ink:#f8fafc;--auth-form-body:#94a3b8;--auth-form-line:#94a3b82e;--auth-form-field:#111827;--auth-brand-gradient:radial-gradient(ellipse 55% 40% at 80% 15%, #22d3ee24, transparent 55%), radial-gradient(ellipse 45% 35% at 10% 80%, #b6ff2e1a, transparent 50%), linear-gradient(160deg, #05070c 0%, #0a1018 55%, #070b12 100%);--auth-brand-ink:#f8fafc;--auth-brand-ink-soft:#94a3b8;--auth-brand-ink-muted:#64748b;--auth-hl1:#fff;--auth-card-bg:linear-gradient(160deg, #121826f0, #0a0e16f7);--auth-card-border:#94a3b82e;--auth-card-shadow:0 22px 50px #0006;--auth-badge-bg:#0c1018e0;--auth-badge-border:#94a3b833;--auth-badge-shadow:0 12px 28px #0000004d;--auth-live-ink:#cbd5e1}.auth-screen a{color:inherit;text-decoration:none}.auth-screen *{box-sizing:border-box}.auth-form-pane{background:var(--auth-form-bg);grid-template-rows:auto 1fr auto;min-block-size:100vh;padding:clamp(18px,3vw,28px) clamp(20px,4vw,56px);display:grid}.auth-form-top{justify-content:flex-end;align-items:center;gap:12px;display:flex}.auth-logo-mobile{display:none}.auth-switchers{gap:8px;display:flex}.auth-chip{appearance:none;border:1px solid var(--auth-form-line);min-block-size:36px;min-inline-size:44px;color:var(--auth-form-ink);font:inherit;cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;padding:0 12px;font-size:.78rem;font-weight:800;display:inline-flex}.auth-chip-icon{inline-size:36px;padding:0}.auth-chip-icon svg{width:16px;height:16px}.auth-form-body{align-content:center;justify-items:stretch;width:min(100%,420px);margin-inline:auto;animation:.45s ease-out both auth-rise;display:grid}.auth-form-body h2{letter-spacing:-.03em;margin:0;font-size:clamp(1.7rem,3vw,2.1rem);font-weight:800}.auth-form-body>.auth-lead{color:var(--auth-form-body);margin:8px 0 0;font-size:.98rem;line-height:1.7}.auth-fields{gap:14px;margin-block-start:26px;display:grid}.auth-fields label{gap:7px;display:grid}.auth-fields label>span{font-size:.88rem;font-weight:700}.auth-fields input,.auth-fields select{width:100%;border:1px solid var(--auth-form-line);background:var(--auth-form-field);min-block-size:48px;color:var(--auth-form-ink);font:inherit;border-radius:12px;outline:none;padding:0 14px;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.auth-fields input:focus,.auth-fields select:focus{border-color:#22d3ee8c;box-shadow:0 0 0 3px #22d3ee1f}.auth-pass-wrap{position:relative}.auth-pass-wrap input{padding-inline-end:44px}.auth-eye{appearance:none;color:var(--auth-form-body);cursor:pointer;background:0 0;border:0;place-items:center;padding:6px;display:grid;position:absolute;inset-block-start:50%;inset-inline-end:10px;transform:translateY(-50%)}.auth-eye svg{width:18px;height:18px}.auth-phone-block{gap:12px;display:grid}.auth-phone-country-label{gap:8px;display:grid}.auth-phone-country{border:1px solid var(--auth-form-line);background:var(--auth-form-field);min-block-size:48px;color:var(--auth-form-ink);font:inherit;cursor:pointer;border-radius:12px;padding:0 14px;font-size:.92rem;font-weight:700}.auth-phone-country:focus{border-color:#67e8f9;outline:2px solid #22d3ee59}.auth-phone-row{grid-template-columns:118px 1fr;gap:10px;display:grid}.auth-phone-code{border:1px solid var(--auth-form-line);background:var(--auth-form-field);min-block-size:48px;color:var(--auth-form-ink);border-radius:12px;justify-content:center;align-items:center;gap:6px;font-size:.9rem;font-weight:700;display:flex}.auth-row-between{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.auth-check{color:var(--auth-form-body);cursor:pointer;align-items:center;gap:8px;font-size:.86rem;font-weight:600;display:inline-flex}.auth-check input{accent-color:#22d3ee;width:16px;height:16px}.auth-link{color:var(--auth-form-body);font-size:.86rem;font-weight:700}.auth-link:hover,.auth-inline-link{color:#0891b2;font-weight:800}.auth-error{color:#dc2626;margin:0;font-size:.88rem;font-weight:700}.auth-success-box{background:#22d3ee14;border:1px solid #22d3ee40;border-radius:14px;margin-block-start:22px;padding:18px}.auth-success-box h3{margin:0 0 8px;font-size:1.05rem}.auth-success-box p{color:var(--auth-form-body);margin:0;line-height:1.7}.auth-submit{appearance:none;width:100%;color:#041018;min-block-size:52px;font:inherit;letter-spacing:.02em;cursor:pointer;background:linear-gradient(90deg,#b6ff2e 0%,#22d3ee 100%);border:0;border-radius:14px;margin-block-start:8px;font-size:.98rem;font-weight:800;transition:transform .15s,filter .15s;box-shadow:0 12px 30px #22d3ee40}.auth-submit:hover:not(:disabled){filter:brightness(1.03);transform:translateY(-1px)}.auth-submit:disabled{opacity:.55;cursor:not-allowed}.auth-alt{text-align:center;color:var(--auth-form-body);margin:18px 0 0;font-size:.9rem}.auth-alt a{color:var(--auth-form-ink);font-weight:800}.auth-form-foot{color:var(--auth-form-body);flex-wrap:wrap;justify-content:center;gap:18px;font-size:.78rem;font-weight:600;display:flex}.auth-brand-pane{min-block-size:100vh;color:var(--auth-brand-ink);background:var(--auth-brand-gradient);position:relative;overflow:hidden}.auth-brand-pane-inner{z-index:1;grid-template-rows:auto auto 1fr auto;gap:28px;min-block-size:100vh;padding:clamp(24px,4vw,40px);display:grid;position:relative}.auth-logo{align-items:center;gap:10px;font-weight:800;display:inline-flex}.auth-logo img{border-radius:50%;box-shadow:0 0 0 2px #b6ff2e59,0 0 0 4px #22d3ee33}.auth-brand-tag{color:var(--auth-neon);letter-spacing:.04em;text-transform:uppercase;max-inline-size:28rem;margin:10px 0 0;font-size:.78rem;font-weight:800;line-height:1.5}.auth-brand-copy h1{letter-spacing:-.03em;gap:4px;margin:0;font-size:clamp(1.8rem,3.4vw,2.7rem);font-weight:800;line-height:1.25;display:grid}.auth-hl-1{color:var(--auth-hl1)}.auth-hl-2{color:var(--auth-brand-ink-soft)}.auth-hl-3{background:linear-gradient(90deg,#22d3ee,#38bdf8);color:#0000;-webkit-background-clip:text;background-clip:text}.auth-brand-copy p{color:var(--auth-brand-ink-soft);max-inline-size:34rem;margin:12px 0 0;font-size:1rem;line-height:1.7}.auth-visual{place-items:center;min-block-size:360px;display:grid;position:relative}.auth-mascot{z-index:0;object-fit:contain;filter:drop-shadow(0 28px 40px #00000073);pointer-events:none;-webkit-user-select:none;user-select:none;width:min(58%,280px);height:auto;animation:6.5s ease-in-out infinite auth-float;position:relative}.auth-metric-card{z-index:2;border:1px solid var(--auth-card-border);background:var(--auth-card-bg);width:min(100%,280px);box-shadow:var(--auth-card-shadow);border-radius:18px;padding:16px 18px;animation:7.5s ease-in-out .35s infinite auth-float;position:absolute;inset-block-end:4%;inset-inline-start:2%}.auth-metric-card>small{color:var(--auth-brand-ink-soft);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:800}.auth-metric-grid{gap:10px;margin-block-start:12px;display:grid}.auth-metric-grid div{gap:4px;display:grid}.auth-metric-grid span{color:var(--auth-brand-ink-muted);font-size:.72rem;font-weight:700}.auth-metric-grid b{font-size:.98rem}.auth-metric-grid i{opacity:.85;background:linear-gradient(90deg,#22d3ee,#b6ff2e);border-radius:999px;height:5px;display:block}.auth-live{color:var(--auth-live-ink);align-items:center;gap:8px;margin:16px 0 0;font-size:.82rem;font-weight:600;display:flex}.auth-live span{background:var(--auth-neon);border-radius:50%;width:8px;height:8px;box-shadow:0 0 12px #b6ff2eb3}.auth-float-badges{margin:0;padding:0;list-style:none}.auth-badge{z-index:2;border:1px solid var(--auth-badge-border);background:var(--auth-badge-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-inline-size:200px;color:var(--auth-brand-ink);box-shadow:var(--auth-badge-shadow);border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.72rem;font-weight:700;line-height:1.3;animation:5.5s ease-in-out infinite auth-float;display:inline-flex;position:absolute}.auth-badge span{width:18px;height:18px;color:var(--auth-neon);background:#b6ff2e2e;border-radius:50%;place-items:center;font-size:.65rem;display:grid}.auth-badge-1{inset-block-start:6%;inset-inline-end:4%}.auth-badge-2{animation-delay:.4s;inset-block-start:22%;inset-inline-start:0}.auth-badge-3{animation-delay:.8s;inset-block-start:42%;inset-inline-end:0}.auth-badge-4{animation-delay:1.1s;inset-block-end:22%;inset-inline-end:8%}.auth-badge-5{animation-delay:.2s;inset-block-end:8%;inset-inline-start:42%}.auth-copy{color:var(--auth-brand-ink-muted);font-size:.78rem}.auth-screen.is-booting .auth-switchers{visibility:hidden}@media (max-width:980px){.auth-screen{grid-template-columns:1fr;grid-template-areas:"form""brand"}.auth-form-pane{min-block-size:auto;padding:16px 18px max(20px, env(safe-area-inset-bottom));grid-area:form}.auth-form-top{justify-content:space-between}.auth-logo-mobile{display:inline-flex}.auth-form-body{align-content:start;width:min(100%,440px);padding-block:18px 8px}.auth-brand-pane{order:0;grid-area:brand;min-block-size:auto}.auth-brand-pane-inner{grid-template-rows:auto auto;gap:16px;min-block-size:0;padding:8px 18px 24px}.auth-brand-head,.auth-brand-copy{display:none}.auth-visual{grid-template-columns:minmax(0,1fr);justify-items:center;gap:12px;min-block-size:0;display:grid}.auth-mascot{width:min(42%,180px);position:relative}.auth-metric-card{width:min(100%,360px);animation:none;position:relative;inset:auto}.auth-badge-1,.auth-badge-2,.auth-badge-3,.auth-badge-4,.auth-badge-5{display:none}}@media (max-width:560px){.auth-phone-row{grid-template-columns:108px minmax(0,1fr)}.auth-float-badges{display:none}.auth-mascot{width:min(48%,160px)}.auth-form-foot{gap:12px}.auth-row-between{flex-direction:column;align-items:flex-start}}
