@font-face{font-family:Bungee Honk;src:url(/assets/Honk-Regular-b5bDcrAG.ttf) format("truetype")}*{margin:0;box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000000de;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;height:100vh;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-weight:bolder;font-size:calc(12px + .5vw)}h1{font-size:3.2em;line-height:1.1}button{background-color:#ff5722;color:#fff;padding:15px 30px;border:6px solid transparent;border-radius:30px;cursor:pointer;font-family:Bungee Honk;font-size:3em;transition:border-color .25s}button:hover{border-color:#000}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.hidden{display:none!important}#root{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.header{width:100%;height:max(150px,15%);margin-bottom:auto;display:flex;justify-content:space-around;align-items:center;box-shadow:3px 3px 10px #000;background-color:#f6ff7f}.title{font-size:60px;font-family:Bungee Honk;color:#000}.main{width:100%;flex:1;display:flex;justify-content:center;align-items:center;flex-direction:column}.gameboard{max-width:60%;display:grid;grid-template-columns:repeat(auto-fit,100px);gap:2vh}.game{flex:1;width:100%;display:flex;gap:1vh;justify-content:center;align-items:center}.objectCard{width:100px;height:100px;border:2px solid black;display:flex;justify-content:center;align-items:center;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-weight:700;font-size:40px;transition:transform .3s ease-in-out,border .2s;text-align:center}.objectCard:hover{cursor:pointer;transform:scale(1.1);border:2px solid rgb(153,153,153);background-color:#f1f1f1}.column{display:flex;flex-direction:column;align-items:center;justify-content:center}.row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1vh}.gap{gap:2vh}.descripcion{width:max(60%,1000px);display:flex;align-items:center;justify-content:center;text-align:center;font-weight:300}.mensajefinal{font-size:40px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:bolder;text-align:center;letter-spacing:2px}.win{color:#4e9248;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.lose{color:red;text-shadow:2px 2px 4px rgba(0,0,0,.3)}@media (max-width: 1000px){.descripcion{width:max(60%,500px)}}@media (max-width: 650px){.difficulty{flex-direction:column}.descripcion{width:max(90%,380px)}.header{padding:2vh}.title{font-size:40px}}
