.header.svelte-1elxaub{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:64px;border-bottom:3px solid var(--dark);margin-bottom:20px}.header-left.svelte-1elxaub{justify-self:start;display:flex;gap:8px}.header-title.svelte-1elxaub{color:var(--primary);text-align:center;flex-shrink:0}.header-right.svelte-1elxaub{justify-self:end;display:flex;gap:8px}.icon-btn.svelte-1elxaub{width:44px;height:44px;display:grid;place-items:center;background:transparent;border:none;cursor:pointer;color:var(--text);border-radius:var(--radius);transition:color .15s}.icon-btn.svelte-1elxaub:hover{color:var(--primary)}.icon-btn.svelte-1elxaub:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media(max-width:400px){.header.svelte-1elxaub{height:56px;margin-bottom:16px}.header-title.svelte-1elxaub{font-size:var(--text-pixel-md)}}.search-wrapper.svelte-yyldap{position:relative;width:100%;margin-bottom:20px}.search-bar.svelte-yyldap{display:flex;height:56px;border:var(--border-w) solid var(--dark);box-shadow:var(--shadow-extrude);background:#fff;border-radius:var(--radius);transform:translate(-4px,-4px);transition:box-shadow .1s ease-in-out,transform .1s ease-in-out;overflow:hidden}.search-bar.svelte-yyldap:focus-within{box-shadow:var(--shadow-flat);transform:translate(0)}.search-bar.disabled.svelte-yyldap{opacity:.5;pointer-events:none;box-shadow:var(--shadow-flat);transform:translate(0)}.search-counter.svelte-yyldap{display:flex;align-items:center;justify-content:center;width:56px;flex-shrink:0;background:var(--surface);border-right:var(--border-w) solid var(--dark);font-family:var(--font-retro);font-size:var(--text-pixel-sm);color:var(--text)}input.svelte-yyldap{flex:1;border:none;background:transparent;padding:0 16px;font-family:var(--font-body);font-size:var(--text-body-xl);font-weight:600;color:var(--text);outline:none;min-width:0}input.svelte-yyldap::placeholder{color:#a8a29e;font-weight:500}.suggestions.svelte-yyldap{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:var(--border-w) solid var(--dark);border-radius:var(--radius);box-shadow:var(--shadow-extrude);transform:translate(-4px,-4px);z-index:10;max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch;list-style:none}.suggestion.svelte-yyldap{padding:12px 16px;cursor:pointer;font-family:var(--font-body);font-size:var(--text-body-md);font-weight:600;color:var(--text);border-bottom:1px solid var(--surface-alt);min-height:52px;display:flex;align-items:center;transition:background-color .1s,color .1s}.suggestion.svelte-yyldap:last-child{border-bottom:none}.suggestion.svelte-yyldap:hover,.suggestion.highlighted.svelte-yyldap{background:var(--primary);color:var(--text-light)}@media(max-width:400px){.search-bar.svelte-yyldap{height:48px}.search-counter.svelte-yyldap{width:48px}input.svelte-yyldap{padding:0 12px;font-size:var(--text-body-lg)}}.row.svelte-2slmo5{width:100%;container-type:inline-size}.row.filled.svelte-2slmo5{animation:svelte-2slmo5-fadeIn .2s ease-out}@keyframes svelte-2slmo5-fadeIn{0%{opacity:.5}to{opacity:1}}.player-info.svelte-2slmo5{display:flex;align-items:center;gap:8px;padding:6px 4px 4px}.headshot.svelte-2slmo5{width:36px;height:26px;aspect-ratio:260 / 190;object-fit:cover;border-radius:2px;flex-shrink:0}.player-name.svelte-2slmo5{font-family:var(--font-body);font-size:var(--text-body-lg);font-weight:700;color:var(--text);text-transform:uppercase;line-height:1;overflow-wrap:break-word;word-break:break-word}.cells.svelte-2slmo5{display:grid;grid-template-columns:var(--board-cols);gap:var(--gap)}.cell.svelte-2slmo5{min-height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px 2px;font-family:var(--font-body);font-size:var(--text-body-lg);font-weight:700;text-align:center;border:var(--border-w) solid var(--dark);box-shadow:var(--shadow-cell);border-radius:var(--radius);animation-fill-mode:forwards}.cell-label.svelte-2slmo5{display:none}.cell-value.svelte-2slmo5{display:flex;align-items:center;gap:2px;line-height:1}.arrow.svelte-2slmo5{font-family:system-ui,sans-serif;font-size:1rem;font-weight:900;line-height:1}.cell-teams.svelte-2slmo5{overflow:hidden}.team-container.svelte-2slmo5{display:flex;flex-wrap:wrap;justify-content:center;align-content:center;gap:1px 4px;width:100%;padding:0 2px}.team-badge.svelte-2slmo5{white-space:nowrap;line-height:1.1}.row.empty.svelte-2slmo5 .cells:where(.svelte-2slmo5){grid-template-columns:1fr}.cell-placeholder.svelte-2slmo5{height:48px;border:2px dashed #A8A29E;box-shadow:none;background:#ffffff40}.empty-number.svelte-2slmo5{font-family:var(--font-retro);font-size:var(--text-pixel-sm);color:#1c191726}@container (max-width: 480px){.cell.svelte-2slmo5{font-size:var(--text-body-md)}.cell-value.svelte-2slmo5{flex-direction:column;gap:0}.player-name.svelte-2slmo5{font-size:var(--text-body-md)}}@container (max-width: 380px){.cell.svelte-2slmo5{font-size:1.25rem;border-width:2px;box-shadow:2px 2px 0 var(--dark)}.team-badge.svelte-2slmo5{font-size:var(--text-body-sm)}.player-info.svelte-2slmo5{padding:4px 2px 2px;gap:6px}.headshot.svelte-2slmo5{width:30px;height:22px}}.guess-table.svelte-wmzss5{display:flex;flex-direction:column;gap:8px;width:100%}.column-headers.svelte-wmzss5{display:grid;grid-template-columns:var(--board-cols);gap:var(--gap);padding-bottom:6px;border-bottom:2px dashed #A8A29E}.col-header.svelte-wmzss5{font-family:var(--font-body);font-size:var(--text-body-sm);font-weight:600;color:#57534e;text-align:center;text-transform:uppercase;letter-spacing:.04em}@media(max-width:400px){.column-headers.svelte-wmzss5{gap:2px}.col-header.svelte-wmzss5{font-size:.8rem}}.backdrop.svelte-1ty53ib{position:fixed;inset:0;background:#1c191799;z-index:100;display:flex;justify-content:center;align-items:flex-start;padding:48px 16px;animation:svelte-1ty53ib-fade-in .2s ease-out}.panel.svelte-1ty53ib{position:relative;width:100%;max-width:480px;max-height:85vh;overflow-y:auto;background:#fff;border:var(--border-w) solid var(--dark);border-radius:var(--radius);box-shadow:var(--shadow-extrude);transform:translate(-4px,-4px);padding:24px;animation:svelte-1ty53ib-slide-down .3s ease-out}.close-btn.svelte-1ty53ib{position:absolute;top:8px;right:8px;background:none;border:none;color:var(--text);cursor:pointer;padding:12px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.close-btn.svelte-1ty53ib:hover{color:var(--primary)}.panel-title.svelte-1ty53ib{text-align:center;margin-bottom:16px;color:var(--primary)}.intro.svelte-1ty53ib{text-align:center;margin-bottom:16px;font-weight:500}.color-legend.svelte-1ty53ib{display:flex;gap:16px;justify-content:center;margin-bottom:20px}.legend-row.svelte-1ty53ib{display:flex;align-items:center;gap:6px}.legend-cell.svelte-1ty53ib{width:20px;height:20px;border:2px solid var(--dark);border-radius:3px;flex-shrink:0}.legend-text.svelte-1ty53ib{font-family:var(--font-body);font-size:var(--text-body-sm);font-weight:600;color:var(--text)}.columns.svelte-1ty53ib{margin:0}.column-detail.svelte-1ty53ib{margin-bottom:14px;padding-bottom:14px;border-bottom:2px dashed var(--surface-alt)}.column-detail.svelte-1ty53ib:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.col-name.svelte-1ty53ib{font-family:var(--font-retro);font-size:var(--text-pixel-xs);color:var(--primary);margin:0 0 4px;text-transform:uppercase}.col-desc.svelte-1ty53ib{font-size:var(--text-body-md);color:var(--text);margin:0 0 4px;line-height:1.3}.col-feedback.svelte-1ty53ib{font-size:var(--text-body-sm);color:var(--text-muted);line-height:1.6;margin:0}.col-note.svelte-1ty53ib{font-size:var(--text-body-sm);color:var(--text-muted);line-height:1.4;margin:4px 0 0;font-style:italic}.fb.svelte-1ty53ib{display:inline-block;padding:1px 6px;border:2px solid var(--dark);border-radius:var(--radius);font-weight:700;font-size:.85rem}.footer-note.svelte-1ty53ib{text-align:center;color:var(--text-muted);font-size:var(--text-body-sm);margin-top:16px}@keyframes svelte-1ty53ib-fade-in{0%{opacity:0}to{opacity:1}}@keyframes svelte-1ty53ib-slide-down{0%{transform:translate(-4px,-30px);opacity:0}to{transform:translate(-4px,-4px);opacity:1}}@media(max-width:480px){.backdrop.svelte-1ty53ib{padding:24px 8px}.panel.svelte-1ty53ib{max-height:90vh;padding:20px 16px}.color-legend.svelte-1ty53ib{gap:10px}}@media(prefers-reduced-motion:reduce){.backdrop.svelte-1ty53ib,.panel.svelte-1ty53ib{animation:none}}.share-wrapper.svelte-9nlw8n{position:relative;display:flex;flex-direction:column;align-items:center;width:100%}.share-btn.svelte-9nlw8n{margin-top:12px;padding:14px 48px;font-size:.7rem}.toast.svelte-9nlw8n{position:absolute;top:-8px;transform:translateY(-100%);background:var(--dark);color:#fff;font-family:var(--font-body);font-size:var(--text-body-sm);font-weight:600;padding:10px 16px;border-radius:var(--radius);white-space:nowrap;animation:svelte-9nlw8n-toast-in .2s ease-out}@keyframes svelte-9nlw8n-toast-in{0%{opacity:0;transform:translateY(-80%)}to{opacity:1;transform:translateY(-100%)}}.countdown.svelte-vckp0f{display:flex;flex-direction:column;align-items:center;gap:4px;margin:16px 0}.label.svelte-vckp0f{font-family:var(--heading-font);font-size:.75rem;color:var(--miss);letter-spacing:1px}.time.svelte-vckp0f{font-family:var(--body-font);font-size:2rem;font-weight:700;color:var(--primary)}.backdrop.svelte-10x6t2h{position:fixed;inset:0;background:#1c191799;z-index:100;display:flex;justify-content:center;align-items:center;padding:24px 16px;animation:svelte-10x6t2h-fade-in .2s ease-out}@keyframes svelte-10x6t2h-fade-in{0%{opacity:0}to{opacity:1}}.reveal-panel.svelte-10x6t2h{position:relative;max-width:420px;width:100%;max-height:90vh;overflow-y:auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;background:#fff;border:var(--border-w) solid var(--dark);border-radius:var(--radius);padding:32px 24px 24px;box-shadow:var(--shadow-extrude);transform:translate(-4px,-4px);animation:svelte-10x6t2h-panel-slide-up .4s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes svelte-10x6t2h-panel-slide-up{0%{transform:translate(-4px,24px);opacity:0}to{transform:translate(-4px,-4px);opacity:1}}.close-btn.svelte-10x6t2h{position:absolute;top:8px;right:8px;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:4px;line-height:1}.close-btn.svelte-10x6t2h:hover{color:var(--dark)}.result-header.svelte-10x6t2h{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}.result-title.svelte-10x6t2h{margin-bottom:8px}.result-title.win.svelte-10x6t2h{color:#16a34a}.result-title.lose.svelte-10x6t2h{color:var(--primary)}.player-name.svelte-10x6t2h{font-family:var(--font-body);font-size:var(--text-body-2xl);font-weight:700;line-height:1.1;color:var(--dark);text-transform:uppercase}.guess-summary.svelte-10x6t2h{font-family:var(--font-body);font-size:var(--text-body-md);font-weight:500;color:var(--text-muted)}.result-subtitle.svelte-10x6t2h{font-family:var(--font-body);font-size:var(--text-body-md);font-weight:500;color:var(--text-muted);margin-top:4px}.reveal-headshot.svelte-10x6t2h{width:120px;max-width:80%;height:auto;aspect-ratio:260 / 190;object-fit:cover;border-radius:var(--radius);margin:4px 0}.answer-label.svelte-10x6t2h{font-size:var(--text-body-md);color:var(--text-muted);margin-top:4px}.player-details.svelte-10x6t2h{width:100%;margin-top:12px;display:flex;flex-direction:column;gap:4px}.detail-row.svelte-10x6t2h{display:flex;justify-content:space-between;align-items:baseline;padding:4px 8px;border-bottom:1px dashed var(--surface-alt)}.detail-row.svelte-10x6t2h:last-child{border-bottom:none}.detail-label.svelte-10x6t2h{font-family:var(--font-retro);font-size:var(--text-pixel-xs);text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.detail-value.svelte-10x6t2h{font-family:var(--font-body);font-size:var(--text-body-md);font-weight:700;color:var(--dark);text-align:right;max-width:60%}.actions.svelte-10x6t2h{display:flex;justify-content:center;width:100%;margin-top:8px}@media(max-width:400px){.backdrop.svelte-10x6t2h{padding:16px 8px}.reveal-panel.svelte-10x6t2h{padding:28px 16px 20px}.player-name.svelte-10x6t2h{font-size:var(--text-body-xl)}.reveal-headshot.svelte-10x6t2h{width:80px}}.timer.svelte-1he4d7p{font-family:var(--font-body);font-size:var(--text-body-lg);font-weight:600;color:var(--text-muted);letter-spacing:.03em}.splash.svelte-1uha8ag{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100svh;padding:24px 16px;padding-bottom:12vh}.splash-content.svelte-1uha8ag{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.splash-title.svelte-1uha8ag{font-size:var(--text-pixel-2xl);color:var(--primary);margin-bottom:4px}.splash-subtitle.svelte-1uha8ag{font-family:var(--font-body);font-size:var(--text-body-2xl);font-weight:600;color:var(--text);text-transform:uppercase;letter-spacing:.04em}.splash-buttons.svelte-1uha8ag{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:28px;width:100%;max-width:280px}.splash-play.svelte-1uha8ag{width:100%;padding:16px 36px;font-size:var(--text-pixel-sm)}.splash-help.svelte-1uha8ag{width:100%;padding:14px 20px;font-size:var(--text-pixel-xs)}.splash-footer.svelte-1uha8ag{margin-top:auto;padding-top:32px;text-align:center}.splash-footer.svelte-1uha8ag p:where(.svelte-1uha8ag){font-size:var(--text-body-sm);color:var(--text-muted)}.game-area.svelte-1uha8ag{padding-bottom:40px}.timer-wrap.svelte-1uha8ag{text-align:center;margin-bottom:16px}@media(max-width:400px){.splash-title.svelte-1uha8ag{font-size:var(--text-pixel-xl)}.splash-subtitle.svelte-1uha8ag{font-size:var(--text-body-xl)}.splash-buttons.svelte-1uha8ag{gap:10px}.splash-play.svelte-1uha8ag{padding:14px 28px}.splash-help.svelte-1uha8ag{padding:12px 16px}}
