.window-explorer {
  --we-page: #f1efe7;
  --we-surface: #faf9f4;
  --we-result-surface: #fffefb;
  --we-ink: #242726;
  --we-secondary: #676961;
  --we-accent: #655079;
  --we-separator: #d9d8ce;
  --we-radius: 8px;
  --we-font-display: Georgia, "Times New Roman", serif;
  --we-font-ui: Arial, Helvetica, sans-serif;
  --we-font-numeric: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --we-anchor: #354f48;
  --we-comparison: #865239;
  background: var(--we-page);
  color: var(--we-ink);
  font: 14px/1.5 var(--we-font-ui);
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color-scheme: light;
}
.window-explorer * {
  box-sizing: border-box;
}
.window-explorer [hidden] {
  display: none !important;
}
.window-explorer button,
.window-explorer select,
.window-explorer input {
  font: inherit;
}
.window-explorer button,
.window-explorer select {
  min-height: 42px;
  border: 1px solid var(--we-separator);
  border-radius: 6px;
  background: var(--we-result-surface);
  color: var(--we-ink);
  padding: 8px 13px;
}
.window-explorer button {
  cursor: pointer;
}
.window-explorer button:hover {
  border-color: var(--we-accent);
  background: #f0edf2;
}
.window-explorer button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.window-explorer :focus-visible {
  outline: 3px solid var(--we-accent);
  outline-offset: 3px;
}
.window-explorer a {
  color: inherit;
}
.window-explorer h1,
.window-explorer h2,
.window-explorer h3,
.window-explorer p {
  margin: 0;
}
.window-explorer h1,
.window-explorer h2 {
  font-family: var(--we-font-display);
  font-weight: normal;
  letter-spacing: -0.025em;
}
.window-explorer h3 {
  font-size: 16px;
}
.window-explorer .tt-topbar {
  position: relative;
  z-index: 4;
  background: var(--we-surface);
  border-bottom: 1px solid var(--we-separator);
  box-shadow: none;
  min-height: 76px;
  padding: 14px clamp(20px, 4vw, 70px);
  color: var(--we-ink);
}
.window-explorer .tt-brand,
.window-explorer .tt-brand strong {
  color: var(--we-ink);
}
.window-explorer .tt-brand small {
  color: var(--we-secondary);
}
.window-explorer .we-brand-mark {
  background: var(--we-ink);
  color: var(--we-surface);
  border: 0;
  border-radius: 4px;
  font-family: var(--we-font-display);
}
.window-explorer .tt-primary-nav a {
  color: var(--we-secondary);
  background: transparent;
  border-color: transparent;
  white-space: nowrap;
}
.window-explorer .tt-primary-nav a[aria-current="page"] {
  color: var(--we-accent);
  background: #ebe6ee;
  border-color: #d7cddd;
}
.window-explorer .we-almanac-main {
  max-width: 1460px;
  padding: 27px 44px 20px;
  margin: auto;
}
.window-explorer .we-page-label {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 23px;
}
.window-explorer .we-page-label h1 {
  font-size: 34px;
}
.window-explorer .we-page-label > span {
  color: var(--we-secondary);
  font-size: 13px;
}
.window-explorer .we-command {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--we-ink);
  color: var(--we-surface);
  border-radius: 8px;
  padding: 14px 18px;
  box-shadow: 0 5px 15px #2427260a;
}
.window-explorer .we-command-form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 170px 170px 136px 98px;
  gap: 12px;
  align-items: end;
}
.window-explorer .we-command label > span {
  display: block;
  font-size: 11px;
  color: #dedfd7;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}
.window-explorer .we-command select {
  width: 100%;
  background: #353935;
  border-color: #595c55;
  color: #fffef8;
}
.window-explorer .we-command button {
  background: #42453f;
  color: #fffef8;
  border-color: #676961;
}
.window-explorer .we-command .we-primary-button {
  background: #f3f0e7;
  color: #242726;
  border-color: #f3f0e7;
  font-weight: bold;
}
.window-explorer .we-command-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.window-explorer .we-command.collapsed {
  border-radius: 0 0 8px 8px;
  padding-block: 9px;
}
.window-explorer .we-command.collapsed .we-command-form {
  display: none;
}
.window-explorer .we-command.collapsed .we-command-summary {
  display: flex !important;
}
.window-explorer .we-command-summary strong {
  font-weight: normal;
}
.window-explorer .we-anchor-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 0 25px;
  border-bottom: 1px solid var(--we-separator);
}
.window-explorer .we-anchor-heading h2 {
  font-size: 33px;
  line-height: 1.12;
}
.window-explorer .we-anchor-heading .we-run-years {
  margin-top: 5px;
  font-size: 17px;
  color: var(--we-secondary);
}
.window-explorer .we-anchor-heading .we-player-trio {
  margin-left: 22px;
  gap: 14px;
}
.window-explorer .we-quiet-label {
  font-size: 11px;
  color: var(--we-secondary);
  margin-bottom: 7px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.window-explorer .we-era-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 66px;
  height: 66px;
  border: 1px solid #d0d1c8;
  border-radius: 50%;
  background: #f1f0e9;
  color: #5c625b;
  font-family: var(--we-font-display);
  font-weight: bold;
  font-size: 21px;
  outline: 3px solid #fffefa;
  outline-offset: -6px;
}
.window-explorer .we-era-mark.large {
  width: 78px;
  height: 78px;
  font-size: 24px;
}
.window-explorer .we-era-mark.tiny {
  display: inline-flex;
  width: 28px;
  height: 28px;
  font-size: 9px;
  outline: none;
  border-radius: 4px;
  vertical-align: middle;
  margin-right: 6px;
}
.window-explorer .we-player-trio {
  display: flex;
  gap: 10px;
  align-items: start;
}
.window-explorer .we-compact-player {
  width: 69px;
  text-align: center;
  line-height: 1.3;
  font-size: 10px;
  color: var(--we-secondary);
}
.window-explorer .we-portrait {
  display: block;
  position: relative;
  background: #e8e7df;
  border: 1px solid #ddddd3;
  border-radius: 6px;
  width: 34px;
  height: 36px;
  margin: 0 auto 4px;
  overflow: hidden;
}
.window-explorer .we-portrait > span {
  display: grid;
  place-items: center;
  height: 100%;
  font-size: 12px;
  color: #686d63;
}
.window-explorer .we-portrait img {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
  background: var(--we-surface);
  filter: saturate(0.72);
}
.window-explorer .we-portrait img[data-loaded="true"] {
  opacity: 1;
}
.window-explorer .we-anchor-heading .we-portrait {
  width: 43px;
  height: 45px;
}
.window-explorer .we-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.window-explorer .we-metric-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.window-explorer .we-metric-pills button {
  min-height: 36px;
  border-radius: 30px;
  padding: 7px 12px;
  font-size: 12px;
  background: transparent;
}
.window-explorer .we-metric-pills button[aria-pressed="true"] {
  background: var(--we-accent);
  color: white;
  border-color: var(--we-accent);
}
.window-explorer .we-toolbar-actions {
  display: flex;
  gap: 8px;
}
.window-explorer .we-toolbar-actions button {
  background: transparent;
  font-size: 12px;
  min-height: 36px;
}
.window-explorer .we-filter-chips {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.window-explorer .we-filter-chips:not(:empty) {
  padding: 0 0 17px;
}
.window-explorer .we-filter-chips button {
  min-height: 30px;
  font-size: 11px;
  background: #e8e5ec;
  border-color: #dbd3e1;
  border-radius: 20px;
}
.window-explorer .we-workspace {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 28px;
  align-items: start;
}
.window-explorer .we-results-column {
  min-width: 0;
}
.window-explorer .we-comparison {
  position: sticky;
  top: 82px;
  background: var(--we-surface);
  border: 1px solid var(--we-separator);
  border-radius: var(--we-radius);
  padding: 23px 14px 14px;
  min-width: 0;
  z-index: 3;
}
.window-explorer #weComparisonHeader {
  min-height: 62px;
  padding: 0 8px;
}
.window-explorer .we-comparison-title {
  font: 23px/1.2 var(--we-font-display);
  margin: 3px 0;
}
.window-explorer .we-comparison-caption {
  color: var(--we-secondary);
  font-size: 11px;
}
.window-explorer .we-comparison-line {
  display: flex;
  gap: 9px;
  align-items: center;
}
.window-explorer .we-legend-solid {
  width: 17px;
  border-top: 3px solid var(--we-anchor);
}
.window-explorer .we-legend-dashed {
  width: 17px;
  border-top: 3px dashed var(--we-comparison);
}
.window-explorer .we-inspection-hint {
  text-align: center;
  color: var(--we-secondary);
  font-size: 11px;
  margin-top: -3px;
}
.window-explorer .we-fingerprint {
  display: block;
  width: 100%;
  overflow: visible;
}
.window-explorer .we-profile-axes line {
  stroke: #d8dbd1;
  stroke-width: 1;
}
.window-explorer .we-profile polygon,
.window-explorer .we-profile path {
  stroke-width: 2.3;
  stroke-linejoin: round;
  transition:
    d 0.2s,
    points 0.2s;
}
.window-explorer .we-profile-anchor {
  fill: color-mix(in srgb, var(--we-anchor) 12%, transparent);
  stroke: var(--we-anchor);
}
.window-explorer .we-profile-comparison {
  fill: color-mix(in srgb, var(--we-comparison) 9%, transparent);
  stroke: var(--we-comparison);
  stroke-dasharray: 5 4;
}
.window-explorer .we-label-leader {
  stroke: #aaa99c;
  stroke-width: 0.65;
  stroke-dasharray: 2 3;
  opacity: 0.5;
}
.window-explorer .we-point circle {
  fill: var(--we-surface);
  stroke-width: 2;
}
.window-explorer .we-point-anchor circle {
  stroke: var(--we-anchor);
  fill: var(--we-anchor);
}
.window-explorer .we-point-anchor text {
  fill: white;
}
.window-explorer .we-point-comparison circle {
  stroke: var(--we-comparison);
  stroke-dasharray: 3 2;
}
.window-explorer .we-point-comparison text {
  fill: var(--we-comparison);
}
.window-explorer .we-point text {
  font: 9px var(--we-font-ui);
}
.window-explorer .we-point-label {
  font: 12px var(--we-font-ui);
  fill: var(--we-ink);
}
.window-explorer .we-point-value {
  font: 11px var(--we-font-numeric);
}
.window-explorer .we-anchor-value {
  fill: var(--we-anchor);
  color: var(--we-anchor);
}
.window-explorer .we-comparison-value {
  fill: var(--we-comparison);
  color: var(--we-comparison);
}
.window-explorer .we-metric-target {
  cursor: pointer;
}
.window-explorer .we-metric-target:hover .we-point-label,
.window-explorer .we-metric-target:focus .we-point-label {
  text-decoration: underline;
  fill: var(--we-accent);
}
.window-explorer .we-metric-target:focus {
  outline: none;
}
.window-explorer .we-metric-target:focus > rect {
  stroke: var(--we-accent);
  stroke-width: 2;
}
.window-explorer .we-result-group {
  margin-bottom: 12px;
}
.window-explorer .we-result-card {
  position: relative;
  background: var(--we-result-surface);
  border: 1px solid var(--we-separator);
  border-radius: var(--we-radius);
  padding: 17px 17px 13px;
  transition:
    border-color 0.12s,
    background 0.12s;
  cursor: pointer;
}
.window-explorer .we-result-card:hover {
  border-color: #a5a394;
  background: #fffef9;
}
.window-explorer .we-result-card.pinned {
  border-color: var(--we-accent);
  box-shadow: inset 3px 0 var(--we-accent);
  background: #f8f5fa;
}
.window-explorer .we-card-main {
  display: grid;
  grid-template-columns: 65px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
}
.window-explorer .we-result-card .we-era-mark {
  width: 61px;
  height: 61px;
}
.window-explorer .we-result-name {
  display: block;
  font: 24px/1.14 var(--we-font-display);
  margin-bottom: 5px;
}
.window-explorer .we-card-years {
  font-size: 13px;
  color: var(--we-secondary);
}
.window-explorer .we-card-rank {
  font: 11px var(--we-font-numeric);
  color: var(--we-secondary);
  margin-bottom: 6px;
}
.window-explorer .we-score-button {
  border: 0 !important;
  padding: 2px 0 !important;
  min-height: 42px;
  background: transparent !important;
  text-align: right;
  display: block;
  color: var(--we-accent) !important;
  font-family: var(--we-font-numeric) !important;
  font-size: 18px !important;
}
.window-explorer .we-score-button span {
  display: block;
  color: var(--we-secondary);
  font: 10px var(--we-font-ui);
}
.window-explorer .we-card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding-left: 80px;
}
.window-explorer .we-card-footer .we-player-trio {
  gap: 0;
}
.window-explorer .we-card-footer .we-compact-player {
  width: 68px;
}
.window-explorer .we-card-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.window-explorer .we-title-count {
  font-size: 11px;
  white-space: nowrap;
  color: var(--we-secondary);
}
.window-explorer .we-expand-button {
  font-size: 11px !important;
  padding: 5px 9px !important;
  min-height: 34px !important;
  background: transparent !important;
}
.window-explorer .we-overlap-button {
  width: 100%;
  font-size: 11px !important;
  min-height: 34px !important;
  border-top: 0 !important;
  border-radius: 0 0 7px 7px !important;
  background: #f6f4ee !important;
  margin-top: -3px;
}
.window-explorer .we-alternatives {
  margin: 8px 0 3px 17px;
  padding-left: 12px;
  border-left: 1px solid #c7c6bb;
}
.window-explorer .we-alternatives .we-result-card {
  margin-top: 8px;
}
.window-explorer #weLoadMore {
  width: 100%;
  background: transparent;
  margin-top: 6px;
}
.window-explorer .we-score-detail {
  margin-top: 13px;
  padding: 12px 0 2px;
  border-top: 1px solid var(--we-separator);
  font-size: 12px;
  cursor: auto;
}
.window-explorer .we-score-detail dl {
  margin: 8px 0;
}
.window-explorer .we-score-detail dl > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.window-explorer .we-score-detail dd {
  margin: 0;
  font: 12px var(--we-font-numeric);
}
.window-explorer .we-score-detail p {
  color: var(--we-secondary);
  font-size: 11px;
}
.window-explorer .we-score-detail .we-coverage {
  color: #75551d;
}
.window-explorer .we-inspection {
  position: absolute;
  right: calc(100% + 15px);
  top: 12px;
  width: min(740px, 57vw);
  border: 1px solid #ceccc1;
  background: var(--we-surface);
  box-shadow: 0 10px 24px #2927221c;
  border-radius: 8px;
  padding: 17px 17px 4px;
  z-index: 7;
}
.window-explorer .we-inspection:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 20px;
  height: 100%;
}
.window-explorer .we-chart-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}
.window-explorer .we-chart-heading p {
  font-size: 11px;
  color: var(--we-secondary);
  margin-top: 3px;
}
.window-explorer .we-chart-heading button {
  min-height: 32px;
  font-size: 19px;
  padding: 0 10px;
}
.window-explorer .we-chart-scroll {
  overflow-x: auto;
  overscroll-behavior-x: contain;
}
.window-explorer .we-chart-scroll svg {
  width: 100%;
  display: block;
}
.window-explorer .we-chart-baseline {
  stroke: #dbd9d0;
}
.window-explorer .we-chart-anchor {
  stroke: var(--we-anchor);
  fill: var(--we-anchor);
}
.window-explorer .we-chart-comparison {
  stroke: var(--we-comparison);
  fill: var(--we-comparison);
}
.window-explorer .we-chart-anchor path,
.window-explorer .we-chart-comparison path {
  fill: none;
  stroke-width: 2;
}
.window-explorer .we-chart-comparison path {
  stroke-dasharray: 4 3;
}
.window-explorer .we-chart-comparison circle {
  stroke-dasharray: 4 3;
  fill: var(--we-surface);
}
.window-explorer .we-chart-value {
  paint-order: stroke;
  stroke: var(--we-surface);
  stroke-width: 4px;
  stroke-linejoin: round;
  font: 11px var(--we-font-numeric);
}
.window-explorer .we-chart-years {
  font: 11px var(--we-font-numeric);
  fill: #65685e;
}
.window-explorer .we-popover {
  width: min(520px, calc(100% - 24px));
  max-height: 85vh;
  overflow: auto;
  margin: 9vh auto auto;
  padding: 26px;
  border: 1px solid var(--we-separator);
  border-radius: 10px;
  background: var(--we-surface);
  color: var(--we-ink);
  box-shadow: 0 20px 70px #16191440;
}
.window-explorer .we-popover::backdrop {
  background: #24272638;
}
.window-explorer .we-popover h2 {
  font-size: 27px;
  margin-bottom: 17px;
}
.window-explorer .we-popover p {
  font-size: 13px;
  margin: 10px 0;
  color: var(--we-secondary);
}
.window-explorer .we-popover label {
  display: block;
}
.window-explorer .we-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 20px;
}
.window-explorer .we-primary-button {
  background: var(--we-ink) !important;
  color: var(--we-surface) !important;
  border-color: var(--we-ink) !important;
}
.window-explorer input[type="range"] {
  width: 100%;
  accent-color: var(--we-accent);
  margin: 17px 0;
  min-height: 35px;
}
.window-explorer .we-balance-labels {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
}
.window-explorer .we-popover details {
  border-top: 1px solid var(--we-separator);
  padding: 13px 0;
}
.window-explorer .we-popover summary {
  cursor: pointer;
  min-height: 32px;
  padding: 5px 0;
}
.window-explorer .we-formula {
  font: 12px/1.7 var(--we-font-numeric);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: #ebeae3;
  padding: 12px;
}
.window-explorer .we-choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
}
.window-explorer .we-choice-grid label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  min-height: 36px;
  padding: 4px 8px;
  background: #efeee7;
  border-radius: 4px;
}
.window-explorer input[type="checkbox"],
.window-explorer input[type="radio"] {
  accent-color: var(--we-accent);
}
.window-explorer .we-span-fields {
  display: flex;
  gap: 12px;
}
.window-explorer .we-span-fields select {
  width: 100%;
}
.window-explorer .we-franchise-options {
  max-height: 225px;
  overflow: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.window-explorer .we-franchise-options label {
  display: flex;
  gap: 7px;
  align-items: center;
  min-height: 36px;
  font-size: 12px;
}
.window-explorer .we-error {
  padding: 16px;
  color: #8e3a28;
  background: #f7e9e2;
  border: 1px solid #e5cbbd;
  border-radius: 7px;
}
.window-explorer .we-command .we-error {
  margin-top: 10px;
}
.window-explorer .we-empty {
  padding: 35px 25px;
  background: var(--we-surface);
  border: 1px solid var(--we-separator);
  border-radius: 8px;
}
.window-explorer .we-empty h3 {
  font: 24px var(--we-font-display);
  margin-bottom: 9px;
}
.window-explorer .we-empty p {
  color: var(--we-secondary);
}
.window-explorer .we-skeleton {
  height: 155px;
  background: linear-gradient(110deg, #e9e7df 30%, #f9f7f0 45%, #e9e7df 60%);
  background-size: 220% 100%;
  border: 1px solid var(--we-separator);
  border-radius: 8px;
  margin-bottom: 12px;
  animation: we-skeleton 1.8s linear infinite;
}
.window-explorer .we-skeleton-label {
  font-size: 12px;
  margin-bottom: 12px;
  color: var(--we-secondary);
}
@keyframes we-skeleton {
  to {
    background-position: -220% 0;
  }
}
.window-explorer .we-detail-back {
  margin: 24px 0 18px;
  background: transparent;
}
.window-explorer .we-detail-header {
  display: flex;
  gap: 17px;
  align-items: center;
  margin: 4px 0 23px;
}
.window-explorer .we-detail-header h2 {
  font-size: 35px;
}
.window-explorer .we-detail-header .we-detail-players {
  font-size: 13px;
  color: var(--we-secondary);
  margin-top: 6px;
}
.window-explorer .we-detail-comparison {
  position: relative;
  width: 40%;
  max-width: 560px;
  margin: 0 0 24px auto;
  background: var(--we-surface);
  border: 1px solid var(--we-separator);
  border-radius: 8px;
  padding: 18px;
}
.window-explorer .we-detail-comparison .we-inspection {
  width: min(660px, 47vw);
  right: calc(100% + 10px);
}
.window-explorer .we-season-strip {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 6px 1px 16px;
  scrollbar-width: thin;
}
.window-explorer .we-season-strip button {
  flex: 1 0 132px;
  text-align: left;
  background: transparent;
  padding: 11px 13px;
  min-height: 73px;
}
.window-explorer .we-season-strip button[aria-selected="true"] {
  background: var(--we-ink);
  color: #fffef9;
  border-color: var(--we-ink);
}
.window-explorer .we-season-strip span {
  display: block;
  font-size: 11px;
  margin-top: 4px;
  opacity: 0.8;
}
.window-explorer .we-season-panel {
  background: var(--we-result-surface);
  border: 1px solid var(--we-separator);
  border-radius: 8px;
  padding: 22px;
}
.window-explorer .we-season-summary {
  font-size: 15px;
}
.window-explorer .we-season-summary p + p {
  font-size: 12px;
  color: var(--we-secondary);
  margin-top: 7px;
}
.window-explorer .we-table-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 23px 0 12px;
  border-bottom: 1px solid var(--we-separator);
  padding-bottom: 12px;
}
.window-explorer .we-table-tabs,
.window-explorer .we-table-modes {
  display: flex;
  gap: 6px;
}
.window-explorer .we-table-tabs button,
.window-explorer .we-table-modes button {
  border-color: transparent;
  background: transparent;
  font-size: 12px;
  min-height: 36px;
}
.window-explorer .we-table-tabs button[aria-selected="true"] {
  border-bottom: 2px solid var(--we-accent);
  border-radius: 0;
  color: var(--we-accent);
}
.window-explorer .we-table-modes button[aria-pressed="true"] {
  background: #eee8f1;
  border-color: #d6cbdc;
  color: var(--we-accent);
}
.window-explorer .we-table-scroll {
  max-width: 100%;
  overflow: auto;
  isolation: isolate;
  overscroll-behavior-x: contain;
}
.window-explorer table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-size: 12px;
  white-space: nowrap;
}
.window-explorer th,
.window-explorer td {
  padding: 11px 12px;
  border-bottom: 1px solid #e9e7de;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.window-explorer td {
  font-family: var(--we-font-numeric);
}
.window-explorer th {
  font-size: 10px;
  color: var(--we-secondary);
  font-weight: normal;
  background: #f4f2ec;
}
.window-explorer th:first-child,
.window-explorer td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: var(--we-result-surface);
  text-align: left;
  font-family: var(--we-font-ui);
  min-width: 180px;
  border-right: 1px solid #e5e2d9;
}
.window-explorer th:first-child {
  background: #f4f2ec;
}
.window-explorer .we-player-name {
  border: none;
  background: transparent;
  padding: 0;
  min-height: 25px;
  font-size: 12px;
  text-align: left;
}
.window-explorer tr.we-context-stint td {
  background: #efe8f3;
}
.window-explorer tr.we-context-participation td {
  background: #f9f6fb;
}
.window-explorer .we-context-stint td:first-child {
  border-left: 3px solid var(--we-accent);
}
.window-explorer .we-stint-row td:first-child {
  padding-left: 26px;
}
.window-explorer .we-award-badge {
  display: inline-block;
  font: 9px var(--we-font-ui);
  background: #eae5dc;
  border-radius: 3px;
  padding: 4px 5px;
  margin: 2px;
}
.window-explorer .we-partial-notice {
  color: #75551d;
  font-size: 12px;
  margin: 9px 0;
}
.window-explorer .we-source-note {
  font-size: 11px;
  color: var(--we-secondary);
  margin-top: 18px;
}
.window-explorer .we-source-note a {
  text-decoration: underline;
}
.window-explorer .we-almanac-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--we-separator);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  color: var(--we-secondary);
}
.window-explorer .we-almanac-footer button {
  border: 0;
  background: transparent;
  padding: 0;
  min-height: 24px;
  font-size: 11px;
  text-decoration: underline;
}
.window-explorer .we-toast {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 22px;
  border-radius: 6px;
  background: #242726;
  color: #fffefa;
  z-index: 30;
  max-width: 90vw;
  font-size: 13px;
}
.window-explorer .we-share-choices {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 14px;
  align-items: start;
}
.window-explorer .we-share-option {
  border: 1px solid var(--we-separator);
  border-radius: 6px;
  padding: 10px;
  background: #efeee5;
}
.window-explorer .we-share-option img {
  display: block;
  width: 100%;
  height: auto;
  margin: 8px 0;
}
.window-explorer .we-share-option button {
  width: 100%;
  font-size: 11px;
}
.window-explorer .we-share-summary {
  font-size: 12px;
  padding: 12px;
  background: #eeede6;
  border-radius: 5px;
}
.window-explorer .we-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 1150px) {
  .window-explorer .we-almanac-main {
    padding-inline: 25px;
  }
  .window-explorer .we-command-form {
    grid-template-columns: minmax(160px, 1fr) 140px 140px 120px 90px;
  }
  .window-explorer .we-workspace {
    gap: 18px;
  }
  .window-explorer .we-card-main {
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 10px;
  }
  .window-explorer .we-result-name {
    font-size: 22px;
  }
  .window-explorer .we-result-card .we-era-mark {
    width: 48px;
    height: 48px;
    font-size: 17px;
  }
  .window-explorer .we-card-footer {
    padding-left: 60px;
  }
  .window-explorer .we-card-actions {
    gap: 5px;
  }
  .window-explorer .we-card-footer .we-compact-player {
    width: 56px;
    font-size: 9px;
  }
  .window-explorer .we-title-count {
    font-size: 10px;
  }
  .window-explorer .we-comparison {
    padding-inline: 8px;
  }
  .window-explorer .we-comparison-title {
    font-size: 21px;
  }
}
@media (max-width: 850px) {
  .window-explorer .we-almanac-main {
    padding: 20px 16px;
  }
  .window-explorer .we-page-label {
    margin-bottom: 17px;
  }
  .window-explorer .we-page-label h1 {
    font-size: 30px;
  }
  .window-explorer .we-page-label > span {
    font-size: 11px;
  }
  .window-explorer .we-command-form {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .window-explorer .we-command .we-team-select {
    grid-column: 1 / -1;
  }
  .window-explorer .we-command-form > button:last-child {
    grid-column: 1 / -1;
    min-height: 34px;
  }
  .window-explorer .we-command {
    padding: 12px;
  }
  .window-explorer .we-workspace {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .window-explorer .we-comparison {
    order: -1;
    position: relative;
    top: auto;
    width: 100%;
    padding: 20px 20px 10px;
  }
  .window-explorer #weFingerprint {
    max-width: 430px;
    margin: auto;
  }
  .window-explorer .we-results-column {
    width: 100%;
  }
  .window-explorer .we-inspection,
  .window-explorer .we-detail-comparison .we-inspection {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-top: 17px;
    box-shadow: none;
  }
  .window-explorer .we-inspection:after {
    display: none;
  }
  .window-explorer .we-anchor-heading {
    gap: 13px;
    flex-wrap: wrap;
    padding: 24px 0 20px;
  }
  .window-explorer .we-anchor-heading h2 {
    font-size: 29px;
  }
  .window-explorer .we-anchor-heading .we-player-trio {
    margin-left: 0;
  }
  .window-explorer .we-anchor-heading .we-compact-player {
    width: 58px;
  }
  .window-explorer .we-toolbar {
    gap: 12px;
  }
  .window-explorer .we-toolbar-actions {
    margin-left: auto;
  }
  .window-explorer .we-comparison-title {
    font-size: 23px;
  }
  .window-explorer .we-card-main {
    grid-template-columns: 60px minmax(0, 1fr) auto;
  }
  .window-explorer .we-result-card .we-era-mark {
    width: 58px;
    height: 58px;
    font-size: 20px;
  }
  .window-explorer .we-card-footer {
    padding-left: 70px;
  }
  .window-explorer .we-card-footer .we-compact-player {
    width: 66px;
    font-size: 10px;
  }
  .window-explorer .we-result-name {
    font-size: 25px;
  }
  .window-explorer .we-detail-header h2 {
    font-size: 29px;
  }
  .window-explorer .we-season-panel {
    padding: 16px;
  }
  .window-explorer .we-table-toolbar {
    flex-wrap: wrap;
  }
  .window-explorer .we-table-modes {
    margin-left: auto;
  }
}
@media (max-width: 520px) {
  .window-explorer .tt-topbar {
    padding: 12px 16px;
  }
  .window-explorer .we-page-label > span {
    display: none;
  }
  .window-explorer .we-command-form {
    gap: 8px;
  }
  .window-explorer .we-command-form select {
    padding: 8px;
    font-size: 12px;
  }
  .window-explorer .we-command-form > button {
    font-size: 12px;
    padding-inline: 9px;
  }
  .window-explorer .we-anchor-heading .we-player-trio {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    justify-content: flex-start;
    gap: 11px;
  }
  .window-explorer .we-anchor-heading .we-compact-player {
    display: flex;
    align-items: center;
    gap: 5px;
    width: auto;
    max-width: 105px;
    text-align: left;
    font-size: 10px;
  }
  .window-explorer .we-anchor-heading .we-portrait {
    width: 29px;
    height: 31px;
    margin: 0;
    flex-shrink: 0;
  }
  .window-explorer .we-anchor-heading .we-era-mark {
    width: 57px;
    height: 57px;
    font-size: 19px;
  }
  .window-explorer .we-anchor-heading h2 {
    font-size: 27px;
  }
  .window-explorer .we-anchor-heading .we-run-years {
    font-size: 15px;
  }
  .window-explorer .we-metric-pills {
    gap: 5px;
  }
  .window-explorer .we-metric-pills button {
    font-size: 11px;
    min-height: 38px;
    padding: 7px 10px;
  }
  .window-explorer .we-comparison {
    padding: 18px 7px 12px;
  }
  .window-explorer .we-result-card {
    padding: 14px 12px 12px;
  }
  .window-explorer .we-card-main {
    grid-template-columns: 44px minmax(0, 1fr) 68px;
    gap: 9px;
  }
  .window-explorer .we-result-card .we-era-mark {
    width: 43px;
    height: 43px;
    font-size: 15px;
  }
  .window-explorer .we-result-name {
    font-size: 21px;
  }
  .window-explorer .we-card-years {
    font-size: 11px;
  }
  .window-explorer .we-score-button {
    font-size: 16px !important;
  }
  .window-explorer .we-card-footer {
    padding-left: 0;
    margin-top: 14px;
  }
  .window-explorer .we-card-footer .we-compact-player {
    width: 57px;
    font-size: 9px;
  }
  .window-explorer .we-card-actions {
    gap: 6px;
  }
  .window-explorer .we-title-count {
    font-size: 10px;
  }
  .window-explorer .we-expand-button {
    padding: 7px 8px !important;
  }
  .window-explorer .we-alternatives {
    margin-left: 5px;
    padding-left: 6px;
  }
  .window-explorer .we-almanac-footer {
    display: block;
  }
  .window-explorer .we-almanac-footer > span {
    display: block;
    margin-top: 4px;
  }
  .window-explorer .we-detail-header {
    align-items: start;
  }
  .window-explorer .we-detail-header h2 {
    font-size: 25px;
  }
  .window-explorer .we-popover {
    padding: 20px;
  }
  .window-explorer th,
  .window-explorer td {
    padding: 10px;
  }
  .window-explorer th:first-child,
  .window-explorer td:first-child {
    min-width: 150px;
  }
  .window-explorer .we-chart-heading p {
    font-size: 10px;
  }
}
@media (hover: none) {
  .window-explorer .we-inspection,
  .window-explorer .we-detail-comparison .we-inspection {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    box-shadow: none;
    margin-top: 15px;
  }
  .window-explorer .we-inspection:after {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .window-explorer * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 850px) {
  .window-explorer .we-detail-comparison {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }
}

.window-explorer .we-authentic-mark {
  border-color: transparent;
  background: transparent;
  border-radius: 4px;
}
.window-explorer .we-authentic-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.window-explorer .we-result-card.pinned {
  border-left: 4px solid var(--we-comparison);
}

.window-explorer .we-detail-back {
  position: sticky;
  top: 82px;
  z-index: 5;
  background: var(--we-surface);
}
.window-explorer .we-authentic-mark {
  outline: none;
}
.window-explorer .we-inspection {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.window-explorer .we-result-card.pinned {
  box-shadow: none;
  border-color: var(--we-comparison);
}

.window-explorer .we-detail-overview {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 28px;
  margin: 14px 0 22px;
  align-items: start;
}
.window-explorer .we-detail-overview .we-detail-comparison {
  width: 100%;
  max-width: none;
  margin: 0;
}
.window-explorer .we-detail-overview-copy {
  padding-top: 8px;
  min-width: 0;
}
.window-explorer .we-run-summary {
  margin-top: 34px;
  padding-right: 10px;
}
.window-explorer .we-run-summary th,
.window-explorer .we-run-summary td {
  white-space: normal;
  background: transparent;
  border-right: 0;
  position: static;
  padding: 14px 10px;
}
.window-explorer .we-run-summary th:first-child {
  min-width: 140px;
}
.window-explorer .we-run-summary th {
  font-size: 12px;
}
.window-explorer .we-run-summary th span {
  display: block;
  font: 10px var(--we-font-ui);
  margin-top: 5px;
}
.window-explorer .we-run-summary tbody th {
  font: 13px var(--we-font-ui);
  color: var(--we-ink);
}
.window-explorer .we-run-summary .we-anchor-value {
  border-bottom-color: var(--we-anchor);
}
.window-explorer .we-run-summary .we-comparison-value {
  border-bottom-style: dashed;
  border-bottom-color: var(--we-comparison);
}
@media (max-width: 850px) {
  .window-explorer .we-detail-overview {
    display: block;
  }
  .window-explorer .we-run-summary {
    display: none;
  }
  .window-explorer .we-detail-overview .we-detail-comparison {
    margin-top: 20px;
  }
}

@keyframes we-reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.window-explorer .we-inspection:not([hidden]) {
  animation: we-reveal 0.16s ease-out;
}
.window-explorer .we-season-panel {
  animation: we-reveal 0.16s ease-out;
}

.window-explorer .we-anchor-expand {
  margin-left: auto;
  background: transparent;
  font-size: 12px;
}
/* Scope instant restoration to this tool; explicit new-search smooth scrolling still works. */
html:has(> body.window-explorer) {
  scroll-behavior: auto;
}
