:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:100vh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box}body{color:#f8fafc;-webkit-font-smoothing:antialiased;background-color:#0f172a;margin:0;padding:0;font-family:Inter,system-ui,sans-serif}.app-container{flex-direction:column;width:100%;min-height:100vh;display:flex}.app-header{text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e293bb3;border-bottom:1px solid #ffffff1a;padding:2rem 1.5rem;box-shadow:0 4px 6px -1px #0000001a}.app-header h1{background:linear-gradient(90deg,#38bdf8,#818cf8);color:#0000;letter-spacing:-.025em;-webkit-background-clip:text;margin:0;font-size:2.5rem;font-weight:800}.app-header p{color:#94a3b8;margin:.5rem 0 0;font-size:1rem}.app-main{flex:1;justify-content:center;align-items:flex-start;padding:3rem 1.5rem;display:flex}.game-layout{background:#1e293b;border:1px solid #ffffff0d;border-radius:1.5rem;gap:0;width:100%;max-width:900px;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@media (width<=768px){.game-layout{flex-direction:column}}.game-main-panel{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);flex:1.5;justify-content:center;align-items:center;padding:3rem;display:flex}.board-wrapper{flex-direction:column;align-items:center;gap:2rem;display:flex}.status-badge{color:#38bdf8;background:#38bdf81a;border:1px solid #38bdf833;border-radius:9999px;padding:.75rem 1.5rem;font-size:1.125rem;font-weight:600;box-shadow:0 4px 6px -1px #0000001a}.board{background:#ffffff05;border:1px solid #ffffff0d;border-radius:1rem;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.board-row{gap:.5rem;display:flex}.square{color:#f8fafc;cursor:pointer;background:#334155;border:none;border-radius:.75rem;justify-content:center;align-items:center;width:90px;height:90px;font-size:3.5rem;font-weight:800;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:inset 0 -4px #0003}.square:hover:not(:disabled){background:#475569;transform:translateY(-2px);box-shadow:inset 0 -6px #0003}.square:active:not(:disabled){transform:translateY(2px);box-shadow:inset 0 -1px #0003}.square.filled{cursor:default}.square.winning-square{color:#fff;background:#10b981;box-shadow:inset 0 -4px #04785780,0 0 20px #10b98166}.square-content{line-height:1}.game-sidebar{background:#0f172a;border-left:1px solid #ffffff0d;flex-direction:column;flex:1;padding:2rem;display:flex}.sidebar-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.sidebar-header h2{color:#cbd5e1;margin:0;font-size:1.25rem;font-weight:600}.move-count{color:#94a3b8;background:#334155;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.history-list-container{flex:1;max-height:350px;margin-bottom:1.5rem;padding-right:.5rem;overflow-y:auto}.history-list-container::-webkit-scrollbar{width:6px}.history-list-container::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.history-list-container::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.history-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.history-btn{text-align:left;color:#cbd5e1;cursor:pointer;background:#ffffff0d;border:1px solid #0000;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-size:.9375rem;transition:all .2s}.history-btn:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff1a}.history-btn:disabled{color:#38bdf8;cursor:default;background:#38bdf81a;border-color:#38bdf84d}.current-move .history-btn{font-weight:600}.reset-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ec4899,#f43f5e);border:none;border-radius:.75rem;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 6px -1px #ec489966}.reset-btn:hover{transform:translateY(-2px);box-shadow:0 6px 8px -1px #ec489980}.reset-btn:active{transform:translateY(1px)}
