.atlas-graph{--graph-person:var(--blue);--graph-team:var(--orange);--graph-school:var(--red);isolation:isolate;min-width:0}.atlas-graph-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 16px;padding:0 0 16px;display:flex}.atlas-graph-count{color:var(--muted);font-variant-numeric:tabular-nums;align-items:center;gap:8px;margin:0;font-size:12px;line-height:1.6;display:flex}.atlas-graph-live{background:var(--blue);width:6px;height:6px;box-shadow:0 0 0 4px color-mix(in srgb, var(--blue) 9%, transparent);border-radius:50%}.atlas-graph-legend{color:var(--muted);flex-wrap:wrap;gap:12px;font-size:12px;line-height:1.6;display:flex}.atlas-graph-legend>span{align-items:center;gap:5px;display:flex}.atlas-graph-legend i{background:var(--graph-person);border-radius:50%;width:5px;height:5px;display:inline-block}.atlas-graph-legend .atlas-legend-team{background:var(--graph-team);border-radius:1px}.atlas-graph-legend .atlas-legend-school{background:var(--graph-school);border-radius:0;transform:rotate(45deg)}.atlas-graph-surface{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--paper);height:clamp(480px,56vw,700px);position:relative;overflow:hidden}.wnba-map .atlas-graph-canvas,.atlas-graph-canvas{touch-action:pan-y pinch-zoom;cursor:grab;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.atlas-graph-surface.is-dragging .atlas-graph-canvas,.atlas-graph-surface.is-dragging .atlas-graph-node{cursor:grabbing}.atlas-grid-dot{fill:var(--line);opacity:.72}.atlas-aura-core{stop-color:var(--blue);stop-opacity:.055}.atlas-aura-edge{stop-color:var(--blue);stop-opacity:0}.atlas-cluster-aura.is-active{opacity:2}.atlas-graph-edge{fill:none;stroke:var(--line);stroke-width:.7px;opacity:.38;transition:stroke .2s,opacity .2s}.atlas-edge--school .atlas-graph-edge{stroke:var(--graph-school);opacity:.16}.atlas-edge-group:not(.atlas-edge--team):not(.atlas-edge--school) .atlas-graph-edge{stroke:var(--blue);opacity:.25}.atlas-edge-group.is-active .atlas-graph-edge{stroke:var(--blue);stroke-width:1.2px;opacity:.7}.atlas-edge--team.is-active .atlas-graph-edge{stroke:var(--graph-team);opacity:.75}.atlas-edge--school.is-active .atlas-graph-edge{stroke:var(--graph-school);opacity:.58}.atlas-edge-signal{fill:none;stroke:var(--blue);stroke-width:2px;stroke-dasharray:2 28;stroke-linecap:round;opacity:.65;animation:12s linear infinite atlas-signal-flow}.atlas-edge--school .atlas-edge-signal{stroke:var(--graph-school)}.atlas-graph-node{cursor:pointer;outline:none}.atlas-node-hit{fill:#0000;stroke:none}.atlas-node-core{fill:color-mix(in srgb, var(--blue) 58%, var(--sheet));stroke:var(--paper);stroke-width:1.1px;transition:fill .2s,filter .2s}.atlas-graph-node--team .atlas-node-core{fill:var(--graph-team)}.atlas-graph-node--school .atlas-node-core{fill:var(--graph-school)}.atlas-graph-node.is-external .atlas-node-core{fill:var(--sheet);stroke:var(--blue);stroke-width:1.5px;stroke-dasharray:2 2}.atlas-graph-node.is-connected .atlas-node-core,.atlas-graph-node:hover .atlas-node-core,.atlas-graph-node:focus-visible .atlas-node-core{fill:var(--blue);filter:drop-shadow(0 0 4px color-mix(in srgb, var(--blue) 40%, transparent))}.atlas-graph-node--team.is-connected .atlas-node-core,.atlas-graph-node--team:hover .atlas-node-core{fill:var(--graph-team)}.atlas-graph-node--school.is-connected .atlas-node-core,.atlas-graph-node--school:hover .atlas-node-core{fill:var(--graph-school)}.atlas-graph-node.is-selected .atlas-node-core{fill:var(--blue);stroke:var(--sheet);stroke-width:2px;filter:drop-shadow(0 0 7px color-mix(in srgb, var(--blue) 55%, transparent))}.atlas-node-halo{fill:color-mix(in srgb, var(--blue) 8%, transparent);stroke:var(--blue);stroke-width:.7px;opacity:.3;transform-box:fill-box;transform-origin:50%;animation:4s ease-in-out infinite atlas-node-breathe}.atlas-node-orbit{fill:none;stroke:var(--blue);stroke-width:1px;stroke-dasharray:3 7;opacity:.6}.wnba-map .atlas-node-label,.atlas-node-label{fill:var(--muted);font-family:var(--font-sans);stroke:var(--paper);paint-order:stroke fill;stroke-linejoin:round;pointer-events:none;font-weight:500}.wnba-map .atlas-graph-node.is-connected .atlas-node-label,.wnba-map .atlas-graph-node:hover .atlas-node-label,.wnba-map .atlas-graph-node.is-selected .atlas-node-label,.atlas-graph-node.is-selected .atlas-node-label{fill:var(--ink)}.atlas-graph-node.is-selected .atlas-node-label{font-weight:700}.atlas-graph-node:focus-visible .atlas-node-hit{stroke:var(--ink);stroke-width:2px;stroke-dasharray:3 2;vector-effect:non-scaling-stroke}.atlas-graph-canvas:focus-visible{outline:3px solid var(--blue);outline-offset:-4px}.atlas-graph-controls{border:1px solid var(--line);border-radius:var(--radius-md);background:color-mix(in srgb, var(--sheet) 88%, transparent);width:max-content;max-width:calc(100% - 24px);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);align-items:center;gap:2px;padding:4px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.atlas-graph-controls button{border-radius:var(--radius-sm);min-width:36px;min-height:36px;color:var(--ink);font:14px/1.35 var(--font-sans);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:7px;padding:7px;display:flex}.atlas-graph-controls button:hover{background:var(--faint)}.atlas-graph-controls button:active{background:color-mix(in srgb, var(--blue) 10%, var(--faint))}.atlas-graph-controls button[aria-pressed=true]{color:var(--blue);background:color-mix(in srgb, var(--blue) 12%, var(--sheet));box-shadow:inset 0 0 0 1px var(--blue)}.atlas-graph-controls button:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.atlas-graph-controls button:disabled{color:var(--muted);opacity:.4;cursor:not-allowed}.wnba-map .atlas-graph-controls svg,.atlas-graph-controls svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:18px;height:18px}.atlas-zoom-value{text-align:center;min-width:42px;color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.atlas-controls-divider{background:var(--line);width:1px;height:18px;margin:0 5px}.atlas-graph-hint{color:var(--muted);margin:12px 0 0;font-size:14px;line-height:1.7}@keyframes atlas-signal-flow{to{stroke-dashoffset:-180px}}@keyframes atlas-node-breathe{50%{opacity:.55;transform:scale(1.15)}}@media (width<=640px){.atlas-graph-surface{height:480px}.atlas-graph-meta{align-items:flex-start}.atlas-graph-controls button{min-width:42px;min-height:42px}.atlas-graph-controls{bottom:12px}}@media (prefers-reduced-motion:reduce){.atlas-edge-signal,.atlas-node-halo{animation:none}.atlas-node-core,.atlas-graph-edge{transition:none}}.wnba-portrait{--portrait-accent:var(--blue);--portrait-secondary:var(--red);isolation:isolate;min-width:0;color:var(--ink);border:1px solid color-mix(in srgb, var(--portrait-accent) 32%, var(--line));border-radius:var(--radius-md);background:color-mix(in srgb, var(--sheet) 94%, transparent);position:relative;overflow:hidden}.wnba-portrait-topline{z-index:3;letter-spacing:.06em;justify-content:space-between;align-items:flex-start;gap:10px;padding:15px 14px 0;font-size:12px;font-weight:650;line-height:1.5;display:flex;position:relative}.wnba-portrait-topline .rules-english{display:block}.wnba-portrait-edition{align-items:baseline;gap:7px;display:flex}.wnba-portrait-edition i{background:var(--portrait-accent);width:5px;height:5px;box-shadow:0 0 10px color-mix(in srgb, var(--portrait-accent) 50%, transparent);border-radius:50%;flex:none}.wnba-portrait-badge{border:1px solid var(--line);border-radius:var(--radius-sm);max-width:50%;color:var(--muted);text-align:right;flex:none;padding:2px 6px}.wnba-portrait-stage{--portrait-x:0;--portrait-y:0;perspective:900px;outline-offset:-5px;touch-action:pan-y;height:410px;position:relative;overflow:hidden}.wnba-portrait-stage:focus-visible{outline:2px solid var(--portrait-accent);border-radius:var(--radius-sm)}.wnba-portrait-depth{pointer-events:none;transform:translate(calc(var(--portrait-x) * -8px), calc(var(--portrait-y) * -5px));transition:transform .2s ease-out;position:absolute;inset:0}.wnba-portrait-grid{opacity:.48;background:linear-gradient(color-mix(in srgb, var(--portrait-accent) 12%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--portrait-accent) 12%, transparent) 1px, transparent 1px);background-size:32px 32px;position:absolute;inset:10px 0 0;-webkit-mask-image:radial-gradient(#000 15%,#0000 75%);mask-image:radial-gradient(#000 15%,#0000 75%)}.wnba-portrait-halo{aspect-ratio:1;background:radial-gradient(ellipse, color-mix(in srgb, var(--portrait-accent) 26%, transparent), color-mix(in srgb, var(--portrait-secondary) 10%, transparent) 45%, transparent 70%);border-radius:50%;width:94%;position:absolute;top:1%;left:3%}.wnba-portrait-orbit{border:1px solid color-mix(in srgb, var(--portrait-accent) 35%, transparent);border-radius:50%;width:70%;height:70%;position:absolute;top:10%;left:15%}.wnba-portrait-orbit--one{box-shadow:inset 0 0 18px color-mix(in srgb, var(--portrait-accent) 8%, transparent);transform:rotate(-22deg)scaleX(1.05)}.wnba-portrait-orbit--two{opacity:.55;border-style:dashed;transform:rotate(30deg)scaleX(.86)scaleY(1.15)}.wnba-portrait-monogram{color:color-mix(in srgb, var(--portrait-accent) 9%, transparent);font-family:var(--font-sans);letter-spacing:-.075em;text-align:center;font-size:clamp(135px,17vw,230px);font-weight:850;line-height:1;position:absolute;inset:3% 0 auto}.wnba-portrait-platform{border:1px solid color-mix(in srgb, var(--portrait-accent) 42%, transparent);background:radial-gradient(ellipse, color-mix(in srgb, var(--portrait-accent) 22%, transparent), transparent 72%);height:24%;box-shadow:0 0 20px color-mix(in srgb, var(--portrait-accent) 10%, transparent);border-radius:50%;position:absolute;inset:auto 13% 15px;transform:rotateX(65deg)}.wnba-portrait-image{z-index:1;object-fit:contain;object-position:center bottom;transform-origin:50% 70%;width:100%;height:98%;transform:translate(calc(var(--portrait-x) * 6px), calc(var(--portrait-y) * 3px)) rotateY(calc(var(--portrait-x) * 5deg)) rotateX(calc(var(--portrait-y) * -3deg));filter:drop-shadow(0 12px 16px color-mix(in srgb, var(--ink) 18%, transparent));-webkit-user-select:none;user-select:none;pointer-events:none;transition:transform .2s ease-out;display:block;position:absolute;inset:2% 0 0}.wnba-portrait-frame{z-index:2;pointer-events:none;background:linear-gradient(var(--portrait-accent), var(--portrait-accent)) left top / 17px 1px, linear-gradient(var(--portrait-accent), var(--portrait-accent)) left top / 1px 17px, linear-gradient(var(--portrait-accent), var(--portrait-accent)) right bottom / 17px 1px, linear-gradient(var(--portrait-accent), var(--portrait-accent)) right bottom / 1px 17px;opacity:.65;background-repeat:no-repeat;position:absolute;inset:17px 12px 14px}.wnba-portrait-caption{z-index:3;border:1px solid color-mix(in srgb, var(--portrait-accent) 25%, var(--line));border-radius:var(--radius-sm);background:color-mix(in srgb, var(--sheet) 80%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);letter-spacing:.08em;pointer-events:none;max-width:calc(100% - 40px);padding:6px 9px;font-size:12px;font-weight:650;line-height:1.5;position:absolute;bottom:22px;left:20px}.wnba-portrait-caption .rules-english{display:block}.wnba-portrait-fallback{z-index:4;text-align:center;place-items:center;font-size:16px;line-height:1.65;display:grid;position:absolute;inset:25%}.wnba-portrait-toolbar{z-index:3;border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;margin:0 14px;padding-top:11px;display:flex;position:relative}.wnba-portrait-toolbar p{color:var(--muted);margin:0;font-size:14px;line-height:1.5}.wnba-portrait-toolbar .rules-english,.wnba-portrait-note .rules-english{display:block}.wnba-portrait-toolbar button{border:1px solid var(--line);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--sheet) 70%, transparent);width:42px;height:42px;color:var(--ink);cursor:pointer;flex:none;place-items:center;transition:background .14s,border-color .14s;display:grid}.wnba-portrait-toolbar button:hover:not(:disabled){background:var(--faint);border-color:var(--portrait-accent)}.wnba-portrait-toolbar button:active:not(:disabled){background:color-mix(in srgb, var(--portrait-accent) 10%, var(--sheet))}.wnba-portrait-toolbar button:focus-visible{outline:2px solid var(--portrait-accent);outline-offset:3px}.wnba-portrait-toolbar button:disabled{cursor:default;opacity:.4}.wnba-portrait-toolbar svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.wnba-portrait .wnba-portrait-note{color:var(--muted);margin:9px 14px 14px;font-size:14px;line-height:1.65}@media (width<=600px){.wnba-portrait-stage{height:390px}}@media (prefers-reduced-motion:reduce){.wnba-portrait-depth,.wnba-portrait-image,.wnba-portrait-toolbar button{transition:none}}
