.v3-shell .auth-page{min-height:100vh;display:grid;grid-template-columns:1fr;background:var(--bg-page);position:relative;overflow-x:hidden}.v3-shell .auth-page:before{content:"";position:absolute;inset:0;background-image:radial-gradient(var(--brand-500) 1px,transparent 1px);background-size:24px 24px;opacity:.04;pointer-events:none}.v3-shell .auth-top{position:absolute;top:24px;left:24px;right:24px;display:flex;align-items:center;justify-content:space-between;z-index:5}.v3-shell .auth-brand{display:inline-flex;align-items:center;gap:10px;font-weight:var(--fw-semi);color:var(--fg-1);font-size:var(--fs-14)}.v3-shell .auth-brand .mark{width:28px;height:28px;border-radius:8px;background:var(--fg-1);color:white;display:grid;place-items:center;font-size:13px;font-weight:var(--fw-bold);letter-spacing:-.02em}.v3-shell .auth-lang{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:var(--r-pill);background:var(--surface-card);font-size:var(--fs-12);font-weight:var(--fw-medium);color:var(--fg-2);box-shadow:var(--shadow-sm);cursor:pointer}.v3-shell .auth-lang select{appearance:none;background:transparent;border:0;font:inherit;color:inherit;cursor:pointer;padding-right:12px}.v3-shell .auth-wrap{width:100%;max-width:440px;margin:0 auto;padding:96px 24px 48px;position:relative;z-index:2}.v3-shell .auth-wrap.wide{max-width:720px}.v3-shell .auth-head{text-align:center;margin-bottom:28px}.v3-shell .auth-head .crest{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--r-md);background:var(--brand-50);color:var(--brand-700);margin-bottom:20px}.v3-shell .auth-head h1{font-size:22px;font-weight:var(--fw-semi);letter-spacing:-.02em;color:var(--fg-1);margin:0 0 6px}.v3-shell .auth-head p{font-size:var(--fs-14);color:var(--fg-2);margin:0}.v3-shell .auth-card{background:var(--surface-card);border:1px solid var(--hairline);border-radius:var(--r-xl);padding:var(--sp-7);position:relative;overflow:hidden}.v3-shell .auth-banner{margin:calc(var(--sp-7) * -1) calc(var(--sp-7) * -1) var(--sp-6);padding:var(--sp-3) var(--sp-5);font-size:var(--fs-12);font-weight:var(--fw-medium);text-align:center}.v3-shell .auth-banner.info{background:var(--status-info-bg);color:var(--status-info-fg)}.v3-shell .auth-banner.success{background:var(--status-ok-bg);color:var(--status-ok-fg)}.v3-shell .auth-banner.warn{background:var(--status-warn-bg);color:var(--status-warn-fg)}.v3-shell .auth-banner.muted{background:var(--surface-muted);color:var(--fg-2)}.v3-shell .inviter-card{display:flex;align-items:center;gap:var(--sp-3);padding:var(--sp-3) var(--sp-4);background:var(--brand-50);border:1px solid color-mix(in srgb,var(--brand-500) 12%,transparent);border-radius:var(--r-md);margin-bottom:var(--sp-5)}.v3-shell .inviter-card .logo{width:40px;height:40px;border-radius:var(--r-sm);background:var(--fg-1);color:white;display:grid;place-items:center;font-weight:var(--fw-semi);font-size:var(--fs-14);flex-shrink:0}.v3-shell .inviter-card .label{font-size:var(--fs-11);color:var(--brand-700);text-transform:uppercase;letter-spacing:var(--tr-loose);font-weight:var(--fw-medium)}.v3-shell .inviter-card .firm{font-size:var(--fs-14);color:var(--fg-1);font-weight:var(--fw-semi);margin-top:2px}.v3-shell .inviter-card .role{font-size:var(--fs-12);color:var(--fg-2);margin-top:1px}.v3-shell .inviter-card .change{margin-left:auto;font-size:var(--fs-12);color:var(--brand-700);font-weight:var(--fw-medium);background:transparent;border:0;cursor:pointer}.v3-shell .form{display:flex;flex-direction:column;gap:var(--sp-4)}.v3-shell .form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--sp-3)}.v3-shell .field{display:flex;flex-direction:column;gap:6px}.v3-shell .field-label{display:flex;align-items:center;gap:6px;font-size:var(--fs-13);color:var(--fg-1);font-weight:var(--fw-medium)}.v3-shell .field-hint{font-size:var(--fs-12);color:var(--fg-3)}.v3-shell .field-error{color:var(--status-danger-fg)}.v3-shell .field-error,.v3-shell .field-ok{font-size:var(--fs-12);display:inline-flex;align-items:center;gap:4px}.v3-shell .field-ok{color:var(--status-ok-fg)}.v3-shell .input-shell{position:relative;display:flex;align-items:center;background:var(--surface-muted);border:1px solid transparent;border-radius:var(--r-md);transition:var(--t-hover)}.v3-shell .input-shell:focus-within{background:var(--surface-card);border-color:var(--brand-500);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-500) 16%,transparent)}.v3-shell .input-shell .icon{position:absolute;left:12px;color:var(--fg-3);display:grid;place-items:center;pointer-events:none}.v3-shell .input-shell input{width:100%;border:0;background:transparent;padding:11px 12px 11px 38px;font:inherit;font-size:var(--fs-14);color:var(--fg-1);outline:none;letter-spacing:-.005em}.v3-shell .input-shell input::placeholder{color:var(--fg-3)}.v3-shell .input-shell .suffix{position:absolute;right:10px;display:inline-flex;align-items:center;gap:4px}.v3-shell .input-shell .toggle-pw{background:transparent;border:0;color:var(--fg-3);cursor:pointer;padding:4px;border-radius:var(--r-sm)}.v3-shell .input-shell .toggle-pw:hover{color:var(--fg-1);background:var(--surface-muted)}.v3-shell .input-shell.readonly{background:var(--surface-inset);color:var(--fg-2)}.v3-shell .input-shell.readonly input{color:var(--fg-2);cursor:default}.v3-shell .pw-meter{display:flex;gap:4px;margin-top:6px}.v3-shell .pw-bar{flex:1;height:4px;border-radius:2px;background:var(--surface-muted);transition:background var(--dur-fast) var(--ease-out-expo)}.v3-shell .pw-bar.s1{background:var(--status-danger-fg)}.v3-shell .pw-bar.s2{background:var(--status-warn-fg)}.v3-shell .pw-bar.s3{background:var(--brand-500)}.v3-shell .pw-bar.s4{background:var(--status-ok-fg)}.v3-shell .pw-label{font-size:var(--fs-12);color:var(--fg-2);margin-top:4px}.v3-shell .pw-label.weak{color:var(--status-danger-fg)}.v3-shell .pw-label.fair{color:var(--status-warn-fg)}.v3-shell .pw-label.good{color:var(--brand-700)}.v3-shell .pw-label.strong{color:var(--status-ok-fg)}.v3-shell .pw-checklist{display:grid;grid-template-columns:1fr 1fr;gap:4px 12px;margin-top:8px}.v3-shell .pw-check{display:inline-flex;align-items:center;gap:6px;font-size:var(--fs-12);color:var(--fg-3)}.v3-shell .pw-check.met{color:var(--status-ok-fg)}.v3-shell .pw-check .dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.6}.v3-shell .radio-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--sp-3)}.v3-shell .radio-card{border:1px solid var(--hairline-strong);border-radius:var(--r-md);padding:var(--sp-3);cursor:pointer;display:flex;flex-direction:column;gap:2px;transition:var(--t-hover);background:var(--surface-card)}.v3-shell .radio-card:hover{border-color:var(--fg-3)}.v3-shell .radio-card.active{border-color:var(--brand-500);background:var(--brand-50)}.v3-shell .radio-card .title{font-size:var(--fs-13);font-weight:var(--fw-semi);color:var(--fg-1)}.v3-shell .radio-card.active .title{color:var(--brand-700)}.v3-shell .radio-card .sub{font-size:var(--fs-11);color:var(--fg-3)}.v3-shell .role-grid{display:grid;grid-template-columns:1fr;gap:var(--sp-3)}.v3-shell .role-card{display:grid;grid-template-columns:44px 1fr auto;gap:var(--sp-4);align-items:center;padding:var(--sp-4);border-radius:var(--r-md);border:1px solid var(--hairline-strong);background:var(--surface-card);cursor:pointer;transition:var(--t-hover);text-decoration:none}.v3-shell .role-card:hover{border-color:var(--brand-500);box-shadow:var(--shadow-md);transform:translateY(-1px)}.v3-shell .role-card .role-icon{width:44px;height:44px;border-radius:var(--r-md);display:grid;place-items:center;background:var(--brand-50);color:var(--brand-700)}.v3-shell .role-card.alt .role-icon{background:var(--status-ok-bg);color:var(--status-ok-fg)}.v3-shell .role-card.warn .role-icon{background:var(--status-warn-bg);color:var(--status-warn-fg)}.v3-shell .role-card .role-title{font-size:var(--fs-15);font-weight:var(--fw-semi);color:var(--fg-1);letter-spacing:-.01em}.v3-shell .role-card .role-sub{font-size:var(--fs-12);color:var(--fg-3);margin-top:2px}.v3-shell .role-card .arrow{color:var(--fg-3);transition:var(--t-hover)}.v3-shell .role-card:hover .arrow{color:var(--brand-500);transform:translateX(2px)}.v3-shell .steps{display:inline-flex;align-items:center;gap:6px;margin-bottom:var(--sp-5);padding:4px 12px;border-radius:var(--r-pill);background:var(--surface-muted);font-size:var(--fs-12);color:var(--fg-2);font-weight:var(--fw-medium)}.v3-shell .steps .dot{width:6px;height:6px;border-radius:50%;background:var(--fg-4)}.v3-shell .steps .dot.active{background:var(--brand-500)}.v3-shell .steps .dot.done{background:var(--status-ok-fg)}.v3-shell .auth-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:11px 16px;border-radius:var(--r-md);background:var(--fg-1);color:white;font-size:var(--fs-14);font-weight:var(--fw-semi);border:0;cursor:pointer;transition:var(--t-hover)}.v3-shell .auth-btn:hover{background:#1e293b}.v3-shell .auth-btn:disabled{opacity:.5;cursor:not-allowed}.v3-shell .auth-btn.brand{background:var(--brand-500)}.v3-shell .auth-btn.brand:hover{background:var(--brand-600)}.v3-shell .auth-btn.ghost{background:transparent;color:var(--fg-1);border:1px solid var(--hairline-strong)}.v3-shell .auth-btn.ghost:hover{background:var(--surface-muted)}.v3-shell .auth-btn .spin{width:14px;height:14px;border:2px solid color-mix(in srgb,currentColor 30%,transparent);border-top-color:currentcolor;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.v3-shell .auth-foot{margin-top:var(--sp-6);text-align:center;font-size:var(--fs-13);color:var(--fg-2)}.v3-shell .auth-foot a{color:var(--brand-700);font-weight:var(--fw-medium)}.v3-shell .auth-foot a:hover{text-decoration:underline}.v3-shell .auth-fineprint{margin-top:var(--sp-5);text-align:center;font-size:var(--fs-11);color:var(--fg-3)}.v3-shell .auth-fineprint a{color:inherit;text-decoration:underline}.v3-shell .inline-actions{display:flex;align-items:center;justify-content:space-between;font-size:var(--fs-13)}.v3-shell .inline-actions a{color:var(--brand-700);font-weight:var(--fw-medium)}.v3-shell .inline-actions a:hover{text-decoration:underline}.v3-shell .otp-group{display:flex;gap:var(--sp-2);justify-content:center}.v3-shell .otp-box{width:48px;height:56px;text-align:center;font-size:22px;font-weight:var(--fw-semi);font-variant-numeric:tabular-nums;background:var(--surface-muted);border:1px solid transparent;border-radius:var(--r-md);color:var(--fg-1);outline:none;transition:var(--t-hover)}.v3-shell .otp-box.filled,.v3-shell .otp-box:focus{background:var(--surface-card);border-color:var(--brand-500)}.v3-shell .status-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--sp-3) 0 var(--sp-2)}.v3-shell .status-hero .icon-wrap{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;margin-bottom:var(--sp-5)}.v3-shell .status-hero .icon-wrap.brand{background:var(--brand-50);color:var(--brand-700)}.v3-shell .status-hero .icon-wrap.ok{background:var(--status-ok-bg);color:var(--status-ok-fg)}.v3-shell .status-hero .icon-wrap.warn{background:var(--status-warn-bg);color:var(--status-warn-fg)}.v3-shell .status-hero .icon-wrap.danger{background:var(--status-danger-bg);color:var(--status-danger-fg)}.v3-shell .status-hero h2{font-size:18px;font-weight:var(--fw-semi);color:var(--fg-1);margin:0 0 6px;letter-spacing:-.01em}.v3-shell .status-hero p{font-size:var(--fs-14);color:var(--fg-2);margin:0;line-height:1.5;max-width:360px}.v3-shell .status-hero .email-pill{margin-top:var(--sp-4);padding:8px 14px;font-size:var(--fs-13);color:var(--fg-1);font-weight:var(--fw-medium);word-break:break-all}.v3-shell .help-inset,.v3-shell .status-hero .email-pill{background:var(--surface-muted);border-radius:var(--r-md)}.v3-shell .help-inset{margin-top:var(--sp-5);padding:var(--sp-4);text-align:left}.v3-shell .help-inset h4{font-size:var(--fs-12);font-weight:var(--fw-semi);color:var(--fg-1);margin:0 0 6px;text-transform:uppercase;letter-spacing:var(--tr-loose)}.v3-shell .help-inset ul{list-style:disc;padding-left:16px;margin:0;font-size:var(--fs-12);color:var(--fg-2);line-height:1.7}.v3-shell .country-select{position:relative}.v3-shell .country-select select{width:100%;appearance:none;background:var(--surface-muted);border:1px solid transparent;border-radius:var(--r-md);padding:11px 36px 11px 12px;font:inherit;font-size:var(--fs-14);color:var(--fg-1);outline:none;cursor:pointer}.v3-shell .country-select select:focus{background:var(--surface-card);border-color:var(--brand-500);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-500) 16%,transparent)}.v3-shell .country-select .caret{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--fg-3);pointer-events:none}.v3-shell .or-divider{display:flex;align-items:center;gap:10px;margin:var(--sp-5) 0;color:var(--fg-3);font-size:var(--fs-12)}.v3-shell .or-divider:after,.v3-shell .or-divider:before{content:"";flex:1;height:1px;background:var(--hairline)}.v3-shell .expires-chip{display:inline-flex;align-items:center;gap:4px;margin-top:var(--sp-3);font-size:var(--fs-11);color:var(--fg-3);padding:3px 8px;border-radius:var(--r-pill);background:var(--surface-muted)}