
:root{
  --bg:#eef3f8;--bg2:#f7f9fc;--panel:#fff;--surface:#f8fafc;--line:#d8e1eb;--line2:#c6d2df;
  --text:#142033;--strong:#0d1728;--muted:#65758a;--muted2:#8a98aa;--sidebar:#091625;--sidebar2:#10243a;
  --accent:#0d987b;--sell:#e66f2f;--sell-soft:#fff3eb;--buy:#2d79d1;--buy-soft:#edf5ff;
  --shadow:0 10px 30px rgba(20,32,51,.08);--shadow2:0 20px 55px rgba(20,32,51,.16);
  --radius:18px;--radius-sm:12px;
  --mania:#0ea24f;--bay:#635bca;--rocket:#467fe1;--baro:#46afd2;--farm:#0048c8;--all:#263b59;
}
*{box-sizing:border-box} html,body{margin:0;min-height:100%} body{font-family:Pretendard,"Noto Sans KR","Malgun Gothic",system-ui,sans-serif;color:var(--text);letter-spacing:-.025em;background:radial-gradient(circle at 90% -8%,rgba(45,121,209,.09),transparent 28%),linear-gradient(180deg,#f8fafc 0,var(--bg) 100%);-webkit-font-smoothing:antialiased}
button,a{font:inherit} button{color:inherit} button:focus-visible,a:focus-visible{outline:3px solid rgba(45,121,209,.25);outline-offset:2px}.app{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:100vh}
.sidebar{position:sticky;top:0;height:100vh;padding:23px 17px;color:#fff;background:radial-gradient(circle at 12% 0,rgba(14,162,79,.16),transparent 31%),linear-gradient(180deg,var(--sidebar2),var(--sidebar));box-shadow:12px 0 35px rgba(15,23,42,.09);z-index:30}.brand{display:flex;gap:11px;align-items:center;padding:4px 7px 27px}.brand-mark{width:39px;height:39px;border:1px solid rgba(126,232,199,.24);border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(14,162,79,.22),rgba(45,121,209,.12));box-shadow:inset 0 1px rgba(255,255,255,.12),0 9px 24px rgba(0,0,0,.18)}.brand-mark svg{width:22px}.brand-copy b{display:block;font-size:14px;letter-spacing:.03em}.brand-copy span{display:block;margin-top:3px;color:#88a0b9;font-size:9px;letter-spacing:.12em}.nav-label{margin:9px 10px;color:#627990;font-size:10px;font-weight:850;letter-spacing:.12em}.game-nav{display:grid;gap:7px}.game-button{width:100%;display:flex;align-items:center;gap:11px;padding:11px;border:1px solid transparent;border-radius:13px;background:transparent;color:#a9b8c9;cursor:pointer;text-align:left;transition:.18s}.game-button:hover{background:rgba(255,255,255,.055);color:#fff}.game-button.active{color:#fff;border-color:rgba(123,229,198,.14);background:linear-gradient(90deg,rgba(14,162,79,.24),rgba(14,162,79,.04));box-shadow:inset 3px 0 #5ce0b6}.game-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(255,255,255,.06);font-size:16px}.game-name{font-size:12px;font-weight:800}.game-sub{display:block;margin-top:3px;color:#71869e;font-size:9px}.sidebar-bottom{position:absolute;left:17px;right:17px;bottom:21px}.status-card{padding:13px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.045)}.status-row{display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#7f95ad}.status-row+.status-row{margin-top:9px}.status-row strong{color:#dbe7f4}.live-dot{width:7px;height:7px;margin-right:6px;display:inline-block;border-radius:50%;background:#36d2a5;box-shadow:0 0 0 4px rgba(54,210,165,.11)}
.main{min-width:0;padding:24px 27px 60px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:17px}.breadcrumb{color:var(--muted);font-size:10px;font-weight:650}.title-line{display:flex;align-items:baseline;gap:10px;margin-top:5px}.title-line h1{margin:0;color:var(--strong);font-size:25px;font-weight:900;letter-spacing:-.045em}.unit{color:var(--accent);font-size:10px;font-weight:850}.header-actions{display:flex;gap:8px}.header-pill{height:34px;padding:0 11px;display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.9);box-shadow:0 2px 8px rgba(15,23,42,.04);color:#526277;font-size:10px;font-weight:700}.header-pill .dot{width:7px;height:7px;border-radius:50%;background:#1aaa78;box-shadow:0 0 0 3px rgba(26,170,120,.12)}
.server-row{display:flex;align-items:center;gap:9px;margin-bottom:11px;padding:11px 13px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 2px 9px rgba(15,23,42,.045)}.server-label{flex:0 0 auto;color:var(--muted2);font-size:9px;font-weight:850;letter-spacing:.07em}.server-scroll{min-width:0;display:flex;gap:7px;overflow:auto;scrollbar-width:none}.server-scroll::-webkit-scrollbar{display:none}.server-chip{flex:0 0 auto;height:30px;padding:0 11px;border:1px solid var(--line);border-radius:999px;background:#f8fafc;color:#53657a;cursor:pointer;font-size:10px;font-weight:700}.server-chip.active{color:#fff;border-color:var(--accent);background:var(--accent);font-weight:850;box-shadow:0 5px 14px rgba(13,152,123,.18)}.server-chip.add{color:var(--accent);border-color:#9dd9ca;border-style:dashed;background:#f1fbf8}
.rulebar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px;padding:0 4px;color:var(--muted);font-size:9px}.rule-items{display:flex;gap:12px;flex-wrap:wrap}.rule-item{display:flex;align-items:center;gap:6px}.rule-item i{width:7px;height:7px;border-radius:2px;background:#95a3b4}.rule-item.complete i{background:#243b59}.rule-item b{color:#344256}.summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.metric{position:relative;overflow:hidden;min-height:81px;padding:14px 15px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 3px 12px rgba(15,23,42,.05)}.metric:before{content:"";position:absolute;left:0;top:13px;bottom:13px;width:3px;border-radius:0 4px 4px 0;background:var(--m,#0d987b)}.metric:nth-child(2){--m:var(--sell)}.metric:nth-child(3){--m:var(--buy)}.metric:nth-child(4){--m:#607087}.metric-label{color:var(--muted);font-size:9px;font-weight:750}.metric-value{margin-top:7px;color:var(--strong);font-size:21px;font-weight:900;letter-spacing:-.04em}.metric-sub{margin-top:7px;color:var(--muted2);font-size:8px;font-weight:650}
.mobile-market-tabs{display:none;gap:8px;margin-bottom:10px}.market-tab{flex:1;height:40px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--muted);font-weight:850;cursor:pointer}.market-tab.sell.active{color:#9b4319;border-color:#f0b18e;background:var(--sell-soft)}.market-tab.buy.active{color:#19549a;border-color:#a5c8f0;background:var(--buy-soft)}
.markets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.market-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-top:4px solid var(--market);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.market-card.sell{--market:var(--sell);--market-soft:var(--sell-soft)}.market-card.buy{--market:var(--buy);--market-soft:var(--buy-soft)}.market-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line);background:linear-gradient(90deg,var(--market-soft),#fff 60%)}.market-title{display:flex;align-items:center;gap:9px}.market-symbol{width:35px;height:35px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--market) 25%,white);border-radius:11px;background:#fff;color:var(--market);font-size:15px;font-weight:950}.market-title b{display:block;color:var(--strong);font-size:13px}.market-title span{display:block;margin-top:3px;color:var(--muted);font-size:8px}.market-basis{height:27px;padding:0 8px;display:flex;align-items:center;border:1px solid var(--line);border-radius:9px;background:#fff;color:#5b6a7e;font-size:8px;font-weight:750}.compare-section{position:relative;padding:14px 16px 15px}.compare-section+.compare-section{border-top:1px solid var(--line);background:#fbfcfe}.section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.section-title{display:flex;align-items:center;gap:8px}.section-title i{width:8px;height:8px;border-radius:2px;background:#273d5b}.compare-section.registered .section-title i{background:#96a3b3}.section-title b{color:#253449;font-size:10px}.section-title span{color:var(--muted);font-size:8px}.section-actions{display:flex;align-items:center;gap:6px}.section-pill{height:24px;padding:0 8px;display:flex;align-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:#65758a;font-size:8px;font-weight:700}.info-btn{width:24px;height:24px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#64748b;cursor:pointer;font-size:10px;font-weight:900}.info-btn:hover,.info-btn.active{color:var(--accent);border-color:#91d3c2;background:#edfaf6}.plot-help{position:absolute;top:44px;right:16px;z-index:20;width:292px;padding:13px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:var(--shadow2);opacity:0;visibility:hidden;transform:translateY(5px);transition:.16s}.plot-help.show{opacity:1;visibility:visible;transform:none}.plot-help strong{display:block;margin-bottom:8px;color:var(--strong);font-size:10px}.help-row{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:8px;color:var(--muted);font-size:8px;line-height:1.5}.help-row+.help-row{margin-top:6px}.help-demo{position:relative;width:50px;height:14px}.help-demo .wh{position:absolute;left:2px;right:2px;top:6px;height:2px;background:#718095}.help-demo .bx{position:absolute;left:13px;top:1px;width:25px;height:12px;border:2px solid #4c607a;background:#e7edf4}.help-demo .md{position:absolute;left:25px;top:0;width:2px;height:14px;background:#111c2d}.help-demo .ot{position:absolute;right:0;top:1px;width:2px;height:12px;background:#d85454}
.plot-axis{display:grid;grid-template-columns:112px minmax(0,1fr) 36px;align-items:end;margin-bottom:2px}.axis{position:relative;height:18px;color:#6d7d90;font-size:7px;font-weight:700}.axis span{position:absolute;bottom:0;transform:translateX(-50%)}.axis span:first-child{left:0;transform:none}.axis span:nth-child(2){left:25%}.axis span:nth-child(3){left:50%}.axis span:nth-child(4){left:75%}.axis span:last-child{right:0;transform:none}.exchange-list{display:grid;gap:4px}.exchange-row{position:relative;display:grid;grid-template-columns:112px minmax(0,1fr) 36px;align-items:center;min-height:44px;border:1px solid transparent;border-radius:11px;transition:.15s;cursor:default}.exchange-row:hover,.exchange-row:focus-visible{border-color:#dde5ee;background:#f7f9fc;box-shadow:inset 3px 0 var(--brand)}.exchange-name{display:flex;align-items:center;gap:8px;padding-left:5px;color:#344256;font-size:9px;font-weight:850;white-space:nowrap}.brand-mark-mini{width:9px;height:9px;border-radius:3px;background:var(--brand-swatch,var(--brand));box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 10%,white)}.plot{position:relative;height:34px;background:repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),#edf1f5 calc(25% - 1px),#edf1f5 25%)}.reference{position:absolute;top:3px;bottom:3px;left:var(--ref);width:1px;border-left:1px dashed #9aa7b6;opacity:.9}.whisker{position:absolute;top:16px;left:var(--min);width:calc(var(--max) - var(--min));height:2px;background:var(--brand);opacity:.85}.cap{position:absolute;top:11px;width:2px;height:12px;background:var(--brand)}.cap.min{left:var(--min)}.cap.max{left:var(--max)}.box{position:absolute;top:8px;left:var(--q1);width:calc(var(--q3) - var(--q1));height:18px;border:2px solid var(--brand);border-radius:3px;background:color-mix(in srgb,var(--brand) 17%,white);box-shadow:0 2px 6px color-mix(in srgb,var(--brand) 13%,transparent)}.median{position:absolute;top:6px;left:var(--median);width:3px;height:22px;border-radius:2px;background:color-mix(in srgb,var(--brand) 83%,#0b1422)}.outlier{position:absolute;top:9px;left:var(--out);width:3px;height:16px;border-radius:2px;background:var(--brand);opacity:.75}.outlier.hidden{display:none}.external{width:32px;height:32px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--brand) 25%,#d8e1eb);border-radius:9px;background:#fff;color:var(--brand);cursor:pointer;text-decoration:none;transition:.15s}.external:hover{color:#fff;border-color:var(--brand);background:var(--brand);transform:translateY(-1px);box-shadow:0 5px 12px color-mix(in srgb,var(--brand) 22%,transparent)}.external svg{width:14px;height:14px}
.trend-card{margin-top:15px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.trend-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:16px 17px 13px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfcfe)}.trend-title b{display:block;color:var(--strong);font-size:13px}.trend-title span{display:block;margin-top:4px;color:var(--muted);font-size:8px}.trend-controls{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.seg{display:flex;padding:3px;border:1px solid var(--line);border-radius:10px;background:#f6f8fb}.seg button{height:27px;padding:0 9px;border:0;border-radius:7px;background:transparent;color:#65758a;cursor:pointer;font-size:8px;font-weight:800}.seg button.active{background:#fff;color:#18273b;box-shadow:0 2px 7px rgba(15,23,42,.09)}.range button.active{color:#fff;background:#263b59}.exchange-filter{display:flex;gap:5px;overflow:auto;scrollbar-width:none}.exchange-filter::-webkit-scrollbar{display:none}.filter-btn{flex:0 0 auto;height:32px;padding:0 9px;display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:9px;background:#fff;color:#64748b;cursor:pointer;font-size:8px;font-weight:750}.filter-btn i{width:7px;height:7px;border-radius:2px;background:var(--brand,#263b59)}.filter-btn.active{color:#fff;border-color:var(--brand,#263b59);background:var(--brand,#263b59);box-shadow:0 4px 10px color-mix(in srgb,var(--brand,#263b59) 18%,transparent)}.filter-btn.active i{background:#fff}.trend-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.trend-panel{min-width:0;padding:15px 16px 16px}.trend-panel+.trend-panel{border-left:1px solid var(--line)}.trend-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.trend-panel-title{display:flex;align-items:center;gap:8px}.trend-badge{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;font-size:11px;font-weight:950}.trend-panel.sell .trend-badge{color:var(--sell);background:var(--sell-soft)}.trend-panel.buy .trend-badge{color:var(--buy);background:var(--buy-soft)}.trend-panel-title b{display:block;color:#263449;font-size:10px}.trend-panel-title span{display:block;margin-top:2px;color:var(--muted);font-size:7px}.trend-legend{display:flex;gap:9px;color:var(--muted);font-size:7px}.trend-legend span{display:flex;align-items:center;gap:4px}.trend-legend i{width:8px;height:8px;border-radius:2px;background:var(--trend-color,#263b59)}.chart-scroll{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#c8d3df transparent}.chart{position:relative;min-width:650px;height:260px;padding:13px 9px 32px 45px;border:1px solid #e1e7ee;border-radius:13px;background:linear-gradient(180deg,#fbfcfe,#f7f9fc)}.y-grid{position:absolute;left:44px;right:9px;top:13px;bottom:31px}.gridline{position:absolute;left:0;right:0;height:1px;background:#e2e8ef}.gridline span{position:absolute;right:calc(100% + 8px);top:-5px;color:#758599;font-size:7px;font-weight:700;white-space:nowrap}.series{position:absolute;left:45px;right:9px;top:13px;bottom:31px;display:grid;grid-template-columns:repeat(var(--points),minmax(14px,1fr));align-items:stretch}.day{position:relative;cursor:crosshair}.day:after{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:transparent}.day:hover:after,.day.active:after{background:color-mix(in srgb,var(--trend-color) 28%,transparent)}.v-whisker{position:absolute;left:calc(50% - 1px);bottom:var(--min);width:2px;height:calc(var(--max) - var(--min));background:var(--trend-color);opacity:.8}.v-cap{position:absolute;left:calc(50% - 5px);width:10px;height:2px;background:var(--trend-color)}.v-cap.min{bottom:var(--min)}.v-cap.max{bottom:var(--max)}.v-box{position:absolute;left:calc(50% - 5px);bottom:var(--q1);width:10px;height:calc(var(--q3) - var(--q1));min-height:4px;border:1.5px solid var(--trend-color);border-radius:2px;background:color-mix(in srgb,var(--trend-color) 24%,white);box-shadow:0 1px 4px color-mix(in srgb,var(--trend-color) 14%,transparent)}.v-med{position:absolute;left:calc(50% - 7px);bottom:var(--median);width:14px;height:2px;background:color-mix(in srgb,var(--trend-color) 82%,#08111e)}.date-label{position:absolute;left:50%;bottom:-22px;transform:translateX(-50%);color:#76869a;font-size:7px;font-weight:700;white-space:nowrap}.day:not(.labeled) .date-label{display:none}.chart-note{position:absolute;right:11px;top:8px;color:#91a0b1;font-size:7px}.ad-slot{margin-top:13px;height:72px;display:grid;place-items:center;border:1px dashed #bdcad8;border-radius:14px;background:rgba(255,255,255,.6);color:#8796a8;font-size:9px;font-weight:700}
.floating-tip{position:fixed;z-index:1000;width:290px;padding:13px;border:1px solid #d5dee8;border-radius:14px;background:rgba(255,255,255,.98);box-shadow:var(--shadow2);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(5px);transition:opacity .12s,transform .12s}.floating-tip.show{opacity:1;visibility:visible;transform:none}.tip-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:9px;border-bottom:1px solid #e7ecf2}.tip-brand{display:flex;align-items:center;gap:8px}.tip-brand i{width:10px;height:10px;border-radius:3px;background:var(--tip-brand,#263b59)}.tip-brand b{display:block;color:var(--strong);font-size:10px}.tip-brand span{display:block;margin-top:2px;color:var(--muted);font-size:7px}.tip-time{color:#8090a2;font-size:7px;font-weight:700}.tip-grid{display:grid;grid-template-columns:1fr auto;gap:7px 14px;padding-top:10px;font-size:8px}.tip-grid span{color:#65758a}.tip-grid b{color:#1a293d;text-align:right;font-size:8px}.tip-grid .em{color:var(--tip-brand,#263b59);font-weight:900}.tip-foot{display:flex;justify-content:space-between;gap:10px;margin-top:10px;padding:8px 9px;border-radius:9px;background:#f4f7fa;color:#607087;font-size:7px}.tip-foot b{color:#263b59}.mobile-top{display:none}
@media(max-width:1180px){.app{grid-template-columns:190px minmax(0,1fr)}.sidebar{padding-left:14px;padding-right:14px}.main{padding-left:20px;padding-right:20px}.plot-axis,.exchange-row{grid-template-columns:100px minmax(0,1fr) 34px}.exchange-name{font-size:8px}.markets{gap:11px}.compare-section{padding-left:13px;padding-right:13px}.trend-controls{max-width:62%}}
@media(max-width:900px){.app{display:block}.sidebar{display:none}.main{padding:14px 13px 45px}.mobile-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:10px 11px;border:1px solid var(--line);border-radius:13px;background:#0d1b2c;color:#fff}.mobile-brand{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:850}.mobile-brand i{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:rgba(51,214,166,.14);color:#65e1bd;font-style:normal}.mobile-game{height:30px;padding:0 9px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(255,255,255,.07);color:#d8e5f2;font-size:9px}.topbar{margin-bottom:12px}.title-line h1{font-size:21px}.header-actions .header-pill:first-child{display:none}.summary{display:flex;overflow:auto;gap:8px;scrollbar-width:none}.summary::-webkit-scrollbar{display:none}.metric{flex:0 0 150px}.mobile-market-tabs{display:flex}.markets{display:block}.market-card{display:none}.market-card.active{display:block}.trend-head{display:block}.trend-controls{max-width:none;justify-content:flex-start;margin-top:11px}.trend-grid{display:block}.trend-panel{display:none}.trend-panel.active{display:block}.trend-panel+.trend-panel{border-left:0}.plot-axis,.exchange-row{grid-template-columns:102px minmax(0,1fr) 36px}.trend-card{margin-top:12px}.ad-slot{height:64px}}
@media(max-width:560px){.main{padding:10px 9px 38px}.breadcrumb{font-size:9px}.title-line h1{font-size:19px}.unit{font-size:9px}.header-pill{height:31px;padding:0 8px;font-size:8px}.server-row{padding:9px 10px}.rulebar{display:block}.rule-items{gap:8px;margin-bottom:5px}.summary{margin-bottom:11px}.metric{flex-basis:137px;min-height:76px;padding:12px 13px}.metric-value{font-size:19px}.market-head{padding:12px}.compare-section{padding:12px 9px 13px;overflow:visible}.plot-axis,.exchange-row{grid-template-columns:86px minmax(0,1fr) 32px}.plot-axis,.exchange-list{min-width:0}.section-head{position:static;min-width:0}.exchange-name{gap:6px;padding-left:2px;font-size:7.5px}.external{width:30px;height:30px}.trend-head{padding:13px}.trend-controls{display:grid;grid-template-columns:1fr}.exchange-filter{padding-bottom:2px}.trend-panel{padding:12px 10px 14px}.chart{min-width:790px;height:250px}.floating-tip{left:10px!important;right:10px!important;bottom:10px!important;top:auto!important;width:auto}.plot-help{position:fixed;left:10px;right:10px;top:auto;bottom:10px;width:auto}.ad-slot{font-size:8px}}

/* v5 typography & readability pass */
body{font-size:15px;line-height:1.45}
.app{grid-template-columns:240px minmax(0,1fr)}
.sidebar{padding:25px 18px}
.brand{gap:12px;padding:5px 7px 30px}
.brand-mark{width:44px;height:44px}
.brand-mark svg{width:24px}
.brand-copy b{font-size:17px}
.brand-copy span{font-size:11px;margin-top:4px}
.nav-label{font-size:12px;margin:10px 10px 9px}
.game-nav{gap:8px}
.game-button{gap:12px;padding:13px 12px;border-radius:14px}
.game-icon{width:38px;height:38px;font-size:18px}
.game-name{font-size:14px}
.game-sub{font-size:11px;margin-top:4px}
.status-card{padding:15px}
.status-row{font-size:11px}
.status-row+.status-row{margin-top:11px}

.main{padding:28px 31px 68px}
.topbar{margin-bottom:20px}
.breadcrumb{font-size:12px}
.title-line{gap:12px;margin-top:7px}
.title-line h1{font-size:30px}
.unit{font-size:13px}
.header-pill{height:39px;padding:0 14px;border-radius:11px;font-size:12px}

.server-row{gap:11px;margin-bottom:14px;padding:13px 15px}
.server-label{font-size:11px}
.server-scroll{gap:9px}
.server-chip{height:35px;padding:0 14px;font-size:12px}
.rulebar{margin-bottom:14px;padding:0 5px;font-size:11px}
.rule-items{gap:16px}
.rule-item{gap:7px}
.rule-item i{width:8px;height:8px}

.summary{gap:12px;margin-bottom:17px}
.metric{min-height:98px;padding:17px 18px}
.metric-label{font-size:12px}
.metric-value{margin-top:8px;font-size:26px}
.metric-sub{margin-top:8px;font-size:10.5px}

.mobile-market-tabs{gap:9px;margin-bottom:12px}
.market-tab{height:44px;font-size:13px}
.markets{gap:17px}
.market-head{padding:17px 18px}
.market-title{gap:11px}
.market-symbol{width:41px;height:41px;font-size:18px}
.market-title b{font-size:16px}
.market-title span{font-size:10.5px;margin-top:4px}
.market-basis{height:32px;padding:0 11px;font-size:10.5px}

.compare-section{padding:17px 18px 18px}
.section-head{margin-bottom:11px}
.section-title{gap:9px}
.section-title i{width:9px;height:9px}
.section-title b{font-size:13px}
.section-title span{font-size:10.5px}
.section-actions{gap:7px}
.section-pill{height:29px;padding:0 10px;font-size:10px}
.info-btn{width:29px;height:29px;font-size:12px}
.plot-help{top:51px;width:330px;padding:16px}
.plot-help strong{font-size:13px;margin-bottom:10px}
.help-row{grid-template-columns:60px 1fr;gap:10px;font-size:10.5px}
.help-row+.help-row{margin-top:8px}
.help-demo{width:58px;height:17px}
.help-demo .wh{top:8px}
.help-demo .bx{left:15px;width:29px;height:15px}
.help-demo .md{left:29px;height:17px}
.help-demo .ot{height:15px}

.plot-axis{grid-template-columns:132px minmax(0,1fr) 42px;margin-bottom:4px}
.axis{height:23px;font-size:9.5px}
.exchange-list{gap:6px}
.exchange-row{grid-template-columns:132px minmax(0,1fr) 42px;min-height:52px;border-radius:12px}
.exchange-name{gap:9px;padding-left:6px;font-size:11.5px}
.brand-mark-mini{width:11px;height:11px}
.plot{height:40px}
.reference{top:4px;bottom:4px}
.whisker{top:19px;height:3px}
.cap{top:12px;height:16px}
.box{top:8px;height:24px;border-width:2.5px}
.median{top:6px;height:28px;width:3px}
.outlier{top:12px;height:16px;width:3px}
.external{width:36px;height:36px}
.external svg{width:16px;height:16px}

.trend-card{margin-top:18px}
.trend-head{padding:19px 20px 16px}
.trend-title b{font-size:16px}
.trend-title span{font-size:10.5px;margin-top:5px}
.trend-controls{gap:10px}
.seg{padding:4px;border-radius:11px}
.seg button{height:32px;padding:0 12px;font-size:10.5px}
.exchange-filter{gap:7px}
.filter-btn{height:37px;padding:0 12px;gap:7px;font-size:10.5px}
.filter-btn i{width:9px;height:9px}
.trend-panel{padding:18px 19px 20px}
.trend-panel-head{margin-bottom:12px}
.trend-badge{width:34px;height:34px;font-size:14px}
.trend-panel-title{gap:10px}
.trend-panel-title b{font-size:13px}
.trend-panel-title span{font-size:10px;margin-top:3px}
.trend-legend{gap:12px;font-size:10px}
.trend-legend i{width:10px;height:10px}
.chart{min-width:720px;height:300px;padding:15px 11px 38px 55px}
.y-grid{left:54px;right:11px;top:15px;bottom:37px}
.gridline span{right:calc(100% + 10px);top:-7px;font-size:9.5px}
.series{left:55px;right:11px;top:15px;bottom:37px;grid-template-columns:repeat(var(--points),minmax(17px,1fr))}
.v-cap{left:calc(50% - 6px);width:12px}
.v-box{left:calc(50% - 6px);width:12px;border-width:2px}
.v-med{left:calc(50% - 8px);width:16px;height:3px}
.date-label{bottom:-27px;font-size:9.5px}
.chart-note{right:13px;top:10px;font-size:9.5px}
.ad-slot{height:82px;font-size:11px}

.floating-tip{width:350px;padding:16px;border-radius:15px}
.tip-head{gap:12px;padding-bottom:12px}
.tip-brand{gap:10px}
.tip-brand i{width:12px;height:12px}
.tip-brand b{font-size:13px}
.tip-brand span{font-size:10px;margin-top:3px}
.tip-time{font-size:10px}
.tip-grid{gap:9px 18px;padding-top:13px;font-size:11.5px}
.tip-grid b{font-size:11.5px}
.tip-foot{margin-top:13px;padding:10px 11px;font-size:10.5px}

@media(max-width:1180px){
  .app{grid-template-columns:205px minmax(0,1fr)}
  .main{padding-left:22px;padding-right:22px}
  .plot-axis,.exchange-row{grid-template-columns:112px minmax(0,1fr) 38px}
  .exchange-name{font-size:10.5px}
  .compare-section{padding-left:15px;padding-right:15px}
}
@media(max-width:900px){
  .main{padding:17px 15px 50px}
  .mobile-top{padding:12px 13px;margin-bottom:15px}
  .mobile-brand{font-size:14px}
  .mobile-brand i{width:34px;height:34px}
  .mobile-game{height:35px;padding:0 11px;font-size:11px}
  .title-line h1{font-size:27px}
  .unit{font-size:12px}
  .metric{flex:0 0 178px}
  .plot-axis,.exchange-row{grid-template-columns:120px minmax(0,1fr) 40px}
  .trend-controls{margin-top:14px}
}
@media(max-width:560px){
  .main{padding:12px 10px 42px}
  .topbar{align-items:flex-start}
  .breadcrumb{font-size:11px}
  .title-line{display:block;margin-top:6px}
  .title-line h1{font-size:24px;white-space:nowrap}
  .unit{display:block;margin-top:5px;font-size:11px}
  .header-pill{height:35px;padding:0 10px;font-size:10.5px}
  .server-row{padding:11px 12px}
  .server-label{font-size:10px}
  .server-chip{height:33px;padding:0 12px;font-size:11px}
  .rulebar{font-size:10px}
  .metric{flex-basis:166px;min-height:91px;padding:15px}
  .metric-label{font-size:11px}
  .metric-value{font-size:24px}
  .metric-sub{font-size:10px}
  .market-head{padding:15px}
  .market-symbol{width:38px;height:38px;font-size:17px}
  .market-title b{font-size:15px}
  .market-title span{font-size:10px}
  .market-basis{font-size:10px}
  .compare-section{padding:15px 11px 16px}
  .section-title b{font-size:12px}
  .section-title span{font-size:9.5px}
  .section-pill{font-size:9.5px}
  .plot-axis,.exchange-row{grid-template-columns:103px minmax(0,1fr) 36px}
  .axis{font-size:8.5px}
  .exchange-name{gap:7px;padding-left:3px;font-size:10px}
  .exchange-row{min-height:49px}
  .plot{height:38px}
  .external{width:34px;height:34px}
  .trend-head{padding:16px}
  .trend-title b{font-size:15px}
  .trend-title span{font-size:10px}
  .seg button{font-size:10px}
  .filter-btn{font-size:10px}
  .trend-panel{padding:15px 11px 17px}
  .trend-panel-title b{font-size:12px}
  .trend-panel-title span{font-size:9.5px}
  .trend-legend{font-size:9.5px}
  .chart{min-width:900px;height:285px}
  .gridline span,.date-label,.chart-note{font-size:9px}
  .floating-tip{left:10px!important;right:10px!important;bottom:10px!important;top:auto!important;width:auto;padding:17px}
  .tip-brand b{font-size:13px}
  .tip-brand span,.tip-time{font-size:10px}
  .tip-grid,.tip-grid b{font-size:11.5px}
  .tip-foot{font-size:10.5px}
  .plot-help{left:10px;right:10px;width:auto;padding:17px}
  .plot-help strong{font-size:13px}
  .help-row{font-size:10.5px}
  .ad-slot{font-size:10.5px}
}



:root{
  --sell:#2f80ff;
  --sell-soft:#edf5ff;
  --buy:#14a86b;
  --buy-soft:#ecfbf4;
  --accent:#1f71ff;
}
body{background:linear-gradient(180deg,#f7faff 0%,#edf3f9 100%)}
.title-line h1{font-size:40px;font-weight:950}
.breadcrumb{font-size:14px}
.unit{font-size:15px;font-weight:900}
.header-pill{height:42px;padding:0 14px;font-size:14px;border-radius:12px}
.header-pill .dot{width:9px;height:9px}
.server-row{padding:14px 16px;border-radius:18px}
.server-label{font-size:13px}
.server-chip{height:40px;padding:0 16px;font-size:14px;font-weight:800}
.rulebar{font-size:12.5px;gap:14px}
.rule-item b{font-size:13px}
.summary{gap:14px;margin-bottom:18px}
.metric{min-height:118px;padding:18px 18px;border-radius:18px}
.metric-label{font-size:13px;font-weight:800}
.metric-value{font-size:32px;margin-top:10px}
.metric-sub{font-size:11px;margin-top:10px}
.metric.reference-card .metric-value{font-size:18px;letter-spacing:0;margin-top:12px}
.metric-reference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}
.metric-reference-grid .ref-chip{padding:10px 8px;border:1px solid var(--line);border-radius:12px;background:#f8fbff;text-align:center}
.metric-reference-grid .ref-chip span{display:block;color:var(--muted);font-size:11px;font-weight:800}
.metric-reference-grid .ref-chip b{display:block;margin-top:6px;color:var(--strong);font-size:20px;font-weight:950;letter-spacing:-.03em}
.market-card{border-radius:22px}
.market-head{padding:18px 18px;background:linear-gradient(90deg,var(--market-soft),#fff 62%)}
.market-symbol{width:44px;height:44px;border-radius:14px;font-size:18px;font-weight:950}
.market-title b{font-size:20px}
.market-title span{font-size:12px;margin-top:4px}
.market-basis{height:34px;padding:0 12px;font-size:11.5px;border-radius:10px}
.compare-section{padding:18px 18px 20px}
.compare-section + .compare-section{background:#fbfdff}
.section-head{margin-bottom:12px}
.section-title b{font-size:17px}
.section-title span{font-size:12px;margin-top:2px}
.section-pill{height:30px;padding:0 12px;font-size:11.5px;border-radius:999px}
.info-btn{width:30px;height:30px;border-radius:50%;font-size:15px;font-weight:950}
.plot-help{width:360px;padding:17px;border-radius:18px}
.plot-help strong{font-size:16px;margin-bottom:12px}
.help-row{grid-template-columns:58px 1fr;font-size:12px;gap:10px}
.help-row + .help-row{margin-top:10px}
.plot-axis,.exchange-row{grid-template-columns:200px minmax(0,1fr) 50px}
.axis{font-size:11px;height:22px}
.exchange-row{min-height:64px}
.exchange-name{gap:10px;padding-left:2px;font-size:14px}
.exchange-meta{display:flex;flex-direction:column;gap:4px;min-width:0}
.exchange-top{display:flex;align-items:center;gap:8px;min-width:0}
.exchange-top b{font-size:14px;color:#1b2a3f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.exchange-median{display:inline-flex;align-items:center;color:var(--brand);font-size:13px;font-weight:900;white-space:nowrap}
.brand-mark-mini{width:12px;height:12px}
.plot{height:44px}
.reference{top:4px;bottom:4px;width:2px;opacity:.8}
.whisker{top:20px;height:4px}
.cap{top:12px;height:20px;width:2px}
.box{top:10px;height:24px;border-width:2.5px;border-radius:6px;background:color-mix(in srgb,var(--brand) 24%,white);box-shadow:0 4px 12px color-mix(in srgb,var(--brand) 18%,transparent)}
.median{top:8px;height:28px;width:3px;background:color-mix(in srgb,var(--brand) 92%,#08111e)}
.outlier{top:13px;height:18px;width:3px;background:color-mix(in srgb,var(--brand) 88%,#08111e)}
.external{width:38px;height:38px;border-radius:11px;transition:.18s}
.external:hover{color:var(--brand);border-color:color-mix(in srgb,var(--brand) 34%,white);background:color-mix(in srgb,var(--brand) 12%,white);box-shadow:0 6px 16px color-mix(in srgb,var(--brand) 16%,transparent)}
.external svg{width:17px;height:17px}
.trend-card{margin-top:20px;border-radius:22px}
.trend-head{padding:20px 22px 18px}
.trend-title b{font-size:19px}
.trend-title span{font-size:12px;line-height:1.55}
.seg button{height:38px;padding:0 14px;font-size:12px;border-radius:9px}
.exchange-filter{gap:8px}
.filter-btn{height:40px;padding:0 14px;font-size:12px;border-radius:11px}
.filter-btn i{width:10px;height:10px}
.trend-panel{padding:20px 20px 22px}
.trend-badge{width:38px;height:38px;font-size:16px;border-radius:11px}
.trend-panel-title b{font-size:15px}
.trend-panel-title span{font-size:11.5px}
.trend-legend{font-size:11px}
.trend-legend i{width:10px;height:10px}
.chart{min-width:760px;height:330px;padding:18px 12px 40px 58px;border-radius:16px}
.y-grid{left:57px;right:12px;top:18px;bottom:39px}
.gridline span{font-size:10.5px;top:-6px}
.series{left:58px;right:12px;top:18px;bottom:39px;grid-template-columns:repeat(var(--points),minmax(18px,1fr))}
.v-whisker{width:3px;left:calc(50% - 1.5px)}
.v-cap{left:calc(50% - 7px);width:14px;height:3px}
.v-box{left:calc(50% - 7px);width:14px;border-width:2px;border-radius:4px;background:color-mix(in srgb,var(--trend-color) 26%,white)}
.v-med{left:calc(50% - 9px);width:18px;height:3px}
.date-label{font-size:10.5px;bottom:-26px}
.chart-note{font-size:10.5px;top:10px;right:12px}
.ad-slot{height:88px;font-size:12px;margin-top:16px}
.floating-tip{width:410px;padding:18px;border-radius:18px}
.tip-head{padding-bottom:14px}
.tip-brand b{font-size:15px}
.tip-brand span,.tip-time{font-size:12px}
.tip-grid{font-size:13px;gap:10px 20px;padding-top:14px}
.tip-grid b{font-size:14px}
.tip-foot{font-size:12px;padding:12px 13px;margin-top:14px;border-radius:13px}
.market-card.sell .market-symbol,.trend-panel.sell .trend-badge{color:var(--sell);background:var(--sell-soft)}
.market-card.buy .market-symbol,.trend-panel.buy .trend-badge{color:var(--buy);background:var(--buy-soft)}
.market-tab.sell.active{color:#145ecc;border-color:#b8d5ff;background:var(--sell-soft)}
.market-tab.buy.active{color:#0d7a4d;border-color:#aee7cf;background:var(--buy-soft)}
@media (max-width:1280px){
  .plot-axis,.exchange-row{grid-template-columns:180px minmax(0,1fr) 48px}
  .exchange-top b{font-size:13.5px}
  .exchange-median{font-size:12px}
}
@media (max-width:900px){
  .mobile-brand{font-size:18px}
  .mobile-brand i{width:40px;height:40px}
  .mobile-game{height:38px;padding:0 14px;font-size:13px}
  .main{padding:18px 16px 52px}
  .title-line h1{font-size:30px}
  .unit{font-size:13px}
  .metric{flex:0 0 260px;min-height:126px}
  .plot-axis,.exchange-row{grid-template-columns:185px minmax(0,1fr) 46px}
}
@media (max-width:560px){
  .main{padding:12px 10px 42px}
  .breadcrumb{font-size:12px}
  .title-line h1{font-size:26px}
  .unit{font-size:12px}
  .header-pill{height:38px;font-size:12px}
  .server-label{font-size:12px}
  .server-chip{height:38px;font-size:12.5px}
  .rulebar{font-size:11.5px}
  .metric{flex-basis:240px;min-height:124px;padding:16px}
  .metric-label{font-size:12px}
  .metric-value{font-size:28px}
  .metric-sub{font-size:10.5px}
  .metric.reference-card .metric-value{font-size:16px}
  .metric-reference-grid{gap:6px}
  .metric-reference-grid .ref-chip span{font-size:10px}
  .metric-reference-grid .ref-chip b{font-size:17px}
  .market-title b{font-size:18px}
  .market-title span{font-size:11px}
  .market-basis{font-size:11px;line-height:1.25;height:auto;min-height:34px;padding:6px 10px;text-align:right}
  .section-title b{font-size:15px}
  .section-title span{font-size:11px}
  .plot-axis,.exchange-row{grid-template-columns:136px minmax(0,1fr) 40px}
  .exchange-row{min-height:60px}
  .exchange-top{display:block}
  .exchange-top b{display:block;font-size:12.5px}
  .exchange-median{font-size:11px;margin-top:2px}
  .axis{font-size:9.5px}
  .chart{min-width:980px;height:310px}
  .floating-tip{padding:18px}
  .tip-brand b{font-size:14px}
  .tip-grid{font-size:12px}
  .plot-help strong{font-size:14px}
  .help-row{font-size:11px}
}


:root{
  --sell:#2f80ed;
  --sell-soft:#edf5ff;
  --buy:#159866;
  --buy-soft:#ecf9f3;
  --mania:#189bc9;
  --bay:#7761d8;
  --rocket:#48bdd9;
  --baro:#009fe3;
  --farm:#2445b8;
}
html{font-size:clamp(15px,calc(13px + .18vw),18px)}
body{line-height:1.45}
.app{grid-template-columns:clamp(238px,15vw,282px) minmax(0,1fr)}
.sidebar{padding:clamp(24px,1.8vw,32px) clamp(18px,1.25vw,24px)}
.brand{gap:13px;padding:5px 8px 31px}
.brand-mark{width:48px;height:48px;border-radius:15px}
.brand-mark svg{width:27px}
.brand-copy b{font-size:clamp(17px,1.05vw,20px)}
.brand-copy span{font-size:clamp(10px,.65vw,12px);margin-top:4px}
.nav-label{font-size:clamp(11px,.7vw,13px);margin:12px 11px}
.game-nav{gap:9px}
.game-button{gap:13px;padding:14px 13px;border-radius:15px}
.game-icon{width:42px;height:42px;border-radius:12px;font-size:19px}
.game-name{font-size:clamp(14px,.9vw,17px)}
.game-sub{font-size:clamp(10px,.65vw,12px);margin-top:4px}
.sidebar-bottom{left:clamp(18px,1.25vw,24px);right:clamp(18px,1.25vw,24px);bottom:24px}
.status-card{padding:16px;border-radius:16px}
.status-row{font-size:clamp(10px,.68vw,12px)}
.status-row+.status-row{margin-top:11px}
.main{padding:clamp(25px,2vw,38px) clamp(24px,2.2vw,42px) 70px}
.topbar{margin-bottom:20px}
.breadcrumb{font-size:clamp(12px,.82vw,15px)}
.title-line{gap:13px;margin-top:7px}
.title-line h1{font-size:clamp(32px,2.3vw,44px)}
.unit{font-size:clamp(13px,.88vw,17px)}
.header-pill{height:clamp(40px,2.65vw,46px);padding:0 15px;font-size:clamp(12px,.8vw,15px)}
.server-row{gap:11px;margin-bottom:14px;padding:15px 17px}
.server-label{font-size:clamp(12px,.78vw,14px)}
.server-chip{height:clamp(38px,2.5vw,43px);padding:0 17px;font-size:clamp(12px,.82vw,15px)}
.rulebar{margin-bottom:14px;font-size:clamp(11px,.76vw,13.5px)}
.rule-item b{font-size:inherit}
.summary{gap:14px;margin-bottom:19px}
.metric{min-height:clamp(116px,8vw,132px);padding:18px 19px;border-radius:19px}
.metric-label{font-size:clamp(12px,.8vw,15px)}
.metric-value{font-size:clamp(28px,2vw,36px)}
.metric-sub{font-size:clamp(10px,.7vw,13px)}
.metric.reference-card .metric-value{font-size:clamp(16px,1vw,19px)}
.metric-reference-grid{gap:8px;margin-top:13px}
.metric-reference-grid .ref-chip{padding:11px 8px;border-radius:13px}
.metric-reference-grid .ref-chip span{font-size:clamp(10px,.68vw,12px)}
.metric-reference-grid .ref-chip b{font-size:clamp(17px,1.25vw,23px)}
.mobile-market-tabs{gap:10px}
.market-tab{height:46px;font-size:15px}
.markets{gap:18px}
.market-card{border-radius:22px}
.market-card.sell{--market:var(--sell);--market-soft:var(--sell-soft)}
.market-card.buy{--market:var(--buy);--market-soft:var(--buy-soft)}
.market-head{padding:19px 20px;background:linear-gradient(90deg,var(--market-soft),#fff 68%)}
.market-symbol{width:47px;height:47px;border-radius:15px;font-size:20px}
.market-title{gap:11px}
.market-title b{font-size:clamp(18px,1.25vw,22px)}
.market-title span{font-size:clamp(11px,.75vw,13px);margin-top:5px}
.market-basis{display:none!important}
.compare-section{padding:19px 20px 21px}
.section-head{margin-bottom:13px}
.section-title{gap:9px;flex-wrap:wrap}
.section-title i{width:10px;height:10px}
.section-title b{font-size:clamp(15px,1vw,18px)}
.section-title span{font-size:clamp(10.5px,.72vw,13px)}
.section-pill{height:32px;padding:0 12px;font-size:clamp(10.5px,.7vw,12.5px)}
.info-btn{width:33px;height:33px;border-radius:50%;font-size:16px}
.plot-help{width:min(390px,calc(100vw - 36px));padding:18px;border-radius:18px}
.plot-help strong{font-size:clamp(14px,.95vw,17px)}
.help-row{grid-template-columns:62px 1fr;font-size:clamp(11px,.75vw,13px)}
.plot-axis,.exchange-row{grid-template-columns:clamp(174px,12.3vw,215px) minmax(0,1fr) 50px}
.axis{height:23px;font-size:clamp(9.5px,.67vw,12px)}
.exchange-row{min-height:clamp(66px,4.6vw,76px);border-radius:12px}
.exchange-row:hover{background:#f8fbff}
.exchange-name{gap:11px;padding-left:4px}
.brand-mark-mini{width:13px;height:13px;border-radius:4px}
.exchange-meta{display:flex;flex-direction:column;gap:4px;min-width:0}
.exchange-top{display:flex;align-items:baseline;gap:9px;min-width:0;flex-wrap:wrap}
.exchange-top b{font-size:clamp(13px,.88vw,16px);color:#17263a;white-space:nowrap}
.exchange-median{color:var(--brand);font-size:clamp(12px,.82vw,15px);font-weight:950;white-space:nowrap}
.exchange-state{display:inline-flex;align-items:center;gap:5px;width:max-content;font-size:clamp(10px,.67vw,12px);font-weight:850;line-height:1}
.exchange-state:before{content:"";width:7px;height:7px;border-radius:50%}
.exchange-state.low{color:#a16700}.exchange-state.low:before{background:#e7a426}
.exchange-state.delay{color:#c24d3f}.exchange-state.delay:before{background:#e16252}
.plot{height:48px}
.reference{top:4px;bottom:4px;width:2px}
.whisker{top:22px;height:4px}
.cap{top:12px;height:24px;width:2px}
.box{top:10px;height:28px;border-width:2.5px;border-radius:7px;background:color-mix(in srgb,var(--brand) 25%,white)}
.median{top:8px;height:32px;width:3px}
.outlier{top:14px;height:20px;width:3px}
.exchange-row.state-low .box{display:none}
.exchange-row.state-low .median{top:17px;width:14px;height:14px;margin-left:-5px;border-radius:50%;box-shadow:0 0 0 4px color-mix(in srgb,var(--brand) 15%,transparent)}
.exchange-row.state-low .whisker{opacity:.75}
.exchange-row.state-delay .plot{opacity:.4;filter:saturate(.65)}
.exchange-row.state-delay .whisker{background:repeating-linear-gradient(90deg,var(--brand) 0 7px,transparent 7px 11px)}
.exchange-row.state-delay .box{background:color-mix(in srgb,var(--brand) 12%,white);border-style:dashed}
.external{width:41px;height:41px;border-radius:12px}
.external svg{width:18px;height:18px}
.external:hover{color:var(--brand);border-color:color-mix(in srgb,var(--brand) 42%,white);background:color-mix(in srgb,var(--brand) 14%,white);box-shadow:0 7px 18px color-mix(in srgb,var(--brand) 20%,transparent)}
.trend-card{margin-top:22px;border-radius:22px}
.trend-head{padding:21px 23px 18px}
.trend-title b{font-size:clamp(17px,1.18vw,21px)}
.trend-title span{font-size:clamp(11px,.76vw,13.5px);line-height:1.55}
.seg button{height:40px;padding:0 15px;font-size:clamp(11px,.72vw,13px)}
.filter-btn{height:42px;padding:0 14px;font-size:clamp(11px,.73vw,13px)}
.filter-btn i{width:10px;height:10px}
.trend-panel{padding:21px 21px 23px}
.trend-panel-head{margin-bottom:13px}
.trend-badge{width:41px;height:41px;font-size:17px}
.trend-panel-title b{font-size:clamp(14px,.92vw,17px)}
.trend-panel-title span{font-size:clamp(10.5px,.7vw,12.5px)}
.trend-legend{font-size:clamp(10px,.68vw,12px)}
.chart{min-width:780px;height:350px;padding:19px 13px 42px 61px}
.y-grid{left:60px;right:13px;top:19px;bottom:41px}
.gridline span{font-size:clamp(9.5px,.63vw,11.5px)}
.series{left:61px;right:13px;top:19px;bottom:41px;grid-template-columns:repeat(var(--points),minmax(19px,1fr))}
.v-whisker{width:3px;left:calc(50% - 1.5px)}
.v-cap{left:calc(50% - 7px);width:14px;height:3px}
.v-box{left:calc(50% - 7px);width:14px;border-width:2px}
.v-med{left:calc(50% - 9px);width:18px;height:3px}
.date-label{font-size:clamp(9.5px,.63vw,11.5px);bottom:-27px}
.chart-note{font-size:clamp(9.5px,.63vw,11.5px)}
.ad-slot{height:92px;font-size:clamp(11px,.72vw,13px)}
.floating-tip{width:min(430px,calc(100vw - 24px));padding:19px;border-radius:18px}
.tip-brand b{font-size:clamp(14px,.95vw,17px)}
.tip-brand span,.tip-time{font-size:clamp(11px,.72vw,13px)}
.tip-grid{font-size:clamp(12px,.8vw,14px)}
.tip-grid b{font-size:clamp(12.5px,.83vw,14.5px)}
.tip-foot{font-size:clamp(11px,.75vw,13.5px)}
@media(max-width:1240px){
  .app{grid-template-columns:220px minmax(0,1fr)}
  .main{padding-left:22px;padding-right:22px}
  .plot-axis,.exchange-row{grid-template-columns:168px minmax(0,1fr) 46px}
  .exchange-top{display:block}
  .exchange-median{display:block;margin-top:2px}
}
@media(max-width:900px){
  .app{display:block}
  .main{padding:18px 15px 52px}
  .mobile-top{padding:13px 14px;margin-bottom:16px}
  .mobile-brand{font-size:18px}
  .mobile-brand i{width:40px;height:40px}
  .mobile-game{height:39px;padding:0 13px;font-size:13px}
  .title-line h1{font-size:clamp(27px,7vw,34px)}
  .unit{font-size:13px}
  .metric{flex:0 0 clamp(232px,72vw,270px)}
  .plot-axis,.exchange-row{grid-template-columns:clamp(158px,42vw,190px) minmax(0,1fr) 44px}
  .exchange-top{display:flex}
  .exchange-median{display:inline-flex;margin-top:0}
}
@media(max-width:560px){
  .main{padding:12px 10px 43px}
  .breadcrumb{font-size:12px}
  .title-line h1{font-size:clamp(25px,7.2vw,30px)}
  .unit{font-size:12px}
  .header-pill{height:38px;font-size:12px}
  .server-row{padding:12px}
  .server-label{font-size:12px}
  .server-chip{height:38px;padding:0 13px;font-size:12.5px}
  .rulebar{font-size:11px;line-height:1.6}
  .metric{flex-basis:238px;min-height:126px;padding:16px}
  .metric-label{font-size:12px}
  .metric-value{font-size:28px}
  .metric-sub{font-size:10.5px}
  .metric-reference-grid .ref-chip span{font-size:10px}
  .metric-reference-grid .ref-chip b{font-size:17px}
  .market-head{padding:16px}
  .market-symbol{width:42px;height:42px;font-size:18px}
  .market-title b{font-size:18px}
  .market-title span{font-size:11px}
  .compare-section{padding:16px 11px 18px}
  .section-title b{font-size:15px}
  .section-title span{font-size:10.5px}
  .plot-axis,.exchange-row{grid-template-columns:136px minmax(0,1fr) 40px}
  .exchange-row{min-height:67px}
  .exchange-top{display:block}
  .exchange-top b{font-size:12.5px;white-space:normal;line-height:1.25}
  .exchange-median{display:block;font-size:11.5px;margin-top:3px}
  .exchange-state{font-size:10px;margin-top:3px}
  .axis{font-size:9px}
  .plot{height:44px}
  .external{width:38px;height:38px}
  .trend-head{padding:17px}
  .trend-title b{font-size:17px}
  .trend-title span{font-size:11px}
  .seg button,.filter-btn{font-size:11px}
  .trend-panel{padding:16px 11px 18px}
  .chart{min-width:1000px;height:320px}
  .floating-tip{left:9px!important;right:9px!important;bottom:9px!important;top:auto!important;width:auto;padding:18px}
  .plot-help{left:9px;right:9px;width:auto;padding:18px}
}


/* 상단 영역 반응형 보정: 가로 스크롤 없이 카드가 화면폭에 맞춰 재배치 */
.topbar{flex-wrap:wrap}
.header-actions{flex-wrap:wrap}
.rulebar{flex-wrap:wrap;align-items:flex-start}
.rulebar>span{margin-left:auto;text-align:right}

.summary{
  display:grid!important;
  grid-template-columns:minmax(360px,1.38fr) repeat(3,minmax(210px,1fr));
  gap:clamp(11px,1vw,16px)!important;
  overflow:visible!important;
  scroll-snap-type:none!important;
}
.summary .metric{
  min-width:0;
  width:auto;
  flex:none!important;
}
.summary .reference-card{
  min-width:0;
}
.metric-reference-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.metric-reference-grid .ref-chip{
  min-width:0;
}
.metric-reference-grid .ref-chip b{
  white-space:normal;
  overflow-wrap:anywhere;
  line-height:1.05;
}

@media(max-width:1520px){
  .summary{grid-template-columns:repeat(3,minmax(0,1fr))}
  .summary .reference-card{grid-column:1/-1}
  .summary .reference-card .metric-reference-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}
}

@media(max-width:1080px){
  .topbar{align-items:flex-start}
  .header-actions{width:100%;justify-content:flex-start}
  .rulebar{flex-direction:column;gap:8px}
  .rulebar>span{margin-left:0;text-align:left}
  .summary{grid-template-columns:repeat(2,minmax(0,1fr))}
  .summary .reference-card{grid-column:1/-1}
  .summary .metric:nth-child(4){grid-column:1/-1}
}

@media(max-width:700px){
  .summary{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px!important;
  }
  .summary .reference-card,
  .summary .metric:nth-child(4){grid-column:1/-1}
  .summary .reference-card .metric-reference-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
  }
  .summary .metric{
    min-height:auto;
    padding:clamp(14px,3.8vw,17px);
  }
  .summary .metric-value{font-size:clamp(24px,7vw,31px)}
  .summary .metric-label{font-size:clamp(11px,3vw,13px)}
  .summary .metric-sub{font-size:clamp(9.5px,2.6vw,11px);line-height:1.45}
  .metric-reference-grid .ref-chip{padding:10px 6px}
  .metric-reference-grid .ref-chip span{font-size:clamp(9px,2.4vw,10.5px);line-height:1.2}
  .metric-reference-grid .ref-chip b{font-size:clamp(15px,4.6vw,19px);margin-top:5px}
}

@media(max-width:430px){
  .summary{grid-template-columns:1fr}
  .summary .reference-card,
  .summary .metric:nth-child(4){grid-column:auto}
  .summary .reference-card .metric-reference-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .header-actions{gap:6px}
  .header-pill{flex:1 1 auto;justify-content:center}
}

/* Additive production states. Original approved v8 layout and colors above remain. */
.brand,.support-nav a,.mobile-brand{color:inherit;text-decoration:none}.brand{color:#fff}.support-nav a:hover{color:#fff;text-decoration:underline}
.skip-link{position:absolute;left:12px;top:-80px;z-index:100;background:white;padding:14px}.skip-link:focus{top:10px}
button:disabled{cursor:default;opacity:.48}.game-button:disabled:hover{background:transparent;color:#a9b8c9}
.support-nav{display:grid;gap:16px;margin:30px 12px;font-size:13px;color:#b6c8db}.brand-mark{font-size:25px;color:#68e0bc}
.language-switch{display:flex;gap:3px;align-items:center;padding:4px;border:1px solid var(--line);border-radius:12px;background:white}.language-switch a{padding:7px 9px;border-radius:8px;text-decoration:none;color:#43546b;font-size:13px;white-space:nowrap}.language-switch a[aria-current]{background:#16314a;color:white}
.header-actions{flex-wrap:wrap}.data-status{font-size:13px;color:#53657a;margin:12px 0}.data-status.error{color:#a53522}.observation-note,.coverage{font-size:12px;color:#627187;line-height:1.7;margin:14px 4px}.coverage{margin:12px 18px}.exchange-state{display:block;font-size:11px!important;white-space:normal;line-height:1.4}.exchange-row.unavailable .plot{background:none}.plot-status{display:flex;align-items:center;justify-content:center;height:100%;font-size:12px;color:#8b6632;text-align:center}.exchange-row.small .box{display:none}.external.disabled{opacity:.3;pointer-events:none}.exchange-row .exchange-median{white-space:nowrap}.exchange-top{min-width:0}.exchange-top b{white-space:normal}.section-title{flex-wrap:wrap}.section-title span{width:100%;margin-left:16px}.info-btn{flex-shrink:0}.plot-help{line-height:1.7;font-size:13px!important}.plot-help p{margin:0}.floating-tip{pointer-events:none}.floating-tip .tip-grid{font-size:13px}.floating-tip .tip-grid b{font-size:13px}.floating-tip .tip-brand b{font-size:14px}.floating-tip .tip-brand span,.floating-tip .tip-time,.floating-tip .tip-foot{font-size:11px}.floating-tip{width:330px}.floating-tip .tip-grid b{max-width:165px;overflow-wrap:anywhere}
.data-table{margin:12px 0 22px;font-size:13px}.data-table summary{cursor:pointer;color:#436780;padding:9px 0}.data-table>div{overflow:auto}.data-table table{width:100%;border-collapse:collapse;background:white;white-space:nowrap;text-align:left}.data-table th,.data-table td{padding:10px;border:1px solid var(--line)}
.chart-empty{position:absolute;inset:40px 15px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--muted);font-size:14px}.day.missing{opacity:0;pointer-events:none}.day.small .v-box{display:none}.day{outline-offset:2px}.chart-scroll{overflow-x:auto}.chart{min-width:780px}.chart .series{gap:4px}.date-label{white-space:nowrap}.exchange-filter{padding:10px 17px 0}.reference{pointer-events:none}
.guide-section{margin-top:28px;padding:25px;border:1px solid var(--line);border-radius:18px;background:white;line-height:1.85}.guide-section h2{font-size:24px}.guide-section h3{font-size:18px}.guide-section p{font-size:14px;color:#53657a}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.guide-grid article{border:1px solid var(--line);border-radius:14px;padding:18px;background:#f9fbfd}.guide-section a{color:#22659a;text-underline-offset:3px}.guide-section details{margin-top:22px}.guide-section summary{cursor:pointer;font-weight:750}.calculator{display:flex;flex-wrap:wrap;gap:15px;align-items:end;margin:20px 0;padding:20px;border:1px solid var(--line);border-radius:12px}.calculator h3{width:100%;margin:0}.calculator label{font-size:13px;flex:1;min-width:180px}.calculator input{display:block;padding:10px;border:1px solid var(--line);border-radius:8px;width:100%;margin-top:7px;font:inherit}.calculator p{margin:0}.calculator output{font-size:22px;font-weight:800}.public-footer{margin-top:24px;font-size:12px;color:#65758a;line-height:1.8}.public-footer a{margin-right:22px}.public-footer p{margin:0 0 10px}
@media(max-width:1180px){.exchange-row,.plot-axis{grid-template-columns:145px minmax(0,1fr) 34px}.exchange-name{font-size:12px}.exchange-median{font-size:14px!important}.exchange-top{flex-wrap:wrap;gap:3px}.exchange-top b{font-size:12px!important}.section-title b{font-size:14px}.section-title span{font-size:11px}.section-pill{font-size:10px!important}.market-title b{font-size:18px!important}.market-title span{font-size:11px!important}}
@media(max-width:900px){.header-actions{width:100%;justify-content:space-between}.topbar{flex-wrap:wrap}.language-switch a{font-size:13px}.exchange-row,.plot-axis{grid-template-columns:180px minmax(0,1fr) 36px}.guide-grid{grid-template-columns:1fr}.sidebar-bottom{position:static;margin-top:30px}.exchange-top b{font-size:14px!important}.exchange-median{font-size:16px!important}.market-head{min-height:75px}}
@media(max-width:560px){.exchange-row,.plot-axis{grid-template-columns:132px minmax(0,1fr) 31px}.exchange-top{display:block}.exchange-top b{font-size:12px!important}.exchange-median{font-size:14px!important}.exchange-name{gap:7px}.exchange-state{font-size:10px!important}.section-title b{font-size:13px}.section-title span{display:none}.section-pill{display:none}.plot-status{font-size:10px}.axis{font-size:9px!important}.guide-section{padding:17px}.floating-tip{left:10px!important;right:10px!important;width:auto;bottom:10px!important;top:auto!important}.chart{height:320px}.header-pill{font-size:12px}.guide-section h2{font-size:21px}.reference-card .ref-chip b{font-size:clamp(17px,5.5vw,24px)!important}.ref-chip span{font-size:11px!important}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
