:root{--sof-brand:#129382;--sof-brand-rgb:18, 147, 130;--sof-brand-light:#1bb39f;--sof-brand-dark:#075e54;--sof-brand-deep:#074f49;--sof-accent-blue:#2563eb;--sof-accent-amber:#d97706;--sof-accent-rose:#db2777;--sof-success:#12805c;--sof-warning:#b7791f;--sof-danger:#b42318;--sof-info:#087ea4;--sof-overlay:#0f172a8a;--sof-bg:#f4f9f8;--sof-bg-soft:#eef7f5;--sof-surface:#fff;--sof-surface-soft:#f7fbfa;--sof-border:#cdebe4;--sof-border-strong:#9dd4ca;--sof-text:#172033;--sof-text-soft:#334155;--sof-muted:#64748b;--sof-radius-xs:4px;--sof-radius-sm:6px;--sof-radius:8px;--sof-radius-lg:10px;--sof-shadow-sm:0 8px 22px #0f172a0f;--sof-shadow:0 16px 40px #075e541f;--sof-shadow-lg:0 24px 70px #075e5429;--sof-focus:0 0 0 3px rgba(var(--sof-brand-rgb), .18);--sof-table-header:linear-gradient(180deg, #fff 0%, var(--sof-surface-soft) 100%);--sof-dark-panel:#14201f;--sof-dark-panel-soft:#1f302e;--sof-dark-border:#ffffff21;--sof-gradient:linear-gradient(135deg, var(--sof-brand-light) 0%, var(--sof-brand) 48%, var(--sof-brand-dark) 100%);--sof-gradient-soft:radial-gradient(circle at 16% 0%, #1bb39f29, transparent 30%), linear-gradient(135deg, #12938214, #ffffffeb 46%, #075e5414);--sof-font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;--auth-bg:#f4f9f8;--auth-panel:#fff;--auth-panel-muted:#f8fafc;--auth-text:#172033;--auth-muted:#5d6b82;--auth-border:#d9e1ea;--auth-border-strong:#b7c4d3;--auth-green:#129382;--auth-green-dark:#075e54;--auth-green-deep:#074f49;--auth-green-light:#1bb39f;--auth-teal:var(--auth-green);--auth-teal-dark:var(--auth-green-dark);--auth-magenta:#c9005a;--auth-success:#137a46;--auth-success-bg:#eaf8f0;--auth-error:#b42318;--auth-error-bg:#fff1f0;--auth-shadow:0 24px 70px #075e5429;--auth-pattern:none;--auth-green-gradient:linear-gradient(160deg, var(--auth-green-light) 0%, var(--auth-green) 42%, #0a766c 72%, var(--auth-green-dark) 100%)}*{box-sizing:border-box}html,body,#auth-app{min-height:100%}body{background:radial-gradient(circle at 96% 0%, #1bb39f29, transparent 30%), linear-gradient(180deg, #fff 0%, var(--auth-bg) 100%);color:var(--auth-text);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:var(--auth-teal-dark)}.auth-page{background:radial-gradient(circle at 78% 14%, #1bb39f1f, transparent 28%), linear-gradient(180deg, #fff 0%, var(--auth-bg) 100%);grid-template-columns:minmax(360px,.95fr) minmax(420px,1.05fr);min-height:100dvh;display:grid}.auth-page:before{content:"";pointer-events:none;background-image:var(--auth-pattern);opacity:.18;background-size:380px;position:fixed;inset:0}.auth-visual,.auth-panel{z-index:1;position:relative}.auth-visual{background:radial-gradient(circle at 16% 0%, #fff3, transparent 31%), var(--auth-green-gradient), var(--auth-pattern);background-blend-mode:normal, normal, soft-light;color:#fff;background-size:auto,auto,520px;flex-direction:column;justify-content:space-between;min-height:100dvh;padding:42px;display:flex}.auth-brand{color:#fff;align-items:center;gap:14px;width:max-content;font-size:22px;font-weight:800;text-decoration:none;display:inline-flex}.auth-brand img,.auth-form-logos img,.auth-noscript img{background:#fff;border-radius:8px;display:block}.auth-brand-logos,.auth-form-logos,.auth-noscript-logos{align-items:center;gap:12px;display:inline-flex}.auth-company-logo{object-fit:cover}.auth-brand .auth-company-logo,.auth-brand-logos .auth-company-logo{width:64px;height:64px}.auth-app-logo{object-fit:contain;width:auto;max-width:190px;height:40px;padding:8px 12px}.auth-visual-copy{max-width:520px}.auth-eyebrow{color:#e5fbf6;background:#ffffff14;border:1px solid #ffffff59;border-radius:8px;width:max-content;margin:0 0 18px;padding:7px 10px;font-size:13px;font-weight:700}.auth-visual h1{color:#fff;letter-spacing:0;margin:0 0 18px;font-size:clamp(36px,5vw,64px);font-weight:850;line-height:1.02}.auth-visual-copy p:last-child{color:#e5fbf6;max-width:460px;margin:0;font-size:18px;line-height:1.6}.auth-safety{border-top:1px solid #ffffff3d;max-width:560px;padding-top:28px}.auth-safety h2{color:#fff;margin:0 0 14px;font-size:18px}.auth-safety ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.auth-safety li{color:#eefcf8;padding-left:18px;line-height:1.45;position:relative}.auth-safety li:before{content:"";background:var(--auth-magenta);border-radius:999px;width:7px;height:7px;position:absolute;top:.72em;left:0}.auth-panel{background:radial-gradient(circle at 18% 14%,#1bb39f21,#0000 28%),linear-gradient(135deg,#12938212,#ffffffeb 42%,#075e5414);place-items:center;min-height:100dvh;padding:36px;display:grid}.auth-form-shell{width:min(100%,480px);box-shadow:var(--auth-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border:1px solid #1293822e;border-radius:8px;padding:34px}.auth-form-header{margin-bottom:26px}.auth-form-logos{margin-bottom:18px}.auth-form-logos .auth-company-logo{width:84px;height:84px}.auth-form-logos .auth-app-logo{width:auto;max-width:240px;height:54px;padding:9px 12px}.auth-noscript-logos .auth-company-logo{width:96px;height:96px}.auth-noscript-logos .auth-app-logo{width:auto;max-width:280px;height:60px;padding:10px 14px}.auth-form-kicker{color:var(--auth-teal-dark);margin:0 0 8px;font-size:13px;font-weight:800}.auth-form-header h2{color:var(--auth-text);letter-spacing:0;margin:0;font-size:30px;font-weight:850;line-height:1.18}.auth-form-header p:last-child{color:var(--auth-muted);margin:12px 0 0;font-size:15px;line-height:1.55}.auth-alert{border-radius:8px;margin-bottom:18px;padding:13px 14px;font-size:14px;line-height:1.45}.auth-alert p{margin:0}.auth-alert p+p{margin-top:6px}.auth-alert--success{background:var(--auth-success-bg);color:var(--auth-success);border:1px solid #137a4640}.auth-alert--error{background:var(--auth-error-bg);color:var(--auth-error);border:1px solid #b4231840}.auth-toast{color:#075e54;background:linear-gradient(135deg,#f2fbf8fa,#fffffff5);border:1px solid #075e5438;border-radius:8px;margin-bottom:18px;padding:12px 14px;font-size:14px;font-weight:750;line-height:1.45;box-shadow:0 12px 28px #075e541f}.auth-details{background:#f2fbf8;border:1px solid #1293822e;border-radius:8px;gap:10px;margin:0 0 18px;padding:14px;display:grid}.auth-details div{justify-content:space-between;align-items:center;gap:14px;display:flex}.auth-details dt,.auth-details dd{margin:0;font-size:13px;line-height:1.4}.auth-details dt{color:var(--auth-muted);font-weight:700}.auth-details dd{color:var(--auth-text);text-align:right;overflow-wrap:anywhere;font-weight:850}.auth-social{gap:10px;margin-bottom:18px;display:grid}.auth-social-link,.auth-submit,.auth-secondary-submit{border-radius:8px;justify-content:center;align-items:center;min-height:46px;font-size:15px;font-weight:800;text-decoration:none;display:inline-flex}.auth-social-link{border:1px solid var(--auth-border);color:var(--auth-text);background:var(--auth-panel)}.auth-form{gap:16px;display:grid}.auth-field{gap:7px;display:grid}.auth-field label{color:var(--auth-text);font-size:14px;font-weight:750}.auth-field input{border:1px solid var(--auth-border);background:var(--auth-panel-muted);width:100%;min-height:48px;color:var(--auth-text);font:inherit;border-radius:8px;outline:none;padding:0 14px}.auth-field input::placeholder{color:#8b98aa}.auth-field input:focus{border-color:var(--auth-teal);background:#fff;box-shadow:0 0 0 4px #12938229}.auth-field input[readonly]{color:#134e4a;cursor:default;background:linear-gradient(#f0fdfaeb,#fffffffa);border-color:#0f766e38}.auth-field--error input{background:snow;border-color:#b42318b3}.auth-field-help{color:var(--auth-muted);margin:0;font-size:12px;line-height:1.4}.auth-error{color:var(--auth-error);margin:0;font-size:13px;line-height:1.4}.auth-check{color:var(--auth-muted);align-items:flex-start;gap:10px;font-size:14px;line-height:1.4;display:flex}.auth-check input{width:18px;height:18px;accent-color:var(--auth-teal);margin:1px 0 0}.auth-submit{color:#fff;background:linear-gradient(135deg, var(--auth-green-light) 0%, var(--auth-green) 48%, var(--auth-green-dark) 100%);cursor:pointer;border:0;width:100%;transition:transform .16s,box-shadow .16s,filter .16s;box-shadow:0 14px 28px #075e5438}.auth-submit:hover,.auth-submit:focus{filter:brightness(.96);transform:translateY(-1px);box-shadow:0 16px 32px #075e5445}.auth-submit:focus{outline-offset:2px;outline:4px solid #12938233}.auth-code-input{text-align:center;font-size:24px;font-weight:850}.auth-code-entry{border:1px solid var(--auth-border);background:var(--auth-panel-muted);border-radius:8px;grid-template-columns:minmax(72px,auto) 18px minmax(0,1fr);align-items:center;gap:8px;width:100%;min-height:50px;padding:5px 10px 5px 8px;transition:border-color .16s,box-shadow .16s,background .16s;display:grid}.auth-code-entry:focus-within{border-color:var(--auth-teal);background:#fff;box-shadow:0 0 0 4px #12938229}.auth-field--error .auth-code-entry{background:snow;border-color:#b42318b3}.auth-code-prefix{color:#075e54;white-space:nowrap;background:linear-gradient(135deg,#e7faf4,#fff);border-radius:8px;justify-content:center;align-items:center;min-height:38px;padding:0 12px;font-size:18px;font-weight:900;line-height:1;display:inline-flex}.auth-code-separator{color:var(--auth-muted);text-align:center;font-size:20px;font-weight:850}.auth-code-entry .auth-code-entry__input{min-height:38px;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0 8px}.auth-code-entry .auth-code-entry__input:focus{box-shadow:none;background:0 0;border-color:#0000}.auth-resend-form{gap:10px;margin-top:14px;display:grid}.auth-resend-hint{color:var(--auth-muted);text-align:center;margin:0;font-size:13px;line-height:1.45}.auth-secondary-submit{width:100%;color:var(--auth-teal-dark);cursor:pointer;background:#f2fbf8;border:1px solid #12938242;transition:border-color .16s,background .16s,color .16s}.auth-secondary-submit:hover,.auth-secondary-submit:focus{border-color:var(--auth-teal);color:#fff;background:var(--auth-green)}.auth-secondary-submit--cooldown,.auth-secondary-submit--cooldown:hover,.auth-secondary-submit--cooldown:focus{color:#5d6b82;box-shadow:none;cursor:wait;background:#f7fafc;border-color:#5d6b823d}.auth-secondary-submit:focus{outline-offset:2px;outline:4px solid #12938233}.auth-resend-cooldown{color:#667085;text-align:center;margin:-2px 0 0;font-size:12px;font-weight:700;line-height:1.35}.auth-links{border-top:1px solid var(--auth-border);flex-wrap:wrap;gap:10px 18px;margin-top:22px;padding-top:20px;display:flex}.auth-links a{color:var(--auth-teal-dark);font-size:14px;font-weight:800;text-decoration:none}.auth-links a:hover,.auth-links a:focus{text-decoration:underline}.auth-noscript{text-align:center;align-content:center;place-items:center;gap:14px;min-height:100dvh;padding:24px;display:grid}.auth-noscript h1,.auth-noscript p{max-width:420px;margin:0}@media (width<=920px){.auth-page{grid-template-columns:1fr}.auth-panel{order:1}.auth-visual{order:2;gap:28px;min-height:auto;padding:24px}.auth-visual h1{font-size:34px}.auth-visual-copy p:last-child{font-size:16px}.auth-panel{min-height:auto;padding:24px}}@media (width<=540px){.auth-page:before{background-size:300px}.auth-visual{padding:20px}.auth-brand .auth-company-logo,.auth-brand-logos .auth-company-logo{width:52px;height:52px}.auth-brand-logos .auth-app-logo{width:auto;max-width:160px;height:34px;padding:7px 10px}.auth-brand{gap:10px;font-size:20px}.auth-form-logos .auth-company-logo{width:72px;height:72px}.auth-form-logos .auth-app-logo{width:auto;max-width:200px;height:48px}.auth-form-shell{padding:22px}.auth-form-header h2{font-size:25px}.auth-links{display:grid}.auth-details div{flex-direction:column;align-items:flex-start;gap:4px}.auth-details dd{text-align:left}}
