*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #1C1813;--surface: #272019;--border: #3A3128;--text: #ECE3D3;--text-muted: #847766;--text-dim: #B6A88F;--portfel: #C9A66B;--makro: #CE8E55;--sp500: #93A977;--advisor: #AE94BC;--green: #93A977;--red: #CD7E68;--yellow: #D6A95E;--on-accent: #1C1813;--sidebar-w: 220px;--radius: 8px;--radius-lg: 12px}html[data-theme=light]{--bg: #EBE3D4;--surface: #F7F1E5;--border: #DACDB6;--text: #3B342A;--text-muted: #9C8E79;--text-dim: #6E6253;--portfel: #936F44;--makro: #A6703A;--sp500: #6E8B54;--advisor: #846A90;--green: #5E7A45;--red: #B0563F;--yellow: #B5832F;--on-accent: #F7F1E5}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}@media(max-width:768px){input,select,textarea{font-size:16px!important}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes toastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(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}
