.matrix-hub-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem}.matrix-how-to-read{position:relative}.matrix-how-to-read-trigger{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--border-subtle) 80%,transparent);background:color-mix(in srgb,var(--surface) 80%,transparent);font-size:.72rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);cursor:pointer}.matrix-how-to-read-trigger svg{width:.95rem;height:.95rem}.matrix-how-to-read-panel{width:min(22rem,calc(100vw - 2rem));padding:.85rem 1rem;border-radius:.75rem;border:1px solid var(--border-subtle);background:var(--surface);box-shadow:0 12px 32px color-mix(in srgb,var(--foreground) 12%,transparent);font-size:.82rem;line-height:1.5;color:var(--text-muted);white-space:normal;overflow-wrap:break-word;pointer-events:auto}.matrix-how-to-read-swatches{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.65rem}.matrix-how-to-read-swatch{padding:.2rem .45rem;border-radius:.35rem;font-size:.68rem;font-weight:650}.matrix-how-to-read-swatch--positive{background:color-mix(in srgb,var(--metric-positive-bg) 55%,transparent);color:var(--metric-positive-text,var(--text))}.matrix-how-to-read-swatch--negative{background:color-mix(in srgb,var(--metric-negative-bg) 55%,transparent);color:var(--metric-negative-text,var(--text))}.matrix-how-to-read-swatch--neutral{background:color-mix(in srgb,var(--surface-raised) 80%,transparent)}.ref-matrix-focus-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.ref-matrix-expand-btn,.ref-matrix-focus-btn{border:1px solid var(--border-subtle);border-radius:999px;background:var(--surface);padding:.4rem .75rem;font-size:.72rem;font-weight:650;letter-spacing:.03em;color:var(--text-muted);cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.ref-matrix-focus-btn--active{color:var(--text);border-color:color-mix(in srgb,var(--league-accent,var(--raptors)) 45%,var(--border-subtle));background:color-mix(in srgb,var(--league-accent,var(--raptors)) 8%,var(--surface))}.ref-matrix-expand-btn{text-decoration:underline;text-underline-offset:2px}.ref-matrix-wrap--faded{opacity:.42;filter:saturate(.85);pointer-events:none;transition:opacity .22s ease,filter .22s ease}.ref-matrix--team-focus .ref-matrix-wrap--faded{pointer-events:none}.ref-matrix-table tbody tr{height:2.35rem}.ref-matrix-table tbody .ref-matrix-cell{padding-block:.55rem}.ref-matrix-cell--heatmap .ref-matrix-cell-link--heatmap{position:relative;display:flex;align-items:center;justify-content:center;min-height:2rem;padding:.35rem .25rem;overflow:hidden}.ref-matrix-heatmap-fill{position:absolute;inset:.15rem .2rem;border-radius:.35rem;opacity:calc(.18 + var(--heat-intensity, 0) * .72);pointer-events:none}.ref-matrix-heatmap-fill[data-tone=positive]{background:linear-gradient(180deg,color-mix(in srgb,var(--metric-positive-bg) 85%,transparent),color-mix(in srgb,var(--metric-positive-border) 35%,transparent))}.ref-matrix-heatmap-fill[data-tone=negative]{background:linear-gradient(180deg,color-mix(in srgb,var(--metric-negative-bg) 85%,transparent),color-mix(in srgb,var(--metric-negative-border) 35%,transparent))}.ref-matrix-heatmap-fill[data-tone=neutral]{background:color-mix(in srgb,var(--surface-raised) 70%,transparent)}.ref-matrix-cell-hover-delta{position:relative;z-index:1;font-size:.68rem;font-weight:700;font-variant-numeric:tabular-nums;opacity:0;transform:translateY(2px);transition:opacity .15s ease,transform .15s ease}.ref-matrix-cell--crosshair .ref-matrix-cell-hover-delta,.ref-matrix-cell--outlier-spotlight .ref-matrix-cell-hover-delta,.ref-matrix-cell-link--heatmap:focus-visible .ref-matrix-cell-hover-delta,.ref-matrix-cell-link--heatmap:hover .ref-matrix-cell-hover-delta{opacity:1;transform:translateY(0)}.ref-matrix-cell--outlier-spotlight{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--league-accent,var(--raptors)) 35%,transparent)}.ref-matrix-baseline-meta,.ref-matrix-baseline-record,.ref-matrix-delta,.ref-matrix-games,.ref-matrix-record,.ref-matrix-team-panel-delta,.ref-matrix-team-panel-games,.ref-matrix-team-panel-record-line,.ref-matrix-team-panel-win-delta{font-variant-numeric:tabular-nums}.matrix-team-drawer-root{position:fixed;inset:0;z-index:60;display:flex;justify-content:flex-end;background:color-mix(in srgb,var(--foreground) 28%,transparent);opacity:0;transition:opacity .22s ease}.matrix-team-drawer-root--open{opacity:1}.matrix-team-drawer{width:min(34rem,100vw);height:100%;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1.25rem 1.5rem;border-left:1px solid var(--border-subtle);background:var(--surface);transform:translateX(100%);transition:transform .22s cubic-bezier(.25,1,.5,1);box-shadow:-12px 0 40px color-mix(in srgb,var(--foreground) 10%,transparent)}.matrix-team-drawer--open{transform:translateX(0)}.matrix-team-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.matrix-team-drawer-brand{display:flex;gap:.85rem;min-width:0}.matrix-team-drawer-title{margin:0;font-size:1rem;font-weight:700;line-height:1.35}.matrix-team-drawer-title a{color:inherit;text-decoration:underline;text-underline-offset:2px}.matrix-team-drawer-baseline{margin:.35rem 0 0;display:flex;flex-wrap:wrap;gap:.35rem .65rem;font-size:.78rem;color:var(--text-muted)}.matrix-team-drawer-close{align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;border:1px solid var(--border-subtle);color:var(--text-muted);cursor:pointer}.matrix-team-drawer-close,.matrix-team-drawer-sort{display:inline-flex;background:var(--surface-raised)}.matrix-team-drawer-sort{gap:.35rem;padding:.2rem;border-radius:.55rem;border:1px solid var(--border-subtle);width:fit-content}.matrix-team-drawer-sort-btn{border:0;border-radius:.4rem;background:transparent;padding:.35rem .75rem;font-size:.72rem;font-weight:650;color:var(--text-muted);cursor:pointer}.matrix-team-drawer-sort-btn--active{background:var(--surface);color:var(--text);box-shadow:0 1px 2px color-mix(in srgb,var(--foreground) 8%,transparent)}.matrix-team-drawer-columns{display:grid;gap:1rem}@media (min-width:768px){.matrix-team-drawer-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}.matrix-team-drawer-footnote{margin:0;font-size:.75rem;color:var(--text-muted)}.insight-card-link{color:inherit;font-weight:650;text-decoration:underline;text-underline-offset:2px}.page-shell-matrix-first{gap:var(--space-4)}@media (min-width:640px){.page-shell-matrix-first{gap:var(--space-5)}}.league-hub-hero--matrix-first{margin-bottom:var(--space-3);padding-block:var(--space-4) var(--space-3)}.league-hub-hero--matrix-first .league-hub-hero-watermark{opacity:.45}.league-hub-hero--matrix-first .league-hub-hero-inner{gap:var(--space-3)}.league-hub-hero--matrix-first .league-hub-hero-header-block{align-items:center;gap:var(--space-3)}.league-hub-hero--matrix-first .page-title{font-size:clamp(1.35rem,2.2vw,1.65rem);line-height:1.2;margin:0}.league-matrix-hero-scope{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:var(--space-2)}.section-block--matrix-first{margin-block:0}.ref-matrix--matrix-first{gap:0;padding:var(--space-3) var(--space-3) var(--space-4);--ref-matrix-logo-row-height:4.25rem}@media (min-width:640px){.ref-matrix--matrix-first{padding:var(--space-3) var(--space-4) var(--space-4)}}.ref-matrix-toolbar--compact{flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:.5rem .75rem;margin-bottom:8px}.ref-matrix-toolbar--compact .ref-matrix-toolbar-actions{display:flex;flex:1 1 auto;flex-wrap:wrap;align-items:flex-end;gap:.5rem .75rem}.ref-matrix-toolbar--compact .ref-matrix-search,.ref-matrix-toolbar--compact .ref-matrix-sort,.ref-matrix-toolbar--compact .ref-matrix-view-mode{flex:0 1 auto;min-width:0;margin:0}.ref-matrix-toolbar--compact .ref-matrix-search{flex:1 1 12rem;max-width:16rem}.ref-matrix-toolbar--compact .ref-matrix-search-label,.ref-matrix-toolbar--compact .ref-matrix-sort-label,.ref-matrix-toolbar--compact .ref-matrix-view-mode-label{font-size:.65rem;margin-bottom:.15rem}.ref-matrix-toolbar--compact .ref-matrix-search-input,.ref-matrix-toolbar--compact .ref-matrix-sort-select{padding:.35rem .55rem;font-size:.8125rem;min-height:2rem}.ref-matrix-toolbar--compact .ref-matrix-view-mode-toggle .refs-directory-metric-btn{padding:.3rem .55rem;font-size:.68rem}.ref-matrix-toolbar-hint--compact{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ref-matrix--matrix-first .ref-matrix-mobile-hint{display:none}.ref-matrix--matrix-first .ref-matrix-wrap{max-height:min(78vh,56rem)}.ref-matrix--matrix-first .ref-matrix-table tbody tr{height:2rem}.ref-matrix--matrix-first .ref-matrix-table tbody .ref-matrix-cell{padding-block:.35rem}.ref-matrix--matrix-first .ref-matrix-baseline-corner{padding:.2rem var(--space-2);font-size:.58rem}.ref-matrix--matrix-first .ref-matrix-baseline-cell{padding:.15rem}.ref-matrix--matrix-first .ref-matrix-baseline-record{font-size:.58rem}.ref-matrix--matrix-first .ref-matrix-baseline-meta{font-size:.52rem;margin-top:.05rem}.ref-matrix--matrix-first .ref-matrix-logo-row .team-logo-plate{transform:none}.ref-matrix-info-footer{margin-top:var(--space-4);border:1px solid var(--border-subtle);border-radius:.625rem;background:color-mix(in srgb,var(--surface-raised) 35%,var(--surface))}.ref-matrix-info-footer-summary{cursor:pointer;list-style:none;padding:.6rem .85rem;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.ref-matrix-info-footer-summary::-webkit-details-marker{display:none}.ref-matrix-info-footer-body{display:flex;flex-direction:column;gap:var(--space-3);padding:0 .85rem .85rem}.ref-matrix-footer-provenance{margin:0;font-size:var(--text-sm);line-height:1.5;color:var(--muted)}.ref-matrix-footer-methodology{font-weight:650;color:var(--foreground);text-decoration:underline;text-underline-offset:2px}.ref-matrix-footer-methodology:hover{color:var(--raptors)}