.sessions-container{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.sessions-list{display:flex;flex-direction:column;gap:.5rem}.sessions-loading{display:flex;align-items:center;gap:.6rem;padding:1rem;color:#64748b;font-size:.875rem}html[data-theme=dark] .sessions-loading{color:#a1a1aa}.sessions-spinner{animation:session-spin .9s linear infinite;color:#e07203}.session-card{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:var(--shadow-child)}html[data-theme=dark] .session-card{background:#18181b;border-color:#27272a}.session-card.is-current{border-color:#bbf7d0;background:#22c55e0a}html[data-theme=dark] .session-card.is-current{border-color:#22c55e59;background:#22c55e0f}.session-icon{flex-shrink:0;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#e072031a;color:#e07203}html[data-theme=dark] .session-icon{background:#e0720324;color:#eda54e}.session-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.session-label{font-size:.875rem;font-weight:600;color:#0f172a;display:flex;align-items:center;gap:6px;min-width:0}html[data-theme=dark] .session-label{color:#e4e4e7}.session-label-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-current-pill{flex-shrink:0;font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:2px 7px;border-radius:9999px;background:#dcfce7;color:#16a34a}html[data-theme=dark] .session-current-pill{background:#22c55e2e;color:#4ade80}.session-meta{font-size:.75rem;color:#64748b;display:flex;flex-wrap:wrap;gap:0 8px}html[data-theme=dark] .session-meta{color:#a1a1aa}.session-meta-sep:before{content:"·";margin-right:8px}.btn-session-revoke{flex-shrink:0;padding:6px 12px;border-radius:9999px;background:transparent;color:#dc2626;border:1px solid #fecaca;font-size:.75rem;font-weight:700;letter-spacing:.4px;text-transform:uppercase;cursor:pointer;transition:background .15s ease,border-color .15s ease}.btn-session-revoke:hover{background:#fef2f2;border-color:#fca5a5}html[data-theme=dark] .btn-session-revoke{color:#f87171;border-color:#ef444459}html[data-theme=dark] .btn-session-revoke:hover{background:#ef444424;border-color:#ef444480}.btn-session-revoke:disabled{opacity:.4;cursor:not-allowed}.btn-revoke-others{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:transparent;border:1px solid #e2e8f0;border-radius:10px;color:#334155;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.btn-revoke-others:hover{border-color:#fca5a5;color:#dc2626;background:#fef2f2}html[data-theme=dark] .btn-revoke-others{border-color:#3f3f46;color:#d4d4d8}html[data-theme=dark] .btn-revoke-others:hover{border-color:#ef444480;background:#ef44441f;color:#f87171}@media(max-width:480px){.session-card{flex-wrap:wrap}.session-body{flex:1 1 calc(100% - 52px)}.btn-session-revoke{flex:1 0 100%;order:3;padding:8px 12px;min-height:36px;margin-top:4px}}.login-history-container{margin-top:16px}.login-history-list{display:flex;flex-direction:column;gap:8px}.login-history-loading{display:flex;align-items:center;gap:10px;padding:16px;color:#71717a;font-size:14px}.login-history-empty{padding:20px;text-align:center;color:#71717a;font-size:14px}.login-history-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #e4e4e7;border-radius:10px;background:#fafafa}html[data-theme=dark] .login-history-row{border-color:#27272a;background:#111113}.login-history-row.is-flagged{border-color:#ef444459;background:#ef44440d}html[data-theme=dark] .login-history-row.is-flagged{border-color:#ef444466;background:#ef444414}.login-history-row.is-failed{opacity:.75}.login-history-icon{flex:0 0 36px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#e072031a;color:#e07203}html[data-theme=dark] .login-history-icon{background:#e0720326}.login-history-body{flex:1 1 auto;min-width:0}.login-history-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:2px}.login-history-device{font-size:14px;font-weight:600;color:#18181b}html[data-theme=dark] .login-history-device{color:#f4f4f5}.login-history-method{font-size:11px;font-weight:600;padding:2px 7px;border-radius:999px;background:#e072031f;color:#e07203;text-transform:uppercase;letter-spacing:.03em}.login-history-meta{font-size:12px;color:#71717a;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.login-history-time{font-size:12px;color:#a1a1aa;flex-shrink:0}.login-history-flag{font-size:11px;font-weight:600;padding:2px 7px;border-radius:999px;background:#ef44441a;color:#dc2626;cursor:help;transition:background .14s ease}.login-history-flag:hover,.login-history-flag:focus{background:#ef44442e;outline:none}html[data-theme=dark] .login-history-flag{background:#ef44442e;color:#f87171}html[data-theme=dark] .login-history-flag:hover,html[data-theme=dark] .login-history-flag:focus{background:#ef444447}.login-history-expand-btn{margin-left:auto;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(239,68,68,.2);border-radius:6px;color:#b91c1c;cursor:pointer;transition:all .16s ease}.login-history-expand-btn:hover{background:#ef44441a}.login-history-row.is-expanded .login-history-expand-btn{transform:rotate(180deg)}html[data-theme=dark] .login-history-expand-btn{color:#f87171;border-color:#f871714d}.login-history-row.is-expanded{flex-wrap:wrap}.login-history-details{flex:1 0 100%;margin-top:.5rem;padding:.6rem .85rem;background:#ef44440a;border:1px solid rgba(239,68,68,.18);border-radius:8px;display:grid;grid-template-columns:minmax(120px,max-content) 1fr;column-gap:.85rem;row-gap:.35rem;font-family:var(--font-sans);font-size:.78rem}html[data-theme=dark] .login-history-details{background:#ef444414;border-color:#ef444440}.login-history-details-row{display:contents}.login-history-details-key{color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;padding-top:.15rem}html[data-theme=dark] .login-history-details-key{color:#71717a}.login-history-details-val{color:#18181b;word-break:break-word}html[data-theme=dark] .login-history-details-val{color:#f4f4f5}.login-history-details-empty{grid-column:1 / -1;margin:0;color:#94a3b8;font-style:italic}html[data-theme=dark] .login-history-details-empty{color:#71717a}@media(max-width:480px){.login-history-row{flex-wrap:wrap}.login-history-time{flex:1 0 100%;order:3}}.brute-force-info{margin:.85rem 0 .5rem;padding:.85rem 1rem;background:#10b9810f;border:1px solid rgba(16,185,129,.2);border-radius:10px;display:flex;align-items:flex-start;gap:.75rem;color:#047857}html[data-theme=dark] .brute-force-info{background:#10b98114;border-color:#10b98140;color:#6ee7b7}.brute-force-info>svg{flex-shrink:0;margin-top:.1rem}.brute-force-info-text{flex:1;min-width:0}.brute-force-info-text strong{display:block;font-family:var(--font-sans);font-size:.92rem;font-weight:700;margin-bottom:.2rem;color:#065f46}html[data-theme=dark] .brute-force-info-text strong{color:#a7f3d0}.brute-force-info-text p{margin:0;font-family:var(--font-sans);font-size:.83rem;line-height:1.55}.gdpr-schedule-block{margin-top:1rem;padding-top:1rem;border-top:1px dashed #e2e8f0}html[data-theme=dark] .gdpr-schedule-block{border-top-color:#3f3f46}.gdpr-schedule-loading{display:flex;align-items:center;gap:8px;font-family:var(--font-sans);font-size:.82rem;color:#64748b}html[data-theme=dark] .gdpr-schedule-loading{color:#a1a1aa}.gdpr-schedule-toggle{display:flex;align-items:flex-start;gap:.7rem;cursor:pointer;margin-bottom:.85rem}.gdpr-schedule-toggle input{position:absolute;opacity:0;pointer-events:none}.gdpr-schedule-toggle-track{flex-shrink:0;position:relative;width:36px;height:20px;border-radius:9999px;background:#cbd5e1;transition:background .18s ease;margin-top:.1rem}html[data-theme=dark] .gdpr-schedule-toggle-track{background:#52525b}.gdpr-schedule-toggle-thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0003;transition:transform .18s ease}.gdpr-schedule-toggle input:checked~.gdpr-schedule-toggle-track{background:#e07203}.gdpr-schedule-toggle input:checked~.gdpr-schedule-toggle-track .gdpr-schedule-toggle-thumb{transform:translate(16px)}.gdpr-schedule-toggle-text{display:flex;flex-direction:column;gap:.2rem}.gdpr-schedule-toggle-text strong{font-family:var(--font-sans);font-size:.88rem;font-weight:600;color:#18181b}html[data-theme=dark] .gdpr-schedule-toggle-text strong{color:#f4f4f5}.gdpr-schedule-toggle-text span{font-family:var(--font-sans);font-size:.78rem;line-height:1.5;color:#64748b}html[data-theme=dark] .gdpr-schedule-toggle-text span{color:#a1a1aa}.gdpr-schedule-frequency{display:flex;flex-direction:column;gap:.45rem;margin-bottom:.85rem}.gdpr-schedule-freq-label{font-family:var(--font-sans);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b}html[data-theme=dark] .gdpr-schedule-freq-label{color:#a1a1aa}.gdpr-schedule-freq-pills{display:flex;gap:.4rem;flex-wrap:wrap}.gdpr-schedule-freq-pill{padding:.4rem .85rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-family:var(--font-sans);font-size:.8rem;font-weight:600;transition:all .14s ease}html[data-theme=dark] .gdpr-schedule-freq-pill{background:#18181b;border-color:#3f3f46;color:#a1a1aa}.gdpr-schedule-freq-pill:hover:not(.is-active){border-color:#e0720366}.gdpr-schedule-freq-pill.is-active{background:#e07203;border-color:#e07203;color:#fff}.gdpr-schedule-actions{display:flex;align-items:center;gap:.6rem}.btn-gdpr-schedule-save{padding:.5rem 1rem;background:#e07203;color:#fff;border:none;border-radius:8px;font-family:var(--font-sans);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .16s ease}.btn-gdpr-schedule-save:hover{background:#c86302;transform:translateY(-1px)}.btn-gdpr-schedule-save:disabled{opacity:.5;cursor:not-allowed;transform:none}.gdpr-schedule-status{font-family:var(--font-sans);font-size:.8rem;color:#94a3b8}.gdpr-schedule-status.is-success{color:#047857}.gdpr-schedule-status.is-error{color:#b91c1c}.gdpr-schedule-next-hint{margin:.6rem 0 0;font-family:var(--font-sans);font-size:.78rem;color:#64748b;font-style:italic}html[data-theme=dark] .gdpr-schedule-next-hint{color:#a1a1aa}.trusted-devices-card{margin-top:16px;padding:16px 18px;border:1px solid #e4e4e7;border-radius:12px;background:#fafafa}html[data-theme=dark] .trusted-devices-card{border-color:#27272a;background:#111113}.trusted-devices-loading{display:flex;align-items:center;gap:10px;font-family:var(--font-sans);font-size:.85rem;color:#64748b}html[data-theme=dark] .trusted-devices-loading{color:#a1a1aa}.trusted-devices-list{display:flex;flex-direction:column;gap:.5rem}.trusted-devices-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;text-align:center;color:#64748b;font-family:var(--font-sans)}.trusted-devices-empty p{margin:0;font-size:.88rem;max-width:460px;line-height:1.5}html[data-theme=dark] .trusted-devices-empty{color:#a1a1aa}.trusted-device-row{display:flex;align-items:center;gap:.85rem;padding:.7rem .85rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:border-color .14s ease}html[data-theme=dark] .trusted-device-row{background:#18181b;border-color:#3f3f46}.trusted-device-row:hover{border-color:#e072034d}.trusted-device-icon{flex-shrink:0;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#e072031f;color:#ad6924;border-radius:8px}html[data-theme=dark] .trusted-device-icon{background:#f59e0b2e;color:#fb923c}.trusted-device-body{flex:1;min-width:0}.trusted-device-name{display:flex;align-items:center;gap:.4rem;font-family:var(--font-sans);font-size:.9rem;font-weight:600;color:#18181b}html[data-theme=dark] .trusted-device-name{color:#f4f4f5}.trusted-device-current-badge{padding:.1rem .4rem;background:#10b98124;color:#047857;border-radius:4px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}html[data-theme=dark] .trusted-device-current-badge{background:#10b98133;color:#6ee7b7}.trusted-device-meta{font-family:var(--font-sans);font-size:.74rem;color:#64748b;margin-top:.15rem}html[data-theme=dark] .trusted-device-meta{color:#a1a1aa}.btn-trusted-device-remove{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .8rem;background:transparent;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;font-family:var(--font-sans);font-size:.78rem;font-weight:600;transition:all .14s ease}.btn-trusted-device-remove:hover{background:#ef44440f;color:#b91c1c;border-color:#ef444440}.btn-trusted-device-remove:disabled{opacity:.5;cursor:not-allowed}html[data-theme=dark] .btn-trusted-device-remove{border-color:#3f3f46;color:#a1a1aa}.account-lock-card{margin-top:16px;padding:16px 18px;border:1px solid rgba(239,68,68,.2);border-radius:12px;background:linear-gradient(135deg,#fee2e266,#fed7d733)}html[data-theme=dark] .account-lock-card{border-color:#ef444440;background:linear-gradient(135deg,#ef44440f,#ef444405)}.account-lock-inactive{display:flex;flex-direction:column;gap:.85rem}.account-lock-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.6rem}.account-lock-option{display:flex;flex-direction:column;gap:.25rem;padding:.7rem .85rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;text-align:left;transition:all .16s ease;font-family:var(--font-sans)}html[data-theme=dark] .account-lock-option{background:#18181b;border-color:#3f3f46;color:#d4d4d8}.account-lock-option:hover:not(.is-active){border-color:#ef444466;transform:translateY(-1px)}.account-lock-option.is-active{background:linear-gradient(135deg,#ef44441a,#ef444408);border-color:#dc2626;color:#18181b;box-shadow:0 2px 8px #ef44442e}html[data-theme=dark] .account-lock-option.is-active{background:linear-gradient(135deg,#ef444426,#ef44440d);border-color:#ef4444;color:#f4f4f5}.account-lock-option-label{font-weight:700;font-size:.92rem}.account-lock-option-hint{font-size:.74rem;color:#64748b;line-height:1.4}html[data-theme=dark] .account-lock-option-hint{color:#a1a1aa}.account-lock-option.is-active .account-lock-option-hint{color:#475569}html[data-theme=dark] .account-lock-option.is-active .account-lock-option-hint{color:#d4d4d8}.btn-account-lock-engage{align-self:flex-start;display:inline-flex;align-items:center;padding:.65rem 1.25rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;border-radius:10px;font-family:var(--font-sans);font-size:.88rem;font-weight:600;cursor:pointer;transition:all .16s ease;box-shadow:0 4px 12px #ef444440}.btn-account-lock-engage:hover{transform:translateY(-1px);box-shadow:0 6px 18px #ef444459}.btn-account-lock-engage:disabled{opacity:.6;cursor:not-allowed;transform:none}.account-lock-active{display:flex;flex-direction:column;gap:.85rem}.account-lock-active-header{display:flex;align-items:flex-start;gap:.85rem;padding:.85rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.25);border-radius:10px;color:#b91c1c}html[data-theme=dark] .account-lock-active-header{background:#ef444424;border-color:#ef44444d;color:#fca5a5}.account-lock-active-header>svg{flex-shrink:0}.account-lock-active-header strong{display:block;font-family:var(--font-sans);font-size:1rem;font-weight:700;margin-bottom:.2rem;color:#991b1b}html[data-theme=dark] .account-lock-active-header strong{color:#fee2e2}.account-lock-active-header p{margin:0;font-family:var(--font-sans);font-size:.85rem}.btn-account-lock-disengage{align-self:flex-start;padding:.55rem 1.1rem;background:transparent;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-family:var(--font-sans);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .14s ease}.btn-account-lock-disengage:hover{background:#0000000a;color:#18181b}html[data-theme=dark] .btn-account-lock-disengage{border-color:#3f3f46;color:#d4d4d8}html[data-theme=dark] .btn-account-lock-disengage:hover{background:#ffffff0f;color:#fafafa}.account-lock-status{margin:0;font-family:var(--font-sans);font-size:.82rem;color:#94a3b8;min-height:1.2em}.account-lock-status.is-success{color:#047857}.account-lock-status.is-error{color:#b91c1c}.audit-filters{display:flex;flex-wrap:wrap;gap:1.25rem;margin:.85rem 0 1.25rem;padding:.85rem 1rem;background:#f8fafc99;border:1px solid #e2e8f0;border-radius:10px}html[data-theme=dark] .audit-filters{background:#27272a80;border-color:#3f3f46}.audit-filter-group{display:flex;flex-direction:column;gap:.4rem}.audit-filter-label{font-family:var(--font-sans);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b}html[data-theme=dark] .audit-filter-label{color:#a1a1aa}.audit-filter-pills{display:flex;gap:.35rem;flex-wrap:wrap}.audit-filter-pill{padding:.32rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-family:var(--font-sans);font-size:.78rem;font-weight:600;transition:all .14s ease}html[data-theme=dark] .audit-filter-pill{background:#18181b;border-color:#3f3f46;color:#a1a1aa}.audit-filter-pill:hover:not(.is-active){border-color:#e0720366;color:#18181b;transform:translateY(-1px)}html[data-theme=dark] .audit-filter-pill:hover:not(.is-active){color:#fafafa}.audit-filter-pill.is-active{background:#e07203;border-color:#e07203;color:#fff}.audit-list-wrap{display:flex;flex-direction:column;gap:.5rem}.audit-loading{display:flex;align-items:center;gap:10px;padding:1rem;font-family:var(--font-sans);font-size:.85rem;color:#64748b}html[data-theme=dark] .audit-loading{color:#a1a1aa}.audit-list{display:flex;flex-direction:column;gap:.5rem}.audit-row{display:flex;align-items:center;gap:.85rem;padding:.7rem .85rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:border-color .14s ease,transform .14s ease}html[data-theme=dark] .audit-row{background:#18181b;border-color:#3f3f46}.audit-row:hover{border-color:#e072034d;transform:translate(2px)}.audit-row-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px}.audit-row-icon.is-success{background:#10b9811f;color:#047857}.audit-row-icon.is-failure{background:#ef44441f;color:#b91c1c}.audit-row-icon.is-warning{background:#f59e0b1f;color:#b45309}html[data-theme=dark] .audit-row-icon.is-success{background:#10b9812e;color:#6ee7b7}html[data-theme=dark] .audit-row-icon.is-failure{background:#ef44442e;color:#fca5a5}html[data-theme=dark] .audit-row-icon.is-warning{background:#f59e0b2e;color:#fcd34d}.audit-row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.audit-row-action{font-family:var(--font-sans);font-size:.9rem;font-weight:600;color:#18181b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[data-theme=dark] .audit-row-action{color:#f4f4f5}.audit-row-meta{display:flex;flex-wrap:wrap;gap:.3rem;font-family:var(--font-sans);font-size:.75rem;color:#64748b}html[data-theme=dark] .audit-row-meta{color:#a1a1aa}.audit-row-cat{padding:.1rem .5rem;background:#94a3b824;border-radius:4px;font-weight:600;font-size:.7rem;color:#475569}html[data-theme=dark] .audit-row-cat{background:#ffffff0f;color:#d4d4d8}.audit-row-sep{opacity:.5}.audit-row-time{flex-shrink:0;font-family:var(--font-sans);font-size:.78rem;color:#94a3b8;font-variant-numeric:tabular-nums}html[data-theme=dark] .audit-row-time{color:#71717a}.audit-empty{display:none;flex-direction:column;align-items:center;gap:.7rem;padding:2.5rem 1rem;text-align:center;color:#64748b;font-family:var(--font-sans)}.audit-empty p{margin:0;font-size:.9rem}html[data-theme=dark] .audit-empty{color:#a1a1aa}.audit-load-more{align-self:center;margin-top:.5rem;padding:.55rem 1.5rem;background:transparent;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-family:var(--font-sans);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .14s ease}.audit-load-more:hover{border-color:#e07203;color:#e07203}html[data-theme=dark] .audit-load-more{border-color:#3f3f46;color:#a1a1aa}html[data-theme=dark] .audit-load-more:hover{border-color:#fb923c;color:#fb923c}@media(max-width:640px){.audit-filters{flex-direction:column;gap:.85rem}.audit-row-time{font-size:.72rem}}.session-ttl-card{margin-top:16px;padding:16px 18px;border:1px solid #e4e4e7;border-radius:12px;background:#fafafa}html[data-theme=dark] .session-ttl-card{border-color:#27272a;background:#111113}.session-ttl-loading{display:flex;align-items:center;gap:10px;font-family:var(--font-sans);font-size:.85rem;color:#64748b}html[data-theme=dark] .session-ttl-loading{color:#a1a1aa}.session-ttl-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.6rem}.session-ttl-option{display:flex;flex-direction:column;gap:.25rem;padding:.85rem .95rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;text-align:left;transition:all .16s ease;font-family:var(--font-sans)}html[data-theme=dark] .session-ttl-option{background:#18181b;border-color:#3f3f46;color:#d4d4d8}.session-ttl-option:hover:not(.is-active){border-color:#e0720366;transform:translateY(-1px)}.session-ttl-option.is-active{background:linear-gradient(135deg,#e072031a,#e072030a);border-color:#e07203;color:#18181b;box-shadow:0 2px 8px #e0720326}html[data-theme=dark] .session-ttl-option.is-active{background:linear-gradient(135deg,#f59e0b1f,#f59e0b0a);border-color:#f59e0b;color:#f4f4f5}.session-ttl-option-label{font-weight:700;font-size:.95rem}.session-ttl-option-hint{font-size:.76rem;color:#64748b;line-height:1.4}html[data-theme=dark] .session-ttl-option-hint{color:#a1a1aa}.session-ttl-option.is-active .session-ttl-option-hint{color:#475569}html[data-theme=dark] .session-ttl-option.is-active .session-ttl-option-hint{color:#d4d4d8}.session-ttl-actions{display:flex;align-items:center;gap:.7rem;margin-top:.85rem}.btn-session-ttl-save{padding:.55rem 1.1rem;background:#e07203;color:#fff;border:none;border-radius:8px;font-family:var(--font-sans);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .16s ease}.btn-session-ttl-save:hover{background:#c86302;transform:translateY(-1px)}.btn-session-ttl-save:disabled{opacity:.5;cursor:not-allowed;transform:none}.session-ttl-status{font-family:var(--font-sans);font-size:.82rem;color:#94a3b8}.session-ttl-status.is-success{color:#047857}.session-ttl-status.is-error{color:#b91c1c}html[data-theme=dark] .session-ttl-status.is-success{color:#6ee7b7}html[data-theme=dark] .session-ttl-status.is-error{color:#fca5a5}.session-ttl-hint{margin:.85rem 0 0;padding:.5rem .75rem;background:#94a3b81a;border-radius:6px;font-family:var(--font-sans);font-size:.78rem;color:#64748b;line-height:1.45}html[data-theme=dark] .session-ttl-hint{background:#ffffff0a;color:#a1a1aa}.login-notify-card{margin-top:16px;padding:16px 18px;border:1px solid #e4e4e7;border-radius:12px;background:#fafafa}html[data-theme=dark] .login-notify-card{border-color:#27272a;background:#111113}.login-notify-loading{display:flex;align-items:center;gap:10px;font-family:var(--font-sans);font-size:.85rem;color:#64748b}html[data-theme=dark] .login-notify-loading{color:#a1a1aa}.login-notify-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.6rem}.login-notify-option{display:flex;flex-direction:column;gap:.35rem;padding:.85rem .95rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;text-align:left;transition:all .16s ease;font-family:var(--font-sans)}html[data-theme=dark] .login-notify-option{background:#18181b;border-color:#3f3f46;color:#d4d4d8}.login-notify-option:hover:not(.is-active){border-color:#e0720366;transform:translateY(-1px)}.login-notify-option.is-active{background:linear-gradient(135deg,#e072031a,#e072030a);border-color:#e07203;color:#18181b;box-shadow:0 2px 8px #e0720326}html[data-theme=dark] .login-notify-option.is-active{background:linear-gradient(135deg,#f59e0b1f,#f59e0b0a);border-color:#f59e0b;color:#f4f4f5}.login-notify-option>svg{color:#e07203}html[data-theme=dark] .login-notify-option>svg{color:#fb923c}.login-notify-option-label{font-weight:700;font-size:.9rem}.login-notify-option-hint{font-size:.78rem;color:#64748b;line-height:1.45}html[data-theme=dark] .login-notify-option-hint{color:#a1a1aa}.login-notify-option.is-active .login-notify-option-hint{color:#475569}html[data-theme=dark] .login-notify-option.is-active .login-notify-option-hint{color:#d4d4d8}.login-notify-actions{display:flex;align-items:center;gap:.7rem;margin-top:.85rem}.btn-login-notify-save{padding:.55rem 1.1rem;background:#e07203;color:#fff;border:none;border-radius:8px;font-family:var(--font-sans);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .16s ease}.btn-login-notify-save:hover{background:#c86302;transform:translateY(-1px)}.btn-login-notify-save:disabled{opacity:.5;cursor:not-allowed;transform:none}.login-notify-status{font-family:var(--font-sans);font-size:.82rem;color:#94a3b8}.login-notify-status.is-success{color:#047857}.login-notify-status.is-error{color:#b91c1c}html[data-theme=dark] .login-notify-status.is-success{color:#6ee7b7}html[data-theme=dark] .login-notify-status.is-error{color:#fca5a5}.backup-codes-banner{margin:.85rem 0 1.25rem;padding:14px 16px;border:1px solid rgba(245,158,11,.4);border-radius:12px;background:linear-gradient(135deg,#fef3c7d9,#fde68a8c);display:flex;align-items:center;gap:12px;color:#92400e;position:relative}html[data-theme=dark] .backup-codes-banner{background:linear-gradient(135deg,#f59e0b1f,#f59e0b0a);border-color:#f59e0b59;color:#fbbf24}.backup-codes-banner>svg{flex-shrink:0;color:#d97706}html[data-theme=dark] .backup-codes-banner>svg{color:#fbbf24}.backup-codes-banner-text{flex:1;min-width:0}.backup-codes-banner-text strong{display:block;font-family:var(--font-sans);font-size:.95rem;font-weight:700;margin-bottom:.2rem;color:#78350f}html[data-theme=dark] .backup-codes-banner-text strong{color:#fde68a}.backup-codes-banner-text p{margin:0;font-family:var(--font-sans);font-size:.82rem;line-height:1.5;color:#92400e}html[data-theme=dark] .backup-codes-banner-text p{color:#fcd34d}.backup-codes-banner-btn{flex-shrink:0;padding:.55rem 1.1rem;background:#d97706;color:#fff;border:none;border-radius:8px;font-family:var(--font-sans);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .16s ease}.backup-codes-banner-btn:hover{background:#b45309;transform:translateY(-1px)}.backup-codes-banner-dismiss{flex-shrink:0;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;color:#92400e99;cursor:pointer;transition:all .14s ease}.backup-codes-banner-dismiss:hover{background:#0000000f;color:#92400e}html[data-theme=dark] .backup-codes-banner-dismiss{color:#fcd34d99}html[data-theme=dark] .backup-codes-banner-dismiss:hover{background:#ffffff0f;color:#fbbf24}@media(max-width:640px){.backup-codes-banner{flex-direction:column;align-items:stretch}.backup-codes-banner-btn{width:100%}.backup-codes-banner-dismiss{position:absolute;top:8px;right:8px}}.critical-zone{position:relative;margin-bottom:1rem}.critical-zone.is-locked .critical-zone-content{filter:blur(6px);pointer-events:none;user-select:none;opacity:.5}.critical-zone-lock{display:none}.critical-zone.is-locked .critical-zone-lock{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.85rem;padding:2.5rem 1.5rem;margin-bottom:1rem;border:1px dashed rgba(224,114,3,.4);border-radius:16px;background:linear-gradient(135deg,#fdf3e78c,#fbe4c84d);color:#ad6924}html[data-theme=dark] .critical-zone.is-locked .critical-zone-lock{background:linear-gradient(135deg,#e0720314,#e0720308);border-color:#e072034d;color:#fb923c}.critical-zone-title{margin:0;font-family:var(--font-sans);font-size:1.05rem;font-weight:700;color:#18181b}html[data-theme=dark] .critical-zone-title{color:#f4f4f5}.critical-zone-desc{margin:0;max-width:480px;font-family:var(--font-sans);font-size:.85rem;line-height:1.55;color:#475569}html[data-theme=dark] .critical-zone-desc{color:#a1a1aa}.critical-zone-unlock-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.25rem;background:linear-gradient(135deg,#e07203,#c86302);color:#fff;border:none;border-radius:10px;font-family:var(--font-sans);font-size:.88rem;font-weight:600;cursor:pointer;transition:all .16s ease;box-shadow:0 4px 12px #e0720340}.critical-zone-unlock-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #e0720359}.critical-zone-unlock-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.critical-zone-hint{margin:0;padding:.4rem .7rem;background:#ef444414;border:1px solid rgba(239,68,68,.25);border-radius:6px;font-family:var(--font-sans);font-size:.78rem;color:#b91c1c}html[data-theme=dark] .critical-zone-hint{background:#ef44441f;border-color:#ef44444d;color:#fca5a5}.login-2fa-card{margin-top:16px;padding:16px 18px;border:1px solid #e4e4e7;border-radius:12px;background:#fafafa}html[data-theme=dark] .login-2fa-card{border-color:#27272a;background:#111113}.login-2fa-recommend{margin-top:12px;padding:14px 16px;border:1px solid rgba(224,114,3,.3);border-radius:12px;background:linear-gradient(135deg,#fdf3e7d9,#fbe4c88c);display:flex;align-items:center;gap:12px;color:#ad6924}html[data-theme=dark] .login-2fa-recommend{background:linear-gradient(135deg,#e072031a,#e072030a);border-color:#e0720340;color:#fb923c}.login-2fa-recommend>svg{flex-shrink:0}.login-2fa-recommend-text{flex:1;min-width:0}.login-2fa-recommend-text strong{display:block;font-family:var(--font-sans);font-size:.92rem;font-weight:700;margin-bottom:.15rem}.login-2fa-recommend-text p{margin:0;font-family:var(--font-sans);font-size:.82rem;line-height:1.45;color:#92400e}html[data-theme=dark] .login-2fa-recommend-text p{color:#fbbf24}.login-2fa-recommend-btn{flex-shrink:0;padding:.5rem 1rem;background:#e07203;color:#fff;border:none;border-radius:8px;font-family:var(--font-sans);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .16s ease}.login-2fa-recommend-btn:hover{background:#c86302;transform:translateY(-1px)}@media(max-width:640px){.login-2fa-recommend{flex-direction:column;align-items:flex-start}.login-2fa-recommend-btn{width:100%}}.login-2fa-confirm-overlay{position:fixed;inset:0;background:#0000008c;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:cpFadeIn .16s ease}.login-2fa-confirm-card{max-width:460px;width:100%;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 20px 50px #0000004d;text-align:center}html[data-theme=dark] .login-2fa-confirm-card{background:#18181b;box-shadow:0 20px 50px #000000a6}.login-2fa-confirm-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#f59e0b1f;color:#f59e0b;margin-bottom:1rem}html[data-theme=dark] .login-2fa-confirm-icon{background:#f59e0b2e;color:#fbbf24}.login-2fa-confirm-title{margin:0 0 .5rem;font-family:var(--font-sans);font-size:1.1rem;font-weight:700;color:#18181b}html[data-theme=dark] .login-2fa-confirm-title{color:#f4f4f5}.login-2fa-confirm-body{margin:0 0 1.25rem;font-family:var(--font-sans);font-size:.88rem;line-height:1.55;color:#475569}html[data-theme=dark] .login-2fa-confirm-body{color:#a1a1aa}.login-2fa-confirm-actions{display:flex;gap:.6rem;justify-content:center}.login-2fa-confirm-cancel,.login-2fa-confirm-proceed{padding:.6rem 1.1rem;border-radius:8px;font-family:var(--font-sans);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .16s ease}.login-2fa-confirm-cancel{background:#e07203;color:#fff;border:none}.login-2fa-confirm-cancel:hover{background:#c86302}.login-2fa-confirm-cancel:focus{outline:3px solid rgba(224,114,3,.4);outline-offset:2px}.login-2fa-confirm-proceed{background:transparent;color:#64748b;border:1px solid #e2e8f0}.login-2fa-confirm-proceed:hover{background:#ef44440f;color:#b91c1c;border-color:#ef44444d}html[data-theme=dark] .login-2fa-confirm-proceed{border-color:#3f3f46;color:#a1a1aa}html[data-theme=dark] .login-2fa-confirm-proceed:hover{background:#ef44441a;color:#fca5a5}.login-2fa-loading{display:flex;align-items:center;gap:10px;color:#71717a;font-size:14px}.login-2fa-toggle{display:flex;align-items:center;gap:12px;cursor:pointer;user-select:none}.login-2fa-toggle input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.login-2fa-toggle-slider{width:42px;height:24px;border-radius:999px;background:#d4d4d8;position:relative;transition:background .16s ease;flex-shrink:0}.login-2fa-toggle-slider:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .16s ease;box-shadow:0 1px 3px #00000026}.login-2fa-toggle input:checked+.login-2fa-toggle-slider{background:#e07203}.login-2fa-toggle input:checked+.login-2fa-toggle-slider:after{transform:translate(18px)}html[data-theme=dark] .login-2fa-toggle-slider{background:#3f3f46}.login-2fa-toggle-label{font-size:14px;font-weight:600;color:#18181b}html[data-theme=dark] .login-2fa-toggle-label{color:#f4f4f5}.login-2fa-method{margin-top:14px;padding-top:14px;border-top:1px dashed #e4e4e7}html[data-theme=dark] .login-2fa-method{border-color:#27272a}.login-2fa-method-label{display:block;font-size:12px;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.login-2fa-select{width:100%;padding:10px 12px;border:1px solid #e4e4e7;border-radius:8px;background:#fff;font-size:14px;color:#18181b;cursor:pointer}html[data-theme=dark] .login-2fa-select{border-color:#3f3f46;background:#18181b;color:#f4f4f5}.login-2fa-hint{margin:8px 0 0;font-size:12px;color:#71717a;line-height:1.5}.login-2fa-hint.is-error{color:#dc2626}.login-2fa-actions{margin-top:14px;display:flex;align-items:center;gap:12px}.btn-login-2fa-save{padding:9px 18px;border:1px solid transparent;border-radius:8px;background:#e07203;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .16s ease}.btn-login-2fa-save:hover{background:#c86302}.btn-login-2fa-save:disabled{opacity:.6;cursor:not-allowed}.login-2fa-status{font-size:13px;color:#71717a}.login-2fa-status.is-success{color:#16a34a}.login-2fa-status.is-error{color:#dc2626}.audit-search-wrap{position:relative;margin:.75rem 0;display:flex;align-items:center}.audit-search-icon{position:absolute;left:.7rem;color:#ffffff80;pointer-events:none}html:not([data-theme=dark]) .audit-search-icon{color:#0006}.audit-search-input{width:100%;padding:.55rem 2rem .55rem 2.1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:inherit;font:inherit;font-size:.9rem;transition:border-color .15s,background .15s}html:not([data-theme=dark]) .audit-search-input{background:#00000005;border-color:#0000001a}.audit-search-input:focus{outline:none;border-color:#60a5fa80;background:#ffffff0d}.audit-search-input::-webkit-search-cancel-button{display:none}.audit-search-clear{position:absolute;right:.5rem;background:transparent;border:none;color:#ffffff80;cursor:pointer;font-size:1.25rem;line-height:1;padding:.2rem .5rem;border-radius:4px}.audit-search-clear:hover{color:inherit;background:#ffffff14}html:not([data-theme=dark]) .audit-search-clear{color:#00000073}.audit-pager{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.06)}html:not([data-theme=dark]) .audit-pager{border-top-color:#00000014}.audit-pager-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .85rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:inherit;font:inherit;font-size:.85rem;cursor:pointer;transition:background .15s,border-color .15s,transform .05s}html:not([data-theme=dark]) .audit-pager-btn{background:#00000008;border-color:#0000001a}.audit-pager-btn:hover:not(:disabled){background:#ffffff14;border-color:#ffffff2e}html:not([data-theme=dark]) .audit-pager-btn:hover:not(:disabled){background:#0000000f;border-color:#0000002e}.audit-pager-btn:active:not(:disabled){transform:translateY(1px)}.audit-pager-btn:disabled{opacity:.35;cursor:not-allowed}.audit-pager-info{font-size:.82rem;color:#ffffff8c;font-variant-numeric:tabular-nums}html:not([data-theme=dark]) .audit-pager-info{color:#0000008c}@media(max-width:480px){.audit-pager-info{font-size:.75rem;text-align:center;flex:1}.audit-pager-btn span{display:none}}.custom-number-wrap{position:relative;display:inline-flex;align-items:stretch;width:100%}.custom-number-input{width:100%;padding-right:2rem!important;-moz-appearance:textfield;appearance:textfield}.custom-number-input::-webkit-inner-spin-button,.custom-number-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.custom-number-arrows{position:absolute;right:4px;top:4px;bottom:4px;width:1.6rem;display:flex;flex-direction:column;border-left:1px solid rgba(255,255,255,.08)}html:not([data-theme=dark]) .custom-number-arrows{border-left-color:#00000014}.custom-number-arrow{flex:1;background:transparent;border:none;color:#ffffff80;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;padding:0;transition:background .12s,color .12s}html:not([data-theme=dark]) .custom-number-arrow{color:#00000073}.custom-number-arrow:hover{background:#ffffff14;color:inherit}html:not([data-theme=dark]) .custom-number-arrow:hover{background:#0000000f}.custom-number-arrow:active{background:#60a5fa26;color:#60a5fa}.settings-container[data-astro-cid-ljzd4z6j]{max-width:1152px;margin:0 auto;padding:5rem 1rem 2rem;font-family:var(--font-sans);overflow-x:clip}.settings-tabs[data-astro-cid-ljzd4z6j]{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem;animation:fade-in-up .4s ease .1s both}.tab-btn[data-astro-cid-ljzd4z6j]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .9rem;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;color:#64748b;font-family:var(--font-sans);font-size:12.5px;font-weight:600;min-height:34px;cursor:pointer;box-shadow:var(--shadow-child);transition:background .15s ease,color .15s ease,border-color .15s ease;white-space:nowrap}.tab-btn[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:14px;height:14px;flex-shrink:0}.tab-btn[data-astro-cid-ljzd4z6j]:hover{border-color:#e07203;color:#e07203}.tab-btn[data-astro-cid-ljzd4z6j].active{background:#e07203;border-color:#e07203;color:#fff}.tab-btn[data-astro-cid-ljzd4z6j].active:hover{background:#ad6924;border-color:#ad6924;color:#fff}.tab-btn[data-astro-cid-ljzd4z6j]:active{transform:scale(.97)}.tab-btn-locked{opacity:.5}.settings-auth-overlay{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:3rem 2rem;margin-bottom:2rem;box-shadow:var(--shadow-card);display:flex;align-items:center;justify-content:center}html[data-theme=dark] .settings-auth-overlay{background:#18181b;border-color:#3f3f46;box-shadow:#00000059 0 10px 20px,#0006 0 6px 6px}.settings-auth-overlay-content{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.settings-auth-overlay-content svg{color:#94a3b8;opacity:.3}html[data-theme=dark] .settings-auth-overlay-content svg{color:#71717a}.settings-auth-overlay-content p{font-family:var(--font-sans);font-size:1rem;font-weight:600;margin:0;color:#0f172a}html[data-theme=dark] .settings-auth-overlay-content p{color:#e4e4e7}.settings-auth-login-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background:#e07203;color:#fff;border:none;border-radius:10px;font-family:var(--font-sans);font-weight:600;font-size:.9rem;text-decoration:none;cursor:pointer;box-shadow:0 2px 8px #e0720340;transition:all .3s ease;position:relative;overflow:hidden;outline:2px solid transparent;outline-offset:2px}.settings-auth-login-btn:before{content:"";position:absolute;right:0;margin-top:-3rem;height:8rem;width:2rem;transform:translate(3rem) rotate(12deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:transform .5s ease-out;pointer-events:none}html[data-theme=dark] .settings-auth-login-btn{background:#e07203;color:#fff}.settings-auth-login-btn:hover{background:#ad6924;box-shadow:0 4px 12px #e072034d;outline:2px solid rgba(224,114,3,.3);outline-offset:2px}.settings-auth-login-btn:hover:before{transform:translate(-22rem) rotate(12deg)}.settings-auth-login-btn:active{transform:scale(.98)}html[data-theme=dark] .settings-auth-login-btn:hover{background:#ad6924;box-shadow:0 4px 12px #e072034d}.settings-login-modal[data-astro-cid-ljzd4z6j]{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#00000080;backdrop-filter:blur(8px);padding:1rem}.settings-login-modal-content[data-astro-cid-ljzd4z6j]{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 20px 60px #00000026;max-width:460px;width:100%;overflow:hidden}html[data-theme=dark] .settings-login-modal-content[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46;box-shadow:0 20px 60px #0006}.settings-login-modal-header[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:#e07203;color:#fff}.settings-login-modal-header[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.5rem;margin:0;font-family:var(--font-sans);font-size:1.05rem;font-weight:700}.settings-login-modal-close[data-astro-cid-ljzd4z6j]{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;line-height:1;opacity:.8;transition:opacity .15s}.settings-login-modal-close[data-astro-cid-ljzd4z6j]:hover{opacity:1}.settings-login-modal-body[data-astro-cid-ljzd4z6j]{padding:1.5rem}.settings-login-modal-body[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{font-family:var(--font-sans);font-size:.9rem;color:#334155;margin:0 0 .75rem;line-height:1.5}html[data-theme=dark] .settings-login-modal-body[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{color:#d4d4d8}.settings-login-info[data-astro-cid-ljzd4z6j]{font-weight:600!important;font-size:.85rem!important;color:#64748b!important}html[data-theme=dark] .settings-login-info[data-astro-cid-ljzd4z6j]{color:#a1a1aa!important}.settings-login-benefits[data-astro-cid-ljzd4z6j]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.settings-login-benefits[data-astro-cid-ljzd4z6j] li[data-astro-cid-ljzd4z6j]{font-family:var(--font-sans);font-size:.85rem;font-weight:600;color:#334155;padding:.5rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}html[data-theme=dark] .settings-login-benefits[data-astro-cid-ljzd4z6j] li[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46;color:#d4d4d8}.settings-login-benefits[data-astro-cid-ljzd4z6j] li[data-astro-cid-ljzd4z6j]:before{content:"✓ ";color:#e07203;font-weight:700}.settings-login-modal-footer[data-astro-cid-ljzd4z6j]{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e2e8f0}html[data-theme=dark] .settings-login-modal-footer[data-astro-cid-ljzd4z6j]{border-color:#3f3f46}.settings-login-btn-cancel[data-astro-cid-ljzd4z6j]{padding:.6rem 1.25rem;background:transparent;border:1px solid #e2e8f0;border-radius:10px;font-family:var(--font-sans);font-weight:600;font-size:.85rem;cursor:pointer;color:#334155;transition:all .15s ease}html[data-theme=dark] .settings-login-btn-cancel[data-astro-cid-ljzd4z6j]{border-color:#3f3f46;color:#d4d4d8}.settings-login-btn-cancel[data-astro-cid-ljzd4z6j]:hover{background:#f8fafc}.settings-login-btn-go[data-astro-cid-ljzd4z6j]{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.25rem;background:#e07203;color:#fff;border:none;border-radius:10px;font-family:var(--font-sans);font-weight:600;font-size:.85rem;text-decoration:none;box-shadow:0 2px 8px #e0720340;transition:all .15s ease}html[data-theme=dark] .settings-login-btn-go[data-astro-cid-ljzd4z6j]{box-shadow:0 2px 8px #e072034d}.settings-login-btn-go[data-astro-cid-ljzd4z6j]:hover{background:#ad6924;box-shadow:0 4px 12px #e072034d;color:#fff}.tab-panels[data-astro-cid-ljzd4z6j]{position:relative}.tab-panel[data-astro-cid-ljzd4z6j]{display:none}.tab-panel[data-astro-cid-ljzd4z6j].active{display:block}.tab-panel[data-astro-cid-ljzd4z6j].active>[data-astro-cid-ljzd4z6j]{animation:fade-in-up .4s ease-out both}.tab-panel[data-astro-cid-ljzd4z6j].active>[data-astro-cid-ljzd4z6j]:nth-child(1){animation-delay:0s}.tab-panel[data-astro-cid-ljzd4z6j].active>[data-astro-cid-ljzd4z6j]:nth-child(2){animation-delay:.04s}.tab-panel[data-astro-cid-ljzd4z6j].active>[data-astro-cid-ljzd4z6j]:nth-child(3){animation-delay:.08s}.tab-panel[data-astro-cid-ljzd4z6j].active>[data-astro-cid-ljzd4z6j]:nth-child(4){animation-delay:.12s}.tab-panel[data-astro-cid-ljzd4z6j].active>[data-astro-cid-ljzd4z6j]:nth-child(5){animation-delay:.16s}.tab-panel[data-astro-cid-ljzd4z6j].active>[data-astro-cid-ljzd4z6j]:nth-child(6){animation-delay:.2s}.tab-panel[data-astro-cid-ljzd4z6j].active>[data-astro-cid-ljzd4z6j]:nth-child(7){animation-delay:.24s}.tab-panel[data-astro-cid-ljzd4z6j].active>[data-astro-cid-ljzd4z6j]:nth-child(8){animation-delay:.28s}.tab-panel[data-astro-cid-ljzd4z6j].active>[data-astro-cid-ljzd4z6j]:nth-child(9){animation-delay:.32s}.tab-panel[data-astro-cid-ljzd4z6j].active>[data-astro-cid-ljzd4z6j]:nth-child(10){animation-delay:.36s}.tab-panel[data-astro-cid-ljzd4z6j].active>[data-astro-cid-ljzd4z6j]:nth-child(11){animation-delay:.4s}.tab-panel[data-astro-cid-ljzd4z6j].active>[data-astro-cid-ljzd4z6j]:nth-child(12){animation-delay:.44s}.tab-panel[data-astro-cid-ljzd4z6j].active>[data-astro-cid-ljzd4z6j]:nth-child(n+13){animation-delay:.48s}.tab-panel[data-astro-cid-ljzd4z6j].active>.privacy-card[data-astro-cid-ljzd4z6j]{animation:none!important;opacity:1;transform:none}.tab-panel[data-astro-cid-ljzd4z6j].active>.privacy-card[data-astro-cid-ljzd4z6j] .privacy-card-body[data-astro-cid-ljzd4z6j]>[data-astro-cid-ljzd4z6j]{animation:fade-in-up .32s ease-out both}.tab-panel[data-astro-cid-ljzd4z6j].active>.privacy-card[data-astro-cid-ljzd4z6j] .privacy-card-body[data-astro-cid-ljzd4z6j]>[data-astro-cid-ljzd4z6j]:nth-child(1){animation-delay:.04s}.tab-panel[data-astro-cid-ljzd4z6j].active>.privacy-card[data-astro-cid-ljzd4z6j] .privacy-card-body[data-astro-cid-ljzd4z6j]>[data-astro-cid-ljzd4z6j]:nth-child(2){animation-delay:.08s}.tab-panel[data-astro-cid-ljzd4z6j].active>.privacy-card[data-astro-cid-ljzd4z6j] .privacy-card-body[data-astro-cid-ljzd4z6j]>[data-astro-cid-ljzd4z6j]:nth-child(3){animation-delay:.12s}.tab-panel[data-astro-cid-ljzd4z6j].active>.privacy-card[data-astro-cid-ljzd4z6j] .privacy-card-body[data-astro-cid-ljzd4z6j]>[data-astro-cid-ljzd4z6j]:nth-child(n+4){animation-delay:.16s}.tab-panel[data-astro-cid-ljzd4z6j].active>.modal[data-astro-cid-ljzd4z6j],.tab-panel[data-astro-cid-ljzd4z6j].active>.modal-overlay[data-astro-cid-ljzd4z6j]{animation:none;opacity:1}@keyframes fade-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}html[data-theme=dark] .tab-btn[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46;color:#a1a1aa}html[data-theme=dark] .tab-btn[data-astro-cid-ljzd4z6j]:hover{border-color:#eda54e;color:#eda54e}html[data-theme=dark] .tab-btn[data-astro-cid-ljzd4z6j].active{background:#e07203;border-color:#e07203;color:#fff}@media(max-width:900px){.settings-tabs[data-astro-cid-ljzd4z6j]{position:sticky;top:72px;z-index:44;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;overscroll-behavior:contain;touch-action:pan-x;scroll-snap-type:x proximity;scroll-padding-inline:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.4rem;padding:.6rem 1.5rem;margin:-.25rem -1rem 1.25rem;background:#ffffffe0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(226,232,240,.6);mask-image:linear-gradient(to right,transparent 0,#000 1rem,#000 calc(100% - 1rem),transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 1rem,#000 calc(100% - 1rem),transparent 100%)}.settings-tabs[data-astro-cid-ljzd4z6j]::-webkit-scrollbar{display:none}.settings-tabs[data-astro-cid-ljzd4z6j]:after{content:"";position:absolute;left:0;right:0;bottom:-16px;height:16px;background:linear-gradient(to bottom,#ffffffe0,#fff0);pointer-events:none}html[data-theme=dark] .settings-tabs[data-astro-cid-ljzd4z6j]:after{background:linear-gradient(to bottom,#09090bd9,#09090b00)}.tab-btn[data-astro-cid-ljzd4z6j]{flex:0 0 auto;scroll-snap-align:start}.tab-btn[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{display:none}html[data-theme=dark] .settings-tabs[data-astro-cid-ljzd4z6j]{background:#09090bd9;border-bottom-color:#3f3f4699}}@media(max-width:480px){.settings-tabs[data-astro-cid-ljzd4z6j]{gap:.3rem}.tab-btn[data-astro-cid-ljzd4z6j]{padding:.45rem .75rem;font-size:12px}.tab-btn[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:16px;height:16px}}.back-button[data-astro-cid-ljzd4z6j]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#334155;font-family:var(--font-sans);font-size:.8rem;font-weight:600;text-decoration:none;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000000a;outline:0px solid rgba(224,114,3,0);outline-offset:8px;transition:outline .3s ease,outline-offset .3s ease,transform .3s ease}.back-button[data-astro-cid-ljzd4z6j]:hover{outline:3px solid rgba(224,114,3,.6);outline-offset:0px;transform:translateY(-2px);text-decoration:none}.back-button[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:18px;height:18px}html[data-theme=dark] .back-button[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46;color:#d4d4d8;box-shadow:none;outline-color:#e0720300}html[data-theme=dark] .back-button[data-astro-cid-ljzd4z6j]:hover{outline-color:#e0720380}.settings-container[data-astro-cid-ljzd4z6j] h1[data-astro-cid-ljzd4z6j]{font-size:1.875rem;font-weight:700;margin-bottom:2rem;color:#0f172a;line-height:1.15;letter-spacing:-.025em;animation:fade-in-up .4s ease both}.settings-container[data-astro-cid-ljzd4z6j] .brand-gradient[data-astro-cid-ljzd4z6j]{background:linear-gradient(to right,#e07203,#ad6924,#bfad88);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:640px){.settings-container[data-astro-cid-ljzd4z6j] h1[data-astro-cid-ljzd4z6j]{font-size:2.25rem}}@media(min-width:768px){.settings-container[data-astro-cid-ljzd4z6j] h1[data-astro-cid-ljzd4z6j]{font-size:3rem}}.settings-section[data-astro-cid-ljzd4z6j]{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:var(--shadow-card);animation:fade-in-up .4s ease .2s both;transition:transform .3s ease,box-shadow .3s ease}.settings-section[data-astro-cid-ljzd4z6j]:hover{transform:translateY(-2px);box-shadow:#00000038 0 14px 28px,#00000038 0 10px 10px}.settings-section[data-astro-cid-ljzd4z6j] h2[data-astro-cid-ljzd4z6j]{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0;color:#0f172a}.section-label[data-astro-cid-ljzd4z6j]{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin:0 0 1rem;animation:fade-in-up .4s ease .16s both}html[data-theme=dark] .section-label[data-astro-cid-ljzd4z6j]{color:#71717a}.security-subtabs[data-astro-cid-ljzd4z6j]{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem;padding:.375rem;background:#f1f5f9a6;border:1px solid #e2e8f0;border-radius:12px;animation:fade-in-up .4s ease .18s both}.security-subtab[data-astro-cid-ljzd4z6j]{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .95rem;border:1px solid transparent;border-radius:9px;background:transparent;color:#475569;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .18s,color .18s,border-color .18s,transform .12s}.security-subtab[data-astro-cid-ljzd4z6j]:hover:not(.is-active){background:#ffffffa6;color:#0f172a}.security-subtab[data-astro-cid-ljzd4z6j].is-active{background:#fff;color:var(--color-primary, #e07203);border-color:#e0720352;box-shadow:0 2px 6px #0f172a0f}.security-subtab[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{flex-shrink:0}html[data-theme=dark] .security-subtabs[data-astro-cid-ljzd4z6j]{background:#27272ab3;border-color:#3f3f46}html[data-theme=dark] .security-subtab[data-astro-cid-ljzd4z6j]{color:#a1a1aa}html[data-theme=dark] .security-subtab[data-astro-cid-ljzd4z6j]:hover:not(.is-active){background:#3f3f46b3;color:#f4f4f5}html[data-theme=dark] .security-subtab[data-astro-cid-ljzd4z6j].is-active{background:#1f1f23;color:#fbbf24;border-color:#fbbf246b}@media(max-width:640px){.security-subtab[data-astro-cid-ljzd4z6j] span[data-astro-cid-ljzd4z6j]{font-size:.78rem}.security-subtab[data-astro-cid-ljzd4z6j]{padding:.5rem .7rem}}@media(max-width:480px){.security-subtabs[data-astro-cid-ljzd4z6j]{gap:.25rem;padding:.3rem}.security-subtab[data-astro-cid-ljzd4z6j]{padding:.55rem .7rem;gap:0}.security-subtab[data-astro-cid-ljzd4z6j] span[data-astro-cid-ljzd4z6j]{display:none}}.sub-section-hidden[data-astro-cid-ljzd4z6j]{display:none!important}.sub-section-just-shown[data-astro-cid-ljzd4z6j]{animation:fade-in-up .32s ease both}@media(prefers-reduced-motion:reduce){.sub-section-just-shown[data-astro-cid-ljzd4z6j]{animation:none!important}}.section-heading[data-astro-cid-ljzd4z6j]{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .5rem;padding-left:.75rem;border-left:3px solid #e07203;animation:fade-in-up .4s ease .2s both}html[data-theme=dark] .section-heading[data-astro-cid-ljzd4z6j]{color:#f4f4f5}.section-heading[data-astro-cid-ljzd4z6j].section-divider{margin-top:2.5rem;position:relative}.section-heading[data-astro-cid-ljzd4z6j].section-divider:before{content:"";position:absolute;top:-1.25rem;left:0;right:0;height:1px;background:#e2e8f0}html[data-theme=dark] .section-heading[data-astro-cid-ljzd4z6j].section-divider:before{background:#3f3f46}.section-desc[data-astro-cid-ljzd4z6j]{font-size:.875rem;line-height:1.625;color:#64748b;margin:0 0 1.25rem;animation:fade-in-up .4s ease .22s both}html[data-theme=dark] .section-desc[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.setting-item[data-astro-cid-ljzd4z6j]{margin-bottom:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;box-shadow:var(--shadow-card)}html[data-theme=dark] .setting-item[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46;box-shadow:#00000059 0 10px 20px,#0006 0 6px 6px}.setting-item[data-astro-cid-ljzd4z6j]:last-child{margin-bottom:0}.setting-item[data-astro-cid-ljzd4z6j]>label[data-astro-cid-ljzd4z6j]{display:block;font-weight:600;font-size:.85rem;margin-bottom:.5rem;color:#334155}.setting-row[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;justify-content:space-between;gap:1rem}.setting-row[data-astro-cid-ljzd4z6j] label[data-astro-cid-ljzd4z6j]{font-weight:600;font-size:.85rem;color:#334155}.setting-description[data-astro-cid-ljzd4z6j]{display:block;font-size:.75rem;color:#64748b;margin-top:.25rem}.toggle-btn[data-astro-cid-ljzd4z6j]{position:relative;width:48px;height:26px;min-height:26px;max-height:26px;background:#cbd5e1;border:none;border-radius:9999px;cursor:pointer;transition:background .2s;padding:0;flex-shrink:0}.toggle-btn[data-astro-cid-ljzd4z6j][aria-checked=true]{background:#e07203;box-shadow:0 0 8px #e072034d}.toggle-slider[data-astro-cid-ljzd4z6j]{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:9999px;transition:transform .2s;box-shadow:0 1px 3px #00000026}.toggle-btn[data-astro-cid-ljzd4z6j][aria-checked=true] .toggle-slider[data-astro-cid-ljzd4z6j]{transform:translate(22px);background:#fff}.checkbox-row[data-astro-cid-ljzd4z6j]{justify-content:flex-start}.checkbox-row[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j][type=checkbox]{width:20px;height:20px;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;accent-color:#e07203}.setting-item[data-astro-cid-ljzd4z6j] select[data-astro-cid-ljzd4z6j]{width:100%;padding:.75rem 1rem;font-family:var(--font-sans);font-size:.9rem;font-weight:500;border:1px solid #d1d5db;border-radius:10px;background:#fff;color:#0f172a;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.setting-item[data-astro-cid-ljzd4z6j] select[data-astro-cid-ljzd4z6j]:focus{outline:2px solid #e07203;outline-offset:2px}.pro-option[data-astro-cid-ljzd4z6j]{color:#64748b}.custom-select[data-astro-cid-ljzd4z6j]{position:relative;width:100%}.custom-select-trigger[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:#fff;border:1px solid #d1d5db;border-radius:10px;cursor:pointer;transition:all .15s ease;font-family:var(--font-sans);font-weight:600;font-size:.9rem;color:#0f172a}.custom-select-trigger[data-astro-cid-ljzd4z6j]:hover{border-color:#e07203;box-shadow:0 0 0 3px #e072031a}.custom-select[data-astro-cid-ljzd4z6j].open .custom-select-trigger[data-astro-cid-ljzd4z6j]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#e07203}.custom-select-value[data-astro-cid-ljzd4z6j]{flex:1}.custom-select-arrow[data-astro-cid-ljzd4z6j]{transition:transform .2s;flex-shrink:0}.custom-select[data-astro-cid-ljzd4z6j].open .custom-select-arrow[data-astro-cid-ljzd4z6j]{transform:rotate(180deg)}.custom-select-options[data-astro-cid-ljzd4z6j]{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-top:none;border-bottom-left-radius:10px;border-bottom-right-radius:10px;overflow:hidden;z-index:100;display:none;box-shadow:0 4px 12px #00000014}.custom-select[data-astro-cid-ljzd4z6j].open .custom-select-options[data-astro-cid-ljzd4z6j]{display:block}.custom-select-option[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;cursor:pointer;transition:background .15s;font-family:var(--font-sans);font-weight:500;font-size:.85rem;color:#334155}.custom-select-option[data-astro-cid-ljzd4z6j]:hover{background:#f8fafc}.custom-select-option[data-astro-cid-ljzd4z6j].selected{background:#e07203;color:#fff}.custom-select-option[data-astro-cid-ljzd4z6j].selected:hover{background:#ad6924}.option-label[data-astro-cid-ljzd4z6j]{font-weight:600}.option-desc[data-astro-cid-ljzd4z6j]{font-size:.7rem;font-weight:500;color:#64748b}.custom-select-option[data-astro-cid-ljzd4z6j].selected .option-desc[data-astro-cid-ljzd4z6j]{color:#fffc}.option-badge[data-astro-cid-ljzd4z6j]{font-size:.65rem;font-weight:700;padding:.2rem .5rem;border-radius:9999px;letter-spacing:.3px}.option-badge[data-astro-cid-ljzd4z6j].low{background:#94a3b8;color:#fff}.option-badge[data-astro-cid-ljzd4z6j].sd{background:#64748b;color:#fff}.option-badge[data-astro-cid-ljzd4z6j].hd{background:#22c55e;color:#fff}.option-badge[data-astro-cid-ljzd4z6j].fullhd{background:#3b82f6;color:#fff}.option-badge[data-astro-cid-ljzd4z6j].pro{background:#e07203;color:#fff}html[data-theme=dark] .custom-select-trigger[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46;color:#e4e4e7}html[data-theme=dark] .custom-select-trigger[data-astro-cid-ljzd4z6j]:hover{border-color:#e07203;box-shadow:0 0 0 3px #e0720326}html[data-theme=dark] .custom-select-options[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46;box-shadow:0 4px 12px #0000004d}html[data-theme=dark] .custom-select-option[data-astro-cid-ljzd4z6j]{color:#d4d4d8}html[data-theme=dark] .custom-select-option[data-astro-cid-ljzd4z6j]:hover{background:#3f3f46}html[data-theme=dark] .custom-select-option[data-astro-cid-ljzd4z6j].selected{background:#e07203}html[data-theme=dark] .option-desc[data-astro-cid-ljzd4z6j]{color:#71717a}html[data-theme=dark] .custom-select-option[data-astro-cid-ljzd4z6j].selected .option-desc[data-astro-cid-ljzd4z6j]{color:#fffc}.btn-primary[data-astro-cid-ljzd4z6j],.btn-secondary[data-astro-cid-ljzd4z6j],.btn-danger[data-astro-cid-ljzd4z6j]{padding:.75rem 1.5rem;font-family:var(--font-sans);font-size:.85rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .15s ease}.btn-primary[data-astro-cid-ljzd4z6j]{position:relative;background:#e07203;color:#fff;flex:1;overflow:hidden;outline:2px solid transparent;outline-offset:2px;transition:all .3s ease}.btn-primary[data-astro-cid-ljzd4z6j]:before{content:"";position:absolute;right:0;margin-top:-3rem;height:8rem;width:2rem;transform:translate(3rem) rotate(12deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:transform .5s ease-out;pointer-events:none}.btn-primary[data-astro-cid-ljzd4z6j]:hover{background:#ad6924;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;outline:2px solid rgba(224,114,3,.3);outline-offset:2px}.btn-primary[data-astro-cid-ljzd4z6j]:hover:before{transform:translate(-50rem) rotate(12deg)}.btn-primary[data-astro-cid-ljzd4z6j]:active{transform:scale(.98)}.btn-secondary[data-astro-cid-ljzd4z6j]{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0;flex:1}.btn-secondary[data-astro-cid-ljzd4z6j]:hover{background:#e2e8f0;box-shadow:0 2px 4px #0000000f}.btn-secondary[data-astro-cid-ljzd4z6j]:active{transform:scale(.98)}.btn-danger[data-astro-cid-ljzd4z6j]{background:#ef4444;color:#fff}.btn-danger[data-astro-cid-ljzd4z6j]:hover{background:#dc2626;box-shadow:0 4px 12px #ef44444d}.btn-danger[data-astro-cid-ljzd4z6j]:active{transform:scale(.98)}.connected-accounts[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:1rem}.section-description[data-astro-cid-ljzd4z6j]{font-size:.85rem;color:#64748b;margin-bottom:.5rem}.account-connection[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:var(--shadow-card);outline:3px solid transparent;outline-offset:8px;transition:all .3s ease}.account-connection[data-astro-cid-ljzd4z6j]:hover{transform:translateY(-2px);box-shadow:#00000038 0 14px 28px,#00000038 0 10px 10px;outline:3px solid rgba(224,114,3,.5);outline-offset:0px}html[data-theme=dark] .account-connection[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46;box-shadow:#00000059 0 10px 20px,#0006 0 6px 6px}html[data-theme=dark] .account-connection[data-astro-cid-ljzd4z6j]:hover{box-shadow:#0006 0 14px 28px,#00000073 0 10px 10px;outline:3px solid rgba(224,114,3,.4);outline-offset:0px}.connection-info[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:1rem}.connection-icon[data-astro-cid-ljzd4z6j]{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.connection-icon[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:24px;height:24px}.github-icon[data-astro-cid-ljzd4z6j]{background:#24292e;color:#fff;border-color:#24292e}.connection-details[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.25rem}.connection-name[data-astro-cid-ljzd4z6j]{font-weight:600;font-size:1rem;color:#0f172a}.connection-status[data-astro-cid-ljzd4z6j]{font-size:.75rem;color:#64748b;display:flex;align-items:center;gap:6px}.connection-status[data-astro-cid-ljzd4z6j]:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#d1d5db;flex-shrink:0}.connection-status[data-astro-cid-ljzd4z6j].connected{color:#22c55e;font-weight:600}.connection-status[data-astro-cid-ljzd4z6j].connected:before{background:#22c55e;box-shadow:0 0 6px #22c55e80}.btn-connect[data-astro-cid-ljzd4z6j]{position:relative;padding:.6rem 1.25rem;font-family:var(--font-sans);font-size:.8rem;font-weight:600;background:#e07203;color:#fff;border:none;border-radius:10px;cursor:pointer;overflow:hidden;box-shadow:0 2px 8px #e0720333;transition:all .3s ease;outline:2px solid transparent;outline-offset:2px}.btn-connect[data-astro-cid-ljzd4z6j]:before{content:"";position:absolute;right:0;margin-top:-3rem;height:8rem;width:2rem;transform:translate(3rem) rotate(12deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:transform 1s ease-out;pointer-events:none}.btn-connect[data-astro-cid-ljzd4z6j]:hover{background:#ad6924;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;outline:2px solid rgba(224,114,3,.3);outline-offset:2px}.btn-connect[data-astro-cid-ljzd4z6j]:hover:before{transform:translate(-16rem) rotate(12deg)}.btn-connect[data-astro-cid-ljzd4z6j]:active{transform:scale(.98)}.btn-connect[data-astro-cid-ljzd4z6j].connected{background:#ef4444;box-shadow:0 2px 8px #ef444433}html[data-theme=dark] .btn-connect[data-astro-cid-ljzd4z6j]{box-shadow:0 2px 8px #e0720340}html[data-theme=dark] .btn-connect[data-astro-cid-ljzd4z6j]:hover{box-shadow:0 4px 12px #e072034d}.two-factor-options[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:1rem}.twofa-option[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:var(--shadow-card);outline:3px solid transparent;outline-offset:8px;transition:all .3s ease}.twofa-option[data-astro-cid-ljzd4z6j]:hover{transform:translateY(-2px);box-shadow:#00000038 0 14px 28px,#00000038 0 10px 10px;outline:3px solid rgba(224,114,3,.5);outline-offset:0px}.twofa-option[data-astro-cid-ljzd4z6j].disabled{opacity:.6;pointer-events:none}html[data-theme=dark] .twofa-option[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46;box-shadow:#00000059 0 10px 20px,#0006 0 6px 6px}.twofa-info[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:1rem}.twofa-icon[data-astro-cid-ljzd4z6j]{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155}.sms-icon[data-astro-cid-ljzd4z6j]{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}.totp-icon[data-astro-cid-ljzd4z6j]{background:#fef3c7;color:#e07203;border-color:#fde68a}.backup-icon[data-astro-cid-ljzd4z6j]{background:#fef3c7;color:#d97706;border-color:#fde68a}html[data-theme=dark] .twofa-icon[data-astro-cid-ljzd4z6j]{border-color:#3f3f46;background:#27272a}html[data-theme=dark] .sms-icon[data-astro-cid-ljzd4z6j]{background:#22c55e26;border-color:#22c55e4d}html[data-theme=dark] .totp-icon[data-astro-cid-ljzd4z6j]{background:#e0720326;border-color:#e072034d}.twofa-details[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.15rem}.twofa-name[data-astro-cid-ljzd4z6j]{font-weight:600;font-size:.95rem;color:#0f172a}.twofa-status[data-astro-cid-ljzd4z6j]{font-size:.75rem;color:#64748b;display:flex;align-items:center;gap:6px}.twofa-status[data-astro-cid-ljzd4z6j]:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#d1d5db;flex-shrink:0}.twofa-status[data-astro-cid-ljzd4z6j].enabled{color:#22c55e;font-weight:600}.twofa-status[data-astro-cid-ljzd4z6j].enabled:before{background:#22c55e;box-shadow:0 0 6px #22c55e80}.twofa-phone[data-astro-cid-ljzd4z6j],.twofa-hint[data-astro-cid-ljzd4z6j]{font-size:.7rem;color:#94a3b8}.btn-2fa[data-astro-cid-ljzd4z6j]{position:relative;padding:.6rem 1.25rem;font-family:var(--font-sans);font-size:.8rem;font-weight:600;background:#e07203;color:#fff;border:none;border-radius:10px;cursor:pointer;overflow:hidden;box-shadow:0 2px 8px #e0720333;transition:all .3s ease;outline:2px solid transparent;outline-offset:2px}.btn-2fa[data-astro-cid-ljzd4z6j]:before{content:"";position:absolute;right:0;margin-top:-3rem;height:8rem;width:2rem;transform:translate(3rem) rotate(12deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:transform 1s ease-out;pointer-events:none}@media(hover:hover)and (pointer:fine){.btn-2fa[data-astro-cid-ljzd4z6j]:hover:not(:disabled){background:#ad6924;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;outline:2px solid rgba(224,114,3,.3);outline-offset:2px}.btn-2fa[data-astro-cid-ljzd4z6j]:hover:not(:disabled):before{transform:translate(-16rem) rotate(12deg)}}.btn-2fa[data-astro-cid-ljzd4z6j]:active:not(:disabled){transform:scale(.98)}.btn-2fa[data-astro-cid-ljzd4z6j]:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.btn-2fa[data-astro-cid-ljzd4z6j].enabled{background:#ef4444;box-shadow:0 2px 8px #ef444433}.btn-secondary-2fa[data-astro-cid-ljzd4z6j]{background:#f1f5f9;color:#334155}.modal[data-astro-cid-ljzd4z6j]{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content[data-astro-cid-ljzd4z6j]{background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.modal-header[data-astro-cid-ljzd4z6j]{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid #e2e8f0}.modal-header[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{font-size:1.1rem;font-weight:700;margin:0;color:#0f172a}.modal-close[data-astro-cid-ljzd4z6j]{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#94a3b8;line-height:1;transition:color .15s}.modal-close[data-astro-cid-ljzd4z6j]:hover{color:#334155}.modal-body[data-astro-cid-ljzd4z6j]{padding:1.5rem}.modal-body[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{margin:0 0 1rem;font-size:.9rem;line-height:1.5;color:#334155}.input-group[data-astro-cid-ljzd4z6j]{margin-bottom:1rem}.input-group[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]{width:100%;padding:.875rem 1rem;font-family:var(--font-sans);font-size:1rem;font-weight:500;border:1px solid #d1d5db;border-radius:10px;background:#fff;text-align:center;letter-spacing:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.input-group[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j][type=tel]{letter-spacing:2px}.input-group[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]::-webkit-contacts-auto-fill-button,.input-group[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]::-webkit-credentials-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;height:0;width:0;margin:0}.input-group[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]:focus{border-color:#e07203;box-shadow:0 0 0 3px #e072031a;outline:none}.modal-body[data-astro-cid-ljzd4z6j] .btn-primary[data-astro-cid-ljzd4z6j]{width:100%;padding:1rem;font-family:var(--font-sans);font-size:.9rem;font-weight:600;background:#e07203;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .15s ease}.modal-body[data-astro-cid-ljzd4z6j] .btn-primary[data-astro-cid-ljzd4z6j]:hover{background:#ad6924;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.modal-body[data-astro-cid-ljzd4z6j] .btn-primary[data-astro-cid-ljzd4z6j]:active{transform:scale(.98)}.success-icon[data-astro-cid-ljzd4z6j]{width:60px;height:60px;background:#22c55e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1rem}.modal-body[data-astro-cid-ljzd4z6j] h4[data-astro-cid-ljzd4z6j]{text-align:center;font-size:1.1rem;margin:0 0 1rem;color:#0f172a}.backup-codes-container[data-astro-cid-ljzd4z6j]{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;margin:1rem 0;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.backup-code[data-astro-cid-ljzd4z6j]{font-family:var(--font-mono);font-size:.85rem;font-weight:600;text-align:center;padding:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px}.backup-warning[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.8rem;color:#ef4444;text-align:center;font-weight:600;margin:1rem 0}.backup-codes-info[data-astro-cid-ljzd4z6j]{text-align:center;margin-bottom:1rem}.backup-icon-large[data-astro-cid-ljzd4z6j]{width:72px;height:72px;background:linear-gradient(135deg,#e07203,#ad6924);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.backup-done-btn[data-astro-cid-ljzd4z6j]{width:100%;margin-top:.75rem}.backup-done-btn[data-astro-cid-ljzd4z6j]:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.backup-codes-mandatory[data-astro-cid-ljzd4z6j] .modal-header[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.75rem}.modal-header-icon[data-astro-cid-ljzd4z6j].warning{width:40px;height:40px;background:#e07203;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.backup-codes-mandatory[data-astro-cid-ljzd4z6j] .modal-header[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{margin:0;color:#e07203}.backup-codes-actions[data-astro-cid-ljzd4z6j]{display:flex;gap:.75rem;margin:1rem 0}.backup-codes-actions[data-astro-cid-ljzd4z6j] button[data-astro-cid-ljzd4z6j]{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600}.backup-codes-confirm[data-astro-cid-ljzd4z6j]{margin:1.5rem 0;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.backup-codes-confirm[data-astro-cid-ljzd4z6j] .checkbox-label[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.9rem;font-weight:600}.backup-codes-confirm[data-astro-cid-ljzd4z6j] .checkbox-label[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j][type=checkbox]{width:20px;height:20px;accent-color:#e07203;cursor:pointer}.backup-codes-confirm[data-astro-cid-ljzd4z6j] .label-text[data-astro-cid-ljzd4z6j]{color:#334155}.backup-codes-info[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{margin:.5rem 0;line-height:1.5}.backup-codes-info[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j] strong[data-astro-cid-ljzd4z6j]{color:#e07203}.confirm-modal-content[data-astro-cid-ljzd4z6j]{max-width:340px;text-align:center;padding:1.5rem}.confirm-icon[data-astro-cid-ljzd4z6j]{width:64px;height:64px;background:#e07203;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.confirm-icon[data-astro-cid-ljzd4z6j].danger{background:#ef4444}.confirm-modal-content[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{font-size:1.1rem;font-weight:700;margin:0 0 .5rem;color:#0f172a}.confirm-modal-content[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{font-size:.9rem;color:#64748b;margin:0 0 1.5rem;line-height:1.4}.confirm-buttons[data-astro-cid-ljzd4z6j]{display:flex;gap:.75rem}.confirm-buttons[data-astro-cid-ljzd4z6j] button[data-astro-cid-ljzd4z6j]{flex:1;padding:.75rem 1rem;font-family:var(--font-sans);font-size:.8rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .15s ease}.confirm-buttons[data-astro-cid-ljzd4z6j] .btn-secondary[data-astro-cid-ljzd4z6j]{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.confirm-buttons[data-astro-cid-ljzd4z6j] .btn-danger[data-astro-cid-ljzd4z6j]{background:#ef4444;color:#fff}@media(hover:hover)and (pointer:fine){.confirm-buttons[data-astro-cid-ljzd4z6j] .btn-danger[data-astro-cid-ljzd4z6j]:hover{box-shadow:0 4px 12px #ef44444d}}.confirm-buttons[data-astro-cid-ljzd4z6j] button[data-astro-cid-ljzd4z6j]:active{transform:scale(.98)}html[data-theme=dark] .confirm-modal-content[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{color:#e4e4e7}html[data-theme=dark] .confirm-modal-content[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{color:#a1a1aa}html[data-theme=dark] .confirm-buttons[data-astro-cid-ljzd4z6j] .btn-secondary[data-astro-cid-ljzd4z6j]{background:#27272a;color:#d4d4d8;border-color:#3f3f46}@media(hover:hover)and (pointer:fine){html[data-theme=dark] .confirm-buttons[data-astro-cid-ljzd4z6j] .btn-danger[data-astro-cid-ljzd4z6j]:hover{box-shadow:0 4px 12px #ef44444d}}.notification-modal-content[data-astro-cid-ljzd4z6j]{max-width:380px;text-align:center;padding:2rem 1.5rem}.notification-icon[data-astro-cid-ljzd4z6j]{width:64px;height:64px;background:#e07203;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.notification-icon[data-astro-cid-ljzd4z6j].success{background:#22c55e}.notification-icon[data-astro-cid-ljzd4z6j].error{background:#ef4444}.notification-icon[data-astro-cid-ljzd4z6j].warning{background:#f59e0b}.notification-modal-content[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{font-size:1.1rem;font-weight:700;margin:0 0 .75rem;color:#0f172a}.notification-modal-content[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{font-size:.95rem;color:#64748b;margin:0 0 1.5rem;line-height:1.5}.btn-notification-ok[data-astro-cid-ljzd4z6j]{position:relative;overflow:hidden;width:100%;padding:.875rem 1.5rem;font-family:var(--font-sans);font-size:.85rem;font-weight:600;background:#e07203;color:#fff;border:none;border-radius:10px;cursor:pointer;box-shadow:0 1px 2px #0000000d;outline:2px solid transparent;outline-offset:2px;transition:all .3s ease}.btn-notification-ok[data-astro-cid-ljzd4z6j]:before{content:"";position:absolute;right:0;margin-top:-3rem;height:8rem;width:2rem;transform:translate(3rem) rotate(12deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:transform .5s ease-out}.btn-notification-ok[data-astro-cid-ljzd4z6j]:hover:before{transform:translate(-50rem) rotate(12deg)}@media(hover:hover)and (pointer:fine){.btn-notification-ok[data-astro-cid-ljzd4z6j]:hover{background:#ad6924;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;outline:2px solid rgba(224,114,3,.3);outline-offset:2px}}.btn-notification-ok[data-astro-cid-ljzd4z6j]:active{transform:scale(.98)}html[data-theme=dark] .notification-modal-content[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{color:#e4e4e7}html[data-theme=dark] .notification-modal-content[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{color:#a1a1aa}@media(hover:hover)and (pointer:fine){html[data-theme=dark] .btn-notification-ok[data-astro-cid-ljzd4z6j]:hover{box-shadow:0 4px 12px #e072034d}}.backup-codes-section[data-astro-cid-ljzd4z6j]{margin-top:1.5rem;padding-top:1.5rem;border-top:1px dashed #e2e8f0}.backup-codes-card[data-astro-cid-ljzd4z6j]{background:linear-gradient(135deg,#e072030f,#e0720305);border:1px solid rgba(224,114,3,.2);border-radius:12px;padding:1.25rem;width:100%;box-sizing:border-box;box-shadow:var(--shadow-card);outline:3px solid transparent;outline-offset:8px;transition:all .3s ease}.backup-codes-card[data-astro-cid-ljzd4z6j]:hover{transform:translateY(-2px);box-shadow:#00000038 0 14px 28px,#00000038 0 10px 10px;outline:3px solid rgba(224,114,3,.5);outline-offset:0px}.backup-codes-header[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.backup-codes-icon[data-astro-cid-ljzd4z6j]{width:48px;height:48px;background:linear-gradient(135deg,#e07203,#ad6924);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.backup-codes-title[data-astro-cid-ljzd4z6j] h4[data-astro-cid-ljzd4z6j]{font-size:1rem;font-weight:700;margin:0;color:#0f172a}.backup-codes-count[data-astro-cid-ljzd4z6j]{font-size:.75rem;color:#64748b;font-weight:500}.backup-codes-desc[data-astro-cid-ljzd4z6j]{font-size:.8rem;color:#64748b;margin:0 0 1rem;line-height:1.4}.btn-regenerate[data-astro-cid-ljzd4z6j]{position:relative;display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.875rem 1rem;font-family:var(--font-sans);font-size:.8rem;font-weight:600;background:#e07203;color:#fff;border:none;border-radius:10px;cursor:pointer;overflow:hidden;box-shadow:0 2px 8px #e0720333;transition:all .3s ease;outline:2px solid transparent;outline-offset:2px}.btn-regenerate[data-astro-cid-ljzd4z6j]:before{content:"";position:absolute;right:0;margin-top:-3rem;height:8rem;width:2rem;transform:translate(3rem) rotate(12deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:transform 1s ease-out;pointer-events:none}.btn-regenerate[data-astro-cid-ljzd4z6j]:hover{background:#ad6924;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;outline:2px solid rgba(224,114,3,.3);outline-offset:2px}.btn-regenerate[data-astro-cid-ljzd4z6j]:hover:before{transform:translate(-50rem) rotate(12deg)}.btn-regenerate[data-astro-cid-ljzd4z6j]:active{transform:scale(.98)}.btn-regenerate[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{transition:transform .3s}.btn-regenerate[data-astro-cid-ljzd4z6j]:hover svg[data-astro-cid-ljzd4z6j]{transform:rotate(180deg)}html[data-theme=dark] .backup-codes-section[data-astro-cid-ljzd4z6j]{border-color:#3f3f46}html[data-theme=dark] .backup-codes-card[data-astro-cid-ljzd4z6j]{background:linear-gradient(135deg,#e072031a,#e072030a);border-color:#e072034d;box-shadow:#00000059 0 10px 20px,#0006 0 6px 6px}html[data-theme=dark] .backup-codes-card[data-astro-cid-ljzd4z6j]:hover{box-shadow:#0006 0 14px 28px,#00000073 0 10px 10px;outline:3px solid rgba(224,114,3,.4);outline-offset:0px}html[data-theme=dark] .backup-codes-title[data-astro-cid-ljzd4z6j] h4[data-astro-cid-ljzd4z6j]{color:#e4e4e7}html[data-theme=dark] .backup-codes-count[data-astro-cid-ljzd4z6j],html[data-theme=dark] .backup-codes-desc[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.qr-container[data-astro-cid-ljzd4z6j]{display:flex;justify-content:center;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin:1rem 0}.qr-container[data-astro-cid-ljzd4z6j] canvas[data-astro-cid-ljzd4z6j]{max-width:180px;height:auto}.totp-manual[data-astro-cid-ljzd4z6j]{font-size:.8rem;color:#64748b;text-align:center}.totp-secret[data-astro-cid-ljzd4z6j]{display:block;text-align:center;font-size:.9rem;font-weight:600;letter-spacing:2px;padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin:.5rem 0 1.5rem;word-break:break-all}.passkeys-container[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:1rem}.passkey-list[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.75rem}.passkey-empty[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 2rem;color:#64748b;text-align:center}.passkey-empty[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:64px;height:64px;margin-bottom:1rem;opacity:.6;padding:1rem;background:#e072030f;border-radius:50%;color:#e07203}.passkey-empty[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{font-size:.95rem;margin:0;color:#64748b}.passkey-empty-hint[data-astro-cid-ljzd4z6j]{font-size:.8rem;color:#94a3b8;margin-top:.5rem}html[data-theme=dark] .passkey-empty-hint[data-astro-cid-ljzd4z6j]{color:#71717a}.passkey-item{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:var(--shadow-card);margin-bottom:.75rem;outline:3px solid transparent;outline-offset:8px;transition:all .3s ease}.passkey-item:hover{transform:translateY(-2px);box-shadow:#00000038 0 14px 28px,#00000038 0 10px 10px;outline:3px solid rgba(224,114,3,.5);outline-offset:0px}html[data-theme=dark] .passkey-item{background:#27272a;border-color:#3f3f46;box-shadow:#00000059 0 10px 20px,#0006 0 6px 6px}html[data-theme=dark] .passkey-item:hover{box-shadow:#0006 0 14px 28px,#00000073 0 10px 10px;outline:3px solid rgba(224,114,3,.4);outline-offset:0px}.passkey-info{display:flex;align-items:center;gap:1rem}.passkey-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#e07203;border:none;color:#fff;flex-shrink:0}html[data-theme=dark] .passkey-icon{background:#e07203}.passkey-details{display:flex;flex-direction:column;gap:.25rem}.passkey-name{font-weight:600;font-size:1rem;color:#0f172a}html[data-theme=dark] .passkey-name{color:#e4e4e7}.passkey-meta{font-size:.75rem;color:#64748b}html[data-theme=dark] .passkey-meta{color:#a1a1aa}.passkey-actions{display:flex;gap:.5rem}.passkey-action-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .15s ease;color:#64748b}.passkey-action-btn:hover{background:#f1f5f9;color:#334155}.passkey-action-btn.delete:hover{background:#fef2f2;color:#ef4444;border-color:#fecaca}.passkey-action-btn.rename:hover{background:#fff7ed;color:#e07203;border-color:#fed7aa}html[data-theme=dark] .passkey-action-btn{background:#27272a;border-color:#3f3f46;color:#a1a1aa}html[data-theme=dark] .passkey-action-btn:hover{background:#3f3f46;color:#e4e4e7}.btn-add-passkey[data-astro-cid-ljzd4z6j]{position:relative;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;width:100%;font-family:var(--font-sans);font-size:.9rem;font-weight:600;background:#e07203;color:#fff;border:none;border-radius:10px;cursor:pointer;overflow:hidden;box-shadow:0 2px 8px #e0720340;transition:all .3s ease;outline:2px solid transparent;outline-offset:2px}.btn-add-passkey[data-astro-cid-ljzd4z6j]:before{content:"";position:absolute;right:0;margin-top:-3rem;height:8rem;width:2rem;transform:translate(3rem) rotate(12deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:transform .5s ease-out;pointer-events:none}.btn-add-passkey[data-astro-cid-ljzd4z6j]:hover{background:#ad6924;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;outline:2px solid rgba(224,114,3,.3);outline-offset:2px}.btn-add-passkey[data-astro-cid-ljzd4z6j]:hover:before{transform:translate(-50rem) rotate(12deg)}.btn-add-passkey[data-astro-cid-ljzd4z6j]:active{transform:scale(.98)}html[data-theme=dark] .btn-add-passkey[data-astro-cid-ljzd4z6j]{box-shadow:0 2px 8px #e072034d}html[data-theme=dark] .btn-add-passkey[data-astro-cid-ljzd4z6j]:hover{box-shadow:0 4px 12px #e0720359}.passkey-illustration[data-astro-cid-ljzd4z6j]{display:flex;justify-content:center;margin-bottom:1rem;color:#e07203}.loading-spinner[data-astro-cid-ljzd4z6j]{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#e07203;border-radius:50%;margin:0 auto 1rem;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-icon[data-astro-cid-ljzd4z6j]{width:60px;height:60px;background:#ef4444;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1rem}.sessions-container[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.sessions-list[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.5rem}.sessions-loading[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.6rem;padding:1rem;color:#64748b;font-size:.875rem}html[data-theme=dark] .sessions-loading[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.sessions-spinner[data-astro-cid-ljzd4z6j]{animation:session-spin .9s linear infinite;color:#e07203}@keyframes session-spin{to{transform:rotate(360deg)}}.session-card[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:var(--shadow-child)}html[data-theme=dark] .session-card[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#27272a}.session-card[data-astro-cid-ljzd4z6j].is-current{border-color:#bbf7d0;background:#22c55e0a}html[data-theme=dark] .session-card[data-astro-cid-ljzd4z6j].is-current{border-color:#22c55e59;background:#22c55e0f}.session-icon[data-astro-cid-ljzd4z6j]{flex-shrink:0;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#e072031a;color:#e07203}html[data-theme=dark] .session-icon[data-astro-cid-ljzd4z6j]{background:#e0720324;color:#eda54e}.session-body[data-astro-cid-ljzd4z6j]{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.session-label[data-astro-cid-ljzd4z6j]{font-size:.875rem;font-weight:600;color:#0f172a;display:flex;align-items:center;gap:6px;min-width:0}html[data-theme=dark] .session-label[data-astro-cid-ljzd4z6j]{color:#e4e4e7}.session-label-text[data-astro-cid-ljzd4z6j]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-current-pill[data-astro-cid-ljzd4z6j]{flex-shrink:0;font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:2px 7px;border-radius:9999px;background:#dcfce7;color:#16a34a}html[data-theme=dark] .session-current-pill[data-astro-cid-ljzd4z6j]{background:#22c55e2e;color:#4ade80}.session-meta[data-astro-cid-ljzd4z6j]{font-size:.75rem;color:#64748b;display:flex;flex-wrap:wrap;gap:0 8px}html[data-theme=dark] .session-meta[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.session-meta-sep[data-astro-cid-ljzd4z6j]:before{content:"·";margin-right:8px}.btn-session-revoke[data-astro-cid-ljzd4z6j]{flex-shrink:0;padding:6px 12px;border-radius:9999px;background:transparent;color:#dc2626;border:1px solid #fecaca;font-size:.75rem;font-weight:700;letter-spacing:.4px;text-transform:uppercase;cursor:pointer;transition:background .15s ease,border-color .15s ease}.btn-session-revoke[data-astro-cid-ljzd4z6j]:hover{background:#fef2f2;border-color:#fca5a5}html[data-theme=dark] .btn-session-revoke[data-astro-cid-ljzd4z6j]{color:#f87171;border-color:#ef444459}html[data-theme=dark] .btn-session-revoke[data-astro-cid-ljzd4z6j]:hover{background:#ef444424;border-color:#ef444480}.btn-session-revoke[data-astro-cid-ljzd4z6j]:disabled{opacity:.4;cursor:not-allowed}.btn-revoke-others[data-astro-cid-ljzd4z6j]{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:transparent;border:1px solid #e2e8f0;border-radius:10px;color:#334155;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.btn-revoke-others[data-astro-cid-ljzd4z6j]:hover{border-color:#fca5a5;color:#dc2626;background:#fef2f2}html[data-theme=dark] .btn-revoke-others[data-astro-cid-ljzd4z6j]{border-color:#3f3f46;color:#d4d4d8}html[data-theme=dark] .btn-revoke-others[data-astro-cid-ljzd4z6j]:hover{border-color:#ef444480;background:#ef44441f;color:#f87171}@media(max-width:480px){.session-card[data-astro-cid-ljzd4z6j]{flex-wrap:wrap}.session-body[data-astro-cid-ljzd4z6j]{flex:1 1 calc(100% - 52px)}.btn-session-revoke[data-astro-cid-ljzd4z6j]{flex:1 0 100%;order:3;padding:8px 12px;min-height:36px;margin-top:4px}}.login-history-container[data-astro-cid-ljzd4z6j]{margin-top:16px}.login-history-list[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:8px}.login-history-loading[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:10px;padding:16px;color:#71717a;font-size:14px}.login-history-empty[data-astro-cid-ljzd4z6j]{padding:20px;text-align:center;color:#71717a;font-size:14px}.login-history-row[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #e4e4e7;border-radius:10px;background:#fafafa}html[data-theme=dark] .login-history-row[data-astro-cid-ljzd4z6j]{border-color:#27272a;background:#111113}.login-history-row[data-astro-cid-ljzd4z6j].is-flagged{border-color:#ef444459;background:#ef44440d}html[data-theme=dark] .login-history-row[data-astro-cid-ljzd4z6j].is-flagged{border-color:#ef444466;background:#ef444414}.login-history-row[data-astro-cid-ljzd4z6j].is-failed{opacity:.75}.login-history-icon[data-astro-cid-ljzd4z6j]{flex:0 0 36px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#e072031a;color:#e07203}html[data-theme=dark] .login-history-icon[data-astro-cid-ljzd4z6j]{background:#e0720326}.login-history-body[data-astro-cid-ljzd4z6j]{flex:1 1 auto;min-width:0}.login-history-top[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:2px}.login-history-device[data-astro-cid-ljzd4z6j]{font-size:14px;font-weight:600;color:#18181b}html[data-theme=dark] .login-history-device[data-astro-cid-ljzd4z6j]{color:#f4f4f5}.login-history-method[data-astro-cid-ljzd4z6j]{font-size:11px;font-weight:600;padding:2px 7px;border-radius:999px;background:#e072031f;color:#e07203;text-transform:uppercase;letter-spacing:.03em}.login-history-meta[data-astro-cid-ljzd4z6j]{font-size:12px;color:#71717a;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.login-history-time[data-astro-cid-ljzd4z6j]{font-size:12px;color:#a1a1aa;flex-shrink:0}.login-history-flag[data-astro-cid-ljzd4z6j]{font-size:11px;font-weight:600;padding:2px 7px;border-radius:999px;background:#ef44441a;color:#dc2626;cursor:help;transition:background .14s ease}.login-history-flag[data-astro-cid-ljzd4z6j]:hover,.login-history-flag[data-astro-cid-ljzd4z6j]:focus{background:#ef44442e;outline:none}html[data-theme=dark] .login-history-flag[data-astro-cid-ljzd4z6j]{background:#ef44442e;color:#f87171}html[data-theme=dark] .login-history-flag[data-astro-cid-ljzd4z6j]:hover,html[data-theme=dark] .login-history-flag[data-astro-cid-ljzd4z6j]:focus{background:#ef444447}.login-history-expand-btn[data-astro-cid-ljzd4z6j]{margin-left:auto;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(239,68,68,.2);border-radius:6px;color:#b91c1c;cursor:pointer;transition:all .16s ease}.login-history-expand-btn[data-astro-cid-ljzd4z6j]:hover{background:#ef44441a}.login-history-row[data-astro-cid-ljzd4z6j].is-expanded .login-history-expand-btn[data-astro-cid-ljzd4z6j]{transform:rotate(180deg)}html[data-theme=dark] .login-history-expand-btn[data-astro-cid-ljzd4z6j]{color:#f87171;border-color:#f871714d}.login-history-row[data-astro-cid-ljzd4z6j].is-expanded{flex-wrap:wrap}.login-history-details[data-astro-cid-ljzd4z6j]{flex:1 0 100%;margin-top:.5rem;padding:.6rem .85rem;background:#ef44440a;border:1px solid rgba(239,68,68,.18);border-radius:8px;display:grid;grid-template-columns:minmax(120px,max-content) 1fr;column-gap:.85rem;row-gap:.35rem;font-family:var(--font-sans);font-size:.78rem}html[data-theme=dark] .login-history-details[data-astro-cid-ljzd4z6j]{background:#ef444414;border-color:#ef444440}.login-history-details-row[data-astro-cid-ljzd4z6j]{display:contents}.login-history-details-key[data-astro-cid-ljzd4z6j]{color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;padding-top:.15rem}html[data-theme=dark] .login-history-details-key[data-astro-cid-ljzd4z6j]{color:#71717a}.login-history-details-val[data-astro-cid-ljzd4z6j]{color:#18181b;word-break:break-word}html[data-theme=dark] .login-history-details-val[data-astro-cid-ljzd4z6j]{color:#f4f4f5}.login-history-details-empty[data-astro-cid-ljzd4z6j]{grid-column:1 / -1;margin:0;color:#94a3b8;font-style:italic}html[data-theme=dark] .login-history-details-empty[data-astro-cid-ljzd4z6j]{color:#71717a}@media(max-width:480px){.login-history-row[data-astro-cid-ljzd4z6j]{flex-wrap:wrap}.login-history-time[data-astro-cid-ljzd4z6j]{flex:1 0 100%;order:3}}.brute-force-info[data-astro-cid-ljzd4z6j]{margin:.85rem 0 .5rem;padding:.85rem 1rem;background:#10b9810f;border:1px solid rgba(16,185,129,.2);border-radius:10px;display:flex;align-items:flex-start;gap:.75rem;color:#047857}html[data-theme=dark] .brute-force-info[data-astro-cid-ljzd4z6j]{background:#10b98114;border-color:#10b98140;color:#6ee7b7}.brute-force-info[data-astro-cid-ljzd4z6j]>svg[data-astro-cid-ljzd4z6j]{flex-shrink:0;margin-top:.1rem}.brute-force-info-text[data-astro-cid-ljzd4z6j]{flex:1;min-width:0}.brute-force-info-text[data-astro-cid-ljzd4z6j] strong[data-astro-cid-ljzd4z6j]{display:block;font-family:var(--font-sans);font-size:.92rem;font-weight:700;margin-bottom:.2rem;color:#065f46}html[data-theme=dark] .brute-force-info-text[data-astro-cid-ljzd4z6j] strong[data-astro-cid-ljzd4z6j]{color:#a7f3d0}.brute-force-info-text[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{margin:0;font-family:var(--font-sans);font-size:.83rem;line-height:1.55}.gdpr-schedule-block[data-astro-cid-ljzd4z6j]{margin-top:1rem;padding-top:1rem;border-top:1px dashed #e2e8f0}html[data-theme=dark] .gdpr-schedule-block[data-astro-cid-ljzd4z6j]{border-top-color:#3f3f46}.gdpr-schedule-loading[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:8px;font-family:var(--font-sans);font-size:.82rem;color:#64748b}html[data-theme=dark] .gdpr-schedule-loading[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.gdpr-schedule-toggle[data-astro-cid-ljzd4z6j]{display:flex;align-items:flex-start;gap:.7rem;cursor:pointer;margin-bottom:.85rem}.gdpr-schedule-toggle[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]{position:absolute;opacity:0;pointer-events:none}.gdpr-schedule-toggle-track[data-astro-cid-ljzd4z6j]{flex-shrink:0;position:relative;width:36px;height:20px;border-radius:9999px;background:#cbd5e1;transition:background .18s ease;margin-top:.1rem}html[data-theme=dark] .gdpr-schedule-toggle-track[data-astro-cid-ljzd4z6j]{background:#52525b}.gdpr-schedule-toggle-thumb[data-astro-cid-ljzd4z6j]{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0003;transition:transform .18s ease}.gdpr-schedule-toggle[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]:checked~.gdpr-schedule-toggle-track[data-astro-cid-ljzd4z6j]{background:#e07203}.gdpr-schedule-toggle[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]:checked~.gdpr-schedule-toggle-track[data-astro-cid-ljzd4z6j] .gdpr-schedule-toggle-thumb[data-astro-cid-ljzd4z6j]{transform:translate(16px)}.gdpr-schedule-toggle-text[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.2rem}.gdpr-schedule-toggle-text[data-astro-cid-ljzd4z6j] strong[data-astro-cid-ljzd4z6j]{font-family:var(--font-sans);font-size:.88rem;font-weight:600;color:#18181b}html[data-theme=dark] .gdpr-schedule-toggle-text[data-astro-cid-ljzd4z6j] strong[data-astro-cid-ljzd4z6j]{color:#f4f4f5}.gdpr-schedule-toggle-text[data-astro-cid-ljzd4z6j] span[data-astro-cid-ljzd4z6j]{font-family:var(--font-sans);font-size:.78rem;line-height:1.5;color:#64748b}html[data-theme=dark] .gdpr-schedule-toggle-text[data-astro-cid-ljzd4z6j] span[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.gdpr-schedule-frequency[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.45rem;margin-bottom:.85rem}.gdpr-schedule-freq-label[data-astro-cid-ljzd4z6j]{font-family:var(--font-sans);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b}html[data-theme=dark] .gdpr-schedule-freq-label[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.gdpr-schedule-freq-pills[data-astro-cid-ljzd4z6j]{display:flex;gap:.4rem;flex-wrap:wrap}.gdpr-schedule-freq-pill[data-astro-cid-ljzd4z6j]{padding:.4rem .85rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-family:var(--font-sans);font-size:.8rem;font-weight:600;transition:all .14s ease}html[data-theme=dark] .gdpr-schedule-freq-pill[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46;color:#a1a1aa}.gdpr-schedule-freq-pill[data-astro-cid-ljzd4z6j]:hover:not(.is-active){border-color:#e0720366}.gdpr-schedule-freq-pill[data-astro-cid-ljzd4z6j].is-active{background:#e07203;border-color:#e07203;color:#fff}.gdpr-schedule-actions[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.6rem}.btn-gdpr-schedule-save[data-astro-cid-ljzd4z6j]{padding:.5rem 1rem;background:#e07203;color:#fff;border:none;border-radius:8px;font-family:var(--font-sans);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .16s ease}.btn-gdpr-schedule-save[data-astro-cid-ljzd4z6j]:hover{background:#c86302;transform:translateY(-1px)}.btn-gdpr-schedule-save[data-astro-cid-ljzd4z6j]:disabled{opacity:.5;cursor:not-allowed;transform:none}.gdpr-schedule-status[data-astro-cid-ljzd4z6j]{font-family:var(--font-sans);font-size:.8rem;color:#94a3b8}.gdpr-schedule-status[data-astro-cid-ljzd4z6j].is-success{color:#047857}.gdpr-schedule-status[data-astro-cid-ljzd4z6j].is-error{color:#b91c1c}.gdpr-schedule-next-hint[data-astro-cid-ljzd4z6j]{margin:.6rem 0 0;font-family:var(--font-sans);font-size:.78rem;color:#64748b;font-style:italic}html[data-theme=dark] .gdpr-schedule-next-hint[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.trusted-devices-card[data-astro-cid-ljzd4z6j]{margin-top:16px;padding:16px 18px;border:1px solid #e4e4e7;border-radius:12px;background:#fafafa}html[data-theme=dark] .trusted-devices-card[data-astro-cid-ljzd4z6j]{border-color:#27272a;background:#111113}.trusted-devices-loading[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:10px;font-family:var(--font-sans);font-size:.85rem;color:#64748b}html[data-theme=dark] .trusted-devices-loading[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.trusted-devices-list[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.5rem}.trusted-devices-empty[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;text-align:center;color:#64748b;font-family:var(--font-sans)}.trusted-devices-empty[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{margin:0;font-size:.88rem;max-width:460px;line-height:1.5}html[data-theme=dark] .trusted-devices-empty[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.trusted-device-row[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.85rem;padding:.7rem .85rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:border-color .14s ease}html[data-theme=dark] .trusted-device-row[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46}.trusted-device-row[data-astro-cid-ljzd4z6j]:hover{border-color:#e072034d}.trusted-device-icon[data-astro-cid-ljzd4z6j]{flex-shrink:0;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#e072031f;color:#ad6924;border-radius:8px}html[data-theme=dark] .trusted-device-icon[data-astro-cid-ljzd4z6j]{background:#f59e0b2e;color:#fb923c}.trusted-device-body[data-astro-cid-ljzd4z6j]{flex:1;min-width:0}.trusted-device-name[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.4rem;font-family:var(--font-sans);font-size:.9rem;font-weight:600;color:#18181b}html[data-theme=dark] .trusted-device-name[data-astro-cid-ljzd4z6j]{color:#f4f4f5}.trusted-device-current-badge[data-astro-cid-ljzd4z6j]{padding:.1rem .4rem;background:#10b98124;color:#047857;border-radius:4px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}html[data-theme=dark] .trusted-device-current-badge[data-astro-cid-ljzd4z6j]{background:#10b98133;color:#6ee7b7}.trusted-device-meta[data-astro-cid-ljzd4z6j]{font-family:var(--font-sans);font-size:.74rem;color:#64748b;margin-top:.15rem}html[data-theme=dark] .trusted-device-meta[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.btn-trusted-device-remove[data-astro-cid-ljzd4z6j]{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .8rem;background:transparent;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;font-family:var(--font-sans);font-size:.78rem;font-weight:600;transition:all .14s ease}.btn-trusted-device-remove[data-astro-cid-ljzd4z6j]:hover{background:#ef44440f;color:#b91c1c;border-color:#ef444440}.btn-trusted-device-remove[data-astro-cid-ljzd4z6j]:disabled{opacity:.5;cursor:not-allowed}html[data-theme=dark] .btn-trusted-device-remove[data-astro-cid-ljzd4z6j]{border-color:#3f3f46;color:#a1a1aa}.account-lock-card[data-astro-cid-ljzd4z6j]{margin-top:16px;padding:16px 18px;border:1px solid rgba(239,68,68,.2);border-radius:12px;background:linear-gradient(135deg,#fee2e266,#fed7d733)}html[data-theme=dark] .account-lock-card[data-astro-cid-ljzd4z6j]{border-color:#ef444440;background:linear-gradient(135deg,#ef44440f,#ef444405)}.account-lock-inactive[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.85rem}.account-lock-options[data-astro-cid-ljzd4z6j]{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.6rem}.account-lock-option[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.25rem;padding:.7rem .85rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;text-align:left;transition:all .16s ease;font-family:var(--font-sans)}html[data-theme=dark] .account-lock-option[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46;color:#d4d4d8}.account-lock-option[data-astro-cid-ljzd4z6j]:hover:not(.is-active){border-color:#ef444466;transform:translateY(-1px)}.account-lock-option[data-astro-cid-ljzd4z6j].is-active{background:linear-gradient(135deg,#ef44441a,#ef444408);border-color:#dc2626;color:#18181b;box-shadow:0 2px 8px #ef44442e}html[data-theme=dark] .account-lock-option[data-astro-cid-ljzd4z6j].is-active{background:linear-gradient(135deg,#ef444426,#ef44440d);border-color:#ef4444;color:#f4f4f5}.account-lock-option-label[data-astro-cid-ljzd4z6j]{font-weight:700;font-size:.92rem}.account-lock-option-hint[data-astro-cid-ljzd4z6j]{font-size:.74rem;color:#64748b;line-height:1.4}html[data-theme=dark] .account-lock-option-hint[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.account-lock-option[data-astro-cid-ljzd4z6j].is-active .account-lock-option-hint[data-astro-cid-ljzd4z6j]{color:#475569}html[data-theme=dark] .account-lock-option[data-astro-cid-ljzd4z6j].is-active .account-lock-option-hint[data-astro-cid-ljzd4z6j]{color:#d4d4d8}.btn-account-lock-engage[data-astro-cid-ljzd4z6j]{align-self:flex-start;display:inline-flex;align-items:center;padding:.65rem 1.25rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;border-radius:10px;font-family:var(--font-sans);font-size:.88rem;font-weight:600;cursor:pointer;transition:all .16s ease;box-shadow:0 4px 12px #ef444440}.btn-account-lock-engage[data-astro-cid-ljzd4z6j]:hover{transform:translateY(-1px);box-shadow:0 6px 18px #ef444459}.btn-account-lock-engage[data-astro-cid-ljzd4z6j]:disabled{opacity:.6;cursor:not-allowed;transform:none}.account-lock-active[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.85rem}.account-lock-active-header[data-astro-cid-ljzd4z6j]{display:flex;align-items:flex-start;gap:.85rem;padding:.85rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.25);border-radius:10px;color:#b91c1c}html[data-theme=dark] .account-lock-active-header[data-astro-cid-ljzd4z6j]{background:#ef444424;border-color:#ef44444d;color:#fca5a5}.account-lock-active-header[data-astro-cid-ljzd4z6j]>svg[data-astro-cid-ljzd4z6j]{flex-shrink:0}.account-lock-active-header[data-astro-cid-ljzd4z6j] strong[data-astro-cid-ljzd4z6j]{display:block;font-family:var(--font-sans);font-size:1rem;font-weight:700;margin-bottom:.2rem;color:#991b1b}html[data-theme=dark] .account-lock-active-header[data-astro-cid-ljzd4z6j] strong[data-astro-cid-ljzd4z6j]{color:#fee2e2}.account-lock-active-header[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{margin:0;font-family:var(--font-sans);font-size:.85rem}.btn-account-lock-disengage[data-astro-cid-ljzd4z6j]{align-self:flex-start;padding:.55rem 1.1rem;background:transparent;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-family:var(--font-sans);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .14s ease}.btn-account-lock-disengage[data-astro-cid-ljzd4z6j]:hover{background:#0000000a;color:#18181b}html[data-theme=dark] .btn-account-lock-disengage[data-astro-cid-ljzd4z6j]{border-color:#3f3f46;color:#d4d4d8}html[data-theme=dark] .btn-account-lock-disengage[data-astro-cid-ljzd4z6j]:hover{background:#ffffff0f;color:#fafafa}.account-lock-status[data-astro-cid-ljzd4z6j]{margin:0;font-family:var(--font-sans);font-size:.82rem;color:#94a3b8;min-height:1.2em}.account-lock-status[data-astro-cid-ljzd4z6j].is-success{color:#047857}.account-lock-status[data-astro-cid-ljzd4z6j].is-error{color:#b91c1c}.audit-filters[data-astro-cid-ljzd4z6j]{display:flex;flex-wrap:wrap;gap:1.25rem;margin:.85rem 0 1.25rem;padding:.85rem 1rem;background:#f8fafc99;border:1px solid #e2e8f0;border-radius:10px}html[data-theme=dark] .audit-filters[data-astro-cid-ljzd4z6j]{background:#27272a80;border-color:#3f3f46}.audit-filter-group[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.4rem}.audit-filter-label[data-astro-cid-ljzd4z6j]{font-family:var(--font-sans);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b}html[data-theme=dark] .audit-filter-label[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.audit-filter-pills[data-astro-cid-ljzd4z6j]{display:flex;gap:.35rem;flex-wrap:wrap}.audit-filter-pill[data-astro-cid-ljzd4z6j]{padding:.32rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-family:var(--font-sans);font-size:.78rem;font-weight:600;transition:all .14s ease}html[data-theme=dark] .audit-filter-pill[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46;color:#a1a1aa}.audit-filter-pill[data-astro-cid-ljzd4z6j]:hover:not(.is-active){border-color:#e0720366;color:#18181b;transform:translateY(-1px)}html[data-theme=dark] .audit-filter-pill[data-astro-cid-ljzd4z6j]:hover:not(.is-active){color:#fafafa}.audit-filter-pill[data-astro-cid-ljzd4z6j].is-active{background:#e07203;border-color:#e07203;color:#fff}.audit-list-wrap[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.5rem}.audit-loading[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:10px;padding:1rem;font-family:var(--font-sans);font-size:.85rem;color:#64748b}html[data-theme=dark] .audit-loading[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.audit-list[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.5rem}.audit-row[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.85rem;padding:.7rem .85rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:border-color .14s ease,transform .14s ease}html[data-theme=dark] .audit-row[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46}.audit-row[data-astro-cid-ljzd4z6j]:hover{border-color:#e072034d;transform:translate(2px)}.audit-row-icon[data-astro-cid-ljzd4z6j]{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px}.audit-row-icon[data-astro-cid-ljzd4z6j].is-success{background:#10b9811f;color:#047857}.audit-row-icon[data-astro-cid-ljzd4z6j].is-failure{background:#ef44441f;color:#b91c1c}.audit-row-icon[data-astro-cid-ljzd4z6j].is-warning{background:#f59e0b1f;color:#b45309}html[data-theme=dark] .audit-row-icon[data-astro-cid-ljzd4z6j].is-success{background:#10b9812e;color:#6ee7b7}html[data-theme=dark] .audit-row-icon[data-astro-cid-ljzd4z6j].is-failure{background:#ef44442e;color:#fca5a5}html[data-theme=dark] .audit-row-icon[data-astro-cid-ljzd4z6j].is-warning{background:#f59e0b2e;color:#fcd34d}.audit-row-body[data-astro-cid-ljzd4z6j]{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.audit-row-action[data-astro-cid-ljzd4z6j]{font-family:var(--font-sans);font-size:.9rem;font-weight:600;color:#18181b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[data-theme=dark] .audit-row-action[data-astro-cid-ljzd4z6j]{color:#f4f4f5}.audit-row-meta[data-astro-cid-ljzd4z6j]{display:flex;flex-wrap:wrap;gap:.3rem;font-family:var(--font-sans);font-size:.75rem;color:#64748b}html[data-theme=dark] .audit-row-meta[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.audit-row-cat[data-astro-cid-ljzd4z6j]{padding:.1rem .5rem;background:#94a3b824;border-radius:4px;font-weight:600;font-size:.7rem;color:#475569}html[data-theme=dark] .audit-row-cat[data-astro-cid-ljzd4z6j]{background:#ffffff0f;color:#d4d4d8}.audit-row-sep[data-astro-cid-ljzd4z6j]{opacity:.5}.audit-row-time[data-astro-cid-ljzd4z6j]{flex-shrink:0;font-family:var(--font-sans);font-size:.78rem;color:#94a3b8;font-variant-numeric:tabular-nums}html[data-theme=dark] .audit-row-time[data-astro-cid-ljzd4z6j]{color:#71717a}.audit-empty[data-astro-cid-ljzd4z6j]{display:none;flex-direction:column;align-items:center;gap:.7rem;padding:2.5rem 1rem;text-align:center;color:#64748b;font-family:var(--font-sans)}.audit-empty[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{margin:0;font-size:.9rem}html[data-theme=dark] .audit-empty[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.audit-load-more[data-astro-cid-ljzd4z6j]{align-self:center;margin-top:.5rem;padding:.55rem 1.5rem;background:transparent;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-family:var(--font-sans);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .14s ease}.audit-load-more[data-astro-cid-ljzd4z6j]:hover{border-color:#e07203;color:#e07203}html[data-theme=dark] .audit-load-more[data-astro-cid-ljzd4z6j]{border-color:#3f3f46;color:#a1a1aa}html[data-theme=dark] .audit-load-more[data-astro-cid-ljzd4z6j]:hover{border-color:#fb923c;color:#fb923c}@media(max-width:640px){.audit-filters[data-astro-cid-ljzd4z6j]{flex-direction:column;gap:.85rem}.audit-row-time[data-astro-cid-ljzd4z6j]{font-size:.72rem}}.session-ttl-card[data-astro-cid-ljzd4z6j]{margin-top:16px;padding:16px 18px;border:1px solid #e4e4e7;border-radius:12px;background:#fafafa}html[data-theme=dark] .session-ttl-card[data-astro-cid-ljzd4z6j]{border-color:#27272a;background:#111113}.session-ttl-loading[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:10px;font-family:var(--font-sans);font-size:.85rem;color:#64748b}html[data-theme=dark] .session-ttl-loading[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.session-ttl-options[data-astro-cid-ljzd4z6j]{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.6rem}.session-ttl-option[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.25rem;padding:.85rem .95rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;text-align:left;transition:all .16s ease;font-family:var(--font-sans)}html[data-theme=dark] .session-ttl-option[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46;color:#d4d4d8}.session-ttl-option[data-astro-cid-ljzd4z6j]:hover:not(.is-active){border-color:#e0720366;transform:translateY(-1px)}.session-ttl-option[data-astro-cid-ljzd4z6j].is-active{background:linear-gradient(135deg,#e072031a,#e072030a);border-color:#e07203;color:#18181b;box-shadow:0 2px 8px #e0720326}html[data-theme=dark] .session-ttl-option[data-astro-cid-ljzd4z6j].is-active{background:linear-gradient(135deg,#f59e0b1f,#f59e0b0a);border-color:#f59e0b;color:#f4f4f5}.session-ttl-option-label[data-astro-cid-ljzd4z6j]{font-weight:700;font-size:.95rem}.session-ttl-option-hint[data-astro-cid-ljzd4z6j]{font-size:.76rem;color:#64748b;line-height:1.4}html[data-theme=dark] .session-ttl-option-hint[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.session-ttl-option[data-astro-cid-ljzd4z6j].is-active .session-ttl-option-hint[data-astro-cid-ljzd4z6j]{color:#475569}html[data-theme=dark] .session-ttl-option[data-astro-cid-ljzd4z6j].is-active .session-ttl-option-hint[data-astro-cid-ljzd4z6j]{color:#d4d4d8}.session-ttl-actions[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.7rem;margin-top:.85rem}.btn-session-ttl-save[data-astro-cid-ljzd4z6j]{padding:.55rem 1.1rem;background:#e07203;color:#fff;border:none;border-radius:8px;font-family:var(--font-sans);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .16s ease}.btn-session-ttl-save[data-astro-cid-ljzd4z6j]:hover{background:#c86302;transform:translateY(-1px)}.btn-session-ttl-save[data-astro-cid-ljzd4z6j]:disabled{opacity:.5;cursor:not-allowed;transform:none}.session-ttl-status[data-astro-cid-ljzd4z6j]{font-family:var(--font-sans);font-size:.82rem;color:#94a3b8}.session-ttl-status[data-astro-cid-ljzd4z6j].is-success{color:#047857}.session-ttl-status[data-astro-cid-ljzd4z6j].is-error{color:#b91c1c}html[data-theme=dark] .session-ttl-status[data-astro-cid-ljzd4z6j].is-success{color:#6ee7b7}html[data-theme=dark] .session-ttl-status[data-astro-cid-ljzd4z6j].is-error{color:#fca5a5}.session-ttl-hint[data-astro-cid-ljzd4z6j]{margin:.85rem 0 0;padding:.5rem .75rem;background:#94a3b81a;border-radius:6px;font-family:var(--font-sans);font-size:.78rem;color:#64748b;line-height:1.45}html[data-theme=dark] .session-ttl-hint[data-astro-cid-ljzd4z6j]{background:#ffffff0a;color:#a1a1aa}.login-notify-card[data-astro-cid-ljzd4z6j]{margin-top:16px;padding:16px 18px;border:1px solid #e4e4e7;border-radius:12px;background:#fafafa}html[data-theme=dark] .login-notify-card[data-astro-cid-ljzd4z6j]{border-color:#27272a;background:#111113}.login-notify-loading[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:10px;font-family:var(--font-sans);font-size:.85rem;color:#64748b}html[data-theme=dark] .login-notify-loading[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.login-notify-options[data-astro-cid-ljzd4z6j]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.6rem}.login-notify-option[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.35rem;padding:.85rem .95rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;text-align:left;transition:all .16s ease;font-family:var(--font-sans)}html[data-theme=dark] .login-notify-option[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46;color:#d4d4d8}.login-notify-option[data-astro-cid-ljzd4z6j]:hover:not(.is-active){border-color:#e0720366;transform:translateY(-1px)}.login-notify-option[data-astro-cid-ljzd4z6j].is-active{background:linear-gradient(135deg,#e072031a,#e072030a);border-color:#e07203;color:#18181b;box-shadow:0 2px 8px #e0720326}html[data-theme=dark] .login-notify-option[data-astro-cid-ljzd4z6j].is-active{background:linear-gradient(135deg,#f59e0b1f,#f59e0b0a);border-color:#f59e0b;color:#f4f4f5}.login-notify-option[data-astro-cid-ljzd4z6j]>svg[data-astro-cid-ljzd4z6j]{color:#e07203}html[data-theme=dark] .login-notify-option[data-astro-cid-ljzd4z6j]>svg[data-astro-cid-ljzd4z6j]{color:#fb923c}.login-notify-option-label[data-astro-cid-ljzd4z6j]{font-weight:700;font-size:.9rem}.login-notify-option-hint[data-astro-cid-ljzd4z6j]{font-size:.78rem;color:#64748b;line-height:1.45}html[data-theme=dark] .login-notify-option-hint[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.login-notify-option[data-astro-cid-ljzd4z6j].is-active .login-notify-option-hint[data-astro-cid-ljzd4z6j]{color:#475569}html[data-theme=dark] .login-notify-option[data-astro-cid-ljzd4z6j].is-active .login-notify-option-hint[data-astro-cid-ljzd4z6j]{color:#d4d4d8}.login-notify-actions[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.7rem;margin-top:.85rem}.btn-login-notify-save[data-astro-cid-ljzd4z6j]{padding:.55rem 1.1rem;background:#e07203;color:#fff;border:none;border-radius:8px;font-family:var(--font-sans);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .16s ease}.btn-login-notify-save[data-astro-cid-ljzd4z6j]:hover{background:#c86302;transform:translateY(-1px)}.btn-login-notify-save[data-astro-cid-ljzd4z6j]:disabled{opacity:.5;cursor:not-allowed;transform:none}.login-notify-status[data-astro-cid-ljzd4z6j]{font-family:var(--font-sans);font-size:.82rem;color:#94a3b8}.login-notify-status[data-astro-cid-ljzd4z6j].is-success{color:#047857}.login-notify-status[data-astro-cid-ljzd4z6j].is-error{color:#b91c1c}html[data-theme=dark] .login-notify-status[data-astro-cid-ljzd4z6j].is-success{color:#6ee7b7}html[data-theme=dark] .login-notify-status[data-astro-cid-ljzd4z6j].is-error{color:#fca5a5}.backup-codes-banner[data-astro-cid-ljzd4z6j]{margin:.85rem 0 1.25rem;padding:14px 16px;border:1px solid rgba(245,158,11,.4);border-radius:12px;background:linear-gradient(135deg,#fef3c7d9,#fde68a8c);display:flex;align-items:center;gap:12px;color:#92400e;position:relative}html[data-theme=dark] .backup-codes-banner[data-astro-cid-ljzd4z6j]{background:linear-gradient(135deg,#f59e0b1f,#f59e0b0a);border-color:#f59e0b59;color:#fbbf24}.backup-codes-banner[data-astro-cid-ljzd4z6j]>svg[data-astro-cid-ljzd4z6j]{flex-shrink:0;color:#d97706}html[data-theme=dark] .backup-codes-banner[data-astro-cid-ljzd4z6j]>svg[data-astro-cid-ljzd4z6j]{color:#fbbf24}.backup-codes-banner-text[data-astro-cid-ljzd4z6j]{flex:1;min-width:0}.backup-codes-banner-text[data-astro-cid-ljzd4z6j] strong[data-astro-cid-ljzd4z6j]{display:block;font-family:var(--font-sans);font-size:.95rem;font-weight:700;margin-bottom:.2rem;color:#78350f}html[data-theme=dark] .backup-codes-banner-text[data-astro-cid-ljzd4z6j] strong[data-astro-cid-ljzd4z6j]{color:#fde68a}.backup-codes-banner-text[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{margin:0;font-family:var(--font-sans);font-size:.82rem;line-height:1.5;color:#92400e}html[data-theme=dark] .backup-codes-banner-text[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{color:#fcd34d}.backup-codes-banner-btn[data-astro-cid-ljzd4z6j]{flex-shrink:0;padding:.55rem 1.1rem;background:#d97706;color:#fff;border:none;border-radius:8px;font-family:var(--font-sans);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .16s ease}.backup-codes-banner-btn[data-astro-cid-ljzd4z6j]:hover{background:#b45309;transform:translateY(-1px)}.backup-codes-banner-dismiss[data-astro-cid-ljzd4z6j]{flex-shrink:0;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;color:#92400e99;cursor:pointer;transition:all .14s ease}.backup-codes-banner-dismiss[data-astro-cid-ljzd4z6j]:hover{background:#0000000f;color:#92400e}html[data-theme=dark] .backup-codes-banner-dismiss[data-astro-cid-ljzd4z6j]{color:#fcd34d99}html[data-theme=dark] .backup-codes-banner-dismiss[data-astro-cid-ljzd4z6j]:hover{background:#ffffff0f;color:#fbbf24}@media(max-width:640px){.backup-codes-banner[data-astro-cid-ljzd4z6j]{flex-direction:column;align-items:stretch}.backup-codes-banner-btn[data-astro-cid-ljzd4z6j]{width:100%}.backup-codes-banner-dismiss[data-astro-cid-ljzd4z6j]{position:absolute;top:8px;right:8px}}.critical-zone[data-astro-cid-ljzd4z6j]{position:relative;margin-bottom:1rem}.critical-zone[data-astro-cid-ljzd4z6j].is-locked .critical-zone-content[data-astro-cid-ljzd4z6j]{filter:blur(6px);pointer-events:none;user-select:none;opacity:.5}.critical-zone-lock[data-astro-cid-ljzd4z6j]{display:none}.critical-zone[data-astro-cid-ljzd4z6j].is-locked .critical-zone-lock[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.85rem;padding:2.5rem 1.5rem;margin-bottom:1rem;border:1px dashed rgba(224,114,3,.4);border-radius:16px;background:linear-gradient(135deg,#fdf3e78c,#fbe4c84d);color:#ad6924}html[data-theme=dark] .critical-zone[data-astro-cid-ljzd4z6j].is-locked .critical-zone-lock[data-astro-cid-ljzd4z6j]{background:linear-gradient(135deg,#e0720314,#e0720308);border-color:#e072034d;color:#fb923c}.critical-zone-title[data-astro-cid-ljzd4z6j]{margin:0;font-family:var(--font-sans);font-size:1.05rem;font-weight:700;color:#18181b}html[data-theme=dark] .critical-zone-title[data-astro-cid-ljzd4z6j]{color:#f4f4f5}.critical-zone-desc[data-astro-cid-ljzd4z6j]{margin:0;max-width:480px;font-family:var(--font-sans);font-size:.85rem;line-height:1.55;color:#475569}html[data-theme=dark] .critical-zone-desc[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.critical-zone-unlock-btn[data-astro-cid-ljzd4z6j]{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.25rem;background:linear-gradient(135deg,#e07203,#c86302);color:#fff;border:none;border-radius:10px;font-family:var(--font-sans);font-size:.88rem;font-weight:600;cursor:pointer;transition:all .16s ease;box-shadow:0 4px 12px #e0720340}.critical-zone-unlock-btn[data-astro-cid-ljzd4z6j]:hover{transform:translateY(-1px);box-shadow:0 6px 18px #e0720359}.critical-zone-unlock-btn[data-astro-cid-ljzd4z6j]:disabled{opacity:.6;cursor:not-allowed;transform:none}.critical-zone-hint[data-astro-cid-ljzd4z6j]{margin:0;padding:.4rem .7rem;background:#ef444414;border:1px solid rgba(239,68,68,.25);border-radius:6px;font-family:var(--font-sans);font-size:.78rem;color:#b91c1c}html[data-theme=dark] .critical-zone-hint[data-astro-cid-ljzd4z6j]{background:#ef44441f;border-color:#ef44444d;color:#fca5a5}.login-2fa-card[data-astro-cid-ljzd4z6j]{margin-top:16px;padding:16px 18px;border:1px solid #e4e4e7;border-radius:12px;background:#fafafa}html[data-theme=dark] .login-2fa-card[data-astro-cid-ljzd4z6j]{border-color:#27272a;background:#111113}.login-2fa-recommend[data-astro-cid-ljzd4z6j]{margin-top:12px;padding:14px 16px;border:1px solid rgba(224,114,3,.3);border-radius:12px;background:linear-gradient(135deg,#fdf3e7d9,#fbe4c88c);display:flex;align-items:center;gap:12px;color:#ad6924}html[data-theme=dark] .login-2fa-recommend[data-astro-cid-ljzd4z6j]{background:linear-gradient(135deg,#e072031a,#e072030a);border-color:#e0720340;color:#fb923c}.login-2fa-recommend[data-astro-cid-ljzd4z6j]>svg[data-astro-cid-ljzd4z6j]{flex-shrink:0}.login-2fa-recommend-text[data-astro-cid-ljzd4z6j]{flex:1;min-width:0}.login-2fa-recommend-text[data-astro-cid-ljzd4z6j] strong[data-astro-cid-ljzd4z6j]{display:block;font-family:var(--font-sans);font-size:.92rem;font-weight:700;margin-bottom:.15rem}.login-2fa-recommend-text[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{margin:0;font-family:var(--font-sans);font-size:.82rem;line-height:1.45;color:#92400e}html[data-theme=dark] .login-2fa-recommend-text[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{color:#fbbf24}.login-2fa-recommend-btn[data-astro-cid-ljzd4z6j]{flex-shrink:0;padding:.5rem 1rem;background:#e07203;color:#fff;border:none;border-radius:8px;font-family:var(--font-sans);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .16s ease}.login-2fa-recommend-btn[data-astro-cid-ljzd4z6j]:hover{background:#c86302;transform:translateY(-1px)}@media(max-width:640px){.login-2fa-recommend[data-astro-cid-ljzd4z6j]{flex-direction:column;align-items:flex-start}.login-2fa-recommend-btn[data-astro-cid-ljzd4z6j]{width:100%}}.login-2fa-confirm-overlay[data-astro-cid-ljzd4z6j]{position:fixed;inset:0;background:#0000008c;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:cpFadeIn .16s ease}@keyframes cpFadeIn{0%{opacity:0}to{opacity:1}}.login-2fa-confirm-card[data-astro-cid-ljzd4z6j]{max-width:460px;width:100%;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 20px 50px #0000004d;text-align:center}html[data-theme=dark] .login-2fa-confirm-card[data-astro-cid-ljzd4z6j]{background:#18181b;box-shadow:0 20px 50px #000000a6}.login-2fa-confirm-icon[data-astro-cid-ljzd4z6j]{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#f59e0b1f;color:#f59e0b;margin-bottom:1rem}html[data-theme=dark] .login-2fa-confirm-icon[data-astro-cid-ljzd4z6j]{background:#f59e0b2e;color:#fbbf24}.login-2fa-confirm-title[data-astro-cid-ljzd4z6j]{margin:0 0 .5rem;font-family:var(--font-sans);font-size:1.1rem;font-weight:700;color:#18181b}html[data-theme=dark] .login-2fa-confirm-title[data-astro-cid-ljzd4z6j]{color:#f4f4f5}.login-2fa-confirm-body[data-astro-cid-ljzd4z6j]{margin:0 0 1.25rem;font-family:var(--font-sans);font-size:.88rem;line-height:1.55;color:#475569}html[data-theme=dark] .login-2fa-confirm-body[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.login-2fa-confirm-actions[data-astro-cid-ljzd4z6j]{display:flex;gap:.6rem;justify-content:center}.login-2fa-confirm-cancel[data-astro-cid-ljzd4z6j],.login-2fa-confirm-proceed[data-astro-cid-ljzd4z6j]{padding:.6rem 1.1rem;border-radius:8px;font-family:var(--font-sans);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .16s ease}.login-2fa-confirm-cancel[data-astro-cid-ljzd4z6j]{background:#e07203;color:#fff;border:none}.login-2fa-confirm-cancel[data-astro-cid-ljzd4z6j]:hover{background:#c86302}.login-2fa-confirm-cancel[data-astro-cid-ljzd4z6j]:focus{outline:3px solid rgba(224,114,3,.4);outline-offset:2px}.login-2fa-confirm-proceed[data-astro-cid-ljzd4z6j]{background:transparent;color:#64748b;border:1px solid #e2e8f0}.login-2fa-confirm-proceed[data-astro-cid-ljzd4z6j]:hover{background:#ef44440f;color:#b91c1c;border-color:#ef44444d}html[data-theme=dark] .login-2fa-confirm-proceed[data-astro-cid-ljzd4z6j]{border-color:#3f3f46;color:#a1a1aa}html[data-theme=dark] .login-2fa-confirm-proceed[data-astro-cid-ljzd4z6j]:hover{background:#ef44441a;color:#fca5a5}.login-2fa-loading[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:10px;color:#71717a;font-size:14px}.login-2fa-toggle[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:12px;cursor:pointer;user-select:none}.login-2fa-toggle[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j][type=checkbox]{position:absolute;opacity:0;pointer-events:none}.login-2fa-toggle-slider[data-astro-cid-ljzd4z6j]{width:42px;height:24px;border-radius:999px;background:#d4d4d8;position:relative;transition:background .16s ease;flex-shrink:0}.login-2fa-toggle-slider[data-astro-cid-ljzd4z6j]:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .16s ease;box-shadow:0 1px 3px #00000026}.login-2fa-toggle[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]:checked+.login-2fa-toggle-slider[data-astro-cid-ljzd4z6j]{background:#e07203}.login-2fa-toggle[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]:checked+.login-2fa-toggle-slider[data-astro-cid-ljzd4z6j]:after{transform:translate(18px)}html[data-theme=dark] .login-2fa-toggle-slider[data-astro-cid-ljzd4z6j]{background:#3f3f46}.login-2fa-toggle-label[data-astro-cid-ljzd4z6j]{font-size:14px;font-weight:600;color:#18181b}html[data-theme=dark] .login-2fa-toggle-label[data-astro-cid-ljzd4z6j]{color:#f4f4f5}.login-2fa-method[data-astro-cid-ljzd4z6j]{margin-top:14px;padding-top:14px;border-top:1px dashed #e4e4e7}html[data-theme=dark] .login-2fa-method[data-astro-cid-ljzd4z6j]{border-color:#27272a}.login-2fa-method-label[data-astro-cid-ljzd4z6j]{display:block;font-size:12px;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.login-2fa-select[data-astro-cid-ljzd4z6j]{width:100%;padding:10px 12px;border:1px solid #e4e4e7;border-radius:8px;background:#fff;font-size:14px;color:#18181b;cursor:pointer}html[data-theme=dark] .login-2fa-select[data-astro-cid-ljzd4z6j]{border-color:#3f3f46;background:#18181b;color:#f4f4f5}.login-2fa-hint[data-astro-cid-ljzd4z6j]{margin:8px 0 0;font-size:12px;color:#71717a;line-height:1.5}.login-2fa-hint[data-astro-cid-ljzd4z6j].is-error{color:#dc2626}.login-2fa-actions[data-astro-cid-ljzd4z6j]{margin-top:14px;display:flex;align-items:center;gap:12px}.btn-login-2fa-save[data-astro-cid-ljzd4z6j]{padding:9px 18px;border:1px solid transparent;border-radius:8px;background:#e07203;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .16s ease}.btn-login-2fa-save[data-astro-cid-ljzd4z6j]:hover{background:#c86302}.btn-login-2fa-save[data-astro-cid-ljzd4z6j]:disabled{opacity:.6;cursor:not-allowed}.login-2fa-status[data-astro-cid-ljzd4z6j]{font-size:13px;color:#71717a}.login-2fa-status[data-astro-cid-ljzd4z6j].is-success{color:#16a34a}.login-2fa-status[data-astro-cid-ljzd4z6j].is-error{color:#dc2626}html[data-theme=dark] .passkey-empty[data-astro-cid-ljzd4z6j]{color:#71717a}html[data-theme=dark] .passkey-empty[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{background:#e072031a}html[data-theme=dark] .twofa-name[data-astro-cid-ljzd4z6j]{color:#e4e4e7}html[data-theme=dark] .twofa-status[data-astro-cid-ljzd4z6j]{color:#a1a1aa}html[data-theme=dark] .btn-2fa[data-astro-cid-ljzd4z6j]{box-shadow:0 2px 8px #e0720340}html[data-theme=dark] .btn-2fa[data-astro-cid-ljzd4z6j]:hover:not(:disabled){box-shadow:0 4px 12px #e072034d}html[data-theme=dark] .btn-2fa[data-astro-cid-ljzd4z6j]:active:not(:disabled){box-shadow:none}html[data-theme=dark] .modal-content[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46;color:#e4e4e7}html[data-theme=dark] .modal-header[data-astro-cid-ljzd4z6j]{border-color:#3f3f46}html[data-theme=dark] .modal-header[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{color:#e4e4e7}html[data-theme=dark] .modal-close[data-astro-cid-ljzd4z6j]:hover{color:#d4d4d8}html[data-theme=dark] .input-group[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46;color:#e4e4e7}html[data-theme=dark] .modal-body[data-astro-cid-ljzd4z6j] .btn-primary[data-astro-cid-ljzd4z6j]{background:#e07203}html[data-theme=dark] .modal-body[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{color:#d4d4d8}html[data-theme=dark] .modal-body[data-astro-cid-ljzd4z6j] h4[data-astro-cid-ljzd4z6j]{color:#e4e4e7}html[data-theme=dark] .backup-codes-container[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46}html[data-theme=dark] .backup-code[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46;color:#e4e4e7}html[data-theme=dark] .totp-secret[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46;color:#e4e4e7}html[data-theme=dark] .backup-codes-confirm[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46}html[data-theme=dark] .backup-codes-confirm[data-astro-cid-ljzd4z6j] .label-text[data-astro-cid-ljzd4z6j]{color:#d4d4d8}.data-overview[data-astro-cid-ljzd4z6j]{margin-top:1.5rem;padding:1.5rem;background:#e0720308;border:1px solid rgba(224,114,3,.12);border-radius:12px;box-shadow:var(--shadow-card);outline:3px solid transparent;outline-offset:8px;transition:all .3s ease}.data-overview[data-astro-cid-ljzd4z6j]:hover{transform:translateY(-2px);box-shadow:#00000038 0 14px 28px,#00000038 0 10px 10px;outline:3px solid rgba(224,114,3,.5);outline-offset:0px}.data-overview[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{font-size:.9rem;font-weight:700;color:#e07203;margin-bottom:1rem}.data-categories[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.75rem}.data-category-item[data-astro-cid-ljzd4z6j]{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.06)}html[data-theme=dark] .data-category-item[data-astro-cid-ljzd4z6j]{border-bottom-color:#3f3f46}.data-category-item[data-astro-cid-ljzd4z6j]:last-child{border-bottom:none}.data-category-label[data-astro-cid-ljzd4z6j]{font-weight:600;font-size:.85rem;color:#334155}.data-category-detail[data-astro-cid-ljzd4z6j]{font-size:.8rem;color:#64748b}html[data-theme=dark] .data-category-detail[data-astro-cid-ljzd4z6j]{color:#a1a1aa}html[data-theme=dark] .data-category-label[data-astro-cid-ljzd4z6j]{color:#d4d4d8}.privacy-card[data-astro-cid-ljzd4z6j]{margin-top:1.25rem;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:var(--shadow-card, 0 1px 3px rgba(0, 0, 0, .04));overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.privacy-card[data-astro-cid-ljzd4z6j]:hover{border-color:#cbd5e1;transform:translateY(-2px)}html[data-theme=dark] .privacy-card[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#27272a;box-shadow:none}html[data-theme=dark] .privacy-card[data-astro-cid-ljzd4z6j]:hover{border-color:#3f3f46}.privacy-card-head[data-astro-cid-ljzd4z6j]{display:flex;align-items:flex-start;gap:.85rem;padding:1.1rem 1.25rem .85rem;border-bottom:1px solid #f1f5f9}html[data-theme=dark] .privacy-card-head[data-astro-cid-ljzd4z6j]{border-bottom-color:#27272a}.privacy-card-icon[data-astro-cid-ljzd4z6j]{width:36px;height:36px;flex-shrink:0;border-radius:10px;background:#e072031f;color:#e07203;display:flex;align-items:center;justify-content:center}html[data-theme=dark] .privacy-card-icon[data-astro-cid-ljzd4z6j]{background:#fb923c2e;color:#fb923c}.privacy-card-icon-danger[data-astro-cid-ljzd4z6j]{background:#ef44441f;color:#dc2626}html[data-theme=dark] .privacy-card-icon-danger[data-astro-cid-ljzd4z6j]{background:#ef444433;color:#fca5a5}.privacy-card-head[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{font-size:.95rem;font-weight:700;color:#18181b;margin:0 0 .15rem}html[data-theme=dark] .privacy-card-head[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{color:#f4f4f5}.privacy-card-head[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{font-size:.8rem;color:#64748b;margin:0;line-height:1.45}html[data-theme=dark] .privacy-card-head[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.privacy-card-body[data-astro-cid-ljzd4z6j]{padding:1rem 1.25rem 1.25rem}.privacy-card-body[data-astro-cid-ljzd4z6j] .setting-item[data-astro-cid-ljzd4z6j]{margin-bottom:1rem;padding:0;background:transparent;border:none;box-shadow:none}.privacy-card-body[data-astro-cid-ljzd4z6j] .setting-item[data-astro-cid-ljzd4z6j]:last-child{margin-bottom:0}.privacy-card-body[data-astro-cid-ljzd4z6j] .setting-item[data-astro-cid-ljzd4z6j]:hover{transform:none;box-shadow:none;border:none;outline:none}.privacy-action-row[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.privacy-action-desc[data-astro-cid-ljzd4z6j]{font-size:.8rem;color:#64748b;margin:0;flex:1 1 200px}html[data-theme=dark] .privacy-action-desc[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.privacy-card-body[data-astro-cid-ljzd4z6j] .data-categories[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.15rem}.privacy-card-body[data-astro-cid-ljzd4z6j] .data-category-item[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.75rem;padding:.65rem 0;border-bottom:1px solid #f1f5f9}html[data-theme=dark] .privacy-card-body[data-astro-cid-ljzd4z6j] .data-category-item[data-astro-cid-ljzd4z6j]{border-bottom-color:#27272a}.privacy-card-body[data-astro-cid-ljzd4z6j] .data-category-item[data-astro-cid-ljzd4z6j]:last-child{border-bottom:none}.data-category-glyph[data-astro-cid-ljzd4z6j]{width:28px;height:28px;flex-shrink:0;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center}html[data-theme=dark] .data-category-glyph[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46;color:#a1a1aa}.data-category-text[data-astro-cid-ljzd4z6j]{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.privacy-card-body[data-astro-cid-ljzd4z6j] .data-category-label[data-astro-cid-ljzd4z6j]{font-size:13.5px;font-weight:600;color:#18181b}html[data-theme=dark] .privacy-card-body[data-astro-cid-ljzd4z6j] .data-category-label[data-astro-cid-ljzd4z6j]{color:#f4f4f5}.privacy-card-body[data-astro-cid-ljzd4z6j] .data-category-detail[data-astro-cid-ljzd4z6j]{font-size:12px;color:#64748b}html[data-theme=dark] .privacy-card-body[data-astro-cid-ljzd4z6j] .data-category-detail[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.data-category-loc[data-astro-cid-ljzd4z6j]{flex-shrink:0;padding:2px 8px;border-radius:9999px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#64748b24;color:#475569}html[data-theme=dark] .data-category-loc[data-astro-cid-ljzd4z6j]{background:#a1a1aa2e;color:#a1a1aa}.privacy-card-danger[data-astro-cid-ljzd4z6j]{border-color:#ef444440}html[data-theme=dark] .privacy-card-danger[data-astro-cid-ljzd4z6j]{border-color:#ef444459}.privacy-card-danger[data-astro-cid-ljzd4z6j]:hover{border-color:#ef444480}.privacy-card-danger[data-astro-cid-ljzd4z6j] .privacy-card-head[data-astro-cid-ljzd4z6j]{border-bottom-color:#ef444426}.privacy-card-warning[data-astro-cid-ljzd4z6j]{border-color:#f59e0b4d}.privacy-card-warning[data-astro-cid-ljzd4z6j]:hover{border-color:#f59e0b8c}html[data-theme=dark] .privacy-card-warning[data-astro-cid-ljzd4z6j]{border-color:#f59e0b59}.privacy-card-icon-warning[data-astro-cid-ljzd4z6j]{background:#f59e0b24;color:#b45309}html[data-theme=dark] .privacy-card-icon-warning[data-astro-cid-ljzd4z6j]{background:#f59e0b33;color:#fbbf24}.privacy-card-warning[data-astro-cid-ljzd4z6j] .privacy-card-head[data-astro-cid-ljzd4z6j]{border-bottom-color:#f59e0b26}.privacy-card-info[data-astro-cid-ljzd4z6j]{border-color:#e0720340;background:#e0720308}html[data-theme=dark] .privacy-card-info[data-astro-cid-ljzd4z6j]{border-color:#fb923c4d;background:#fb923c0d}.privacy-card-info[data-astro-cid-ljzd4z6j] .privacy-card-icon[data-astro-cid-ljzd4z6j]{background:#e072031f;color:#c86302}html[data-theme=dark] .privacy-card-info[data-astro-cid-ljzd4z6j] .privacy-card-icon[data-astro-cid-ljzd4z6j]{background:#fb923c2e;color:#fb923c}.shared-links-list[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.55rem}.shared-links-empty[data-astro-cid-ljzd4z6j]{padding:.85rem .5rem;color:var(--text-muted, #94a3b8);font-size:13px;font-style:italic}.shared-link-row{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;border:1px solid var(--border-color-light, #e2e8f0);border-radius:11px;background:var(--bg-card, #fff);flex-wrap:wrap;font-size:13px}.shared-link-row.is-revoked,.shared-link-row.is-expired{opacity:.55}.shared-link-info{flex:1 1 240px;min-width:0;display:flex;flex-direction:column;gap:4px}.shared-link-info strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13.5px}.shared-link-url{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:var(--text-muted, #64748b);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shared-link-meta{margin-top:2px;color:var(--text-muted, #64748b);font-size:11.5px}.shared-link-status{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.shared-link-status.is-active{background:#e0720324;color:#c86302;border:1px solid rgba(224,114,3,.25)}.shared-link-status.is-revoked,.shared-link-status.is-expired{background:#64748b24;color:#475569}html[data-theme=dark] .shared-link-status.is-active{background:#fb923c2e;color:#fb923c;border-color:#fb923c4d}.shared-link-actions{display:flex;gap:.4rem;flex-wrap:wrap;flex-shrink:0}.shared-link-actions button{display:inline-flex;align-items:center;gap:5px;padding:.45rem .75rem;font-size:11.5px;border-radius:7px;border:1px solid var(--border-color-light, #e2e8f0);background:var(--bg-card, #fff);color:var(--text-primary, #18181b);cursor:pointer;font-weight:600;font-family:inherit;transition:all .14s ease;line-height:1}html[data-theme=dark] .shared-link-actions button{background:#18181b;border-color:#3f3f46;color:#f4f4f5}.shared-link-actions button:hover{border-color:#e07203;color:#e07203;background:#e072030d}.shared-link-actions button.is-danger{color:#b91c1c}.shared-link-actions button.is-danger:hover{border-color:#ef4444;color:#ef4444;background:#ef44440f}.settings-revoke-backdrop[data-astro-cid-ljzd4z6j]{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;backdrop-filter:blur(2px);animation:srvkFade .18s ease-out}@keyframes srvkFade{0%{opacity:0}to{opacity:1}}.settings-revoke-card[data-astro-cid-ljzd4z6j]{background:var(--bg-card, #fff);border:1px solid var(--border-color-light, #e2e8f0);border-radius:14px;padding:1.6rem 1.5rem 1.25rem;max-width:420px;width:100%;box-shadow:0 24px 60px #0000002e;animation:srvkPop .2s ease-out}@keyframes srvkPop{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.settings-revoke-icon[data-astro-cid-ljzd4z6j]{width:44px;height:44px;border-radius:50%;background:#ef44441f;color:#dc2626;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.85rem}html[data-theme=dark] .settings-revoke-icon[data-astro-cid-ljzd4z6j]{background:#ef44442e;color:#f87171}.settings-revoke-card[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{margin:0 0 .55rem;font-size:1.05rem;font-weight:700;color:var(--text-primary, #18181b)}.settings-revoke-card[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{margin:0 0 1.1rem;font-size:13.5px;line-height:1.55;color:var(--text-secondary, #475569)}html[data-theme=dark] .settings-revoke-card[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{color:#d4d4d8}.settings-revoke-actions[data-astro-cid-ljzd4z6j]{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.settings-revoke-btn[data-astro-cid-ljzd4z6j]{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;border:1px solid var(--border-color-light, #e2e8f0);background:var(--bg-card, #fff);color:var(--text-primary, #18181b);border-radius:10px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .16s ease}.settings-revoke-btn[data-astro-cid-ljzd4z6j]:hover{border-color:#e07203;color:#e07203}html[data-theme=dark] .settings-revoke-btn[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46;color:#f4f4f5}.settings-revoke-btn[data-astro-cid-ljzd4z6j].is-danger{background:#dc2626;border-color:#dc2626;color:#fff}.settings-revoke-btn[data-astro-cid-ljzd4z6j].is-danger:hover{background:#b91c1c;border-color:#b91c1c;color:#fff}.api-meta-grid[data-astro-cid-ljzd4z6j]{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;margin-bottom:.85rem}.api-meta-cell[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.25rem;padding:.7rem .85rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}html[data-theme=dark] .api-meta-cell[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46}.api-meta-label[data-astro-cid-ljzd4z6j]{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.api-meta-value[data-astro-cid-ljzd4z6j]{font-size:14px;font-weight:700;color:#18181b;font-variant-numeric:tabular-nums}html[data-theme=dark] .api-meta-value[data-astro-cid-ljzd4z6j]{color:#f4f4f5}.api-docs-link-card[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff;text-decoration:none;transition:border-color .2s ease,transform .2s ease,color .2s ease}.api-docs-link-card[data-astro-cid-ljzd4z6j]:hover{border-color:#e07203;transform:translateY(-1px);text-decoration:none}html[data-theme=dark] .api-docs-link-card[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#27272a}html[data-theme=dark] .api-docs-link-card[data-astro-cid-ljzd4z6j]:hover{border-color:#fb923c}.api-docs-link-icon[data-astro-cid-ljzd4z6j]{width:32px;height:32px;flex-shrink:0;border-radius:8px;background:#e072031f;color:#e07203;display:flex;align-items:center;justify-content:center}html[data-theme=dark] .api-docs-link-icon[data-astro-cid-ljzd4z6j]{background:#fb923c2e;color:#fb923c}.api-docs-link-text[data-astro-cid-ljzd4z6j]{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.api-docs-link-text[data-astro-cid-ljzd4z6j] strong[data-astro-cid-ljzd4z6j]{font-size:13.5px;color:#18181b}html[data-theme=dark] .api-docs-link-text[data-astro-cid-ljzd4z6j] strong[data-astro-cid-ljzd4z6j]{color:#f4f4f5}.api-docs-link-text[data-astro-cid-ljzd4z6j] span[data-astro-cid-ljzd4z6j]{font-size:12px;color:#64748b}html[data-theme=dark] .api-docs-link-text[data-astro-cid-ljzd4z6j] span[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.api-docs-link-arrow[data-astro-cid-ljzd4z6j]{flex-shrink:0;color:#cbd5e1;transition:color .2s ease,transform .2s ease}.api-docs-link-card[data-astro-cid-ljzd4z6j]:hover .api-docs-link-arrow[data-astro-cid-ljzd4z6j]{color:#e07203;transform:translate(2px)}html[data-theme=dark] .api-docs-link-arrow[data-astro-cid-ljzd4z6j]{color:#52525b}html[data-theme=dark] .api-docs-link-card[data-astro-cid-ljzd4z6j]:hover .api-docs-link-arrow[data-astro-cid-ljzd4z6j]{color:#fb923c}.privacy-card-body[data-astro-cid-ljzd4z6j] .danger-actions[data-astro-cid-ljzd4z6j]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.85rem}.privacy-card-body[data-astro-cid-ljzd4z6j] .danger-warning[data-astro-cid-ljzd4z6j]{font-size:12px;color:#94a3b8;margin:0;line-height:1.5}html[data-theme=dark] .privacy-card-body[data-astro-cid-ljzd4z6j] .danger-warning[data-astro-cid-ljzd4z6j]{color:#71717a}.gdpr-section[data-astro-cid-ljzd4z6j]{margin-top:1.5rem;padding:1.5rem;background:#e072030a;border:1px solid rgba(224,114,3,.15);border-radius:12px;box-shadow:var(--shadow-card);outline:3px solid transparent;outline-offset:8px;transition:all .3s ease}.gdpr-section[data-astro-cid-ljzd4z6j]:hover{transform:translateY(-2px);box-shadow:#00000038 0 14px 28px,#00000038 0 10px 10px;outline:3px solid rgba(224,114,3,.5);outline-offset:0px}.gdpr-section[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{font-size:.9rem;font-weight:700;color:#e07203;margin-bottom:.5rem}.gdpr-actions[data-astro-cid-ljzd4z6j]{margin-top:1rem}.btn-gdpr[data-astro-cid-ljzd4z6j]{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#e07203;color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;overflow:hidden;box-shadow:0 2px 8px #e0720333;transition:all .3s ease;outline:2px solid transparent;outline-offset:2px}.btn-gdpr[data-astro-cid-ljzd4z6j]:before{content:"";position:absolute;right:0;margin-top:-3rem;height:8rem;width:2rem;transform:translate(3rem) rotate(12deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:transform .5s ease-out;pointer-events:none}.btn-gdpr[data-astro-cid-ljzd4z6j]:hover{background:#ad6924;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;outline:2px solid rgba(224,114,3,.3);outline-offset:2px}.btn-gdpr[data-astro-cid-ljzd4z6j]:hover:before{transform:translate(-22rem) rotate(12deg)}.btn-gdpr[data-astro-cid-ljzd4z6j]:active{transform:scale(.98)}.btn-gdpr[data-astro-cid-ljzd4z6j]:disabled{opacity:.6;cursor:not-allowed;transform:none}.gdpr-description[data-astro-cid-ljzd4z6j]{font-size:.8rem;color:#64748b;margin-top:.5rem}.danger-zone[data-astro-cid-ljzd4z6j]{margin-top:2rem;padding:1.5rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;box-shadow:var(--shadow-card);outline:3px solid transparent;outline-offset:8px;transition:all .3s ease}.danger-zone[data-astro-cid-ljzd4z6j]:hover{transform:translateY(-2px);box-shadow:#00000038 0 14px 28px,#00000038 0 10px 10px;outline:3px solid rgba(239,68,68,.4);outline-offset:0px}.danger-zone[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{font-size:.85rem;font-weight:700;color:#ef4444;margin-bottom:1rem}.danger-actions[data-astro-cid-ljzd4z6j]{display:flex;flex-wrap:wrap;gap:.75rem}.danger-actions[data-astro-cid-ljzd4z6j] .btn-secondary[data-astro-cid-ljzd4z6j],.danger-actions[data-astro-cid-ljzd4z6j] .btn-danger[data-astro-cid-ljzd4z6j]{flex:1;min-width:150px}.danger-warning[data-astro-cid-ljzd4z6j]{font-size:.8rem;color:#ef4444;margin-top:1rem;opacity:.8}.about-info[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.75rem}.about-row[data-astro-cid-ljzd4z6j]{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px dashed #e2e8f0}.about-label[data-astro-cid-ljzd4z6j]{font-weight:600;font-size:.8rem;color:#334155}.about-value[data-astro-cid-ljzd4z6j]{font-weight:500;color:#64748b}.about-links[data-astro-cid-ljzd4z6j]{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(max-width:480px){.about-links[data-astro-cid-ljzd4z6j]{grid-template-columns:1fr}}.about-link[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.75rem;min-height:72px;padding:.85rem .75rem .85rem 1rem;background:#fff;color:#334155;font-family:var(--font-sans);font-weight:600;font-size:.85rem;text-decoration:none;border:1px solid #e2e8f0;border-radius:10px;box-shadow:var(--shadow-card);transition:border-color .2s ease,color .2s ease,background .2s ease}.about-link[data-astro-cid-ljzd4z6j]:hover{border-color:#e07203;color:#0f172a}.about-link-content[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;flex:1;min-width:0;overflow:hidden}.about-link-title[data-astro-cid-ljzd4z6j]{font-weight:600;font-size:.85rem;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.about-link-desc[data-astro-cid-ljzd4z6j]{font-size:.7rem;font-weight:400;color:#64748b;margin-top:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html[data-theme=dark] .about-link-desc[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.about-link-arrow[data-astro-cid-ljzd4z6j]{flex-shrink:0;width:16px;height:16px;color:#94a3b8;transition:transform .2s ease}.about-link[data-astro-cid-ljzd4z6j]:hover .about-link-arrow[data-astro-cid-ljzd4z6j]{transform:translate(2px);color:#e07203}.sr-only[data-astro-cid-ljzd4z6j]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html[data-theme=dark] .settings-container[data-astro-cid-ljzd4z6j],html[data-theme=dark] .settings-container[data-astro-cid-ljzd4z6j] h1[data-astro-cid-ljzd4z6j]{color:#e4e4e7}html[data-theme=dark] .settings-container[data-astro-cid-ljzd4z6j] .brand-gradient[data-astro-cid-ljzd4z6j]{background:linear-gradient(to right,#e68a1e,#e07203,#bfad88);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}html[data-theme=dark] .settings-section[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46;box-shadow:#00000059 0 10px 20px,#0006 0 6px 6px;color:#e4e4e7}html[data-theme=dark] .settings-section[data-astro-cid-ljzd4z6j]:hover{box-shadow:#0006 0 14px 28px,#00000073 0 10px 10px}html[data-theme=dark] .settings-section[data-astro-cid-ljzd4z6j] h2[data-astro-cid-ljzd4z6j]{color:#e4e4e7;border-color:#3f3f46}html[data-theme=dark] .setting-item[data-astro-cid-ljzd4z6j]>label[data-astro-cid-ljzd4z6j],html[data-theme=dark] .setting-row[data-astro-cid-ljzd4z6j] label[data-astro-cid-ljzd4z6j]{color:#d4d4d8}html[data-theme=dark] .setting-description[data-astro-cid-ljzd4z6j],html[data-theme=dark] .section-description[data-astro-cid-ljzd4z6j]{color:#a1a1aa}html[data-theme=dark] .setting-item[data-astro-cid-ljzd4z6j] select[data-astro-cid-ljzd4z6j]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23a1a1aa' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-color:#27272a;border-color:#3f3f46;color:#e4e4e7}html[data-theme=dark] .toggle-btn[data-astro-cid-ljzd4z6j]{background:#52525b}html[data-theme=dark] .toggle-btn[data-astro-cid-ljzd4z6j][aria-checked=true]{background:#e07203}html[data-theme=dark] .toggle-slider[data-astro-cid-ljzd4z6j]{background:#fff}html[data-theme=dark] .checkbox-row[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j][type=checkbox]{border-color:#3f3f46;background:#27272a}html[data-theme=dark] .account-connection[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46}html[data-theme=dark] .connection-icon[data-astro-cid-ljzd4z6j]{border-color:#3f3f46;background:#27272a}html[data-theme=dark] .connection-name[data-astro-cid-ljzd4z6j]{color:#e4e4e7}html[data-theme=dark] .connection-status[data-astro-cid-ljzd4z6j]{color:#a1a1aa}html[data-theme=dark] .connection-status[data-astro-cid-ljzd4z6j].connected{color:#4ade80}html[data-theme=dark] .btn-primary[data-astro-cid-ljzd4z6j]{background:#e07203}html[data-theme=dark] .btn-primary[data-astro-cid-ljzd4z6j]:hover{background:#ad6924;box-shadow:0 4px 12px #e072034d}html[data-theme=dark] .btn-secondary[data-astro-cid-ljzd4z6j]{background:#27272a;color:#d4d4d8;border-color:#3f3f46}html[data-theme=dark] .btn-secondary[data-astro-cid-ljzd4z6j]:hover{background:#3f3f46}html[data-theme=dark] .btn-danger[data-astro-cid-ljzd4z6j]:hover{box-shadow:0 4px 12px #ef44444d}html[data-theme=dark] .danger-zone[data-astro-cid-ljzd4z6j]{background:#7f1d1d33;border-color:#ef44444d;box-shadow:#00000059 0 10px 20px,#0006 0 6px 6px}html[data-theme=dark] .danger-zone[data-astro-cid-ljzd4z6j]:hover{box-shadow:#0006 0 14px 28px,#00000073 0 10px 10px;outline:3px solid rgba(239,68,68,.35);outline-offset:0px}html[data-theme=dark] .danger-zone[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{color:#f87171}html[data-theme=dark] .about-row[data-astro-cid-ljzd4z6j]{border-color:#3f3f46}html[data-theme=dark] .about-label[data-astro-cid-ljzd4z6j]{color:#d4d4d8}html[data-theme=dark] .about-value[data-astro-cid-ljzd4z6j]{color:#a1a1aa}html[data-theme=dark] .about-link[data-astro-cid-ljzd4z6j]{background:#27272a;color:#d4d4d8;border-color:#3f3f46;box-shadow:#00000059 0 10px 20px,#0006 0 6px 6px}html[data-theme=dark] .about-link[data-astro-cid-ljzd4z6j]:hover{box-shadow:#0006 0 14px 28px,#00000073 0 10px 10px;outline:3px solid rgba(224,114,3,.4);outline-offset:0px}html[data-theme=dark] .toast[data-astro-cid-ljzd4z6j]{background:#e4e4e7;color:#18181b}html[data-theme=dark] .toast[data-astro-cid-ljzd4z6j].success{background:#22c55e;color:#fff}html[data-theme=dark] .toast[data-astro-cid-ljzd4z6j].error{background:#ef4444;color:#fff}html[data-theme=dark] .data-overview[data-astro-cid-ljzd4z6j]{background:#e072030f;border-color:#e0720333;box-shadow:#00000059 0 10px 20px,#0006 0 6px 6px}html[data-theme=dark] .data-overview[data-astro-cid-ljzd4z6j]:hover{box-shadow:#0006 0 14px 28px,#00000073 0 10px 10px;outline:3px solid rgba(224,114,3,.4);outline-offset:0px}html[data-theme=dark] .gdpr-section[data-astro-cid-ljzd4z6j]{background:#e072030f;border-color:#e0720333;box-shadow:#00000059 0 10px 20px,#0006 0 6px 6px}html[data-theme=dark] .gdpr-section[data-astro-cid-ljzd4z6j]:hover{box-shadow:#0006 0 14px 28px,#00000073 0 10px 10px;outline:3px solid rgba(224,114,3,.4);outline-offset:0px}@media(max-width:1208px){.back-button[data-astro-cid-ljzd4z6j]{display:none!important}}@media(max-width:640px){.settings-container[data-astro-cid-ljzd4z6j]{padding:3rem 1rem 1rem}.settings-container[data-astro-cid-ljzd4z6j] h1[data-astro-cid-ljzd4z6j]{font-size:1.75rem}.account-connection[data-astro-cid-ljzd4z6j]{flex-direction:column;gap:1rem;text-align:center}.connection-info[data-astro-cid-ljzd4z6j],.danger-actions[data-astro-cid-ljzd4z6j]{flex-direction:column}.danger-actions[data-astro-cid-ljzd4z6j] .btn-secondary[data-astro-cid-ljzd4z6j],.danger-actions[data-astro-cid-ljzd4z6j] .btn-danger[data-astro-cid-ljzd4z6j]{min-width:auto}.toggle-btn[data-astro-cid-ljzd4z6j]{width:44px;height:24px;min-height:24px;max-height:24px}.toggle-slider[data-astro-cid-ljzd4z6j]{width:18px;height:18px;top:3px;left:3px}.toggle-btn[data-astro-cid-ljzd4z6j][aria-checked=true] .toggle-slider[data-astro-cid-ljzd4z6j]{transform:translate(20px)}.setting-row[data-astro-cid-ljzd4z6j]{flex-wrap:nowrap;align-items:center}.setting-row[data-astro-cid-ljzd4z6j] label[data-astro-cid-ljzd4z6j]{flex:1;font-size:.8rem}.two-factor-options[data-astro-cid-ljzd4z6j]{gap:.75rem}.twofa-option[data-astro-cid-ljzd4z6j]{flex-direction:column;align-items:stretch;gap:.75rem;padding:.875rem;overflow:hidden}.twofa-info[data-astro-cid-ljzd4z6j]{gap:.75rem}.twofa-icon[data-astro-cid-ljzd4z6j]{width:36px;height:36px;flex-shrink:0}.twofa-icon[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:18px;height:18px}.twofa-name[data-astro-cid-ljzd4z6j]{font-size:.85rem}.twofa-status[data-astro-cid-ljzd4z6j]{font-size:.7rem}.twofa-phone[data-astro-cid-ljzd4z6j],.twofa-hint[data-astro-cid-ljzd4z6j]{font-size:.65rem}.btn-2fa[data-astro-cid-ljzd4z6j]{width:100%;padding:.75rem 1rem;font-size:.7rem}.btn-2fa[data-astro-cid-ljzd4z6j]:hover:not(:disabled){transform:none;box-shadow:none}.btn-subscription-action[data-astro-cid-ljzd4z6j]{padding:.75rem 1rem;font-size:.75rem;max-width:100%;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.backup-codes-section[data-astro-cid-ljzd4z6j]{margin-top:1rem;padding-top:1rem}.backup-codes-card[data-astro-cid-ljzd4z6j]{padding:1rem}.backup-codes-header[data-astro-cid-ljzd4z6j]{gap:.75rem}.backup-codes-icon[data-astro-cid-ljzd4z6j]{width:40px;height:40px}.backup-codes-icon[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:22px;height:22px}.backup-codes-title[data-astro-cid-ljzd4z6j] h4[data-astro-cid-ljzd4z6j]{font-size:.9rem}.backup-codes-count[data-astro-cid-ljzd4z6j]{font-size:.7rem}.backup-codes-desc[data-astro-cid-ljzd4z6j]{font-size:.75rem}.btn-regenerate[data-astro-cid-ljzd4z6j]{padding:.75rem;font-size:.7rem}.btn-regenerate[data-astro-cid-ljzd4z6j]:hover{transform:none;box-shadow:none}.btn-regenerate[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:16px;height:16px}.custom-select-trigger[data-astro-cid-ljzd4z6j],.custom-select-option[data-astro-cid-ljzd4z6j]{padding:.75rem;font-size:.8rem}.option-badge[data-astro-cid-ljzd4z6j]{font-size:.6rem;padding:.15rem .4rem}.option-desc[data-astro-cid-ljzd4z6j]{font-size:.65rem}.passkey-item{flex-direction:column;align-items:flex-start;gap:1rem;padding:.875rem}.passkey-info{gap:.75rem;width:100%}.passkey-icon{width:36px;height:36px}.passkey-icon svg{width:18px;height:18px}.passkey-name{font-size:.85rem}.passkey-meta{font-size:.65rem}.passkey-actions{justify-content:flex-end;width:100%}.btn-add-passkey[data-astro-cid-ljzd4z6j]{padding:.875rem;font-size:.8rem}.modal-content[data-astro-cid-ljzd4z6j]{max-width:100%;margin:.5rem;max-height:85vh}.modal-header[data-astro-cid-ljzd4z6j]{padding:1rem}.modal-header[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{font-size:1rem}.modal-body[data-astro-cid-ljzd4z6j]{padding:1rem}.backup-codes-container[data-astro-cid-ljzd4z6j]{grid-template-columns:repeat(2,1fr);gap:.4rem}.backup-code[data-astro-cid-ljzd4z6j]{font-size:.75rem;padding:.4rem}.modal-content[data-astro-cid-ljzd4z6j] button[data-astro-cid-ljzd4z6j],.modal-content[data-astro-cid-ljzd4z6j] .btn-primary[data-astro-cid-ljzd4z6j],.modal-content[data-astro-cid-ljzd4z6j] .btn-secondary[data-astro-cid-ljzd4z6j],.modal-content[data-astro-cid-ljzd4z6j] .btn-danger[data-astro-cid-ljzd4z6j],.modal-content[data-astro-cid-ljzd4z6j] .btn-save[data-astro-cid-ljzd4z6j],.modal-content[data-astro-cid-ljzd4z6j] .btn-cancel[data-astro-cid-ljzd4z6j]{min-height:44px}.modal-close[data-astro-cid-ljzd4z6j]{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;border-radius:10px}.confirm-modal-content[data-astro-cid-ljzd4z6j]{padding:1.25rem}.confirm-icon[data-astro-cid-ljzd4z6j]{width:48px;height:48px;margin-bottom:.75rem}.confirm-icon[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:24px;height:24px}.confirm-modal-content[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{font-size:1rem}.confirm-modal-content[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{font-size:.85rem;margin-bottom:1.25rem}.confirm-buttons[data-astro-cid-ljzd4z6j]{gap:.5rem}.confirm-buttons[data-astro-cid-ljzd4z6j] button[data-astro-cid-ljzd4z6j]{min-height:44px;font-size:.8rem}.settings-login-modal-header[data-astro-cid-ljzd4z6j]{padding:1rem 1.25rem}.settings-login-modal-header[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{font-size:1rem}}@media(max-width:480px){.settings-container[data-astro-cid-ljzd4z6j]{padding:3rem .75rem .5rem}.settings-container[data-astro-cid-ljzd4z6j] h1[data-astro-cid-ljzd4z6j]{font-size:1.5rem;margin-bottom:1.5rem}.settings-section[data-astro-cid-ljzd4z6j]{padding:1rem;border-radius:10px}.settings-section[data-astro-cid-ljzd4z6j] h2[data-astro-cid-ljzd4z6j]{font-size:1rem;margin-bottom:1rem}.section-description[data-astro-cid-ljzd4z6j]{font-size:.75rem}.account-connection[data-astro-cid-ljzd4z6j],.twofa-option[data-astro-cid-ljzd4z6j]{padding:.75rem;border-radius:10px}.connection-icon[data-astro-cid-ljzd4z6j],.twofa-icon[data-astro-cid-ljzd4z6j]{width:32px;height:32px}.connection-icon[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j],.twofa-icon[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:16px;height:16px}.connection-name[data-astro-cid-ljzd4z6j],.twofa-name[data-astro-cid-ljzd4z6j]{font-size:.8rem}.connection-status[data-astro-cid-ljzd4z6j],.twofa-status[data-astro-cid-ljzd4z6j]{font-size:.65rem}.btn-connect[data-astro-cid-ljzd4z6j],.btn-2fa[data-astro-cid-ljzd4z6j]{font-size:.65rem;padding:.6rem .75rem}.passkey-empty[data-astro-cid-ljzd4z6j]{padding:1.75rem 1rem;gap:.35rem}.passkey-empty[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:32px;height:32px;padding:.625rem;margin-bottom:.65rem}.passkey-empty[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{font-size:.9rem;font-weight:600;color:#334155;line-height:1.3}html[data-theme=dark] .passkey-empty[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{color:#d4d4d8}.passkey-empty-hint[data-astro-cid-ljzd4z6j]{font-size:.78rem;line-height:1.45;max-width:28ch;margin-top:.15rem}.btn-add-passkey[data-astro-cid-ljzd4z6j]{font-size:.78rem;padding:.85rem 1rem;min-height:44px;width:100%;justify-content:center}.btn-add-passkey[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:16px;height:16px}.api-keys-locked[data-astro-cid-ljzd4z6j]{padding:1.5rem 1rem}.api-keys-locked[data-astro-cid-ljzd4z6j] .locked-icon[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:36px;height:36px}.api-keys-locked[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{font-size:1rem}.api-keys-locked[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{font-size:.8rem}.create-key-form[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]{font-size:.85rem;padding:.75rem}.api-key-name[data-astro-cid-ljzd4z6j]{font-size:.85rem}.api-key-prefix[data-astro-cid-ljzd4z6j]{font-size:.7rem;padding:.3rem .5rem}.btn-subscription-action[data-astro-cid-ljzd4z6j]{padding:.6rem .75rem;font-size:.7rem;max-width:100%;box-sizing:border-box}.btn-subscription-action[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:16px;height:16px;flex-shrink:0}}@media(max-width:640px){.data-overview[data-astro-cid-ljzd4z6j],.gdpr-section[data-astro-cid-ljzd4z6j],.danger-zone[data-astro-cid-ljzd4z6j]{padding:1rem;border-radius:10px;margin-top:1rem}.data-overview[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j],.gdpr-section[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j],.danger-zone[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{font-size:.85rem;margin-bottom:.75rem}.data-category-item[data-astro-cid-ljzd4z6j]{padding:.4rem 0;gap:.5rem}.data-category-label[data-astro-cid-ljzd4z6j]{font-size:.8rem}.data-category-detail[data-astro-cid-ljzd4z6j]{font-size:.75rem;text-align:right}.gdpr-description[data-astro-cid-ljzd4z6j],.danger-warning[data-astro-cid-ljzd4z6j]{font-size:.75rem}.btn-gdpr[data-astro-cid-ljzd4z6j]{padding:.75rem 1rem;font-size:.85rem;min-height:44px}.api-keys-section[data-astro-cid-ljzd4z6j]{margin-top:.5rem}.passkey-requirement-note[data-astro-cid-ljzd4z6j],.security-warning-box[data-astro-cid-ljzd4z6j]{padding:1rem;gap:.75rem}.passkey-requirement-note[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:18px;height:18px}.passkey-requirement-note[data-astro-cid-ljzd4z6j] strong[data-astro-cid-ljzd4z6j]{font-size:.85rem}.passkey-requirement-note[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{font-size:.8rem;line-height:1.4}.security-warning-box[data-astro-cid-ljzd4z6j] .warning-icon[data-astro-cid-ljzd4z6j]{width:32px;height:32px;border-radius:8px}.security-warning-box[data-astro-cid-ljzd4z6j] .warning-icon[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:16px;height:16px}.security-warning-box[data-astro-cid-ljzd4z6j] .warning-content[data-astro-cid-ljzd4z6j] h4[data-astro-cid-ljzd4z6j]{font-size:.85rem}.security-warning-box[data-astro-cid-ljzd4z6j] .warning-content[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{font-size:.8rem}.toggle-row[data-astro-cid-ljzd4z6j]{gap:.75rem;padding:.65rem .75rem}.toggle-row[data-astro-cid-ljzd4z6j] .toggle-label[data-astro-cid-ljzd4z6j]{font-size:.8rem;line-height:1.3}.create-key-form[data-astro-cid-ljzd4z6j]{padding:1rem;border-radius:10px}.create-key-form[data-astro-cid-ljzd4z6j] .btn-primary[data-astro-cid-ljzd4z6j]{min-height:44px;justify-content:center;width:100%}}@media(max-width:480px){.data-category-item[data-astro-cid-ljzd4z6j]{flex-direction:column;align-items:flex-start;gap:.15rem}.data-category-detail[data-astro-cid-ljzd4z6j]{text-align:left}.btn-gdpr[data-astro-cid-ljzd4z6j]{width:100%}}.empty-tab-message[data-astro-cid-ljzd4z6j]{text-align:center;color:#64748b;font-size:.9rem;padding:2rem 1rem}html[data-theme=dark] .empty-tab-message[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.api-keys-section[data-astro-cid-ljzd4z6j] h2[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.75rem}.pro-badge[data-astro-cid-ljzd4z6j]{background:#e07203;color:#fff;font-size:.6rem;font-weight:700;padding:.25rem .5rem;border-radius:9999px;letter-spacing:.3px}.premium-badge[data-astro-cid-ljzd4z6j]{background:linear-gradient(135deg,#e07203,#ad6924);color:#fff;font-size:.6rem;font-weight:700;padding:.25rem .5rem;border-radius:9999px;letter-spacing:.3px}.passkey-requirement-note[data-astro-cid-ljzd4z6j]{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;background:#fffbeb;border:1px solid #fde68a;border-left:3px solid #e07203;border-radius:12px;margin-bottom:1rem;box-shadow:#00000014 0 4px 12px}.passkey-requirement-note[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{flex-shrink:0;color:#e07203}.passkey-requirement-note[data-astro-cid-ljzd4z6j] strong[data-astro-cid-ljzd4z6j]{display:block;font-size:.9rem;margin-bottom:.25rem;color:#0f172a}.passkey-requirement-note[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{font-size:.85rem;margin:0;color:#64748b}.passkey-requirement-note[data-astro-cid-ljzd4z6j] a[data-astro-cid-ljzd4z6j]{color:#e07203;font-weight:600;text-decoration:underline}html[data-theme=dark] .passkey-requirement-note[data-astro-cid-ljzd4z6j]{background:#e0720314;border-color:#e0720340;border-left-color:#e07203;box-shadow:#00000040 0 4px 12px}html[data-theme=dark] .passkey-requirement-note[data-astro-cid-ljzd4z6j] strong[data-astro-cid-ljzd4z6j]{color:#e4e4e7}html[data-theme=dark] .passkey-requirement-note[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.api-security-option[data-astro-cid-ljzd4z6j]{margin:1.5rem 0}.security-warning-box[data-astro-cid-ljzd4z6j]{display:flex;gap:1rem;padding:1.25rem;background:#fef2f2;border:1px solid #fecaca;border-left:3px solid #ef4444;border-radius:12px;box-shadow:#00000014 0 4px 12px}.security-warning-box[data-astro-cid-ljzd4z6j] .warning-icon[data-astro-cid-ljzd4z6j]{flex-shrink:0;width:40px;height:40px;background:#ef4444;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center}.security-warning-box[data-astro-cid-ljzd4z6j] .warning-content[data-astro-cid-ljzd4z6j] h4[data-astro-cid-ljzd4z6j]{margin:0 0 .5rem;font-size:.9rem;color:#ef4444}.security-warning-box[data-astro-cid-ljzd4z6j] .warning-content[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{margin:0 0 1rem;font-size:.85rem;color:#64748b;line-height:1.4}.toggle-row[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.toggle-row[data-astro-cid-ljzd4z6j] .toggle-switch[data-astro-cid-ljzd4z6j]{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0}.toggle-row[data-astro-cid-ljzd4z6j] .toggle-switch[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]{opacity:0;width:0;height:0;position:absolute}.toggle-row[data-astro-cid-ljzd4z6j] .toggle-switch[data-astro-cid-ljzd4z6j] .toggle-slider[data-astro-cid-ljzd4z6j]{position:absolute;cursor:pointer;inset:0;width:48px;height:26px;background-color:#cbd5e1;border:none;transition:.3s;border-radius:9999px}.toggle-row[data-astro-cid-ljzd4z6j] .toggle-switch[data-astro-cid-ljzd4z6j] .toggle-slider[data-astro-cid-ljzd4z6j]:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;border:none;transition:.3s;border-radius:50%;box-shadow:0 1px 3px #00000026}.toggle-row[data-astro-cid-ljzd4z6j] .toggle-switch[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]:checked+.toggle-slider[data-astro-cid-ljzd4z6j]{background-color:#ef4444}.toggle-row[data-astro-cid-ljzd4z6j] .toggle-switch[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]:checked+.toggle-slider[data-astro-cid-ljzd4z6j]:before{transform:translate(22px)}.toggle-row[data-astro-cid-ljzd4z6j] .toggle-label[data-astro-cid-ljzd4z6j]{font-size:.9rem;font-weight:600;color:#334155}html[data-theme=dark] .toggle-row[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46}html[data-theme=dark] .toggle-row[data-astro-cid-ljzd4z6j] .toggle-switch[data-astro-cid-ljzd4z6j] .toggle-slider[data-astro-cid-ljzd4z6j]{background-color:#52525b}html[data-theme=dark] .toggle-row[data-astro-cid-ljzd4z6j] .toggle-switch[data-astro-cid-ljzd4z6j] .toggle-slider[data-astro-cid-ljzd4z6j]:before{background-color:#e4e4e7}html[data-theme=dark] .toggle-row[data-astro-cid-ljzd4z6j] .toggle-label[data-astro-cid-ljzd4z6j]{color:#d4d4d8}html[data-theme=dark] .security-warning-box[data-astro-cid-ljzd4z6j]{background:#7f1d1d33;border-color:#ef44444d;border-left-color:#ef4444;box-shadow:#00000040 0 4px 12px}html[data-theme=dark] .security-warning-box[data-astro-cid-ljzd4z6j] .warning-content[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.api-keys-locked[data-astro-cid-ljzd4z6j]{text-align:center;padding:2rem 1rem}.api-keys-locked[data-astro-cid-ljzd4z6j] .locked-icon[data-astro-cid-ljzd4z6j]{margin-bottom:1rem;opacity:.6}.api-keys-locked[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.api-keys-locked[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{color:#64748b;margin-bottom:1.5rem}.create-key-form[data-astro-cid-ljzd4z6j]{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;margin-bottom:1.25rem;box-shadow:var(--shadow-child)}html[data-theme=dark] .create-key-form[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#27272a}.create-key-form[data-astro-cid-ljzd4z6j] .form-row[data-astro-cid-ljzd4z6j]{display:flex;gap:.75rem}.create-key-form[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]{flex:1;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:10px;font-family:var(--font-sans);font-size:.9rem;background:#fff;color:#0f172a}.create-key-form[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]:focus{outline:none;border-color:#e07203;box-shadow:0 0 0 3px #e072031a}.create-key-form[data-astro-cid-ljzd4z6j] .btn-primary[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;white-space:nowrap}.api-keys-list[data-astro-cid-ljzd4z6j]{margin-bottom:1.5rem}.no-keys-message[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center;padding:1.75rem 1rem;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:12px}html[data-theme=dark] .no-keys-message[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46}.no-keys-icon[data-astro-cid-ljzd4z6j]{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e07203,#eda54e);color:#fff;box-shadow:0 4px 12px #e0720333;margin-bottom:.5rem}.no-keys-title[data-astro-cid-ljzd4z6j]{font-family:var(--font-sans);font-size:.9375rem;font-weight:700;color:#0f172a;margin:0;letter-spacing:.2px}html[data-theme=dark] .no-keys-title[data-astro-cid-ljzd4z6j]{color:#e4e4e7}.no-keys-hint[data-astro-cid-ljzd4z6j]{font-size:.8125rem;color:#64748b;margin:0;line-height:1.45;max-width:34ch}html[data-theme=dark] .no-keys-hint[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.api-key-item{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:.75rem;box-shadow:var(--shadow-card);outline:3px solid transparent;outline-offset:8px;transition:all .3s ease}.api-key-item:hover{transform:translateY(-2px);box-shadow:#00000038 0 14px 28px,#00000038 0 10px 10px;outline:3px solid rgba(224,114,3,.5);outline-offset:0px}.api-key-info{flex:1}.api-key-name{font-weight:600;margin-bottom:.25rem;font-size:1rem;color:#0f172a}.api-key-meta{display:flex;gap:1rem;font-size:.8rem;color:#64748b;flex-wrap:wrap}.api-key-prefix{font-family:var(--font-mono);background:#f1f5f9;padding:.25rem .5rem;border-radius:6px;border:1px solid #e2e8f0;font-size:.75rem;letter-spacing:.5px}.api-key-actions{display:flex;gap:.5rem}.btn-revoke{padding:.5rem 1rem;background:transparent;border:1.5px solid #ef4444;border-radius:8px;color:#ef4444;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease}.btn-revoke:hover{background:#ef444414;color:#ef4444}.btn-revoke:active{transform:scale(.98)}.btn-roll{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .75rem;background:transparent;border:1.5px solid #e07203;border-radius:8px;color:#e07203;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease}.btn-roll:hover:not(.disabled){background:#e0720314;color:#e07203}.btn-roll:active:not(.disabled){transform:scale(.98)}.btn-roll.disabled{opacity:.5;cursor:not-allowed;border-color:#94a3b8;color:#94a3b8}.btn-roll svg{flex-shrink:0}html[data-theme=dark] .btn-roll{border-color:#e07203;color:#e07203}html[data-theme=dark] .btn-roll:hover:not(.disabled){background:#e07203;color:#fff}.totp-verify-modal-content[data-astro-cid-ljzd4z6j]{max-width:420px}.totp-verify-modal-content[data-astro-cid-ljzd4z6j] .modal-header[data-astro-cid-ljzd4z6j]{background:transparent;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem}html[data-theme=dark] .totp-verify-modal-content[data-astro-cid-ljzd4z6j] .modal-header[data-astro-cid-ljzd4z6j]{border-bottom-color:#3f3f46}.totp-verify-modal-content[data-astro-cid-ljzd4z6j] .modal-header[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.75rem;margin:0;font-size:1.05rem;font-weight:700}.totp-verify-icon-wrap[data-astro-cid-ljzd4z6j]{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:#e072031f;color:#e07203;flex-shrink:0}html[data-theme=dark] .totp-verify-icon-wrap[data-astro-cid-ljzd4z6j]{background:#e072032e;color:#eda54e}.totp-verify-body[data-astro-cid-ljzd4z6j]{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.totp-verify-subtitle[data-astro-cid-ljzd4z6j]{margin:0;font-size:.85rem;color:#64748b;line-height:1.5}html[data-theme=dark] .totp-verify-subtitle[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.totp-verify-input-wrapper[data-astro-cid-ljzd4z6j]{margin:0}.totp-verify-input-wrapper[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]{width:100%;padding:.9rem 1rem;font-size:1.6rem;font-family:var(--font-mono, "JetBrains Mono", monospace);font-weight:600;text-align:center;letter-spacing:.6rem;text-indent:.3rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.totp-verify-input-wrapper[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]::placeholder{color:#cbd5e1;font-weight:500}.totp-verify-input-wrapper[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]:focus{outline:none;background:#fff;border-color:#e07203;box-shadow:0 0 0 3px #e0720326}html[data-theme=dark] .totp-verify-input-wrapper[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46;color:#e4e4e7}html[data-theme=dark] .totp-verify-input-wrapper[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]::placeholder{color:#52525b}html[data-theme=dark] .totp-verify-input-wrapper[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]:focus{background:#27272a;border-color:#eda54e}.totp-verify-footer[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:row;gap:.6rem;padding:.75rem 1.5rem 1.25rem;border-top:1px solid #e2e8f0}html[data-theme=dark] .totp-verify-footer[data-astro-cid-ljzd4z6j]{border-top-color:#3f3f46}.totp-verify-footer[data-astro-cid-ljzd4z6j] button[data-astro-cid-ljzd4z6j]{flex:1;white-space:nowrap}.passkey-rename-modal-content[data-astro-cid-ljzd4z6j]{max-width:380px}.passkey-rename-icon[data-astro-cid-ljzd4z6j]{width:64px;height:64px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:#e07203;border-radius:50%;color:#fff}.passkey-rename-modal-content[data-astro-cid-ljzd4z6j] .input-group[data-astro-cid-ljzd4z6j]{margin-bottom:1.5rem}.passkey-rename-modal-content[data-astro-cid-ljzd4z6j] .input-group[data-astro-cid-ljzd4z6j] label[data-astro-cid-ljzd4z6j]{display:block;font-weight:600;font-size:.85rem;margin-bottom:.5rem;color:#334155}.passkey-rename-modal-content[data-astro-cid-ljzd4z6j] .input-group[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #d1d5db;border-radius:10px;background:#fff;color:#0f172a;transition:border-color .15s ease}.passkey-rename-modal-content[data-astro-cid-ljzd4z6j] .input-group[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]:focus{outline:none;border-color:#e07203;box-shadow:0 0 0 3px #e072031a}.passkey-rename-buttons[data-astro-cid-ljzd4z6j]{display:flex;gap:.75rem}.passkey-rename-buttons[data-astro-cid-ljzd4z6j] button[data-astro-cid-ljzd4z6j]{flex:1}html[data-theme=dark] .passkey-rename-modal-content[data-astro-cid-ljzd4z6j] .input-group[data-astro-cid-ljzd4z6j] label[data-astro-cid-ljzd4z6j]{color:#d4d4d8}html[data-theme=dark] .passkey-rename-modal-content[data-astro-cid-ljzd4z6j] .input-group[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46;color:#e4e4e7}.api-info[data-astro-cid-ljzd4z6j]{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-top:1rem;border:1px solid #e2e8f0;border-radius:10px;box-shadow:var(--shadow-child);background:#fff}html[data-theme=dark] .api-info[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#27272a}.info-item[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.5rem}.info-label[data-astro-cid-ljzd4z6j]{font-size:.8125rem;color:#64748b;text-transform:uppercase;letter-spacing:.4px;font-weight:600}.info-value[data-astro-cid-ljzd4z6j]{font-family:var(--font-mono, "JetBrains Mono", monospace);font-weight:700;color:#0f172a;font-size:.875rem}.api-docs-link[data-astro-cid-ljzd4z6j]{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .7rem;color:#e07203;font-size:.8125rem;font-weight:600;text-decoration:none;border-radius:8px;transition:background .15s ease}.api-docs-link[data-astro-cid-ljzd4z6j]:hover{background:#e0720314;text-decoration:none}html[data-theme=dark] .api-docs-link[data-astro-cid-ljzd4z6j]:hover{background:#e0720324}.modal-overlay[data-astro-cid-ljzd4z6j]{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{font-size:1.05rem;font-weight:700;margin:0;display:flex;align-items:center;gap:.75rem}.new-key-modal[data-astro-cid-ljzd4z6j] .modal-header[data-astro-cid-ljzd4z6j]{background:transparent;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem}html[data-theme=dark] .new-key-modal[data-astro-cid-ljzd4z6j] .modal-header[data-astro-cid-ljzd4z6j]{border-bottom-color:#3f3f46}.new-key-icon-wrap[data-astro-cid-ljzd4z6j]{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:#22c55e1f;color:#16a34a;flex-shrink:0}html[data-theme=dark] .new-key-icon-wrap[data-astro-cid-ljzd4z6j]{background:#22c55e26;color:#4ade80}.modal-close[data-astro-cid-ljzd4z6j]{background:transparent;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#94a3b8;padding:0 .25rem}.modal-close[data-astro-cid-ljzd4z6j]:hover{color:#0f172a}html[data-theme=dark] .modal-close[data-astro-cid-ljzd4z6j]{color:#71717a}html[data-theme=dark] .modal-close[data-astro-cid-ljzd4z6j]:hover{color:#e4e4e7}.new-key-body[data-astro-cid-ljzd4z6j]{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.key-warning[data-astro-cid-ljzd4z6j]{display:flex;align-items:flex-start;gap:.6rem;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:.75rem 1rem;margin:0;color:#92400e;font-weight:500;font-size:.82rem;line-height:1.45}.key-warning[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{flex-shrink:0;margin-top:2px}.new-key-field[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.4rem}.new-key-label[data-astro-cid-ljzd4z6j]{font-size:.65rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}html[data-theme=dark] .new-key-label[data-astro-cid-ljzd4z6j]{color:#71717a}.key-display[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.5rem;background:#0f172a;border:1px solid #1e293b;border-radius:10px;padding:.75rem .85rem}html[data-theme=dark] .key-display[data-astro-cid-ljzd4z6j]{background:#09090b;border-color:#3f3f46}.key-display[data-astro-cid-ljzd4z6j] code[data-astro-cid-ljzd4z6j]{flex:1;font-family:var(--font-mono, "JetBrains Mono", monospace);font-size:.82rem;color:#4ade80;word-break:break-all;line-height:1.5;user-select:all}.copy-key-btn[data-astro-cid-ljzd4z6j]{display:inline-flex;align-items:center;justify-content:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#cbd5e1;cursor:pointer;padding:.45rem;border-radius:7px;transition:all .15s ease;flex-shrink:0}.copy-key-btn[data-astro-cid-ljzd4z6j]:hover{background:#ffffff1f;border-color:#fff3;color:#fff}.copy-key-btn[data-astro-cid-ljzd4z6j].copied{background:#22c55e2e;border-color:#22c55e66;color:#4ade80}.copy-key-btn[data-astro-cid-ljzd4z6j].copied .copy-icon-default[data-astro-cid-ljzd4z6j]{display:none}.copy-key-btn[data-astro-cid-ljzd4z6j].copied .copy-icon-done[data-astro-cid-ljzd4z6j]{display:block!important}.new-key-footer[data-astro-cid-ljzd4z6j]{padding:.75rem 1.5rem 1.25rem;display:flex;flex-direction:row;justify-content:flex-end;border-top:1px solid #e2e8f0}html[data-theme=dark] .new-key-footer[data-astro-cid-ljzd4z6j]{border-top-color:#3f3f46}.new-key-footer[data-astro-cid-ljzd4z6j] .btn-primary[data-astro-cid-ljzd4z6j]{padding:.6rem 1.25rem;font-size:.88rem;flex:0 0 auto;width:auto;min-width:auto;white-space:nowrap}html[data-theme=dark] .api-keys-locked[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{color:#a1a1aa}html[data-theme=dark] .create-key-form[data-astro-cid-ljzd4z6j]{background:#e072030f;border-color:#e0720333;box-shadow:0 10px 20px #00000080,0 6px 6px #0006}html[data-theme=dark] .create-key-form[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46;color:#e4e4e7}html[data-theme=dark] .api-key-item{background:#27272a;border-color:#3f3f46;box-shadow:#00000059 0 10px 20px,#0006 0 6px 6px}html[data-theme=dark] .api-key-item:hover{box-shadow:#0006 0 14px 28px,#00000073 0 10px 10px;outline:3px solid rgba(224,114,3,.4);outline-offset:0px}html[data-theme=dark] .api-key-name{color:#e4e4e7}html[data-theme=dark] .api-key-meta{color:#a1a1aa}html[data-theme=dark] .api-key-prefix{background:#18181b;border-color:#3f3f46;color:#e07203}html[data-theme=dark] .api-info[data-astro-cid-ljzd4z6j]{border-color:#3f3f46;box-shadow:0 10px 20px #00000080,0 6px 6px #0006}html[data-theme=dark] .info-label[data-astro-cid-ljzd4z6j]{color:#a1a1aa}html[data-theme=dark] .info-value[data-astro-cid-ljzd4z6j]{color:#e4e4e7}html[data-theme=dark] .modal-content[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46}html[data-theme=dark] .key-warning[data-astro-cid-ljzd4z6j]{background:#e0720314;border-color:#e0720340;border-left-color:#e07203;color:#e07203;box-shadow:#00000040 0 4px 12px}@media(max-width:768px){.create-key-form[data-astro-cid-ljzd4z6j] .form-row[data-astro-cid-ljzd4z6j]{flex-direction:column}.api-key-item{flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem}.api-key-info{width:100%}.api-key-name{font-size:1rem;font-weight:600;padding-bottom:.5rem;border-bottom:1px dashed #e2e8f0;margin-bottom:.5rem}.api-key-meta{display:flex;flex-direction:column;gap:.5rem;font-size:.8rem}.api-key-meta>span{display:flex;align-items:center;gap:.5rem}.api-key-meta>span:not(.api-key-prefix):before{content:"•";color:#e07203;font-weight:700}.api-key-prefix{display:inline-block;padding:.4rem .6rem;font-size:.75rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;font-family:var(--font-mono);letter-spacing:.5px;width:fit-content}html[data-theme=dark] .api-key-prefix{background:#18181b;border-color:#3f3f46}.api-key-actions{width:100%;padding-top:.75rem;border-top:1px dashed #e2e8f0;margin-top:.25rem;display:flex;gap:.5rem}.btn-roll{flex:1;padding:.75rem .5rem;font-size:.8rem;justify-content:center}.btn-revoke{flex:1;padding:.75rem 1rem;font-size:.85rem;text-align:center}.api-info[data-astro-cid-ljzd4z6j]{flex-direction:column;gap:.75rem;align-items:stretch;padding:1rem;background:#f8fafc;border-radius:10px;margin-top:.5rem}html[data-theme=dark] .api-info[data-astro-cid-ljzd4z6j]{background:#27272a}.info-item[data-astro-cid-ljzd4z6j]{justify-content:space-between}}.plan-header-card[data-astro-cid-ljzd4z6j]{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.25rem;box-shadow:var(--shadow-card);animation:fade-in-up .4s ease-out both;transition:transform .3s ease,box-shadow .3s ease}.plan-header-card[data-astro-cid-ljzd4z6j]:hover{transform:translateY(-2px);box-shadow:#00000038 0 14px 28px,#00000038 0 10px 10px}html[data-theme=dark] .plan-header-card[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46;box-shadow:#00000059 0 10px 20px,#0006 0 6px 6px}html[data-theme=dark] .plan-header-card[data-astro-cid-ljzd4z6j]:hover{box-shadow:#0006 0 14px 28px,#00000073 0 10px 10px}.plan-header[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:1rem}.plan-icon[data-astro-cid-ljzd4z6j]{width:52px;height:52px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.plan-info[data-astro-cid-ljzd4z6j]{flex:1}.plan-label[data-astro-cid-ljzd4z6j]{display:block;font-size:.7rem;letter-spacing:.5px;text-transform:uppercase;color:#64748b;margin-bottom:.2rem;font-weight:600}html[data-theme=dark] .plan-label[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.plan-name[data-astro-cid-ljzd4z6j]{display:block;font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#e68a1e,#e07203,#ad6924);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:var(--font-sans);line-height:1.2}.plan-sub[data-astro-cid-ljzd4z6j]{display:block;font-size:.75rem;color:#64748b;font-weight:500;margin-top:.15rem}html[data-theme=dark] .plan-sub[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.plan-header-card[data-astro-cid-ljzd4z6j].boost-active{border-color:#22c55e4d;background:linear-gradient(135deg,#22c55e0a,#16a34a05)}html[data-theme=dark] .plan-header-card[data-astro-cid-ljzd4z6j].boost-active{border-color:#22c55e33;background:linear-gradient(135deg,#22c55e14,#16a34a0a)}.plan-header-card[data-astro-cid-ljzd4z6j].boost-active .plan-name[data-astro-cid-ljzd4z6j]{background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.plan-status-badge[data-astro-cid-ljzd4z6j]{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:.7rem;font-weight:700;padding:.35rem .75rem;border-radius:9999px;box-shadow:0 0 12px #22c55e40,0 2px 4px #22c55e26;flex-shrink:0}.plan-split-card[data-astro-cid-ljzd4z6j]{display:flex;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-card);margin-bottom:1.25rem;animation:fade-in-up .4s ease-out .06s both;transition:transform .3s ease,box-shadow .3s ease}.plan-split-card[data-astro-cid-ljzd4z6j]:hover{transform:translateY(-2px);box-shadow:#00000038 0 14px 28px,#00000038 0 10px 10px}html[data-theme=dark] .plan-split-card[data-astro-cid-ljzd4z6j]{box-shadow:#00000059 0 10px 20px,#0006 0 6px 6px}html[data-theme=dark] .plan-split-card[data-astro-cid-ljzd4z6j]:hover{box-shadow:#0006 0 14px 28px,#00000073 0 10px 10px}.plan-split-half[data-astro-cid-ljzd4z6j]{flex:1;display:flex;flex-direction:column;gap:8px;padding:1.5rem;transition:flex .4s cubic-bezier(.4,0,.2,1);min-width:0;cursor:pointer}.plan-split-half[data-astro-cid-ljzd4z6j]:hover{flex:1.5}.plan-split-client[data-astro-cid-ljzd4z6j]{background:#fff;color:#0f172a}html[data-theme=dark] .plan-split-client[data-astro-cid-ljzd4z6j]{background:#1c1c1f;color:#e4e4e7}.plan-split-boost[data-astro-cid-ljzd4z6j]{background:linear-gradient(135deg,#e07203,#ad6924);color:#fff;position:relative;overflow:hidden;container-type:inline-size}.plan-split-boost[data-astro-cid-ljzd4z6j]:after{content:"";position:absolute;right:0;top:-50%;height:200%;width:2rem;transform:translate(3rem) rotate(12deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:transform .6s ease-out;pointer-events:none}.plan-split-boost[data-astro-cid-ljzd4z6j]:hover:after{transform:translate(-35rem) rotate(12deg)}@supports (width: 100cqw){.plan-split-boost[data-astro-cid-ljzd4z6j]:hover:after{transform:translate(calc(-100cqw - 5rem)) rotate(12deg)}}.plan-split-boost[data-astro-cid-ljzd4z6j]:hover{background:linear-gradient(135deg,#ad6924,#965c1f);box-shadow:inset 0 0 0 2px #fff3,0 0 16px #e0720340}html[data-theme=dark] .plan-split-boost[data-astro-cid-ljzd4z6j]{background:linear-gradient(135deg,#e07203,#7a5632)}html[data-theme=dark] .plan-split-boost[data-astro-cid-ljzd4z6j]:hover{background:linear-gradient(135deg,#ad6924,#6a4a2a);box-shadow:inset 0 0 0 2px #ffffff26,0 0 20px #e072034d}.plan-split-head[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:8px}.plan-bolt-icon[data-astro-cid-ljzd4z6j]{width:20px;height:20px;flex-shrink:0}.plan-split-badge[data-astro-cid-ljzd4z6j]{font-size:10px;font-weight:700;padding:2px 8px;border-radius:9999px;white-space:nowrap;letter-spacing:.5px;text-transform:uppercase}.plan-badge-client[data-astro-cid-ljzd4z6j]{background:#ecfdf5;color:#047857}html[data-theme=dark] .plan-badge-client[data-astro-cid-ljzd4z6j]{background:#064e3b66;color:#34d399}.plan-badge-boost[data-astro-cid-ljzd4z6j]{background:#fff3;color:#fff}.plan-split-title[data-astro-cid-ljzd4z6j]{font-size:15px;font-weight:600;line-height:1.3}.plan-split-desc[data-astro-cid-ljzd4z6j]{margin:0;font-size:12px;opacity:.7}.plan-split-features[data-astro-cid-ljzd4z6j]{list-style:none;padding:0;margin:4px 0 0;display:flex;flex-direction:column;gap:3px;font-size:12.5px;line-height:1.5}.plan-split-client[data-astro-cid-ljzd4z6j] .plan-split-features[data-astro-cid-ljzd4z6j]{color:#64748b}html[data-theme=dark] .plan-split-client[data-astro-cid-ljzd4z6j] .plan-split-features[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.plan-split-boost[data-astro-cid-ljzd4z6j] .plan-split-features[data-astro-cid-ljzd4z6j]{color:#ffffffd9}.plan-split-features[data-astro-cid-ljzd4z6j] li[data-astro-cid-ljzd4z6j]:before{content:"✓ ";font-weight:700}.plan-split-client[data-astro-cid-ljzd4z6j] .plan-split-features[data-astro-cid-ljzd4z6j] li[data-astro-cid-ljzd4z6j]:before{color:#10b981}.plan-split-boost[data-astro-cid-ljzd4z6j] .plan-split-features[data-astro-cid-ljzd4z6j] li[data-astro-cid-ljzd4z6j]:before{color:#ffffff80}.plan-feature-sub[data-astro-cid-ljzd4z6j]{display:inline-block;margin-left:1.1em;font-size:11px;opacity:.65}.plan-split-cta[data-astro-cid-ljzd4z6j]{margin-top:auto;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:4px;position:relative;overflow:hidden}.plan-split-cta[data-astro-cid-ljzd4z6j]:before{content:"";position:absolute;right:0;margin-top:-3rem;height:8rem;width:2rem;transform:translate(3rem) rotate(12deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:transform 1s ease-out;pointer-events:none}.plan-split-cta[data-astro-cid-ljzd4z6j]:hover:before{transform:translate(-16rem) rotate(12deg)}.plan-split-client[data-astro-cid-ljzd4z6j] .plan-split-cta[data-astro-cid-ljzd4z6j]{color:#e07203}html[data-theme=dark] .plan-split-client[data-astro-cid-ljzd4z6j] .plan-split-cta[data-astro-cid-ljzd4z6j]{color:#eda54e}.plan-split-boost[data-astro-cid-ljzd4z6j] .plan-split-cta[data-astro-cid-ljzd4z6j]{color:#ffffffe6}.plan-split-arrow[data-astro-cid-ljzd4z6j]{display:inline-block;transition:transform .3s}.plan-split-half[data-astro-cid-ljzd4z6j]:hover .plan-split-arrow[data-astro-cid-ljzd4z6j]{transform:translate(4px)}.plan-footer[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:1rem;animation:fade-in-up .4s ease-out .12s both}.plan-footer-text[data-astro-cid-ljzd4z6j]{margin:0;font-size:.875rem;line-height:1.6;color:#64748b}html[data-theme=dark] .plan-footer-text[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.plan-footer-text[data-astro-cid-ljzd4z6j] a[data-astro-cid-ljzd4z6j]{color:#e07203;font-weight:600;text-decoration:none}.plan-footer-text[data-astro-cid-ljzd4z6j] a[data-astro-cid-ljzd4z6j]:hover{text-decoration:underline}.plan-cta-btn[data-astro-cid-ljzd4z6j]{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#e07203;color:#fff;font-weight:700;font-size:.875rem;text-decoration:none;border:none;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;outline:2px solid transparent;outline-offset:2px;transition:all .3s ease;width:fit-content}.plan-cta-btn[data-astro-cid-ljzd4z6j]:before{content:"";position:absolute;right:0;margin-top:-3rem;height:8rem;width:2rem;transform:translate(3rem) rotate(12deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:transform .5s ease-out;pointer-events:none}.plan-cta-btn[data-astro-cid-ljzd4z6j]:hover{background:#ad6924;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;outline:2px solid rgba(224,114,3,.3);outline-offset:2px;text-decoration:none}html[data-theme=dark] .plan-cta-btn[data-astro-cid-ljzd4z6j]:hover{outline-offset:2px}.plan-cta-btn[data-astro-cid-ljzd4z6j]:hover:before{transform:translate(-22rem) rotate(12deg)}.plan-cta-btn[data-astro-cid-ljzd4z6j]:active{transform:scale(.98)}@media(max-width:640px){.plan-header-card[data-astro-cid-ljzd4z6j]{padding:1rem;border-radius:12px;margin-bottom:1rem}.plan-header[data-astro-cid-ljzd4z6j]{flex-wrap:wrap;gap:.85rem}.plan-icon[data-astro-cid-ljzd4z6j]{width:44px;height:44px;border-radius:10px}.plan-icon[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:22px;height:22px}.plan-info[data-astro-cid-ljzd4z6j]{min-width:0}.plan-name[data-astro-cid-ljzd4z6j]{font-size:1.3rem;line-height:1.15}.plan-sub[data-astro-cid-ljzd4z6j]{font-size:.72rem}.plan-status-badge[data-astro-cid-ljzd4z6j]{font-size:.62rem;padding:.28rem .65rem;margin-left:auto}.plan-split-card[data-astro-cid-ljzd4z6j]{flex-direction:column;margin-bottom:1rem}.plan-split-half[data-astro-cid-ljzd4z6j]{padding:1rem 1.1rem;gap:6px}.plan-split-half[data-astro-cid-ljzd4z6j]:hover{flex:1}.plan-split-features[data-astro-cid-ljzd4z6j]{display:none}.plan-split-head[data-astro-cid-ljzd4z6j]{gap:.4rem}.plan-split-title[data-astro-cid-ljzd4z6j]{font-size:.95rem}.plan-split-desc[data-astro-cid-ljzd4z6j]{font-size:.8rem}.plan-split-cta[data-astro-cid-ljzd4z6j]{margin-top:.35rem;font-size:.85rem;font-weight:600}.plan-footer[data-astro-cid-ljzd4z6j]{margin-top:.75rem;gap:.75rem}.plan-footer-text[data-astro-cid-ljzd4z6j]{font-size:.8rem;line-height:1.5}.plan-cta-btn[data-astro-cid-ljzd4z6j]{width:100%;justify-content:center;min-height:44px;font-size:.85rem}}.ama-section[data-astro-cid-ljzd4z6j]{border-color:#e07203}.ama-notice[data-astro-cid-ljzd4z6j]{display:flex;gap:1rem;padding:1rem;background:#e072030f;border:1px solid rgba(224,114,3,.2);border-radius:10px;margin-bottom:1.5rem}.ama-notice-icon[data-astro-cid-ljzd4z6j]{flex-shrink:0;color:#e07203}.ama-notice-title[data-astro-cid-ljzd4z6j]{font-weight:700;font-size:.9rem;margin-bottom:.25rem;color:#0f172a}.ama-notice-desc[data-astro-cid-ljzd4z6j]{font-size:.8rem;color:#64748b;line-height:1.5}.setting-label-group[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.5rem}.setting-badge[data-astro-cid-ljzd4z6j]{font-size:.65rem;font-weight:700;padding:.15rem .4rem;border-radius:9999px}.setting-badge[data-astro-cid-ljzd4z6j].beta{background:#e07203;color:#fff}.setting-badge[data-astro-cid-ljzd4z6j].premium-badge{background:#22c55e;color:#fff;border-radius:9999px}.client-download-setting[data-astro-cid-ljzd4z6j]{border-left:2px solid #22c55e;padding-left:1rem;margin-left:.5rem}.client-download-status[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:#22c55e0f;border-radius:8px;margin-top:.75rem}.client-download-status[data-astro-cid-ljzd4z6j] .status-active[data-astro-cid-ljzd4z6j]{color:#22c55e;font-weight:600;font-size:.85rem}.btn-text-small[data-astro-cid-ljzd4z6j]{background:none;border:none;color:#94a3b8;font-size:.75rem;cursor:pointer;padding:.25rem .5rem;transition:color .15s}.btn-text-small[data-astro-cid-ljzd4z6j]:hover{color:#ef4444}.ama-status[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#22c55e0f;border:1px solid rgba(34,197,94,.2);border-radius:10px;margin-top:1rem}.ama-status-active[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.5rem;color:#22c55e;font-weight:600;font-size:.85rem}.btn-text-danger[data-astro-cid-ljzd4z6j]{background:none;border:none;color:#ef4444;font-weight:600;font-size:.8rem;cursor:pointer;padding:.25rem .5rem}.btn-text-danger[data-astro-cid-ljzd4z6j]:hover{text-decoration:underline}.ama-legal-info[data-astro-cid-ljzd4z6j]{margin-top:1.5rem}.ama-legal-info[data-astro-cid-ljzd4z6j] details[data-astro-cid-ljzd4z6j]{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.ama-legal-info[data-astro-cid-ljzd4z6j] summary[data-astro-cid-ljzd4z6j]{padding:.75rem 1rem;font-weight:600;font-size:.85rem;cursor:pointer;background:#f8fafc}.ama-legal-content[data-astro-cid-ljzd4z6j]{padding:1rem;font-size:.8rem;line-height:1.6;color:#64748b}.ama-legal-content[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{margin-bottom:.75rem}.ama-legal-content[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]:last-child{margin-bottom:0}.ama-legal-content[data-astro-cid-ljzd4z6j] strong[data-astro-cid-ljzd4z6j]{color:#0f172a}.ama-consent-modal[data-astro-cid-ljzd4z6j]{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.ama-consent-content[data-astro-cid-ljzd4z6j]{background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.ama-consent-header[data-astro-cid-ljzd4z6j]{background:#e07203;color:#fff;padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;border-radius:16px 16px 0 0}.ama-consent-header[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{margin:0;font-size:1.1rem;font-weight:700}.ama-consent-body[data-astro-cid-ljzd4z6j]{padding:1.5rem}.ama-consent-text[data-astro-cid-ljzd4z6j]{font-size:.9rem;line-height:1.7;color:#334155;margin-bottom:1.5rem}.ama-consent-text[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{margin-bottom:1rem}.ama-consent-checkbox[data-astro-cid-ljzd4z6j]{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:1.5rem}.ama-consent-checkbox[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j][type=checkbox]{width:20px;height:20px;flex-shrink:0;margin-top:2px;accent-color:#e07203}.ama-consent-checkbox[data-astro-cid-ljzd4z6j] label[data-astro-cid-ljzd4z6j]{font-size:.85rem;line-height:1.5;font-weight:600}.ama-consent-actions[data-astro-cid-ljzd4z6j]{display:flex;gap:1rem}.ama-consent-actions[data-astro-cid-ljzd4z6j] button[data-astro-cid-ljzd4z6j]{flex:1;padding:.75rem 1rem;font-weight:600;font-size:.85rem;cursor:pointer;border:1px solid #e2e8f0;border-radius:10px}.ama-consent-cancel[data-astro-cid-ljzd4z6j]{background:#fff;color:#334155}.ama-consent-confirm[data-astro-cid-ljzd4z6j]{background:#e07203;color:#fff;border-color:#e07203}.ama-consent-confirm[data-astro-cid-ljzd4z6j]:disabled{opacity:.5;cursor:not-allowed}html[data-theme=dark] .ama-notice[data-astro-cid-ljzd4z6j]{background:#e0720314;border-color:#e0720340}html[data-theme=dark] .ama-notice-title[data-astro-cid-ljzd4z6j]{color:#e4e4e7}html[data-theme=dark] .ama-legal-info[data-astro-cid-ljzd4z6j] details[data-astro-cid-ljzd4z6j]{border-color:#3f3f46}html[data-theme=dark] .ama-legal-info[data-astro-cid-ljzd4z6j] summary[data-astro-cid-ljzd4z6j]{background:#27272a;color:#d4d4d8}html[data-theme=dark] .ama-legal-content[data-astro-cid-ljzd4z6j]{color:#a1a1aa}html[data-theme=dark] .ama-legal-content[data-astro-cid-ljzd4z6j] strong[data-astro-cid-ljzd4z6j]{color:#e4e4e7}html[data-theme=dark] .ama-consent-content[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46}html[data-theme=dark] .ama-consent-text[data-astro-cid-ljzd4z6j]{color:#d4d4d8}html[data-theme=dark] .ama-consent-checkbox[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46}html[data-theme=dark] .ama-consent-cancel[data-astro-cid-ljzd4z6j]{background:#27272a;color:#d4d4d8;border-color:#3f3f46}html[data-theme=dark] .ama-consent-actions[data-astro-cid-ljzd4z6j] button[data-astro-cid-ljzd4z6j]{border-color:#3f3f46}.section-intro[data-astro-cid-ljzd4z6j]{font-size:.9rem;color:#64748b;margin-bottom:1.5rem;line-height:1.5}html[data-theme=dark] .section-intro[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.nodrift-connection[data-astro-cid-ljzd4z6j]{margin-bottom:2rem}.nodrift-status[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000a}html[data-theme=dark] .nodrift-status[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46;box-shadow:0 10px 30px #00000080}.nodrift-status[data-astro-cid-ljzd4z6j].connected{border-left:3px solid #22c55e}.nodrift-status[data-astro-cid-ljzd4z6j].not-connected{border-left:3px solid #94a3b8}.nodrift-icon[data-astro-cid-ljzd4z6j]{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;color:#64748b;flex-shrink:0}html[data-theme=dark] .nodrift-icon[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46;color:#a1a1aa}.nodrift-icon[data-astro-cid-ljzd4z6j].connected{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:transparent;color:#fff}html[data-theme=dark] .nodrift-icon[data-astro-cid-ljzd4z6j].connected{background:linear-gradient(135deg,#22c55e,#16a34a)}.nodrift-info[data-astro-cid-ljzd4z6j]{flex:1;display:flex;flex-direction:column;gap:.35rem}.nodrift-label[data-astro-cid-ljzd4z6j]{font-family:var(--font-sans);font-weight:700;font-size:1.1rem;color:#0f172a}html[data-theme=dark] .nodrift-label[data-astro-cid-ljzd4z6j]{color:#e4e4e7}.nodrift-desc[data-astro-cid-ljzd4z6j]{font-size:.8rem;color:#64748b}html[data-theme=dark] .nodrift-desc[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.nodrift-credits[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.credits-label[data-astro-cid-ljzd4z6j]{font-size:.8rem;color:#64748b}html[data-theme=dark] .credits-label[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.credits-value[data-astro-cid-ljzd4z6j]{font-family:var(--font-sans);font-weight:700;font-size:1.1rem;color:#22c55e;padding:.15rem .5rem;background:#22c55e0f;border:1px solid rgba(34,197,94,.2);border-radius:8px}html[data-theme=dark] .credits-value[data-astro-cid-ljzd4z6j]{background:#22c55e1a;border-color:#22c55e4d}.btn-connect-nodrift[data-astro-cid-ljzd4z6j],.btn-disconnect-nodrift[data-astro-cid-ljzd4z6j]{padding:.7rem 1.5rem;border:none;border-radius:10px;font-family:var(--font-sans);font-weight:600;font-size:.85rem;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn-connect-nodrift[data-astro-cid-ljzd4z6j]{background:#e07203;color:#fff;box-shadow:0 2px 8px #e0720340}.btn-disconnect-nodrift[data-astro-cid-ljzd4z6j]{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}html[data-theme=dark] .btn-disconnect-nodrift[data-astro-cid-ljzd4z6j]{background:#27272a;color:#d4d4d8;border-color:#3f3f46}.btn-connect-nodrift[data-astro-cid-ljzd4z6j]:hover{background:#ad6924;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.btn-disconnect-nodrift[data-astro-cid-ljzd4z6j]:hover{background:#e2e8f0}html[data-theme=dark] .btn-disconnect-nodrift[data-astro-cid-ljzd4z6j]:hover{background:#3f3f46}.btn-connect-nodrift[data-astro-cid-ljzd4z6j]:active,.btn-disconnect-nodrift[data-astro-cid-ljzd4z6j]:active{transform:translateY(0)}.provider-card[data-astro-cid-ljzd4z6j]{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:var(--shadow-card);margin-bottom:1.5rem;overflow:hidden;outline:3px solid transparent;outline-offset:8px;transition:all .3s ease}.provider-card[data-astro-cid-ljzd4z6j]:hover{transform:translateY(-2px);box-shadow:#00000038 0 14px 28px,#00000038 0 10px 10px;outline:3px solid rgba(224,114,3,.5);outline-offset:0px}html[data-theme=dark] .provider-card[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46;box-shadow:#00000059 0 10px 20px,#0006 0 6px 6px}html[data-theme=dark] .provider-card[data-astro-cid-ljzd4z6j]:hover{box-shadow:#0006 0 14px 28px,#00000073 0 10px 10px;outline:3px solid rgba(224,114,3,.4);outline-offset:0px}.provider-card[data-astro-cid-ljzd4z6j].coming-soon{opacity:.7;border-style:dashed}.provider-header[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0}html[data-theme=dark] .provider-header[data-astro-cid-ljzd4z6j]{border-color:#3f3f46}.provider-logo[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#e07203;border-radius:12px;color:#fff;flex-shrink:0}.provider-logo[data-astro-cid-ljzd4z6j].coming-soon-icon{background:#f1f5f9;color:#64748b}html[data-theme=dark] .provider-logo[data-astro-cid-ljzd4z6j].coming-soon-icon{background:#27272a;color:#a1a1aa}.provider-info[data-astro-cid-ljzd4z6j]{flex:1;display:flex;flex-direction:column;gap:.25rem}.provider-name[data-astro-cid-ljzd4z6j]{font-family:var(--font-sans);font-weight:700;font-size:1.1rem;color:#0f172a}html[data-theme=dark] .provider-name[data-astro-cid-ljzd4z6j]{color:#e4e4e7}.provider-type[data-astro-cid-ljzd4z6j]{font-size:.75rem;color:#64748b}html[data-theme=dark] .provider-type[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.provider-type[data-astro-cid-ljzd4z6j].coming-soon-badge{display:inline-block;padding:.2rem .5rem;background:#fffbeb;color:#92400e;border-radius:9999px;font-weight:600;font-size:.7rem}html[data-theme=dark] .provider-type[data-astro-cid-ljzd4z6j].coming-soon-badge{background:#e0720326;color:#e07203}.provider-status[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f8fafc;border-radius:9999px;font-size:.75rem}html[data-theme=dark] .provider-status[data-astro-cid-ljzd4z6j]{background:#27272a}.status-dot[data-astro-cid-ljzd4z6j]{width:8px;height:8px;border-radius:50%;background:#d1d5db}.status-dot[data-astro-cid-ljzd4z6j].connected{background:#22c55e;box-shadow:0 0 6px #22c55e80}.status-dot[data-astro-cid-ljzd4z6j].disconnected{background:#ef4444}.status-text[data-astro-cid-ljzd4z6j]{color:#64748b;font-weight:600}html[data-theme=dark] .status-text[data-astro-cid-ljzd4z6j]{color:#d4d4d8}.provider-content[data-astro-cid-ljzd4z6j]{padding:1.25rem 1.5rem}.provider-desc[data-astro-cid-ljzd4z6j]{font-size:.85rem;color:#64748b;margin:0 0 1rem;line-height:1.5}html[data-theme=dark] .provider-desc[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.provider-stats[data-astro-cid-ljzd4z6j]{display:flex;gap:1.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.stat-item[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;min-width:0;flex:1}html[data-theme=dark] .stat-item[data-astro-cid-ljzd4z6j]{background:#27272a;border-color:#3f3f46}.stat-label[data-astro-cid-ljzd4z6j]{font-size:.7rem;color:#64748b;font-weight:600}html[data-theme=dark] .stat-label[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.stat-value[data-astro-cid-ljzd4z6j]{font-family:var(--font-sans);font-size:1.1rem;font-weight:700;color:#0f172a;font-variant-numeric:tabular-nums;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}html[data-theme=dark] .stat-value[data-astro-cid-ljzd4z6j]{color:#e4e4e7}.provider-actions[data-astro-cid-ljzd4z6j]{display:flex;gap:.75rem;flex-wrap:wrap}.btn-connect-provider[data-astro-cid-ljzd4z6j],.btn-manage-provider[data-astro-cid-ljzd4z6j]{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#e07203;color:#fff;border:none;border-radius:10px;font-family:var(--font-sans);font-weight:600;font-size:.85rem;text-decoration:none;cursor:pointer;overflow:hidden;box-shadow:0 2px 8px #e0720340;transition:all .3s ease;outline:2px solid transparent;outline-offset:2px}.btn-connect-provider[data-astro-cid-ljzd4z6j]:before,.btn-manage-provider[data-astro-cid-ljzd4z6j]:before{content:"";position:absolute;right:0;margin-top:-3rem;height:8rem;width:2rem;transform:translate(3rem) rotate(12deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:transform 1s ease-out;pointer-events:none}.btn-connect-provider[data-astro-cid-ljzd4z6j]:hover,.btn-manage-provider[data-astro-cid-ljzd4z6j]:hover{background:#ad6924;box-shadow:0 4px 12px #e072034d;outline:2px solid rgba(224,114,3,.3);outline-offset:2px}.btn-connect-provider[data-astro-cid-ljzd4z6j]:hover:before,.btn-manage-provider[data-astro-cid-ljzd4z6j]:hover:before{transform:translate(-16rem) rotate(12deg)}.btn-connect-provider[data-astro-cid-ljzd4z6j]:active,.btn-manage-provider[data-astro-cid-ljzd4z6j]:active{transform:scale(.98)}.btn-disconnect-provider[data-astro-cid-ljzd4z6j]{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;color:#ef4444;border:1px solid #fecaca;border-radius:10px;font-family:var(--font-sans);font-weight:600;font-size:.85rem;cursor:pointer;transition:all .15s ease}html[data-theme=dark] .btn-disconnect-provider[data-astro-cid-ljzd4z6j]{background:#18181b;color:#f87171;border-color:#ef44444d}.btn-disconnect-provider[data-astro-cid-ljzd4z6j]:hover{background:#fef2f2}.btn-disconnect-provider[data-astro-cid-ljzd4z6j]:active{transform:scale(.98)}html[data-theme=dark] .btn-disconnect-provider[data-astro-cid-ljzd4z6j]:hover{background:#7f1d1d4d}.coming-soon-list[data-astro-cid-ljzd4z6j]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.coming-soon-list[data-astro-cid-ljzd4z6j] li[data-astro-cid-ljzd4z6j]{font-size:.85rem;color:#64748b;padding-left:1.5rem;position:relative}html[data-theme=dark] .coming-soon-list[data-astro-cid-ljzd4z6j] li[data-astro-cid-ljzd4z6j]{color:#a1a1aa}.coming-soon-list[data-astro-cid-ljzd4z6j] li[data-astro-cid-ljzd4z6j]:before{content:"→";position:absolute;left:0;color:#94a3b8}html[data-theme=dark] .coming-soon-list[data-astro-cid-ljzd4z6j] li[data-astro-cid-ljzd4z6j]:before{color:#71717a}@media(max-width:600px){.provider-header[data-astro-cid-ljzd4z6j]{flex-wrap:wrap;gap:.75rem}.provider-status[data-astro-cid-ljzd4z6j]{width:100%;justify-content:center}.provider-stats[data-astro-cid-ljzd4z6j]{gap:.75rem}.stat-item[data-astro-cid-ljzd4z6j]{flex:1;min-width:80px}.provider-actions[data-astro-cid-ljzd4z6j]{flex-direction:column}.btn-connect-provider[data-astro-cid-ljzd4z6j],.btn-manage-provider[data-astro-cid-ljzd4z6j],.btn-disconnect-provider[data-astro-cid-ljzd4z6j]{width:100%;justify-content:center}}.active-containers[data-astro-cid-ljzd4z6j]{margin-top:2rem}.active-containers[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{font-family:var(--font-sans);font-size:.9rem;font-weight:700;margin:0 0 1rem;color:#0f172a}html[data-theme=dark] .active-containers[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{color:#e4e4e7}.containers-list[data-astro-cid-ljzd4z6j]{display:flex;flex-direction:column;gap:.75rem}.container-item[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 3px #0000000a}html[data-theme=dark] .container-item[data-astro-cid-ljzd4z6j]{background:#18181b;border-color:#3f3f46;box-shadow:0 1px 3px #0000004d}.container-info[data-astro-cid-ljzd4z6j]{display:flex;align-items:center;gap:.75rem}.container-service[data-astro-cid-ljzd4z6j]{font-weight:600;color:#0f172a}html[data-theme=dark] .container-service[data-astro-cid-ljzd4z6j]{color:#e4e4e7}.container-status[data-astro-cid-ljzd4z6j]{font-size:.75rem;padding:.2rem .5rem;border-radius:9999px}.container-status[data-astro-cid-ljzd4z6j].running{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.2)}.container-status[data-astro-cid-ljzd4z6j].starting,.container-status[data-astro-cid-ljzd4z6j].pending{background:#eab3081a;color:#ca8a04;border:1px solid rgba(234,179,8,.2)}.container-gpu-badge[data-astro-cid-ljzd4z6j]{font-size:.7rem;font-weight:600;padding:.15rem .4rem;background:#e07203;color:#fff;border-radius:9999px}.btn-stop-container[data-astro-cid-ljzd4z6j]{padding:.4rem .8rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease}.btn-stop-container[data-astro-cid-ljzd4z6j]:hover{background:#dc2626}@media(max-width:640px){.nodrift-status[data-astro-cid-ljzd4z6j]{flex-direction:column;text-align:center;gap:1rem}.nodrift-info[data-astro-cid-ljzd4z6j]{align-items:center}}@media(max-width:640px){.section-label[data-astro-cid-ljzd4z6j]{font-size:11px}.section-heading[data-astro-cid-ljzd4z6j]{font-size:1.1rem;margin-top:1.25rem;margin-bottom:.5rem}.section-heading[data-astro-cid-ljzd4z6j].section-divider{padding-top:1rem}.section-desc[data-astro-cid-ljzd4z6j]{font-size:.85rem;line-height:1.55;margin-bottom:1rem}.account-connection[data-astro-cid-ljzd4z6j],.twofa-option[data-astro-cid-ljzd4z6j]{flex-direction:column;align-items:stretch;gap:.9rem;padding:1rem;border-radius:12px}.account-connection[data-astro-cid-ljzd4z6j] .connection-info[data-astro-cid-ljzd4z6j],.twofa-option[data-astro-cid-ljzd4z6j] .twofa-info[data-astro-cid-ljzd4z6j]{gap:.8rem;align-items:center}.connection-name[data-astro-cid-ljzd4z6j],.twofa-name[data-astro-cid-ljzd4z6j]{font-size:.95rem}.connection-status[data-astro-cid-ljzd4z6j],.twofa-status[data-astro-cid-ljzd4z6j]{font-size:.8rem}.twofa-hint[data-astro-cid-ljzd4z6j]{font-size:.75rem}.btn-connect[data-astro-cid-ljzd4z6j],.btn-2fa[data-astro-cid-ljzd4z6j],.btn-regenerate[data-astro-cid-ljzd4z6j],.btn-add-passkey[data-astro-cid-ljzd4z6j]{width:100%;min-height:44px;justify-content:center;font-size:.875rem}.backup-codes-section[data-astro-cid-ljzd4z6j]{padding:0}.backup-codes-card[data-astro-cid-ljzd4z6j]{padding:1rem;border-radius:12px}.backup-codes-header[data-astro-cid-ljzd4z6j]{gap:.75rem}.backup-codes-icon[data-astro-cid-ljzd4z6j]{flex-shrink:0}.backup-codes-title[data-astro-cid-ljzd4z6j] h4[data-astro-cid-ljzd4z6j]{font-size:.95rem}.backup-codes-count[data-astro-cid-ljzd4z6j]{font-size:.8rem}.backup-codes-desc[data-astro-cid-ljzd4z6j]{font-size:.85rem;line-height:1.5}.passkey-empty[data-astro-cid-ljzd4z6j]{padding:1.5rem .75rem}.passkey-empty[data-astro-cid-ljzd4z6j] svg[data-astro-cid-ljzd4z6j]{width:28px;height:28px;padding:.5rem}.passkey-empty[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{font-size:.85rem}.passkey-empty-hint[data-astro-cid-ljzd4z6j]{font-size:.75rem}.btn-primary[data-astro-cid-ljzd4z6j],.btn-secondary[data-astro-cid-ljzd4z6j]{width:100%;min-height:44px;padding:.75rem 1.25rem;justify-content:center}.input-group[data-astro-cid-ljzd4z6j] input[data-astro-cid-ljzd4z6j],input[data-astro-cid-ljzd4z6j][type=text],input[data-astro-cid-ljzd4z6j][type=email],input[data-astro-cid-ljzd4z6j][type=tel],input[data-astro-cid-ljzd4z6j][type=number],input[data-astro-cid-ljzd4z6j][type=password],select[data-astro-cid-ljzd4z6j],textarea[data-astro-cid-ljzd4z6j]{min-height:44px;font-size:16px}.modal[data-astro-cid-ljzd4z6j]{padding:.5rem;align-items:flex-end}.modal-content[data-astro-cid-ljzd4z6j]{max-width:100%;width:100%;max-height:calc(100vh - 1rem);border-radius:14px 14px 12px 12px;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal-header[data-astro-cid-ljzd4z6j]{padding:1rem 1rem .75rem}.modal-header[data-astro-cid-ljzd4z6j] h3[data-astro-cid-ljzd4z6j]{font-size:1rem}.modal-body[data-astro-cid-ljzd4z6j]{padding:.75rem 1rem 1rem}.modal-body[data-astro-cid-ljzd4z6j] p[data-astro-cid-ljzd4z6j]{font-size:.9rem;line-height:1.55}.modal-close[data-astro-cid-ljzd4z6j]{width:36px;height:36px}.backup-codes-actions[data-astro-cid-ljzd4z6j]{flex-direction:column;gap:.5rem}.backup-codes-actions[data-astro-cid-ljzd4z6j] .btn-secondary[data-astro-cid-ljzd4z6j]{width:100%}.backup-codes-confirm[data-astro-cid-ljzd4z6j]{padding:.75rem .5rem}.checkbox-label[data-astro-cid-ljzd4z6j]{font-size:.9rem;min-height:44px;display:flex;align-items:center}.pref-row[data-astro-cid-ljzd4z6j],.preference-row[data-astro-cid-ljzd4z6j]{flex-direction:column;align-items:flex-start;gap:.5rem}.pref-row[data-astro-cid-ljzd4z6j]>[data-astro-cid-ljzd4z6j]:last-child,.preference-row[data-astro-cid-ljzd4z6j]>[data-astro-cid-ljzd4z6j]:last-child{align-self:flex-end}.api-key-row[data-astro-cid-ljzd4z6j]{flex-direction:column;align-items:stretch;gap:.75rem}.api-key-actions[data-astro-cid-ljzd4z6j]{display:flex;gap:.5rem}.api-key-actions[data-astro-cid-ljzd4z6j]>[data-astro-cid-ljzd4z6j]{flex:1;min-height:44px}.privacy-option[data-astro-cid-ljzd4z6j]{flex-direction:column;gap:.5rem;align-items:flex-start}.about-row[data-astro-cid-ljzd4z6j]{flex-wrap:wrap;gap:.25rem .75rem}}@media(max-width:380px){.account-connection[data-astro-cid-ljzd4z6j],.twofa-option[data-astro-cid-ljzd4z6j],.backup-codes-card[data-astro-cid-ljzd4z6j]{padding:.85rem}.modal-body[data-astro-cid-ljzd4z6j]{padding:.65rem .85rem .9rem}}
