.g-toast{position:fixed;top:24px;left:50%;transform:translate(-50%);background:#1a2242;border:1px solid var(--border-mid);color:var(--text-hi);border-radius:10px;padding:10px 20px;font-size:13px;box-shadow:0 4px 20px #0006;z-index:99999;white-space:nowrap;pointer-events:none}:root{--bg-void: #060810;--bg-base: #090d1e;--bg-surface: #0f1428;--bg-elevated: #141b38;--bg-hover: #1a2242;--border-dim: #1c2448;--border-mid: #243060;--border-bright: #2e3c78;--accent-p: #a78bfa;--accent-p2: #7c3aed;--accent-p3: #c084fc;--accent-g: #10b981;--accent-b: #3b82f6;--accent-o: #f59e0b;--accent-r: #ef4444;--text-hi: #e8eeff;--text-mid: #c8d0e0;--text-lo: #94a3b8;--text-muted: #94a3b8;--text-dim: #64748b;--placeholder: var(--text-dim);--brand-title: var(--accent-p);--grad-p: linear-gradient(135deg, #6c5ce7, #a855f7, #c084fc);--grad-g: linear-gradient(135deg, #059669, #10b981);--grad-surface: linear-gradient(145deg, #0f1428, #141b38);--font-display: "Syne", sans-serif;--font-body: "DM Sans", sans-serif;--font-mono: "DM Mono", monospace;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 9999px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#app{height:100%;background:var(--bg-base);color:var(--text-hi);font-family:var(--font-body);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-mid);border-radius:4px}a{color:var(--accent-p);text-decoration:none;cursor:pointer}a:hover{opacity:.8}input,textarea,select{background:var(--bg-elevated);border:1px solid var(--border-dim);color:var(--text-hi);font-family:var(--font-body);font-size:13px;border-radius:var(--radius-sm);padding:10px 14px;width:100%;outline:none;transition:border-color .15s}input:focus,textarea:focus,select:focus{border-color:var(--accent-p)}input::placeholder,textarea::placeholder{color:var(--placeholder);opacity:1}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none;transition:all .15s}.g-toast{position:fixed;top:24px;left:50%;transform:translate(-50%);background:#1a2242;border:1px solid var(--border-mid);color:var(--text-hi);border-radius:10px;padding:10px 20px;font-size:13px;box-shadow:0 4px 20px #0006;z-index:99999;max-width:min(420px,calc(100vw - 32px));white-space:normal;word-break:break-word;text-align:center;line-height:1.45;pointer-events:none}.toast-enter-active,.toast-leave-active{transition:all .3s}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(-50%) translateY(-8px)}.card{background:var(--bg-surface);border:1px solid var(--border-dim);border-radius:var(--radius-md);padding:16px;transition:border-color .15s}.card:hover{border-color:var(--border-mid)}.card-sm{border-radius:10px;padding:14px}.kpi-card{background:var(--bg-surface);border:1px solid var(--border-dim);border-radius:var(--radius-md);padding:16px}.kpi-label{font-size:11px;color:var(--text-lo);margin-bottom:8px;font-weight:500;letter-spacing:.4px}.kpi-value{font-size:28px;font-weight:800;font-family:var(--font-display);line-height:1;margin-bottom:4px}.kpi-change{font-size:11px;font-weight:600}.kpi-change.up{color:var(--accent-g)}.kpi-change.down{color:var(--accent-r)}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;font-family:var(--font-body);transition:all .15s}.btn-primary{background:var(--grad-p);color:#fff;border:none}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-primary:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-edit{background:var(--grad-p);color:#fff;border:none}.btn-edit:hover{opacity:.9;transform:translateY(-1px)}.btn-edit:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-sm{padding:5px 12px;font-size:12px;border-radius:7px}.btn-ghost{background:transparent;color:var(--accent-p);border:1px solid var(--border-mid)}.btn-ghost:hover{border-color:var(--accent-p);background:#a78bfa14}.btn-ghost:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-danger{background:#ef44441a;color:var(--accent-r);border:1px solid rgba(239,68,68,.2)}.btn-full{width:100%;justify-content:center;padding:12px 16px;font-size:14px;border-radius:10px}.tag{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:var(--radius-full);font-size:11px;font-weight:600}.tag.green{background:#10b9811a;color:var(--accent-g)}.tag.red{background:#ef44441a;color:var(--accent-r)}.tag.blue{background:#3b82f61a;color:var(--accent-b)}.tag.orange{background:#f59e0b1a;color:var(--accent-o)}.tag.purple{background:#a78bfa1a;color:var(--accent-p)}.status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;display:inline-block}.status-dot.green{background:var(--accent-g);box-shadow:0 0 6px #10b98180}.status-dot.red{background:var(--accent-r);box-shadow:0 0 6px #ef444480}.status-dot.orange{background:var(--accent-o)}.section-title{font-size:14px;font-weight:700;color:var(--text-hi);margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}.section-title .see-all{font-size:12px;color:var(--accent-p);cursor:pointer;font-weight:500}.page-head{margin-bottom:20px}.page-head h1{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--brand-title);margin-bottom:4px}.page-head p{font-size:13px;color:var(--text-mid);line-height:1.55}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table th{padding:10px 14px;text-align:left;font-size:11px;color:var(--text-lo);font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-dim)}.data-table td{padding:10px 14px;border-bottom:1px solid rgba(28,36,72,.5)}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:var(--bg-hover);cursor:pointer}.progress-bar{background:var(--bg-hover);border-radius:4px;height:6px;overflow:hidden}.progress-fill{height:100%;border-radius:4px;background:var(--accent-p);transition:width .3s}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;display:flex;align-items:center;justify-content:center}.modal-card{position:relative;z-index:1;background:var(--bg-surface);border:1px solid var(--border-mid);border-radius:var(--radius-lg);padding:28px;box-shadow:0 20px 60px #00000080;width:520px;max-width:92vw;max-height:85vh;overflow-y:auto;pointer-events:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.modal-title{font-size:17px;font-weight:700;color:var(--text-hi)}.modal-close{width:28px;height:28px;border-radius:50%;background:#ffffff0f;color:var(--text-mid);font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none}.modal-close:hover{background:#ffffff1f}.setting-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border-dim);font-size:13px}.setting-row:last-child{border-bottom:none}.setting-row .sr-label{color:var(--text-mid)}.toggle{width:44px;height:24px;border-radius:12px;background:var(--border-mid);position:relative;cursor:pointer;transition:background .2s;flex-shrink:0;border:none}.toggle.on{background:var(--accent-p)}.toggle:after{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:#fff;top:2px;left:2px;transition:transform .2s}.toggle.on:after{transform:translate(20px)}.plat-icon{width:22px;height:22px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:#fff;flex-shrink:0}.divider{border:none;border-top:1px solid var(--border-dim);margin:16px 0}.form-group{margin-bottom:14px}.form-label{font-size:12px;color:var(--text-lo);margin-bottom:6px;display:block}.form-hint{display:block;font-size:12px;color:var(--text-lo);line-height:1.45;margin-top:6px}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--placeholder);opacity:1}.auth-wrap--partner{background:linear-gradient(180deg,#eef3ff,#f5f6fa 48%,#f5f6fa)}.auth-wrap--partner .auth-card{box-shadow:0 1px 2px #0000000f,0 2px 8px #0000000a;border-color:#e5e6eb}.auth-card--partner .auth-title{font-weight:600;letter-spacing:0}.auth-card--partner .field-shell{background:#fff;border-color:#dcdfe6}.auth-card--partner .field-shell:focus-within{box-shadow:0 0 0 3px #7c3aed1f}.auth-card--partner .phone-prefix-pill{background:#f2f3f5}.auth-wrap--partner .auth-tabs{background:#f2f3f5;border-color:#e5e6eb}.auth-wrap{min-height:100vh;background:var(--bg-base);display:flex;align-items:center;justify-content:center;padding:24px 16px}.auth-card{background:var(--bg-surface);border:1px solid var(--border-dim);border-radius:var(--radius-lg);padding:36px 28px 32px;width:100%;max-width:400px;box-shadow:0 20px 60px #00000059}.auth-head{text-align:center;margin-bottom:24px}.auth-logo{width:52px;height:52px;border-radius:14px;background:var(--grad-p);font-family:var(--font-display);font-size:22px;font-weight:800;color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.auth-card--admin .auth-logo{background:transparent;width:auto;height:auto}.auth-title{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--text-hi);margin-bottom:6px;letter-spacing:-.02em}.auth-sub{font-size:13px;color:var(--text-lo);margin:0;line-height:1.5}.auth-tabs{position:relative;display:flex;gap:0;margin-bottom:22px;background:var(--bg-base);border-radius:10px;padding:4px;border:1px solid var(--border-dim)}.auth-tab-indicator{position:absolute;top:4px;bottom:4px;left:4px;width:calc(50% - 4px);background:var(--bg-surface);border-radius:8px;box-shadow:0 1px 4px #0000001f;transition:transform .28s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:0}.auth-tab-indicator--password{transform:translate(100%)}.auth-tab{position:relative;z-index:1;flex:1;border:none;background:transparent;min-height:44px;padding:10px 8px;font-size:13px;font-weight:600;color:var(--text-lo);border-radius:8px;cursor:pointer;transition:color .2s ease;font-family:var(--font-body)}.auth-tab.active{color:var(--text-hi)}.auth-card--admin .auth-tab.active{color:var(--accent-r)}.auth-form{display:flex;flex-direction:column;gap:0}.field-shell{background:var(--bg-elevated);border:1px solid var(--border-dim);border-radius:10px;transition:border-color .15s ease,box-shadow .15s ease}.field-shell:focus-within{border-color:var(--accent-p);box-shadow:0 0 0 3px #a78bfa1a}.auth-card--admin .field-shell:focus-within{border-color:var(--accent-r);box-shadow:0 0 0 3px #ef44441a}.field-shell--error{border-color:var(--accent-r)}.field-shell--error:focus-within{box-shadow:0 0 0 3px #ef44441a}.field-shell input{width:100%;min-height:44px;padding:10px 14px;border:none;background:transparent;color:var(--text-hi);font-family:var(--font-body);font-size:14px;outline:none}.field-shell input::placeholder{color:var(--text-lo)}.field-shell--grow{flex:1;min-width:0}.phone-field{display:flex;align-items:center;gap:10px;padding:0 14px 0 10px;min-height:44px}.phone-prefix-pill{flex-shrink:0;padding:5px 10px;font-size:13px;font-weight:600;color:var(--text-mid);background:var(--bg-base);border-radius:6px;line-height:1.2;-webkit-user-select:none;user-select:none}.phone-field input{flex:1;min-width:0;padding:10px 0}.code-row{display:flex;gap:10px;align-items:stretch}.code-input{letter-spacing:.08em}.btn-code{flex-shrink:0;min-height:44px;padding:0 16px;min-width:112px;border-radius:10px;border:1px solid var(--accent-p);background:transparent;color:var(--accent-p);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s;font-family:var(--font-body);white-space:nowrap}.auth-card--admin .btn-code{border-color:var(--accent-r);color:var(--accent-r)}.btn-code:hover:not(:disabled){background:#a78bfa14}.auth-card--admin .btn-code:hover:not(:disabled){background:#ef444414}.btn-code:disabled,.btn-code--countdown{border-color:var(--border-dim);background:var(--bg-base);color:var(--text-lo);cursor:not-allowed;opacity:1}.field-error{margin:6px 0 0;font-size:12px;color:var(--accent-r);line-height:1.4}.field-error--form{margin-bottom:4px;text-align:center}.auth-form .form-group{margin-bottom:14px}.auth-agreement{margin:0 0 12px}.auth-agreement-label{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:var(--text-lo);line-height:1.5;cursor:pointer}.auth-agreement-check{width:16px;height:16px;min-height:16px;margin-top:2px;flex-shrink:0;accent-color:var(--accent-p);cursor:pointer}.auth-card--admin .auth-agreement-check{accent-color:var(--accent-r)}.auth-agreement-label a{color:var(--accent-p);text-decoration:none}.auth-card--admin .auth-agreement-label a{color:var(--accent-r)}.auth-agreement-label a:hover{text-decoration:underline;opacity:1}.password-field{display:flex;align-items:center;gap:4px;padding-right:4px;min-height:44px}.password-field input{flex:1;min-width:0;padding-right:8px}.password-toggle{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:var(--text-lo);border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease}.password-toggle:hover{color:var(--text-mid);background:var(--bg-base)}.password-toggle-icon{width:20px;height:20px}.auth-forgot-row{display:flex;justify-content:flex-end;margin-top:8px}.auth-forgot-link,.auth-forgot-row .auth-forgot-link{font-size:12px;color:var(--text-mid);text-decoration:none;transition:color .15s ease}.auth-forgot-link:hover,.auth-forgot-row .auth-forgot-link:hover{color:var(--text-hi);text-decoration:underline}.auth-card--admin .auth-forgot-link:hover,.auth-card--admin .auth-forgot-row .auth-forgot-link:hover{color:var(--accent-r)}.auth-submit{margin-top:8px;min-height:48px;font-size:15px;font-weight:700;border-radius:10px}.auth-card--admin .auth-submit{background:var(--accent-r)!important}@media (max-width: 480px){.auth-card{padding:28px 20px 24px;border-radius:14px}.btn-code{min-width:100px;padding:0 12px;font-size:12px}}.auth-wrap--global{position:relative;overflow:hidden;flex-direction:column;align-items:stretch;justify-content:center;gap:0;background:radial-gradient(ellipse 70% 50% at 50% -20%,rgba(124,58,237,.12),transparent 55%),radial-gradient(ellipse 40% 35% at 100% 100%,rgba(99,102,241,.06),transparent 50%),#09090b;padding:24px 16px;min-height:100vh;min-height:100dvh}.auth-wrap--global .auth-main{position:relative;z-index:1;flex:none;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:0}.auth-wrap--global .auth-card{position:relative;z-index:1;width:100%;max-width:400px;padding:36px 32px 32px;background:#18181b;border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 0 0 1px #0000004d,0 16px 40px #00000073}.auth-wrap--global .auth-head{text-align:left;margin-bottom:28px}.auth-wrap--global .auth-head--global{margin-bottom:24px}.auth-wrap--global .auth-brand{display:flex;align-items:center;margin-bottom:28px}.auth-wrap--global .auth-brand .app-logo{gap:10px}.auth-wrap--global .auth-brand .app-logo--lg .app-logo__mark{width:40px;height:40px;font-size:18px;border-radius:10px;box-shadow:0 2px 10px #7c3aed4d}.auth-wrap--global .auth-brand .app-logo__name{font-family:var(--font-display);font-size:19px;font-weight:600;letter-spacing:-.03em;color:#fafafa}.auth-wrap--global .auth-logo{width:40px;height:40px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);font-size:17px;font-weight:600;margin-bottom:16px;box-shadow:none}.auth-wrap--global .auth-card--admin .auth-logo{background:transparent;border:none;width:auto;height:auto}.auth-wrap--global .auth-admin-badge{display:inline-flex;align-items:center;margin-bottom:12px;padding:3px 10px;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#a1a1aae6;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:9999px;line-height:1.4}.auth-wrap--global .auth-title{font-family:var(--font-display);font-size:24px;font-weight:600;letter-spacing:-.03em;line-height:1.2;margin:0 0 8px;color:#fafafa}.auth-wrap--global .auth-sub{font-size:15px;font-weight:400;color:#a1a1aa;line-height:1.5;max-width:none;margin:0;letter-spacing:-.01em}.auth-wrap--global .field-shell{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.auth-wrap--global .field-shell--icon{display:flex;align-items:stretch;min-height:44px;overflow:hidden}.auth-wrap--global .field-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;color:#71717a;pointer-events:none}.auth-wrap--global .field-icon svg{width:18px;height:18px}.auth-wrap--global .field-shell--icon .password-field{flex:1;min-width:0;padding-left:0}.auth-wrap--global .field-shell--icon input{padding-left:0}.auth-wrap--global .field-shell:hover:not(.field-shell--error):not(:focus-within){border-color:#ffffff24;background:#ffffff0a}.auth-wrap--global .field-shell:focus-within{border-color:#a78bfa8c;background:#ffffff0a;box-shadow:0 0 0 3px #7c3aed26}.auth-wrap--global .field-shell:focus-within .field-icon{color:#a78bfa}.auth-wrap--global .field-shell--error{border-color:#ef444480}.auth-wrap--global .field-shell--error:focus-within{box-shadow:0 0 0 3px #ef44441f}.auth-wrap--global .field-shell input{font-size:15px;min-height:44px;caret-color:#fafafa}.auth-wrap--global .field-shell input::placeholder{color:#71717a;opacity:1}.auth-wrap--global .auth-form .form-group{margin-bottom:14px}.auth-wrap--global .field-error{color:#f87171;margin-top:6px}.auth-wrap--global .password-toggle{width:40px;height:40px;margin-right:2px;color:#71717a;border-radius:8px}.auth-wrap--global .password-toggle:hover{color:#d4d4d8;background:#ffffff0f}.auth-wrap--global .auth-forgot-row{margin-top:8px}.auth-wrap--global .auth-forgot-link,.auth-wrap--global .auth-forgot-row .auth-forgot-link{font-size:13px;color:#a1a1aa;font-weight:400}.auth-wrap--global .auth-forgot-link:hover,.auth-wrap--global .auth-forgot-row .auth-forgot-link:hover{color:#fafafa}.auth-wrap--global .auth-submit,.auth-wrap--global .btn-primary.auth-submit{position:relative;margin-top:8px;min-height:44px;font-size:15px;font-weight:600;letter-spacing:-.01em;border-radius:10px;background:var(--grad-p, linear-gradient(135deg, #7c3aed, #6366f1))!important;color:#fff!important;border:none;box-shadow:0 1px 2px #0003,0 4px 12px #7c3aed40;transform:none;transition:opacity .15s ease,transform .1s ease,box-shadow .15s ease;touch-action:manipulation}.auth-wrap--global .auth-submit:hover:not(:disabled),.auth-wrap--global .btn-primary.auth-submit:hover:not(:disabled){opacity:.92;transform:translateY(-1px);box-shadow:0 2px 4px #0003,0 6px 16px #7c3aed4d}.auth-wrap--global .auth-submit:active:not(:disabled),.auth-wrap--global .btn-primary.auth-submit:active:not(:disabled){opacity:1;transform:translateY(0);box-shadow:0 1px 2px #0003}.auth-wrap--global .auth-submit:disabled,.auth-wrap--global .btn-primary.auth-submit:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.auth-wrap--global .auth-submit__inner{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:20px}.auth-wrap--global .auth-submit__spinner{width:15px;height:15px;flex-shrink:0;border-radius:50%;border:2px solid rgba(255,255,255,.25);border-top-color:#fff;animation:auth-spin .65s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-wrap--global .auth-oauth{margin-top:24px}.auth-wrap--global .auth-oauth-divider{display:flex;align-items:center;gap:12px;margin-bottom:14px}.auth-wrap--global .auth-oauth-divider:before,.auth-wrap--global .auth-oauth-divider:after{content:"";flex:1;height:1px;background:#ffffff14}.auth-wrap--global .auth-oauth-divider__label{flex-shrink:0;font-size:12px;font-weight:400;color:#71717a;letter-spacing:.02em;line-height:1;-webkit-user-select:none;user-select:none}.auth-wrap--global .auth-oauth-stack{display:flex;flex-direction:column;gap:10px}.auth-wrap--global .auth-oauth-btn{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:44px;padding:0 16px;font-family:var(--font-body);font-size:14px;font-weight:500;letter-spacing:-.01em;border-radius:10px;cursor:pointer;opacity:1;transition:background .15s ease,border-color .15s ease,opacity .15s ease;touch-action:manipulation}.auth-wrap--global .auth-oauth-btn:disabled{cursor:wait;opacity:.7}.auth-wrap--global .auth-oauth-btn--preview{opacity:.72}.auth-wrap--global .auth-oauth-btn--preview:not(:disabled):hover{opacity:.85}.auth-wrap--global .auth-oauth-btn:not(:disabled):hover{background:#ffffff12;border-color:#ffffff29}.auth-wrap--global .auth-oauth-btn--google,.auth-wrap--global .auth-oauth-btn--apple{color:#fafafa;background:#ffffff0a;border:1px solid rgba(255,255,255,.1)}.auth-wrap--global .auth-oauth-btn__icon{position:static;width:18px;height:18px;flex-shrink:0;opacity:1}.auth-wrap--global .auth-oauth-btn__label{text-align:center}.auth-wrap--global .auth-card-footer{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}.auth-wrap--global .auth-hint{font-size:13px;color:#a1a1aa;text-align:center;margin:0;line-height:1.45}.auth-wrap--global .auth-hint a{color:#fafafa;font-weight:600;text-decoration:none;margin-left:4px}.auth-wrap--global .auth-hint a:hover{text-decoration:underline;text-underline-offset:2px}.auth-wrap--global .auth-hint--closed{font-size:12px;color:#71717a;line-height:1.5;text-align:center}.auth-wrap--global .auth-after-card{position:relative;z-index:1;width:100%;max-width:400px;margin-top:20px;padding:0 4px;display:flex;flex-direction:column;align-items:center;gap:16px}.auth-wrap--global .auth-signup-row{font-size:14px;color:#a1a1aa;text-align:center;margin:0;line-height:1.5}.auth-wrap--global .auth-signup-row a{color:#fafafa;font-weight:600;text-decoration:none;margin-left:4px}.auth-wrap--global .auth-signup-row a:hover{text-decoration:underline;text-underline-offset:2px}.auth-wrap--global .auth-legal{font-size:12px;color:#71717a;text-align:center;margin:0;line-height:1.5}.auth-wrap--global .auth-legal--compact{display:inline-flex;align-items:center;gap:8px}.auth-wrap--global .auth-legal a{color:#a1a1aa;text-decoration:none;font-weight:500}.auth-wrap--global .auth-legal a:hover{color:#fafafa;text-decoration:underline;text-underline-offset:2px}.auth-wrap--global .auth-legal-sep{color:#52525b;-webkit-user-select:none;user-select:none}.auth-wrap--global .auth-back-link{display:block;text-align:center;margin-top:20px;font-size:14px;color:#a1a1aa;text-decoration:none;transition:color .15s ease}.auth-wrap--global .auth-back-link:hover{color:#fafafa;text-decoration:underline;text-underline-offset:2px}.auth-wrap--global .auth-message{font-size:14px;color:#d4d4d8;line-height:1.6;text-align:center;margin:0 0 12px}.auth-wrap--global .auth-success .auth-hint a{color:#fafafa;font-weight:600;text-decoration:none}.auth-wrap--global .auth-success .auth-hint a:hover{text-decoration:underline}@media (max-width: 480px){.auth-wrap--global{padding:16px}.auth-wrap--global .auth-card{padding:28px 22px 24px;border-radius:14px}.auth-wrap--global .auth-brand{margin-bottom:24px}.auth-wrap--global .auth-brand .app-logo--lg .app-logo__mark{width:36px;height:36px;font-size:16px;border-radius:9px}.auth-wrap--global .auth-brand .app-logo__name{font-size:17px}.auth-wrap--global .auth-title{font-size:22px}}@media (prefers-reduced-motion: reduce){.auth-wrap--global .auth-submit__spinner{animation:none;border-top-color:transparent;border-right-color:#fff}.auth-wrap--global .auth-submit:hover:not(:disabled),.auth-wrap--global .btn-primary.auth-submit:hover:not(:disabled){transform:none}}.auth-logo-wrap{display:flex;justify-content:center;margin:0 auto 14px}.auth-head--global .auth-logo-wrap{justify-content:flex-start;margin:0 0 28px}
