*{box-sizing:border-box}#root,body,html{height:100%}body{background:linear-gradient(180deg,#f6f9fc,#eef2f7);color:#111827;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji;margin:0}.game{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr;margin:0 auto;max-width:960px;min-height:100%;padding:24px}@media (min-width:860px){.game{align-items:start;grid-template-columns:1fr 320px}}.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 10px 25px #10182814,0 2px 6px #1018280d;padding:16px}.status-bar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:12px}.status{background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;color:#1d4ed8;font-weight:600;padding:6px 10px}.controls{display:flex;gap:8px}.board{grid-gap:10px}.board,.board-row{display:grid;gap:10px}.board-row{grid-gap:10px;grid-template-columns:repeat(3,1fr)}.square{aspect-ratio:1/1;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 6px #1018280f;cursor:pointer;display:grid;font-size:clamp(2.2rem,6vw,3rem);font-weight:800;place-items:center;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;-webkit-user-select:none;user-select:none;width:100%}.square:hover{background:#f9fafb;box-shadow:0 8px 18px #1018281f;transform:translateY(-2px)}.square:active{transform:translateY(0)}.square-x{color:#dc2626}.square-o{color:#2563eb}.square-win{animation:glow 1.2s ease-in-out infinite alternate;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b26,0 6px 16px #f59e0b47}@keyframes glow{0%{background:#fff7ed}to{background:#fffbeb}}.btn{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#111827;cursor:pointer;font-weight:600;padding:8px 12px;transition:background .12s ease,transform .12s ease,box-shadow .12s ease}.btn:hover{background:#f3f4f6;box-shadow:0 6px 14px #1018281a;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-reset{background:#fff1f2;border-color:#fecaca;color:#b91c1c}.btn-reset:hover{background:#ffe4e6}.game-info h3{font-size:1rem;margin:0 0 8px}.moves-list{grid-gap:6px;display:grid;gap:6px;list-style:none;margin:0;max-height:60vh;overflow:auto;padding:0}.move-btn{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;padding:8px 10px;text-align:left;transition:background .12s ease;width:100%}.move-btn:hover{background:#f9fafb}.move-btn.active-move{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8;font-weight:700}.hidden{display:none}
/*# sourceMappingURL=main.0e80e246.css.map*/