:root{color-scheme:dark;font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif;background:#0b1020;color:#eaf0ff}*{box-sizing:border-box}body{margin:0;min-width:1120px}.topbar{display:flex;justify-content:space-between;align-items:center;padding:20px 28px;border-bottom:1px solid #27314e;background:#10182c;position:sticky;top:0;z-index:5}.topbar h1{font-size:22px;margin:0}.topbar p{color:#9fb0d4}.eyebrow{letter-spacing:.12em;font-size:11px;color:#8fa8dc;margin:0 0 6px;text-transform:uppercase}.layout{display:grid;grid-template-columns:300px minmax(0,1fr);min-height:calc(100vh - 82px)}.sidebar{border-right:1px solid #27314e;padding:18px;background:#0e1528;position:sticky;top:82px;height:calc(100vh - 82px);overflow:auto}.sidebar input{width:100%;padding:10px;border-radius:8px;border:1px solid #394768;background:#090f1e;color:#fff}.leaderboard{display:grid;gap:8px;margin:14px 0}.leaderboard article{border:1px solid #2b3b5d;background:#131e36;border-radius:9px;padding:10px}.leaderboard strong{display:block;font-size:14px}.leaderboard span{font-size:12px;color:#aec0e7}.question-item{display:block;width:100%;text-align:left;border:0;border-radius:8px;padding:10px;margin:4px 0;background:transparent;color:#cdd9f7;cursor:pointer}.question-item:hover,.question-item.active{background:#1b2a4c;color:#fff}.content{padding:22px;min-width:0}.question-card,.judge-summary{background:#111a30;border:1px solid #283653;border-radius:12px;padding:18px;margin-bottom:18px}.question-card h2{margin:0 0 12px;font-size:20px}.question-card pre{white-space:pre-wrap;font:13px/1.6 ui-monospace,monospace;color:#c5d2ef;max-height:180px;overflow:auto;margin:0}.judge-summary h3{margin:0 0 8px}.judge-summary p{margin:4px 0;color:#c5d2ef;font-size:13px}.candidate-grid{display:grid;grid-template-columns:repeat(3,minmax(380px,1fr));gap:16px;overflow-x:auto;padding-bottom:18px}.candidate-card{min-width:380px;background:#111a30;border:1px solid #283653;border-radius:12px;overflow:hidden}.candidate-card header{display:flex;justify-content:space-between;align-items:center;padding:13px 15px;border-bottom:1px solid #283653}.candidate-card header h3{margin:0;font-size:17px}.model-label{margin:0 0 4px;color:#9ebaff;font-size:12px}.rank{border-radius:999px;background:#20395f;padding:5px 9px;font-size:12px;color:#d8e6ff}.candidate-card iframe{width:100%;height:560px;border:0;background:#fff}.details{padding:14px}.scores{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.score{background:#0b1326;border:1px solid #2b3b5d;border-radius:7px;padding:8px;font-size:12px;color:#b6c6e6}.score b{display:block;color:#fff;font-size:18px;margin-top:2px}.reason{font-size:13px;line-height:1.6;color:#c4d0ea;margin:13px 0 0}@media(max-width:1120px){body{min-width:0}.layout{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid #27314e}.candidate-grid{grid-template-columns:repeat(3,85vw)}}