@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#0b0f17;--panel:#111722;--border:#252c39;--text:#e9edf5;--muted:#8b96aa;--yellow:#f7df48;--green:#43ba68;--red:#ff505e;--white:#f5f6fa;font-family:'DM Sans',sans-serif;font-size:16px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}button,input,summary{cursor:pointer}button,a,input{ -webkit-tap-highlight-color:transparent}button{font:inherit;font-size:.875rem;color:var(--text);background:transparent;border:1px solid var(--border);border-radius:6px;padding:9px 12px}button:hover{background:#212938;border-color:#536077}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--yellow);outline-offset:4px}a{color:inherit;text-decoration:none}.muted{color:var(--muted)}.small{font-size:.8125rem;line-height:1.6}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 36px;border-bottom:1px solid var(--border)}.brand{display:flex;gap:15px;align-items:center;font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:.9375rem;letter-spacing:.08em}.brand-icon{display:grid;place-items:center;width:33px;height:33px;background:var(--yellow);color:#131722;font-size:29px;border-radius:7px;line-height:1}.brand-sub{font-size:.75rem;font-weight:400;color:var(--muted);letter-spacing:.12em}.market-label{font-size:.75rem;letter-spacing:.14em;color:var(--muted)}main{max-width:1800px;margin:auto;padding:0 36px 26px}.instrument{display:flex;align-items:center;gap:38px;padding:30px 0}.instrument-title{display:flex;gap:14px;align-items:center}.coin-icon{width:49px;height:49px;border:1px solid #384862;border-radius:50%;display:grid;place-items:center;color:#afcfff;font:500 32px 'Space Grotesk',sans-serif;box-shadow:inset 0 0 0 5px #142033}h1{font:600 26px 'Space Grotesk',sans-serif;margin:0;letter-spacing:-.05em}.instrument-title p{margin:6px 0 0;font-size:.8125rem;color:var(--muted)}.instrument-title p span{padding:0 7px}.quote{display:flex;flex-direction:column;gap:4px;font-variant-numeric:tabular-nums}.quote strong{font:500 30px 'Space Grotesk',sans-serif}.quote span{font-size:.8125rem}.connection{margin-left:auto;text-align:right;display:flex;flex-direction:column;gap:7px}.connection>span{font-size:.875rem}.connection>span:before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:#e0ba55;margin-right:8px}.connection>span[data-state=live]:before{background:var(--green);box-shadow:0 0 10px #43ba6855}.connection>span[data-state=error]:before{background:var(--red)}.connection small{color:var(--muted);font-size:.75rem}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 304px;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--panel)}.chart-area{min-width:0;background:#0e141f}.chart-toolbar{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border);gap:10px}.chart-toolbar>div{display:flex;align-items:center;gap:14px}.chart-toolbar strong{font-size:.9375rem}.timeframe{color:var(--yellow);background:#f7df4811;font-size:.75rem;font-weight:600;padding:5px 8px;border-radius:4px}.chart-actions button{font-size:.8125rem;border-color:transparent;padding:6px 8px;color:#aab5c8}.chart-actions button[aria-pressed=true]{background:#222a37;color:var(--text)}.legend{display:flex;gap:22px;flex-wrap:wrap;padding:15px 20px 5px;min-height:44px;font-size:.8125rem}.legend-item{display:flex;gap:8px;align-items:center;font-variant-numeric:tabular-nums}.legend-item i{width:16px;height:2px;background:var(--line)}.legend-item span{color:var(--muted)}.chart-wrap{height:460px;position:relative}#chart{width:100%;height:100%}#chart-message{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#0e141fe8;padding:25px;text-align:center}#chart-message[hidden]{display:none}#chart-message span{color:var(--muted);font-size:.875rem;max-width:430px}.loader{width:22px;height:22px;border:2px solid #333c4c;border-top-color:var(--yellow);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chart-footer{display:flex;justify-content:space-between;gap:15px;padding:14px 20px;font-size:.75rem;color:var(--muted);border-top:1px solid var(--border)}.chart-footer a:hover{color:var(--text)}aside{padding:23px 22px;border-left:1px solid var(--border)}.panel-heading{display:flex;align-items:center;justify-content:space-between}.panel-heading h2{font-size:1rem;margin:0;font-weight:600}.arrow-icon{color:var(--yellow);font-size:21px}.panel-description{font-size:.875rem;line-height:1.65;color:var(--muted);margin:12px 0 20px}.monitor-state{font-size:.8125rem;padding:11px 12px;background:#1b2330;border-radius:5px;color:#b9c5d9}.monitor-state.live{color:#8cdeb0;background:#43ba680d}.alert-options{padding:18px 0 12px;border-bottom:1px solid var(--border)}.alert-options label{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;margin-bottom:17px}.alert-options input{appearance:none;width:35px;height:20px;border-radius:20px;background:#354054;margin:0;position:relative}.alert-options input:after{content:'';position:absolute;width:14px;height:14px;border-radius:50%;top:3px;left:3px;background:#b7c1d2;transition:transform .2s}.alert-options input:checked{background:var(--yellow)}.alert-options input:checked:after{transform:translateX(15px);background:#17202e}.notification-button{width:100%;background:#202a39;font-size:.875rem}.text-button{width:100%;border:0;color:var(--muted);display:flex;justify-content:space-between;font-size:.8125rem;margin-top:7px}.alert-options p{margin:6px 0 0}.events-heading{display:flex;align-items:center;justify-content:space-between;margin-top:19px}.events-heading h3{font-size:.875rem;font-weight:500;margin:0}.events-heading>span{font-size:.75rem;color:var(--muted)}#events{max-height:250px;overflow-y:auto}.empty-events{text-align:center;padding:23px 2px 6px}.empty-events>span{font-size:26px;color:#637189;display:block;margin-bottom:9px}.empty-events strong{font-size:.875rem;font-weight:500;color:#bac4d3}.empty-events p{font-size:.8125rem;color:var(--muted);line-height:1.6;margin-bottom:0}.event{border-left:2px solid var(--line);background:#ffffff04;padding:10px;margin-top:12px}.event strong{font-size:.8125rem;display:block}.event p{font-size:.8125rem;margin:6px 0;color:var(--muted)}.event time{font-size:.75rem;color:var(--muted)}.line-section{margin-top:28px}.section-title{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:15px}.section-title h2{font:500 17px 'Space Grotesk',sans-serif;margin:0}.section-title>span{font-size:.75rem;color:var(--muted)}.line-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.line-card{border:1px solid var(--border);border-radius:8px;padding:17px 18px;background:#101621;position:relative;overflow:hidden}.line-card:before{content:'';position:absolute;top:0;left:18px;width:30px;height:2px;background:var(--line)}.line-card-heading{display:flex;justify-content:space-between;gap:10px;font-size:.875rem}.line-card-heading span:first-child{color:var(--line)}.formula{color:var(--muted);font-size:.75rem}.line-value{font:500 26px 'Space Grotesk',sans-serif;display:block;margin:14px 0 9px;font-variant-numeric:tabular-nums}.line-relation{font-size:.8125rem;color:var(--muted)}.page-footer{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;color:var(--muted);font-size:.75rem;margin-top:23px;line-height:1.7}.page-footer details{max-width:550px;text-align:right}.page-footer details p{text-align:left}.page-footer a{text-decoration:underline}#toast{position:fixed;right:28px;bottom:28px;max-width:380px;z-index:10;background:#222d40;border:1px solid #54627c;border-radius:9px;padding:16px 20px;box-shadow:0 12px 50px #0008;font-size:.875rem;line-height:1.6}#toast[hidden]{display:none}@media(min-width:1500px){.chart-wrap{height:530px}}@media(max-width:1050px){main{padding:0 20px 20px}.topbar{padding:0 20px}.workspace{grid-template-columns:minmax(0,1fr) 265px}.legend{gap:12px}.line-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.chart-actions{gap:0!important}.chart-wrap{height:440px}}@media(max-width:760px){.topbar{height:62px}.brand-sub,.market-label{display:none}.instrument{gap:18px;flex-wrap:wrap;padding:24px 0}.instrument-title{flex:1}.quote{align-items:flex-end}.quote strong{font-size:25px}h1{font-size:22px}.coin-icon{width:40px;height:40px;font-size:26px}.connection{width:100%;text-align:left;flex-direction:row;justify-content:space-between}.workspace{grid-template-columns:1fr}aside{border-left:0;border-top:1px solid var(--border)}.chart-toolbar{padding:12px}.chart-actions button{font-size:.75rem}.chart-toolbar>div{gap:7px}.legend{padding:12px;font-size:.75rem;gap:10px 18px}.chart-wrap{height:380px}.chart-footer{padding:12px;flex-direction:column;gap:6px}.section-title{align-items:flex-start;flex-direction:column}.line-card{padding:16px 12px}.line-card-heading{flex-direction:column;gap:5px}.line-value{font-size:24px}.page-footer{flex-direction:column;gap:12px}.page-footer details{text-align:left}#events{max-height:300px}#toast{left:16px;right:16px;bottom:16px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
.scan-overview{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:28px 0 18px}.eyebrow{font-size:.75rem;letter-spacing:.12em;color:var(--muted)}.scan-overview h2{font:500 24px 'Space Grotesk',sans-serif;margin:8px 0 0;letter-spacing:-.03em}.scan-metrics{display:flex;gap:36px}.scan-metrics>div{display:flex;flex-direction:column;gap:4px}.scan-metrics strong{font:500 28px 'Space Grotesk',sans-serif;font-variant-numeric:tabular-nums}.scan-metrics span{font-size:.8125rem;color:var(--muted)}#watching-symbols{color:var(--green)}.scan-progress{padding-bottom:17px;border-bottom:1px solid var(--border)}.scan-progress progress{width:100%;height:4px;display:block;border:0;background:#263044;accent-color:var(--yellow)}.scan-progress progress::-webkit-progress-bar{background:#263044;border-radius:3px}.scan-progress progress::-webkit-progress-value{background:var(--yellow);border-radius:3px}.scan-progress>div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.scan-progress span,.scan-progress p{font-size:.8125rem;color:var(--muted);line-height:1.6;margin:5px 0 0}#retry-errors{padding:5px 10px;white-space:nowrap}.symbol-picker{display:flex;flex-direction:column;gap:6px}.symbol-picker label{font-size:.75rem;color:var(--muted)}select,input[type=search]{font:inherit;font-size:.875rem;color:var(--text);background:#141d2b;border:1px solid #354155;border-radius:6px;padding:10px;max-width:100%}select:focus-visible,input[type=search]:focus-visible{outline:2px solid var(--yellow);outline-offset:3px}.instrument{gap:26px}.market-section{margin-top:32px;background:var(--panel);border:1px solid var(--border);border-radius:9px;overflow:hidden}.market-heading{padding:20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.market-heading h2{font:500 18px 'Space Grotesk',sans-serif;margin:0}.market-heading p{font-size:.8125rem;color:var(--muted);margin:7px 0 0;line-height:1.6}.search-field{display:flex;align-items:center;gap:12px;font-size:.8125rem;color:var(--muted);white-space:nowrap}.market-table-wrap{overflow:auto;max-height:475px}table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums;white-space:nowrap;text-align:left}th{position:sticky;top:0;background:#192130;font-size:.8125rem;font-weight:500;color:var(--muted);z-index:1}td,th{padding:11px 17px;border-top:1px solid var(--border)}td{font-size:.875rem}td button{border:0;padding:0;color:#dce6fa;font-weight:500}td button:hover{background:none;color:var(--yellow)}tr.selected-row{background:#f7df4807}tr.selected-row td:first-child{box-shadow:inset 2px 0 var(--yellow)}td[data-state]{font-size:.8125rem;color:var(--muted)}td[data-state=watching]{color:#8cdeb0}td[data-state=error],td[data-state=offline]{color:#ff9b9e}.market-pagination{display:flex;justify-content:space-between;align-items:center;padding:13px 20px;gap:14px;border-top:1px solid var(--border)}.market-pagination>span{font-size:.8125rem;color:var(--muted)}.market-pagination>div{display:flex;gap:8px}button:disabled{opacity:.35;cursor:default}.event-symbol{border:0;padding:0;margin-bottom:7px;font-size:.875rem;font-weight:600;color:var(--line)}.event-symbol:hover{background:none;text-decoration:underline}#events{max-height:340px}#scan-notice{max-width:1000px}.line-value{overflow-wrap:anywhere}@media(max-width:1050px){.instrument{gap:18px}.symbol-picker{order:4;width:100%;flex-direction:row;align-items:center}.symbol-picker select{min-width:185px}.scan-metrics{gap:20px}.scan-overview h2{font-size:21px}}@media(max-width:760px){.scan-overview{flex-direction:column;align-items:flex-start;gap:20px;padding-top:23px}.scan-metrics{justify-content:space-between;width:100%}.scan-overview h2{font-size:23px}.scan-metrics strong{font-size:25px}.market-heading{flex-direction:column;align-items:stretch}.search-field{align-items:flex-start;flex-direction:column;gap:6px}.search-field input{width:100%}.market-pagination{flex-wrap:wrap}.instrument .connection{order:5}.scan-progress>div{flex-wrap:wrap}.quote{margin-left:auto}.market-table-wrap{max-height:380px}td,th{padding:10px 12px}.scan-progress p{font-size:.8125rem}}
@media(max-width:1050px){.instrument{flex-wrap:wrap}.instrument-title,.quote,.coin-icon{flex-shrink:0}.symbol-picker{flex:0 0 100%}.instrument .connection{margin-left:auto}}
.below-shortcut{display:flex;align-items:center;gap:12px;width:fit-content;padding:11px 14px;margin-top:16px;border:1px solid #354155;background:#151e2c;border-radius:6px;font-size:.875rem}.below-shortcut strong{color:var(--yellow);font-variant-numeric:tabular-nums}.below-shortcut span:last-child{color:var(--muted);font-size:.8125rem;margin-left:10px}.below-shortcut:hover{border-color:var(--yellow)}.below-section{scroll-margin-top:20px}.count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;margin-left:8px;padding:3px 8px;border-radius:5px;background:#f7df4814;color:var(--yellow);font-size:.875rem;vertical-align:middle}.below-label{font-size:.75rem;letter-spacing:.1em;color:var(--muted);white-space:nowrap}.below-coverage{margin:0;padding:0 20px 14px;font-size:.8125rem;line-height:1.7;color:var(--muted)}.below-note{padding:13px 20px;font-size:.8125rem;line-height:1.7;color:var(--muted);border-top:1px solid var(--border)}.below-section .market-heading p{max-width:800px}.below-section td:nth-child(5){font-variant-numeric:tabular-nums}.below-section .market-table-wrap{max-height:400px}@media(max-width:760px){.below-shortcut{flex-wrap:wrap;width:100%;gap:8px}.below-shortcut span:last-child{margin-left:auto}.below-label{display:none}}

#connection-warning{margin-top:16px;padding:14px;border:1px solid #9b5838;border-radius:6px;color:#ffc394;line-height:1.6}#connection-warning[hidden]{display:none}#reconnect-streams{margin:8px 0 0 10px;padding:7px 12px;background:#253046;border:1px solid #637088;color:#fff;border-radius:5px;cursor:pointer}
.volume-panel{padding:16px 20px 20px;border-top:1px solid var(--border);font-size:.8125rem;line-height:1.6}.volume-heading{display:flex;justify-content:space-between;gap:14px}.volume-heading>span,.volume-panel p,.volume-panel summary{color:var(--muted)}.volume-panel p{margin:8px 0}.volume-metrics{display:flex;gap:32px;margin:17px 0}.volume-metrics>div{display:flex;flex-direction:column;gap:4px}.volume-metrics span{color:var(--muted);font-size:.75rem}.volume-metrics strong{font:500 21px 'Space Grotesk',sans-serif}.volume-panel #volume-comparison{color:#c5d5e8}.volume-panel details{margin-top:14px}.event .event-volume{font-size:.75rem;line-height:1.6;border-top:1px solid var(--border);padding-top:7px}.chart-wrap{height:560px}@media(min-width:1500px){.chart-wrap{height:630px}}@media(max-width:760px){.chart-wrap{height:490px}.volume-panel{padding:14px 12px}.volume-heading{flex-direction:column;gap:4px}.volume-metrics{flex-direction:column;gap:12px}}
.indicator-controls{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:12px 20px 8px}.indicator-controls>span{color:var(--muted);font-size:.75rem}#indicator-toggles{display:flex;gap:7px;flex-wrap:wrap}#indicator-toggles button{display:flex;align-items:center;gap:7px;padding:7px 10px;font-size:.75rem;color:#c5cfdf}#indicator-toggles button[aria-pressed=true]{background:#243046;border-color:#566989}#indicator-toggles button[aria-pressed=false]{color:#8190a8}#indicator-toggles svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round}#indicator-toggles [aria-pressed=true] .eye-slash{display:none}.technical-values{display:flex;gap:8px 20px;flex-wrap:wrap;padding:4px 20px 12px;font-size:.75rem;color:var(--muted);font-variant-numeric:tabular-nums}.technical-values b{color:#d5ddeb;font-weight:500;margin-left:5px}.technical-values span[hidden],.technical-values[hidden]{display:none}.technical-values i{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:5px}.macd-dot,.stoch-dot{background:#69a8ff}.rsi-dot{background:#bf99ff}.supertrend-dot{background:#28cfb1}.technical-pane-label{position:absolute;left:12px;z-index:1;font-size:11px;color:#c2cede;background:#0e141fd9;padding:2px 5px;border-radius:3px;pointer-events:none}.technical-note{font-size:.75rem;line-height:1.6;color:var(--muted);padding:10px 20px;margin:0;border-top:1px solid var(--border)}.chart-wrap{--base-chart-height:560px;height:calc(var(--base-chart-height) + var(--indicator-height,0px))}@media(min-width:1500px){.chart-wrap{--base-chart-height:630px}}@media(max-width:760px){.chart-wrap{--base-chart-height:490px}.indicator-controls{padding:12px;gap:8px}.technical-values{padding:0 12px 10px}.technical-note{padding:10px 12px}}
