:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg-page: #f4f8ff;--surface: #ffffff;--surface-muted: #f8fafc;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--border-color: #d6d9e6;--shadow-elevated: 0 20px 45px rgba(15, 45, 95, .08);--button-bg: #2563eb;--button-bg-hover: #1d4ed8;--button-text: #ffffff;--alert-bg: #eef2ff;--alert-text: #1e3a8a;background:var(--bg-page)}:root[data-theme=dark]{color-scheme:dark;--bg-page: #0b1220;--surface: #111827;--surface-muted: #1f2937;--text-primary: #e5e7eb;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--border-color: #334155;--shadow-elevated: 0 18px 40px rgba(2, 6, 23, .45);--button-bg: #2563eb;--button-bg-hover: #1d4ed8;--button-text: #ffffff;--alert-bg: #1e293b;--alert-text: #bfdbfe}*{box-sizing:border-box}body,html,#root{min-height:100%;margin:0}body{background:var(--bg-page);color:var(--text-primary)}.app-shell{min-height:100vh;background:var(--bg-page)}.page-card,.panel-card{background:var(--surface);border-radius:18px;box-shadow:var(--shadow-elevated);padding:24px;margin-bottom:24px;color:var(--text-primary)}.form-grid{display:grid;gap:16px}.input-group{display:flex;flex-direction:column}.input-group label{margin-bottom:8px;color:var(--text-secondary);font-size:.95rem}.input-group input,.input-group select,.input-group textarea{padding:12px 14px;border:1px solid var(--border-color);border-radius:12px;font-size:1rem;background:var(--surface);color:var(--text-primary)}button{border:none;border-radius:12px;padding:12px 18px;cursor:pointer;color:var(--button-text);background:var(--button-bg);transition:background .2s ease}button:hover{background:var(--button-bg-hover)}.page-layout{max-width:1140px;margin:0 auto;padding:24px}.header-row,.stats-grid,.card-grid,.actions-row{display:flex;gap:16px;flex-wrap:wrap}.header-row{justify-content:space-between;align-items:center}.title-large{font-size:clamp(1.8rem,2.4vw,2.8rem);color:var(--text-primary);margin:0}.subtitle{color:var(--text-secondary);margin:8px 0 0}.alert{border-radius:14px;padding:16px 20px;background:var(--alert-bg);color:var(--alert-text)}.table-responsive{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.95rem;color:var(--text-primary)}thead th,tbody td{padding:14px 12px;text-align:left}thead th{background:var(--surface-muted);color:var(--text-secondary)}tbody tr:nth-child(2n){background:var(--surface-muted)}.link-button{background:transparent;color:#60a5fa;padding:0;font:inherit}a{color:#2563eb}:root[data-theme=dark] a{color:#93c5fd}.theme-toggle-button{position:fixed;top:14px;right:14px;z-index:1200;padding:9px 14px;border-radius:999px;border:1px solid var(--border-color);background:var(--surface);color:var(--text-primary);box-shadow:0 8px 24px #0f172a2e;font-size:13px;font-weight:700;line-height:1}.theme-toggle-button:hover{background:var(--surface-muted)}:root[data-theme=dark] .theme-toggle-button{box-shadow:0 10px 26px #0206177a}:root[data-theme=dark] input,:root[data-theme=dark] select,:root[data-theme=dark] textarea{background:var(--surface-muted);color:var(--text-primary);border-color:var(--border-color)}:root[data-theme=dark] th,:root[data-theme=dark] td{border-color:var(--border-color)}:root[data-theme=dark] [style*="background: #ffffff"],:root[data-theme=dark] [style*="background:#ffffff"],:root[data-theme=dark] [style*="background: #FFFFFF"],:root[data-theme=dark] [style*="background:#FFFFFF"],:root[data-theme=dark] [style*="background-color: #ffffff"],:root[data-theme=dark] [style*="backgroundColor: #ffffff"],:root[data-theme=dark] [style*='backgroundColor: "#ffffff"'],:root[data-theme=dark] [style*="backgroundColor: '#ffffff'"],:root[data-theme=dark] [style*="backgroundColor: '#FFFFFF'"],:root[data-theme=dark] [style*="background: white"]{background:var(--surface)!important}:root[data-theme=dark] [style*="color: #111827"],:root[data-theme=dark] [style*="color:#111827"],:root[data-theme=dark] [style*="color: #0f172a"],:root[data-theme=dark] [style*="color:#0f172a"],:root[data-theme=dark] [style*="color: #374151"],:root[data-theme=dark] [style*="color:#374151"],:root[data-theme=dark] [style*="color: #475569"],:root[data-theme=dark] [style*="color:#475569"],:root[data-theme=dark] [style*="color: #64748b"],:root[data-theme=dark] [style*="color:#64748b"]{color:var(--text-secondary)!important}:root[data-theme=dark] [style*="border: 1px solid #d1d5db"],:root[data-theme=dark] [style*="border:1px solid #d1d5db"],:root[data-theme=dark] [style*="border: 1px solid #cbd5e1"],:root[data-theme=dark] [style*="border:1px solid #cbd5e1"],:root[data-theme=dark] [style*="border: 1px solid #94a3b8"],:root[data-theme=dark] [style*="border:1px solid #94a3b8"]{border-color:var(--border-color)!important}:root[data-theme=dark] [style*="box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08)"]{box-shadow:var(--shadow-elevated)!important}:root[data-theme=dark] [style*="background: #f8fafc"],:root[data-theme=dark] [style*="background:#f8fafc"],:root[data-theme=dark] [style*="background: #f3f4f6"],:root[data-theme=dark] [style*="background:#f3f4f6"]{background:var(--surface-muted)!important}:root[data-theme=dark] [style*="background: #e2e8f0"],:root[data-theme=dark] [style*="background:#e2e8f0"]{background:#334155!important;color:var(--text-primary)!important}:root[data-theme=dark] [style*="background: rgba(0,0,0,0.5)"],:root[data-theme=dark] [style*="background-color: rgba(0,0,0,0.45)"]{background:#020617b8!important}@media (max-width: 820px){.page-layout{padding:16px}.header-row,.stats-grid,.card-grid,.actions-row{flex-direction:column}.theme-toggle-button{top:10px;right:10px;padding:8px 12px;font-size:12px}}@media (max-width: 767px){.performance-chart-container{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;margin:0 -24px;padding:0 24px}.performance-chart-wrapper{min-width:1000px!important;width:1000px!important}}@media (min-width: 768px){.performance-chart-container{overflow-x:visible!important}.performance-chart-wrapper{min-width:auto!important;width:100%!important}}
