:root{color-scheme:light;--page: #f9f9f7;--surface-1: #fcfcfb;--surface-2: #f3f2ee;--text-primary: #0b0b0b;--text-secondary: #52514e;--text-muted: #6f6d68;--grid: #e1e0d9;--baseline: #c3c2b7;--border: rgba(11, 11, 11, .1);--crosshair: #898781;--accent: #2a78d6;--up: #006300;--down: #c03030;--series-1: #2a78d6;--series-2: #eb6834;--series-3: #1baf7a;--series-4: #eda100;--volume: #86b6ef;--radius: 12px;--shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 4px 16px rgba(0, 0, 0, .04);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--page);color:var(--text-primary)}@media(prefers-color-scheme:dark){:root:where(:not([data-theme=light])){color-scheme:dark;--page: #0d0d0d;--surface-1: #1a1a19;--surface-2: #222220;--text-primary: #ffffff;--text-secondary: #c3c2b7;--text-muted: #9a988f;--grid: #2c2c2a;--baseline: #383835;--border: rgba(255, 255, 255, .1);--crosshair: #898781;--accent: #3987e5;--up: #0ca30c;--down: #e66767;--series-1: #3987e5;--series-2: #d95926;--series-3: #199e70;--series-4: #c98500;--volume: #1c5cab;--shadow: none}}:root[data-theme=dark]{color-scheme:dark;--page: #0d0d0d;--surface-1: #1a1a19;--surface-2: #222220;--text-primary: #ffffff;--text-secondary: #c3c2b7;--text-muted: #9a988f;--grid: #2c2c2a;--baseline: #383835;--border: rgba(255, 255, 255, .1);--accent: #3987e5;--up: #0ca30c;--down: #e66767;--series-1: #3987e5;--series-2: #d95926;--series-3: #199e70;--series-4: #c98500;--volume: #1c5cab;--shadow: none}*{box-sizing:border-box}body{margin:0;background:var(--page);color:var(--text-primary);line-height:1.45;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}h1,h2,h3{margin:0;line-height:1.2}h1{font-size:clamp(1.5rem,3vw,2rem);font-weight:700}h2{font-size:1.05rem;font-weight:650}h3{font-size:.95rem;font-weight:650}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.muted{color:var(--text-secondary)}.small{font-size:.8rem}.empty{padding:12px 0}.topbar{position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--page) 88%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.topbar-inner{max-width:1200px;margin:0 auto;padding:10px 16px;display:flex;gap:16px;align-items:center}.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.1rem;white-space:nowrap}.brand-mark{width:28px;height:28px;border-radius:8px;background:var(--accent);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='7'/%3E%3C/svg%3E");mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='7'/%3E%3C/svg%3E");position:relative}.brand-mark:after{content:"";position:absolute;inset:7px 6px;border-left:3px solid white;border-bottom:3px solid white;transform:skewY(-25deg);opacity:.9}.search{flex:1;max-width:420px;margin-left:auto}.search input,select{width:100%;font:inherit;color:inherit;background:var(--surface-1);border:1px solid var(--border);border-radius:10px;padding:8px 12px}select{width:auto}.search input:focus-visible,select:focus-visible,button:focus-visible,a:focus-visible,.plot:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.page{max-width:1200px;margin:0 auto;padding:20px 16px 48px;display:flex;flex-direction:column;gap:16px;transition:opacity .15s}.page.loading:empty{min-height:60vh}.footer{text-align:center;color:var(--text-muted);font-size:.8rem;padding:24px 16px 40px}.card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow);min-width:0}.card.error{border-color:var(--down)}.card-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.filters{display:flex;flex-wrap:wrap;gap:6px}.hero{padding:8px 0 0}.lead{margin:6px 0 0;color:var(--text-secondary)}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.stat{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px;min-width:0}.stat-label{font-size:.78rem;color:var(--text-secondary)}.stat-value{font-size:1.3rem;font-weight:650;margin-top:2px;overflow-wrap:anywhere}.stat-hint{font-size:.72rem;color:var(--text-muted);margin-top:2px}.boards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.board h2{margin-bottom:2px}.ranking{list-style:none;margin:10px 0 0;padding:0}.ranking li a{display:flex;align-items:center;gap:10px;padding:8px 6px;border-radius:8px}.ranking li a:hover{background:var(--surface-2)}.name{display:flex;flex-direction:column;min-width:0;font-weight:550}.name .sub{font-weight:400;font-size:.78rem;color:var(--text-secondary)}.right{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;font-size:.85rem;white-space:nowrap}.change{font-variant-numeric:tabular-nums;font-weight:600;white-space:nowrap}.change.up{color:var(--up)}.change.down{color:var(--down)}.change.flat{color:var(--text-secondary)}.icon{flex:none;border-radius:7px;image-rendering:pixelated}.icon.letter{display:inline-grid;place-items:center;font-weight:700;font-size:.85rem;color:#fff;background:hsl(var(--h) 45% 42%)}.table-scroll{overflow-x:auto}table.data{width:100%;border-collapse:collapse;font-size:.88rem}table.data th{text-align:left;font-weight:600;color:var(--text-secondary);font-size:.78rem;padding:8px;border-bottom:1px solid var(--grid);white-space:nowrap}table.data td{padding:8px;border-bottom:1px solid var(--grid)}table.data tr:last-child td{border-bottom:none}table.data .num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}table.products td:first-child a{display:flex;align-items:center;gap:10px}table.products tbody tr:hover{background:var(--surface-2)}button.sort{all:unset;cursor:pointer}.crumbs{font-size:.85rem;color:var(--text-secondary)}.crumbs a:hover{text-decoration:underline}.item-head{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.item-head>span.muted{margin-left:auto}.item-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}button.range,button.legend-item{font:inherit;font-size:.82rem;color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:999px;padding:5px 11px;cursor:pointer;min-height:32px}button.range:hover,button.legend-item:hover{background:var(--surface-2)}button.range[aria-pressed=true]{color:var(--text-primary);background:var(--surface-2);border-color:var(--text-muted);font-weight:600}button.legend-item{display:inline-flex;align-items:center;gap:8px}button.legend-item[aria-pressed=false]{opacity:.45}.legend{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.line-key{display:inline-block;width:14px;height:2px;border-radius:1px;background:var(--key);flex:none}.bar-key{display:inline-block;width:8px;height:10px;border-radius:2px 2px 0 0;background:var(--volume);margin:0 3px;flex:none}.chart{transition:opacity .2s}.chart.loading .plot{opacity:.55}.plot{position:relative;touch-action:pan-y;border-radius:8px}.plot-price{height:clamp(240px,42vw,380px)}.plot-volume{height:110px}.plot-volume-label{font-size:.75rem;color:var(--text-muted);margin:8px 0 0 4px}.chart-tooltip{position:absolute;top:8px;z-index:5;pointer-events:none;background:var(--surface-1);border:1px solid var(--border);border-radius:10px;box-shadow:0 6px 24px #00000029;padding:8px 10px;min-width:180px;font-size:.82rem}.tt-title{color:var(--text-secondary);font-size:.75rem;margin-bottom:4px}.tt-row{display:flex;align-items:center;gap:8px;padding:2px 0}.tt-row strong{color:var(--text-primary);font-variant-numeric:tabular-nums}.tt-label{color:var(--text-secondary);margin-left:auto;padding-left:12px}.chart-table{margin-top:12px}.chart-table summary{cursor:pointer;color:var(--text-secondary);font-size:.85rem}.chart-table .table-host{max-height:360px;overflow:auto;margin-top:8px}.book{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.book-side h3{margin-bottom:2px}@media(max-width:640px){.topbar-inner{flex-wrap:wrap}.search{max-width:none;flex-basis:100%}.stat-value{font-size:1.1rem}.item-head>span.muted{margin-left:0;flex-basis:100%}table.data th,table.data td{padding:7px 5px}}@media(forced-colors:active){.line-key,.bar-key{forced-color-adjust:none}}
