:root{--bg:#fbfaf7;--surface:#fff;--surface-2:#f6f5f1;--surface-3:#efeee9;--line:#e8e6df;--line-strong:#d9d6cc;--ink:#0a2540;--ink-2:#425466;--ink-3:#6b7280;--ink-4:#8c95a1;--accent:#635bff;--accent-soft:#efeeff;--accent-hover:#524bd8;--brand:#99cb53;--brand-soft:#eef6dd;--brand-ink:#4d7a1f;--paid:#0f7a4e;--paid-soft:#ddf1e6;--wait:#b8680e;--wait-soft:#fbebd0;--fail:#d14343;--fail-soft:#fbe0e0;--new:#6b7280;--new-soft:#efeee9;--shadow-1:0 1px 2px #0a25400a, 0 1px 1px #0a254008;--shadow-2:0 4px 16px #0a25400f, 0 1px 2px #0a25400a;--shadow-3:0 12px 32px #0a254014, 0 2px 6px #0a25400a;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--font-ui:"Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--hairline:1px solid var(--line);--primary:#635bff;--primary-soft:#efeeff;--primary-hover:#524bd8;--primary-ink:#635bff}*{box-sizing:border-box}body,html{font-family:var(--font-ui);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv02", "cv03", "cv04", "cv11";margin:0;padding:0}button{font-family:var(--font-ui);cursor:pointer}input,select,textarea{font-family:var(--font-ui)}.mono{font-family:var(--font-mono);font-feature-settings:"tnum", "zero"}.accent-purple{--primary:var(--accent);--primary-soft:var(--accent-soft);--primary-hover:var(--accent-hover);--primary-ink:var(--accent)}.accent-green{--primary:var(--brand);--primary-soft:var(--brand-soft);--primary-hover:#84b842;--primary-ink:var(--brand-ink)}.accent-neutral{--primary:var(--ink);--primary-soft:var(--surface-3);--primary-hover:#1a3556;--primary-ink:var(--ink)}.t-display{letter-spacing:-.02em;font-size:44px;font-weight:700;line-height:1.05;font-family:var(--font-mono);font-feature-settings:"tnum", "zero"}.t-h1{letter-spacing:-.02em;font-size:28px;font-weight:700;line-height:1.15}.t-h2{letter-spacing:-.01em;font-size:20px;font-weight:600;line-height:1.25}.t-h3{letter-spacing:-.005em;font-size:16px;font-weight:600;line-height:1.3}.t-body{color:var(--ink-2);font-size:14px;font-weight:400;line-height:1.5}.t-small{color:var(--ink-3);font-size:13px;line-height:1.4}.t-tiny{color:var(--ink-4);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:500;line-height:1.3}.tag{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;height:22px;padding:3px 8px;font-size:12px;font-weight:500;line-height:1;display:inline-flex}.tag:before{content:"";background:currentColor;border-radius:999px;flex-shrink:0;width:6px;height:6px}.tag-paid{color:var(--paid);background:var(--paid-soft)}.tag-wait{color:var(--wait);background:var(--wait-soft)}.tag-fail{color:var(--fail);background:var(--fail-soft)}.tag-new{color:var(--new);background:var(--new-soft)}.tag-info{color:var(--accent);background:var(--accent-soft)}.tag-brand{color:var(--brand-ink);background:var(--brand-soft)}.tag.no-dot:before{display:none}.btn{white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:36px;padding:0 14px;font-size:14px;font-weight:500;text-decoration:none;transition:all .12s;display:inline-flex}.btn-primary{background:var(--primary,var(--accent));color:#fff;box-shadow:0 1px 2px #635bff2e,inset 0 1px #ffffff29}.btn-primary:hover{background:var(--primary-hover,var(--accent-hover))}.btn-secondary{background:var(--surface);color:var(--ink);border-color:var(--line-strong);box-shadow:var(--shadow-1)}.btn-secondary:hover{background:var(--surface-2)}.btn-ghost{color:var(--ink-2);background:0 0}.btn-ghost:hover{background:var(--surface-3);color:var(--ink)}.btn-lg{border-radius:10px;height:44px;padding:0 18px;font-size:15px}.card{background:var(--surface);border:var(--hairline);border-radius:var(--radius-lg);box-shadow:var(--shadow-1)}.progress{background:var(--surface-3);border-radius:999px;height:6px;position:relative;overflow:hidden}.progress-fill{background:var(--paid);border-radius:999px;height:100%;transition:width .3s}.progress-fill.partial{background:var(--wait)}.progress-fill.fail{background:var(--fail)}table.lk{border-collapse:collapse;width:100%;font-size:14px}table.lk thead th{text-align:left;color:var(--ink-3);letter-spacing:.02em;text-transform:uppercase;border-bottom:var(--hairline);background:var(--surface-2);padding:10px 12px;font-size:12px;font-weight:500}table.lk tbody td{border-bottom:var(--hairline);vertical-align:middle;padding:14px 12px}table.lk tbody tr:last-child td{border-bottom:none}table.lk tbody tr{cursor:pointer;transition:background .1s}table.lk tbody tr:hover{background:var(--surface-2)}.row-stripe{position:relative}.row-stripe:before{content:"";border-radius:0 3px 3px 0;width:3px;position:absolute;top:8px;bottom:8px;left:0}.row-stripe.s-fail:before{background:var(--fail)}.row-stripe.s-wait:before{background:var(--wait)}.row-stripe.s-paid:before{background:var(--paid)}.input,.select{border:1px solid var(--line-strong);background:var(--surface);height:36px;color:var(--ink);border-radius:8px;outline:none;padding:0 12px;font-size:14px;transition:border .12s,box-shadow .12s}.input:focus,.select:focus{border-color:var(--primary,var(--accent));box-shadow:0 0 0 3px var(--primary-soft,var(--accent-soft))}.divider{background:var(--line);height:1px;margin:16px 0}.kbd{font-family:var(--font-mono);background:var(--surface-2);border:1px solid var(--line);color:var(--ink-3);border-radius:4px;padding:1px 5px;font-size:11px}.cb{border:1.5px solid var(--line-strong);background:var(--surface);cursor:pointer;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .12s;display:inline-flex}.cb.checked{background:var(--primary,var(--accent));border-color:var(--primary,var(--accent))}.cb.checked:after{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:9px;height:5px;transform:rotate(-45deg)translate(1px,-1px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:none}}.fade-in{animation:.18s ease-out fadeIn}.auth-shell,.auth-shell *,.auth-shell :before,.auth-shell :after{box-sizing:border-box}.auth-shell{--bg:#f4f1ea;--surface:#fff;--ink:#0b0f0a;--ink-2:#16201a;--ink-soft:#4a524c;--ink-muted:#8e948e;--line:#e5e0d5;--line-strong:#c9c2b2;--accent:#c7ff3e;--accent-2:#b0ee1a;--accent-ink:#0b0f0a;--peach:#ff5a1f;--peach-soft:#ffb59a;--danger:#ff3b2c;--success:#c7ff3e;--brand-bg:#0b0f0a;--brand-ink:#f4f1ea;--brand-accent:#c7ff3e;font-feature-settings:"ss01", "cv11";-webkit-font-smoothing:antialiased;background:var(--bg);color:var(--ink);letter-spacing:-.005em;width:100%;min-height:100vh;font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.5;position:relative}.auth-shell a{color:inherit;text-decoration:none}.auth-shell button{font:inherit}.auth-shell .serif{letter-spacing:-.01em;font-family:Instrument Serif,Times New Roman,serif;font-style:italic;font-weight:400}.auth-shell .shell{grid-template-columns:minmax(0,.85fr) minmax(0,1fr);min-height:100vh;display:grid}.auth-shell .col-form{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.auth-shell .col-form-inner{z-index:10;flex-direction:column;flex:1;width:100%;max-width:520px;margin:0 auto 0 0;padding:64px 48px 64px 64px;display:flex;position:relative}.auth-shell .col-form-foot{z-index:10;position:relative}.auth-shell .topbar{justify-content:space-between;align-items:center;margin-bottom:56px;display:flex}.auth-shell .brand{letter-spacing:-.015em;align-items:center;gap:10px;font-size:15px;font-weight:600;display:inline-flex}.auth-shell .brand-mark{background:var(--ink);width:32px;height:32px;color:var(--accent);border-radius:8px;place-items:center;display:grid}.auth-shell .topbar-login{color:var(--ink-soft);align-items:center;gap:4px;font-size:13.5px;display:inline-flex}.auth-shell .topbar-login a{color:var(--ink);font-weight:500}.auth-shell .topbar-login a:hover{text-underline-offset:3px;text-decoration:underline}.auth-shell .headline{margin:0 0 40px}.auth-shell .headline-eyebrow{background:var(--ink);color:var(--accent);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;padding:5px 10px 5px 8px;font-size:11.5px;font-weight:500;display:inline-flex}.auth-shell .headline-eyebrow:before{content:"";background:var(--accent);width:6px;height:6px;box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 30%, transparent);border-radius:50%}.auth-shell .headline h1{letter-spacing:-.04em;text-wrap:balance;margin:0 0 14px;font-size:44px;font-weight:600;line-height:1}.auth-shell .headline h1 em{letter-spacing:-.01em;color:var(--ink);font-family:Instrument Serif,Times New Roman,serif;font-style:italic;font-weight:400}.auth-shell .headline p{color:var(--ink-soft);max-width:460px;margin:0;font-size:15px;line-height:1.55}.auth-shell .headline p strong{color:var(--ink);font-weight:600}.auth-shell .form{flex-direction:column;gap:14px;display:flex}.auth-shell .row-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.auth-shell .fld{background:var(--surface);border:1.5px solid var(--line-strong);border-radius:14px;transition:border-color .12s,box-shadow .12s;position:relative}.auth-shell .fld:focus-within{border-color:var(--ink);box-shadow:0 0 0 4px color-mix(in srgb, var(--accent) 24%, transparent)}.auth-shell .fld-err{border-color:var(--danger)}.auth-shell .fld-err:focus-within{box-shadow:0 0 0 4px color-mix(in srgb, var(--danger) 12%, transparent)}.auth-shell .fld input,.auth-shell .fld textarea{width:100%;font:inherit;color:var(--ink);border-radius:inherit;background:0 0;border:0;outline:none;padding:22px 14px 8px}.auth-shell .fld textarea{resize:vertical;min-height:120px;padding-top:26px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:13px;line-height:1.55}.auth-shell .fld label{color:var(--ink-muted);pointer-events:none;background:0 0;padding:0 2px;font-size:14px;transition:top .15s,font-size .15s,color .15s,transform .15s;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.auth-shell .fld textarea~label{top:18px;transform:none}.auth-shell .fld:focus-within label,.auth-shell .fld.has-value label{color:var(--ink-soft);font-size:11.5px;top:9px;transform:none}.auth-shell .fld textarea:focus~label,.auth-shell .fld.has-value textarea~label{top:9px}.auth-shell .fld-eye{color:var(--ink-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.auth-shell .fld-eye:hover{color:var(--ink);background:var(--bg)}.auth-shell .fld-suffix{color:var(--ink-muted);pointer-events:none;font-size:12px;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.auth-shell .fld-err-msg{color:var(--danger);margin:6px 0 0 4px;font-size:12px}.auth-shell .section-divider{color:var(--ink-muted);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:12px;margin:14px 0 4px;font-size:11.5px;font-weight:500;display:flex}.auth-shell .section-divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-shell .tabs{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:4px;display:grid}.auth-shell .tab{border:1.5px solid var(--line-strong);background:var(--surface);color:var(--ink-soft);cursor:pointer;text-align:left;border-radius:14px;justify-content:flex-start;align-items:center;gap:10px;padding:14px;font-size:14px;font-weight:500;transition:all .12s;display:inline-flex;position:relative}.auth-shell .tab:hover{border-color:var(--ink-soft);color:var(--ink)}.auth-shell .tab-radio{border:1.5px solid var(--line-strong);background:var(--surface);border-radius:50%;flex-shrink:0;place-items:center;width:18px;height:18px;transition:all .12s;display:grid}.auth-shell .tab-radio:after{content:"";background:0 0;border-radius:50%;width:8px;height:8px;transition:background .12s}.auth-shell .tab.on{background:var(--accent);color:var(--ink);border-color:var(--accent)}.auth-shell .tab.on .tab-radio{border-color:var(--ink);background:var(--ink)}.auth-shell .tab.on .tab-radio:after{background:var(--accent)}.auth-shell .tab-meta{flex-direction:column;gap:2px;display:flex}.auth-shell .tab-meta strong{font-size:14px;font-weight:600}.auth-shell .tab-meta small{color:var(--ink-muted);font-size:11.5px;font-weight:400}.auth-shell .tab.on .tab-meta small{color:color-mix(in srgb, var(--ink) 70%, transparent)}.auth-shell .toggle-line{color:var(--ink-soft);justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px;display:flex}.auth-shell .toggle-line a{color:var(--ink);border-bottom:1px dashed var(--line-strong);cursor:pointer;font-weight:500}.auth-shell .toggle-line a:hover{border-color:var(--ink)}.auth-shell .drop{background:var(--bg);border:1px dashed var(--line-strong);cursor:pointer;border-radius:12px;align-items:center;gap:14px;padding:18px;transition:background .12s,border-color .12s;display:flex}.auth-shell .drop:hover,.auth-shell .drop.on{background:var(--surface);border-color:var(--ink);border-style:solid}.auth-shell .drop-icon{background:var(--surface);border:1px solid var(--line);width:36px;height:36px;color:var(--ink-soft);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.auth-shell .drop-text{flex:1;min-width:0}.auth-shell .drop-text strong{color:var(--ink);font-size:14px;font-weight:500;display:block}.auth-shell .drop-text span{color:var(--ink-muted);margin-top:2px;font-size:12px;display:block}.auth-shell .file-card{background:var(--surface);border:1px solid var(--line-strong);border-radius:12px;align-items:center;gap:12px;padding:12px 14px;display:flex}.auth-shell .file-card .drop-icon{background:var(--ink);color:var(--surface);border-color:var(--ink)}.auth-shell .file-card-info{flex:1;min-width:0}.auth-shell .file-card-info strong{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;display:block;overflow:hidden}.auth-shell .file-card-info span{color:var(--ink-muted);font-size:12px;display:block}.auth-shell .file-card-x{color:var(--ink-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:6px}.auth-shell .file-card-x:hover{color:var(--danger);background:var(--bg)}.auth-shell .bots-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.auth-shell .bot{background:var(--surface);border:1px solid var(--line);cursor:pointer;text-align:left;border-radius:12px;align-items:center;gap:10px;padding:12px;transition:border-color .12s,background .12s;display:flex}.auth-shell .bot:hover{border-color:var(--line-strong)}.auth-shell .bot.on{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, var(--surface))}.auth-shell .bot-icon{background:var(--bg);width:28px;height:28px;color:var(--ink);border-radius:8px;flex-shrink:0;place-items:center;display:grid}.auth-shell .bot.tg .bot-icon{color:#fff;background:#229ed9}.auth-shell .bot.mx .bot-icon{background:var(--ink);color:#fff}.auth-shell .bot-meta{flex:1;min-width:0}.auth-shell .bot-meta strong{font-size:13px;font-weight:500;display:block}.auth-shell .bot-meta span{color:var(--ink-muted);font-size:11px;display:block}.auth-shell .bot-tick{border:1.5px solid var(--line-strong);color:#0000;border-radius:5px;flex-shrink:0;place-items:center;width:18px;height:18px;transition:all .12s;display:grid}.auth-shell .bot.on .bot-tick{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.auth-shell .consent{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--ink-soft);align-items:flex-start;gap:10px;margin-top:4px;font-size:13px;line-height:1.5;display:flex}.auth-shell .consent input{display:none}.auth-shell .consent-box{border:1.5px solid var(--line-strong);background:var(--surface);color:#0000;border-radius:5px;flex-shrink:0;place-items:center;width:18px;height:18px;margin-top:1px;transition:all .12s;display:grid}.auth-shell .consent input:checked+.consent-box{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.auth-shell .consent-txt a{color:var(--ink);border-bottom:1px solid var(--line-strong)}.auth-shell .consent-txt a:hover{border-color:var(--ink)}.auth-shell .consent-err .consent-box{border-color:var(--danger)}.auth-shell .submit-row{flex-direction:column;gap:12px;margin-top:12px;display:flex}.auth-shell .submit{background:var(--accent);width:100%;height:60px;color:var(--ink);letter-spacing:-.005em;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;font-size:16px;font-weight:600;transition:background .15s,transform 80ms,box-shadow .15s;display:inline-flex;box-shadow:0 0 #c7ff3e00}.auth-shell .submit:hover{background:var(--accent-2);box-shadow:0 8px 24px -8px color-mix(in srgb, var(--accent) 70%, transparent)}.auth-shell .submit:active{transform:scale(.98)}.auth-shell .submit:disabled{opacity:.55;cursor:not-allowed}.auth-shell .submit:disabled:hover{background:var(--accent);box-shadow:none}.auth-shell .submit-meta{text-align:center;color:var(--ink-muted);font-size:12.5px}.auth-shell .col-form-foot{border-top:1px solid var(--line);color:var(--ink-muted);justify-content:space-between;margin-top:32px;padding-top:20px;font-size:12px;display:flex}.auth-shell .col-form-foot a:hover{color:var(--ink)}.auth-shell .col-brand{background:var(--brand-bg);height:100vh;color:var(--brand-ink);flex-direction:column;justify-content:center;align-items:flex-end;padding:64px 48px 64px 64px;display:flex;position:sticky;top:0;overflow:hidden}.auth-shell .col-brand:before{content:"";background:radial-gradient(circle, var(--accent) 0%, color-mix(in srgb, var(--accent) 40%, transparent) 35%, transparent 65%);filter:blur(40px);opacity:.55;pointer-events:none;border-radius:50%;width:720px;height:720px;position:absolute;top:-200px;right:-260px}.auth-shell .col-brand:after{content:"";background:radial-gradient(circle, var(--peach) 0%, transparent 60%);filter:blur(60px);opacity:.35;pointer-events:none;border-radius:50%;width:380px;height:380px;position:absolute;bottom:-120px;left:-100px}.auth-shell .fish-tank{pointer-events:none;z-index:5;color:#fff;mix-blend-mode:difference;position:fixed;inset:0;overflow:hidden}.auth-shell .fish{will-change:transform;height:auto;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;left:0}.auth-shell .fish svg{width:100%;height:auto;display:block}.auth-shell .fish.fish-r{animation-name:auth-fish-swim-right}.auth-shell .fish.fish-l{animation-name:auth-fish-swim-left}@keyframes auth-fish-swim-right{0%{transform:translate(-20vw)}25%{transform:translate(15vw,-10px)}50%{transform:translate(45vw,6px)}75%{transform:translate(80vw,-8px)}to{transform:translate(120vw)}}@keyframes auth-fish-swim-left{0%{transform:translate(120vw)}25%{transform:translate(80vw,8px)}50%{transform:translate(45vw,-6px)}75%{transform:translate(15vw,10px)}to{transform:translate(-20vw)}}@media (prefers-reduced-motion:reduce){.auth-shell .fish{animation:none;opacity:0!important}}.auth-shell .brand-tag{background:var(--brand-accent);color:var(--ink);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-self:flex-start;align-items:center;gap:8px;padding:6px 14px 6px 10px;font-size:11.5px;font-weight:600;display:inline-flex;position:relative}.auth-shell .brand-tag:before{content:"";background:var(--ink);border-radius:50%;width:8px;height:8px;animation:2s infinite auth-pulse}@keyframes auth-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.6)}}.auth-shell .brand-headline{z-index:1;flex-direction:column;flex:1;justify-content:center;margin:48px 0;display:flex;position:relative}.auth-shell .brand-headline h2{letter-spacing:-.045em;text-wrap:balance;margin:0 0 24px;font-size:64px;font-weight:600;line-height:.95}.auth-shell .brand-headline h2 em{color:var(--brand-accent);letter-spacing:-.02em;font-family:Instrument Serif,Times New Roman,serif;font-style:italic;font-weight:400}.auth-shell .brand-headline p{color:#f4f1eab3;max-width:380px;margin:0;font-size:16px;line-height:1.6}.auth-shell .brand-pillars{z-index:1;border-top:1px solid #ffffff1f;grid-template-columns:1fr 1fr;gap:20px;margin-top:32px;padding-top:28px;display:grid;position:relative}.auth-shell .pillar{font-size:13px}.auth-shell .pillar-num{letter-spacing:-.03em;color:var(--brand-accent);margin-bottom:6px;font-size:36px;font-weight:600;line-height:1}.auth-shell .pillar-num em{color:var(--brand-ink);font-family:Instrument Serif,Times New Roman,serif;font-style:italic;font-weight:400}.auth-shell .pillar-lbl{color:#f4f1ea99;font-size:13px;line-height:1.4}.auth-shell .brand-foot{color:#f4f1ea80;z-index:1;justify-content:space-between;align-items:center;font-size:12px;display:flex;position:relative}.auth-shell .brand-foot a{color:#f4f1ead9}.auth-shell .login-headline{z-index:1;margin:0 0 40px;position:relative}.auth-shell .login-headline h2{letter-spacing:-.04em;color:var(--brand-ink);text-wrap:balance;margin:0 0 14px;font-size:44px;font-weight:600;line-height:1}.auth-shell .login-headline h2 em{color:var(--brand-accent);letter-spacing:-.02em;font-family:Instrument Serif,Times New Roman,serif;font-style:italic;font-weight:400}.auth-shell .brand-name{letter-spacing:-.01em;font-family:Unbounded,Geist,sans-serif;font-weight:700;display:inline-block}.auth-shell .login-headline p{color:#f4f1eab3;max-width:380px;margin:0;font-size:14.5px;line-height:1.55}.auth-shell .login-headline p strong{color:var(--brand-ink);font-weight:600}.auth-shell .login-form{z-index:1;flex-direction:column;gap:12px;width:100%;display:flex;position:relative}.auth-shell .fld-dark{background:#ffffff0d;border:1.5px solid #ffffff1f;border-radius:14px;transition:border-color .12s,box-shadow .12s,background .12s;position:relative}.auth-shell .fld-dark:focus-within{border-color:var(--brand-accent);box-shadow:0 0 0 4px color-mix(in srgb, var(--brand-accent) 18%, transparent);background:#ffffff14}.auth-shell .fld-dark.fld-err{border-color:var(--danger)}.auth-shell .fld-dark input{width:100%;font:inherit;color:var(--brand-ink);border-radius:inherit;background:0 0;border:0;outline:none;padding:22px 14px 8px}.auth-shell .fld-dark label{color:#f4f1ea8c;pointer-events:none;font-size:14px;transition:top .15s,font-size .15s,color .15s,transform .15s;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.auth-shell .fld-dark:focus-within label,.auth-shell .fld-dark.has-value label{color:#f4f1eaa6;font-size:11.5px;top:9px;transform:none}.auth-shell .fld-dark .fld-eye{color:#f4f1ea80}.auth-shell .fld-dark .fld-eye:hover{color:var(--brand-ink);background:#ffffff14}.auth-shell .login-submit{background:var(--brand-accent);width:100%;height:56px;color:var(--ink);letter-spacing:-.005em;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;margin-top:4px;font-size:15.5px;font-weight:600;transition:background .15s,transform 80ms,box-shadow .15s;display:inline-flex}.auth-shell .login-submit:hover{background:var(--accent-2);box-shadow:0 8px 24px -8px color-mix(in srgb, var(--brand-accent) 70%, transparent)}.auth-shell .login-submit:active{transform:scale(.98)}.auth-shell .login-submit:disabled{opacity:.55;cursor:not-allowed}.auth-shell .login-meta{color:#f4f1ea8c;justify-content:flex-end;align-items:center;margin-top:4px;font-size:12.5px;display:flex}.auth-shell .login-meta a{color:#f4f1ead9;border-bottom:1px solid #fff3}.auth-shell .login-meta a:hover{color:var(--brand-accent);border-color:var(--brand-accent)}.auth-shell .login-form-error{background:color-mix(in srgb, var(--danger) 18%, transparent);color:#ffc9c2;border:1px solid color-mix(in srgb, var(--danger) 40%, transparent);border-radius:12px;padding:11px 14px;font-size:13px}.auth-shell .col-brand-wrap{z-index:10;flex-direction:column;width:100%;max-width:520px;min-height:0;display:flex;position:relative}.auth-shell .success-wrap{flex-direction:column;flex:1;justify-content:center;width:100%;max-width:480px;margin:0 auto;padding:40px 48px;display:flex}.auth-shell .success-mark{background:var(--accent);width:72px;height:72px;color:var(--ink);border-radius:50%;place-items:center;margin-bottom:28px;display:grid;position:relative}.auth-shell .success-mark:after{content:"";border:1px dashed var(--ink);opacity:.25;border-radius:50%;animation:12s linear infinite auth-spin;position:absolute;inset:-8px}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-shell .success-wrap h1{letter-spacing:-.025em;margin:0 0 12px;font-size:28px;font-weight:600;line-height:1.15}.auth-shell .success-wrap>p{color:var(--ink-soft);margin:0 0 32px;font-size:15px;line-height:1.55}.auth-shell .success-wrap>p strong{color:var(--ink);font-weight:500}.auth-shell .timeline{border-left:1px solid var(--line);flex-direction:column;gap:0;margin:0 0 32px;padding:0;list-style:none;display:flex}.auth-shell .timeline li{padding:12px 0 12px 28px;position:relative}.auth-shell .timeline li:before{content:"";background:var(--surface);border:2px solid var(--line-strong);border-radius:50%;width:9px;height:9px;position:absolute;top:18px;left:-5px}.auth-shell .timeline li.done:before{background:var(--accent);border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 24%, transparent)}.auth-shell .timeline strong{font-size:14px;font-weight:500;display:block}.auth-shell .timeline span{color:var(--ink-muted);margin-top:2px;font-size:13px;display:block}.auth-shell .success-actions{gap:10px;display:flex}.auth-shell .auth-btn-primary{background:var(--accent);height:48px;color:var(--ink);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 22px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.auth-shell .auth-btn-primary:hover{background:var(--accent-2)}.auth-shell .auth-btn-secondary{height:48px;color:var(--ink);border:1.5px solid var(--ink);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 22px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.auth-shell .auth-btn-secondary:hover{background:var(--ink);color:var(--accent)}.auth-shell .form-error{background:color-mix(in srgb, var(--danger) 10%, var(--surface));color:var(--danger);border:1px solid color-mix(in srgb, var(--danger) 30%, transparent);border-radius:12px;margin-bottom:4px;padding:12px 14px;font-size:13.5px}@media (width<=980px){.auth-shell .shell{grid-template-columns:1fr}.auth-shell .col-brand{height:auto;padding:40px 32px;position:static}.auth-shell .col-brand:before{display:none}.auth-shell .brand-headline{margin:24px 0}.auth-shell .brand-headline h2{font-size:32px}.auth-shell .brand-pillars{grid-template-columns:1fr 1fr}.auth-shell .col-form-inner{padding:32px 24px 48px}.auth-shell .topbar{margin-bottom:32px}.auth-shell .row-2,.auth-shell .bots-row{grid-template-columns:1fr}}
