:root{--bg:#f7f6fb;--surface:#fff;--surface-sunken:#f1eff7;--text:#1c1626;--text-secondary:#56506a;--text-muted:#837c96;--border:#e5e1ef;--primary:#2a78d6;--primary-soft:#2a78d61a;--series-1:#2a78d6;--series-2:#eb6834;--seq-track:#cde2fb;--seq-fill:#2a78d6;--status-good:#0ca30c;--status-good-soft:#0ca30c1f;--status-critical:#d03b3b;--status-critical-soft:#d03b3b1f;--radius:16px;--radius-sm:10px;--sans:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font:16px/1.5 var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#131019;--surface:#1e1928;--surface-sunken:#171320;--text:#f3f0f9;--text-secondary:#b8b0c9;--text-muted:#8d85a0;--border:#302940;--primary:#3987e5;--primary-soft:#3987e529;--series-1:#3987e5;--series-2:#d95926;--seq-track:#26314a;--seq-fill:#3987e5;--status-good:#0ca30c;--status-good-soft:#0ca30c33;--status-critical:#d03b3b;--status-critical-soft:#d03b3b33}*{box-sizing:border-box}:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}body{margin:0}h1,h2{margin:0;font-weight:600}p{margin:0}ol,ul{margin:0;padding:0;list-style:none}button{font-family:var(--sans);transition:transform 80ms,filter 80ms}button:active:not(:disabled){filter:brightness(.94);transform:scale(.97)}.app{width:100%;max-width:560px;min-height:100svh;padding:1.25rem clamp(1rem,4vw,1.5rem) 3rem;padding-bottom:max(3rem, env(safe-area-inset-bottom));margin:0 auto}.app-tabbed{padding-bottom:calc(4.75rem + env(safe-area-inset-bottom))}.muted{color:var(--text-muted);text-align:center;padding:3rem 0}.muted-inline{color:var(--text-muted);font-size:.88rem}.error{color:var(--status-critical);background:var(--status-critical-soft);border:1px solid var(--status-critical);border-radius:var(--radius-sm);margin:.75rem 0;padding:.65rem .8rem;font-size:.88rem}.eyebrow{text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);font-size:.72rem;font-weight:700}.gate{padding-top:2.5rem}.gate h1{letter-spacing:-.03em;font-size:2.1rem}.lede{color:var(--text-secondary);margin:.5rem 0 1.5rem;line-height:1.5}.gate-tabs{background:var(--surface-sunken);border-radius:var(--radius-sm);gap:.3rem;margin-bottom:1.5rem;padding:.3rem;display:flex}.gate-tab{border-radius:calc(var(--radius-sm) - .2rem);min-width:0;color:var(--text-muted);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;flex:1;padding:.6rem .4rem;font-size:clamp(.72rem,3vw,.82rem);font-weight:600}.gate-tab[aria-selected=true]{background:var(--surface);border-color:var(--border);color:var(--text)}.gate label,.signin-form label{color:var(--text-muted);margin-bottom:.4rem;font-size:.78rem;font-weight:600;display:block}.gate input,.signin-form input{width:100%;font:inherit;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);padding:.8rem;font-size:1rem}.gate input.code-input{letter-spacing:.1em;text-align:center;padding:.9rem;font-size:1.2rem;font-weight:700}.gate input:focus,.signin-form input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft);outline:none}.hint{color:var(--text-muted);margin:.5rem 0 1.1rem;font-size:.82rem;line-height:1.45}.gate button[type=submit],.signin-form button[type=submit]{border-radius:var(--radius-sm);background:var(--primary);color:#fff;cursor:pointer;border:none;width:100%;padding:.95rem;font-size:1rem;font-weight:600}.gate button[type=submit]:disabled,.signin-form button[type=submit]:disabled{opacity:.45;cursor:not-allowed}.gate .hint:last-child{margin-top:1rem;margin-bottom:0}.you-section{margin-bottom:1.75rem}.you-section h2{margin-bottom:.6rem;font-size:.9rem}.you-section p{color:var(--text-secondary);margin:0 0 .6rem;font-size:.85rem;line-height:1.55}.you-section .filter-row{margin-bottom:0}.you-details{margin-bottom:1.5rem}.you-details h2{margin-bottom:.6rem;font-size:.9rem}.detail-note{color:var(--text-muted);margin-top:.6rem;font-size:.8rem;line-height:1.55}.detail-row{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);margin-bottom:.5rem;padding:.7rem .85rem}.detail-row.is-open{background:var(--surface-sunken)}.detail-head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.detail-head .link{flex:none;padding:.3rem 0}.detail-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.72rem;display:block}.detail-value{overflow-wrap:anywhere;font-size:.95rem;font-weight:600;display:block}.signin-done{color:var(--status-good);margin-top:.4rem;font-size:.8rem;font-weight:600}.signin-form{margin-top:.75rem}.signin-form .link{text-align:center;width:100%;margin-top:.5rem;display:block}.setup-card,.link-code{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--primary-soft);margin-bottom:1.5rem;padding:.95rem 1rem}.setup-card h2,.link-code h2{margin:0 0 .35rem;font-size:.95rem}.setup-card p,.link-code p{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.5}.setup-card .hint,.link-code .hint{color:var(--text-muted)}.setup-card>button,.link-code>button{margin-top:.85rem}.link-code.is-open{background:var(--surface)}.setup-actions{margin-top:.5rem}.setup-actions .link{text-align:center;width:100%;margin-top:.5rem;display:block}.link-confirm p+p{margin-top:.6rem}.link-headline{font-weight:600;color:var(--text)!important}.link-result .signin-form{margin-top:1rem}.setup-dialog{border-radius:var(--radius);background:var(--surface);color:var(--text);border:none;width:min(26rem,100vw - 2.5rem);padding:1.35rem 1.25rem 1.1rem;box-shadow:0 18px 48px #0000003d}.setup-dialog::backdrop{background:#1c162680}.setup-dialog h2{margin:0 0 .5rem;font-size:1.15rem}.setup-dialog>p{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.55}.you-danger{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.25rem}.you-danger h2{color:var(--status-critical);margin-bottom:.5rem;font-size:.9rem}.you-danger p{color:var(--text-secondary);margin-bottom:.6rem;font-size:.84rem;line-height:1.55}.you-danger .link.danger{color:var(--status-critical);padding:0}.you-danger.is-open{background:var(--status-critical-soft);border:1px solid var(--status-critical);border-radius:var(--radius-sm);padding:1rem}.signin-form button[type=submit].danger{background:var(--status-critical);border-color:var(--status-critical);color:#fff}.profile-top{justify-content:flex-end;gap:.5rem;margin-bottom:.25rem;display:flex}.link{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.3rem;font-size:.85rem}.hero{margin-bottom:1.5rem}.hero-figure{letter-spacing:-.04em;margin:.35rem 0 .4rem;font-size:clamp(3.4rem,16vw,4.5rem);font-weight:700;line-height:1}.hero-sep{color:var(--text-muted);margin:0 .12em;font-weight:500}.hero-caption{color:var(--text-secondary);font-size:.9rem}.streak-won{color:var(--status-good);font-weight:600}.streak-lost{color:var(--status-critical);font-weight:600}.form-guide{align-items:center;gap:.6rem;margin-top:1rem;display:flex}.form-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.72rem}.form-pills{gap:.35rem;display:flex}.pill{border:1px solid #0000;border-radius:50%;place-items:center;width:1.7rem;height:1.7rem;font-size:.76rem;font-weight:700;display:grid}.pill-won{background:var(--status-good-soft);color:var(--status-good);border-color:var(--status-good)}.pill-lost{background:var(--status-critical-soft);color:var(--status-critical);border-color:var(--status-critical)}.pill-none{background:var(--surface-sunken);color:var(--text-muted);border-color:var(--border)}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6rem;margin-bottom:1.5rem;display:grid}.stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.1rem;padding:.85rem .95rem;display:flex}.stat-value{font-size:1.55rem;font-weight:700;line-height:1.1}.stat-label{color:var(--text-secondary);font-size:.8rem}.stat-note{color:var(--text-muted);font-size:.7rem}.shot-profile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;padding:1.1rem}.shot-profile h2{margin-bottom:.9rem;font-size:.95rem}.stack{background:var(--surface-sunken);border-radius:4px;gap:2px;height:14px;display:flex;overflow:hidden}.stack-seg{height:100%;display:block}.stack-seg:first-child{border-radius:4px 0 0 4px}.stack-seg:last-child{border-radius:0 4px 4px 0}.stack-seg:only-child{border-radius:4px}.seg-1{background:var(--series-1)}.seg-2{background:var(--series-2)}.stack-legend{flex-wrap:wrap;gap:.4rem 1.1rem;margin-top:.7rem;display:flex}.stack-legend li{align-items:center;gap:.4rem;font-size:.82rem;display:flex}.swatch{border-radius:3px;flex-shrink:0;width:10px;height:10px}.legend-label{color:var(--text-secondary)}.legend-value{font-variant-numeric:tabular-nums;font-weight:700}.meters{gap:1rem;margin-top:1.35rem;display:grid}.meter-head{justify-content:space-between;align-items:baseline;margin-bottom:.35rem;display:flex}.meter-label{color:var(--text-secondary);font-size:.85rem}.meter-value{font-variant-numeric:tabular-nums;font-size:1rem;font-weight:700}.meter-track{background:var(--seq-track);border-radius:4px;height:10px;overflow:hidden}.meter-fill{background:var(--seq-fill);border-radius:4px;height:100%;display:block}.meter-caption{color:var(--text-muted);margin-top:.3rem;font-size:.74rem}.highlights{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.6rem;margin-bottom:1.5rem;display:grid}.highlight{background:var(--surface-sunken);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.12rem;padding:.8rem .9rem;display:flex}.highlight-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);font-size:.7rem}.highlight-value{overflow-wrap:anywhere;font-size:1.15rem;font-weight:700}.highlight-note{color:var(--text-muted);overflow-wrap:anywhere;font-size:.75rem}a.highlight{color:inherit;text-decoration:none}a.highlight:active{background:var(--surface)}.match-list h2{margin-bottom:.8rem;font-size:.95rem}.match-list ol{flex-direction:column;gap:.6rem;display:flex}.match{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--border);border-radius:var(--radius);overflow:hidden}.match-link{color:inherit;align-items:center;gap:.9rem;padding:.85rem .95rem;text-decoration:none;display:flex}.match-link:active{background:var(--surface-sunken)}@media (hover:hover){.match-link:hover{background:var(--surface-sunken)}}.match-chevron{color:var(--text-muted);flex-shrink:0;font-size:1.4rem;line-height:1}.match.won{border-left-color:var(--status-good)}.match.lost{border-left-color:var(--status-critical)}.match-score{font-variant-numeric:tabular-nums;flex-shrink:0;align-items:baseline;gap:.1rem;min-width:3.6rem;display:flex}.ms-yours{font-size:1.5rem;font-weight:700}.ms-dash{color:var(--text-muted)}.ms-theirs{color:var(--text-muted);font-size:1.05rem;font-weight:600}.match-body{flex:1;min-width:0}.match-versus{overflow-wrap:anywhere;font-size:.95rem;font-weight:600}.match-partner{color:var(--text-secondary);overflow-wrap:anywhere;font-size:.82rem}.match-meta{color:var(--text-muted);margin-top:.2rem;font-size:.74rem}.match-chips{flex-wrap:wrap;gap:.3rem;margin-top:.5rem;display:flex}.chip{color:var(--text-secondary);background:var(--surface-sunken);border:1px solid var(--border);border-radius:999px;padding:.14rem .45rem;font-size:.7rem;font-weight:600}.chip-quiet{color:var(--text-muted);font-weight:400}.empty{padding-top:1rem}.empty-head{margin-bottom:1.5rem}.empty-head h1{letter-spacing:-.03em;overflow-wrap:anywhere;margin:.4rem 0 .6rem;font-size:clamp(1.6rem,7vw,2rem);line-height:1.15}.empty-lede{color:var(--text-secondary);line-height:1.55}.live-note{background:var(--status-good-soft);border:1px solid var(--status-good);color:var(--status-good);border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem .75rem;font-size:.82rem;font-weight:600;display:inline-flex}.live-dot{background:var(--status-good);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite live-pulse}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.live-dot{animation:none}}.preview{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;padding:1.1rem}.preview-card{background:var(--surface-sunken);border-radius:var(--radius-sm);margin-bottom:1.1rem;padding:.9rem}.ghost{background:var(--border);border-radius:5px;display:block}.ghost-hero{width:38%;height:2rem;margin-bottom:.55rem}.ghost-line{width:62%;height:.6rem;margin-bottom:.9rem}.ghost-row{gap:.35rem;display:flex}.ghost-pill{border-radius:50%;width:1.55rem;height:1.55rem}.promise-list{flex-direction:column;gap:.9rem;display:flex}.promise-list li{flex-direction:column;gap:.1rem;display:flex}.promise-title{font-size:.9rem;font-weight:600}.promise-body{color:var(--text-secondary);font-size:.84rem;line-height:1.45}.empty-foot{color:var(--text-muted);text-align:center;font-size:.84rem;line-height:1.5}.spark{width:100%;height:34px;margin:.55rem 0 .1rem;display:block;overflow:visible}.spark-lg{height:130px;margin:.9rem 0 .4rem}.spark-base{stroke:var(--border);stroke-width:1px}.spark-line{fill:none;stroke-width:2px;stroke-linejoin:round;stroke-linecap:round}.spark-line.won{stroke:var(--status-good)}.spark-line.lost{stroke:var(--status-critical)}.spark-area{stroke:none}.spark-area.won{fill:var(--status-good-soft)}.spark-area.lost{fill:var(--status-critical-soft)}.match-story{color:var(--text-secondary);font-size:.76rem;font-weight:600}.tabbar{z-index:10;background:color-mix(in srgb, var(--surface) 92%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);display:flex;position:fixed;bottom:0;left:0;right:0}.tab{color:var(--text-muted);flex-direction:column;flex:1;align-items:center;gap:.15rem;min-height:3rem;padding:.5rem .25rem .55rem;font-size:.68rem;font-weight:500;text-decoration:none;display:flex}.tab-active{color:var(--primary)}.tab:active{background:var(--surface-sunken)}.app-body{min-height:60vh}.back-link{color:var(--primary);cursor:pointer;background:0 0;border:0;margin-bottom:.6rem;padding:.35rem 0;font-size:.9rem;font-weight:500}.section-head{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.8rem;display:flex}.section-head h1{font-size:1.35rem}.section-head h2{font-size:.95rem}.link{color:var(--primary);cursor:pointer;background:0 0;border:0;font-size:.85rem;font-weight:500;text-decoration:none}.not-found{text-align:center;padding:4rem 0}.not-found h1{margin-bottom:.4rem;font-size:1.4rem}.not-found .retry{margin-top:1rem}.filter-row{gap:.4rem;margin-bottom:1rem;display:flex}.filter{border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;border-radius:999px;flex:1;padding:.5rem .6rem;font-size:.82rem;font-weight:500}.filter-active{background:var(--primary);border-color:var(--primary);color:#fff}.trend{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;padding:1rem 1.1rem}.trend-head{justify-content:space-between;align-items:baseline;margin-bottom:.5rem;display:flex}.trend-head h2{font-size:.95rem}.trend-now{font-variant-numeric:tabular-nums;font-size:1.35rem;font-weight:700}.trend-svg{width:100%;height:90px;display:block;overflow:visible}.trend-baseline{stroke:var(--border);stroke-width:1px;stroke-dasharray:3 3}.trend-line{fill:none;stroke:var(--series-1);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.trend-caption{color:var(--text-muted);margin-top:.5rem;font-size:.74rem;line-height:1.45}.trend-early h2{margin-bottom:.4rem}.rating{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;padding:1rem 1.1rem}.rating h2{font-size:.95rem}.rating .section-head{margin-bottom:.6rem}.rating-progress h2{margin-bottom:.7rem}.rating-progress .muted-inline{margin-top:.6rem;line-height:1.45;display:block}.rating-score{align-items:baseline;gap:.3rem;margin-bottom:.15rem;display:flex}.rating-number{font-variant-numeric:tabular-nums;color:var(--primary);font-size:2.6rem;font-weight:700;line-height:1}.rating-outof{color:var(--text-muted);font-size:.9rem}.rating-archetype{margin-bottom:.5rem;font-size:1rem;font-weight:600}.rating-scored .muted-inline{line-height:1.45;display:block}.rating-more{color:var(--primary);margin-top:.8rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-block}.rating-more:hover{text-decoration:underline}.you-head{align-items:center;gap:.4rem;display:flex}.you-head svg{color:var(--text-muted)}.you-line{color:var(--text-secondary);margin-bottom:.4rem;font-size:.88rem;line-height:1.5}.you-version{margin-top:.8rem;display:block}.rise{animation:.28s ease-out both rise;animation-delay:calc(var(--i,0) * 40ms)}@keyframes rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes pop{0%{opacity:0;transform:translate(-50%,-50%)scale(.8)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes wipe{0%{clip-path:inset(-40px 100% -40px -40px)}to{clip-path:inset(-40px)}}.board{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;padding:1rem 1.1rem}.board h2{font-size:.95rem}.board .section-head{margin-bottom:.4rem}.board-rows{margin:0;padding:0;list-style:none}.board-row{border-top:1px solid var(--border);grid-template-columns:auto minmax(0,7.5rem) minmax(0,1fr);align-items:start;gap:.6rem;padding:.6rem 0;display:grid}.board-icon{color:var(--text-muted);margin-top:.05rem}.board-row:first-child{border-top:none}.board-label{color:var(--text-muted);padding-top:.1rem;font-size:.8rem}.board-value{overflow-wrap:anywhere;font-size:.92rem;font-weight:600}.board-note{color:var(--text-muted);margin-top:.1rem;font-size:.8rem;font-weight:400;display:block}.board-empty{color:var(--text-muted);font-weight:400}.board-footer{color:var(--text-muted);margin-top:.6rem;font-size:.78rem;line-height:1.45}.board-link{color:inherit;text-decoration:none;display:block}.board-link .board-note{color:var(--primary)}.board-link:hover .board-note{text-decoration:underline}.ichips{flex-wrap:wrap;gap:.35rem;margin:.9rem 0 0;padding:0;list-style:none;display:flex}.ichip{background:var(--surface-sunken);border:1px solid var(--border);white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;padding:.28rem .6rem;font-size:.78rem;display:inline-flex}.ichip svg{color:var(--text-muted);flex:none}.badges{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.badges li{color:var(--primary);background:var(--primary-soft);border:1px solid var(--primary-soft);border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .7rem;font-size:.82rem;font-weight:600;display:inline-flex}.badges svg{flex:none}.more{margin-top:.7rem}.more-summary{color:var(--text-muted);cursor:pointer;align-items:center;gap:.35rem;padding:.2rem 0;font-size:.8rem;font-weight:600;list-style:none;display:inline-flex}.more-summary::-webkit-details-marker{display:none}.more-summary:hover,.more[open] .more-summary{color:var(--primary)}.more-body{margin-top:.4rem}.more-body p{color:var(--text-muted);margin:0 0 .4rem;font-size:.82rem;line-height:1.55}.ribbon{margin-top:.3rem}.ribbon-legend{color:var(--text-muted);flex-wrap:wrap;gap:.75rem;font-size:.78rem;display:flex}.ribbon-legend span{align-items:center;gap:.35rem;display:inline-flex}.ribbon-swatch{border-radius:2px;width:10px;height:14px;display:inline-block}.ribbon-swatch.is-winners{background:var(--series-1)}.ribbon-swatch.is-losers{border:2px solid var(--series-2)}.ribbon-readout{min-height:1.2em;margin:.5rem 0 .4rem;font-size:.82rem;font-weight:600}.ribbon-blocks,.ribbon-marks{grid-template-columns:repeat(var(--points), 1fr);gap:2px;display:grid}.ribbon-block{border:2px solid var(--series-2);cursor:pointer;height:30px;animation:.22s ease-out both paused rise;animation-delay:calc(var(--i) * 22ms);background:0 0;border-radius:3px;padding:0}.ribbon.is-in .ribbon-block{animation-play-state:running}.ribbon-block.is-winners{background:var(--series-1);border-color:var(--series-1)}.ribbon-block.is-selected{outline:2px solid var(--text);outline-offset:2px}.ribbon-block:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.ribbon-marks{min-height:2.4rem;margin-top:.25rem}.ribbon-mark{opacity:0;flex-direction:column;align-items:center;min-width:0;display:flex}.ribbon.is-in .ribbon-mark{animation:.24s ease-out both fade-in;animation-delay:calc(var(--points) * 22ms + .12s)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.ribbon-icon{color:var(--text-muted)}.ribbon-icon.is-star{color:var(--series-1)}.ribbon-icon.is-flag{color:var(--series-2)}.ribbon-score{font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--text);font-size:.65rem;font-weight:700}.board-match h1{overflow-wrap:anywhere;margin:.15rem 0 .4rem;font-size:1.2rem;line-height:1.3}.board-match-eyebrow{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);align-items:center;gap:.35rem;margin-top:.5rem;font-size:.75rem;font-weight:600;display:flex}.board-match-v{color:var(--text-muted);font-weight:400}.board-match-score{font-variant-numeric:tabular-nums;margin-bottom:.8rem;font-size:2.2rem;font-weight:700;line-height:1}.board-match-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.6rem;display:flex}.board-match-legend{color:var(--text-muted);align-items:center;gap:.35rem;font-size:.75rem;display:inline-flex}.board-match-legend i{background:var(--series-1);border-radius:2px;width:10px;height:3px}.board-match-headline{margin:0 0 .8rem;font-size:1.05rem;font-weight:600;line-height:1.45}.mchart{height:150px;margin:1.4rem 0 1.6rem;animation:.6s ease-out both wipe;position:relative}.mchart-svg{width:100%;height:100%;display:block;overflow:visible}.mchart-base{stroke:var(--border);stroke-width:1px}.mchart-area{fill:var(--series-1);opacity:.1}.mchart-line{fill:none;stroke:var(--series-1);stroke-width:2.25px;stroke-linejoin:round;stroke-linecap:round}.mchart-mark{pointer-events:none;flex-direction:column;align-items:center;animation:.26s ease-out .62s both pop;display:flex;position:absolute;transform:translate(-50%,-50%)}.mchart-dot{background:var(--surface);border:2px solid var(--series-1);border-radius:50%;width:9px;height:9px}.mchart-label{font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--text);font-size:.72rem;font-weight:700;position:absolute}.mchart-above .mchart-label{margin-bottom:.2rem;bottom:100%}.mchart-below .mchart-label{margin-top:.2rem;top:100%}.mchart-end .mchart-label{right:0}.mchart-start .mchart-label{left:0}.board-match-why{color:var(--text-muted);margin-top:.4rem;font-size:.85rem;line-height:1.5}.board-match .board-footer{margin-top:1rem}@media (width<=360px){.board-row{grid-template-columns:auto minmax(0,1fr);gap:.1rem .5rem}.board-label,.board-value{grid-column:2}}.standing h1{margin:.5rem 0 1rem;font-size:1.35rem}.step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1rem 1.1rem}.step-head{align-items:center;gap:.5rem;display:flex}.step-head h2{font-size:.95rem}.step-n{background:var(--primary-soft);width:1.35rem;height:1.35rem;color:var(--primary);border-radius:50%;flex:none;place-items:center;font-size:.75rem;font-weight:700;display:grid}.step-value{font-variant-numeric:tabular-nums;overflow-wrap:anywhere;margin:.4rem 0 .2rem;font-size:1.6rem;font-weight:700;line-height:1.2}.step-outof{color:var(--text-muted);font-size:.85rem;font-weight:400}.step-line{color:var(--text-secondary);margin-top:.5rem;font-size:.88rem;line-height:1.5}.ladder{margin:.7rem 0 0;padding:0;list-style:none}.ladder li{border-radius:var(--radius-sm);color:var(--text-muted);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.6rem;padding:.4rem .5rem;font-size:.82rem;display:grid}.ladder li.is-you{background:var(--primary-soft);color:var(--text);font-weight:600}.ladder-name{align-items:center;gap:.2rem;min-width:0;display:inline-flex}.ladder-name svg{color:var(--primary);flex:none}.ladder-range{font-variant-numeric:tabular-nums}.parts{margin-top:.9rem}.parts-list{margin:.6rem 0 0;padding:0;list-style:none}.part+.part{margin-top:.75rem}.part-head{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.part-label{font-size:.85rem;font-weight:600}.part-points{font-variant-numeric:tabular-nums;flex:none;font-size:.8rem;font-weight:700}.part-of{color:var(--text-muted);font-weight:400}.shot-ask{margin-top:1rem;font-size:.88rem;font-weight:700}.shot-note{color:var(--text-muted);margin-top:.5rem;font-size:.78rem;line-height:1.5}.part-values{font-variant-numeric:tabular-nums;flex:none;font-size:.8rem}.part-theirs{color:var(--text-muted)}.part-scale{height:.6rem;margin-top:.35rem;display:block;position:relative}.part-axis{background:var(--surface-sunken);border-radius:1px;height:2px;margin-top:-1px;position:absolute;top:50%;left:0;right:0}.part-scale:before{content:"";background:var(--text-muted);opacity:.5;border-radius:1px;width:2px;margin-left:-1px;position:absolute;top:0;bottom:0;left:50%}.part-arm{border-radius:999px;height:.4rem;margin-top:-.2rem;position:absolute;top:50%}.part-arm.is-ahead{background:var(--primary);left:50%}.part-arm.is-behind{background:var(--text-muted);right:50%}.part-track{background:var(--surface-sunken);border-radius:999px;height:.5rem;margin-top:.3rem;display:block;position:relative}.part-fill{background:var(--primary);border-radius:999px;height:100%;display:block}.part-mark{background:var(--text);opacity:.55;border-radius:1px;width:2px;height:.8rem;position:absolute;top:-.15rem}.part-note{color:var(--text-muted);margin-top:.25rem;font-size:.78rem;line-height:1.5}.next-group{border-top:1px solid var(--border);margin-top:.9rem;padding-top:.85rem}.next-head{font-size:.88rem;font-weight:700}.next-group .step-line{margin-top:.35rem}.games{border-top:1px solid var(--border);margin-top:.9rem;padding-top:.85rem}.games-head{font-size:.88rem;font-weight:700}.games .step-line{margin-top:.35rem}.games-strip{border-radius:var(--radius-sm);background:var(--surface-sunken);height:2rem;margin-top:.6rem;position:relative;overflow:hidden}.games-band{background:var(--primary-soft);position:absolute;top:0;bottom:0}.games-dot{background:var(--text-muted);opacity:.75;border-radius:50%;width:.5rem;height:.5rem;margin:-.25rem 0 0 -.25rem;position:absolute;top:50%}.games-mark{background:var(--primary);border-radius:1px;width:2px;margin-left:-1px;position:absolute;top:.15rem;bottom:.15rem}.games-scale{color:var(--text-muted);font-variant-numeric:tabular-nums;justify-content:space-between;margin:.2rem 0 0;padding:0;font-size:.68rem;list-style:none;display:flex}.games-ends{color:var(--text-secondary);font-variant-numeric:tabular-nums;margin-top:.5rem;font-size:.8rem}.games-ends strong{color:var(--text)}.games-sep{color:var(--text-muted);margin:0 .45rem}.expectation{color:var(--text-secondary);flex-wrap:wrap;align-items:baseline;gap:.4rem;margin-top:.6rem;font-size:.85rem;line-height:1.5;display:flex}.expectation-upset{letter-spacing:.04em;text-transform:uppercase;color:var(--primary);background:var(--primary-soft);border-radius:999px;padding:.12rem .5rem;font-size:.7rem;font-weight:700}.expectation-rated{color:var(--text-muted)}.proof{margin:.9rem 0 0;padding:0;list-style:none}.proof-row+.proof-row{border-top:1px solid var(--border);margin-top:.9rem;padding-top:.9rem}.proof-head{flex-wrap:wrap;align-items:baseline;gap:.4rem;display:flex}.proof-word{font-size:.95rem;font-weight:700}.proof-measure{color:var(--text-secondary);font-size:.8rem}.proof-better{color:var(--text-muted);background:var(--surface-sunken);border-radius:999px;margin-left:auto;padding:.1rem .45rem;font-size:.7rem}.proof-bars{margin:.5rem 0 0;padding:0;list-style:none}.proof-bars li{grid-template-columns:6.5rem minmax(0,1fr) 2.6rem;align-items:center;gap:.5rem;padding:.12rem 0;display:grid}.proof-who{color:var(--text-muted);font-size:.75rem}.proof-bars li.is-you .proof-who{color:var(--text);font-weight:700}.proof-track{background:var(--surface-sunken);border-radius:999px;height:.65rem;overflow:hidden}.proof-fill{background:var(--text-muted);border-radius:999px;height:100%;display:block}.proof-bars li.is-you .proof-fill{background:var(--primary)}.proof-number{font-variant-numeric:tabular-nums;text-align:right;color:var(--text-muted);font-size:.75rem}.proof-bars li.is-you .proof-number{color:var(--text);font-weight:700}.proof-verdict{color:var(--text-secondary);margin-top:.45rem;font-size:.82rem;line-height:1.5}.proof-figures{margin:.4rem 0 0;padding-left:1.1rem}.proof-figures li{color:var(--text-muted);font-size:.8rem;line-height:1.55}.dist{margin:0 0 .9rem}.dist-bars{grid-template-columns:repeat(10,1fr);align-items:end;gap:3px;height:88px;display:grid}.dist-col{align-items:flex-end;height:100%;display:flex}.dist-bar{background:var(--surface-sunken);border:1px solid var(--border);transform-origin:bottom;width:100%;animation:.32s ease-out both grow;animation-delay:calc(var(--i,0) * 35ms);border-bottom:none;border-radius:3px 3px 0 0;display:block}.dist-bar.is-you{background:var(--series-1);border-color:var(--series-1)}.dist-axis{border-top:1px solid var(--border);grid-template-columns:repeat(10,1fr);gap:3px;min-height:1.1rem;padding-top:.25rem;display:grid}.dist-tick{color:var(--series-1);text-align:center;white-space:nowrap;font-size:.7rem;font-weight:700;overflow:visible}.dist-scale{color:var(--text-muted);justify-content:space-between;margin-top:.1rem;font-size:.7rem;display:flex}.rating-history{margin-top:.9rem}.rating-history-svg{width:100%;height:64px;display:block;overflow:visible}.rating-history-line{fill:none;stroke:var(--series-1);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.rating-history-dot{fill:var(--surface);stroke:var(--series-1);stroke-width:2px}.rating-history-caption,.rating-history-none{color:var(--text-muted);margin-top:.55rem;font-size:.74rem;line-height:1.45;display:block}.bests{margin-bottom:1.5rem}.bests h2{margin-bottom:.8rem;font-size:.95rem}.bests-list{grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:.6rem;display:grid}.best-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:inherit;flex-direction:column;gap:.1rem;padding:.8rem .9rem;text-decoration:none;display:flex}.best-label{color:var(--text-muted);font-size:.72rem;font-weight:500}.best-value{font-size:1.5rem;font-weight:700}.best-detail{color:var(--text-secondary);overflow-wrap:anywhere;font-size:.74rem}.detail-head{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1.1rem 1.2rem}.detail-head.won{border-left-color:var(--status-good)}.detail-head.lost{border-left-color:var(--status-critical)}.detail-score{font-variant-numeric:tabular-nums;align-items:baseline;gap:.25rem;margin:.2rem 0 .5rem;display:flex}.ds-yours{font-size:3rem;font-weight:700;line-height:1}.ds-dash{color:var(--text-muted);font-size:1.6rem}.ds-theirs{color:var(--text-muted);font-size:1.9rem;font-weight:600}.detail-versus{overflow-wrap:anywhere;font-size:1rem;font-weight:600}.detail-partner{color:var(--text-secondary);font-size:.85rem}.detail-meta{color:var(--text-muted);margin-top:.35rem;font-size:.78rem}.fact-chips{flex-wrap:wrap;gap:.35rem;margin-bottom:.6rem;display:flex}.chip-note{color:var(--text-muted);margin-bottom:1rem;font-size:.74rem;line-height:1.45}.detail-shape,.detail-stats{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1rem 1.1rem}.detail-shape h2,.detail-stats h2{margin-bottom:.4rem;font-size:.95rem}.detail-story{margin-top:.4rem;font-size:.95rem;font-weight:600}.detail-notes{flex-direction:column;gap:.25rem;margin-top:.5rem;display:flex}.detail-notes li{color:var(--text-secondary);font-size:.82rem}.detail-nav{justify-content:space-between;gap:1rem;margin:1.25rem 0 .5rem;display:flex}.detail-nav-link{color:var(--primary);font-size:.88rem;font-weight:500;text-decoration:none}.people-screen h1,.person-detail h1,.you-screen h1{margin-bottom:.9rem;font-size:1.35rem}.people-screen h2{color:var(--text-secondary);margin:1.25rem 0 .6rem;font-size:.9rem}.person-list{flex-direction:column;gap:.5rem;display:flex}.person-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:inherit;align-items:flex-start;gap:.7rem;padding:.7rem .85rem;text-decoration:none;display:flex}.person-row:active{background:var(--surface-sunken)}.person-main{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}.person-line{align-items:baseline;gap:.5rem;display:flex}.person-name{overflow-wrap:anywhere;flex:1;font-size:.92rem;font-weight:600}.person-record{font-variant-numeric:tabular-nums;font-size:.95rem;font-weight:700}.person-when{color:var(--text-muted);white-space:nowrap;font-size:.72rem}.person-roles{color:var(--text-secondary);font-size:.76rem}.person-played{color:var(--text-muted);font-size:.72rem}.person-form{flex-wrap:wrap;gap:.25rem;margin-top:.1rem;display:flex}.pill-sm{width:1.35rem;height:1.35rem;font-size:.66rem}.people-summary{color:var(--text-muted);margin:-.5rem 0 1.1rem;font-size:.82rem}.show-all{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-secondary);cursor:pointer;margin-top:.75rem;padding:.7rem;font-size:.85rem;font-weight:600}.show-all:active{background:var(--surface-sunken)}.person-head{text-align:center;margin-bottom:1.25rem}.person-head h1{margin:.6rem 0 .8rem}.person-records{justify-content:center;gap:1.5rem;display:flex}.person-records li{flex-direction:column;gap:.1rem;display:flex}.pr-label{color:var(--text-muted);font-size:.72rem;font-weight:500}.pr-value{font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:700}.pr-note{color:var(--text-muted);font-size:.72rem}.avatar{background:var(--primary-soft);color:var(--primary);letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.avatar-sm{width:2.1rem;height:2.1rem;font-size:.72rem}.avatar-md{width:3rem;height:3rem;font-size:1rem}.avatar-lg{width:4.25rem;height:4.25rem;font-size:1.4rem}.you-head{text-align:center;margin-bottom:1.5rem}.you-head h1{margin:.7rem 0 .2rem}.you-record{margin-bottom:1.5rem}.you-record ul{grid-template-columns:repeat(auto-fit,minmax(7rem,1fr));gap:.6rem;display:grid}.you-record li{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.1rem;padding:.8rem .9rem;display:flex}.yr-value{font-variant-numeric:tabular-nums;font-size:1.35rem;font-weight:700}.yr-label{color:var(--text-muted);font-size:.72rem}.you-about,.you-install{margin-bottom:1.5rem}.you-about h2,.you-install h2{margin-bottom:.4rem;font-size:.9rem}.you-about p,.you-install p{color:var(--text-secondary);margin-bottom:.4rem;font-size:.84rem;line-height:1.55}.sign-out{border-radius:var(--radius-sm);border:1px solid var(--status-critical);width:100%;color:var(--status-critical);cursor:pointer;background:0 0;padding:.85rem;font-size:.92rem;font-weight:600}.sign-out-note{color:var(--text-muted);text-align:center;margin-top:.5rem;font-size:.74rem;line-height:1.45}.skeleton{padding-top:.5rem}.skeleton-grid{grid-template-columns:repeat(auto-fit,minmax(7rem,1fr));gap:.6rem;margin:1rem 0 1.5rem;display:grid}.skeleton-list{flex-direction:column;gap:.6rem;display:flex}.skeleton-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:.9rem;padding:.85rem .95rem;display:flex}.skeleton-row-body{flex-direction:column;flex:1;gap:.4rem;display:flex}.ghost-score{width:3.2rem;height:1.6rem}.ghost-tile{border-radius:var(--radius);width:100%;height:4.2rem}.ghost{background:linear-gradient(90deg, var(--surface-sunken) 25%, var(--border) 37%, var(--surface-sunken) 63%);background-size:400% 100%;animation:1.4s ease-in-out infinite ghost-shimmer}@keyframes ghost-shimmer{0%{background-position:100%}to{background-position:0}}@media (prefers-reduced-motion:reduce){.ghost{animation:none}}.error-state{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;margin-top:2rem;padding:1.5rem 1.2rem}.error-state-title{margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.error-state-body{color:var(--text-secondary);font-size:.86rem;line-height:1.5}.retry{border-radius:var(--radius-sm);background:var(--primary);color:#fff;cursor:pointer;border:0;margin-top:1rem;padding:.7rem 1.4rem;font-size:.9rem;font-weight:600}.stale-note{color:var(--text-muted);text-align:center;margin-bottom:.75rem;font-size:.76rem}.crash{text-align:center;padding:3rem 1rem}.crash h1{margin-bottom:.5rem;font-size:1.3rem}.crash p{color:var(--text-secondary);font-size:.88rem;line-height:1.5}.crash details{text-align:left;margin-top:1.5rem}.crash summary{color:var(--text-muted);cursor:pointer;font-size:.8rem}.crash pre{background:var(--surface-sunken);border-radius:var(--radius-sm);margin-top:.5rem;padding:.7rem;font-size:.7rem;overflow-x:auto}.google-signin{display:block}.google-btn{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);cursor:pointer;justify-content:center;align-items:center;gap:.6rem;padding:.85rem;font-family:inherit;font-size:1rem;font-weight:600;display:flex}.google-btn:hover:not(:disabled){border-color:var(--primary)}.google-btn:disabled{opacity:.5;cursor:not-allowed}.google-mark{flex:none;width:1.15rem;height:1.15rem}.google-unavailable{text-align:center;margin:0 0 1rem}.google-caption{color:var(--text-muted);text-align:center;margin:.45rem 0 0;font-size:.78rem}.or-divider{color:var(--text-muted);align-items:center;gap:.75rem;margin:1.25rem 0;font-size:.8rem;display:flex}.or-divider:before,.or-divider:after{content:"";background:var(--border);flex:1;height:1px}.gate-cancel{text-align:center;width:100%;margin-top:.75rem;display:block}.signin-form .google-signin{margin-top:.25rem}@media (prefers-reduced-motion:reduce){.rise,.ribbon-block,.ribbon-mark,.mchart,.mchart-mark,.dist-bar{animation:none}.ribbon-mark{opacity:1}}
