@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600&display=swap";:root{--background: linear-gradient(160deg, #f8fafc 0%, #eef2ff 50%, #f9fafb 100%);--text: #0f172a;--text-muted: #475569;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:var(--background);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--background)}a{color:inherit}#root{min-height:100vh}h1,h2,h3,h4{font-family:Space Grotesk,Inter,sans-serif;font-weight:600;margin:0}p{margin:0}.page-layout{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;background:#f8fafc;color:#1f2933}.page-layout__header{display:flex;justify-content:space-between;align-items:center;padding:1rem clamp(1rem,5vw,3rem);background:#fff;border-bottom:1px solid #e2e8f0}.page-layout__brand{font-size:1.1rem;font-weight:600}.page-layout__title{color:inherit;text-decoration:none}.page-layout__header nav ul{display:flex;gap:1rem;list-style:none;margin:0;padding:0}.page-layout__header nav a{padding:.4rem .8rem;border-radius:.6rem;text-decoration:none;color:inherit;font-weight:500}.page-layout__header nav a:hover,.page-layout__header nav a.active{background:#e2e8f0}.page-layout__content{padding:clamp(.75rem,4vw,2.5rem)}.page-layout__footer{padding:1rem clamp(1rem,5vw,3rem);color:#64748b;border-top:1px solid #e2e8f0;background:#fff}.page-layout__footer-inner{display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;align-items:center}.page-layout__footer-inner p{margin:0 0 .25rem;font-weight:600;color:#1f2933}.page-layout__footer-inner small{color:inherit}.page-layout__footer-links{display:flex;gap:1.25rem;flex-wrap:wrap}.page-layout__footer-links nav,.page-layout__footer-links div{display:flex;gap:1.25rem;flex-wrap:wrap}.page-layout__footer-links a{text-decoration:none;color:inherit;font-weight:500}.page-layout__footer-links a:hover{color:#4338ca}.home-page{--page-width: min(1200px, 100%);--surface: #ffffff;--text-muted: #5c6475;--border: rgba(15, 23, 42, .08);--shadow-soft: 0 24px 60px rgba(15, 23, 42, .08);width:var(--page-width);margin:0 auto;padding:clamp(2.5rem,5vw,4rem) clamp(1.5rem,4vw,3rem) 4rem;display:flex;flex-direction:column;gap:clamp(3rem,6vw,5rem)}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1.5rem,3vw,3rem);align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:600;color:#6b7280;margin-bottom:.7rem}.hero__content h1{font-size:clamp(2.5rem,6vw,3.8rem);line-height:1.1;margin-bottom:1rem}.hero__lead{color:var(--text-muted);font-size:1.05rem;max-width:52ch;margin-bottom:1.5rem}.hero__cta{display:flex;flex-wrap:wrap;gap:.75rem}.button{border-radius:999px;padding:.8rem 1.6rem;font-weight:600;border:1px solid transparent;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.4rem}.button--primary{background:linear-gradient(120deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 10px 30px #6366f159}.button--primary:hover{transform:translateY(-1px)}.button--primary.glow{box-shadow:0 18px 40px #6366f159,0 0 0 10px #6366f114;position:relative;isolation:isolate}.button--primary.glow:after{content:"";position:absolute;inset:-.6rem;border-radius:999px;background:linear-gradient(120deg,#6366f1,#8b5cf6);opacity:.35;filter:blur(12px);z-index:-1}.button--ghost{border-color:#6366f14d;color:#4338ca;background:#6366f10d}.button--ghost:hover{background:#6366f11f}.hero__preview{display:flex;justify-content:center}.hero-panel{background:linear-gradient(150deg,#fff,#f5f7fb 90%);border-radius:30px;padding:2.25rem;box-shadow:0 25px 60px #0f172a1f,0 10px 20px #0f172a0d;display:flex;flex-direction:column;gap:1rem;align-items:flex-start;position:relative}.hero-panel:after{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(99,102,241,.12);pointer-events:none}.hero-panel__lead{color:var(--text-muted);margin:0 0 .5rem;font-size:1.05rem}.hero-panel .eyebrow{letter-spacing:.28em}.hero-panel h3{font-size:2rem;margin:0}.hero-panel .button--primary{padding:.95rem 2.25rem}.squeezed-callout{background:var(--surface);border-radius:32px;border:1px solid var(--border);padding:clamp(1.5rem,4vw,2.75rem);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:1.25rem}.squeezed-callout p{color:var(--text-muted);max-width:70ch}.squeezed-callout__cta{display:flex;gap:.75rem;flex-wrap:wrap}@media (max-width: 640px){.hero__cta{width:100%}}.game-card{display:grid;grid-template-rows:160px auto;background:#fff;border:1px solid #e2e8f0;border-radius:.9rem;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.game-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a14}.game-card__media{display:flex;align-items:center;justify-content:center;background:#f1f5f9}.game-card__media img{width:100%;height:100%;object-fit:cover}.game-card__placeholder{width:72px;height:72px;border-radius:50%;background:#e2e8f0;display:grid;place-items:center;font-size:2rem;font-weight:600;color:#475569}.game-card__body{padding:1.25rem;display:grid;gap:.75rem}.game-card__body h3{font-size:1.05rem}.game-card__body p{color:#4b5563;line-height:1.6}.game-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:0;list-style:none}.game-card__tags li{font-size:.75rem;padding:.3rem .6rem;border-radius:999px;background:#e0f2fe;color:#0369a1}.game-card__cta{justify-self:start;padding:.45rem 1rem;border-radius:.6rem;background:#2563eb;color:#fff;font-weight:600;text-decoration:none}.game-card__cta:hover{background:#1d4ed8}.pixel-puzzler{display:grid;gap:2rem;align-items:start}.pixel-puzzler__canvas{display:flex;justify-content:center;padding:1.5rem;background:#f1f5f9;border-radius:.85rem;border:1px solid #e2e8f0}.pixel-puzzler__canvas canvas{border-radius:.5rem;background:#1f2937;box-shadow:0 8px 18px #0f172a2e}.pixel-puzzler__details{display:grid;gap:1rem;line-height:1.5}.pixel-puzzler__details ol{padding-left:1.25rem;display:grid;gap:.75rem}.starlight-sprint{display:grid;gap:2rem}.starlight-sprint__viewport{position:relative;height:320px;border-radius:1rem;overflow:hidden;background:radial-gradient(circle at center,#bfdbfe99,#60a5fa66);border:1px solid rgba(148,197,255,.6)}.starlight-sprint__ship{position:absolute;left:50%;bottom:2rem;width:80px;height:140px;background:linear-gradient(180deg,#fffffff2,#38bdf8cc);transform:translate(-50%) skewY(-8deg);clip-path:polygon(50% 0%,80% 30%,80% 100%,20% 100%,20% 30%);box-shadow:0 0 32px #38bdf880}.starlight-sprint__star{position:absolute;top:-4px;width:3px;height:50px;background:linear-gradient(180deg,#fff9,#38bdf800);border-radius:1px;animation:starlight-sprint-fall linear infinite}@keyframes starlight-sprint-fall{0%{transform:translateY(-120%);opacity:0}20%{opacity:1}to{transform:translateY(220%);opacity:0}}.starlight-sprint__details{display:grid;gap:1rem;line-height:1.5;color:#475569}.starlight-sprint__details ol{padding-left:1.25rem;display:grid;gap:.75rem}.word-squeeze{display:flex;justify-content:center;min-height:auto}.word-squeeze .squeezed-container{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,260px);gap:clamp(1.5rem,4vw,2.5rem);width:min(1000px,100%);align-items:flex-start}.word-squeeze .game-area{display:grid;gap:1rem;text-align:center;position:relative}.word-squeeze .game-header h1{margin:0;font-size:clamp(1.8rem,3vw,2.4rem);letter-spacing:.08em;text-transform:uppercase}.word-squeeze .game-header p{margin:0;color:#475569}.word-squeeze .round-info{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;font-weight:600;color:#1f2937}.word-squeeze .round-info span{min-width:160px;padding:.4rem 1rem;border-radius:999px;background:#6366f11f;border:1px solid rgba(99,102,241,.2)}.word-squeeze .word-section{display:flex;justify-content:center}.word-squeeze .word-pair{display:grid;grid-template-columns:repeat(auto-fit,minmax(10ch,1fr));justify-items:center;gap:.8rem;font-size:clamp(1.45rem,3vw,2rem);font-weight:700;letter-spacing:.1em;text-transform:uppercase}.word-squeeze .word-pair span{text-align:center;white-space:normal;word-break:break-word}.word-squeeze .input-form{display:grid;grid-template-columns:1fr auto;gap:.75rem;width:100%;max-width:360px;margin:0 auto}.word-squeeze .input-form--start{grid-template-columns:1fr}.word-squeeze .start-button{padding:.7rem 1.8rem;border-radius:.75rem;border:none;background:linear-gradient(120deg,#6366f1,#8b5cf6);color:#fff;font-weight:600;font-size:1.05rem;cursor:pointer;transition:transform .16s ease;box-shadow:none}.word-squeeze .start-button:hover:not(:disabled){transform:translateY(-1px)}.word-squeeze .start-button:disabled{background:#94a3b8;box-shadow:none;cursor:not-allowed}.word-squeeze .input-form input{padding:.6rem .9rem;border-radius:.6rem;border:1px solid #cbd5e1;font-size:1rem;background:#ffffffe6;box-shadow:none}.word-squeeze .input-form input:disabled{background:#e2e8f0;color:#64748b;border-color:#cbd5e1;cursor:not-allowed;box-shadow:inset 0 1px 2px #94a3b833}.word-squeeze .input-form button{padding:.6rem 1.4rem;border-radius:.6rem;border:none;background:linear-gradient(120deg,#6366f1,#8b5cf6);color:#fff;font-weight:600;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.word-squeeze .input-form button:hover:not(:disabled){transform:translateY(-1px)}.word-squeeze .input-form button:disabled{background:#94a3b8;cursor:not-allowed}.word-squeeze .error-region{position:relative;min-height:2.5rem;margin-top:.75rem;pointer-events:none}.word-squeeze .error-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.6rem;min-width:clamp(220px,60vw,280px);text-align:center;border-radius:999px;background:#f871712e;border:1px solid rgba(248,113,113,.35);color:#b91c1c;font-weight:600;font-size:.85rem;box-shadow:0 12px 30px #f871714d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:pulse 1s ease}.word-squeeze .result{display:grid;gap:.5rem;justify-items:center}.result--final{margin-top:0;padding:.4rem 0 .3rem}.result--final h2{font-size:2rem;letter-spacing:.05em}.result--final p{font-size:1.1rem}.word-squeeze .result__note{margin:0;font-size:.95rem;color:#475569;text-align:center}.word-squeeze .result__actions{display:grid;gap:.5rem;justify-items:center}.result__actions--final{margin-top:.65rem}.result__share{padding:.85rem 2.8rem;border-radius:999px;border:none;background:linear-gradient(120deg,#22c55e,#10b981);color:#fff;font-size:1.05rem;font-weight:600;cursor:pointer;box-shadow:0 15px 35px #10b98159}.word-squeeze .result button{padding:.55rem 1.25rem;border-radius:.6rem;border:none;background:#22c55e;color:#fff;font-weight:600;cursor:pointer}.word-squeeze .result button+button{background:#2563eb}.word-squeeze .result button:disabled{background:#94a3b8;cursor:not-allowed}.word-squeeze .sidebar{background:#f8faffd9;border-radius:28px;padding:1.4rem 1.35rem;display:flex;flex-direction:column;gap:.9rem;border:1px solid rgba(191,219,254,.8);box-shadow:0 20px 50px #3b82f626;align-self:flex-start;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sidebar-pill{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.5rem .85rem;border-radius:999px;border:1px solid rgba(99,102,241,.35);background:#6366f114;cursor:pointer;transition:background .15s ease}.sidebar-pill--open{background:#6366f126}.sidebar-title{font-size:.95rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#1f2937}.sidebar-pill__icon{display:inline-flex;width:32px;height:32px;border-radius:50%;background:#6366f126;align-items:center;justify-content:center;transition:transform .15s ease}.sidebar-pill--open .sidebar-pill__icon{transform:rotate(90deg)}.word-squeeze .sidebar-summary{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));align-items:center;gap:.3rem;padding:.35rem;border-radius:.65rem;background:#4f46e514;border:1px solid rgba(99,102,241,.25)}.summary-dot{width:clamp(12px,5vw,24px);height:clamp(12px,5vw,24px);border-radius:999px;border:1px solid transparent}.summary-dot--hit{background:#22c55ed9;border-color:#16a34a80}.summary-dot--missed{background:#f87171d9;border-color:#dc262666}.summary-dot--placeholder{background:#e2e8f0e6;border-color:#cbd5e1b3}.inline-summary{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:.45rem;padding:.35rem;border-radius:.75rem;border:1px solid rgba(99,102,241,.25);background:#f0f9ffb3;justify-items:center;max-width:min(100%,320px);margin:.1rem auto 0}.word-squeeze .sidebar:not(.sidebar--open) .sidebar-list{display:none}.word-squeeze .sidebar-list{flex:1;display:flex;flex-direction:column}.word-squeeze .sidebar-list ol{margin:0;padding-left:0;list-style:none;display:grid;grid-template-rows:repeat(10,minmax(0,28px));gap:.45rem;height:100%}.word-squeeze .sidebar-list li{padding:.4rem .6rem;border-radius:.75rem;border:1px solid rgba(191,219,254,.65);display:flex;align-items:center;gap:.6rem;justify-content:center;text-transform:uppercase;font-weight:600;letter-spacing:.12em;background:#fffc}.word-squeeze .answer-item__word{font-size:.9rem;color:inherit}.word-squeeze .answer-item--missed{background:#fee2e2cc;border-color:#f87171a6;color:#991b1b}.word-squeeze .answer-item--hit{background:#bbf7d0d9;border-color:#4ade8099;color:#166534}.answer-item--placeholder{background:#f8faffb3;border-color:#e2e8f0b3;color:#94a3b8}@media (max-width: 1024px){.word-squeeze .squeezed-container{grid-template-columns:minmax(0,1fr);justify-items:center;gap:1.75rem}.word-squeeze .sidebar{width:min(420px,100%);padding:1.3rem 1.4rem}.word-squeeze .sidebar-toggle{display:inline-flex}.word-squeeze .input-form{grid-template-columns:1fr;gap:.6rem}.word-squeeze .sidebar-list ol{grid-template-rows:repeat(10,minmax(0,32px))}}@media (max-width: 620px){.word-squeeze{padding:.6rem}.word-squeeze .squeezed-container{padding:1rem 1.2rem 1.5rem;border-radius:1rem;gap:1.1rem}.word-squeeze .round-info{flex-wrap:nowrap;gap:.5rem}.word-squeeze .round-info span{flex:1 1 0;min-width:auto;text-align:center;padding:.3rem .75rem;font-size:.85rem}.word-squeeze .word-pair{font-size:clamp(1.3rem,6vw,1.75rem);gap:.65rem}}@media (max-width: 900px){.word-squeeze.word-squeeze--typing .game-area{gap:1rem}.word-squeeze.word-squeeze--typing .round-info span{min-width:auto;padding:.3rem .85rem}.word-squeeze.word-squeeze--typing .word-pair{letter-spacing:.08em}}@media (max-width: 620px){.word-squeeze.word-squeeze--typing .squeezed-container{padding:.9rem 1rem 1.25rem}.word-squeeze.word-squeeze--typing .game-area{gap:.75rem}.word-squeeze.word-squeeze--typing .game-header h1{font-size:1.4rem;letter-spacing:.05em}.word-squeeze.word-squeeze--typing .round-info{gap:.3rem}}@keyframes pulse{0%{opacity:0;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.game-index{display:grid;gap:2rem;max-width:960px;margin:0 auto}.game-index__intro{display:grid;gap:.75rem;max-width:680px}.game-index__intro h1{font-size:clamp(2.2rem,4vw,3rem)}.game-index__intro p{color:#475569;line-height:1.65}.game-index__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.game-detail{display:flex;flex-direction:column;gap:2.5rem;max-width:1100px;margin:0 auto;padding:clamp(1.5rem,4vw,2.5rem) clamp(1rem,3vw,1.75rem) 3rem}.game-detail__content{background:#ffffffeb;border:1px solid rgba(226,232,240,.55);border-radius:24px;padding:clamp(.9rem,3vw,2.2rem);box-shadow:0 25px 60px #0f172a29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.game-detail__meta{background:linear-gradient(135deg,#6366f11f,#0ea5e91f);border:1px solid rgba(99,102,241,.15);border-radius:28px;padding:clamp(1.5rem,4vw,2.75rem);box-shadow:0 30px 80px #4f46e526;display:grid;gap:1rem}.game-detail__meta-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.game-detail__eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:600;color:#64748b;margin-bottom:.4rem}.game-detail__meta h2{margin:0;font-size:clamp(2rem,4vw,2.6rem)}.game-detail__description{color:#475569;max-width:68ch;line-height:1.6}.game-detail__tags{display:flex;flex-wrap:wrap;gap:.6rem}.game-detail__tags span{padding:.35rem .85rem;border-radius:999px;background:#ffffffa6;color:#4338ca;font-size:.78rem;font-weight:600;border:1px solid rgba(67,56,202,.2)}.game-detail__back{border-radius:999px;padding:.55rem 1.3rem;text-decoration:none;font-weight:600;color:#4338ca;border:1px solid rgba(67,56,202,.3);background:#ffffffd9;box-shadow:0 15px 30px #4338ca33;transition:transform .16s ease,box-shadow .16s ease}.game-detail__back:hover{transform:translateY(-1px);box-shadow:0 20px 35px #4338ca40}@media (max-width: 620px){.game-detail__content{border-radius:18px;padding:.85rem;border-color:#e2e8f073}.game-detail__meta{border-radius:22px}.game-detail__meta-header{flex-direction:column;align-items:flex-start}.game-detail__back{width:100%;text-align:center}}main,section{width:100%}
