.games-body{margin:0;background:radial-gradient(circle at top,#fff4fce6,#0000 50%),linear-gradient(#fff,#f8fafc)}.games-shell{padding:2.25rem 0 4rem}.games-shell__container{width:min(100%,72rem)}.games-hero{display:flex;flex-wrap:wrap;gap:1rem;align-items:end;justify-content:space-between}.games-hero__copy{display:grid;gap:.75rem;max-width:46rem}.games-hero__eyebrow,.games-panel__eyebrow{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#94a3b8}.games-hero__title,.games-panel__title{margin:0;color:#0f172a}.games-hero__title{font-size:clamp(2rem,4vw,3.5rem);line-height:1.1}.games-hero__description,.games-panel__copy,.games-stage-card__body,.games-session-card__copy,.games-roster__meta{margin:0;color:#475569}.games-grid{display:grid;gap:1.5rem}.games-grid--cards{grid-template-columns:minmax(0,1.55fr) minmax(20rem,.75fr);align-items:start}.games-grid--play{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}.games-panel{display:grid;min-width:0;gap:1rem;padding:1.5rem}.games-panel--join{position:sticky;top:1rem}.games-panel--create form{gap:1.15rem}.games-panel--wide{grid-column:1/-1}.games-panel--loading{place-items:center;min-height:16rem}.games-inline-fields{align-items:end}.games-toggle{display:inline-flex;align-items:center;gap:.625rem;min-height:100%;padding-bottom:.75rem;color:#0f172a}.games-toggle input{width:1rem;height:1rem}.games-game-picker{display:grid;gap:.75rem}.games-game-picker__header{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:space-between}.games-game-picker__count{color:#475569;font-size:.85rem;font-weight:700}.games-card-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.75rem;max-height:min(42rem,100vh - 12rem);overflow:auto;padding:.15rem .15rem .25rem 0;scrollbar-gutter:stable}.games-game-card{display:grid;align-content:start;gap:.35rem;width:100%;min-height:8.25rem;padding:.9rem;text-align:left;border:1px solid #e2e8f0;border-radius:.75rem;background:#fffc;transition:border-color .2s,box-shadow .2s,transform .2s}.games-game-card:hover,.games-game-card.is-selected{border-color:#ec489973;box-shadow:0 16px 30px #ec48991a;transform:translateY(-1px)}.games-game-card__title,.games-session-card__title,.games-stage-card__title,.games-room-code{font-weight:700;color:#0f172a}.games-game-card__body,.games-game-card__meta{font-size:.9rem;color:#475569}.games-game-card__body{display:-webkit-box;overflow:hidden;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.games-game-card__meta{font-size:.82rem;font-weight:600}.games-selected-game{display:grid;gap:.2rem;padding:.85rem 1rem;border:1px solid #fbcfe8;border-radius:.85rem;background:#fdf2f8cc;color:#475569}.games-selected-game strong{color:#0f172a}.games-session-card,.games-stage-card,.games-round-details,.games-trivia-card,.games-reveal-card{display:grid;gap:.75rem;padding:1rem;border-radius:1rem;background:#f8fafc;border:1px solid #e2e8f0}.games-room-code{display:inline-flex;width:fit-content;padding:.35rem .7rem;border-radius:999px;background:#0f172a;color:#fff;letter-spacing:.08em}.games-roster,.games-leaderboard,.games-round-details ul,.games-results-list,.games-streak-list{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.games-roster__item,.games-leaderboard__item,.games-results-item,.games-streak-list li{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.games-roster__item:last-child,.games-leaderboard__item:last-child,.games-results-item:last-child,.games-streak-list li:last-child{padding-bottom:0;border-bottom:0}.games-pill-row{display:flex;flex-wrap:wrap;gap:.625rem}.games-pill{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;background:#fff;border:1px solid #e2e8f0;color:#0f172a;font-size:.9rem;font-weight:600}.games-answer-grid{display:grid;gap:.75rem}.games-answer-option{width:100%;padding:1rem;text-align:left;border-radius:1rem;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-weight:600;transition:border-color .2s,box-shadow .2s,transform .2s}.games-answer-option:hover,.games-answer-option.is-selected{border-color:#ec489973;box-shadow:0 16px 30px #ec48991a;transform:translateY(-1px)}.games-answer-status{display:grid;gap:.75rem}.games-madlibs-list,.games-madlibs-story{display:grid;gap:1rem}.games-madlibs-entry{display:grid;gap:.75rem;padding:1rem;border-radius:1rem;border:1px solid #e2e8f0;background:#fff}.games-madlibs-entry__label{font-weight:700;color:#0f172a;text-transform:capitalize}.games-madlibs-entry__input{width:100%;min-height:2.9rem;padding:.8rem .9rem;border-radius:.85rem;border:1px solid #cbd5e1;background:#fff;color:#0f172a}.games-madlibs-entry__input:focus{outline:none;border-color:#ec489999;box-shadow:0 0 0 3px #ec48991f}.games-madlibs-story__text{margin:0;padding:1rem;border-radius:1rem;background:linear-gradient(135deg,#fdf2f8,#fff);border:1px solid #fbcfe8;color:#0f172a;line-height:1.7}.games-reveal-card__answer{margin:0;font-size:clamp(1.4rem,2vw,1.8rem);font-weight:700;color:#0f172a}.games-results-item{align-items:flex-start}.games-results-item__meta{display:grid;gap:.2rem;text-align:right;color:#475569;font-size:.9rem}.games-results-item.is-correct strong,.games-results-item.is-correct .games-results-item__meta{color:#15803d}.games-results-item.is-incorrect strong,.games-results-item.is-incorrect .games-results-item__meta,.games-results-item.is-missed strong,.games-results-item.is-missed .games-results-item__meta{color:#b91c1c}.games-streak-list li strong{color:#ec4899}@media (width<=720px){.games-grid--play,.games-grid--cards,.games-hero{grid-template-columns:1fr}.games-shell{padding-top:1.5rem}.games-panel--join{position:static}.games-card-list{grid-template-columns:1fr;max-height:min(31rem,58vh);overflow:auto;padding-right:0}.games-game-card{min-height:auto}.games-roster__item,.games-leaderboard__item,.games-results-item,.games-streak-list li{flex-direction:column;align-items:flex-start}.games-results-item__meta{text-align:left}}