@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;700;800&family=Manrope:wght@400;500;600;700&display=swap";:root{--font-body: "Manrope", "Noto Sans", "Tahoma", sans-serif;--font-display: "Fraunces", "Georgia", serif;--color-ink: #121826;--color-muted: #4d5566;--color-surface: #ffffff;--color-border: rgba(18, 24, 38, .08);--color-primary: #2a6f7f;--color-primary-strong: #1d4c57;--color-accent: #f1a24b;--color-accent-soft: rgba(241, 162, 75, .18);--color-success: #1e8a6c;--color-danger: #c8413b;--color-bg: linear-gradient(180deg, #f4f7fb 0%, #edf2f7 100%);font-family:var(--font-body);line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background:var(--color-bg);color:var(--color-ink)}*{box-sizing:border-box}#root{min-height:100vh;background:var(--color-bg)}a{color:var(--color-primary);text-decoration:none;font-weight:600}a:hover{color:var(--color-primary-strong);text-decoration:underline}button{font-family:var(--font-body);font-size:15px;font-weight:600;border-radius:12px;border:1px solid transparent;padding:12px 16px;background:transparent;color:var(--color-ink);cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background-color .14s ease,border-color .14s ease}button:hover:not(:disabled){transform:translateY(-1px)}button:focus-visible{outline:3px solid rgba(42,111,127,.3);outline-offset:2px}button:disabled{opacity:.6;cursor:not-allowed}.account-shell{min-height:100vh;position:relative;overflow:hidden;background:var(--color-bg)}.account-shell:before,.account-shell:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;filter:blur(0);opacity:.28;pointer-events:none}.account-shell:before{background:radial-gradient(circle at 30% 30%,rgba(42,111,127,.35),transparent 60%);top:-220px;left:-140px}.account-shell:after{background:radial-gradient(circle at 60% 40%,rgba(241,162,75,.35),transparent 60%);bottom:-260px;right:-160px}.account-header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:22px 32px 18px;background:#fffc;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--color-ink);font-family:var(--font-display);font-weight:700;font-size:18px;letter-spacing:.2px}.brand img{height:40px}.header-right{display:flex;align-items:center;gap:12px;color:var(--color-ink);font-weight:600}.user-name{white-space:nowrap}.header-logout{padding:8px 14px;height:40px;border-radius:10px;border:1px solid rgba(42,111,127,.2);background:#2a6f7f14;color:var(--color-primary-strong)}.header-logout:hover:not(:disabled){background:#2a6f7f26}.account-content{position:relative;z-index:2;display:flex;justify-content:center;padding:52px 20px 90px}.account-panel{width:100%;max-width:660px;background:#fffffff0;border:1px solid var(--color-border);border-radius:24px;box-shadow:0 24px 50px #161e2a1f;padding:44px 46px;position:relative;overflow:hidden;animation:panel-in .32s ease-out}.account-panel:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#2a6f7fe6,#f1a24be6)}.auth-heading{margin-bottom:24px}.stepper{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:26px;background:linear-gradient(135deg,#f8fafcf2,#f0f7f6f2);border:1px solid rgba(18,24,38,.08);border-radius:20px;padding:14px 18px;box-shadow:inset 0 0 0 1px #2a6f7f0a,0 10px 24px #161e2a0f}.stepper-item{position:relative;display:flex;align-items:center;gap:10px;padding:5px 10px;border-radius:14px;color:var(--color-muted);min-width:150px;border:1px solid transparent;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.stepper-item:after{content:"";position:absolute;right:-14px;top:50%;width:8px;height:2px;background:#1218261f;transform:translateY(-50%)}.stepper-item:last-child:after{display:none}.stepper-circle{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;background:#1218260d;color:var(--color-muted);border:1px solid rgba(18,24,38,.14);transition:all .16s ease}.stepper-text{display:flex;flex-direction:column;gap:2px}.stepper-title{font-weight:700;font-size:13px;color:#121826b3}.stepper-subtitle{font-size:12px;color:#12182673}.stepper-item.active .stepper-circle{background:var(--color-accent);color:#fff;border-color:#f1a24bd9;box-shadow:0 10px 22px #f1a24b66}.stepper-item.active .stepper-title{color:var(--color-ink)}.stepper-item.active{background:#f1a24b1f;border-color:#f1a24b73;box-shadow:none}.otp-group{display:inline-flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;padding:10px 12px;border-radius:16px;border:1px solid rgba(18,24,38,.08);background:#ffffffe6;box-shadow:inset 0 0 0 1px #fff9}.otp-group:focus-within{border-color:#f1a24b99;box-shadow:0 0 0 3px #f1a24b2e}.otp-box{width:50px;height:56px;border-radius:12px;border:1px solid rgba(18,24,38,.16);background:linear-gradient(180deg,#fff,#f6f8fb);font-size:20px;font-weight:600;text-align:center;font-variant-numeric:tabular-nums;color:var(--color-ink);transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease,transform .12s ease;box-shadow:0 6px 12px #12182614}.otp-box:focus{outline:none;border-color:#f1a24be6;box-shadow:0 0 0 3px #f1a24b40;background:#fff;transform:translateY(-1px)}.otp-box.filled{border-color:#2a6f7f73;background:#fff;box-shadow:0 8px 16px #1218261f}.stepper-item.done .stepper-circle{background:#1e8a6c29;color:var(--color-success);border-color:#1e8a6c59}.stepper-item.done:after{background:#1e8a6c59}.auth-title{margin:0 0 8px;font-family:var(--font-display);font-size:36px;line-height:1.15;color:var(--color-ink)}.auth-subtitle{margin:0;color:var(--color-muted);font-size:16px;max-width:420px}.auth-form{display:flex;flex-direction:column;gap:18px}.terms-shell{position:relative;width:100%;background:linear-gradient(180deg,#f5f6f8f2,#ebeef2f2);border:1px solid rgba(18,24,38,.1);border-radius:20px;padding:22px 24px 20px;box-shadow:0 20px 35px #161e2a1f}.terms-shell:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#d46a6a,#e2a16a);border-radius:20px 20px 0 0}.terms-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;color:#2c3340;font-size:14px}.terms-date{font-weight:700;letter-spacing:.2px}.terms-title{text-align:center;font-weight:800;letter-spacing:.6px;text-transform:uppercase;font-size:16px;margin-bottom:16px;color:#1a1f2b}.terms-scroll{max-height:360px;overflow:auto;padding:0;border-radius:0;background:transparent;border:none}.terms-text{white-space:pre-wrap;font-size:14px;line-height:1.75;color:#263041;padding:0 4px 2px}.terms-footer{display:flex;justify-content:center;margin-top:20px}.terms-accept-button{min-width:220px;height:48px;border-radius:999px;border:none;color:#fff;font-size:16px;font-weight:700;background:linear-gradient(180deg,#e07a7a,#c95252);box-shadow:0 20px 30px #c9525247}.terms-accept-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 24px 34px #c9525257}.form-field{display:flex;flex-direction:column;gap:8px}.field-label{display:flex;justify-content:space-between;align-items:center;font-weight:600;color:var(--color-ink);font-size:14px}.hint-link{font-weight:600;font-size:13px;color:var(--color-primary);text-decoration:none}.hint-link:hover{text-decoration:underline}.input-shell{position:relative}.auth-input{width:100%;border:1px solid rgba(18,24,38,.12);border-radius:14px;padding:12px 14px;font-size:15px;background:#f8fafc;color:var(--color-ink);transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.auth-input:focus{outline:none;border-color:#2a6f7fb3;box-shadow:0 0 0 3px #2a6f7f33;background:#fff}.auth-input.plain{background:#fff}.password-toggle{position:absolute;right:10px;top:6px;background:transparent;border:none;padding:6px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-muted);border-radius:10px;box-shadow:none}.password-toggle:hover{background:#1218260d}.password-toggle:focus-visible{outline:2px solid rgba(42,111,127,.4);outline-offset:1px}.checkbox-row{display:flex;align-items:center;gap:8px;color:var(--color-muted);font-size:14px}.checkbox-row input{width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer}.auth-button{width:100%;border-color:transparent;background:linear-gradient(135deg,#2a6f7f,#1d4c57);color:#fff;box-shadow:0 18px 28px #2a6f7f47;height:52px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.auth-button:hover:not(:disabled){box-shadow:0 20px 34px #2a6f7f57;text-decoration:none}.auth-button.secondary{background:transparent;color:var(--color-primary-strong);border-color:#2a6f7f59;box-shadow:none}.auth-button.ghost{width:auto;height:36px;padding:6px 14px;font-size:14px;background:#2a6f7f14;color:var(--color-primary-strong);border-color:#2a6f7f38;box-shadow:none}.auth-button.ghost:hover:not(:disabled){background:#2a6f7f24;box-shadow:none}a.auth-button:hover{text-decoration:none}.form-status{border-radius:12px;padding:12px 14px;font-size:14px}.form-status.error{background:#c8413b1f;border:1px solid rgba(200,65,59,.3);color:var(--color-danger)}.form-status.success{background:#1e8a6c1f;border:1px solid rgba(30,138,108,.3);color:var(--color-success)}.success-panel{display:flex;align-items:center;gap:16px;padding:18px 20px;border-radius:18px;background:linear-gradient(135deg,#1e8a6c24,#2a6f7f24);border:1px solid rgba(30,138,108,.25);box-shadow:0 16px 30px #161e2a1f}.success-icon{width:52px;height:52px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#1e8a6c2e;color:var(--color-success);box-shadow:inset 0 0 0 1px #1e8a6c40}.success-content{display:flex;flex-direction:column;gap:4px}.success-title{font-size:18px;font-weight:700;color:var(--color-ink)}.success-subtitle{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--color-muted)}.success-spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(42,111,127,.25);border-top-color:#2a6f7fe6;animation:spin .9s linear infinite}.helper-message{padding:12px;border-radius:12px;background:#2a6f7f14;border:1px solid rgba(42,111,127,.2);color:var(--color-primary-strong);font-size:14px}.fast-auth{border:1px solid rgba(42,111,127,.25);border-radius:14px;padding:16px 18px;background:linear-gradient(135deg,#2a6f7f1f,#f1a24b1f);margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.fast-auth p{margin:0;color:var(--color-muted)}.fast-auth .actions{display:flex;gap:8px}.actions{display:flex;gap:10px}.mfa-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.mfa-method{width:100%;background:#f7f9fb;color:var(--color-primary-strong);border:1px solid rgba(42,111,127,.22);box-shadow:none}.mfa-method.active{border-color:#2a6f7fb3;box-shadow:0 0 0 2px #2a6f7f2e;background:#2a6f7f14}.resend-row{display:flex;justify-content:flex-end}.store-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:18px}.store-link{width:auto;min-width:150px;height:40px;padding:0 18px;background:#fff;border-color:#2a6f7f40;box-shadow:0 12px 20px #161e2a14;border-radius:999px}.store-link.store-badge{padding:0;border:none;background:transparent;box-shadow:none;height:auto;min-width:unset}.store-link.store-badge img{height:44px;display:block}.store-link:hover:not(:disabled){background:#f8fafc;box-shadow:0 14px 24px #161e2a1f}.totp-back{display:flex;justify-content:flex-start;margin-bottom:12px}.back-button{border-radius:999px;letter-spacing:.2px}.totp-note{margin-bottom:12px;background:#2a6f7f0f;border-color:#2a6f7f2e}.totp-actions{margin-top:6px}.totp-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.totp-footer.end{justify-content:flex-end}.totp-footer .auth-button{width:auto;min-width:160px}.totp-intro{display:flex;flex-direction:column;gap:14px}.totp-mobile{display:flex;flex-direction:column;gap:12px;align-items:center;margin:6px 0 14px}.totp-mobile .auth-button{width:auto;min-width:240px}.qr-section{display:flex;justify-content:center;margin:6px 0 14px}.qr-card{padding:14px;border:1px solid rgba(18,24,38,.1);border-radius:16px;background:#fff;box-shadow:0 14px 28px #161e2a1f}.skip-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.skip-row .helper-message{margin:0;flex:1 1 280px}.modal{background:#fffffff5;border:1px solid var(--color-border);border-radius:18px;padding:24px;box-shadow:0 22px 44px #161e2a1f;width:100%;max-width:640px}.session-status-bar{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:12px 18px;background:linear-gradient(90deg,#1d4c57,#2a6f7f);color:#fff;box-shadow:0 -10px 28px #00000026;z-index:10}.session-status-bar .extend-btn{background:#fff;color:#1d4c57;padding:8px 12px;border-radius:10px;cursor:pointer;border:none;font-weight:700}.session-status-bar .extend-btn:disabled{opacity:.6;cursor:not-allowed}.center-container{display:flex;flex-direction:column;gap:14px}.vertical-form{width:100%;max-width:520px}.vertical-form input{padding:12px 14px;border-radius:12px;border:1px solid rgba(18,24,38,.12);font-size:15px}@keyframes panel-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 720px){.account-header{padding:18px 20px 14px}.account-content{padding:40px 16px 80px}.account-panel{padding:32px 24px;border-radius:20px}.auth-title{font-size:30px}.stepper{flex-direction:column;align-items:flex-start;gap:12px}.stepper-item{min-width:unset}.stepper-item:after{display:none}.otp-box{width:46px;height:52px;font-size:18px}}@media (max-width: 480px){.account-panel{padding:28px 20px}.auth-title{font-size:26px}.otp-group{gap:8px}.otp-box{width:42px;height:48px;font-size:17px}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}
