@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,600&display=swap";:root{font-family:Manrope,system-ui,sans-serif;color:#e9eee8;background:#070708;font-synthesis:none;--panel: #0e0e10;--panel-2: #151518;--line: #2c2226;--muted: #93898d;--accent: #e32636;--signal-low: #716a6d;--red: #ff3347}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 50% -20%,#350a11 0,#10090b,#070708 68%)}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.site-header{height:72px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(227,38,54,.2);background:#060607d1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:11px;font-size:16px;letter-spacing:-.02em}.brand b{color:var(--accent);font-weight:700}.brand-mark{display:grid;place-items:center;width:34px;height:34px;color:#fff;background:var(--accent);border-radius:9px;box-shadow:0 0 24px #e3263633}.header-status{font:11px DM Mono,monospace;color:var(--muted);text-transform:uppercase;letter-spacing:.12em;display:flex;align-items:center;gap:8px}.header-status span,.hero-kicker span{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 12px var(--accent)}.hero{width:min(980px,calc(100% - 40px));margin:0 auto;padding:100px 0 66px;text-align:center}.hero-kicker{color:#9b9094;font:500 11px DM Mono,monospace;letter-spacing:.17em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:9px}.hero h1,.progress-page h1{font-size:clamp(44px,6.5vw,77px);line-height:.99;letter-spacing:-.055em;margin:24px 0;font-weight:500}.hero h1 em,.progress-page h1 em{color:var(--accent);font-family:Playfair Display,serif;font-weight:600}.hero-copy{color:#a1999c;font-size:17px;line-height:1.65;max-width:700px;margin:0 auto 38px}.search-panel{max-width:850px;margin:0 auto;background:#0e0e10f5;border:1px solid #48252b;border-radius:16px;padding:10px;box-shadow:0 30px 80px #00000080;display:grid;grid-template-columns:1fr auto;gap:10px;text-align:left}.username-field{display:flex;align-items:center;gap:12px;padding:0 14px;color:#81777b}.username-field input{width:100%;height:52px;background:transparent;border:0;outline:0;color:#fff;font-size:16px}.username-field input::placeholder{color:#756b6f}.player-autocomplete{position:relative;min-width:0}.player-autocomplete .username-field{height:100%}.player-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:60;max-height:330px;overflow-y:auto;padding:6px;background:#111012;border:1px solid #563038;border-radius:11px;box-shadow:0 22px 55px #000000a6}.player-suggestions-caption{display:flex;align-items:center;gap:7px;padding:6px 9px 8px;color:#8d7f84;font:9px DM Mono;text-transform:uppercase;letter-spacing:.1em}.player-suggestions-caption svg{color:var(--accent)}.player-suggestions button{width:100%;min-height:55px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;color:#eee8ea;background:transparent;border:0;border-radius:7px;text-align:left;cursor:pointer}.player-suggestions button:hover,.player-suggestions button.active{background:#32141a}.player-suggestions button>span{min-width:0;display:flex;align-items:baseline;gap:7px}.player-suggestions button b{flex:0 0 auto;color:var(--accent);font:500 9px DM Mono}.player-suggestions button strong{overflow:hidden;text-overflow:ellipsis;font-size:13px}.player-suggestions button small{flex:0 0 auto;color:#877b7f;font:9px DM Mono}.primary-button{color:#fff;background:var(--accent);border:0;border-radius:10px;padding:0 22px;min-height:52px;display:flex;align-items:center;gap:10px;font-weight:700;cursor:pointer;transition:.2s}.primary-button:hover{filter:brightness(1.08);transform:translateY(-1px)}.primary-button:disabled{opacity:.55;cursor:wait}.search-options{grid-column:1 / -1;border-top:1px solid var(--line);padding:12px 8px 2px;display:flex;align-items:center;justify-content:space-between;gap:12px}.search-options label{color:var(--muted);font-size:12px;display:flex;gap:9px;align-items:center}.search-options select{color:#e5dfe1;background:#191518;border:1px solid #3c292e;border-radius:7px;padding:6px 9px;outline:0}.search-scope{grid-column:1 / -1;padding:0 8px 3px;color:#786e72;font-size:10px}.perf-pills{display:flex;gap:6px;flex-wrap:wrap}.perf-pills>span{align-self:center;margin-right:3px;color:var(--muted);font-size:11px}.perf-pills button{color:#92878b;background:transparent;border:1px solid #3c292e;border-radius:30px;padding:6px 11px;font-size:11px;cursor:pointer}.perf-pills button.active{color:#fff;background:#4a1921;border-color:#8c2a38}.form-error{grid-column:1 / -1;color:#f0917e;font-size:13px;padding:2px 8px 4px}.feature-strip{width:min(1180px,calc(100% - 40px));margin:0 auto 80px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr)}.feature-strip article{padding:27px 30px;border-right:1px solid var(--line)}.feature-strip article:last-child{border:0}.feature-strip svg{color:var(--accent);width:20px;margin-bottom:20px}.feature-strip span{display:block;font-size:13px;font-weight:700}.feature-strip p{color:var(--muted);font-size:12px;line-height:1.55;margin:7px 0 0}.demo-notice{width:100%;padding:11px 16px;border:1px solid #66232e;background:#260b10;color:#ff8b98;border-radius:10px;display:flex;align-items:center;gap:12px;margin-bottom:24px}.demo-notice div{display:flex;gap:8px;align-items:baseline}.demo-notice strong{font-size:12px;text-transform:uppercase;letter-spacing:.06em}.demo-notice span{color:#b8878e;font-size:12px}.sample-notice{width:100%;padding:13px 16px;border:1px solid #5e4421;background:#201709;color:#e2b567;border-radius:10px;display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.sample-notice svg{flex:0 0 auto;margin-top:1px}.sample-notice div{display:grid;gap:3px}.sample-notice strong{color:#f1c879;font-size:12px}.sample-notice span{color:#ad9671;font-size:11px;line-height:1.5}.sample-notice a{width:fit-content;margin-top:3px;color:#efc77e;font-size:11px;text-decoration:underline;text-underline-offset:3px}.progress-page,.state-card{width:min(680px,calc(100% - 40px));margin:0 auto;min-height:calc(100vh - 72px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.progress-orbit{width:110px;height:110px;border:1px solid #4b252c;border-radius:50%;display:grid;place-items:center;position:relative;margin-bottom:35px;color:var(--accent)}.progress-orbit svg{width:100%;height:100%;position:absolute;padding:7px;opacity:.25}.progress-orbit strong{font:500 20px DM Mono}.spin{animation:spin 1.3s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.progress-page h1{font-size:clamp(35px,5vw,56px);margin:20px 0}.progress-page>p,.state-card p{color:var(--muted)}.progress-track{width:100%;height:5px;background:#2c1b1f;border-radius:6px;overflow:hidden;margin-top:34px}.progress-track i{display:block;height:100%;background:var(--accent);border-radius:6px;transition:width .5s}.progress-meta{width:100%;display:flex;justify-content:space-between;color:#81767a;font:11px DM Mono;margin-top:12px}.state-card svg{width:42px;height:42px;color:var(--accent)}.state-card h1{font-size:34px;margin:20px 0 0}.report-page,.game-page{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:34px 0 80px}.report-search{display:grid;grid-template-columns:auto minmax(220px,1fr) auto;align-items:center;gap:12px;margin-bottom:16px;padding:11px 12px 11px 16px;background:#0e0e10;border:1px solid #35262a;border-radius:11px}.report-search>div{min-width:190px;display:grid;gap:2px}.report-search>div strong{font-size:12px}.report-search>div span{color:var(--muted);font-size:10px}.report-search label{height:42px;display:flex;align-items:center;gap:9px;padding:0 12px;color:#796e72;background:#151316;border:1px solid #3b2b2f;border-radius:8px}.report-search input{width:100%;color:#f2edef;background:transparent;border:0;outline:0}.report-search input::placeholder{color:#756b6f}.report-search>button{min-height:42px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;color:#fff;background:var(--accent);border:0;border-radius:8px;font-weight:700;cursor:pointer}.report-search>button:disabled{opacity:.6;cursor:wait}.report-search>small{grid-column:2 / -1;color:#f0917e;font-size:11px}.report-hero{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:35px 10px 42px}.report-hero .hero-kicker{justify-content:flex-start}.report-hero h1{font-size:clamp(38px,5vw,62px);letter-spacing:-.05em;margin:17px 0 16px}.report-hero h1 small{color:var(--accent);font:500 15px DM Mono;margin-right:10px}.rating-row{display:flex;gap:8px;flex-wrap:wrap}.rating-row span{color:#9a8f93;background:#121113;border:1px solid #34262a;border-radius:7px;padding:7px 10px;font:10px DM Mono;text-transform:uppercase}.rating-row b{color:#e1e7e2;font-size:12px}.hero-score-block{display:flex;align-items:center;gap:22px}.headline-comparisons{display:grid;gap:8px}.headline-comparison-row{display:grid;grid-template-columns:repeat(2,minmax(132px,1fr));gap:8px}.headline-comparisons article{min-width:142px;padding:11px 13px;background:#111012;border:1px solid #3b2429;border-radius:9px}.headline-comparisons span,.headline-comparisons small{display:block;color:var(--muted);font:8px DM Mono;text-transform:uppercase;letter-spacing:.08em}.headline-comparisons strong{display:block;margin:5px 0 3px;color:#f4ebed;font:500 24px DM Mono}.headline-comparison-row:first-child article:first-child strong{color:#ff5b6d}.headline-comparison-row:last-child article:first-child strong{color:#d99aff}.headline-comparisons .rating-baseline-card{border-color:#443137;background:#0d0d0f}.headline-comparisons .rating-baseline-card strong{color:#e7dfe1}.headline-comparisons .rating-baseline-card.unavailable{border-style:dashed;border-color:#372f32}.headline-comparisons .rating-baseline-card.unavailable strong{color:#82787c;font-size:13px;line-height:1.85;text-transform:uppercase}.headline-comparisons .baseline-sample{margin-top:3px;color:#6f6468;text-transform:none;letter-spacing:0}.score-ring{--score: 50;--score-color: var(--accent);flex:0 0 auto;width:156px;height:156px;padding:8px;border-radius:50%;background:conic-gradient(var(--score-color) calc(var(--score) * 1%),#292124 0);box-shadow:0 0 60px color-mix(in srgb,var(--score-color) 16%,transparent)}.score-ring:before{content:"";position:absolute}.score-ring-inner{height:100%;border:5px solid #080809;border-radius:50%;background:#101012;display:grid;place-content:center;text-align:center}.score-ring strong{font:500 42px DM Mono;line-height:1}.score-ring span{color:var(--muted);font:9px DM Mono;text-transform:uppercase;margin-top:7px}.score-ring-explanation{flex:0 0 auto;width:156px}.metric-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:12px;overflow:visible;background:var(--panel)}.metric-grid article{min-height:124px;padding:22px;border-right:1px solid var(--line);display:flex;flex-direction:column}.metric-grid article:last-child{border-right:0}.metric-grid span,.section-heading>div>span,.eyebrow{color:#81767a;font:10px DM Mono;text-transform:uppercase;letter-spacing:.12em}.metric-grid strong{font:500 31px DM Mono;margin-top:auto}.metric-grid small{color:var(--muted);font-size:10px}.metric-grid .model-version{font-size:14px;color:var(--accent)}.explainable{position:relative;outline:none}.explainable:hover,.explainable:focus{z-index:20}.explainable .parameter-help-icon{position:absolute;top:9px;right:9px;z-index:2;color:#6f6468;opacity:.7;transition:color .15s,opacity .15s}.explainable:hover .parameter-help-icon,.explainable:focus .parameter-help-icon{color:var(--accent);opacity:1}.explainable .parameter-tooltip{position:absolute;left:50%;bottom:calc(100% + 10px);z-index:100;width:min(310px,calc(100vw - 32px));padding:11px 13px;color:#d9d0d3;background:#171316;border:1px solid #66303a;border-radius:9px;box-shadow:0 16px 42px #000000a6;font:11px/1.55 Manrope,sans-serif;text-align:left;text-transform:none;letter-spacing:normal;pointer-events:none;opacity:0;transform:translate(-50%,4px);transition:opacity .15s,transform .15s}.explainable:hover .parameter-tooltip,.explainable:focus .parameter-tooltip{opacity:1;transform:translate(-50%)}.headline-comparisons .explainable{padding-right:30px}.headline-comparisons .explainable .parameter-tooltip{left:0;transform:translateY(4px)}.headline-comparisons .explainable:hover .parameter-tooltip,.headline-comparisons .explainable:focus .parameter-tooltip{transform:translate(0)}.score-ring-explanation .parameter-tooltip{left:auto;right:0;transform:translateY(4px)}.score-ring-explanation:hover .parameter-tooltip,.score-ring-explanation:focus .parameter-tooltip{transform:translate(0)}.metric-grid article:first-child .parameter-tooltip{left:0;transform:translateY(4px)}.metric-grid article:first-child:hover .parameter-tooltip,.metric-grid article:first-child:focus .parameter-tooltip{transform:translate(0)}.metric-grid article:last-child .parameter-tooltip{left:auto;right:0;transform:translateY(4px)}.metric-grid article:last-child:hover .parameter-tooltip,.metric-grid article:last-child:focus .parameter-tooltip{transform:translate(0)}.report-section{margin-top:22px;background:var(--panel);border:1px solid var(--line);border-radius:12px;overflow:hidden}.section-heading{min-height:77px;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.section-heading h2{margin:5px 0 0;font-size:18px}.section-heading svg{color:var(--accent)}.section-heading>small{color:var(--muted);font:11px DM Mono}.metric-select{display:flex;align-items:center;gap:10px}.metric-select>span{color:#81767a;font:9px DM Mono;text-transform:uppercase;letter-spacing:.08em}.metric-select select{min-width:220px;color:#eee7e9;background:#191518;border:1px solid #4a2930;border-radius:7px;padding:8px 10px;outline:0;cursor:pointer}.metric-select select:focus{border-color:#a72b3b;box-shadow:0 0 0 2px #e326361f}.chart-wrap{height:220px;padding:20px 14px 8px}.game-row{min-height:70px;display:grid;grid-template-columns:2.1fr .8fr .7fr .7fr .5fr 25px;gap:16px;align-items:center;padding:10px 22px;border-bottom:1px solid #261d20;font-size:12px;transition:background .15s}.game-row:last-child{border:0}a.game-row:hover{background:#1b1114}.game-row>span{display:flex;flex-direction:column;gap:4px}.game-row>span:last-child{align-items:end;color:#796e72}.game-row small{color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-header{min-height:38px;color:#796e72;font:9px DM Mono;text-transform:uppercase;letter-spacing:.09em}.game-header>span{display:block}.result{width:fit-content;padding:4px 7px;border-radius:5px}.result.win{color:#d5c9cc;background:#282326}.result.loss{color:#ff7f8d;background:#3b171d}.result.draw{color:#aaa1a4;background:#242124}.score-pill{width:36px;text-align:center;border-radius:5px;padding:5px;font:500 11px DM Mono}.score-pill.low{color:#b8b0b3;background:#292528}.score-pill.medium{color:#ef8994;background:#3a191f}.score-pill.high{color:#ff6d7c;background:#4a121b}.score-pill.pending{color:#81767a;background:#211d20}.game-topbar{min-height:68px;border:1px solid var(--line);background:var(--panel);border-radius:10px 10px 0 0;padding:12px 18px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.game-topbar>a{color:var(--muted);font-size:12px;display:flex;gap:8px;align-items:center}.game-topbar>a:last-child{justify-self:end}.game-topbar>div{text-align:center;display:flex;flex-direction:column}.game-topbar>div b{font-size:13px}.game-topbar>div span{color:var(--muted);font-size:10px;margin-top:3px}.game-workspace{display:grid;grid-template-columns:minmax(390px,570px) minmax(260px,1fr) 260px;background:#09090a;border:1px solid var(--line);border-top:0;min-height:620px}.board-column{padding:24px;background:#0c0c0e;border-right:1px solid var(--line)}.board-column [data-piece]{background-size:84%!important;background-position:center!important;background-repeat:no-repeat!important}.board-controls{display:grid;grid-template-columns:auto 1fr auto;gap:12px;margin-top:13px}.board-controls button{color:#b3a9ac;background:#21191c;border:1px solid #3b292e;border-radius:6px;display:grid;place-items:center;padding:7px 11px;cursor:pointer}.board-controls input{accent-color:var(--accent)}.moves-panel{border-right:1px solid var(--line);min-width:0}.players-line{height:70px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr}.players-line>span{padding:12px;display:grid;grid-template-columns:auto 1fr;column-gap:7px;align-items:center;font-size:11px}.players-line i{grid-row:1 / 3;font-size:22px;font-style:normal}.players-line .white-piece{color:#dce3d7}.players-line small{color:var(--muted);font:9px DM Mono}.move-list{max-height:550px;overflow:auto;padding:8px 0}.move-row{display:grid;grid-template-columns:30px 1fr 1fr;min-height:34px;align-items:center;padding:0 8px}.move-row>span{color:#74696d;text-align:center;font:10px DM Mono}.move-row button{height:30px;color:#c6bdc0;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;padding:0 8px;border-radius:5px;cursor:pointer;font-size:12px}.move-row button:hover,.move-row button.active{background:#35171d}.move-row button.warn{color:#e77986}.move-row button.danger{color:#ff6676}.move-row button small{opacity:.7;font:9px DM Mono}.move-inspector{padding:22px 18px}.move-inspector>p{color:var(--muted);font-size:12px;line-height:1.6}.move-title{display:flex;justify-content:space-between;align-items:center;margin:17px 0 10px}.move-title strong{font-size:26px}.move-title b{font:500 20px DM Mono;color:#b7adb0}.move-title b.danger{color:var(--red)}.signal-bar{height:4px;border-radius:4px;background:#2e2024;overflow:hidden}.signal-bar i{display:block;height:100%;background:linear-gradient(90deg,var(--signal-low),var(--accent),var(--red))}.move-inspector dl{margin:24px 0;border-top:1px solid var(--line)}.move-inspector dl div{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid var(--line);font-size:10px}.move-inspector dt{color:var(--muted)}.move-inspector dd{margin:0;font:10px DM Mono}.reason-list>span{color:#81767a;font:9px DM Mono;text-transform:uppercase}.reason-list p{color:#beb4b7;background:#1d1215;padding:9px 10px;border-left:2px solid var(--accent);font-size:10px}.comparison-section{margin-top:22px;background:var(--panel);border:1px solid var(--line);border-radius:12px;overflow:hidden}.comparison-heading{min-height:82px;padding:17px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.comparison-heading h2{margin:6px 0 0;font-size:19px}.comparison-heading>small{color:var(--muted);font:10px DM Mono}.comparison-error{margin:18px;padding:12px;color:#ff8b98;border:1px solid #66232e;background:#260b10;border-radius:8px;font-size:12px}.model-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.model-stat{--model-color: var(--accent);min-height:128px;padding:17px 19px;text-align:left;color:#a39a9d;background:#0d0d0f;border:0;border-right:1px solid var(--line);cursor:pointer;opacity:.48}.model-stat:last-child{border-right:0}.model-stat.active{opacity:1;box-shadow:inset 0 2px var(--model-color)}.model-stat>span{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700}.model-stat>span i{width:7px;height:7px;border-radius:50%;background:var(--model-color);box-shadow:0 0 12px var(--model-color)}.model-stat>span small{display:block;margin-left:auto;max-width:90px;color:#6f6669;font:8px DM Mono;text-align:right}.model-stat strong{display:flex;align-items:center;gap:7px;margin-top:17px;color:#f1e9eb;font:500 28px DM Mono}.model-stat strong.status-running,.model-stat strong.status-queued,.model-stat strong.status-failed{color:var(--muted);font-size:12px;text-transform:uppercase}.model-stat strong.status-failed{color:#ff6676}.model-stat em{display:block;margin-top:7px;color:#766d70;font-style:normal;font-size:9px}.comparison-loading{grid-column:1 / -1;min-height:110px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:12px}.comparison-chart{height:290px;padding:17px 12px 8px;border-bottom:1px solid var(--line)}.comparison-table-wrap{max-height:430px;overflow:auto}.comparison-table{width:100%;border-collapse:collapse;font-size:11px}.comparison-table th{position:sticky;top:0;z-index:2;padding:11px 14px;color:#756b6f;background:#121113;text-align:left;font:9px DM Mono;text-transform:uppercase}.comparison-table td{padding:10px 14px;border-top:1px solid #261d20;font-family:DM Mono}.comparison-table tbody tr{cursor:pointer}.comparison-table tbody tr:hover{background:#1b1114}.comparison-table td.matched,.comparison-table td.missed{display:table-cell}.comparison-table td.matched svg,.comparison-table td.missed svg{vertical-align:middle;margin-right:6px}.comparison-table td.matched svg{color:#8dd3a5}.comparison-table td.missed svg{color:#e75c6c}.comparison-table td small{margin-left:7px;color:#6f6669;font-size:8px}@media(max-width:920px){.feature-strip{grid-template-columns:repeat(2,1fr)}.feature-strip article:nth-child(2n){border-right:0}.feature-strip article:nth-child(-n+2){border-bottom:1px solid var(--line)}.game-workspace{grid-template-columns:minmax(320px,1.25fr) 1fr}.move-inspector{grid-column:1 / -1;border-top:1px solid var(--line)}.metric-grid{grid-template-columns:repeat(2,1fr)}.metric-grid article{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.metric-grid article:nth-child(2n){border-right:0}.metric-grid article:last-child{grid-column:1 / -1;border-right:0;border-bottom:0}.model-stat-grid{grid-template-columns:repeat(2,1fr)}.model-stat:nth-child(2){border-right:0}.model-stat:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:680px){.site-header{height:62px;padding:0 16px}.header-status{display:none}.hero{padding-top:64px}.search-panel{grid-template-columns:1fr}.primary-button{justify-content:center}.search-options{flex-direction:column;align-items:stretch}.feature-strip{grid-template-columns:1fr}.feature-strip article{border-right:0;border-bottom:1px solid var(--line)}.demo-notice div{display:block}.demo-notice span{display:block;margin-top:4px}.report-page,.game-page{width:min(100% - 24px,1180px);padding-top:22px}.report-hero{flex-direction:column;align-items:stretch;gap:24px;padding:28px 0 32px}.report-hero>div:first-child{width:100%;min-width:0}.report-hero h1{overflow-wrap:anywhere;font-size:clamp(32px,10vw,46px)}.report-search{grid-template-columns:1fr auto}.report-search>div{grid-column:1 / -1}.report-search>small{grid-column:1 / -1}.hero-score-block{width:100%;min-width:0;flex-direction:column-reverse;align-items:stretch;gap:16px}.headline-comparisons{width:100%;min-width:0}.headline-comparison-row{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.headline-comparisons article{min-width:0;overflow-wrap:anywhere;padding:10px}.headline-comparisons strong{font-size:18px}.score-ring{width:110px;height:110px;align-self:center}.score-ring-explanation{width:110px;align-self:center}.score-ring strong{font-size:28px}.game-header{display:none}.game-row{grid-template-columns:minmax(0,1fr) auto auto 20px;gap:8px;padding:11px 13px}.game-row>span{min-width:0}.game-row .result{font-size:10px}.game-row>span:nth-child(2),.game-row>span:nth-child(4){display:none}.game-workspace{display:block}.board-column{padding:12px;border:0}.moves-panel{border-right:0;border-top:1px solid var(--line)}.move-list{max-height:400px}.game-topbar{grid-template-columns:auto 1fr auto}.game-topbar>div{display:none}.comparison-heading{align-items:flex-start}.section-heading:has(.metric-select){align-items:flex-start;flex-direction:column;gap:12px;padding-bottom:14px}.metric-select{width:100%;align-items:stretch;flex-direction:column;gap:5px}.metric-select select{width:100%;min-width:0}.comparison-heading>small{display:none}.model-stat-grid{grid-template-columns:1fr}.model-stat{border-right:0;border-bottom:1px solid var(--line)}.comparison-table{min-width:680px}.metric-grid article:nth-child(odd) .parameter-tooltip{left:0;right:auto;transform:translateY(4px)}.metric-grid article:nth-child(odd):hover .parameter-tooltip,.metric-grid article:nth-child(odd):focus .parameter-tooltip{transform:translate(0)}.metric-grid article:nth-child(2n) .parameter-tooltip{left:auto;right:0;transform:translateY(4px)}.metric-grid article:nth-child(2n):hover .parameter-tooltip,.metric-grid article:nth-child(2n):focus .parameter-tooltip{transform:translate(0)}}@media(max-width:420px){.report-search{grid-template-columns:1fr}.report-search>div,.report-search>small{grid-column:1}.report-search>button{width:100%}.player-suggestions button{align-items:flex-start;flex-direction:column;gap:3px}.headline-comparisons .rating-baseline-card.unavailable strong{font-size:11px;line-height:1.65}}
