:root{color-scheme:dark;--bg:#101217;--panel:#1a1e27;--text:#e8ecf3;--muted:#99a4b5;--accent:#7bdff2;--border:#2b3240;--win:#80d995;--loss:#ff9292}*{box-sizing:border-box}body,html{min-height:100%}body{min-height:100vh;margin:0;flex-direction:column;background:var(--bg);color:var(--text);font:16px/1.5 system-ui,sans-serif}body,header{display:flex}header{justify-content:space-between;padding:1rem max(1rem,calc((100vw - 1280px) / 2));border-bottom:1px solid var(--border)}header a{color:var(--accent);text-decoration:none;font-weight:700}nav{display:flex;gap:1rem}main{width:100%;max-width:1280px;flex:1 1;margin:2rem auto;padding:0 1rem}footer{padding:1.5rem 1rem;border-top:1px solid var(--border);color:var(--muted);text-align:center;font-size:.875rem}h1,h2{line-height:1.2}h2{margin:0}.panel{margin:1rem 0;padding:1rem;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--panel)}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1rem}.table-scroll{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse}td,th{padding:.65rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}th{color:var(--muted);white-space:nowrap}tbody tr:last-child>td{border-bottom:0}a{color:var(--accent)}.label,.muted{color:var(--muted)}.player-title{display:flex;align-items:baseline;gap:.65rem}.platform-badge{padding:.1rem .45rem;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:.8rem;font-weight:600;vertical-align:middle}.aliases{margin-top:-.5rem}.profile-summary{display:grid;grid-template-columns:10rem 10rem minmax(20rem,1fr);grid-gap:1.5rem;gap:1.5rem}.profile-summary div{display:flex;flex-direction:column;gap:.25rem}.label{font-size:.875rem}.character-team{display:inline-flex;align-items:center;gap:.2rem;min-width:max-content}.character-portrait{width:44px;height:56px;border-radius:5px;background:#11151d;object-fit:contain}.unknown-character{display:inline-grid;width:44px;height:56px;place-items:center;border:1px solid var(--border);border-radius:5px;color:var(--muted)}.pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem}.pagination a{padding:.25rem .5rem;border-radius:4px;text-decoration:none}.pagination a[aria-current=page]{background:var(--accent);color:var(--bg);font-weight:700}.page-link{display:inline-flex;gap:.75rem;align-items:center}.history-pagination{justify-content:space-between}.win{color:var(--win)}.loss{color:var(--loss)}.sets-table{min-width:70rem}.sets-table td:first-child,.sets-table th:first-child{width:2.5rem;padding-left:.25rem;padding-right:.25rem;text-align:center}.set-row>td{vertical-align:middle}.set-row>td:nth-last-child(-n+3){text-align:right;white-space:nowrap}.expand-button{width:2rem;height:2rem;border:0;border-radius:50%;background:transparent;color:var(--text);cursor:pointer;font:1.3rem/1 system-ui,sans-serif}.expand-button:hover{background:var(--border)}.opponent-platform{display:block;color:var(--muted);font-size:.75rem}.teams-versus{display:flex;align-items:center;gap:.5rem}.match-detail-row>td{padding:0 1rem 1rem 3.2rem;background:color-mix(in srgb,var(--panel) 82%,black)}.match-details{width:100%;overflow-x:auto}.match-details table{font-size:.875rem}.match-details td:not(:first-child),.match-details th:not(:first-child){text-align:right}.search-panel{max-width:46rem}.search-form{flex-direction:column}.search-form,.search-form>div{display:flex;gap:.5rem}.search-form input{min-width:0;flex:1 1;padding:.7rem .8rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);font:inherit}.search-form button{padding:.7rem 1rem;border:0;border-radius:6px;background:var(--accent);color:var(--bg);cursor:pointer;font:inherit;font-weight:700}code{color:var(--muted)}@media (max-width:720px){header{align-items:center}main{margin-top:1rem}.section-heading{align-items:flex-start;flex-direction:column}.profile-summary{grid-template-columns:1fr}nav{gap:.65rem;font-size:.875rem}.match-detail-row>td{padding-left:1rem}}