@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500;700;800;900&display=swap');
:root{--ink:#172033;--muted:#667085;--purple:#6d4aff;--line:#e8dece;--paper:#fffaf1}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Nunito,system-ui,sans-serif}header{height:68px;padding:0 max(1rem,calc((100vw - 1120px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:.65rem;color:var(--ink);text-decoration:none;font-weight:900}.brand span{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:var(--purple);color:#fff;transform:rotate(-4deg)}.safe{color:var(--muted);font-size:.82rem;font-weight:800}main{width:min(1120px,100%);margin:auto;padding:clamp(2rem,6vw,4.8rem) 1rem 5rem}.welcome{text-align:center;max-width:760px;margin:0 auto 3.5rem}.eyebrow{margin:0;color:var(--purple);font-size:.78rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.welcome h1{margin:.35rem 0 .7rem;font-size:clamp(2.4rem,7vw,5rem);line-height:.98;letter-spacing:-.055em}.welcome>p:last-child{margin:0;color:var(--muted);font-size:clamp(1rem,2.5vw,1.2rem)}section+section{margin-top:4.5rem}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:1rem}.section-title>div{display:flex;align-items:center;gap:.6rem}.section-title span{font-size:1.7rem}.section-title h2{margin:0;font-size:1.65rem}.section-title p{margin:0;color:var(--muted);font-weight:800;font-size:.85rem}.games{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.game{position:relative;display:flex;min-height:250px;flex-direction:column;padding:1.25rem;border:2px solid var(--line);border-radius:22px;background:#fff;color:var(--ink);text-decoration:none;box-shadow:0 7px 0 #eadfce;transition:transform .16s,border-color .16s,box-shadow .16s}.game:hover,.game:focus-visible{transform:translateY(-4px);border-color:var(--purple);box-shadow:0 11px 0 #ddd2ff;outline:none}.game.featured{background:linear-gradient(145deg,#fff,#f5f1ff);border-color:#d8ceff}.game .art{font-size:2.65rem;letter-spacing:-.2em;margin-left:-.15em}.game .players{align-self:flex-start;margin:.9rem 0 .35rem;padding:.28rem .58rem;border-radius:999px;background:#f1edff;color:#5b3fe0;font-size:.72rem;font-weight:900}.game h3{font-size:1.4rem;margin:.15rem 0 .3rem}.game p{color:var(--muted);margin:0 0 1rem;line-height:1.45}.game b{margin-top:auto;color:var(--purple)}.solo{grid-template-columns:repeat(3,1fr)}.starting{position:fixed;inset:0;display:grid;place-items:center;background:rgba(23,32,51,.72);backdrop-filter:blur(5px);z-index:20}.starting[hidden]{display:none}.starting div{display:grid;gap:.25rem;min-width:250px;padding:2rem;text-align:center;border-radius:22px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.25)}.starting span{font-size:3rem}.starting strong{font-size:1.2rem}.starting small{color:var(--muted)}@media(max-width:760px){.games{grid-template-columns:1fr 1fr}.game{min-height:225px}.safe{display:none}}@media(max-width:520px){header{height:60px}.brand span{width:35px;height:35px}.welcome{margin-bottom:2.5rem}.welcome h1{font-size:2.65rem}.section-title{align-items:start}.section-title p{display:none}.games,.solo{grid-template-columns:1fr}.game{min-height:0;padding:1rem;display:grid;grid-template-columns:auto 1fr;column-gap:1rem}.game .art{grid-row:1/5;font-size:2.3rem;align-self:center}.game .players{margin:0 0 .2rem}.game h3{margin:0}.game p{margin:.15rem 0 .5rem}.game b{font-size:.85rem}}
