*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root,:root[data-theme=dark]{--bg: #0c0e12;--surface: #171a21;--border: #262b35;--text: #eef1f6;--text-muted: #8b93a5;--positive: #22c55e;--negative: #ef4444;--neutral: #94a3b8;--buy: #22c55e;--sell: #ef4444;--hold: #f59e0b;--watch: #3b82f6;--accent: #6366f1;--accent-soft: rgba(99, 102, 241, .18);--shadow: 0 1px 2px rgba(0, 0, 0, .25);--series-1: #3987e5;--series-2: #199e70;--series-3: #c98500;--series-4: #008300;--series-5: #9085e9;--series-6: #e66767;--series-7: #d55181;--series-8: #d95926}:root[data-theme=light]{--bg: #f6f7f9;--surface: #ffffff;--border: #e9ebef;--text: #16181d;--text-muted: #79808f;--positive: #16a34a;--negative: #dc2626;--neutral: #64748b;--buy: #16a34a;--sell: #dc2626;--hold: #d97706;--watch: #2563eb;--accent: #6366f1;--accent-soft: rgba(99, 102, 241, .14);--shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 4px 16px rgba(16, 24, 40, .06);--series-1: #2a78d6;--series-2: #1baf7a;--series-3: #eda100;--series-4: #008300;--series-5: #4a3aa7;--series-6: #e34948;--series-7: #e87ba4;--series-8: #eb6834}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .2s ease,color .2s ease}button{cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;font-family:inherit;transition:background .15s ease,border-color .15s ease,transform .1s ease}button:hover{background:var(--border)}button:active{transform:scale(.98)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}input,select,textarea{background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:12px;font-family:inherit;font-size:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2364748b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:28px}@media(max-width:767px){button{min-height:44px}input,select{min-height:44px;padding:0 10px}}
