:root{color-scheme:light;--surface-0:#f4f4f2;--surface-1:#fcfcfb;--border:#dedcd6;--border-strong:#c4c2ba;--text-primary:#0b0b0b;--text-secondary:#52514e;--text-muted:#78766f;--series-exchange:#2a78d6;--series-dealer:#eb6834;--accent-bg:#eef4fc}@media (prefers-color-scheme:dark){:root{color-scheme:dark;--surface-0:#111110;--surface-1:#1a1a19;--border:#33322f;--border-strong:#4a4945;--text-primary:#fff;--text-secondary:#c3c2b7;--text-muted:#96958c;--series-exchange:#3987e5;--series-dealer:#d95926;--accent-bg:#17232f}}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--surface-0);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Yu Gothic UI,Noto Sans JP,sans-serif;font-size:15px;line-height:1.75;-webkit-font-smoothing:antialiased}a{color:var(--series-exchange)}.wrap{max-width:940px;margin:0 auto;padding:0 20px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface-1) 88%,transparent);backdrop-filter:saturate(1.6) blur(12px);-webkit-backdrop-filter:saturate(1.6) blur(12px)}.site-header .wrap{gap:26px;height:66px}.brand,.site-header .wrap{display:flex;align-items:center}.brand{gap:11px;text-decoration:none;color:var(--text-primary)}.brand .mark{width:34px;height:34px;flex:0 0 34px}.mark .m-bar{fill:var(--text-primary);opacity:.28}.mark .m-dealer{fill:var(--series-dealer)}.mark .m-exchange{fill:var(--series-exchange)}.brand:hover .m-bar{opacity:.42}.brand-text{display:flex;flex-direction:column;line-height:1.25}.brand-name{font-weight:700;font-size:18.5px;letter-spacing:.045em;font-feature-settings:"palt"}.brand-sub{font-size:10.5px;letter-spacing:.1em;color:var(--text-muted);text-transform:lowercase;margin-top:2px}.site-header nav{margin-left:auto;display:flex;gap:4px;font-size:13px}.site-header nav a{position:relative;color:var(--text-secondary);text-decoration:none;padding:7px 11px;border-radius:7px;white-space:nowrap;transition:color .15s ease,background-color .15s ease}.site-header nav a:after{content:"";position:absolute;left:11px;right:11px;bottom:4px;height:1.5px;background:var(--series-exchange);border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.site-header nav a:hover{color:var(--text-primary)}.site-header nav a:hover:after{transform:scaleX(1)}.live{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;letter-spacing:.06em;color:var(--text-secondary);border:1px solid var(--border);border-radius:999px;padding:4px 11px 4px 9px;white-space:nowrap}.live i{width:6px;height:6px;border-radius:50%;background:var(--series-dealer);box-shadow:0 0 0 0 color-mix(in srgb,var(--series-dealer) 60%,transparent);animation:pulse 2.4s ease-out infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--series-dealer) 55%,transparent)}70%{box-shadow:0 0 0 7px transparent}to{box-shadow:0 0 0 0 transparent}}@media (prefers-reduced-motion:reduce){.live i{animation:none}}@media (max-width:720px){.site-header .wrap{height:58px;gap:14px}.brand-sub{display:none}.brand-name{font-size:16px}.site-header nav{gap:0;font-size:12.5px}.site-header nav a{padding:6px 8px}.live{display:none}}@media (max-width:460px){.site-header nav a:nth-child(3){display:none}}.site-footer{border-top:1px solid var(--border);margin-top:64px;padding:28px 0 48px;font-size:12.5px;color:var(--text-muted);background:var(--surface-1)}.site-footer a{color:var(--text-secondary)}h1{font-size:27px;line-height:1.4;margin:34px 0 10px;letter-spacing:-.01em}h2{font-size:19px;margin:44px 0 12px;letter-spacing:-.005em}h3{font-size:16px;margin:28px 0 8px}p{margin:0 0 14px}.lede{color:var(--text-secondary);font-size:15px;margin-bottom:26px}.muted{color:var(--text-muted);font-size:12.5px}.hero{background:var(--surface-1);border:1px solid var(--border);border-radius:10px;padding:22px 24px;margin:24px 0 8px}.hero-label{font-size:12.5px;color:var(--text-muted);margin-bottom:4px}.hero-row{display:flex;flex-wrap:wrap;gap:30px;align-items:flex-end}.hero-num{font-size:40px;font-weight:700;line-height:1.1;letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hero-num.dealer{color:var(--series-dealer)}.hero-num.exchange{color:var(--series-exchange)}.hero-sub{font-size:12.5px;margin-top:2px}.hero-note,.hero-sub{color:var(--text-secondary)}.hero-note{margin-top:16px;padding-top:14px;border-top:1px solid var(--border);font-size:13px}.card{background:var(--surface-1);border:1px solid var(--border);border-radius:10px;overflow:hidden}.table-scroll{overflow-x:auto}table.rates{width:100%;border-collapse:collapse;font-size:13.5px;min-width:620px}table.rates th{text-align:left;font-weight:600;font-size:12px;color:var(--text-muted);padding:11px 14px;white-space:nowrap}table.rates td,table.rates th{border-bottom:1px solid var(--border)}table.rates td{padding:10px 14px;vertical-align:middle}table.rates tr:last-child td{border-bottom:0}.num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.num,.venue-tag{white-space:nowrap}.venue-tag{display:inline-block;font-size:11px;padding:1px 7px;border-radius:999px;border:1px solid;line-height:1.6}.venue-tag.exchange{color:var(--series-exchange);border-color:var(--series-exchange)}.venue-tag.dealer{color:var(--series-dealer);border-color:var(--series-dealer)}.ex-name{font-weight:600}.bar{height:7px;border-radius:4px;min-width:3px}.bar.exchange{background:var(--series-exchange)}.bar.dealer{background:var(--series-dealer)}.bar-cell{width:34%;min-width:150px}.err{color:var(--text-muted);font-size:12px}.legend{display:flex;gap:18px;font-size:12.5px;color:var(--text-secondary);margin:12px 2px;flex-wrap:wrap}.legend i{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:6px;vertical-align:-1px}.callout{background:var(--accent-bg);border:1px solid var(--border);border-radius:10px;padding:16px 18px;font-size:13.5px;color:var(--text-secondary)}.callout strong{color:var(--text-primary)}.cta-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:8px;gap:8px}.cta-list a{display:flex;justify-content:space-between;gap:12px;padding:12px 16px;border:1px solid var(--border);border-radius:8px;background:var(--surface-1);text-decoration:none;color:var(--text-primary);font-size:14px}.cta-list a:hover{border-color:var(--border-strong)}.cta-list .go{color:var(--text-muted);font-size:12.5px;white-space:nowrap}article p{color:var(--text-secondary)}article h2,article h3{color:var(--text-primary)}.post-list{list-style:none;padding:0}.post-list li{border-bottom:1px solid var(--border);padding:14px 0}.post-list a{font-weight:600;text-decoration:none;font-size:15px}.post-list p{margin:4px 0 0}.chart-empty,.post-list p{font-size:13px;color:var(--text-muted)}.chart-empty{padding:40px 16px;text-align:center}