@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/instrument-serif-400.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/instrument-serif-400-italic.woff2") format("woff2");
}

:root {
  --bg: #E6EAEE;
  --card: #F4F6F8;
  --sheet: #F4F6F8;
  --ink: #12151A;
  --muted: #3E4752;
  --line: #C3CCD4;
  --head: #EEF1F4;
  --accent: #12151A;
  --accent-2: #3E4752;
  --navy: #13294b;
  --hover: #DCE2E8;
  --go: #0E7C66;
  --go-ink: #F4F6F8;
  --go-bg: #D4E8E3;
  --link: #0A5C4C;
  --gold: #0E7C66;
  --gold-bg: #D4E8E3;
  --shadow: none;
  --font: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --display: "Instrument Serif", "Iowan Old Style", Georgia, serif;
  --mono: "IBM Plex Mono", ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace;
  --radius: 4px;
  --wrap: 60rem;
  --heat-cool: #b7c9dc;
  --heat-hot: #e9b15c;
  --heat-ink: #12151A;
  --pill-lo: #d03a30;
  --pill-mid: #a06618;
  --pill-hi: #0e8a3c;
  --pill-ink: #fffef8;
  --pill-empty: #E2E7EC;
  --pill-radius: 0.4rem;
  --pill-gx: 0.7rem;
  --pill-gy: 0.38rem;
  --stripe: #EEF1F4;
  --chip: #E6EAEE;
  --card-line: #C3CCD4;
  --scroll-thumb: #8A96A3;
  --scroll-track: #E6EAEE;
  --star-empty: #C3CCD4;
  --logo-disc: #E2E7EC;
  --yield-track: #D4E8E3;
  --edge-fade: linear-gradient(to right, rgba(230, 234, 238, 0), var(--bg) 88%);
  --heat-stick: 2.55rem;
  --lab-grid: rgba(78, 93, 112, 0.08);
  --lab-mark: #5C6B7C;
  --lab-op: 0.12;
  --lab-hex: 6.4rem 7.4rem;
  --lab-a: -8% -12%;
  --lab-b: 108% 112%;
  --lab-c: 0 0;
  --lab-d: 3rem 2rem;
  --lab-e: 92% 8%;
  --lab-f: 6% 78%;
  --lab-flask-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 2.6h8M9.25 2.6v4.2L4.7 20.3h14.6L14.75 6.8V2.6' stroke='black' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cellipse cx='12' cy='16.5' rx='3.35' ry='1.95' stroke='black' stroke-width='1.35'/%3E%3Cpath d='M10.45 16.5h3.1M12 15.35v2.3' stroke='black' stroke-width='1.15' stroke-linecap='round'/%3E%3C/svg%3E");
  --lab-benzene: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='104' viewBox='0 0 90 104'%3E%3Cg fill='none' stroke='black' stroke-width='1.55'%3E%3Cpath d='M45 8 L73 24 V56 L45 72 L17 56 V24 Z'/%3E%3C/g%3E%3Cg fill='black'%3E%3Ccircle cx='45' cy='8' r='2.7'/%3E%3Ccircle cx='73' cy='24' r='2.7'/%3E%3Ccircle cx='73' cy='56' r='2.7'/%3E%3Ccircle cx='45' cy='72' r='2.7'/%3E%3Ccircle cx='17' cy='56' r='2.7'/%3E%3Ccircle cx='17' cy='24' r='2.7'/%3E%3C/g%3E%3C/svg%3E");
}
html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #121A18;
  --card: #313F3A;
  --sheet: #3C4E45;
  --ink: #F3F6F4;
  --muted: #C8D0D6;
  --line: #62726C;
  --head: #25332E;
  --accent: #F3F6F4;
  --accent-2: #C0C8CE;
  --navy: #a8b8d4;
  --hover: #3F504A;
  --go: #0E7C66;
  --go-ink: #F3F6F4;
  --go-bg: #1B3D36;
  --link: #3DCFB4;
  --gold: #3DCFB4;
  --gold-bg: #16352E;
  --shadow: 0 1px 0 rgba(255, 255, 255, 0.05), 0 10px 28px rgba(0, 0, 0, 0.34);
  --heat-cool: #6d8fad;
  --heat-hot: #e0b15c;
  --heat-ink: #F3F6F4;
  --pill-lo: #d44a52;
  --pill-mid: #c07820;
  --pill-hi: #17a34a;
  --pill-ink: #F3F6F4;
  --pill-empty: #1E2926;
  --stripe: #24322D;
  --chip: #24322D;
  --card-line: #74847D;
  --scroll-thumb: #6A7A74;
  --scroll-track: #121A18;
  --star-empty: #3D4844;
  --logo-disc: #F4F6F8;
  --yield-track: #2A3330;
  --edge-fade: linear-gradient(to right, rgba(18, 26, 24, 0), var(--bg) 88%);
  --lab-grid: rgba(138, 154, 171, 0.10);
  --lab-mark: #8B9AAB;
  --lab-op: 0.15;
}
* { box-sizing: border-box; }
html, body { margin: 0; }
html { overflow-x: hidden; }
html { color-scheme: light; }
html[data-theme="dark"] { color-scheme: dark; }
html {
  background-color: var(--bg);
  background-image:
    linear-gradient(var(--lab-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--lab-grid) 1px, transparent 1px);
  background-size: 36px 36px;
  color: var(--ink);
  accent-color: var(--go);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html {
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-thumb) var(--scroll-track);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
body,
body.theme-paper,
body.login-body {
  font-family: var(--font);
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.011em;
  font-optical-sizing: auto;
  font-feature-settings: "ss01" 1, "cv11" 1;
  min-height: 100vh;
  min-width: 0;
  caret-color: var(--ink);
  -webkit-tap-highlight-color: rgba(14, 124, 102, 0.28);
}
body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: var(--lab-mark);
}
body::before {
  opacity: var(--lab-op);
  -webkit-mask-image: var(--lab-flask-img), var(--lab-flask-img), var(--lab-benzene), var(--lab-flask-img);
  mask-image: var(--lab-flask-img), var(--lab-flask-img), var(--lab-benzene), var(--lab-flask-img);
  -webkit-mask-size: 20rem 20rem, 24rem 24rem, var(--lab-hex), 14rem 14rem;
  mask-size: 20rem 20rem, 24rem 24rem, var(--lab-hex), 14rem 14rem;
  -webkit-mask-position: var(--lab-a), var(--lab-b), var(--lab-c), var(--lab-d);
  mask-position: var(--lab-a), var(--lab-b), var(--lab-c), var(--lab-d);
  -webkit-mask-repeat: no-repeat, no-repeat, repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat, repeat, no-repeat;
}
body::after {
  opacity: calc(var(--lab-op) * 0.75);
  -webkit-mask-image: var(--lab-benzene), var(--lab-flask-img);
  mask-image: var(--lab-benzene), var(--lab-flask-img);
  -webkit-mask-size: 10rem 7.2rem, 16rem 16rem;
  mask-size: 10rem 7.2rem, 16rem 16rem;
  -webkit-mask-position: var(--lab-e), var(--lab-f);
  mask-position: var(--lab-e), var(--lab-f);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
body.scope-week {
  --lab-a: -8% -12%;
  --lab-b: 108% 112%;
  --lab-c: 0 0;
  --lab-d: 3rem 2rem;
  --lab-e: 92% 8%;
  --lab-f: 6% 78%;
}
html[data-theme="dark"] body.scope-week { --lab-mark: #8B9AAB; }
body.scope-tds {
  --lab-mark: #4F675C;
  --lab-hex: 7.6rem 8.6rem;
  --lab-a: 14% 72%;
  --lab-b: -12% 6%;
  --lab-c: 2.2rem 1rem;
  --lab-d: -5rem 8rem;
  --lab-e: 8% 12%;
  --lab-f: 94% 70%;
}
html[data-theme="dark"] body.scope-tds { --lab-mark: #7E948A; }
body.scope-game {
  --lab-mark: #545A72;
  --lab-hex: 5.2rem 6rem;
  --lab-a: 78% 82%;
  --lab-b: 8% 88%;
  --lab-c: 1.4rem 0;
  --lab-d: 70% 8%;
  --lab-e: 88% 18%;
  --lab-f: 4% 8%;
}
html[data-theme="dark"] body.scope-game { --lab-mark: #8A8EAB; }
body.scope-player {
  --lab-mark: #6A5C56;
  --lab-hex: 6rem 7rem;
  --lab-a: 102% 18%;
  --lab-b: -8% 60%;
  --lab-c: 0 3rem;
  --lab-d: 40% 90%;
  --lab-e: 12% 78%;
  --lab-f: 88% 12%;
}
html[data-theme="dark"] body.scope-player { --lab-mark: #9A8E86; }
body.scope-fantasy {
  --lab-mark: #4A6478;
  --lab-hex: 5rem 5.8rem;
  --lab-a: 6% -8%;
  --lab-b: 92% 4%;
  --lab-c: 3rem 0;
  --lab-d: 50% 40%;
  --lab-e: 50% 6%;
  --lab-f: 8% 88%;
}
html[data-theme="dark"] body.scope-fantasy { --lab-mark: #7A96A8; }
body.scope-cook {
  --lab-mark: #6A6248;
  --lab-hex: 8rem 9rem;
  --lab-a: -4% 70%;
  --lab-b: 110% 20%;
  --lab-c: 1rem 2rem;
  --lab-d: 20% 8%;
  --lab-e: 90% 80%;
  --lab-f: 10% 20%;
}
html[data-theme="dark"] body.scope-cook { --lab-mark: #A89A78; }
body.scope-spread {
  --lab-mark: #4A5868;
  --lab-hex: 7rem 8rem;
  --lab-a: 20% 10%;
  --lab-b: 80% 90%;
  --lab-c: 0 2rem;
  --lab-d: 60% 50%;
  --lab-e: 10% 40%;
  --lab-f: 90% 10%;
}
html[data-theme="dark"] body.scope-spread { --lab-mark: #7A8A9A; }
body.scope-totals {
  --lab-mark: #5A5850;
  --lab-hex: 5.6rem 6.6rem;
  --lab-a: 90% 40%;
  --lab-b: -10% 90%;
  --lab-c: 4rem 1rem;
  --lab-d: 8% 50%;
  --lab-e: 70% 8%;
  --lab-f: 20% 85%;
}
html[data-theme="dark"] body.scope-totals { --lab-mark: #8A9688; }
body.login-body {
  --lab-mark: #4A5858;
  --lab-op: 0.16;
  --lab-hex: 4.8rem 5.6rem;
  --lab-a: 50% 8%;
  --lab-b: 8% 70%;
  --lab-c: 1rem 0;
  --lab-d: 80% 80%;
  --lab-e: 50% 50%;
  --lab-f: 92% 12%;
}
html[data-theme="dark"] body.login-body { --lab-mark: #7A9A98; --lab-op: 0.18; }
body.scope-page {
  --lab-mark: #5A6270;
  --lab-hex: 6.2rem 7.2rem;
}
html[data-theme="dark"] body.scope-page { --lab-mark: #8896A4; }
.top,
main,
.site-foot,
.login-shell {
  position: relative;
  z-index: 1;
}
::selection { background: var(--go); color: var(--go-ink); }
::-moz-selection { background: var(--go); color: var(--go-ink); }
a { color: var(--link); }
a:visited { color: var(--link); }
:focus-visible {
  outline: 2px solid var(--go);
  outline-offset: 2px;
}
:focus:not(:focus-visible) { outline: none; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--scroll-track); }
::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb);
  border-radius: 99px;
  border: 2px solid var(--scroll-track);
}
::-webkit-scrollbar-thumb:hover { background: #5b6166; }
.skip {
  position: absolute;
  left: 0.85rem;
  top: 0.65rem;
  z-index: 30;
  padding: 0.4rem 0.75rem;
  background: var(--go);
  color: var(--go-ink);
  font-weight: 650;
  text-decoration: none;
  border-radius: 4px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
.skip:focus,
.skip:focus-visible {
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  overflow: visible;
  outline: 2px solid #fff;
  outline-offset: 2px;
  color: var(--go-ink);
}
.to-top {
  position: fixed;
  right: 0.85rem;
  bottom: 1.15rem;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.38rem 0.72rem;
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--go-ink);
  background: var(--go);
  border: 1px solid var(--go);
  border-radius: var(--radius);
  box-shadow: none;
}
.to-top.is-on { display: inline-flex; }
main:focus {
  outline: none;
}
.top {
  background: transparent;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.top-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0.95rem 1.25rem 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.5rem;
}
.top-inner .brand { order: 1; }
.top-inner nav { order: 2; flex: 1 1 auto; }
.top-inner .top-tools { order: 3; }
.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
.avatar-link {
  display: block;
  flex: 0 0 auto;
  line-height: 0;
}
.avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 6px;
  object-fit: cover;
  object-position: 50% 18%;
  display: block;
  background: var(--head);
  border: 1px solid var(--line);
}
.brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.15;
}
.wordmark {
  margin: 0;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.wordmark a { color: var(--ink); text-decoration: none; }
.desk {
  margin: 0 0 0.12rem;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
}
.desk::before {
  content: "";
  width: 0.82rem;
  height: 0.82rem;
  flex: 0 0 auto;
  background: var(--go);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 2.6h8M9.25 2.6v4.2L4.7 20.3h14.6L14.75 6.8V2.6' stroke='black' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cellipse cx='12' cy='16.5' rx='3.35' ry='1.95' stroke='black' stroke-width='1.35'/%3E%3Cpath d='M10.45 16.5h3.1M12 15.35v2.3' stroke='black' stroke-width='1.15' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 2.6h8M9.25 2.6v4.2L4.7 20.3h14.6L14.75 6.8V2.6' stroke='black' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cellipse cx='12' cy='16.5' rx='3.35' ry='1.95' stroke='black' stroke-width='1.35'/%3E%3Cpath d='M10.45 16.5h3.1M12 15.35v2.3' stroke='black' stroke-width='1.15' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
.brand-text .handle,
.brand-text .x-link {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 0.18rem;
}
.tagline {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.01em;
  margin-top: 0.18rem;
}
.x-link {
  color: inherit;
  text-decoration: none;
  font-weight: 650;
}
.x-link:active { text-decoration: underline; }
.tagline .x-link { color: var(--link); }
.top nav a.x-nav { color: var(--link); }
.top-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.75rem;
  margin: 0 0 0 auto;
}
.top-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
  margin: 0;
  padding: 0;
  border: 0;
}
.theme-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: var(--card);
}
.theme-btn {
  appearance: none;
  background: transparent;
  color: var(--muted);
  border: 0;
  border-radius: 0;
  min-height: 2.1rem;
  padding: 0.28rem 0.72rem;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none;
}
.theme-btn[aria-pressed="true"] {
  background: var(--go);
  color: var(--go-ink);
}
.theme-btn:active {
  background: var(--hover);
  color: var(--ink);
}
.login-shell .theme-toggle {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
}
.metric-lab { display: none; }
.top nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
  margin: 0;
  padding: 0;
  border: 0;
}
.top nav a, .top nav strong {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.5rem 0.7rem;
  border-radius: 0;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-bottom: 1px solid transparent;
}
.top nav strong {
  background: transparent;
  color: var(--ink);
  border-bottom-color: var(--go);
}
.top nav a { color: var(--muted); }
.top nav a:focus-visible,
.top nav a:active { background: var(--hover); color: var(--ink); }
.toolbar {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 1.15rem 0.85rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.55rem 0.8rem;
}
.toolbar .picker-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.45rem 0.65rem;
  margin: 0;
}
.toolbar .picker {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  min-width: 0;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.toolbar select,
.toolbar input[type="search"] {
  background: var(--card);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 2px;
  min-height: 2.75rem;
  min-width: 8.75rem;
  max-width: 16rem;
  text-transform: none;
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.45rem 0.7rem;
}
.toolbar .picker-player {
  flex: 1 1 12rem;
}
.toolbar .picker-player input {
  width: 100%;
  max-width: 18rem;
}
.toolbar .picker-player button {
  min-height: 2.75rem;
  padding: 0.45rem 0.95rem;
  font-size: 0.85rem;
}
.filters-drawer {
  max-width: var(--wrap);
  margin: 0 auto;
}
.filters-check { display: none; }
.filters-drawer > .toolbar {
  max-width: none;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}
.filters-toggle {
  display: none;
  list-style: none;
  cursor: pointer;
  user-select: none;
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 2.4rem;
  padding: 0.4rem 0.75rem;
  margin: 0 0.9rem 0.65rem;
}
.filters-toggle::after {
  content: " ▾";
  color: var(--go);
  font-size: 0.85em;
}
.filters-check:checked + .filters-toggle::after { content: " ▴"; }
.who-link {
  color: inherit;
  text-decoration: none;
  font-weight: 650;
}
.who-link:active { color: var(--link); text-decoration: underline; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 1.45rem 1.35rem 2.2rem; }
.page-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.65rem 1.25rem;
  margin: 0 0 0.15rem;
}
h2, .page-title {
  font-family: var(--display);
  font-size: 1.95rem;
  font-weight: 400;
  font-style: italic;
  margin: 0.15rem 0 0.5rem;
  letter-spacing: -0.025em;
  line-height: 1.12;
}
h2 .club { font-weight: 400; font-style: italic; }
.scope-bar {
  position: sticky;
  top: 0;
  z-index: 6;
  margin: 0 0 1.15rem;
  padding: 0.55rem 1rem;
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 1rem;
}
.scope-bar .feed-note {
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 0.68rem;
  opacity: 0.92;
}
body.scope-game .scope-bar {
  color: var(--go-ink);
  background: var(--go);
  border-color: var(--go);
}
body.scope-week .scope-bar,
body.scope-tds .scope-bar,
body.scope-player .scope-bar {
  color: var(--go-ink);
  background: var(--go);
  border-color: var(--go);
}
.scope {
  margin: 0 0 0.22rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--link);
}
.lede-scope {
  margin: -0.1rem 0 0.95rem;
  color: var(--muted);
  font-size: 0.9rem;
  letter-spacing: -0.01em;
}
.offense {
  margin: 0 0 1.85rem;
  padding: 0.15rem 0 0.35rem;
}
.offense + .offense { border-top: 1px solid var(--line); padding-top: 1.15rem; }
.offense-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin: 0 0 0.45rem;
}
.offense-labs { min-width: 0; }
.offense-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.02em;
  margin: 0.1rem 0 0.12rem;
}
.off-kind {
  font-family: var(--display);
  font-weight: 400;
  color: var(--ink);
}
.offense-sub {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
html[data-theme="dark"] .offense-sub { color: #c49090; }
.wr1-fav {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  flex: 0 0 auto;
  margin-top: 0.28rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2f7a48;
  border: 1px solid color-mix(in srgb, #2f7a48 40%, var(--line));
  background: color-mix(in srgb, #2f7a48 10%, var(--card));
  border-radius: 999px;
  padding: 0.2rem 0.58rem;
  white-space: nowrap;
}
.wr1-fav::before { content: "★"; font-size: 0.85em; }
html[data-theme="dark"] .wr1-fav {
  color: #7dcc90;
  border-color: #2a6a3c;
  background: #16301c;
}
.heat-legend {
  margin: 0.1rem 0 0.35rem;
  color: var(--muted);
  font-size: 0.84rem;
}
.heat-scroll {
  position: relative;
  margin: 0.1rem 0 0.65rem;
}
.heat-scroll .table-wrap.heat-wrap,
.heat-scroll .heat-wrap {
  margin-bottom: 0.15rem;
}
.scroll-hint {
  display: none;
  position: absolute;
  top: 3.55rem;
  right: 0.2rem;
  z-index: 7;
  margin: 0;
  padding: 0.18rem 0.45rem;
  font-family: var(--font);
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 1px 4px rgba(18, 21, 26, 0.12);
  pointer-events: none;
}
.heat-scroll::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0.35rem;
  width: 2.6rem;
  pointer-events: none;
  background: var(--edge-fade);
  z-index: 5;
}
.table-wrap.heat-wrap,
.heat-wrap {
  overflow-x: auto;
  overflow-y: clip;
  -webkit-overflow-scrolling: touch;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0.1rem 0 0.45rem;
  padding: 0 0 0.35rem;
  scrollbar-width: auto;
  scrollbar-color: var(--go) var(--scroll-track);
}
.table-wrap.heat-wrap::-webkit-scrollbar { height: 12px; }
.table-wrap.heat-wrap::-webkit-scrollbar-track { background: var(--scroll-track); }
.table-wrap.heat-wrap::-webkit-scrollbar-thumb {
  background: var(--go);
  border-color: var(--scroll-track);
}
table.heat-table {
  min-width: 0;
  width: max-content;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: var(--pill-gx) var(--pill-gy);
  background: transparent;
}
table.heat-table thead {
  position: relative;
  top: 0;
  z-index: 4;
}
table.heat-table thead.is-stuck th {
  box-shadow: 0 1px 0 var(--line);
}
table.heat-table thead th {
  position: sticky;
  top: 0;
  z-index: 4;
  background: var(--bg);
  border: 0;
  text-align: center;
  padding: 0.22rem 0.32rem 0.42rem;
  font-size: 0.64rem;
  letter-spacing: 0.04em;
}
table.heat-table thead th.col-player,
table.heat-table thead th.col-role {
  text-align: left;
  padding-left: 0.15rem;
}
table.heat-table .sort-btn {
  min-height: 2.2rem;
  width: 100%;
  text-align: center;
  margin: 0;
}
table.heat-table th.col-player .sort-btn,
table.heat-table th.col-role .sort-btn { text-align: left; }
table.heat-table td {
  border: 0;
  background: transparent;
  vertical-align: middle;
}
table.heat-table tbody tr:nth-child(even) { background: transparent; }
table.heat-table .yield-bar { display: none; }
table.heat-table.role-table { min-width: 46rem; width: max-content; }
table.heat-table thead th.any-h,
table.heat-table thead th.col-first,
table.heat-table thead th.col-first25,
table.heat-table thead th.yield-h,
table.heat-table thead th.gl-h,
table.heat-table thead th.purity-h,
table.heat-table thead th.vol-h,
table.heat-table td.p.any,
table.heat-table td.col-first,
table.heat-table td.first25,
table.heat-table td.yield,
table.heat-table td.gl,
table.heat-table td.purity,
table.heat-table td.vol {
  width: 3.7rem;
  min-width: 3.7rem;
  max-width: 3.7rem;
  box-sizing: border-box;
}
table.heat-table td.p.any,
table.heat-table td.col-first,
table.heat-table td.first25,
table.heat-table td.yield,
table.heat-table td.gl,
table.heat-table td.purity,
table.heat-table td.vol {
  height: 2.45rem;
  min-height: 2.45rem;
  padding: 0.32rem 0.18rem;
  border-radius: var(--pill-radius);
  text-align: center;
  vertical-align: middle;
}
table.heat-table td.vol {
  background: var(--sheet);
  color: var(--ink);
}
table.heat-table td.heat .yield-num,
table.heat-table td.heat .gl-num,
table.heat-table td.heat .first25-num,
table.heat-table td.heat .purity-num,
table.heat-table td.p.any.heat,
table.heat-table td.col-first.heat {
  font-family: var(--mono);
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.15;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}
table.heat-table td.hist {
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  background: transparent;
  padding: 0.45rem 0.35rem;
}
table.heat-table th.col-player,
table.heat-table td.player,
table.heat-table th.col-role,
table.heat-table td.role-lab {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 11rem;
  max-width: 13rem;
  background: var(--bg);
  box-shadow: 6px 0 10px -6px rgba(26, 23, 20, 0.28);
}
table.heat-table thead th.col-player,
table.heat-table thead th.col-role {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 6;
  background: var(--bg);
}
table.heat-table tbody tr:nth-child(even) td.player,
table.heat-table tbody tr:nth-child(even) td.role-lab {
  background: var(--bg);
}
table.heat-table td:not(.player):not(.role-lab):not(.hist):not(.why):not(.matchup):not(.open) {
  border-radius: var(--pill-radius);
  text-align: center;
  padding: 0.32rem 0.18rem;
  width: 3.7rem;
  min-width: 3.7rem;
  max-width: 3.7rem;
  height: 2.45rem;
  min-height: 2.45rem;
  box-sizing: border-box;
}
table.heat-table td:not(.player):not(.role-lab):not(.hist):not(.why):not(.matchup):not(.open):not(.heat) {
  background: var(--pill-empty);
}
table.heat-table td.matchup,
table.heat-table td.open {
  background: transparent;
  border-radius: 0;
  text-align: left;
  min-width: 0;
  padding: 0.4rem 0.35rem;
}
.heat {
  --pill-fill: color-mix(
    in srgb,
    var(--pill-hi) calc(max(0, var(--h, 0) - 50) * 2%),
    color-mix(
      in srgb,
      var(--pill-mid) calc(min(var(--h, 0), 50) * 2%),
      var(--pill-lo)
    )
  );
}
/* No --h → empty fill, not a white-on-white pill. */
.heat:not([style*="--h"]) {
  --pill-fill: var(--pill-empty);
}
table.heat-table td.heat {
  background-color: var(--pill-fill);
  color: var(--pill-ink);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
table.heat-table td.heat .yield-num,
table.heat-table td.heat .gl-num,
table.heat-table td.heat .first25-num,
table.heat-table td.heat .purity-num,
table.heat-table td.p.any.heat,
table.heat-table td.col-first.heat {
  color: var(--pill-ink);
}
table.heat-table td.heat.vulture .gl-num { color: var(--pill-ink); }
table.heat-table td.heat .gl-lab {
  color: color-mix(in srgb, var(--pill-ink) 78%, transparent);
}
.heat-foot {
  margin: 0.15rem 0 0.2rem;
  color: var(--muted);
  font-size: 0.8rem;
  max-width: 46rem;
}
.table-wrap.roster-wrap,
.roster-wrap {
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0.1rem 0 0.4rem;
  padding: 0;
}
table.roster-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  background: transparent;
}
table.roster-table thead th {
  position: static;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 0.08rem 0.35rem 0.2rem;
  font-size: 0.64rem;
  letter-spacing: 0.07em;
}
table.roster-table tbody tr,
table.roster-table tbody tr:nth-child(even) {
  background: transparent;
}
table.roster-table td {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 0;
  vertical-align: middle;
}
table.roster-table tbody tr:last-child td { border-bottom: 0; }
table.roster-table td.player {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 0.7rem;
  row-gap: 0;
  padding: 0.1rem 0.2rem 0.1rem 0.05rem;
  min-width: 0;
  width: 100%;
  vertical-align: middle;
}
table.roster-table .shot-wrap {
  width: 1.55rem;
  height: 1.55rem;
  flex: 0 0 1.55rem;
}
table.roster-table td.player .who {
  grid-column: 1 / 3;
  grid-row: 1;
  min-width: 0;
  gap: 0.5rem;
}
table.roster-table .nm-col {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0;
}
table.roster-table .player-pos {
  display: block;
  font-size: 0.6rem;
  line-height: 1.15;
}
table.roster-table td.player .player-why { display: contents; }
table.roster-table td.player .tilt {
  grid-column: 3;
  grid-row: 1;
  margin: 0;
  justify-self: end;
  padding: 0.04rem 0.32rem;
  font-size: 0.66rem;
}
table.roster-table td.player .why-text {
  grid-column: 1 / -1;
  grid-row: 2;
  padding-left: 2.05rem;
  max-width: none;
  width: 100%;
  font-size: 0.74rem;
  line-height: 1.25;
}
.offense .def-card {
  max-width: 46rem;
  margin: 0.65rem 0 0.15rem;
}
.role-chart {
  margin: 0.35rem 0 0.2rem;
}
.role-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.2rem;
  list-style: none;
  margin: 0.12rem 0 0.3rem;
  padding: 0;
}
.role-item {
  display: flex;
  flex-direction: column;
  gap: 0.06rem;
  min-width: 6.4rem;
}
.role-title {
  margin: 0.1rem 0 0.08rem;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.role-sub {
  margin: 0 0 0.2rem;
  color: var(--muted);
  font-size: 0.74rem;
}
table.role-table {
  min-width: 38rem;
  font-size: 0.84rem;
}
table.role-table th, table.role-table td {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
td.role-lab {
  min-width: 9.5rem;
  vertical-align: middle;
}
.role-key-row {
  display: flex;
  align-items: center;
  gap: 0.28rem;
  min-height: 1.05rem;
}
.role-key-row .role-key { flex: 0 1 auto; min-width: 0; }
.role-club {
  font-size: 0.62rem;
  font-weight: 650;
  color: var(--muted);
  letter-spacing: 0.01em;
}
.role-key {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.role-who {
  display: block;
  font-size: 0.88rem;
  font-weight: 650;
  color: var(--ink);
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}
.role-who.muted { color: var(--muted); font-weight: 500; }
.role-vs {
  display: block;
  margin-top: 0.06rem;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
}
a.role-vs:hover { color: var(--link); }
.role-vs-lab {
  font-weight: 500;
  text-transform: lowercase;
  opacity: 0.9;
}
h3 { font-size: 1.02rem; margin: 1.25rem 0 0.4rem; }
nav.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 0.15rem 0 0.9rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid var(--line);
}
nav.tabs a, nav.tabs strong {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.45rem 0.85rem;
  border-radius: 0;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
nav.tabs strong { background: transparent; color: var(--ink); border-bottom: 1px solid var(--go); border-radius: 0; }
nav.tabs a { color: var(--muted); }
nav.tabs a:focus-visible,
nav.tabs a:active { background: var(--hover); color: var(--ink); }
.game-markets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0.1rem 0 1rem;
}
.game-markets .callout {
  margin: 0;
  max-width: none;
  padding: 0.75rem 0.85rem 0.8rem;
  border-radius: 6px;
}
.game-markets .kicker,
.callout .kicker {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.28rem;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.game-markets .market-num { font-size: 1.28rem; margin-bottom: 0.22rem; letter-spacing: -0.03em; }
.game-markets .sides {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.7rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
}
.game-markets .sides span { white-space: nowrap; }
.game-markets .sub { margin: 0; }
.meta { color: var(--muted); font-size: 0.92rem; margin: 0 0 0.85rem; }
.meta strong { color: var(--ink); }
.meta.glossary { max-width: 46rem; }
.badge {
  display: inline-block;
  background: var(--go);
  color: var(--go-ink);
  font-size: 0.72rem;
  font-weight: 650;
  padding: 0.12rem 0.42rem;
  margin-right: 0.4rem;
  border-radius: 3px;
  letter-spacing: 0.02em;
}
.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin: 0.55rem 0 1.25rem;
  box-shadow: var(--shadow);
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-thumb) var(--card);
}
.table-wrap::-webkit-scrollbar-track { background: var(--card); }
.table-wrap::-webkit-scrollbar-thumb { border-color: var(--card); }
table {
  width: 100%;
  min-width: 40rem;
  border-collapse: collapse;
  font-size: 0.9rem;
}
thead th {
  position: sticky;
  top: 0;
  background: var(--head);
  font-weight: 500;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: left;
  white-space: nowrap;
}
th.vol-h { color: var(--muted); font-weight: 550; }
td.vol {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  font-weight: 600;
  white-space: nowrap;
  color: var(--ink);
}
th.yield-h { color: var(--gold); }
th.col-first { color: var(--muted); font-weight: 550; }
th.gl-h { color: var(--muted); font-size: 0.85em; }
th, td {
  padding: 0.72rem 0.9rem;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
  text-align: left;
}
tbody tr:nth-child(even) { background: var(--stripe); }
tbody tr:not(.section):active,
tbody tr:not(.section):has(:active) { background: var(--hover); }
td.p, td.line { font-family: var(--mono); font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; font-weight: 600; white-space: nowrap; }
td.p.any { font-weight: 750; font-size: 1.02rem; color: var(--ink); }
td.col-first { color: var(--muted); font-weight: 500; }
td.line .usual {
  display: block;
  font-weight: 400;
  color: var(--muted);
  font-size: 0.82rem;
}
td.why {
  color: var(--muted);
  font-size: 0.85rem;
  min-width: 16rem;
  max-width: none;
  white-space: normal;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.45;
  vertical-align: top;
  text-overflow: unset;
}
.why-text {
  display: block;
  white-space: normal;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-overflow: unset;
  max-width: none;
}
th[title] { cursor: help; }
td.yield {
  font-variant-numeric: tabular-nums;
  width: 4.4rem;
  min-width: 4.4rem;
  max-width: 4.6rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  cursor: help;
  vertical-align: middle;
}
.yield-num {
  font-family: var(--mono);
  font-weight: 650;
  color: var(--gold);
  display: block;
  line-height: 1.1;
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}
.yield-bar {
  display: block;
  width: 100%;
  height: 0.26rem;
  margin-top: 0.1rem;
  background: var(--yield-track);
  border-radius: 99px;
  overflow: hidden;
}
.yield-fill {
  display: block;
  height: 100%;
  max-width: 100%;
  background: var(--gold);
  border-radius: 99px;
}
td.gl {
  font-variant-numeric: tabular-nums;
  width: 3.6rem;
  min-width: 3.4rem;
  max-width: 4.2rem;
  color: var(--muted);
  cursor: help;
  vertical-align: middle;
  line-height: 1.15;
}
td.gl .gl-num { display: block; font-weight: 650; font-size: 0.88rem; color: var(--ink); }
td.gl.vulture .gl-num { color: var(--gold); }
td.gl .gl-lab, td.gl .gl-sub {
  display: block;
  font-size: 0.68rem;
  color: var(--muted);
  font-weight: 500;
}
th.purity-h { color: var(--gold); font-weight: 700; }
td.purity {
  font-variant-numeric: tabular-nums;
  width: 3.4rem;
  min-width: 3.2rem;
  cursor: help;
  vertical-align: middle;
  text-align: center;
}
.purity-num {
  font-family: var(--mono);
  font-weight: 650;
  font-size: 1.05rem;
  color: var(--ink);
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}
td.heat {
  background-color: color-mix(in srgb, var(--heat-hot) calc(var(--h, 0) * 1%), var(--heat-cool));
  color: var(--heat-ink);
}
td.heat .yield-num,
td.heat .gl-num,
td.heat .first25-num,
td.heat .purity-num {
  color: var(--heat-ink);
}
html[data-theme="dark"] td.heat {
  background-color: transparent;
  color: var(--ink);
  box-shadow: inset 0.28rem 0 0 color-mix(in srgb, var(--heat-hot) calc(var(--h, 0) * 1%), var(--heat-cool));
}
html[data-theme="dark"] td.heat .yield-num,
html[data-theme="dark"] td.heat .gl-num,
html[data-theme="dark"] td.heat .first25-num,
html[data-theme="dark"] td.heat .purity-num {
  color: var(--ink);
}
html[data-theme="dark"] td.p.any.heat,
html[data-theme="dark"] td.col-first.heat {
  color: var(--ink);
}
html[data-theme="dark"] table.heat-table td.heat {
  background-color: var(--pill-fill);
  color: var(--pill-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
html[data-theme="dark"] table.heat-table td.heat .yield-num,
html[data-theme="dark"] table.heat-table td.heat .gl-num,
html[data-theme="dark"] table.heat-table td.heat .first25-num,
html[data-theme="dark"] table.heat-table td.heat .purity-num,
html[data-theme="dark"] table.heat-table td.p.any.heat,
html[data-theme="dark"] table.heat-table td.col-first.heat {
  color: var(--pill-ink);
}
th.col-first25 { color: var(--muted); font-weight: 550; }
td.first25 {
  font-variant-numeric: tabular-nums;
  color: var(--muted);
  font-weight: 550;
  white-space: nowrap;
  cursor: help;
}
.first25-num { font-size: 0.88rem; color: var(--ink); }
.lede-metric {
  margin: -0.15rem 0 1rem;
  color: var(--muted);
  font-size: 0.92rem;
  max-width: 46rem;
}
.board-legend {
  margin: -0.55rem 0 1.2rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
  max-width: 46rem;
}
body.scope-fantasy { --wrap: 72rem; }
.fantasy-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem 1.15rem;
  margin: 0.35rem 0 1.6rem;
}
.fantasy-col {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 0.85rem 0.95rem 0.75rem;
  min-width: 0;
}
.fantasy-col h3 {
  margin: 0 0 0.45rem;
  font-family: var(--display);
  font-size: 1.32rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.fantasy-col ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fantasy-col li {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
  padding: 0.28rem 0;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
  min-width: 0;
}
.fantasy-col li:first-child { border-top: 0; }
.fantasy-rank {
  flex: 0 0 1.55rem;
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  color: var(--muted);
  font-weight: 650;
  font-size: 0.78rem;
}
.fantasy-name {
  min-width: 0;
  overflow-wrap: anywhere;
}
.fantasy-col li.empty-rank {
  color: var(--muted);
  border-top: 0;
}
.sort-btn {
  appearance: none;
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  padding: 0.35rem 0.15rem;
  margin: -0.35rem 0;
  min-height: 2.75rem;
  cursor: pointer;
  text-align: left;
  border-radius: 4px;
}
.sort-btn:hover,
.sort-btn:focus-visible { color: var(--gold); background: transparent; }
th[aria-sort="descending"] .sort-btn,
th[aria-sort="ascending"] .sort-btn { color: var(--gold); }
th[data-sort] { cursor: pointer; }
th[aria-sort="descending"] .sort-btn::after { content: " ↓"; font-size: 0.72em; }
th[aria-sort="ascending"] .sort-btn::after { content: " ↑"; font-size: 0.72em; }
.tilt {
  display: block;
  width: fit-content;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  padding: 0.08rem 0.38rem;
  border-radius: 99px;
  margin: 0 0 0.22rem;
  white-space: nowrap;
  border: 1px solid transparent;
}
.tilt-tough { background: #fde8e8; color: #8b1e1e; border-color: #e8b4b4; }
.tilt-soft { background: #e7f6ec; color: #166534; border-color: #b7e0c4; }
.read-this {
  background: var(--gold-bg);
  border: 1px solid #8BB8AE;
  border-left: 1px solid var(--gold);
  border-radius: 0;
  padding: 0.85rem 1rem;
  margin: 0 0 1.15rem;
  max-width: 48rem;
}
.read-this p { margin: 0; font-size: 0.9rem; color: var(--ink); }
.foot { color: var(--muted); font-size: 0.88rem; }
.foot a { color: var(--gold); }
.site-foot .foot { margin: 1em 0; }
.site-foot {
  border-top: 1px solid var(--line);
  margin-top: 0.5rem;
  background: transparent;
}
.site-foot .wrap { padding-top: 0.85rem; padding-bottom: 1.4rem; }
.site-foot .soon { color: var(--muted); }
.site-foot .x-link { color: var(--gold); }
code {
  background: var(--head);
  color: var(--ink);
  padding: 0.05rem 0.28rem;
  border-radius: 3px;
  font-size: 0.85em;
}
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 1.25rem 1.3rem;
  max-width: 24rem;
  box-shadow: var(--shadow);
}
.card p { margin-top: 0; }
.login-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  position: relative;
  overflow: hidden;
}
.login-shell::before {
  content: "";
  position: absolute;
  width: min(28rem, 80vw);
  height: min(28rem, 80vw);
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.12;
  background: var(--go);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 2.6h8M9.25 2.6v4.2L4.7 20.3h14.6L14.75 6.8V2.6' stroke='black' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cellipse cx='12' cy='16.5' rx='3.35' ry='1.95' stroke='black' stroke-width='1.35'/%3E%3Cpath d='M10.45 16.5h3.1M12 15.35v2.3' stroke='black' stroke-width='1.15' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 2.6h8M9.25 2.6v4.2L4.7 20.3h14.6L14.75 6.8V2.6' stroke='black' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cellipse cx='12' cy='16.5' rx='3.35' ry='1.95' stroke='black' stroke-width='1.35'/%3E%3Cpath d='M10.45 16.5h3.1M12 15.35v2.3' stroke='black' stroke-width='1.15' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
html[data-theme="dark"] .login-shell::before { opacity: 0.16; }
.login-card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 2.1rem 1.6rem 1.7rem;
  width: 100%;
  max-width: 24.5rem;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  position: relative;
}
.login-card .desk { margin: 0 auto 1.05rem; }
.login-card .avatar {
  width: 3.65rem;
  height: 3.65rem;
  margin: 0 auto 0.95rem;
  border-radius: 8px;
}
.login-card .wordmark {
  color: var(--ink);
  font-size: 1.72rem;
  font-weight: 400;
  margin-bottom: 0.18rem;
  display: block;
  letter-spacing: -0.03em;
}
.login-card .handle {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
}
.login-card .handle .x-link { color: var(--muted); font-weight: 400; }
.login-card .lede {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 0 0 1.15rem;
}
.login-card form { text-align: left; }
.login-card label {
  display: block;
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--muted);
  margin-bottom: 0.3rem;
}
.login-card input[type=password] {
  width: 100%;
  display: block;
  margin-bottom: 0.95rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  min-height: 2.85rem;
  padding: 0.7rem 0.95rem;
  background: var(--head);
  color: var(--ink);
}
.login-card input[type=password]:focus,
.login-card input[type=password]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 1px;
  border-color: var(--gold);
}
.login-card input[type=password]:-webkit-autofill,
.login-card input[type=password]:-webkit-autofill:hover,
.login-card input[type=password]:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--ink);
  caret-color: var(--ink);
  box-shadow: 0 0 0 1000px var(--card) inset;
  border-color: var(--line);
  transition: background-color 9999s ease-out;
}
.login-card button { width: 100%; min-height: 2.85rem; padding: 0.7rem 0.85rem; border-radius: 6px; }
.login-card button:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}
.login-card .hint {
  margin: 0.9rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}
.login-card .err { color: #9f1d1d; font-size: 0.88rem; margin: 0 0 0.65rem; }
.logout-form { display: inline; margin: 0; }
.logout-form button {
  background: none;
  border: 0;
  padding: 0;
  color: var(--gold);
  font: inherit;
  font-weight: inherit;
  cursor: pointer;
  text-decoration: none;
}
.logout-form button:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}
.logout-form button:active { color: #1AA887; background: none; }
input, button, select, textarea { font: inherit; padding: 0.4rem 0.6rem; color-scheme: inherit; }
input, select, textarea {
  background: var(--head);
  color: var(--ink);
  caret-color: var(--ink);
  border: 1px solid var(--line);
}
input::placeholder,
textarea::placeholder {
  color: var(--muted);
  opacity: 1;
}
button {
  background: var(--go);
  color: var(--go-ink);
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 600;
}
button:active { background: #0A5C4C; color: var(--go-ink); }
button:focus-visible,
.game-nav .back:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}
.export-list {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  margin: 0.5rem 0 1rem;
  box-shadow: var(--shadow);
}
.export-list a {
  display: block;
  padding: 0.85rem 1.05rem;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.export-list a:last-child { border-bottom: 0; }
.export-list a.zip {
  border-top: 2px solid var(--line);
  background: var(--head);
}
.export-list a:focus-visible,
.export-list a:active { background: var(--hover); }
.export-list .name { font-weight: 650; color: var(--ink); }
.export-list a:focus-visible .name,
.export-list a:active .name { color: var(--gold); }
.export-list .file {
  color: var(--muted);
  font-size: 0.85rem;
  margin-left: 0.4rem;
  font-weight: 400;
}
.export-list .desc {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 400;
  margin: 0.22rem 0 0;
  max-width: 40rem;
}
.slate { margin: 0.35rem 0 0.25rem; }
.slate-tools {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0 0 1.15rem;
}
.sort-ctrl {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.4rem;
  margin-left: auto;
}
.sort-kicker {
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-right: 0.2rem;
}
button.sort-dir {
  background: transparent;
  color: var(--muted);
  border: 1px solid var(--line);
  font-weight: 550;
  font-size: 0.78rem;
  min-height: 2.1rem;
  padding: 0.22rem 0.72rem;
  border-radius: 99px;
  box-shadow: none;
}
button.sort-dir[aria-pressed="true"] {
  background: var(--go);
  color: var(--go-ink);
  border-color: var(--go);
  font-weight: 650;
}
button.sort-dir:active { background: var(--hover); color: var(--ink); }
.props-yds {
  margin: 0 0 1.15rem;
}
.props-yds .sort-ctrl {
  margin: 0 0 0.65rem 0;
}
.props-yds [data-yds-panel] > h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.props-yds [data-yds-panel] { position: relative; }
.props-yds [data-yds-panel][hidden] { display: none; }
.props-board { margin: 0 0 1.15rem; }
.props-board .sort-ctrl { margin: 0 0 0.65rem 0; }
.props-board [data-props-panel][hidden],
.props-board [data-metric-panel][hidden],
.props-board [data-qb-panel][hidden] { display: none; }
.props-board .pos-sub,
.props-board .qb-sub { margin: 0.35rem 0 0.7rem; }
.props-board td.line { font-variant-numeric: tabular-nums; font-family: var(--mono); }
.props-board td.cook-cell { white-space: nowrap; width: 1%; }
.def-card,
.match-card,
.callout,
.def-stat {
  border-color: var(--card-line);
}
.slate .gameday {
  display: inline-block;
  padding: 0;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  background: transparent;
  border-bottom: 0;
}
.match-card .gameday { margin-right: 0.15rem; }
.match-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin: 0 0 0.45rem;
}
@media (min-width: 720px) {
  .match-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.match-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 0;
  padding: 0.85rem 0.9rem 0.9rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--ink);
  cursor: default;
  box-shadow: none;
}
a.match-open {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a.match-open:focus-visible,
.match-card:active a.match-open { background: transparent; }
a.match-open:focus-visible {
  outline: 2px solid var(--go);
  outline-offset: 2px;
}
.match-top { display: flex; align-items: baseline; justify-content: flex-end; gap: 0.45rem; }
.match-card .kick {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: auto;
}
.match-card .game-tds {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  font-size: 0.72rem;
  font-weight: 650;
  color: var(--ink);
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.match-clubs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.35rem 0.4rem;
  min-width: 0;
  font-weight: 650;
}
.match-card .club { min-width: 0; max-width: 100%; }
.match-card .match-clubs > .club:last-of-type {
  flex-direction: row-reverse;
  justify-self: end;
}
.match-card .match-clubs > .club:last-of-type .club-text { align-items: flex-end; }
.match-mkts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem 0.55rem;
  padding-top: 0.7rem;
  border-top: 1px solid var(--line);
}
.mkt { min-width: 0; }
.mkt .k {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.16rem;
}
.mkt .k .cook-add {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.85rem;
  letter-spacing: 0;
  text-transform: none;
}
.mkt .v {
  display: block;
  font-family: var(--mono);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  font-size: 0.82rem;
  line-height: 1.25;
  color: var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mkt .v.heat,
.market-num.heat {
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: var(--pill-fill, var(--pill-empty));
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.mkt .v.heat[style*="--h"],
.market-num.heat[style*="--h"] {
  color: var(--pill-ink);
}
.mkt .v.heat {
  padding: 0.28rem 0.32rem;
  border-radius: var(--pill-radius);
  text-align: center;
  min-height: 1.85rem;
}
.market-num.heat {
  display: inline-block;
  padding: 0.28rem 0.55rem;
  border-radius: var(--pill-radius);
  min-width: 4.2rem;
  text-align: center;
}
.club { display: inline-flex; align-items: center; gap: 0.4rem; white-space: nowrap; }
.club a { color: inherit; text-decoration: none; }
.club-text { display: inline-flex; flex-direction: column; line-height: 1.12; }
.club-text .nick {
  font-family: var(--display);
  font-weight: 400;
  font-style: italic;
  font-size: 1.18rem;
  color: var(--accent);
  letter-spacing: -0.03em;
}
.club-text .abbr { font-size: 0.7rem; font-weight: 500; color: var(--muted); letter-spacing: 0.04em; }
.match-card .club-text .abbr { display: none; }
.at { color: var(--muted); font-weight: 500; margin: 0 0.35rem; }
.logo-wrap, .shot-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  isolation: isolate;
}
.logo-wrap {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: var(--logo-disc);
  border: 1px solid rgba(18, 21, 26, 0.12);
  box-shadow: 0 0 0 1px rgba(243, 246, 244, 0.18);
}
.logo-wrap.logo-lg { width: 2.35rem; height: 2.35rem; }
.logo-fb {
  font-size: 0.58rem;
  font-weight: 700;
  color: #0c0c0c;
  user-select: none;
  line-height: 1;
}
.logo-wrap:has(img.logo) .logo-fb { visibility: hidden; }
.logo-wrap:has(img.logo) .logo-fb {
  opacity: 0;
  color: transparent;
  font-size: 0;
}
.logo-wrap img.logo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: contain;
  z-index: 1;
  opacity: 0;
  background: transparent;
  transition: opacity 0.16s ease-out;
}
.logo-wrap img.logo.ok { opacity: 1; }
.who {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: nowrap;
  max-width: 100%;
}
td.player {
  min-width: 16rem;
  vertical-align: top;
}
td.player .who {
  display: flex;
}
.nm-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
  min-width: 0;
}
.player-pos {
  display: block;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.player-why {
  display: block;
  margin-top: 0.22rem;
  padding-left: 2.4rem;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
  white-space: normal;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 32rem;
}
.player-why .tilt {
  margin-bottom: 0.12rem;
}
.player-why .why-text {
  display: block;
}
td.pos { white-space: nowrap; }
td .who { max-width: none; }
.nm {
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
  -webkit-hyphens: none;
  white-space: nowrap;
  min-width: 0;
}
td.matchup { min-width: 9.5rem; vertical-align: middle; }
td.matchup a.matchup-link {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  max-width: 100%;
}
.matchup-line {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem 0.5rem;
  white-space: nowrap;
  line-height: 1.15;
}
.matchup-line .club { gap: 0.32rem; color: var(--ink); }
.matchup-line .logo-wrap { width: 1.4rem; height: 1.4rem; }
.matchup-line .vs {
  flex: 0 0 auto;
  align-self: center;
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}
body.scope-week { --wrap: 68rem; }
body.scope-tds { --wrap: 88rem; }
body.scope-game { --wrap: 88rem; }
body.scope-tds th,
body.scope-tds td,
body.scope-game th,
body.scope-game td {
  padding-left: 0.55rem;
  padding-right: 0.55rem;
}
body.scope-tds td.player,
body.scope-tds th.col-player,
body.scope-game td.player,
body.scope-game th.col-player {
  padding-left: 0.75rem;
  padding-right: 0.8rem;
}
body.scope-game table.roster-table th,
body.scope-game table.roster-table td,
body.scope-game table.roster-table td.player {
  padding-left: 0.1rem;
  padding-right: 0.25rem;
}
body.scope-game table.roster-table td.player {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.rookie {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-bg);
  border: 1px solid #8BB8AE;
  padding: 0.04rem 0.3rem;
  border-radius: 3px;
  white-space: nowrap;
}
.shot-wrap {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: var(--team, var(--navy));
  border: 1px solid rgba(231, 233, 234, 0.28);
}
.fb {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%;
  border-radius: 50%;
  background: var(--team, var(--navy));
  color: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  user-select: none;
}
.shot-wrap:has(img.shot.ok) .fb { visibility: hidden; }
.shot-wrap img.shot {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  opacity: 0;
  background: transparent;
  transition: opacity 0.16s ease-out;
}
.shot-wrap img.shot.ok { opacity: 1; }
.week-slate { min-width: 0; }
.empty {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.2rem 1.25rem;
  margin: 0.4rem 0 1rem;
  box-shadow: var(--shadow);
  color: var(--ink);
}
.empty h2 { margin: 0 0 0.45rem; color: var(--ink); }
.empty p { margin: 0 0 0.35rem; color: var(--ink); }
.empty p:last-child { margin: 0; }
.empty .foot { color: var(--muted); }
.callout {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.85rem 0.9rem;
  margin: 0.35rem 0 0.9rem;
  box-shadow: none;
  max-width: 38rem;
}
.callout-match {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.15rem;
  margin-bottom: 0.7rem;
}
.market-num {
  font-family: var(--mono);
  font-size: 1.45rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.03em;
  margin: 0 0 0.2rem;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}
.callout .sub { margin: 0; color: var(--muted); font-size: 0.92rem; }
.callout .conf {
  margin: 0.12rem 0 0.2rem;
  font-size: 0.8rem;
  color: var(--muted);
  text-decoration: underline dotted;
  text-underline-offset: 0.16em;
  cursor: help;
  width: fit-content;
}
.callout .why {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0.55rem 0 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.callout .why:empty { display: none; margin: 0; }
.callout .market-num { overflow-wrap: anywhere; }

.player-dossier { max-width: 40rem; overflow: visible; max-height: none; color: var(--ink); }
body.scope-player main { overflow: visible; max-height: none; }
.player-dossier h2.player-title {
  margin: 0 0 0.2rem;
}
body.scope-player h2.player-title .nm {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.85rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: var(--accent);
}
.player-hero {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.95rem 1rem 0.85rem;
  margin: 0.45rem 0 0.85rem;
  overflow: visible;
  color: var(--ink);
}
.player-hero .kicker {
  margin: 0 0 0.28rem;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.player-hero .market-num {
  font-size: 2.35rem;
  color: var(--ink);
  font-weight: 650;
  margin: 0.1rem 0 0.25rem;
}
.player-hero .market-num.heat[style*="--h"] { color: var(--pill-ink); }
.player-hero .tier { margin: 0; font-size: 0.78rem; font-weight: 650; letter-spacing: 0.06em; text-transform: uppercase; }
.signal-stack {
  display: block;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  margin: 0 0 0.9rem;
  overflow: visible;
  min-height: 2.5rem;
  color: var(--ink);
}
.signal-stack .kicker {
  margin: 0;
  padding: 0.55rem 0.85rem 0.35rem;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.stack-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  align-items: baseline;
  padding: 0.48rem 0.85rem;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
  color: var(--ink);
  min-height: 2.1rem;
}
.stack-row:first-child { border-top: 0; }
.stack-lab {
  flex: 0 0 6.5rem;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.stack-val {
  flex: 1 1 auto;
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  font-weight: 650;
  color: var(--ink);
}
.tier {
  flex: 0 0 auto;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.tier-strong { color: var(--go); }
.tier-medium { color: var(--muted); }
.tier-low { color: #8a3a32; }
.td-ticks {
  margin: 0 0 1rem;
  padding: 0.75rem 0.85rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: visible;
  color: var(--ink);
}
.td-ticks .kicker {
  margin: 0 0 0.2rem;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.td-ticks .sub { margin: 0.25rem 0 0; color: var(--muted); font-size: 0.82rem; }
.td-ticks ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.35rem 0 0.35rem;
  padding: 0;
}
.td-ticks .tick {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 2.4rem;
  padding: 0.35rem 0.3rem 0.28rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--sheet);
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--ink);
}
.td-ticks .tick.hit { background: var(--go); color: var(--go-ink); border-color: var(--go); }
.td-ticks .tick.miss { color: var(--muted); background: var(--sheet); }
.td-ticks .tick-wk { font-size: 0.58rem; font-weight: 500; letter-spacing: 0.04em; opacity: 0.8; }
.stat-ticks .stack-val {
  margin: 0 0 0.15rem;
  font-family: var(--mono);
  font-size: 1.05rem;
  font-weight: 650;
}
.stat-ticks .tick { min-width: 2.65rem; }
.stat-ticks .tick-bar {
  display: block;
  width: 52%;
  margin: 0 auto 0.3rem;
  height: calc(1.2rem * var(--h, 0));
  min-height: 0.14rem;
  background: var(--go);
  border-radius: 2px 2px 0 0;
}
.td-ticks-fallback .stack-val { font-size: 1.15rem; margin: 0.15rem 0; color: var(--ink); }

.slate-markets { margin: 0.4rem 0 1rem; }
.slate-markets .gameday {
  display: block;
  padding: 0.45rem 0.1rem 0.3rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  background: transparent;
  border-bottom: 0;
}
.slate-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 0.85rem;
}
.callout-slate { max-width: none; margin: 0; }
.callout-slate .kick-line { margin: 0 0 0.35rem; }
.callout-slate .open-row { margin: 0.7rem 0 0; }
.callout-slate .open-row a {
  color: var(--gold);
  font-weight: 650;
  text-decoration: none;
}
.callout-slate .open-row a:active { text-decoration: underline; }
td.open { white-space: nowrap; }
td.open a { color: var(--gold); font-weight: 650; text-decoration: none; }
td.open a:active { text-decoration: underline; }
.kick-cell { color: var(--muted); font-size: 0.85rem; white-space: nowrap; }
.game-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin: 0.15rem 0 0.85rem;
}
.game-nav a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.28rem;
  max-width: 100%;
  min-height: 2.75rem;
  padding: 0.5rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--card);
  color: var(--gold);
  text-decoration: none;
  font-size: 0.875rem;
}
.game-nav a:focus-visible,
.game-nav a:active { background: var(--hover); }
.game-nav .back {
  background: var(--go);
  color: var(--go-ink);
  border-color: var(--go);
  font-weight: 650;
  margin-right: auto;
}
.game-nav .back:active { background: #0A5C4C; color: var(--go-ink); }
.game-nav .game-hop { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.game-nav .nav-end {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.5rem 0.95rem;
  border: 1px dashed var(--line);
  border-radius: 2px;
  color: var(--muted);
  font-size: 0.875rem;
  background: var(--head);
}
.week-links a { margin-right: 0.15rem; }
.def-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 0.15rem 0 1.05rem;
}
.def-slot .heat-foot { margin: 0.4rem 0 0; }
.def-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.9rem 1rem;
  box-shadow: var(--shadow);
}
.def-card h3 { margin: 0 0 0.35rem; font-size: 0.98rem; display: flex; align-items: center; gap: 0.4rem; }
.def-card .yr {
  display: inline-block;
  background: var(--head);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.08rem 0.35rem;
  border-radius: 3px;
  margin: 0 0 0.4rem;
}
.def-card .lede { margin: 0 0 0.15rem; font-size: 0.88rem; color: var(--muted); }
.def-stats { margin: 0.35rem 0 0.1rem; }
.def-stat {
  display: grid;
  grid-template-columns: 7.6rem 1fr;
  gap: 0.3rem 0.75rem;
  padding: 0.38rem 0;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
}
.def-stat:first-child { border-top: 0; }
.def-stat dt { margin: 0; color: var(--muted); font-weight: 600; }
.def-stat dd { margin: 0; font-family: var(--mono); font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; font-weight: 650; }
.def-stat .sub { display: block; font-weight: 400; color: var(--muted); font-size: 0.8rem; }
.def-card .note { margin: 0.45rem 0 0; font-size: 0.88rem; color: var(--muted); }
tr.section td {
  background: var(--head);
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--muted);
}
td.hist {
  color: var(--muted);
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  min-width: 3.6rem;
  width: 4.2rem;
  max-width: 5rem;
  line-height: 1.3;
  vertical-align: middle;
  cursor: help;
}
.also { margin: 0.2rem 0 1rem; }
.also p { margin: 0.35rem 0 0.2rem; font-size: 0.88rem; color: var(--muted); }
.also td.role { white-space: nowrap; font-variant-numeric: tabular-nums; font-weight: 650; }
@media (max-width: 640px) {
  .table-wrap {
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
  }
  table.stackable {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0 0.75rem;
  }
  table.stackable:not(.sortable) thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  table.stackable:not(.sortable) tbody tr {
    display: block;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.05rem 1.15rem;
    margin: 0;
  }
  table.stackable:not(.sortable) tbody tr:nth-child(even) { background: var(--card); }
  table.stackable tbody tr.section {
    padding: 0.45rem 0.2rem;
    border: 0;
    background: transparent;
  }
  table.stackable:not(.sortable) td {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.85rem;
    border: 0;
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
    padding: 0.38rem 0;
  }
  table.stackable:not(.sortable) td::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    flex: 0 0 6.2rem;
    padding-top: 0.2rem;
  }
  table.stackable:not(.sortable) td:not([data-label])::before { content: none; }
  table.stackable:not(.sortable) td.open { justify-content: flex-end; }
  table.stackable:not(.sortable) td.open::before { content: none; }
  table.stackable:not(.sortable) td.player,
  table.stackable:not(.sortable) td:has(.who) {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }
  table.stackable .who {
    flex-wrap: nowrap;
    align-items: center;
    max-width: 100%;
  }
  table.stackable .nm {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
  }
  table.stackable:not(.sortable) td.matchup { align-items: center; }
  table.stackable .matchup-line {
    white-space: nowrap;
    align-items: center;
  }
  table.stackable .player-why {
    padding-left: 0;
    max-width: none;
    margin-top: 0.12rem;
  }
  table.stackable td.why {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.22rem;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
  table.stackable td.why::before {
    flex: 0 0 auto;
    width: auto;
    padding-top: 0;
  }
  table.stackable td.why .why-text {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    white-space: normal;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-overflow: unset;
  }
  body.scope-tds { --wrap: 58rem; }
  body.scope-tds table:not(.heat-table) { min-width: 0; }
  .top nav { width: 100%; }
  .scope-bar { padding: 0.45rem 0.85rem; font-size: 0.68rem; }
}
@media (max-width: 1520px) and (min-width: 641px) {
  body.scope-tds th.col-open,
  body.scope-tds td.open { display: none; }
}
@media (max-width: 1440px) and (min-width: 641px) {
  body.scope-game th.col-hist,
  body.scope-game td.hist { display: none; }
}
@media (max-width: 1280px) and (min-width: 641px) {
  body.scope-game table:not(.heat-table) th.col-first,
  body.scope-game table:not(.heat-table) td.col-first,
  body.scope-game table:not(.heat-table) th.col-first25,
  body.scope-game table:not(.heat-table) td.first25 { display: none; }
}
@media (max-width: 1100px) and (min-width: 721px) {
  .fantasy-board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 721px) {
  .filters-toggle { display: none; }
  .filters-drawer > .toolbar { display: flex !important; }
}
@media (min-width: 1100px) {
  .heat-scroll::after { display: none; }
}
@media (max-width: 720px) {
  .def-grid { grid-template-columns: 1fr; }
  .slate-cards { grid-template-columns: 1fr; }
  .game-markets { grid-template-columns: 1fr; }
  .fantasy-board { grid-template-columns: 1fr; }
  .team-td-list { grid-template-columns: 1fr; }
  .team-td-list .team-td-row:nth-child(-n+2) { border-top: 1px solid var(--line); }
  .team-td-list .team-td-row:first-child { border-top: 0; }
  .sort-ctrl { margin-left: 0; }
  .desk,
  .brand-text .handle,
  .brand-text .x-link { display: none; }
  .wordmark { font-size: 1.18rem; }
  .avatar { width: 1.85rem; height: 1.85rem; }
  .top-inner {
    padding: 0.55rem 0.75rem 0.35rem;
    gap: 0.35rem 0.55rem;
    flex-wrap: wrap;
    align-items: center;
  }
  .brand { gap: 0.45rem; min-width: 0; }
  .brand-text { min-width: 0; }
  .top-tools {
    margin-left: auto;
    width: auto;
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 0.35rem;
    min-width: 0;
  }
  .theme-toggle { flex: 0 0 auto; }
  .theme-btn { min-height: 1.85rem; padding: 0.18rem 0.5rem; font-size: 0.68rem; }
  .top nav,
  .top-inner nav {
    order: 3;
    margin-left: 0;
    width: 100%;
    flex: 1 1 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: 100%;
  }
  .top nav::-webkit-scrollbar { display: none; }
  .top nav a, .top nav strong {
    flex: 0 0 auto;
    justify-content: center;
    min-height: 2.1rem;
    padding: 0.28rem 0.45rem;
    font-size: 0.72rem;
  }
  .filters-toggle { display: inline-flex; align-items: center; }
  .filters-check:not(:checked) ~ .toolbar { display: none !important; }
  .filters-drawer > .toolbar,
  .toolbar { padding: 0 0.75rem 0.7rem; }
  .scroll-hint { display: block; }
  .to-top {
    right: 0.7rem;
    bottom: 0.85rem;
    z-index: 12;
    min-height: 2.2rem;
    padding: 0.32rem 0.62rem;
    font-size: 0.68rem;
  }
  .heat-scroll { padding-bottom: 0.15rem; }
  .wrap { padding: 0.7rem 0.75rem 4.2rem; }
  h2, .page-title { font-size: 1.48rem; }
  th, td { padding: 0.48rem 0.55rem; }
  .who { flex-wrap: nowrap; align-items: center; }
  td .who { max-width: none; }
  .nm {
    flex: 0 1 auto;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
  }
  td.why { min-width: 0; max-width: none; font-size: 0.8rem; }
  .player-why { padding-left: 0; max-width: none; }
  td.yield { min-width: 3.8rem; width: 3.8rem; max-width: 4rem; padding-left: 0.4rem; padding-right: 0.4rem; }
  .yield-bar { width: 100%; }
  .logo-wrap { width: 1.7rem; height: 1.7rem; }
  .logo-wrap.logo-lg { width: 2.05rem; height: 2.05rem; }
  .shot-wrap { width: 1.75rem; height: 1.75rem; }
  .market-num { font-size: 1.28rem; }
  .def-stat { grid-template-columns: 1fr; gap: 0.12rem; }
  .match-mkts { gap: 0.3rem 0.4rem; }
  .mkt .v { font-size: 0.78rem; }
  .game-markets { gap: 0.4rem; }
  .game-markets .callout { padding: 0.65rem 0.7rem; }
  .game-markets .market-num { font-size: 1.08rem; }
  .game-markets .sides { font-size: 0.7rem; }
  .toolbar select,
  .toolbar input[type="search"],
  .toolbar .picker-player button { min-height: 2.75rem; }
  .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  body.scope-tds .table-wrap:not(.heat-wrap) { overflow: visible; }
}
@media (max-width: 560px) {
  .club { min-width: 0; }
  .club-text { min-width: 0; max-width: 100%; }
  .club-text .nick {
    font-size: 0.92rem;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .club-text .abbr { display: none; }
  .match-card {
    min-height: 0;
    padding: 0.7rem 0.68rem 0.72rem;
    gap: 0.42rem;
    overflow: hidden;
  }
  .match-clubs { gap: 0.2rem 0.22rem; }
  .match-mkts { gap: 0.2rem 0.28rem; padding-top: 0.5rem; }
  .mkt .k { margin-bottom: 0.08rem; letter-spacing: 0.08em; }
  .mkt .v {
    font-size: 0.74rem;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    line-height: 1.2;
  }
  .mkt .v.heat {
    padding: 0.26rem 0.2rem;
    min-height: 2.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .mkt-who { display: none; }
  .game-markets { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .game-markets .sides { display: none; }
}
/* Phone /td heat tables scroll sideways. Game matchup roster stays a single column. Desktop table stays above 640px. */
@media (max-width: 640px) {
  body.scope-tds .table-wrap:not(.heat-wrap),
  body.scope-game section.offense .table-wrap:not(.heat-wrap):not(.roster-wrap) {
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0.15rem 0 0.2rem;
    margin: 0.55rem 0 1.25rem;
  }
  body.scope-tds .heat-wrap,
  body.scope-tds .table-wrap.heat-wrap,
  body.scope-game .heat-wrap,
  body.scope-game .table-wrap.heat-wrap {
    overflow-x: auto;
    overflow-y: clip;
    -webkit-overflow-scrolling: touch;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0.2rem 0 0.45rem;
  }
  body.scope-game .roster-wrap,
  body.scope-game .table-wrap.roster-wrap {
    overflow: visible;
    margin: 0.1rem 0 0.35rem;
    padding: 0;
  }
  body.scope-game table.roster-table {
    display: table;
    width: 100%;
    min-width: 0;
  }
  body.scope-game table.roster-table thead,
  body.scope-game table.roster-table tbody,
  body.scope-game table.roster-table tbody tr {
    display: revert;
  }
  body.scope-game table.roster-table td.player {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 0.08rem 0.05rem;
  }
  body.scope-game table.roster-table td.player .who { grid-column: 1; }
  body.scope-game table.roster-table td.player .tilt {
    grid-column: 2;
    grid-row: 1;
  }
  body.scope-game table.roster-table td.player .why-text {
    grid-column: 1 / -1;
    padding-left: 2.05rem;
    width: 100%;
  }
  body.scope-tds table.heat-table,
  body.scope-game table.heat-table {
    display: table;
    width: max-content;
    min-width: 0;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: var(--pill-gx) var(--pill-gy);
  }
  body.scope-game table.role-table { min-width: 0; }
  body.scope-tds table.heat-table thead,
  body.scope-game table.heat-table thead {
    display: table-header-group;
    position: relative;
    top: 0;
    z-index: 4;
    overflow: visible;
    clip: auto;
    border: 0;
    border-radius: 0;
    background: var(--bg);
  }
  body.scope-tds table.heat-table thead tr,
  body.scope-game table.heat-table thead tr {
    display: table-row;
    width: auto;
    min-width: 0;
    padding: 0;
    background: transparent;
  }
  body.scope-tds table.heat-table thead th,
  body.scope-game table.heat-table thead th {
    display: table-cell;
    position: sticky;
    top: 0;
    z-index: 4;
    padding: 0.22rem 0.32rem 0.42rem;
    border-bottom: 0;
    white-space: nowrap;
    background: var(--bg);
  }
  body.scope-tds table.heat-table thead th.col-role,
  body.scope-tds table.heat-table thead th.col-player,
  body.scope-game table.heat-table thead th.col-role,
  body.scope-game table.heat-table thead th.col-player {
    position: sticky;
    left: 0;
    top: 0;
    background: var(--bg);
    z-index: 6;
    width: 8.6rem;
    max-width: 9.2rem;
  }
  body.scope-tds table.heat-table td.role-lab,
  body.scope-tds table.heat-table td.player,
  body.scope-game table.heat-table td.role-lab,
  body.scope-game table.heat-table td.player {
    width: 8.6rem;
    max-width: 9.2rem;
  }
  body.scope-tds table.heat-table tbody,
  body.scope-game table.heat-table tbody { display: table-row-group; }
  body.scope-tds table.heat-table tbody tr,
  body.scope-game table.heat-table tbody tr { display: table-row; }
  body.scope-tds table.heat-table td,
  body.scope-game table.heat-table td {
    display: table-cell;
    border-bottom: 0;
    min-width: 0;
    max-width: none;
    width: auto;
  }
  body.scope-tds table.heat-table td.player,
  body.scope-tds table.heat-table td.role-lab,
  body.scope-game table.heat-table td.player,
  body.scope-game table.heat-table td.role-lab {
    padding: 0.4rem 0.35rem;
    background: var(--bg);
    width: 8.6rem;
    max-width: 9.2rem;
  }
  body.scope-tds table.heat-table .role-who,
  body.scope-game table.heat-table .role-who {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.scope-tds table.heat-table td:not(.player):not(.role-lab):not(.hist):not(.why):not(.matchup):not(.open),
  body.scope-game table.heat-table td:not(.player):not(.role-lab):not(.hist):not(.why):not(.matchup):not(.open) {
    padding: 0.32rem 0.18rem;
  }
  body.scope-tds table.heat-table td.p.any,
  body.scope-tds table.heat-table td.col-first,
  body.scope-tds table.heat-table td.first25,
  body.scope-tds table.heat-table td.yield,
  body.scope-tds table.heat-table td.gl,
  body.scope-tds table.heat-table td.purity,
  body.scope-game table.heat-table td.p.any,
  body.scope-game table.heat-table td.col-first,
  body.scope-game table.heat-table td.first25,
  body.scope-game table.heat-table td.yield,
  body.scope-game table.heat-table td.gl,
  body.scope-game table.heat-table td.purity {
    width: 3.7rem;
    min-width: 3.7rem;
    max-width: 3.7rem;
    height: 2.45rem;
    min-height: 2.45rem;
    padding: 0.32rem 0.18rem;
    box-sizing: border-box;
  }
  body.scope-tds table.heat-table .metric-lab,
  body.scope-game table.heat-table .metric-lab { display: none; }
  body.scope-tds table.heat-table .player-why,
  body.scope-game table.heat-table .player-why {
    display: block;
    padding-left: 2.2rem;
    max-width: 18rem;
    font-size: 0.72rem;
  }
  body.scope-tds table.sortable:not(.heat-table),
  body.scope-game section.offense table.sortable:not(.heat-table) {
    display: block;
    width: 100%;
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
  }
  body.scope-tds table.sortable:not(.heat-table) thead,
  body.scope-game section.offense table.sortable:not(.heat-table) thead {
    display: block;
    position: sticky;
    top: 2.6rem;
    z-index: 8;
    width: auto;
    height: auto;
    margin: 0 0 0.85rem;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    clip: auto;
    clip-path: none;
    white-space: nowrap;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--sheet);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  body.scope-tds table.sortable:not(.heat-table) thead tr,
  body.scope-game section.offense table.sortable:not(.heat-table) thead tr {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.2rem;
    width: max-content;
    min-width: 100%;
    padding: 0.28rem 0.4rem;
    background: var(--sheet);
  }
  body.scope-tds table.sortable:not(.heat-table) thead th,
  body.scope-game section.offense table.sortable:not(.heat-table) thead th {
    display: none;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    white-space: nowrap;
    position: static;
  }
  body.scope-tds table.sortable:not(.heat-table) thead th[data-sort],
  body.scope-game section.offense table.sortable:not(.heat-table) thead th[data-sort] {
    display: block;
  }
  body.scope-tds table.sortable:not(.heat-table) .sort-btn,
  body.scope-game section.offense table.sortable:not(.heat-table) .sort-btn {
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    padding: 0.32rem 0.72rem;
    border-radius: 999px;
    background: var(--chip);
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0.06em;
  }
  body.scope-tds table.sortable:not(.heat-table) th[aria-sort] .sort-btn,
  body.scope-game section.offense table.sortable:not(.heat-table) th[aria-sort] .sort-btn {
    background: var(--gold-bg);
    color: var(--ink);
  }
  body.scope-tds table.sortable:not(.heat-table) tbody,
  body.scope-game section.offense table.sortable:not(.heat-table) tbody {
    display: block;
  }
  body.scope-tds table.sortable:not(.heat-table) tbody tr,
  body.scope-game section.offense table.sortable:not(.heat-table) tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 0.45rem;
    row-gap: 0.5rem;
    position: relative;
    min-height: 0;
    margin: 0 0 0.85rem;
    padding: 1.05rem 0.9rem 1.1rem;
    background: var(--sheet);
    border: 1px solid var(--card-line);
    border-radius: 12px;
    box-shadow: none;
  }
  body.scope-tds table.sortable:not(.heat-table) tbody tr:last-child,
  body.scope-game section.offense table.sortable:not(.heat-table) tbody tr:last-child {
    margin-bottom: 0.15rem;
  }
  body.scope-tds table.sortable:not(.heat-table) tbody tr:nth-child(even),
  body.scope-game section.offense table.sortable:not(.heat-table) tbody tr:nth-child(even) {
    background: var(--sheet);
  }
  body.scope-tds table.sortable:not(.heat-table) td,
  body.scope-game section.offense table.sortable:not(.heat-table) td {
    display: block;
    border: 0;
    padding: 0;
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
  }
  body.scope-tds table.sortable:not(.heat-table) td::before,
  body.scope-game section.offense table.sortable:not(.heat-table) td::before {
    content: none !important;
  }
  body.scope-tds table.sortable:not(.heat-table) tbody tr::after,
  body.scope-game section.offense table.sortable:not(.heat-table) tbody tr::after {
    content: "";
    flex: 1 0 100%;
    order: 4;
    height: 0;
    overflow: hidden;
    pointer-events: none;
  }
  body.scope-tds td.rank-n {
    order: 1;
    flex: 0 0 1.45rem;
    padding-top: 0.18rem;
    font-variant-numeric: tabular-nums;
    font-weight: 650;
    font-size: 0.78rem;
    color: var(--muted);
  }
  body.scope-tds table.sortable:not(.heat-table) td.player,
  body.scope-game section.offense table.sortable:not(.heat-table) td.player {
    order: 2;
    flex: 1 1 0;
    min-width: 0 !important;
  }
  body.scope-tds table.sortable:not(.heat-table) td.p.any,
  body.scope-game section.offense table.sortable:not(.heat-table) td.p.any {
    order: 3;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    font-size: 1.15rem;
    font-weight: 750;
    text-align: right;
    padding: 0.12rem 0.2rem 0 0.35rem;
    border-radius: 6px;
  }
  body.scope-tds table.sortable:not(.heat-table) td.pos,
  body.scope-game section.offense table.sortable:not(.heat-table) td.pos {
    order: 5;
    flex: 0 0 auto;
    font-size: 0.72rem;
    font-weight: 650;
    color: var(--muted);
    padding-top: 0.2rem;
  }
  body.scope-game section.offense table.sortable:not(.heat-table) td.pos {
    flex: 1 0 100%;
  }
  body.scope-tds table.sortable:not(.heat-table) td.matchup {
    order: 5;
    flex: 1 1 70%;
    min-width: 0 !important;
    padding-top: 0.2rem;
  }
  body.scope-tds table.sortable:not(.heat-table) td.col-first,
  body.scope-tds table.sortable:not(.heat-table) td.first25,
  body.scope-tds table.sortable:not(.heat-table) td.yield,
  body.scope-tds table.sortable:not(.heat-table) td.gl,
  body.scope-tds table.sortable:not(.heat-table) td.purity,
  body.scope-game section.offense table.sortable:not(.heat-table) td.col-first,
  body.scope-game section.offense table.sortable:not(.heat-table) td.first25,
  body.scope-game section.offense table.sortable:not(.heat-table) td.yield,
  body.scope-game section.offense table.sortable:not(.heat-table) td.gl,
  body.scope-game section.offense table.sortable:not(.heat-table) td.purity {
    order: 6;
    flex: 1 1 calc(50% - 0.3rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.1rem;
    min-width: 6.4rem !important;
    max-width: none !important;
    padding: 0.38rem 0.5rem 0.36rem;
    border-radius: 8px;
  }
  body.scope-tds table.sortable:not(.heat-table) .metric-lab,
  body.scope-game section.offense table.sortable:not(.heat-table) .metric-lab {
    display: block;
    flex: 0 0 auto;
    font-size: 0.58rem;
    font-weight: 650;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
  }
  body.scope-tds table.sortable:not(.heat-table) td.sort-on,
  body.scope-game section.offense table.sortable:not(.heat-table) td.sort-on {
    box-shadow: inset 0 0 0 1px var(--gold);
    background: var(--gold-bg);
  }
  body.scope-tds table.sortable:not(.heat-table) td.sort-on.heat,
  body.scope-game section.offense table.sortable:not(.heat-table) td.sort-on.heat {
    box-shadow: inset 0 0 0 1px var(--gold);
    background-color: color-mix(in srgb, var(--heat-hot) calc(var(--h, 0) * 1%), var(--heat-cool));
  }
  body.scope-tds table.heat-table td.sort-on.heat {
    background-color: var(--pill-fill);
    color: var(--pill-ink);
  }
  body.scope-tds table.heat-table td.sort-on.heat .yield-num,
  body.scope-tds table.heat-table td.sort-on.heat .gl-num,
  body.scope-tds table.heat-table td.sort-on.heat .first25-num,
  body.scope-tds table.heat-table td.sort-on.heat .purity-num,
  body.scope-tds table.heat-table td.sort-on.heat.p.any,
  body.scope-tds table.heat-table td.sort-on.heat.col-first {
    color: var(--pill-ink);
  }
  html[data-theme="dark"] body.scope-tds table.sortable:not(.heat-table) td.sort-on.heat,
  html[data-theme="dark"] body.scope-game section.offense table.sortable:not(.heat-table) td.sort-on.heat {
    background-color: var(--gold-bg);
    color: var(--ink);
    box-shadow:
      inset 0.28rem 0 0 color-mix(in srgb, var(--heat-hot) calc(var(--h, 0) * 1%), var(--heat-cool)),
      inset 0 0 0 1px var(--gold);
  }
  html[data-theme="dark"] body.scope-tds table.sortable:not(.heat-table) td.sort-on.heat .yield-num,
  html[data-theme="dark"] body.scope-game section.offense table.sortable:not(.heat-table) td.sort-on.heat .yield-num,
  html[data-theme="dark"] body.scope-tds table.sortable:not(.heat-table) td.sort-on.heat .gl-num,
  html[data-theme="dark"] body.scope-game section.offense table.sortable:not(.heat-table) td.sort-on.heat .gl-num {
    color: var(--ink);
  }
  html[data-theme="dark"] body.scope-tds table.heat-table td.sort-on.heat {
    background-color: var(--pill-fill);
    color: var(--pill-ink);
    box-shadow: inset 0 0 0 1px var(--gold);
  }
  html[data-theme="dark"] body.scope-tds table.heat-table td.sort-on.heat .yield-num,
  html[data-theme="dark"] body.scope-tds table.heat-table td.sort-on.heat .gl-num,
  html[data-theme="dark"] body.scope-tds table.heat-table td.sort-on.heat .purity-num {
    color: var(--pill-ink);
  }
  body.scope-tds table.sortable:not(.heat-table) .matchup-line .logo-wrap { display: none; }
  body.scope-tds table.sortable:not(.heat-table) .matchup-line {
    font-size: 0.72rem;
    color: var(--muted);
    gap: 0.28rem;
  }
  body.scope-tds table.sortable:not(.heat-table) .matchup-line .vs {
    font-size: 0.62rem;
    letter-spacing: 0.04em;
  }
  body.scope-game section.offense th.col-hist,
  body.scope-game section.offense td.hist { display: none; }
  body.scope-tds table.sortable:not(.heat-table) .shot-wrap,
  body.scope-game section.offense table.sortable:not(.heat-table) .shot-wrap {
    display: inline-flex;
    width: 1.25rem;
    height: 1.25rem;
  }
  body.scope-tds table.sortable:not(.heat-table) .player-why,
  body.scope-game section.offense table.sortable:not(.heat-table) .player-why {
    display: block;
    padding-left: 1.8rem;
    margin-top: 0.38rem;
    max-width: none;
    font-size: 0.75rem;
    line-height: 1.45;
  }
  body.scope-tds table.sortable:not(.heat-table) td.open {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 2;
    order: 6;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    min-width: 0 !important;
  }
  body.scope-tds table.sortable:not(.heat-table) td.open a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 2.75rem;
    font-size: 0;
    color: transparent;
    overflow: hidden;
  }
  body.scope-tds table.sortable:not(.heat-table) .who-link,
  body.scope-tds table.sortable:not(.heat-table) .matchup-link { pointer-events: none; }
body.scope-tds .scope-bar,
body.scope-game .scope-bar,
body.scope-player .scope-bar {
    position: sticky;
    top: 0;
    z-index: 9;
    background: var(--go);
    color: var(--go-ink);
  }
  body.scope-tds table.sortable:not(.heat-table) .sort-btn,
  body.scope-game section.offense table.sortable:not(.heat-table) .sort-btn { position: relative; z-index: 9; }
}
/* Mouse/trackpad only. On a phone, :hover sticks after a tap and leaves a row lit. */
@media (hover: hover) and (pointer: fine) {
  .wordmark a:hover { color: var(--gold); }
  .brand-text .handle:hover,
  .brand-text .x-link:hover {
    color: var(--gold);
    text-decoration: underline;
  }
  .top nav a:hover { background: var(--hover); color: var(--ink); }
  .who-link:hover { color: var(--gold); text-decoration: underline; }
  nav.tabs a:hover { background: var(--hover); color: var(--ink); }
  nav.tabs button.ranks-tab:hover { background: var(--hover); color: var(--ink); }
  tbody tr:hover:not(.section) { background: var(--hover); }
  table.heat-table tbody tr:hover:not(.section) { background: transparent; }
  table.heat-table tbody tr:hover:not(.section) td.player,
  table.heat-table tbody tr:hover:not(.section) td.role-lab { background: var(--bg); }
  table.roster-table tbody tr:hover:not(.section) { background: transparent; }
  table.roster-table tbody tr:hover:not(.section) td.player { background: var(--hover); }
  .foot a:hover { color: #1AA887; }
  .login-card .handle .x-link:hover { color: var(--gold); }
  button:hover { background: #1AA887; color: var(--go-ink); }
  button.ranks-apply:hover { background: var(--gold-bg); color: var(--gold); }
  nav.tabs button.ranks-tab:hover { background: var(--hover); color: var(--ink); }
  .export-list a:hover { background: var(--hover); }
  .export-list a:hover .name { color: var(--gold); }
  .match-card:hover { background: var(--hover); border-color: var(--go); }
  button.sort-dir:hover { background: var(--hover); color: var(--ink); }
  button.sort-dir[aria-pressed="true"]:hover { background: #1AA887; color: var(--go-ink); }
  .game-nav a:hover { background: var(--hover); }
  .game-nav .back:hover { background: #1AA887; color: var(--go-ink); }
  .x-link:hover { text-decoration: underline; }
  .logout-form button:hover { color: #1AA887; background: none; text-decoration: underline; }
  .theme-btn:hover { background: var(--hover); color: var(--ink); }
  .theme-btn[aria-pressed="true"]:hover { background: var(--go); color: var(--go-ink); }
  .callout-slate .open-row a:hover { text-decoration: underline; }
  td.open a:hover { text-decoration: underline; }
}
.also,
.def-grid,
section.offense + section.offense {
  content-visibility: auto;
  contain-intrinsic-size: auto 640px;
}
@media (prefers-reduced-motion: reduce) {
  .logo-wrap img.logo,
  .shot-wrap img.shot { transition: none; }
}
@media (forced-colors: active) {
  button,
  .game-nav .back,
  .badge,
  .skip {
    border: 1px solid ButtonText;
  }
}
.team-td-board {
  margin: 0.35rem 0 0.4rem;
  padding: 0.95rem 1.05rem 0.85rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.team-td-board .board-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.45rem 1rem;
  margin: 0 0 0.65rem;
}
.team-td-board h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.28rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.team-td-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.15rem 1.25rem;
}
.team-td-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.32rem 0;
  border-top: 1px solid var(--line);
  min-width: 0;
}
.team-td-list .team-td-row:nth-child(-n+2) { border-top: 0; }
.team-td-n {
  margin-left: auto;
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  font-weight: 650;
  font-size: 0.88rem;
}
.ranks-flash.ok { color: #166534; font-weight: 650; }
.ranks-flash.err, #dup-warn { color: #9f1d1d; font-weight: 650; }
table.ranks-overall { min-width: 0; max-width: 36rem; }
table.ranks-units { min-width: 56rem; }
.ranks-overall td, .ranks-overall th,
.ranks-units td, .ranks-units th { padding: 0.32rem 0.55rem; }
td.rank-cell { width: 4.6rem; }
.ranks-form select {
  min-width: 3.6rem;
  background: var(--card);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 2px;
}
tr.rank-dup { background: #fde8e8; }
nav.tabs button.ranks-tab {
  background: none;
  color: var(--muted);
  border: 0;
  border-radius: 0;
  min-height: 2.75rem;
  padding: 0.45rem 0.85rem;
  font-weight: 500;
  font-size: 0.8125rem;
}
nav.tabs button.ranks-tab[aria-current="true"] {
  color: var(--ink);
  border-bottom: 1px solid var(--gold);
}
.ranks-actions {
  position: sticky;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.85rem;
  padding: 0.75rem 0 0.35rem;
  margin-top: 0.4rem;
  background: var(--bg);
  border-top: 1px solid var(--line);
}
.ranks-actions .meta { margin: 0; flex: 1 1 12rem; }
.ranks-import {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.85rem;
  padding: 0.75rem 0.85rem;
  margin: 0.5rem 0 0.85rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 2px;
}
.ranks-import .meta { margin: 0; flex: 1 1 12rem; }
a.ranks-xlsx {
  color: var(--gold);
  font-weight: 650;
  text-decoration: none;
}
a.ranks-xlsx:hover { text-decoration: underline; }
.ranks-file {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 12rem;
}
.ranks-file input[type="file"] {
  max-width: 18rem;
}
button.ranks-apply {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
}
button.ranks-apply:active { background: var(--gold-bg); color: var(--gold); }
html[data-theme="dark"] .read-this p { color: #e6c98a; }
html[data-theme="dark"] .login-card .err,
html[data-theme="dark"] .ranks-flash.err,
html[data-theme="dark"] #dup-warn { color: #f0a0a0; }
html[data-theme="dark"] .ranks-flash.ok { color: #8fd4a4; }
html[data-theme="dark"] .tilt-tough { background: #4a2424; color: #f0c4c4; border-color: #7a3a3a; }
html[data-theme="dark"] .tilt-soft { background: #1e3d2a; color: #b7e0c4; border-color: #3d6b4a; }
html[data-theme="dark"] tr.rank-dup { background: #4a2424; }
html[data-theme="dark"] td.gl.vulture .gl-num { color: #1AA887; }
/* Screenshots stay the paper board. */
.cook-add {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  margin: 0;
  padding: 0;
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1;
  color: var(--muted);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: manipulation;
}
.cook-add:hover, .cook-add:focus-visible {
  color: var(--ink);
  border-color: var(--ink);
}
.cook-add.is-on {
  color: var(--go-ink);
  background: var(--go);
  border-color: var(--go);
}
.cook-add-lg {
  width: auto;
  height: auto;
  min-height: 2.35rem;
  padding: 0.4rem 0.9rem;
  margin: 0 0 0.85rem;
  border-radius: var(--radius);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cook-add-txt {
  width: auto;
  min-width: 3.5rem;
  height: auto;
  min-height: 2rem;
  padding: 0.32rem 0.78rem;
  border-radius: var(--radius);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--go-ink);
  background: var(--go);
  border-color: var(--go);
}
.cook-add-txt:hover, .cook-add-txt:focus-visible {
  color: var(--go-ink);
  background: var(--go);
  border-color: var(--go);
  filter: brightness(1.08);
}
.cook-add-txt.is-on {
  color: var(--go-ink);
  background: var(--go);
  border-color: var(--go);
}
table.heat-table .cook-add-txt {
  min-width: 2.6rem;
  min-height: 1.4rem;
  padding: 0.1rem 0.4rem;
  font-size: 0.6rem;
  letter-spacing: 0.05em;
}
td.role-lab {
  -webkit-touch-callout: none;
}
.cook-tray {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 14;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.7rem;
  padding: 0.7rem 1.15rem calc(0.7rem + env(safe-area-inset-bottom));
  background: var(--ink);
  color: var(--bg);
  border-top: 1px solid var(--line);
}
.cook-tray[hidden] { display: none; }
.cook-tray .cook-kicker {
  flex: 1 1 100%;
  margin: 0;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bg);
}
.cook-peek {
  flex: 1 1 12rem;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 650;
  color: var(--bg);
}
.cook-tray .cook-count {
  margin: 0;
  font-variant-numeric: tabular-nums;
  font-size: 0.82rem;
}
.cook-tray.cook-full .cook-count { color: var(--heat-hot); }
.cook-tray a, .cook-tray button {
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--bg);
  background: transparent;
  border: 1px solid var(--bg);
  border-radius: var(--radius);
  padding: 0.28rem 0.62rem;
  text-decoration: none;
}
.cook-tray a:hover, .cook-tray button:hover { background: var(--bg); color: var(--ink); }
body.has-cook .wrap { padding-bottom: 4.6rem; }
body.has-cook .to-top { bottom: 3.6rem; }
body.cook-desk .top,
body.cook-desk .site-foot,
body.cook-desk .to-top,
body.cook-desk .skip,
body.cook-desk .cook-tray,
body.cook-desk .cook-picker { display: none; }
body.cook-desk main.wrap { padding-bottom: 2.2rem; }
.cook-card {
  max-width: 26rem;
  margin: 0 auto;
  padding: 1.25rem 1.15rem 1.05rem;
  background: #F4F6F8;
  color: #12151A;
  border: 1px solid #C3CCD4;
  border-radius: 6px;
}
.cook-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.85rem;
}
img.cook-logo {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 18%;
  background: #E2E7EC;
}
.cook-card .cook-kicker {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3E4752;
}
h2.cook-title {
  margin: 0.12rem 0 0;
  font-family: var(--display);
  font-style: italic;
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #12151A;
}
.cook-week {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  font-weight: 650;
  color: #3E4752;
}
.cook-legs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cook-legs li {
  display: grid;
  grid-template-columns: 1.4rem 1fr auto;
  gap: 0.45rem;
  align-items: baseline;
  padding: 0.48rem 0;
  border-top: 1px solid #C3CCD4;
}
.cook-n {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: #3E4752;
}
.cook-who { min-width: 0; }
.cook-who strong {
  display: block;
  font-size: 0.98rem;
  color: #12151A;
}
.cook-role {
  display: block;
  font-size: 0.72rem;
  color: #3E4752;
}
.cook-p {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 0.95rem;
  color: #12151A;
}
.cook-empty {
  margin: 0.4rem 0 0.85rem;
  color: #3E4752;
  font-size: 0.88rem;
}
.cook-social {
  margin: 0.95rem 0 0.35rem;
  font-size: 0.88rem;
  font-weight: 650;
}
.cook-social a, .cook-yt { color: #0A5C4C; }
.cook-foot {
  margin: 0.15rem 0 0;
  font-size: 0.78rem;
  color: #3E4752;
}
.cook-share {
  max-width: 26rem;
  margin: 1rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.7rem;
  align-items: center;
}
.cook-share .note { margin: 0 0 0.2rem; flex: 1 1 100%; }
.cook-share button, a.cook-tweet {
  font-family: var(--font);
  font-size: 0.82rem;
  font-weight: 650;
  padding: 0.42rem 0.8rem;
  border-radius: var(--radius);
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--bg);
  text-decoration: none;
}
.cook-share button {
  background: var(--card);
  color: var(--ink);
  cursor: pointer;
}
.cook-picker {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.85rem;
  z-index: 16;
  max-width: 26rem;
  margin: 0 auto;
  padding: 0.85rem 0.9rem 0.95rem;
  background: var(--card);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.cook-picker[hidden] { display: none; }
.cook-picker-who {
  margin: 0 0 0.55rem;
  font-weight: 650;
  font-size: 0.95rem;
}
.cook-picker-opts {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
button.cook-pick-opt {
  display: block;
  width: 100%;
  text-align: left;
  font-family: var(--font);
  font-size: 0.92rem;
  font-weight: 650;
  padding: 0.55rem 0.75rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink);
  cursor: pointer;
}
button.cook-pick-opt.is-on {
  background: var(--go);
  color: var(--go-ink);
  border-color: var(--go);
}
.cook-picker-cancel {
  margin-top: 0.55rem;
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--muted);
  background: transparent;
  border: 0;
  cursor: pointer;
}
@media (max-width: 640px) {
  .cook-add { width: 1.65rem; height: 1.65rem; }
  .cook-add-txt, .cook-add-lg { width: auto; height: auto; }
  .mkt .k .cook-add { width: 1.45rem; height: 1.45rem; }
  body.has-cook .to-top { bottom: 4.1rem; }
}
