.rps-panel[data-astro-cid-fgahmpun]{background:radial-gradient(circle at top right,color-mix(in srgb,var(--accent-blue) 12%,transparent),transparent 38%),linear-gradient(180deg,color-mix(in srgb,var(--bg-surface) 92%,var(--bg-base) 8%),var(--bg-surface));border:1px solid var(--surface-outline);border-radius:14px;padding:1.25rem;margin:1.25rem 0;display:flex;flex-direction:column;gap:.9rem}.rps-stats[data-astro-cid-fgahmpun]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.rps-stat[data-astro-cid-fgahmpun]{display:flex;flex-direction:column;align-items:center;gap:.1rem}.rps-stat-label[data-astro-cid-fgahmpun]{font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.rps-stat-val[data-astro-cid-fgahmpun]{font-size:1.4rem;font-weight:700;color:var(--text-primary)}.rps-wins[data-astro-cid-fgahmpun]{color:var(--accent-teal)}.rps-losses[data-astro-cid-fgahmpun]{color:#e94560}.rps-draws[data-astro-cid-fgahmpun]{color:var(--text-muted)}.rps-stat-total[data-astro-cid-fgahmpun]{font-size:.8rem;color:var(--text-muted)}.rps-mode-toggle[data-astro-cid-fgahmpun]{display:flex;justify-content:center}.rps-mode-label[data-astro-cid-fgahmpun]{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text-muted);cursor:pointer}.rps-mode-label[data-astro-cid-fgahmpun] input[data-astro-cid-fgahmpun]{accent-color:var(--accent-teal);width:16px;height:16px;cursor:pointer}.rps-arena[data-astro-cid-fgahmpun]{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:.75rem}.rps-player-side[data-astro-cid-fgahmpun],.rps-ai-side[data-astro-cid-fgahmpun]{display:flex;flex-direction:column;align-items:center;gap:.3rem}.rps-player-label[data-astro-cid-fgahmpun]{font-size:.75rem;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.rps-player-move[data-astro-cid-fgahmpun]{font-size:2.8rem;transition:transform .2s ease}.rps-vs[data-astro-cid-fgahmpun]{font-size:1rem;font-weight:700;color:var(--text-muted)}.rps-result-text[data-astro-cid-fgahmpun]{text-align:center;font-size:1rem;font-weight:700;min-height:1.5em;color:var(--accent-yellow)}.rps-clue-grid[data-astro-cid-fgahmpun]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.rps-clue-card[data-astro-cid-fgahmpun],.rps-history-card[data-astro-cid-fgahmpun]{display:flex;flex-direction:column;gap:.45rem;padding:.8rem;background:color-mix(in srgb,var(--bg-elevated) 92%,var(--text-primary) 8%);border-radius:10px;border:1px solid color-mix(in srgb,var(--surface-outline) 75%,transparent)}.rps-clue-title[data-astro-cid-fgahmpun]{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.rps-pattern-list[data-astro-cid-fgahmpun]{display:grid;gap:.4rem}.rps-pattern-row[data-astro-cid-fgahmpun]{display:flex;align-items:center;justify-content:space-between;gap:.6rem;font-size:.84rem;color:var(--text-primary)}.rps-pattern-bar[data-astro-cid-fgahmpun]{flex:1;height:8px;border-radius:999px;background:#aab3cf24;overflow:hidden}.rps-pattern-fill[data-astro-cid-fgahmpun]{display:block;height:100%;background:linear-gradient(90deg,var(--accent-teal),var(--accent-blue));border-radius:inherit}.rps-clue-text[data-astro-cid-fgahmpun]{font-size:.85rem;line-height:1.5;color:var(--text-primary)}.rps-history-strip[data-astro-cid-fgahmpun]{display:flex;gap:.35rem;flex-wrap:wrap;min-height:1.75rem}.rps-history-chip[data-astro-cid-fgahmpun]{display:inline-flex;align-items:center;justify-content:center;min-width:34px;min-height:34px;padding:.15rem .35rem;border-radius:999px;background:#4ecdc41a;border:1px solid rgba(78,205,196,.2);font-size:1rem}.rps-history-empty[data-astro-cid-fgahmpun]{font-size:.84rem;color:var(--text-muted)}.rps-buttons[data-astro-cid-fgahmpun]{display:flex;gap:.6rem;justify-content:center}.rps-btn[data-astro-cid-fgahmpun]{flex:1;max-width:120px;padding:.85rem .5rem;background:var(--bg-elevated);color:var(--text-primary);border:2px solid var(--surface-outline);border-radius:10px;font-size:.9rem;font-weight:700;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .12s ease;min-height:48px}.rps-btn[data-astro-cid-fgahmpun]:hover,.rps-btn[data-astro-cid-fgahmpun]:focus-visible{border-color:var(--accent-teal);background:#4ecdc414;transform:translateY(-2px)}.rps-btn[data-astro-cid-fgahmpun]:active{transform:translateY(0)}.rps-btn[data-astro-cid-fgahmpun]:disabled{opacity:.4;cursor:default;pointer-events:none}.rps-done[data-astro-cid-fgahmpun][hidden]{display:none}.rps-done[data-astro-cid-fgahmpun]{display:flex;flex-direction:column;gap:.6rem;align-items:center;animation:fade-up .25s ease;text-align:center}@keyframes fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.rps-done-summary[data-astro-cid-fgahmpun]{font-size:.9rem;color:var(--text-primary);line-height:1.5;background:color-mix(in srgb,var(--bg-elevated) 92%,var(--text-primary) 8%);border-radius:8px;padding:.75rem 1rem;max-width:360px}.rps-reset-btn[data-astro-cid-fgahmpun]{padding:.55rem 1.25rem;background:transparent;color:var(--text-muted);border:1px solid var(--surface-outline);border-radius:8px;font-size:.85rem;cursor:pointer}@media(max-width:700px){.rps-clue-grid[data-astro-cid-fgahmpun]{grid-template-columns:1fr}.rps-buttons[data-astro-cid-fgahmpun]{flex-direction:column;align-items:stretch}.rps-btn[data-astro-cid-fgahmpun]{max-width:none}}
