:root{--surface: #F8F9FA;--card: #FFFFFF;--on-surface: #121212;--label: #4A5458;--muted: #6B7479;--primary: #002F35;--primary-light: #0A4A52;--primary-dark: #001A1E;--accent: #D4AF37;--accent-dark: #A8862B;--border: #E2E5E8;--error: #B3261E;--error-bg: #FDE8E6;--error-border: #F2B8B5;--success: #1E7E46;--success-bg: #E4F3EA;--success-border: #A9D8BD;--row-hover: #F4F6F7;--proceso-bg: #F1F2F4;--font-head: "Space Grotesk", "Inter", sans-serif;--font-body: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;--radius: 8px;--thickness: 1px;--shadow-soft: 0 1px 3px rgba(18, 18, 18, .08);--shadow-lift: 0 6px 18px rgba(18, 18, 18, .12);--speed: .2s;--curve: ease-out;--sidebar-w: 248px;--header-h: 60px}[data-theme=dark]{--surface: #121212;--card: #1A1E1F;--on-surface: #F8F9FA;--label: #B8C2C6;--muted: #9AA3A8;--primary: #0A4A52;--primary-light: #17808C;--primary-dark: #0E5E66;--accent: #D4AF37;--accent-dark: #E0C05A;--border: #2A3235;--error: #E57368;--error-bg: #3A1E1C;--error-border: #6E3835;--success: #58C98B;--success-bg: #14352A;--success-border: #1E7E46;--row-hover: #23292B;--proceso-bg: #23292B;--shadow-soft: 0 1px 3px rgba(0, 0, 0, .4);--shadow-lift: 0 6px 18px rgba(0, 0, 0, .5)}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:var(--font-body);background:var(--surface);color:var(--on-surface);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;transition:background var(--speed) var(--curve),color var(--speed) var(--curve)}h1,h2,h3,h4{font-family:var(--font-head);font-weight:600;line-height:1.2}a{color:var(--primary-light);text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--font-body);cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border-radius:var(--radius);border:1px solid transparent;font-size:14px;font-weight:500;transition:background var(--speed) var(--curve),border-color var(--speed) var(--curve),color var(--speed) var(--curve),transform var(--speed) var(--curve),box-shadow var(--speed) var(--curve)}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-soft)}.btn:active{transform:translateY(0) scale(.97);box-shadow:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-light)}.btn-accent{background:transparent;border-color:var(--accent);color:var(--accent-dark);font-weight:600}.btn-accent:hover{background:var(--accent);color:var(--primary-dark)}.btn-sm{padding:6px 12px;font-size:12.5px}.btn-ghost{background:transparent;border-color:var(--border);color:var(--on-surface)}.btn-ghost:hover{border-color:var(--primary-light);color:var(--primary-light)}.card{background:var(--card);border:var(--thickness) solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:20px;transition:transform var(--speed) var(--curve),box-shadow var(--speed) var(--curve),background var(--speed) var(--curve)}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lift)}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;line-height:1.5}.badge-ganado{background:var(--accent);color:var(--primary-dark);border:1px solid var(--accent)}.badge-perdido{background:var(--error-bg);color:var(--error);border:1px solid var(--error-border)}.badge-proceso{background:var(--proceso-bg);color:var(--on-surface);border:1px solid var(--border)}.badge-gold{background:var(--accent);color:var(--primary-dark)}.badge-success{background:var(--success-bg);color:var(--success);border:1px solid var(--success-border)}.money{color:var(--accent-dark);font-family:var(--font-head);font-weight:700;font-variant-numeric:tabular-nums}.money.inline{font-size:inherit}.tabla-wrap{overflow-x:auto;border:var(--thickness) solid var(--border);border-radius:var(--radius);background:var(--card)}table{width:100%;border-collapse:collapse;font-size:13.5px}thead th{background:var(--primary);color:#fff;text-align:left;padding:10px 14px;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.4px}tbody td{padding:12px 14px;border-top:1px solid var(--border);vertical-align:middle}tbody tr:hover{background:var(--row-hover)}.input{width:100%;padding:9px 12px;border:var(--thickness) solid var(--border);border-radius:var(--radius);font-family:var(--font-body);font-size:14px;background:var(--card);color:var(--on-surface);transition:border-color var(--speed) var(--curve),background var(--speed) var(--curve)}.input:focus{outline:none;border-color:var(--primary-light)}label{display:block;font-size:12px;font-weight:600;margin-bottom:5px;color:var(--label)}.row{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.grid{display:grid;gap:16px}.grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.muted{color:var(--muted);font-size:13px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}@media(max-width:768px){.card{padding:14px}thead th,tbody td{padding:8px 10px}table{font-size:12.5px}.btn{padding:8px 14px;font-size:13px}.row{flex-wrap:wrap}}@media(max-width:480px){body{font-size:14px}.grid-4{grid-template-columns:1fr}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.view{animation:fade-in-up .3s ease-out both}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.shell.svelte-12qhfyh{display:flex;min-height:100vh}.sidebar.svelte-12qhfyh{width:var(--sidebar-w);flex-shrink:0;background:var(--primary);color:#fff;display:flex;flex-direction:column;padding:20px 14px;position:sticky;top:0;height:100vh;z-index:40}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:0 6px 18px;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:18px}.brand-mark.svelte-12qhfyh{width:38px;height:38px;border-radius:var(--radius);background:var(--accent);color:var(--primary-dark);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:20px;font-weight:700}.brand-text.svelte-12qhfyh strong:where(.svelte-12qhfyh){display:block;font-family:var(--font-head);font-size:16px}.brand-text.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:10.5px;color:#ffffffa6;letter-spacing:.3px}nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:3px;flex:1}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#ffffffd1;padding:9px 12px;border-radius:6px;font-size:13.5px;font-weight:500;transition:background var(--speed) var(--curve),color var(--speed) var(--curve)}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:#ffffff14;text-decoration:none;color:#fff}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--accent);color:var(--primary-dark);font-weight:600}.sidebar-footer.svelte-12qhfyh{padding:12px 6px 0;border-top:1px solid rgba(255,255,255,.12);font-size:12px;overflow-wrap:anywhere}.sidebar-footer.svelte-12qhfyh .muted:where(.svelte-12qhfyh){color:#fff9;margin-bottom:10px}.logout-btn.svelte-12qhfyh{width:100%;border-color:#ffffff40;color:#fff;font-size:12.5px;padding:7px 10px}.logout-btn.svelte-12qhfyh:hover{border-color:#fff;color:#fff}main.svelte-12qhfyh{flex:1;padding:28px 32px;max-width:1280px}main.auth.svelte-12qhfyh{max-width:none;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px}main.ds-page.svelte-12qhfyh{max-width:none;padding:0}.menu-toggle.svelte-12qhfyh{display:none;background:var(--primary);color:#fff;border:none;border-radius:var(--radius);width:40px;height:40px;font-size:18px;cursor:pointer;margin-bottom:16px}.scrim.svelte-12qhfyh{display:none}@media(max-width:1024px){.sidebar.svelte-12qhfyh{width:210px;padding:18px 10px}main.svelte-12qhfyh{padding:22px 20px}}@media(max-width:768px){.shell.svelte-12qhfyh{display:block}.sidebar.svelte-12qhfyh{position:fixed;top:0;left:0;bottom:0;width:260px;height:100vh;transform:translate(-100%);transition:transform .2s ease-out;z-index:50;padding:20px 14px}.sidebar.open.svelte-12qhfyh{transform:translate(0)}.scrim.svelte-12qhfyh{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#12121273;z-index:45;border:none;cursor:pointer}.menu-toggle.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center}main.svelte-12qhfyh{padding:16px 14px}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block}}@media(max-width:480px){main.svelte-12qhfyh{padding:12px 10px}}.theme-toggle.floating.svelte-12qhfyh{position:fixed;top:14px;right:14px;z-index:60;width:38px;height:38px;border-radius:999px;border:var(--thickness) solid var(--border);background:var(--card);color:var(--on-surface);display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow-soft);transition:transform var(--speed) var(--curve),box-shadow var(--speed) var(--curve),background var(--speed) var(--curve)}.theme-toggle.floating.svelte-12qhfyh:hover{transform:translateY(-1px);box-shadow:var(--shadow-lift)}
