:root{--bg-gradient:linear-gradient(135deg, #0f172a, #1e293b);--glass-bg:#ffffff08;--glass-border:#ffffff14;--text-main:#f8fafc;--text-muted:#94a3b8;--primary:#3b82f6;--primary-hover:#2563eb;--secondary:#8b5cf6;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--sidebar-width:280px}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body{background:var(--bg-gradient);color:var(--text-main);-webkit-font-smoothing:antialiased;min-height:100vh}.app-layout{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid var(--glass-border);background:#0f172a99;flex-direction:column;height:100vh;padding:2rem 1.5rem;display:flex;position:sticky;top:0}.main-content{flex:1;height:100vh;padding:2rem 3rem;overflow-y:auto}.brand-logo{background:linear-gradient(90deg,#60a5fa,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.brand-subtitle{color:var(--text-muted);margin-bottom:3rem;font-size:.8rem;line-height:1.4}.control-group{margin-bottom:1.5rem}.control-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.styled-select{border:1px solid var(--glass-border);color:#fff;appearance:none;cursor:pointer;background:#0003;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.styled-select:hover{border-color:#fff3}.styled-select:focus{border-color:var(--primary);box-shadow:0 0 0 2px #3b82f64d}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:.85rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.btn-primary:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem}.grid-2{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}h2{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;display:flex}.subtitle{color:var(--text-muted);margin-top:-1rem;margin-bottom:1.5rem;font-size:.95rem}.tabs{border-bottom:1px solid var(--glass-border);gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;font-size:1rem;font-weight:500;transition:all .2s}.tab:hover{color:var(--text-main);background:#ffffff0d}.tab.active{color:#fff;background:var(--glass-bg);box-shadow:inset 0 0 0 1px var(--glass-border)}.ai-brief{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border:1px solid #8b5cf633;border-radius:12px;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;display:flex}.ai-icon{color:var(--secondary);background:#8b5cf633;border-radius:8px;padding:.5rem}.ai-text{color:#e2e8f0;font-size:1.05rem;line-height:1.5}.ai-highlight{color:#a78bfa;font-weight:600}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--glass-border);padding:1rem}.data-table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:500}.data-table tr:hover{background:#ffffff05}.custom-tooltip{border:1px solid var(--glass-border);background:#0f172ae6;border-radius:8px;padding:1rem;box-shadow:0 4px 6px -1px #0000001a}.custom-tooltip .label{color:#fff;margin-bottom:.5rem;font-weight:600}.custom-tooltip .desc{color:var(--text-muted);font-size:.9rem}.loader-container{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:60vh;display:flex}.spinner{border:3px solid #ffffff1a;border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s ease-in-out infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
