:root{color-scheme:dark;font-family:Segoe UI,system-ui,sans-serif;line-height:1.5;background:#12141a;color:#e8eaed}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:#8ab4ff;text-decoration:none}a:hover{text-decoration:underline}.shell{max-width:1100px;margin:0 auto;padding:1.5rem}.shell header{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem}.shell h1{font-size:1.25rem;font-weight:600;margin:0}.menu-sections{display:grid;gap:2rem}.menu-section-title{margin:0 0 .85rem;font-size:1rem;font-weight:600;color:#c5cce0;letter-spacing:.02em}.game-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.game-card{display:flex;flex-direction:column;gap:.4rem;height:100%;padding:1rem 1.05rem;background:#1c2030;border:1px solid #2a3145;border-radius:10px;color:inherit;text-decoration:none;transition:border-color .15s ease,background .15s ease}.game-card:hover{border-color:#4a5d8c;background:#22283a;text-decoration:none}.game-card-title{font-size:.98rem;font-weight:600;line-height:1.3}.game-card-desc{font-size:.84rem;line-height:1.4;color:#9aa3b5}.play-layout header{margin-bottom:1rem}.play-layout .back{font-size:.9rem}.game-frame{width:min(100%,1100px);margin:0 auto;background:#000;border-radius:8px;overflow:hidden}.game-iframe{display:block;width:100%;height:100%;border:0;background:#000}.embed-page{margin:0;width:100vw;height:100vh;background:#000;overflow:hidden}.embed-phaser-root{width:100%;height:100%;background:#000}.embed-react-root{position:relative;width:100%;height:100%;background:#0f1115;overflow:hidden}.embed-react-stage{width:100%;height:100%}.embed-react-stage>*{width:100%;height:100%}.embed-loading{display:grid;place-items:center;width:100%;height:100%;color:#9aa3b5;font-family:monospace}.embed-react-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;gap:.75rem;background:#000000b8;color:#fff;text-align:center;font-family:Segoe UI,system-ui,sans-serif}.embed-react-overlay button{cursor:pointer;border:0;border-radius:6px;padding:.55rem 1rem;background:#3d5afe;color:#fff;font:inherit}.embed-error{display:grid;place-items:center;width:100vw;height:100vh;background:#111;color:#ccc;font-family:monospace}.muted{color:#9aa3b5}.error-box{padding:1rem;background:#2a1518;border:1px solid #6b2b33;border-radius:8px}
