@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@600;700&display=swap";:root{color:#f5f7f6;background:#121417;font-family:DM Sans,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;background:linear-gradient(135deg,rgba(0,194,168,.08),transparent 34%),linear-gradient(315deg,rgba(255,212,0,.05),transparent 32%),#121417}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible{outline:3px solid #00c2a8;outline-offset:3px}main{width:min(100% - 2rem,68rem);margin:0 auto;padding:clamp(1.5rem,5vw,4rem) 0 2.5rem}.game-logo{width:4.5rem;height:4.5rem;border-radius:50%;object-fit:cover;box-shadow:.55rem .65rem #00000040}.game-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(17rem,.5fr);grid-template-areas:"header status" "game log";align-items:start;gap:1.25rem 1.5rem}.game-header{grid-area:header;display:flex;align-items:center;gap:1rem;min-width:0}.brand-mark{position:relative;display:grid;grid-template-columns:1fr .25rem 1fr;place-items:center;width:4.5rem;height:4.5rem;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:50%;background:#2b2f36;box-shadow:.55rem .65rem #00000040;font-family:Space Grotesk,sans-serif;font-size:1.9rem;font-weight:700;line-height:1}.brand-mark img{display:block;width:100%;height:100%;object-fit:cover}.eyebrow{margin:0 0 .18rem;color:#00c2a8;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}h1{margin:0;color:#f5f7f6;font-family:Space Grotesk,sans-serif;font-size:clamp(1.8rem,5vw,2.7rem);line-height:1}.turn-status{grid-area:status;display:flex;justify-self:end;align-items:center;gap:.65rem;min-height:3.5rem;padding:.65rem .85rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#2b2f36;box-shadow:.45rem .45rem #00000038;color:#d9dddc;font-size:.88rem;font-weight:600;white-space:nowrap}.turn-token{display:grid;width:2rem;height:2rem;place-items:center;border-radius:.32rem;background:#121417;font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700}.turn-token.x{color:#ffd400}.turn-token.o{color:#ff5a00}#game-container{grid-area:game;position:relative;padding:clamp(1rem,3vw,1.65rem);border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#2b2f36;box-shadow:.85rem .85rem #0000003d}ol{margin:0;padding:0;list-style:none}#players{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-bottom:clamp(1rem,3vw,1.5rem)}#players>li{display:flex;align-items:center;min-width:0;padding:.35rem;border:1px solid transparent;border-radius:.42rem;background:rgba(18,20,23,.65);transition:border-color .18s ease,background .18s ease}#players>li.active{border-color:#00c2a8;background:rgba(0,194,168,.1);box-shadow:0 0 0 1px #00c2a82e,.3rem .3rem #0000002b}.player{display:flex;flex:1;align-items:center;min-width:0;gap:.5rem}.player-name,.player input{width:100%;min-width:0;padding:.45rem .25rem .45rem .45rem;overflow:hidden;border:1px solid transparent;border-radius:.25rem;background:transparent;color:#f5f7f6;font-size:clamp(.72rem,2vw,.9rem);font-weight:700;letter-spacing:.04em;text-align:left;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.player input{border-color:#00c2a8a6;background:#121417;outline:none}.player-symbol{flex:0 0 auto;padding-right:.15rem;font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700}#players>li:first-child .player-symbol{color:#ffd400}#players>li:last-child .player-symbol{color:#ff5a00}#players button{flex:0 0 auto;padding:.45rem .5rem;border:0;border-radius:.25rem;background:transparent;color:#aeb5b3;font-size:.72rem;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:background .18s ease,color .18s ease}#players button:hover{background:rgba(255,255,255,.08);color:#f5f7f6}#game-board{display:grid;gap:.62rem;width:min(100%,32rem);margin:0 auto;padding:clamp(.65rem,2vw,1rem);border:1px solid rgba(0,194,168,.28);border-radius:.5rem;background:#121417;box-shadow:inset 0 0 0 1px #0000004d,.45rem .45rem #0003}#game-board>li>ol{display:grid;grid-template-columns:repeat(3,1fr);gap:.62rem}.cell{display:grid;width:100%;aspect-ratio:1;place-items:center;border:1px solid rgba(0,194,168,.18);border-radius:.32rem;background:#2b2f36;box-shadow:.26rem .26rem #0000003d;color:#f5f7f6;cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:clamp(2.8rem,12vw,5.7rem);font-weight:700;line-height:1;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.cell:not(:disabled):hover{border-color:#00c2a8;background:rgba(0,194,168,.12);box-shadow:.34rem .34rem #00000040;transform:translate(-.08rem,-.08rem)}.cell:not(:disabled):active{box-shadow:.12rem .12rem #00000040;transform:translate(.12rem,.12rem)}.cell:disabled{cursor:default}.cell-x{color:#ffd400;text-shadow:.2rem .23rem 0 rgba(0,0,0,.26);animation:place-x .25s cubic-bezier(.2,.8,.3,1.25) both}.cell-o{color:#ff5a00;text-shadow:.2rem .23rem 0 rgba(0,0,0,.26);animation:place-o .28s cubic-bezier(.2,.8,.3,1.25) both}.cell-winning{border-color:#00c2a8;background:rgba(0,194,168,.16);box-shadow:0 0 0 2px #00c2a859,.3rem .3rem #00000042;animation:winning-cell .65s ease-in-out infinite alternate}#log{grid-area:log;display:grid;align-content:start;gap:.55rem;min-height:8rem;padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#2b2f36;box-shadow:.5rem .5rem #0003;color:#b9c0bd;font-size:.83rem}#log:empty:before{color:#858d8a;content:"Your moves will appear here."}#log li{padding:.5rem .6rem;border-left:2px solid #00c2a8;background:rgba(18,20,23,.62);animation:slide-in .24s ease both}#game-over{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;border-radius:.5rem;background:rgba(18,20,23,.96);text-align:center;animation:overlay-in .2s ease-out both}#game-over h2{margin:0;color:#ffd400;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,7vw,3.2rem)}#game-over p{margin:.4rem 0 1.35rem;color:#f5f7f6;font-size:1.05rem;font-weight:600}#game-over p:last-child{margin:0}#game-over button{padding:.72rem 1rem;border:1px solid #00c2a8;border-radius:.32rem;background:#00c2a8;box-shadow:.3rem .3rem #00000052;color:#121417;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}#game-over button:hover{background:#ffd400;border-color:#ffd400;box-shadow:.4rem .4rem #00000057;transform:translate(-.08rem,-.08rem)}#game-over button:active{box-shadow:.12rem .12rem #00000057;transform:translate(.12rem,.12rem)}@keyframes place-x{0%{opacity:0;transform:scale(.4) rotate(-14deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes place-o{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@keyframes slide-in{0%{opacity:0;transform:translate(-.5rem)}to{opacity:1;transform:translate(0)}}@keyframes overlay-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes winning-cell{0%{filter:brightness(1)}to{filter:brightness(1.28)}}@media (max-width: 44rem){.game-shell{grid-template-columns:1fr;grid-template-areas:"header" "status" "game" "log"}.turn-status{justify-self:stretch}#log{min-height:auto}}@media (max-width: 31rem){main{width:min(100% - 1rem,68rem);padding-top:1rem}.game-header{gap:.75rem}.brand-mark{width:3.7rem;height:3.7rem}#game-container{padding:.7rem}#players{gap:.4rem}#players>li{padding:.2rem}.player{gap:.2rem}.player-name,.player input{padding-left:.25rem;font-size:.65rem}#players button{padding:.4rem .3rem;font-size:.65rem}#game-board,#game-board>li>ol{gap:.4rem}#game-board{padding:.45rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
