:root{--bg:#0f172a;--card:#0b1220;--muted:#94a3b8;--accent:#7c3aed;--accent-2:#06b6d4;--win:#f59e0b;--glass:#ffffff08}.game{align-items:flex-start;background:linear-gradient(180deg,#071024,#071a2a);box-sizing:border-box;color:#e6eef8;display:flex;font-family:Inter,Segoe UI,Roboto,system-ui,-apple-system,Helvetica Neue,Arial;gap:24px;min-height:100vh;padding:28px}.game-board{background:linear-gradient(180deg,#ffffff05,#ffffff03);border:1px solid #ffffff0a;border-radius:14px;box-shadow:0 8px 30px #02061799;padding:20px}.board{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(1,1fr)}.board-row{display:flex}.square{align-items:center;background:linear-gradient(180deg,#ffffff05,#ffffff03);border:1px solid #ffffff0f;border-radius:10px;color:#e6eef8;cursor:pointer;display:inline-flex;font-size:34px;font-weight:700;height:84px;justify-content:center;margin:6px;min-width:84px;transition:transform .08s ease,box-shadow .12s ease,background .12s ease;-webkit-user-select:none;user-select:none;width:84px}.square:hover{box-shadow:0 10px 30px #070c2299;transform:translateY(-4px)}.square:active{transform:translateY(0)}.square:focus{outline:2px solid #7c3aed38;outline-offset:3px}.highlight{background:linear-gradient(90deg,#f59e0b24,#7c3aed0f);border:1px solid #f59e0b57;box-shadow:0 10px 30px #f59e0b14}.game-info{background:linear-gradient(180deg,#ffffff05,#0000);border:1px solid #ffffff08;border-radius:12px;box-shadow:0 6px 20px #03081299;padding:18px;width:320px}.status{color:#f8fafc;font-size:16px}.control-button,.status{font-weight:600;margin-bottom:12px}.control-button{background:linear-gradient(90deg,#7c3aed,#06b6d4);background:linear-gradient(90deg,var(--accent),var(--accent-2));border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;padding:8px 12px;transition:transform .08s ease,box-shadow .12s ease}.control-button:hover{box-shadow:0 8px 20px #06b6d41f;transform:translateY(-3px)}.control-button:active{transform:translateY(0)}.moves-list{list-style:none;margin-top:8px;max-height:360px;overflow:auto;padding-left:0}.move-item{margin-bottom:8px}.move-button{background:#ffffff05;border:1px solid #ffffff08;border-radius:8px;color:#94a3b8;color:var(--muted);cursor:pointer;font-weight:600;padding:8px 10px;text-align:left;width:100%}.move-button:hover{background:#ffffff08;color:#e6eef8}.current-move{background:#7c3aed14;border-radius:8px;color:#f8fafc;display:inline-block;font-weight:700;padding:8px 10px;width:100%}@media (max-width:760px){.game{align-items:center;flex-direction:column;padding:18px}.game-info{width:100%}.square{font-size:26px;height:64px;min-width:64px;width:64px}}
/*# sourceMappingURL=main.65e79d00.css.map*/