:root{--color-bg:#f5f0ff;--color-surface:#fff;--color-primary:#6b4ce6;--color-primary-dark:#5538c8;--color-accent:#ff8c42;--color-text:#2d2640;--color-text-muted:#5c5470;--color-border:#e4ddf5;--font-sans:"Nunito", system-ui, sans-serif;--radius:12px;--shadow:0 4px 20px #6b4ce61f;--max-width:960px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{margin-top:0;line-height:1.25}p{margin-top:0}img{max-width:100%;height:auto}button,.btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}button:hover,.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow)}.btn-primary:hover{background:var(--color-primary-dark)}.btn-secondary{background:var(--color-surface);color:var(--color-primary);border:2px solid var(--color-border)}.page{width:100%;max-width:var(--max-width);flex:1;margin:0 auto;padding:2rem 1.25rem 3rem}.page-narrow{max-width:720px}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.card-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:2rem;display:grid}.muted{color:var(--color-text-muted)}.badge{text-transform:uppercase;letter-spacing:.04em;color:var(--color-primary);background:#ede8ff;border-radius:999px;padding:.25rem .75rem;font-size:.8rem;font-weight:700;display:inline-block}.layout{flex-direction:column;min-height:100vh;display:flex}.site-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:10;position:sticky;top:0}.header-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.875rem 1.25rem;display:flex}.brand{color:var(--color-text);align-items:center;gap:.75rem;text-decoration:none;display:flex}.brand:hover{text-decoration:none}.brand-icon{color:#fff;background:linear-gradient(135deg,#6b4ce6,#ff8c42);border-radius:10px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;display:flex}.brand-text{flex-direction:column;line-height:1.2;display:flex}.brand-name{font-size:1.05rem;font-weight:800}.brand-sub{color:var(--color-text-muted);font-size:.75rem;font-weight:600}.site-nav ul{gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:var(--color-text-muted);border-radius:999px;padding:.5rem 1rem;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:block}.nav-link:hover{color:var(--color-primary);background:#f0ebff;text-decoration:none}.nav-link.active{color:#fff;background:var(--color-primary)}.site-main{flex:1}.site-footer{background:var(--color-surface);border-top:1px solid var(--color-border);margin-top:auto}.footer-inner{max-width:var(--max-width);text-align:center;margin:0 auto;padding:1.5rem 1.25rem}.footer-inner p{margin:.25rem 0;font-size:.9rem}@media (width<=600px){.header-inner{flex-direction:column;align-items:stretch}.site-nav ul{flex-wrap:wrap;justify-content:center}.brand{justify-content:center}}.game-embed{margin-top:1.5rem}.game-embed-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.game-embed-hint{margin:0;font-size:.9rem}.game-embed-fullscreen{flex-shrink:0}.game-embed-frame-wrap{background:#1a1235;min-height:420px;padding:0;position:relative;overflow:hidden}.game-embed-iframe{background:#1a1235;border:0;width:100%;height:min(72vh,720px);min-height:420px;display:block}.game-embed-iframe.is-loading{opacity:0;pointer-events:none;position:absolute;inset:0}.game-embed-loading,.game-embed-error{text-align:center;z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem;display:flex;position:absolute;inset:0}.game-embed-spinner{border:3px solid #e4ddf5;border-top-color:var(--color-primary);border-radius:50%;width:2.5rem;height:2.5rem;animation:.8s linear infinite game-embed-spin}@keyframes game-embed-spin{to{transform:rotate(360deg)}}.game-embed:fullscreen{background:#000;padding:0}.game-embed:fullscreen .game-embed-toolbar{background:var(--color-surface);padding:.75rem 1rem}.game-embed:fullscreen .game-embed-frame-wrap{border-radius:0;flex:1;height:calc(100vh - 4rem);min-height:0}.game-embed:fullscreen .game-embed-iframe{height:100%;min-height:0}.hero{padding:1rem 0 2rem}.hero h1{margin:1rem 0 .75rem;font-size:clamp(2rem,5vw,2.75rem)}.hero-lead{color:var(--color-text-muted);max-width:540px;margin-bottom:1.75rem;font-size:1.15rem}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.about-list,.play-steps{color:var(--color-text-muted);margin:.75rem 0 0;padding-left:1.25rem}.about-list li,.play-steps li{margin-bottom:.5rem}.play-placeholder{background:linear-gradient(160deg,#f0ebff 0%,#fff8f0 100%);justify-content:center;align-items:center;min-height:280px;margin-top:2rem;display:flex}.play-placeholder-inner{text-align:center;padding:2rem}.play-icon{margin-bottom:.75rem;font-size:3rem;display:block}.play-placeholder h2{margin-bottom:.5rem}code{color:var(--color-primary-dark);background:#ede8ff;border-radius:4px;padding:.15rem .4rem;font-size:.9em}
