.ClueCard-module__A-HsoG__clueCard{background-color:var(--tile-bg);background-image:var(--tile-surface-image);background-size:var(--tile-surface-size);background-repeat:var(--tile-surface-repeat);background-position:var(--tile-surface-position);background-blend-mode:var(--tile-surface-blend-mode);box-shadow:var(--tile-surface-shadow);color:var(--clue-value-fg);font-family:var(--font-display);letter-spacing:.01em;cursor:pointer;text-shadow:var(--text-shadow-jeopardy-value-lg);justify-content:center;align-items:center;font-size:clamp(2rem,4.5vw,4.5rem);font-weight:500;display:flex}.ClueCard-module__A-HsoG__emptySlot{background-color:#0000}.ClueCard-module__A-HsoG__fullscreenCard{background-color:var(--tile-bg);background-image:var(--tile-surface-image);background-size:var(--tile-surface-size);background-repeat:var(--tile-surface-repeat);background-position:var(--tile-surface-position);background-blend-mode:var(--tile-surface-blend-mode);width:100vw;height:100vh;box-shadow:var(--tile-surface-shadow);transform-origin:0 0;will-change:transform;z-index:9999;cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:4rem;animation:.6s linear ClueCard-module__A-HsoG__clueExpand;display:flex;position:fixed;top:0;left:0;overflow:hidden}.ClueCard-module__A-HsoG__fullscreenContent{color:var(--clue-text-fg);font-family:var(--font-clue);text-align:center;text-transform:uppercase;letter-spacing:.01em;text-shadow:var(--text-shadow-jeopardy-clue-lg);font-size:clamp(2rem,5vw,5rem);font-weight:700;line-height:1.15}@keyframes ClueCard-module__A-HsoG__clueExpand{0%{transform:translate(var(--fullscreen-origin-translate-x,0px),var(--fullscreen-origin-translate-y,0px))scale(var(--fullscreen-origin-scale-x,1),var(--fullscreen-origin-scale-y,1))}to{transform:translate(0)scale(1)}}@media (prefers-reduced-motion:reduce){.ClueCard-module__A-HsoG__fullscreenCard{will-change:auto;animation:none}.ClueCard-module__A-HsoG__fullscreenContent{transform:none}}
.GameBoard-module__zy2yLq__boardContainer{--board-gap:10px;grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:repeat(var(--board-row-count,6),minmax(0,1fr));gap:var(--board-gap);background-color:var(--board-bg);-webkit-user-select:none;user-select:none;width:100vw;height:100vh;padding:10px;display:grid}.GameBoard-module__zy2yLq__boardHeader{background-color:var(--tile-bg);background-image:var(--tile-surface-image);background-size:var(--tile-surface-size);background-repeat:var(--tile-surface-repeat);background-position:var(--tile-surface-position);background-blend-mode:var(--tile-surface-blend-mode);box-shadow:var(--tile-surface-shadow);color:var(--category-fg);text-transform:uppercase;font-family:var(--font-display);letter-spacing:.5px;text-align:center;text-shadow:var(--text-shadow-jeopardy);margin-bottom:var(--board-gap);justify-content:center;align-items:center;padding:.35rem .45rem;font-weight:700;display:flex;overflow:hidden}.GameBoard-module__zy2yLq__boardHeaderText{max-width:100%;font-size:var(--board-header-font-size,1.9rem);text-wrap:balance;overflow-wrap:normal;word-break:normal;line-height:1;display:block}.GameBoard-module__zy2yLq__singleLineHeaderText{white-space:nowrap;text-wrap:nowrap}.GameBoard-module__zy2yLq__boardEmptyCell{background-color:#0000}.GameBoard-module__zy2yLq__finalRoundContainer{background-color:var(--tile-bg);background-image:var(--tile-surface-image);background-size:var(--tile-surface-size);background-repeat:var(--tile-surface-repeat);background-position:var(--tile-surface-position);background-blend-mode:var(--tile-surface-blend-mode);width:100vw;height:100vh;box-shadow:var(--tile-surface-shadow);color:var(--clue-text-fg);text-align:center;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem;display:flex}.GameBoard-module__zy2yLq__finalCategory{font-family:var(--font-display);text-transform:uppercase;letter-spacing:2px;color:var(--clue-value-fg);text-shadow:var(--text-shadow-jeopardy-value-lg);font-size:3rem;font-weight:700}.GameBoard-module__zy2yLq__finalClue{font-family:var(--font-clue);text-transform:uppercase;cursor:pointer;text-shadow:var(--text-shadow-jeopardy-clue-lg);font-size:4rem;font-weight:700}
