:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0}html,body,#root{min-height:100vh;background:#0a0a0a;color:#fafafa}.shell{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.arcade{width:100%;max-width:520px}.arcade-header{text-align:center;margin-bottom:2rem}.tag{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:#ffffff8c;border:1px solid rgba(255,255,255,.12);padding:.25rem .5rem;border-radius:.25rem;margin-bottom:1rem}h1{font-size:2rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.5rem;background:linear-gradient(135deg,#60a5fa,#a78bfa,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{font-size:1.3rem;font-weight:600;letter-spacing:-.02em;margin:0}h3{font-size:1.05rem;font-weight:600;margin:.5rem 0 .25rem}p{color:#fff9;font-size:.9rem}.game-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.game-card{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;cursor:pointer;transition:all .2s;color:inherit;font-family:inherit;text-align:center}.game-card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.game-emoji{font-size:2.2rem;line-height:1}.game-card p{font-size:.8rem;margin:0}.back-btn{background:none;border:1px solid rgba(255,255,255,.15);color:#ffffffb3;padding:.4rem .8rem;border-radius:.5rem;cursor:pointer;font-size:.85rem;font-family:inherit;margin-bottom:1rem;transition:all .15s}.back-btn:hover{color:#fff;border-color:#ffffff4d}.game-container{position:relative}.game-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.score{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;color:#fff9}.score-group{display:flex;gap:.5rem}.score-badge{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);padding:.2rem .5rem;border-radius:.3rem;color:#ffffffb3}.btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.6rem 1.5rem;border-radius:.5rem;cursor:pointer;font-size:.95rem;font-family:inherit;font-weight:500;transition:all .15s}.btn:hover{background:#ffffff2e}.btn-secondary{background:transparent;border-color:#ffffff1a;color:#fff9}.hint{font-size:.75rem!important;color:#ffffff59!important;margin-top:.75rem;text-align:center}.overlay{text-align:center;margin-top:1rem}.game-over{color:#f87171;font-weight:600;font-size:1.1rem;margin-bottom:.75rem}.win-msg{color:#4ade80;font-weight:600;font-size:1.1rem;margin-bottom:.75rem}.turn-label{text-align:center;margin-bottom:.75rem;font-weight:500;color:#fffc!important}.snake-grid{display:grid;gap:1px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;overflow:hidden;aspect-ratio:1;max-width:400px;margin:0 auto}.cell{aspect-ratio:1;background:#ffffff05;transition:background .05s}.cell.snake{background:#4ade80;border-radius:2px}.cell.snake-head{background:#22c55e;border-radius:3px}.cell.food{background:#f87171;border-radius:50%}.ttt-board{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;max-width:280px;margin:0 auto;background:#ffffff14;border-radius:.5rem;overflow:hidden}.ttt-cell{aspect-ratio:1;background:#ffffff0a;border:none;color:inherit;font-size:2.2rem;font-weight:700;cursor:pointer;transition:background .15s;display:grid;place-items:center;font-family:inherit}.ttt-cell:hover{background:#ffffff14}.ttt-cell.x{color:#60a5fa}.ttt-cell.o{color:#f472b6}.memory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;max-width:340px;margin:0 auto}.memory-card{aspect-ratio:1;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;font-size:1.8rem;cursor:pointer;transition:all .2s;color:inherit;font-family:inherit;display:grid;place-items:center}.memory-card:hover:not(.flipped):not(.matched){background:#ffffff1a;border-color:#fff3}.memory-card.flipped{background:#ffffff1a;border-color:#fff3;font-size:2rem}.memory-card.matched{background:#4ade801a;border-color:#4ade804d}.grid-2048{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;background:#ffffff0d;padding:6px;border-radius:.5rem;max-width:340px;margin:0 auto}.tile-2048{aspect-ratio:1;display:grid;place-items:center;font-size:1.4rem;font-weight:700;border-radius:.35rem;color:#000;transition:all .1s}.tile-2048:not(:empty){color:#000}.mine-grid{display:grid;gap:2px;max-width:340px;margin:0 auto;background:#ffffff0d;padding:4px;border-radius:.5rem}.mine-cell{aspect-ratio:1;background:#ffffff14;border:1px solid rgba(255,255,255,.06);border-radius:3px;cursor:pointer;font-size:.85rem;font-weight:600;color:inherit;font-family:inherit;display:grid;place-items:center;transition:background .1s}.mine-cell:hover:not(.revealed){background:#ffffff24}.mine-cell.revealed{background:#ffffff08;cursor:default}.mine-cell.mine{background:#f8717133}.mine-cell.flagged{font-size:1rem}.mine-cell.revealed{color:#fff9}@media(max-width:480px){.game-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.game-card{padding:1rem .75rem}.game-emoji{font-size:1.8rem}}
