:root{--bg:#141814;--panel:#1c211c;--raised:#252a25;--soft:#2d322d;--line:#363d36;--muted:#929a91;--lime:#b5dc38;--danger:#ef7168;--white:#f3f5ef}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:var(--bg);color:var(--white);font:14px Arial,Helvetica,sans-serif}button,input{font:inherit}.topbar{position:sticky;top:0;z-index:20;height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 max(24px,calc((100vw - 1600px)/2));border-bottom:1px solid var(--line);background:rgba(20,24,20,.97);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:12px;width:max-content;color:#fff;text-decoration:none}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:var(--lime);color:#16200a;font-size:28px;font-weight:900}.brand>span:last-child{display:flex;font-size:18px}.brand em{color:var(--lime);font-style:normal}.topbar nav{align-self:stretch;display:flex;gap:28px}.topbar nav a{position:relative;display:grid;place-items:center;color:#adb4ab;text-decoration:none;font-weight:700}.topbar nav a.active,.topbar nav a:hover{color:#fff}.topbar nav a.active:after{position:absolute;right:0;bottom:-1px;left:0;height:3px;background:var(--lime);content:""}.market-state{justify-self:end;display:grid;grid-template-columns:auto auto;align-items:center;gap:4px 9px}.market-state i{width:9px;height:9px;border-radius:50%;background:#8b918a;box-shadow:0 0 0 4px #8b918a20}.market-state i.live{background:var(--lime);box-shadow:0 0 0 4px #b5dc3825,0 0 15px #b5dc3860}.market-state small{grid-column:2;color:var(--muted);font-size:11px}.dashboard{width:min(1600px,calc(100% - 48px));margin:auto;padding:38px 0 30px}.page-heading,.section-heading{display:flex;align-items:flex-end;justify-content:space-between}.page-heading{margin-bottom:26px}.eyebrow{display:block;margin-bottom:7px;color:var(--lime);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}h1,h2{margin:0}h1{font-size:clamp(30px,3vw,44px);line-height:1}h2{font-size:21px}.update-clock{display:grid;grid-template-columns:auto auto;align-items:center;gap:5px 9px;color:var(--muted)}.update-clock>span{grid-row:1/3;color:var(--lime);font-size:22px}.update-clock strong{color:#fff;font-size:17px;font-variant-numeric:tabular-nums}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.metrics article{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:92px;padding:18px;border:1px solid var(--line);border-radius:10px;background:var(--panel)}.metric-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:8px;background:#30382a;color:var(--lime);font-size:22px}.metrics small,.quote-strip small{display:block;margin-bottom:5px;color:var(--muted);font-size:11px}.metrics strong{display:block;font-size:23px}.metrics article>b{align-self:end;color:#b2b8b0;font-size:11px}.positive{color:var(--lime)!important}.negative{color:var(--danger)!important}.market-grid{display:grid;grid-template-columns:340px minmax(0,1fr) 280px;min-height:630px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--panel)}.product-panel,.movers-panel{min-width:0;padding:22px 16px;background:#1a1e1a}.product-panel{border-right:1px solid var(--line)}.movers-panel{border-left:1px solid var(--line)}.panel-heading{display:flex;align-items:flex-end;justify-content:space-between;padding:0 6px 17px}.panel-heading>span{display:grid;place-items:center;min-width:31px;height:26px;padding:0 8px;border-radius:14px;background:#2c3426;color:var(--lime);font-weight:800}.search-box{display:flex;align-items:center;gap:9px;height:39px;margin:0 4px 14px;padding:0 12px;border:1px solid #3a4039;border-radius:7px;background:#222622;color:var(--muted)}.search-box:focus-within{border-color:var(--lime)}.search-box input{width:100%;border:0;outline:0;background:transparent;color:#fff}.product-list{height:512px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#50584e transparent}.product-item{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;width:100%;min-height:62px;padding:7px 9px 7px 6px;border:0;border-bottom:1px solid #2c312c;background:transparent;color:#e8ebe5;text-align:left;cursor:pointer}.product-item:hover{background:#242924}.product-item.selected{background:var(--lime);color:#12170b}.product-item .icon{font-size:24px;text-align:center}.product-item .name,.product-item .price{display:grid;gap:3px}.product-item .price{text-align:right}.product-item small{color:var(--muted);font-size:10px}.product-item.selected small,.product-item.selected .delta{color:#273014!important}.delta{grid-column:2/4;justify-self:end;margin-top:-10px;font-size:10px;font-weight:800}.chart-panel{min-width:0;padding:28px 30px 24px}.quote-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:21px;border-bottom:1px solid var(--line)}.quote-title{display:flex;align-items:center;gap:13px}.product-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:8px;background:#30382a;font-size:29px}.quote-title small{color:var(--lime);font-size:11px;font-weight:800;letter-spacing:.1em}.quote-title h2{margin-top:3px;font-size:27px}.current-quote{display:grid;justify-items:end}.current-quote small{color:var(--muted)}.current-quote strong{margin:4px 0;font-size:28px}.current-quote span{font-size:11px;font-weight:800}.chart-tabs{display:flex;gap:4px;margin-top:18px}.chart-tabs button{height:36px;padding:0 14px;border:0;border-radius:6px;background:#252a25;color:var(--muted);font-size:12px;font-weight:800;cursor:pointer}.chart-tabs button.active{background:var(--lime);color:#17200d}.chart-wrap{position:relative;height:336px;margin:18px 0 7px}.chart-wrap svg{display:block;width:100%;height:100%;overflow:visible}.chart-grid{stroke:#343a34;stroke-width:1}.chart-label{fill:#747c73;font-size:10px}.chart-area{fill:url(#areaFill)}.chart-line{fill:none;stroke:var(--lime);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.chart-buy{fill:none;stroke:#8d958d;stroke-width:2}.chart-bar{fill:var(--lime)}.chart-empty{display:none;position:absolute;inset:0;place-items:center;color:var(--muted)}.quote-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.quote-strip>div{padding:15px 12px;border-right:1px solid var(--line)}.quote-strip>div:last-child{border:0}.quote-strip strong{font-size:14px}.mover-list{display:grid;margin-top:13px}.mover-list button{display:grid;grid-template-columns:31px 1fr auto;align-items:center;gap:10px;min-height:68px;padding:8px 5px;border:0;border-bottom:1px solid #2d322d;background:transparent;color:#fff;text-align:left;cursor:pointer}.mover-list button:hover{background:#242924}.mover-list .rank{color:#626960;font-size:10px}.mover-list button>span:nth-child(2){display:grid;gap:4px}.mover-list small{color:var(--muted);font-size:10px}.market-hours{display:flex;gap:12px;margin-top:24px;padding:15px;border-left:3px solid var(--lime);background:#252b23}.market-hours>span{color:var(--lime);font-size:21px}.market-hours div{display:grid;gap:5px}.market-hours small{color:var(--muted);line-height:1.5}.market-table-section{margin-top:14px;padding:25px 26px 10px;border:1px solid var(--line);border-radius:12px;background:var(--panel)}.section-heading{margin-bottom:20px}.section-heading>span{color:var(--muted);font-size:11px}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;white-space:nowrap}th{padding:11px 14px;border-bottom:1px solid #464c45;color:var(--muted);font-size:10px;letter-spacing:.06em;text-align:right;text-transform:uppercase}th:first-child{text-align:left}td{padding:12px 14px;border-bottom:1px solid #2d322d;color:#dce0da;text-align:right;font-variant-numeric:tabular-nums}tbody tr{cursor:pointer}tbody tr:hover{background:#252a25}.table-product{display:flex;align-items:center;gap:10px;text-align:left}.table-product .icon{display:grid;place-items:center;width:32px;height:32px;border-radius:5px;background:#30382a;font-size:18px}.table-product span:last-child{display:grid;gap:3px}.table-product small{color:var(--muted);font-size:9px}.price-cell{color:var(--lime);font-weight:800}.pressure{display:inline-flex;align-items:center;gap:8px}.pressure-track{width:52px;height:4px;border-radius:4px;background:#3a4039;overflow:hidden}.pressure-track i{display:block;height:100%;background:var(--lime)}.pressure b{color:var(--muted);font-size:9px}footer{width:min(1600px,calc(100% - 48px));display:flex;justify-content:space-between;gap:24px;margin:auto;padding:24px 0 32px;color:#727a70;font-size:11px}footer b{color:#b6bdb3}footer a{color:var(--lime);text-decoration:none}@media(max-width:1180px){.market-grid{grid-template-columns:320px minmax(0,1fr)}.movers-panel{grid-column:1/-1;border-top:1px solid var(--line);border-left:0}.mover-list{grid-template-columns:repeat(4,1fr)}.metrics{grid-template-columns:repeat(2,1fr)}}@media(max-width:780px){.topbar{grid-template-columns:1fr auto;padding:0 16px}.topbar nav{display:none}.market-state small{display:none}.dashboard{width:calc(100% - 24px);padding-top:24px}.metrics{grid-template-columns:1fr 1fr;gap:8px}.metrics article{grid-template-columns:auto 1fr;min-height:78px;padding:13px}.metrics article>b{display:none}.market-grid{display:block}.product-panel{border-right:0;border-bottom:1px solid var(--line)}.product-list{height:316px}.chart-panel{padding:22px 16px}.chart-wrap{height:270px}.quote-strip{grid-template-columns:1fr 1fr}.mover-list{grid-template-columns:1fr 1fr}.market-table-section{padding:20px 14px 8px}footer{width:calc(100% - 24px);flex-direction:column}}@media(max-width:480px){.brand>span:last-child{font-size:15px}.market-state{font-size:11px}.metrics{grid-template-columns:1fr}.quote-header{display:grid}.current-quote{justify-items:start}.chart-tabs{display:grid;grid-template-columns:1fr 1fr}.chart-tabs button{padding:0 6px}.mover-list{grid-template-columns:1fr}.page-heading{align-items:center}.update-clock small{display:none}}
