#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:24px;font-weight:400;margin-top:-50px;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:grid;place-items:center;min-width:320px;min-height:100vh}*{padding:0;margin:0;box-sizing:border-box}.board{width:fit-content;margin:40px auto;text-align:center}.board h1{color:#fa04d1;margin-bottom:16px}.board button{padding:8px 12px;margin:5px;background:transparent;border:2px solid #eee;color:#eee;width:100px;border-radius:5px;transition:.2s;font-weight:700;cursor:pointer}.board button:hover{background:#eee;color:#222}.board .game{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.turn{display:flex;justify-content:center;margin:0 auto;width:fit-content;position:relative;border-radius:10px}.game{padding:15px}section.contador{display:flex;justify-content:space-between;margin-left:10px;margin-right:15px}.points,.record{border:2px solid #eee;color:#eee;width:150px;border-radius:5px;padding:8px 12px;margin:5px;align-items:center;font-weight:700}.record{color:#f632cb;border:2px solid rgba(246,50,204,.711)}.turn .square,.winner .square{width:70px;height:70px;pointer-events:none;border-color:transparent}.square.is-selected{color:#fff;background:#09f}.square[data-value="2"]{background-color:#f6c4e8ea}.square[data-value="4"]{background-color:#f980d79d}.square[data-value="8"]{background-color:#ff6dd6cb}.square[data-value="16"]{background-color:#ff53ced3}.square[data-value="32"]{background-color:#f800b1}.square[data-value="64"]{background-color:#f800dfc1}.square[data-value="128"]{background-color:#f800df94}.square[data-value="256"]{background-color:#f800df77}.square[data-value="512"]{background-color:#e800f877}.square[data-value="1024"]{background-color:#e800f8cd;font-size:5vw}.square[data-value="2048"]{background-color:#ee02ff;font-size:5vw}.square[data-value="4096"],.square[data-value="8192"],.square[data-value="16384"],.square[data-value="32768"]{background-color:#93048e;font-size:5vw}.winner{position:absolute;width:100vw;height:100vh;top:0;left:0;display:grid;place-items:center;background-color:#000000b3}.winner .text{background:#111;height:300px;width:320px;border:2px solid #eee;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.winner .win{margin:0 auto;width:fit-content;border:2px solid #eee;border-radius:10px;display:flex;gap:15px}.square{width:100px;height:100px;border:2px solid #eee;border-radius:5px;display:grid;place-items:center;font-size:48px}
