:root{--bg:#0b0e1a;--surface:#111827;--surface-2:#1a2235;--border:#1e293b;--border-hover:#2d3f5c;--accent:#7c3aed;--accent-hover:#6d28d9;--accent-glow:#7c3aed26;--green:#10b981;--red:#ef4444;--blue:#3b82f6;--amber:#f59e0b;--text:#f1f5f9;--text-2:#94a3b8;--text-3:#475569;--sidebar-w:220px;--radius:8px;--font:"Inter", system-ui, sans-serif}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}*{scrollbar-width:thin;scrollbar-color:var(--border-hover) transparent}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}.app-shell{height:100%;display:flex}.sidebar{width:var(--sidebar-w);min-width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--border);z-index:100;flex-direction:column;padding:0;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-logo{border-bottom:1px solid var(--border);padding:20px 20px 16px}.sidebar-logo h1{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-size:13px;font-weight:700}.sidebar-logo p{color:var(--text-3);margin-top:2px;font-size:11px}.sidebar-nav{flex-direction:column;flex:1;gap:2px;padding:12px 0;display:flex}.nav-link{color:var(--text-2);cursor:pointer;border-left:2px solid #0000;border-radius:0;align-items:center;gap:10px;padding:9px 20px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex}.nav-link:hover{background:var(--surface-2);color:var(--text);text-decoration:none}.nav-link.active{background:var(--accent-glow);color:var(--accent);border-left-color:var(--accent)}.nav-icon{opacity:.8;width:16px;height:16px}.main-content{margin-left:var(--sidebar-w);flex-direction:column;flex:1;min-height:100%;display:flex}.topbar{background:var(--surface);border-bottom:1px solid var(--border);z-index:50;align-items:center;gap:16px;padding:12px 28px;display:flex;position:sticky;top:0}.page-content{flex:1;padding:28px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;transition:border-color .15s}.card:hover{border-color:var(--border-hover)}.card-title{letter-spacing:.06em;text-transform:uppercase;color:var(--text-2);margin-bottom:16px;font-size:12px;font-weight:600}.stat-row{flex-wrap:wrap;gap:12px;margin-bottom:24px;display:flex}.stat-chip{background:var(--surface-2);border:1px solid var(--border);border-radius:6px;min-width:110px;padding:12px 16px}.stat-chip .label{color:var(--text-2);text-transform:uppercase;letter-spacing:.06em;font-size:11px}.stat-chip .value{font-variant-numeric:tabular-nums;margin-top:4px;font-size:22px;font-weight:700}.stat-chip .value.green{color:var(--green)}.stat-chip .value.accent{color:var(--accent)}.stat-chip .value.blue{color:var(--blue)}.stat-chip .value.amber{color:var(--amber)}.badge{letter-spacing:.04em;border-radius:20px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.badge-green{color:var(--green);background:#10b98126}.badge-red{color:var(--red);background:#ef444426}.badge-amber{color:var(--amber);background:#f59e0b26}.badge-accent{background:var(--accent-glow);color:var(--accent)}.badge-neutral{background:var(--surface-2);color:var(--text-2);border:1px solid var(--border)}.ag-theme-quartz-dark{--ag-background-color:var(--surface);--ag-odd-row-background-color:var(--surface);--ag-header-background-color:var(--surface-2);--ag-border-color:var(--border);--ag-row-border-color:var(--border);--ag-foreground-color:var(--text);--ag-secondary-foreground-color:var(--text-2);--ag-header-foreground-color:var(--text-2);--ag-row-hover-color:var(--surface-2);--ag-selected-row-background-color:var(--accent-glow);--ag-font-family:var(--font);--ag-font-size:13px;--ag-cell-horizontal-padding:12px;--ag-row-height:38px;--ag-header-height:38px}.input-dark{background:var(--surface-2);border:1px solid var(--border);color:var(--text);font-family:var(--font);border-radius:6px;outline:none;width:100%;padding:8px 12px;font-size:13.5px;transition:border-color .12s}.input-dark:focus{border-color:var(--accent)}.input-dark::placeholder{color:var(--text-3)}.search-container{position:relative}.search-results{background:var(--surface-2);border:1px solid var(--border);z-index:100;border-radius:6px;max-height:250px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px -5px #0006}.search-result-item{cursor:pointer;border-bottom:1px solid var(--border);padding:10px 14px;transition:background .12s}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:var(--surface)}.search-result-name{color:var(--text);font-weight:600}.search-result-meta{color:var(--text-2);margin-top:2px;font-size:11px}select.input-dark option{background:var(--surface-2)}.btn{font-family:var(--font);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:500;transition:background .12s,opacity .12s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-ghost{color:var(--text-2);border:1px solid var(--border);background:0 0}.btn-ghost:hover{background:var(--surface-2);color:var(--text)}.btn-danger{color:var(--red);background:#ef444426;border:1px solid #ef44444d}.btn-danger:hover{background:#ef444440}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-sm{padding:4px 10px;font-size:12px}.spinner{text-align:center;color:var(--text-2);padding:40px 0}.grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.grid-profile{grid-template-columns:260px 1fr;gap:16px;display:grid}.section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.section-title{color:var(--text);font-size:14px;font-weight:600}.text-muted{color:var(--text-2)}.text-sm{font-size:12px}.mono{font-variant-numeric:tabular-nums}.clickable{cursor:pointer}.clickable:hover{color:var(--accent)}.result-w{color:var(--green);font-weight:600}.result-l{color:var(--red);font-weight:600}.empty-state{text-align:center;color:var(--text-3);padding:40px;font-size:13px}.toast{background:var(--surface-2);color:var(--text);border:1px solid var(--accent);z-index:1000;pointer-events:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500;animation:2s forwards toast-in-out;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000080}@keyframes toast-in-out{0%{opacity:0;transform:translate(-50%,20px)}15%{opacity:1;transform:translate(-50%)}85%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-10px)}}.modal-overlay{z-index:200;background:#000000a6;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);resize:both;flex-direction:column;width:960px;min-width:400px;max-width:95vw;height:600px;min-height:300px;max-height:85vh;display:flex;overflow:auto;box-shadow:0 24px 64px #00000080}.modal-header{border-bottom:1px solid var(--border);background:var(--surface-2);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.modal-title{color:var(--text);font-size:13px;font-weight:600}.modal-body{flex-direction:column;flex:1;display:flex;overflow:hidden}.chart-wrap{height:200px;position:relative}.chart-wrap-tall{height:260px;position:relative}.profile-page{grid-template-columns:minmax(0,1fr) 176px;align-items:start;gap:18px;display:grid}.profile-main{min-width:0}.profile-hero,.profile-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.profile-hero{margin-bottom:18px;padding:20px}.profile-identity-row{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.profile-kicker,.profile-section-kicker{color:var(--text-2);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700}.profile-name{letter-spacing:0;margin-top:4px;font-size:30px;line-height:1.1}.profile-meta{color:var(--text-2);flex-wrap:wrap;gap:8px;margin-top:8px;font-size:13px;display:flex}.profile-meta span{border:1px solid var(--border);background:var(--surface-2);border-radius:999px;padding:2px 8px}.profile-stat-grid{border:1px solid var(--border);border-radius:6px;grid-template-columns:repeat(3,minmax(140px,1fr));display:grid;overflow:hidden}.profile-stat-tile{background:var(--surface-2);border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-height:76px;padding:12px 14px}.profile-stat-tile:nth-child(3n){border-right:none}.profile-stat-tile:nth-last-child(-n+3){border-bottom:none}.profile-stat-label{color:var(--text-2);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:700}.profile-stat-value{font-variant-numeric:tabular-nums;overflow-wrap:anywhere;margin-top:8px;font-size:24px;font-weight:800;line-height:1.1}.profile-stat-value.green{color:var(--green)}.profile-stat-value.red{color:var(--red)}.profile-stat-value.accent{color:var(--accent)}.profile-stat-value.amber{color:var(--amber)}.profile-stat-value.blue{color:var(--blue)}.profile-pill-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.profile-pill{border:1px solid var(--border);background:var(--surface-2);border-radius:999px;align-items:center;gap:8px;padding:6px 10px;display:inline-flex}.profile-pill-label{color:var(--text-2);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:700}.profile-pill-value{font-variant-numeric:tabular-nums;font-weight:700}.profile-pill-value.green{color:var(--green)}.profile-pill-value.red{color:var(--red)}.profile-pill-value.accent{color:var(--accent)}.profile-pill-value.amber{color:var(--amber)}.profile-skeleton-title,.profile-stat-tile.skeleton{background:linear-gradient(90deg, var(--surface-2), #223049, var(--surface-2));background-size:200% 100%;animation:1.2s ease-in-out infinite profile-skeleton}.profile-skeleton-title{border-radius:6px;width:260px;height:32px;margin:8px 0 18px}@keyframes profile-skeleton{0%{background-position:0 0}to{background-position:-200% 0}}.profile-section{margin-bottom:18px;scroll-margin-top:86px}.profile-section-header{justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:8px;display:flex}.section-collapse-btn{color:var(--text-3);cursor:pointer;font-size:10px;font-family:var(--font);background:0 0;border:1px solid #0000;border-radius:5px;flex-shrink:0;padding:4px 7px;transition:color .12s,border-color .12s}.section-collapse-btn:hover{color:var(--text-2);border-color:var(--border)}.profile-section-header h2{letter-spacing:0;margin-top:2px;font-size:18px}.profile-panel{padding:14px}.profile-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.compact-input{width:104px}.compact-select{width:148px}.segmented-control{border:1px solid var(--border);background:var(--surface-2);border-radius:6px;display:inline-flex;overflow:hidden}.segmented-control button{color:var(--text-2);cursor:pointer;font:inherit;background:0 0;border:none;padding:8px 12px;font-size:12px}.segmented-control button.active{background:var(--accent);color:#fff}.profile-table-wrap{border:1px solid var(--border);border-radius:6px;overflow-x:auto}.profile-table,.profile-subtable{border-collapse:collapse;width:100%;min-width:760px;font-size:12.5px}.profile-table th,.profile-subtable th{background:var(--surface-2);color:var(--text-2);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);text-align:left;white-space:nowrap;padding:8px 10px;font-size:11px;font-weight:700}.profile-table td,.profile-subtable td{border-bottom:1px solid var(--border);vertical-align:top;font-variant-numeric:tabular-nums;padding:8px 10px}.profile-table tbody tr:hover{background:#7c3aed14}.profile-table tbody tr.clickable-row{cursor:pointer}.profile-table tfoot td{background:var(--surface-2);color:var(--text);border-top:1px solid var(--border);font-weight:700}.profile-empty-cell{text-align:center;color:var(--text-3);padding:24px}.align-right{text-align:right!important}.align-center{text-align:center!important}.align-left{text-align:left!important}.sortable-heading{cursor:pointer;align-items:center;gap:6px;display:inline-flex}.table-heading-button{color:inherit;font:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer;background:0 0;border:none;padding:0}.table-primary{color:var(--text);font-weight:600}.table-secondary{color:var(--text-2);margin-top:2px;font-size:11px}.expandable-row{cursor:pointer}.expanded-cell{background:#0e1424;padding:12px!important}.profile-subtable{background:var(--surface);min-width:680px}.profile-anchor-nav{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:4px;padding:8px;display:flex;position:sticky;top:74px}.profile-anchor-nav a{color:var(--text-2);border-radius:5px;padding:7px 8px;font-size:12px;font-weight:600;text-decoration:none}.profile-anchor-nav a:hover,.profile-anchor-nav a.active{background:var(--accent-glow);color:var(--accent)}.range-control{color:var(--text-2);white-space:nowrap;align-items:center;gap:8px;font-size:12px;display:flex}.range-control input{width:120px}.pagination-row{color:var(--text-2);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;margin-top:12px;font-size:12px;display:flex}.profile-error{color:var(--red);background:#ef44441a;border:1px solid #ef444459;border-radius:6px;margin-bottom:18px;padding:10px 12px;font-size:13px}.league-page{max-width:1280px}.league-card-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}.league-card-grid.compact{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.league-division-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);padding:14px;text-decoration:none;display:block}.league-division-card:hover{border-color:var(--accent);background:#7c3aed14;text-decoration:none}.league-card-title{color:var(--text);margin:4px 0 8px;font-size:16px;font-weight:800;line-height:1.2}.league-card-meta,.league-card-line{color:var(--text-2);font-size:12px}.league-card-line{margin-top:6px}@media (width<=1024px){.profile-page{grid-template-columns:minmax(0,1fr)}.profile-anchor-nav{z-index:20;border-radius:6px;flex-direction:row;order:-1;top:61px;overflow-x:auto}.profile-anchor-nav a{white-space:nowrap}}@media (width<=760px){.sidebar{width:100%;min-width:0;position:static}.app-shell{display:block}.main-content{margin-left:0}.topbar{flex-wrap:wrap;padding:12px 16px;position:static}.page-content{padding:16px}.profile-identity-row,.profile-section-header{flex-direction:column;align-items:stretch}.profile-name{font-size:24px}.profile-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-stat-tile:nth-child(3n){border-right:1px solid var(--border)}.profile-stat-tile:nth-child(2n){border-right:none}.profile-stat-tile:nth-last-child(-n+3){border-bottom:1px solid var(--border)}.profile-stat-tile:nth-last-child(-n+2){border-bottom:none}.profile-controls{justify-content:flex-start}}.login-wrap{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:12px;width:100%;max-width:360px;padding:24px;display:flex}.login-box h1{text-align:center;margin:0 0 8px;font-size:1.5rem}.login-box .field{margin-bottom:4px}.login-box .field label{color:var(--text-2);margin-bottom:4px;font-size:.85rem;display:block}.login-box .field input{box-sizing:border-box;background:var(--surface-2);border:1px solid var(--border);width:100%;color:var(--text);font-family:var(--font);border-radius:6px;padding:9px 12px;font-size:14px}.login-box .field input:focus{border-color:var(--accent);outline:none}.login-box .btn-primary{padding:9px 14px}.error-text{color:var(--red);font-size:.9rem}@keyframes hor-spin{to{transform:rotate(360deg)}}.hor-spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;flex:none;width:14px;height:14px;animation:.6s linear infinite hor-spin;display:inline-block}.hor-updating{color:var(--text-2);align-items:center;gap:8px;font-size:12px;font-weight:500;display:inline-flex}.hor-results{transition:opacity .18s,filter .18s}.hor-results.is-loading{opacity:.4;filter:saturate(.6);pointer-events:none;-webkit-user-select:none;user-select:none}.pp-overlay{z-index:1000;background:#0000008c;justify-content:center;align-items:flex-start;padding:10vh 16px 16px;display:flex;position:fixed;inset:0}.pp-modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;width:100%;max-width:460px;max-height:70vh;padding:14px;display:flex;box-shadow:0 12px 40px #00000080}.pp-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.pp-results{overflow-y:auto}.pp-group{text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);margin:8px 0 4px;font-size:11px}.pp-row{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;font-size:14px;display:flex}.pp-row:hover{background:var(--surface-2)}:root{--m-topbar-h:52px;--m-tabbar-h:58px}.mobile-shell{flex-direction:column;min-height:100%;display:flex}.m-topbar{height:var(--m-topbar-h);z-index:60;padding:0 12px;padding-top:env(safe-area-inset-top);background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:10px;display:flex;position:fixed;top:0;left:0;right:0}.m-title{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);white-space:nowrap;font-size:14px;font-weight:700}.m-league-select{background:var(--surface-2);max-width:48vw;color:var(--text);border:1px solid var(--border);border-radius:6px;margin-left:auto;padding:8px 10px;font-size:13px}.m-league-name{color:var(--text-3);margin-left:auto;font-size:12px}.m-icon-btn{min-width:40px;min-height:40px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:20px;display:inline-flex}.m-icon-btn:active{background:var(--surface-2)}.m-content{padding:16px;padding-top:calc(var(--m-topbar-h) + 16px + env(safe-area-inset-top));padding-bottom:calc(var(--m-tabbar-h) + 16px + env(safe-area-inset-bottom));flex:1;min-width:0}.m-tabbar{height:calc(var(--m-tabbar-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);z-index:60;background:var(--surface);border-top:1px solid var(--border);display:flex;position:fixed;bottom:0;left:0;right:0}.m-tab{color:var(--text-2);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;min-height:44px;font-size:10px;font-weight:500;text-decoration:none;display:flex}.m-tab.active{color:var(--accent)}.m-tab-icon{font-size:19px;line-height:1}.m-tab-label{letter-spacing:.02em}.m-drawer-overlay{z-index:200;background:#0000008c;display:flex;position:fixed;inset:0}.m-drawer{background:var(--surface);border-right:1px solid var(--border);width:82%;max-width:320px;height:100%;padding-top:env(safe-area-inset-top);flex-direction:column;animation:.18s m-slide-in;display:flex;overflow-y:auto}@keyframes m-slide-in{0%{transform:translate(-100%)}to{transform:translate(0)}}.m-drawer-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 16px 12px;display:flex}.m-drawer-head h2{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-size:13px;font-weight:700}.m-drawer-nav{padding:8px 0}.m-drawer-link{color:var(--text-2);border-left:3px solid #0000;align-items:center;gap:12px;padding:13px 18px;font-size:15px;font-weight:500;text-decoration:none;display:flex}.m-drawer-link.active{color:var(--accent);background:var(--accent-glow);border-left-color:var(--accent)}.m-drawer-section{border-top:1px solid var(--border);padding:14px 16px}.m-drawer-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-2);align-items:center;gap:6px;margin-bottom:8px;font-size:11px;display:flex}.m-dot{background:var(--accent);border-radius:50%;width:7px;height:7px;display:inline-block}.m-filter-row{align-items:center;gap:8px;display:flex}.m-filter-row .input-dark{flex:1;min-width:0}.m-fullwidth{justify-content:center;width:100%}.mobile .btn{padding:10px 16px;font-size:14px}.mobile .input-dark{padding:10px 12px;font-size:15px}.mobile .section-title{font-size:20px}.mobile table.m-cards,.mobile table.m-cards thead,.mobile table.m-cards tbody,.mobile table.m-cards tr,.mobile table.m-cards td,.mobile .profile-table,.mobile .profile-table thead,.mobile .profile-table tbody,.mobile .profile-table tr,.mobile .profile-table td,.mobile .profile-subtable,.mobile .profile-subtable thead,.mobile .profile-subtable tbody,.mobile .profile-subtable tr,.mobile .profile-subtable td{width:100%;min-width:0;display:block}.mobile table.m-cards thead,.mobile table.m-cards tfoot,.mobile .profile-table thead,.mobile .profile-table tfoot,.mobile .profile-subtable thead,.mobile .profile-subtable tfoot{display:none}.mobile table.m-cards tr,.mobile .profile-table>tbody>tr,.mobile .profile-subtable>tbody>tr{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:10px;padding:6px 12px}.mobile table.m-cards td,.mobile .profile-table td,.mobile .profile-subtable td{border:none;border-bottom:1px solid var(--border);text-align:right;justify-content:space-between;gap:12px;padding:7px 0;display:flex}.mobile table.m-cards td:last-child,.mobile .profile-table td:last-child,.mobile .profile-subtable td:last-child{border-bottom:none}.mobile table.m-cards td:before,.mobile .profile-table td[data-label]:before,.mobile .profile-subtable td[data-label]:before{content:attr(data-label);color:var(--text-2);text-transform:uppercase;letter-spacing:.04em;text-align:left;font-size:12px}.mobile .profile-table td[colspan]{text-align:left;padding:8px 0;display:block}.mobile .profile-table td[colspan]:before{content:none}.mobile .profile-table-wrap{border:none;overflow-x:visible}.mobile .m-sort-bar{align-items:center;gap:8px;margin-bottom:10px;display:flex}.mobile .m-sort-bar select{flex:1;min-width:0}.mobile .profile-page{grid-template-columns:minmax(0,1fr)!important}.mobile .profile-anchor-nav{flex-direction:row;position:static;overflow-x:auto}.mobile .profile-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mobile .profile-identity-row,.mobile .profile-section-header{flex-direction:column;align-items:stretch}.mobile .profile-name{font-size:24px}.m-list{flex-direction:column;gap:8px;display:flex}.m-list-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer;align-items:center;gap:12px;padding:14px;text-decoration:none;display:flex}.m-list-card:active{border-color:var(--border-hover)}.m-list-card .m-lc-leading{min-width:28px;color:var(--text-2);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.m-list-card .m-lc-main{flex:1;min-width:0}.m-list-card .m-lc-title{text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.m-list-card .m-lc-sub{color:var(--text-2);margin-top:2px;font-size:12px}.m-list-card .m-lc-metric{text-align:right;font-variant-numeric:tabular-nums}.m-list-card .m-lc-metric .v{font-size:17px;font-weight:700}.m-list-card .m-lc-metric .l{color:var(--text-2);text-transform:uppercase;font-size:10px}
