@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url("https://fonts.googleapis.com");
@import url("https://fonts.gstatic.com");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&amp;family=Inter:wght@300;400;500;600;700;800&amp;display=swap");

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-6 .tc-wp-tool-root img, .wpc-scope-6 .tc-wp-tool-root video, .wpc-scope-6 .tc-wp-tool-root svg, .wpc-scope-6 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-6 .tc-wp-tool-root{
      --background: #fafafa;
      --foreground: #18181b;
      --card: #ffffff;
      --card-foreground: #18181b;
      --popover: #ffffff;
      --popover-foreground: #18181b;
      --primary: #1d4ed8;
      --primary-dark: #1e3a8a;
      --primary-light: #3b82f6;
      --primary-glow: rgba(29, 78, 216, 0.15);
      --secondary: #71717a;
      --secondary-foreground: #ffffff;
      --muted: #f4f4f5;
      --muted-foreground: #71717a;
      --accent: #dc2626;
      --accent-foreground: #ffffff;
      --destructive: #dc2626;
      --destructive-foreground: #ffffff;
      --border: #e4e4e7;
      --input: #ffffff;
      --ring: #1d4ed8;
      --radius: 0.75rem;
      --correct: #16a34a;
      --correct-dark: #15803d;
      --present: #eab308;
      --absent: #a1a1aa;
      --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.04);
      --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.07), 0 2px 4px -2px rgb(0 0 0 / 0.05);
      --shadow-lg: 0 10px 25px -3px rgb(0 0 0 / 0.08), 0 4px 6px -4px rgb(0 0 0 / 0.04);
      --shadow-xl: 0 20px 40px -8px rgb(0 0 0 / 0.12);
      --waffle-bg: #fafafa;
      --waffle-bg-solid: #fafafa;
      --waffle-bg-pattern: #f4f4f5;
      --waffle-board-bg: #ffffff;
      --waffle-btn-bg: #ffffff;
      --waffle-btn-border: #e4e4e7;
      --waffle-btn-shadow: 0 1px 2px rgba(0,0,0,0.04);
      --card-accent: #1d4ed8;
      --title-gradient: linear-gradient(135deg, #18181b 0%, #1d4ed8 100%);
    }.wpc-scope-6 .tc-wp-tool-root [data-theme="dark"]{
      --background: #09090b;
      --foreground: #fafafa;
      --card: #18181b;
      --card-foreground: #fafafa;
      --popover: #18181b;
      --popover-foreground: #fafafa;
      --primary: #3b82f6;
      --primary-dark: #1d4ed8;
      --primary-light: #60a5fa;
      --primary-glow: rgba(59, 130, 246, 0.15);
      --secondary: #a1a1aa;
      --muted: #27272a;
      --muted-foreground: #a1a1aa;
      --accent: #ef4444;
      --border: #27272a;
      --input: #18181b;
      --correct: #22c55e;
      --correct-dark: #16a34a;
      --absent: #52525b;
      --waffle-bg: #09090b;
      --waffle-bg-solid: #09090b;
      --waffle-bg-pattern: #18181b;
      --card-accent: #3b82f6;
      --waffle-board-bg: #18181b;
      --waffle-btn-bg: #27272a;
      --waffle-btn-border: #3f3f46;
      --waffle-btn-shadow: 0 2px 8px rgba(0,0,0,0.3);
      --title-gradient: linear-gradient(135deg, #fafafa 0%, #60a5fa 100%);
    }.wpc-scope-6 .tc-wp-tool-root *, .wpc-scope-6 .tc-wp-tool-root *::before, .wpc-scope-6 .tc-wp-tool-root *::after{ box-sizing: border-box; margin: 0; padding: 0; }.wpc-scope-6 .tc-wp-tool-root .nfl-body{
      font-family: 'Inter', system-ui, -apple-system, sans-serif;
      margin: 0;
      padding: 0;
      background: var(--waffle-bg-solid);
      color: var(--foreground);
      transition: background 0.35s ease, color 0.35s ease;
      min-height: 100vh;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }.wpc-scope-6 .tc-wp-tool-root .nfl-body::after{
      content: '';
      position: fixed;
      inset: 0;
      background-image: radial-gradient(circle, var(--border) 1px, transparent 1px);
      background-size: 24px 24px;
      opacity: 0.4;
      pointer-events: none;
      z-index: 0;
    }.wpc-scope-6 .tc-wp-tool-root .nfl-wrapper{
      position: relative;
      z-index: 1;
      max-width: 1200px;
      margin: 0 auto;
      padding: 2rem 1.5rem;
      display: grid;
      gap: 2rem;
      grid-template-columns: minmax(0, 1fr);
      align-items: start;
    }.wpc-scope-6 .tc-wp-tool-root .game-area{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0;
      width: 100%;
      max-width: 100%;
      min-width: 0;
      margin: 0 auto;
      overflow: visible;
    }.wpc-scope-6 .tc-wp-tool-root .game-area .game-card{
      width: 100%;
      max-width: 100%;
      min-width: min(100%, 420px);
      background: var(--waffle-board-bg);
      border-radius: calc(var(--radius) * 2);
      padding: 2rem;
      box-shadow: var(--shadow-lg);
      border: 1px solid var(--border);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.75rem;
      overflow: visible;
    }.wpc-scope-6 .tc-wp-tool-root .game-header{
      text-align: center;
      margin: 0;
      width: 100%;
      padding-bottom: 1.25rem;
      border-bottom: 1px solid var(--border);
      margin-bottom: 0;
    }.wpc-scope-6 .tc-wp-tool-root .game-area .game-header .nfl-title{
      font-family: 'DM Serif Display', serif;
      font-size: 2.5rem;
      font-weight: 400;
      margin: 0 0 0.5rem 0;
      letter-spacing: -0.02em;
      background: var(--title-gradient);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      line-height: 1.15;
    }.wpc-scope-6 .tc-wp-tool-root .game-area .game-header .nfl-description{
      font-size: 0.875rem;
      line-height: 1.6;
      margin: 0 auto 0.75rem;
      max-width: 420px;
      color: var(--muted-foreground);
      font-weight: 400;
      letter-spacing: -0.01em;
    }.wpc-scope-6 .tc-wp-tool-root .nfl-header-bar{
      display: flex;
      flex-direction: column;
      gap: 0.85rem;
      margin: 0;
      padding: 1.3rem 1.4rem;
      background: var(--muted);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      width: 100%;
      overflow: visible;
    }.wpc-scope-6 .tc-wp-tool-root .nfl-header-row{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.9rem;
      flex-wrap: wrap;
    }.wpc-scope-6 .tc-wp-tool-root .nfl-game-number-row{
      margin-bottom: 0.5rem;
    }.wpc-scope-6 .tc-wp-tool-root .nfl-game-number-btn{
      background: none;
      border: none;
      padding: 0.5rem 0.75rem;
      cursor: pointer;
      font-size: 1rem;
      font-weight: 700;
      color: var(--foreground);
      letter-spacing: 0.02em;
      text-transform: uppercase;
      transition: all 0.2s ease;
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      border-radius: var(--radius);
    }.wpc-scope-6 .tc-wp-tool-root .nfl-game-number-btn:hover{
      color: var(--primary);
      background: color-mix(in srgb, var(--primary) 8%, transparent);
    }.wpc-scope-6 .tc-wp-tool-root .nfl-game-number-btn .num{
      color: var(--primary);
      font-weight: 900;
      font-size: 1.3em;
    }.wpc-scope-6 .tc-wp-tool-root .nfl-game-number-btn .dropdown-icon{
      font-size: 0.7em;
      color: var(--muted-foreground);
      transition: color 0.2s ease, transform 0.2s ease;
      margin-left: 0.1rem;
    }.wpc-scope-6 .tc-wp-tool-root .nfl-game-number-btn:hover .dropdown-icon{
      color: var(--primary);
      transform: translateY(1px);
    }.wpc-scope-6 .tc-wp-tool-root .nfl-guess-info{
      font-size: 1rem;
      font-weight: 700;
      color: var(--foreground);
      letter-spacing: 0.03em;
      text-transform: uppercase;
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
    }.wpc-scope-6 .tc-wp-tool-root .nfl-guess-info .num.highlight{
      color: #ffffff;
      font-weight: 800;
      font-size: 1.2em;
      padding: 0.2em 0.45em;
      background: var(--correct);
      background: linear-gradient(135deg, var(--correct), var(--correct-dark));
      border-radius: calc(var(--radius) * 0.6);
      box-shadow: 0 2px 6px color-mix(in srgb, var(--correct) 35%, transparent);
      display: inline-block;
      min-width: 1.3em;
      text-align: center;
    }.wpc-scope-6 .tc-wp-tool-root .datalist-wrap{ flex: 1; min-width: 0; position: relative; z-index: 50; }.wpc-scope-6 .tc-wp-tool-root .guess-input{
      width: 100%;
      min-height: 2.75rem;
      padding: 0.625rem 1rem;
      font-size: 0.9375rem;
      font-weight: 500;
      border: 1.5px solid var(--border);
      border-radius: var(--radius);
      background: var(--input);
      color: var(--foreground);
      box-shadow: var(--shadow-sm);
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
      letter-spacing: -0.01em;
    }.wpc-scope-6 .tc-wp-tool-root .guess-input:hover{
      border-color: var(--primary-light);
    }.wpc-scope-6 .tc-wp-tool-root .guess-input:focus{
      outline: none;
      border-color: var(--primary);
      box-shadow: 0 0 0 3px var(--primary-glow);
    }.wpc-scope-6 .tc-wp-tool-root .guess-input::placeholder{
      color: var(--muted-foreground);
      font-weight: 400;
    }.wpc-scope-6 .tc-wp-tool-root .nfl-btn{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      padding: 0.625rem 1.125rem;
      border-radius: var(--radius);
      border: 1.5px solid var(--waffle-btn-border);
      background: var(--waffle-btn-bg);
      color: var(--foreground);
      font-weight: 600;
      font-size: 0.875rem;
      letter-spacing: -0.01em;
      cursor: pointer;
      transition: all 0.15s ease;
      font-family: inherit;
      min-height: 2.75rem;
      box-shadow: var(--shadow-sm);
    }.wpc-scope-6 .tc-wp-tool-root .nfl-btn:hover{
      transform: translateY(-1px);
      box-shadow: var(--shadow-md);
      border-color: var(--primary-light);
      color: var(--primary);
      background: var(--muted);
    }.wpc-scope-6 .tc-wp-tool-root .nfl-btn.primary{
      background: var(--primary);
      color: #ffffff;
      border-color: var(--primary);
      box-shadow: 0 1px 3px var(--primary-glow);
    }.wpc-scope-6 .tc-wp-tool-root .nfl-btn.primary:hover{
      background: var(--primary-dark);
      border-color: var(--primary-dark);
      box-shadow: 0 4px 12px var(--primary-glow);
      transform: translateY(-1px);
      color: #ffffff;
    }.wpc-scope-6 .tc-wp-tool-root .nfl-btn:disabled{ opacity: 0.5; cursor: not-allowed; transform: none; }.wpc-scope-6 .tc-wp-tool-root .grid-wrap{ width: 100%; min-width: 0; overflow-x: auto; position: relative; z-index: 0; }.wpc-scope-6 .tc-wp-tool-root .grid-header{
      display: grid;
      grid-template-columns: 1.1fr 1.2fr 0.8fr 1fr;
      gap: 6px;
      margin-bottom: 8px;
      padding: 0 2px 8px;
      font-size: 0.6875rem;
      font-weight: 700;
      color: var(--muted-foreground);
      text-transform: uppercase;
      letter-spacing: 0.06em;
      border-bottom: 1px solid var(--border);
    }.wpc-scope-6 .tc-wp-tool-root .guess-row{
      display: grid;
      grid-template-columns: 1.1fr 1.2fr 0.8fr 1fr;
      gap: 6px;
      margin-bottom: 6px;
    }.wpc-scope-6 .tc-wp-tool-root .tile{
      padding: 0.6rem 0.4rem;
      font-size: 0.75rem;
      font-weight: 600;
      border-radius: calc(var(--radius) * 0.75);
      background: var(--muted);
      border: 1.5px solid var(--border);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      word-break: break-word;
      transition: all 0.25s ease;
      letter-spacing: -0.01em;
      color: var(--foreground);
    }.wpc-scope-6 .tc-wp-tool-root .tile.correct{
      background: var(--correct);
      color: #ffffff;
      border-color: var(--correct-dark);
      box-shadow: 0 2px 8px rgba(22, 163, 74, 0.25);
    }.wpc-scope-6 .tc-wp-tool-root .tile.absent{
      background: var(--absent);
      color: #ffffff;
      border-color: transparent;
    }.wpc-scope-6 .tc-wp-tool-root .tile.experience-up::after{ content: ' \2191'; opacity: 0.85; }.wpc-scope-6 .tc-wp-tool-root .tile.experience-down::after{ content: ' \2193'; opacity: 0.85; }.wpc-scope-6 .tc-wp-tool-root #playerList{
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      margin-top: 4px;
      max-height: min(420px, 65vh);
      overflow-y: auto;
      overflow-x: hidden;
      background: var(--popover);
      border: 1.5px solid var(--border);
      border-radius: var(--radius);
      z-index: 100;
      list-style: none;
      padding: 0.25rem;
      margin: 0;
      box-shadow: var(--shadow-xl);
      min-width: 100%;
      box-sizing: border-box;
    }.wpc-scope-6 .tc-wp-tool-root #playerList li{
      padding: 0.6rem 0.875rem;
      cursor: pointer;
      font-size: 0.875rem;
      font-weight: 500;
      color: var(--foreground);
      border-radius: calc(var(--radius) * 0.6);
      border-left: none;
      transition: background 0.12s ease;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.5rem;
    }.wpc-scope-6 .tc-wp-tool-root #playerList li .player-name{ flex: 1; }.wpc-scope-6 .tc-wp-tool-root #playerList li .player-meta{
      font-size: 0.6875rem;
      font-weight: 600;
      color: var(--muted-foreground);
      background: var(--muted);
      padding: 0.15rem 0.5rem;
      border-radius: calc(var(--radius) * 0.5);
      letter-spacing: 0.02em;
      flex-shrink: 0;
      max-width: 45%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }.wpc-scope-6 .tc-wp-tool-root #playerList li:hover, .wpc-scope-6 .tc-wp-tool-root #playerList li.selected{
      background: var(--muted);
      border-left-color: transparent;
    }.wpc-scope-6 .tc-wp-tool-root .sidebar{
      background: var(--waffle-board-bg);
      border-radius: calc(var(--radius) * 2);
      padding: 1.5rem;
      box-shadow: var(--shadow-md);
      border: 1px solid var(--border);
      width: 100%;
      max-width: 100%;
      min-width: min(100%, 380px);
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
    }.wpc-scope-6 .tc-wp-tool-root .sidebar-actions{
      display: flex;
      align-items: center;
      gap: 0.5rem;
      flex-wrap: wrap;
    }.wpc-scope-6 .tc-wp-tool-root .sidebar-actions .nfl-btn{
      background: var(--waffle-btn-bg);
      border: 1.5px solid var(--border);
      color: var(--foreground);
      font-weight: 600;
      font-size: 0.8125rem;
      padding: 0.5rem 0.875rem;
      border-radius: var(--radius);
      box-shadow: var(--shadow-sm);
    }.wpc-scope-6 .tc-wp-tool-root .sidebar-actions .nfl-btn:hover{
      border-color: var(--primary);
      color: var(--primary);
      background: var(--muted);
    }.wpc-scope-6 .tc-wp-tool-root .theme-toggle{
      font-size: 1.1rem;
      cursor: pointer;
      min-width: 2.5rem;
      min-height: 2.5rem;
      padding: 0.4rem;
      border: 1.5px solid var(--border);
      border-radius: var(--radius);
      background: var(--waffle-btn-bg);
      transition: all 0.15s ease;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }.wpc-scope-6 .tc-wp-tool-root .theme-toggle:hover{
      border-color: var(--primary);
      background: var(--muted);
    }.wpc-scope-6 .tc-wp-tool-root .sidebar-section{
      background: var(--muted);
      border-radius: var(--radius);
      padding: 1.15rem 1.2rem;
      border: 1px solid var(--border);
    }.wpc-scope-6 .tc-wp-tool-root .sidebar-section .nfl-subtitle{
      font-family: 'DM Serif Display', serif;
      font-size: 1rem;
      font-weight: 400;
      margin: 0 0 0.625rem 0;
      color: var(--foreground);
      padding-bottom: 0;
      border-bottom: none;
      display: block;
    }.wpc-scope-6 .tc-wp-tool-root .sidebar-how-text{
      font-size: 0.8125rem;
      color: var(--muted-foreground);
      line-height: 1.55;
      margin: 0 0 0.5rem 0;
      font-weight: 400;
    }.wpc-scope-6 .tc-wp-tool-root .nfl-btn-link{
      background: transparent;
      border: none;
      color: var(--primary);
      text-decoration: none;
      padding: 0.2rem 0;
      font-size: 0.8125rem;
      font-weight: 600;
      cursor: pointer;
      font-family: inherit;
      transition: opacity 0.15s ease;
    }.wpc-scope-6 .tc-wp-tool-root .nfl-btn-link:hover{ opacity: 0.7; text-decoration: underline; }.wpc-scope-6 .tc-wp-tool-root .nfl-btn-past{ font-size: 0.8125rem; padding: 0.4rem 0.75rem; }.wpc-scope-6 .tc-wp-tool-root .nfl-btn-wide{ min-width: 120px; }.wpc-scope-6 .tc-wp-tool-root #todayPuzzleBtn.nfl-btn-today{
      padding: 0.4rem 0.9rem;
      border-radius: 999px;
      background: linear-gradient(135deg, #3b82f6, #8b5cf6);
      color: #ffffff;
      font-weight: 600;
      box-shadow: 0 6px 16px rgba(59, 130, 246, 0.35);
    }.wpc-scope-6 .tc-wp-tool-root #todayPuzzleBtn.nfl-btn-today:hover{
      background: linear-gradient(135deg, #2563eb, #7c3aed);
      transform: translateY(-1px);
    }.wpc-scope-6 .tc-wp-tool-root .past-puzzle-desc{ color: var(--muted-foreground); font-size: 0.875rem; margin: 0 0 0.5rem 0; }.wpc-scope-6 .tc-wp-tool-root .past-puzzle-your-date{ font-size: 0.8125rem; color: var(--muted-foreground); margin: 0 0 1rem 0; }.wpc-scope-6 .tc-wp-tool-root .past-puzzle-your-date strong{ color: var(--foreground); }.wpc-scope-6 .tc-wp-tool-root .past-puzzle-row{ margin-bottom: 1rem; }.wpc-scope-6 .tc-wp-tool-root .past-puzzle-row label{ display: block; font-weight: 600; margin-bottom: 0.35rem; }.wpc-scope-6 .tc-wp-tool-root .past-puzzle-calendar{ background: var(--muted); border-radius: var(--radius); padding: 0.75rem; border: 1px solid var(--border); }.wpc-scope-6 .tc-wp-tool-root .cal-header{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.5rem; font-weight: 700; font-size: 0.9375rem; flex-wrap: wrap; gap: 0.35rem; }.wpc-scope-6 .tc-wp-tool-root .cal-month-year-row{ display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }.wpc-scope-6 .tc-wp-tool-root .cal-month-btn{ padding: 0.35rem 0.6rem; border: 1px solid var(--border); border-radius: 4px; background: var(--card); cursor: pointer; font-size: 0.9375rem; font-weight: 700; }.wpc-scope-6 .tc-wp-tool-root .cal-month-btn:hover{ background: var(--border); }.wpc-scope-6 .tc-wp-tool-root .cal-year-select{ padding: 0.35rem 0.5rem; border: 1px solid var(--border); border-radius: 4px; background: var(--card); font-size: 0.9375rem; font-weight: 600; cursor: pointer; color: var(--foreground); }.wpc-scope-6 .tc-wp-tool-root .cal-month-list{ display: none; position: absolute; top: 100%; left: 0; margin-top: 2px; background: var(--popover); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-lg); z-index: 10; padding: 0.35rem; grid-template-columns: repeat(3, 1fr); gap: 2px; }.wpc-scope-6 .tc-wp-tool-root .cal-month-list.open{ display: grid; }.wpc-scope-6 .tc-wp-tool-root .cal-month-list button{ padding: 0.4rem 0.5rem; border: none; border-radius: 4px; background: transparent; cursor: pointer; font-size: 0.8125rem; font-weight: 500; text-align: left; }.wpc-scope-6 .tc-wp-tool-root .cal-month-list button:hover{ background: var(--muted); }.wpc-scope-6 .tc-wp-tool-root .cal-month-wrap{ position: relative; }.wpc-scope-6 .tc-wp-tool-root .cal-nav{ display: flex; gap: 0.25rem; }.wpc-scope-6 .tc-wp-tool-root .cal-nav button{ padding: 0.25rem 0.5rem; border: 1px solid var(--border); border-radius: 4px; background: var(--card); cursor: pointer; font-size: 0.875rem; }.wpc-scope-6 .tc-wp-tool-root .cal-nav button:hover{ background: var(--border); }.wpc-scope-6 .tc-wp-tool-root .cal-weekdays{ display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; margin-bottom: 4px; font-size: 0.6875rem; font-weight: 600; color: var(--muted-foreground); text-align: center; }.wpc-scope-6 .tc-wp-tool-root .cal-grid{ display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }.wpc-scope-6 .tc-wp-tool-root .cal-day{ aspect-ratio: 1; display: flex; align-items: center; justify-content: center; font-size: 0.8125rem; font-weight: 500; border-radius: 4px; cursor: pointer; }.wpc-scope-6 .tc-wp-tool-root .cal-day:hover{ background: var(--border); }.wpc-scope-6 .tc-wp-tool-root .cal-day.selected{ background: var(--primary); color: var(--primary-foreground); }.wpc-scope-6 .tc-wp-tool-root .cal-day.other-month{ color: var(--muted-foreground); opacity: 0.6; }.wpc-scope-6 .tc-wp-tool-root .cal-day.future{ opacity: 0.35; cursor: not-allowed; pointer-events: none; }.wpc-scope-6 .tc-wp-tool-root .cal-day.future:hover{ background: none; }.wpc-scope-6 .tc-wp-tool-root .cal-selected-label{ font-size: 0.8125rem; color: var(--muted-foreground); margin-top: 0.5rem; }.wpc-scope-6 .tc-wp-tool-root .past-puzzle-actions{ display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1rem; }.wpc-scope-6 .tc-wp-tool-root .dialog-close-btn{
      position: absolute;
      top: 1rem;
      right: 1rem;
      width: 2rem;
      height: 2rem;
      border: none;
      background: transparent;
      color: var(--muted-foreground);
      font-size: 1.5rem;
      font-weight: 300;
      line-height: 1;
      cursor: pointer;
      border-radius: var(--radius);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease;
      z-index: 10;
      padding: 0;
    }.wpc-scope-6 .tc-wp-tool-root .dialog-close-btn:hover{
      background: var(--muted);
      color: var(--foreground);
    }.wpc-scope-6 .tc-wp-tool-root .dialog-close-btn:active{
      transform: scale(0.95);
    }.wpc-scope-6 .tc-wp-tool-root .nfl-btn-hint{
      background: linear-gradient(135deg, #fbbf24, #f59e0b);
      color: #ffffff;
      font-weight: 600;
    }.wpc-scope-6 .tc-wp-tool-root .nfl-btn-hint:hover{
      background: linear-gradient(135deg, #f59e0b, #d97706);
      transform: translateY(-1px);
    }.wpc-scope-6 .tc-wp-tool-root .hint-content{
      margin: 1.5rem 0;
    }.wpc-scope-6 .tc-wp-tool-root .hint-text{
      font-size: 1.125rem;
      line-height: 1.6;
      color: var(--foreground);
      padding: 1.25rem;
      background: var(--muted);
      border-radius: var(--radius);
      border-left: 4px solid #fbbf24;
      margin: 0 0 1rem 0;
      font-weight: 500;
    }.wpc-scope-6 .tc-wp-tool-root .hint-list{
      margin: 1rem 0;
    }.wpc-scope-6 .tc-wp-tool-root .hint-item{
      font-size: 1rem;
      line-height: 1.7;
      color: var(--foreground);
      padding: 1rem 1.25rem;
      background: var(--muted);
      border-radius: var(--radius);
      margin-bottom: 0.75rem;
      border-left: 4px solid #fbbf24;
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
    }.wpc-scope-6 .tc-wp-tool-root .hint-item::before{
      content: '•';
      font-size: 1.5rem;
      color: #fbbf24;
      font-weight: bold;
      line-height: 1;
      margin-top: 0.1rem;
    }.wpc-scope-6 .tc-wp-tool-root .hint-item.hidden{
      display: none;
    }.wpc-scope-6 .tc-wp-tool-root .hint-levels{
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      flex-wrap: wrap;
    }.wpc-scope-6 .tc-wp-tool-root .hint-info{
      font-size: 0.875rem;
      color: var(--muted-foreground);
      margin: 0;
    }.wpc-scope-6 .tc-wp-tool-root .hint-info span{
      font-weight: 700;
      color: var(--primary);
    }.wpc-scope-6 .tc-wp-tool-root .game-numbers-grid{
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
      gap: 0.5rem;
      max-height: 300px;
      overflow-y: auto;
      padding: 0.5rem;
      border: 1.5px solid var(--border);
      border-radius: var(--radius);
      background: var(--input);
    }.wpc-scope-6 .tc-wp-tool-root .game-number-item{
      padding: 0.5rem;
      text-align: center;
      border: 1.5px solid var(--border);
      border-radius: var(--radius);
      background: var(--card);
      cursor: pointer;
      transition: all 0.2s ease;
      font-weight: 600;
      color: var(--foreground);
    }.wpc-scope-6 .tc-wp-tool-root .game-number-item:hover{
      background: var(--primary);
      color: var(--primary-foreground);
      border-color: var(--primary);
      transform: translateY(-1px);
    }.wpc-scope-6 .tc-wp-tool-root .game-number-item.selected{
      background: var(--primary);
      color: var(--primary-foreground);
      border-color: var(--primary);
      box-shadow: 0 0 0 2px var(--primary);
    }.wpc-scope-6 .tc-wp-tool-root .game-number-item.disabled{
      opacity: 0.4;
      cursor: not-allowed;
      background: var(--muted);
    }.wpc-scope-6 .tc-wp-tool-root .color-legend{ display: flex; flex-direction: column; gap: 0.625rem; }.wpc-scope-6 .tc-wp-tool-root .legend-item{ display: flex; align-items: flex-start; gap: 0.625rem; }.wpc-scope-6 .tc-wp-tool-root .legend-color{
      width: 20px;
      height: 20px;
      border-radius: calc(var(--radius) * 0.5);
      flex-shrink: 0;
    }.wpc-scope-6 .tc-wp-tool-root .legend-color.correct{ background: var(--correct); border: none; }.wpc-scope-6 .tc-wp-tool-root .legend-color.absent{ background: var(--absent); border: none; }.wpc-scope-6 .tc-wp-tool-root .legend-text{ font-size: 0.8125rem; font-weight: 600; color: var(--foreground); }.wpc-scope-6 .tc-wp-tool-root .legend-description{ font-size: 0.75rem; color: var(--muted-foreground); margin: 0.15rem 0 0 0; line-height: 1.4; }.wpc-scope-6 .tc-wp-tool-root .toast{
      position: fixed;
      top: 1.25rem;
      left: 50%;
      transform: translateX(-50%) translateY(-12px);
      min-height: 2.5rem;
      background: var(--popover);
      color: var(--popover-foreground);
      padding: 0.75rem 1.25rem;
      border-radius: var(--radius);
      border: 1px solid var(--border);
      font-weight: 600;
      text-align: center;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      box-shadow: var(--shadow-xl);
      z-index: 1000;
      max-width: 90vw;
      font-size: 0.875rem;
      letter-spacing: -0.01em;
    }.wpc-scope-6 .tc-wp-tool-root .toast.show{ opacity: 1; transform: translateX(-50%) translateY(0); }.wpc-scope-6 .tc-wp-tool-root .toast.success{ background: var(--correct); color: #ffffff; border-color: var(--correct-dark); }.wpc-scope-6 .tc-wp-tool-root .toast.error{ background: var(--destructive); color: #ffffff; border-color: var(--destructive); }.wpc-scope-6 .tc-wp-tool-root .toast.info{ background: var(--primary); color: #ffffff; border-color: var(--primary-dark); }.wpc-scope-6 .tc-wp-tool-root .stats-grid{
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0.7rem 0.75rem;
    }.wpc-scope-6 .tc-wp-tool-root .stat-card{
      text-align: center;
      padding: 0.95rem 0.6rem;
      background: var(--muted);
      border-radius: var(--radius);
      border: 1px solid var(--border);
    }.wpc-scope-6 .tc-wp-tool-root .stat-number{
      font-size: 1.1rem;
      font-weight: 800;
      color: var(--primary);
      margin: 0;
      line-height: 1.2;
    }.wpc-scope-6 .tc-wp-tool-root .stat-label{
      font-size: 0.65rem;
      color: var(--muted-foreground);
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin: 0.25rem 0 0 0;
    }.wpc-scope-6 .tc-wp-tool-root .next-game-timer{
      margin-top: 1.1rem;
      padding: 0.8rem 0.9rem;
      border-radius: var(--radius);
      background: linear-gradient(135deg, rgba(59,130,246,0.06), rgba(56,189,248,0.08));
      border: 1px solid rgba(59,130,246,0.25);
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.8rem;
      color: var(--muted-foreground);
    }.wpc-scope-6 .tc-wp-tool-root .next-game-label{
      font-weight: 600;
    }.wpc-scope-6 .tc-wp-tool-root .next-game-value{
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
      font-weight: 700;
      color: var(--primary);
    }.wpc-scope-6 .tc-wp-tool-root .next-game-banner{
      margin-top: 0.75rem;
      padding: 0.6rem 0.75rem;
      border-radius: var(--radius);
      background: linear-gradient(135deg, rgba(59,130,246,0.06), rgba(56,189,248,0.08));
      border: 1px solid rgba(59,130,246,0.25);
      display: flex;
      flex-wrap: wrap;
      gap: 0.4rem 0.75rem;
      align-items: center;
      font-size: 0.8rem;
      color: var(--muted-foreground);
    }.wpc-scope-6 .tc-wp-tool-root .next-game-banner .next-game-extra{
      flex-basis: 100%;
    }@keyframes confettiFall{
      0% { transform: translate3d(var(--x,0), -10vh, 0) rotate(0deg); opacity: 1; }
      100% { transform: translate3d(calc(var(--x,0) + var(--dx,0)), 110vh, 0) rotate(720deg); opacity: 0.8; }
    }.wpc-scope-6 .tc-wp-tool-root #confetti{
      position: fixed;
      inset: 0;
      pointer-events: none;
      overflow: hidden;
      z-index: 9999;
    }.wpc-scope-6 .tc-wp-tool-root .confetti-piece{
      position: absolute;
      width: 10px;
      height: 16px;
      opacity: 0.9;
      will-change: transform, opacity;
    }.wpc-scope-6 .tc-wp-tool-root .modal-overlay{
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.5);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 50;
      padding: 1rem;
    }.wpc-scope-6 .tc-wp-tool-root .modal{
      background: var(--popover);
      color: var(--popover-foreground);
      border-radius: calc(var(--radius) * 2);
      padding: 2rem;
      max-width: min(400px, 92vw);
      width: 100%;
      text-align: center;
      border: 1px solid var(--border);
      box-shadow: var(--shadow-xl);
    }.wpc-scope-6 .tc-wp-tool-root .modal .nfl-title{
      font-family: 'DM Serif Display', serif;
      font-weight: 400;
      font-size: 1.5rem;
      margin: 0 0 0.75rem 0;
      color: var(--foreground);
      letter-spacing: -0.02em;
    }.wpc-scope-6 .tc-wp-tool-root .modal .nfl-description{ color: var(--muted-foreground); margin: 0 0 1.25rem 0; font-size: 0.9375rem; line-height: 1.5; }.wpc-scope-6 .tc-wp-tool-root .modal .nfl-btn{ font-family: inherit; }.wpc-scope-6 .tc-wp-tool-root dialog{
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 0;
      border: 1px solid var(--border);
      border-radius: calc(var(--radius) * 2);
      padding: 2rem;
      max-width: 90vw;
      width: min(480px, 92vw);
      max-height: 90vh;
      overflow-y: auto;
      background: var(--popover);
      color: var(--popover-foreground);
      box-shadow: var(--shadow-xl);
    }.wpc-scope-6 .tc-wp-tool-root dialog::backdrop{ background: rgba(0,0,0,0.5); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }.wpc-scope-6 .tc-wp-tool-root dialog .nfl-title{
      font-family: 'DM Serif Display', serif;
      font-weight: 400;
      color: var(--foreground);
      margin-top: 0;
      font-size: 1.375rem;
      letter-spacing: -0.02em;
    }.wpc-scope-6 .tc-wp-tool-root .help-content{ text-align: left; font-size: 0.875rem; color: var(--muted-foreground); line-height: 1.65; }.wpc-scope-6 .tc-wp-tool-root .help-content .help-intro{ color: var(--foreground); font-weight: 500; margin: 0 0 1rem 0; padding-bottom: 1rem; border-bottom: 1px solid var(--border); }.wpc-scope-6 .tc-wp-tool-root .help-content .nfl-subtitle{ color: var(--foreground); font-size: 0.9375rem; font-weight: 600; margin: 1.25rem 0 0.5rem; }.wpc-scope-6 .tc-wp-tool-root .help-content .nfl-subtitle:first-of-type{ margin-top: 0; }.wpc-scope-6 .tc-wp-tool-root .help-content ul{ margin: 0.25rem 0 0.5rem 1.25rem; }.wpc-scope-6 .tc-wp-tool-root .help-content .nfl-description{ margin: 0 0 0.5rem 0; }@media (min-width: 1200px){.tc-wp-tool-root .nfl-wrapper{ grid-template-columns: minmax(0, 1fr) 380px; gap: 2rem; padding: 2.5rem 2rem; }.tc-wp-tool-root .sidebar{ position: sticky; top: 2rem; padding: 1.5rem; min-width: 340px; }}@media (min-width: 992px) and (max-width: 1199px){.tc-wp-tool-root .nfl-wrapper{ grid-template-columns: minmax(0, 1fr) 340px; gap: 1.8rem; padding: 2.2rem 1.8rem; }.tc-wp-tool-root .sidebar{ position: sticky; top: 2rem; padding: 1.4rem; min-width: 320px; }.tc-wp-tool-root .game-area .game-card{ padding: 1.8rem; }.tc-wp-tool-root .game-area .game-header .nfl-title{ font-size: 2.2rem; }.tc-wp-tool-root .game-area .game-header .nfl-description{ font-size: 0.85rem; }.tc-wp-tool-root .nfl-header-bar{ padding: 1.2rem; }.tc-wp-tool-root .grid-header, .tc-wp-tool-root .guess-row{ gap: 5px; }.tc-wp-tool-root .tile{ padding: 0.55rem 0.35rem; font-size: 0.7rem; }}@media (min-width: 768px) and (max-width: 991px){.tc-wp-tool-root .nfl-wrapper{ grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem 1.5rem; }.tc-wp-tool-root .sidebar{ order: -1; padding: 1.5rem; }.tc-wp-tool-root .game-area .game-card{ padding: 1.8rem; }.tc-wp-tool-root .game-area .game-header .nfl-title{ font-size: 2rem; }.tc-wp-tool-root .game-area .game-header .nfl-description{ font-size: 0.85rem; }.tc-wp-tool-root .nfl-header-bar{ padding: 1.1rem; }.tc-wp-tool-root .grid-header, .tc-wp-tool-root .guess-row{ gap: 5px; }.tc-wp-tool-root .tile{ padding: 0.5rem 0.35rem; font-size: 0.7rem; }}@media (min-width: 600px) and (max-width: 767px){.tc-wp-tool-root .nfl-wrapper{ padding: 1.5rem; gap: 1.2rem; }.tc-wp-tool-root .game-area .game-card{ padding: 1.5rem; }.tc-wp-tool-root .game-area .game-header .nfl-title{ font-size: 1.8rem; }.tc-wp-tool-root .game-area .game-header .nfl-description{ font-size: 0.82rem; }.tc-wp-tool-root .nfl-header-bar{ padding: 1rem; }.tc-wp-tool-root .nfl-header-row{ gap: 0.6rem; }.tc-wp-tool-root .grid-header, .tc-wp-tool-root .guess-row{ gap: 4px; }.tc-wp-tool-root .tile{ padding: 0.45rem 0.3rem; font-size: 0.68rem; }.tc-wp-tool-root .sidebar{ order: -1; padding: 1.2rem; }.tc-wp-tool-root .stats-grid{ grid-template-columns: repeat(2, 1fr); }}@media (min-width: 400px) and (max-width: 599px){.tc-wp-tool-root .nfl-wrapper{ padding: 1.2rem; gap: 1rem; }.tc-wp-tool-root .game-area .game-card{ padding: 1.2rem; gap: 1.2rem; }.tc-wp-tool-root .game-area .game-header .nfl-title{ font-size: 1.6rem; }.tc-wp-tool-root .game-area .game-header .nfl-description{ font-size: 0.8rem; }.tc-wp-tool-root .nfl-header-bar{ padding: 0.9rem; }.tc-wp-tool-root .nfl-header-row{ gap: 0.5rem; }.tc-wp-tool-root .nfl-btn{ padding: 0.5rem 0.9rem; font-size: 0.85rem; }.tc-wp-tool-root .guess-input{ font-size: 0.9rem; }.tc-wp-tool-root .grid-header, .tc-wp-tool-root .guess-row{
        grid-template-columns: 1fr 1.1fr 0.7fr 0.9fr;
        gap: 3px;
      }.tc-wp-tool-root .tile{ padding: 0.4rem 0.25rem; font-size: 0.65rem; }.tc-wp-tool-root .sidebar{ padding: 1rem; }.tc-wp-tool-root .stats-grid{ grid-template-columns: repeat(2, 1fr); }.tc-wp-tool-root .toast{ font-size: 0.8rem; padding: 0.6rem 0.9rem; max-width: 95vw; }.tc-wp-tool-root .modal{ padding: 1.3rem; }.tc-wp-tool-root .modal .nfl-title{ font-size: 1.3rem; }}@media (max-width: 399px){.tc-wp-tool-root .nfl-wrapper{ padding: 1rem; gap: 0.8rem; }.tc-wp-tool-root .game-area .game-card{ padding: 1rem; gap: 1rem; }.tc-wp-tool-root .game-area .game-header .nfl-title{ font-size: 1.4rem; }.tc-wp-tool-root .game-area .game-header .nfl-description{ font-size: 0.78rem; }.tc-wp-tool-root .nfl-header-bar{ padding: 0.8rem; }.tc-wp-tool-root .nfl-header-row{ gap: 0.4rem; }.tc-wp-tool-root .nfl-btn{ padding: 0.45rem 0.75rem; font-size: 0.8rem; }.tc-wp-tool-root .guess-input{ font-size: 0.85rem; }.tc-wp-tool-root .grid-header, .tc-wp-tool-root .guess-row{
        grid-template-columns: 1fr 1.1fr 0.7fr 0.9fr;
        gap: 2px;
      }.tc-wp-tool-root .tile{ padding: 0.35rem 0.2rem; font-size: 0.6rem; }.tc-wp-tool-root .sidebar{ padding: 0.9rem; }.tc-wp-tool-root .stats-grid{ grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }.tc-wp-tool-root .stat-card{ padding: 0.8rem 0.5rem; }.tc-wp-tool-root .stat-number{ font-size: 1rem; }.tc-wp-tool-root .toast{ font-size: 0.75rem; padding: 0.5rem 0.8rem; max-width: 95vw; }.tc-wp-tool-root .modal{ padding: 1rem; }.tc-wp-tool-root .modal .nfl-title{ font-size: 1.2rem; }}@media (max-width: 360px){.tc-wp-tool-root .nfl-header-row{ flex-direction: column; align-items: stretch; }.tc-wp-tool-root .datalist-wrap{ min-width: 0; }.tc-wp-tool-root .nfl-btn{ width: 100%; justify-content: center; }}@media (prefers-reduced-motion: reduce){.tc-wp-tool-root *, .tc-wp-tool-root *::before, .tc-wp-tool-root *::after{ transition-duration: 0.01ms !important; }}.wpc-scope-6 .tc-wp-tool-root .sr-only{ position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }.wpc-scope-6 .tc-wp-tool-root .nfl-btn:focus-visible, .wpc-scope-6 .tc-wp-tool-root .guess-input:focus-visible, .wpc-scope-6 .tc-wp-tool-root .theme-toggle:focus-visible{ outline: 2px solid var(--ring); outline-offset: 2px; }.wpc-scope-6 /* tc-layout-guard: stay in page body flow — do not overlap theme header/nav */
.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}.wpc-scope-6 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .color-guide{}.wpc-scope-6 .tc-wp-tool-root .game-stats{}.wpc-scope-6 .tc-wp-tool-root .nfl-action-row{}.wpc-scope-6 .tc-wp-tool-root .nfl-guess-row{}.wpc-scope-6 .tc-wp-tool-root .player-dropdown{}