:root{--bg:#0d1117;--panel:#151a22;--panel-2:#1b2230;--line:#2b3444;--text:#edf2f7;--muted:#96a1b3;--muted-2:#687386;--red:#ff5a6b;--green:#24c08a;--amber:#f2b84b;--blue:#5aa9ff}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;color:var(--text);background:var(--bg);font-family:Arial,PingFang SC,Microsoft YaHei,sans-serif}button,input{font:inherit}button{cursor:pointer}.page{min-height:100vh;padding:22px}.terminal{margin:0 auto;max-width:1320px}.topbar{display:grid;grid-template-columns:minmax(260px,1fr) auto;grid-gap:18px;gap:18px;align-items:end;padding-bottom:16px;border-bottom:1px solid var(--line)}.eyebrow{margin:0 0 8px;color:var(--blue);font-size:12px;font-weight:700}.eyebrow,h1{letter-spacing:0}h1{margin:0;font-size:clamp(28px,4vw,46px);line-height:1.05}.subtitle{margin:10px 0 0;max-width:780px;color:var(--muted);font-size:14px;line-height:1.7}.controls{gap:10px;justify-content:flex-end;flex-wrap:wrap}.controls,.period-search-row{display:flex;align-items:center}.period-search-row{gap:128px;margin:16px 0 0}.modebar{display:inline-flex;gap:4px;padding:4px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.mode-button{min-width:92px;height:34px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-weight:700}.mode-button:hover{color:var(--text)}.mode-button.active{background:var(--panel-2);color:var(--text);box-shadow:inset 0 0 0 1px var(--line)}.search-box{display:flex;width:min(340px,100%);height:40px;align-items:center;gap:10px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.search-box span{flex:0 0 auto;color:var(--muted);font-size:12px;font-weight:700}.search-box input{min-width:0;flex:1 1;height:28px;padding:0;border:0;background:transparent;color:var(--text);outline:none}.search-box input:focus{color:var(--text)}.search-box:focus-within{border-color:var(--blue);box-shadow:0 0 0 1px rgba(80,155,255,.2)}.refresh-button,.source-pill,.status-pill{height:36px;border:1px solid var(--line);border-radius:6px;background:var(--panel);color:var(--text);display:inline-flex;align-items:center;gap:8px;padding:0 12px;white-space:nowrap}.status-dot{width:8px;height:8px;border-radius:999px;background:var(--green);box-shadow:0 0 0 4px rgba(36,192,138,.12)}.status-dot.error{background:var(--red);box-shadow:0 0 0 4px rgba(255,90,107,.12)}.refresh-button:hover{border-color:var(--blue);color:#ffffff}.refresh-button:disabled{color:var(--muted-2);cursor:wait}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin:18px 0}.stat{min-height:86px;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.stat-label{color:var(--muted);font-size:12px}.stat-value{margin-top:8px;font-size:24px;font-weight:800}.stat-note{margin-top:6px;color:var(--muted-2);font-size:12px}.table-shell{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.table-scroll{overflow-x:auto}table{width:100%;min-width:1040px;border-collapse:collapse;table-layout:fixed}thead{background:var(--panel-2)}td,th{height:46px;padding:0 12px;border-bottom:1px solid var(--line);text-align:right;font-size:13px;white-space:nowrap}th{color:var(--muted);font-weight:700}td{color:var(--text)}tbody tr:hover{background:rgba(90,169,255,.06)}.left{text-align:left}.rank{width:58px;color:var(--amber)}.rank,.symbol{font-weight:800}.symbol{display:block;color:var(--text)}.name{display:block;margin-top:3px;color:var(--muted);font-size:12px}.positive{color:var(--red)}.negative{color:var(--green)}.empty-row,.neutral{color:var(--muted)}.empty-row{text-align:center}.strength{display:inline-grid;width:112px;grid-template-columns:1fr auto;gap:8px;align-items:center}.strength-bar{height:6px;overflow:hidden;border-radius:999px;background:#2a3341}.strength-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue),var(--amber),var(--red))}.footnote{margin:14px 0 0;color:var(--muted-2);font-size:12px;line-height:1.7}.error-box{margin:18px 0;padding:14px;border:1px solid rgba(255,90,107,.4);border-radius:8px;background:rgba(255,90,107,.08);color:#ffd5da}@media (max-width:820px){.page{padding:14px}.topbar{grid-template-columns:1fr;align-items:start}.controls{justify-content:flex-start}.period-search-row{flex-wrap:wrap;gap:10px}.mode-button{flex:1 1;min-width:0}.modebar,.search-box{width:100%}.stats{grid-template-columns:repeat(2,minmax(0,1fr))}td,th{padding:0 10px}}@media (max-width:520px){.stats{grid-template-columns:1fr}.refresh-button,.source-pill,.status-pill{width:100%;justify-content:center}}