*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0F1117;--surface: #1A1D27;--border: #2A2D3A;--text: #F1F5F9;--text-muted: #64748B;--text-dim: #94A3B8;--portfel: #3B82F6;--makro: #F59E0B;--sp500: #10B981;--advisor: #8B5CF6;--green: #22C55E;--red: #EF4444;--yellow: #F59E0B;--sidebar-w: 220px;--radius: 8px;--radius-lg: 12px}html[data-theme=light]{--bg: #F1F5F9;--surface: #FFFFFF;--border: #E2E8F0;--text: #0F172A;--text-muted: #94A3B8;--text-dim: #475569;--green: #16A34A;--red: #DC2626}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:DM Sans,system-ui,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}body{transition:background-color .18s ease,color .18s ease}.mono{font-family:JetBrains Mono,monospace}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.skeleton{background:var(--border);border-radius:var(--radius);animation:pulse 1.5s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--sp500);border-radius:50%;animation:spin .8s linear infinite}
