@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#0a0a0b;color:#ededed;font-family:Inter,sans-serif;overflow:hidden}.dashboard-layout{display:flex;height:100vh;width:100vw}.sidebar{width:260px;background-color:#121214;border-right:1px solid #222;display:flex;flex-direction:column}.brand{padding:1.5rem;display:flex;align-items:center;gap:12px;border-bottom:1px solid #222}.brand h2{font-size:1.2rem;font-weight:600;letter-spacing:-.5px}.brand-dot{width:10px;height:10px;background-color:#10b981;border-radius:50%}.live-pulse{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}.nav-menu{display:flex;flex-direction:column;padding:1rem 0}.nav-item{padding:.8rem 1.5rem;color:#888;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s;border-left:3px solid transparent}.nav-item:hover{color:#fff;background-color:#1a1a1c}.nav-item.active{color:#fff;border-left-color:#10b981;background-color:#1a1a1c}.main-content{flex:1;display:flex;flex-direction:column;background-color:#0a0a0b;min-height:0}.topbar{height:60px;border-bottom:1px solid #222;display:flex;align-items:center;padding:0 2rem;justify-content:space-between;background-color:#121214}.system-status{display:flex;align-items:center;gap:1rem}.status-label{font-size:.75rem;color:#666;font-weight:600;letter-spacing:1px}.status-value{font-family:JetBrains Mono,monospace;font-size:.85rem;color:#10b981}.live-ticker{display:flex;gap:2rem}.ticker-item{display:flex;align-items:center;gap:.5rem;font-family:JetBrains Mono,monospace;font-size:.85rem}.ticker-symbol{color:#888}.positive{color:#10b981}.negative{color:#ef4444}.workspace{flex:1;padding:2rem;display:flex;flex-direction:column;min-height:0}.placeholder-panel{border:1px dashed #333;border-radius:8px;padding:3rem;text-align:center;color:#666}.placeholder-panel h3{color:#fff;margin-bottom:.5rem;font-weight:500}.data-panel{flex:1;background-color:#121214;border:1px solid #222;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.table-wrapper{flex:1;overflow-y:auto;position:relative}.table-wrapper::-webkit-scrollbar{width:8px}.table-wrapper::-webkit-scrollbar-track{background:#0a0a0b}.table-wrapper::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#555}.table-header{position:sticky;top:0;display:flex;background-color:#1a1a1c;border-bottom:1px solid #333;z-index:10;font-size:.75rem;color:#888;font-weight:600;letter-spacing:1px}.table-inner{position:relative;width:100%}.table-row{position:absolute;width:100%;display:flex;align-items:center;border-bottom:1px solid #1a1a1c}.table-row:hover{background-color:#1a1a1c}.cell{padding:0 1.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.col-symbol{width:120px;color:#fff}.col-name{flex:1;color:#aaa;font-size:.9rem}.col-sector{width:180px}.col-price{width:120px;color:#fff}.col-yield{width:120px;color:#10b981}.col-change{width:120px}.right{text-align:right;justify-content:flex-end}.font-mono{font-family:JetBrains Mono,monospace;font-size:.85rem}.badge{padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600;background:#222;color:#aaa}.badge.real-estate{background:#3b82f61a;color:#60a5fa}.badge.dividend-stock{background:#10b9811a;color:#34d399}.badge.bond{background:#f59e0b1a;color:#fbbf24}.badge.crypto{background:#8b5cf61a;color:#a78bfa}.chart-container{background-color:#121214;border:1px solid #222;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;display:flex;flex-direction:column;height:240px;flex-shrink:0}.chart-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1rem}.chart-title{font-size:.85rem;color:#888;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.chart-current-value{font-size:1.75rem;font-weight:700;color:#fff}.chart-svg-wrapper{flex:1;position:relative;width:100%}.live-svg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:visible}
