:root{--primary: #0a0e27;--secondary: #1a1f3a;--accent: #00d9ff;--accent-warm: #ff6b35;--accent-green: #00e676;--success: #00e676;--warning: #ffd600;--text-primary: #e8eaed;--text-secondary: #9aa0a6;--border: #2a2f4a;--hover: #252a45;--shadow: rgba(0, 217, 255, .1);--bg-light: linear-gradient(135deg, #eaf1ff 0%, #f2f6ff 50%, #f7f9ff 100%);--bg-overlay: radial-gradient(circle at 20% 20%, rgba(37, 99, 235, .05) 0, transparent 32%), radial-gradient(circle at 78% 12%, rgba(14, 165, 233, .04) 0, transparent 30%), radial-gradient(circle at 60% 70%, rgba(37, 99, 235, .04) 0, transparent 26%);--text-light: #0f172a;--text-muted: #4b5563;--card-light: #ffffff;--card-hover: #ffffff;--border-light: rgba(53, 92, 168, .18);--shadow-light: 0 18px 46px -22px rgba(16, 56, 118, .3);--accent-gradient: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);--accent-strong: #2563eb;--bg-dark: linear-gradient(135deg, #0b1221 0%, #0f172a 45%, #111827 100%);--text-dark: #f1f5f9;--text-muted-dark: #94a3b8;--card-dark: rgba(30, 41, 59, .82);--card-hover-dark: rgba(30, 41, 59, .95);--border-dark: rgba(99, 102, 241, .18);--shadow-dark: 0 18px 38px -18px rgba(0, 0, 0, .65)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,system-ui,sans-serif;min-height:100vh;color:var(--text-light);background:var(--bg-light);position:relative;transition:background .4s ease,color .3s ease}body:before{content:"";position:fixed;inset:0;background:var(--bg-overlay);pointer-events:none;opacity:.5;z-index:0}body.dark{background:var(--bg-dark);color:var(--text-dark)}body.dark:before{background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.08) 0,transparent 35%),radial-gradient(circle at 80% 10%,rgba(14,165,233,.08) 0,transparent 32%),radial-gradient(circle at 60% 70%,rgba(147,51,234,.08) 0,transparent 28%);opacity:.4}body.light{--primary: #f2f7ff;--secondary: #e6f0ff;--accent: #2b6cb0;--accent-warm: #ff7a45;--accent-green: #16a34a;--success: #16a34a;--warning: #f59e0b;--text-primary: #0f2942;--text-secondary: #3c5873;--border: #d4e3ff;--hover: #edf4ff;--shadow: rgba(30, 64, 175, .12);background:linear-gradient(160deg,#f2f7ff,#e5f0ff 45%,#d9e9ff)}.hidden{display:none!important}.theme-transition{transition:all .3s ease}.hide-tutorials .tutorial-link{display:none!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#94a3b81f}::-webkit-scrollbar-thumb{background:var(--accent-gradient);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb)}body:not(.dark) ::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#1d4ed8,#2563eb)}body:not(.dark) ::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#1b46c9,#2459de)}body.dark ::-webkit-scrollbar-track{background:#1e293b99}#reg-success-overlay,.reg-success-overlay{position:fixed;inset:0;z-index:99999;background:#000000a6;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(6px);padding:16px}.success-modal-card{width:min(440px,95%);border-radius:18px;padding:24px 22px;box-shadow:0 25px 60px #00000059;position:relative;background:#0f172a;color:#e2e8f0;border:1px solid #1e293b}body.light .success-modal-card{background:#fff;color:#0f172a;border-color:#e2e8f0}.success-modal-badge{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:800;margin-bottom:12px}.success-modal-title{margin:0 0 6px;font-size:20px;font-weight:800}.success-modal-text{margin:0 0 12px;font-size:14px;color:#cbd5e1}body.light .success-modal-text{color:#475569}.success-modal-actions{display:flex;gap:10px;margin-top:6px}.success-modal-btn-primary{padding:10px 16px;border-radius:12px;border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 12px 30px #2563eb59}.success-modal-btn-primary:hover{transform:translateY(-2px)}.success-modal-btn-secondary{padding:10px 16px;border-radius:12px;font-weight:700;cursor:pointer;border:1px solid #334155;background:#1e293b;color:#e2e8f0}body.light .success-modal-btn-secondary{border-color:#e2e8f0;background:#f8fafc;color:#0f172a}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideUpLogin{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.btn-volver,.btn-volver-floating{position:fixed;top:20px;left:20px;display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:12px;text-decoration:none;font-weight:800;letter-spacing:.2px;z-index:1200;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:transform .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;background:#0f172aeb;color:#e5e7eb;border:1px solid rgba(51,65,85,.85);box-shadow:0 10px 26px #00000059}.btn-volver:hover,.btn-volver-floating:hover{transform:translateY(-1px);background:#0b1220f2;border-color:#38bdf859;box-shadow:0 14px 34px #0006}.btn-volver:focus-visible,.btn-volver-floating:focus-visible{outline:3px solid rgba(56,189,248,.35);outline-offset:2px}body.light .btn-volver,body.light .btn-volver-floating{background:#ffffffeb;color:var(--text-primary, #0f2942);border-color:#cbd5e1f2;box-shadow:0 12px 28px #0f172a1a}body.light .btn-volver:hover,body.light .btn-volver-floating:hover{background:#fffffffa;border-color:#2b6cb059}@media (max-width: 520px){.btn-volver,.btn-volver-floating{top:10px;left:10px;padding:9px 12px;border-radius:10px;font-size:14px}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}#screen-lock-overlay{position:fixed;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:99999;display:flex;align-items:center;justify-content:center;font-family:Segoe UI,system-ui,sans-serif;opacity:0;transition:opacity .3s ease;background:#000000e6}body.light #screen-lock-overlay{background:#0f172ad9}.security-card{padding:40px;border-radius:24px;box-shadow:0 25px 50px -12px #00000080;max-width:420px;width:90%;text-align:center;animation:fadeInScale .4s cubic-bezier(.34,1.56,.64,1) forwards;border:1px solid rgba(255,255,255,.05);position:relative;overflow:hidden;background:#1e293b}body.light .security-card{background:#fff}.security-card-bar{position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#2563eb,#06b6d4)}.security-logo-wrap{width:80px;height:80px;margin:0 auto 24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#334155;border:1px solid #475569}body.light .security-logo-wrap{background:#f8fafc;border-color:#e2e8f0}.security-logo-wrap img{height:40px;width:auto}.security-title{margin:0 0 12px;font-size:22px;font-weight:700;letter-spacing:-.5px;color:#f8fafc}body.light .security-title{color:#0f172a}.security-text{margin:0 0 32px;font-size:15px;line-height:1.6;color:#94a3b8}body.light .security-text{color:#64748b}.security-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:14px 32px;font-size:15px;border-radius:12px;cursor:pointer;font-weight:600;width:100%;transition:all .2s ease;letter-spacing:.5px}.security-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #2563eb66}.security-btn:active{transform:translateY(0)}body.light footer,body.light .footer,body.light .footer-fixed,body.light .site-footer,body.light .sticky-footer,body.light .bottom-bar,body.light .fixed-bottom,body.light .sticky-bottom,body.light .page-footer{background:var(--secondary)!important;background-color:var(--secondary)!important;border-top-color:#0000000a!important}body.light [style*="position: fixed"],body.light [style*="position:fixed"],body.light .sticky-footer,body.light .fixed-bottom,body.light .bottom-bar,body.light footer,body.light .footer,body.light .site-footer,body.light .page-footer{background:var(--secondary)!important;background-color:var(--secondary)!important;border-top-color:#0000000a!important;box-shadow:none!important;color:var(--text-primary)!important}html,body{background:var(--secondary)}:root{--muted: #9aa0a6;--card: #0b1220}body.light{--muted: #587189;--card: #ffffff}
