.GameBoard-module__h1_9Ua__gameBoard{text-align:center;width:100%;max-width:1100px;margin:0 auto;padding:20px}.GameBoard-module__h1_9Ua__gameControls{flex-direction:column;align-items:center;gap:10px;margin:15px 0;display:flex}.GameBoard-module__h1_9Ua__settingsPanel{background-color:#f5f5f5;border:1px solid #ddd;border-radius:8px;flex-direction:column;align-items:center;gap:10px;padding:15px;display:flex}.GameBoard-module__h1_9Ua__settingsPanel label{flex-direction:column;align-items:center;gap:5px;display:flex}.GameBoard-module__h1_9Ua__settingsPanel input{border:1px solid #ccc;border-radius:4px;width:150px;padding:8px}.GameBoard-module__h1_9Ua__gameStatus{min-height:30px;margin:20px 0;font-size:1.2rem}.GameBoard-module__h1_9Ua__gameArea{background-color:#f0f8ff;border:2px solid #333;border-radius:10px;width:100%;height:750px;margin:0 auto;position:relative;overflow:auto}.GameBoard-module__h1_9Ua__gameAreaContainer{width:1000px;height:700px;margin:0 auto;position:relative}.GameBoard-module__h1_9Ua__hidingSpot{cursor:pointer;background-color:#4caf50;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex;position:absolute}.GameBoard-module__h1_9Ua__hidingSpot:hover{background-color:#45a049;transform:scale(1.1)}.GameBoard-module__h1_9Ua__hidingSpot.GameBoard-module__h1_9Ua__occupied{background-color:#f44336}.GameBoard-module__h1_9Ua__hidingCrate{cursor:pointer;z-index:1;background-color:#8b4513;border:3px solid #654321;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute}.GameBoard-module__h1_9Ua__hidingCrate:hover{transform:scale(1.05);box-shadow:0 0 10px #0000004d}.GameBoard-module__h1_9Ua__hidingCrate.GameBoard-module__h1_9Ua__occupied{background-color:sienna;border-color:#8b4513}.GameBoard-module__h1_9Ua__hidingCrate:before{content:"";background-color:#0000;background-image:linear-gradient(45deg,#0000001a 25%,#0000 25%),linear-gradient(-45deg,#0000001a 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#0000001a 75%),linear-gradient(-45deg,#0000 75%,#0000001a 75%);background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:10px 10px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;background-color:inherit;z-index:-1;position:absolute;inset:0}.GameBoard-module__h1_9Ua__character{font-size:2rem}.GameBoard-module__h1_9Ua__wall{z-index:2;background-color:#5d4037;position:absolute}.GameBoard-module__h1_9Ua__dinosaur{z-index:4;justify-content:center;align-items:center;width:40px;height:40px;font-size:3rem;transition:all .4s linear;display:flex;position:absolute}.GameBoard-module__h1_9Ua__searchRadius{pointer-events:none;z-index:3;border:2px dashed #ff000080;border-radius:50%;width:100px;height:100px;animation:2s infinite GameBoard-module__h1_9Ua__pulse;position:absolute;transform:translate(-50%,-50%)}@keyframes GameBoard-module__h1_9Ua__pulse{0%{box-shadow:0 0 #f006}70%{box-shadow:0 0 0 20px #f000}to{box-shadow:0 0 #f000}}.GameBoard-module__h1_9Ua__searchButton{color:#fff;cursor:pointer;z-index:10;background-color:#2196f3;border:none;border-radius:5px;padding:10px 20px;font-size:1rem;position:absolute;bottom:20px;right:20px}.GameBoard-module__h1_9Ua__searchButton:hover{background-color:#0b7dda}.GameBoard-module__h1_9Ua__gameResult{z-index:20;text-align:center;background-color:#ffffffe6;border-radius:10px;padding:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 8px #0003}.GameBoard-module__h1_9Ua__gameResult h3{color:#2196f3;margin-top:0}@media (max-width:768px){.GameBoard-module__h1_9Ua__gameBoard{padding:10px}.GameBoard-module__h1_9Ua__gameControls{flex-direction:column;gap:8px}.GameBoard-module__h1_9Ua__gameControls button{padding:8px 12px;font-size:.9rem}.GameBoard-module__h1_9Ua__gameStatus{margin:15px 0;font-size:1rem}.GameBoard-module__h1_9Ua__gameArea{border-width:1px;height:400px}.GameBoard-module__h1_9Ua__gameAreaContainer{width:100%;height:350px;min-height:350px}.GameBoard-module__h1_9Ua__hidingCrate{width:30px;height:30px;transform:scale(.8)}.GameBoard-module__h1_9Ua__hidingCrate:hover{transform:scale(.85)}.GameBoard-module__h1_9Ua__character{font-size:1.5rem}.GameBoard-module__h1_9Ua__dinosaur{width:30px;height:30px;font-size:2rem}.GameBoard-module__h1_9Ua__searchRadius{width:80px;height:80px}.GameBoard-module__h1_9Ua__searchButton{padding:8px 16px;font-size:.9rem;bottom:10px;right:10px}.GameBoard-module__h1_9Ua__gameResult{width:90%;padding:15px}.GameBoard-module__h1_9Ua__gameResult h3{font-size:1.2rem}.GameBoard-module__h1_9Ua__settingsPanel{width:100%;padding:12px}.GameBoard-module__h1_9Ua__settingsPanel input{width:100%;padding:6px}.GameBoard-module__h1_9Ua__settingsPanel button{margin-top:8px;padding:6px 12px;font-size:.9rem}}@media (max-width:480px){.GameBoard-module__h1_9Ua__gameBoard{padding:8px}.GameBoard-module__h1_9Ua__gameTitle{font-size:1.5rem}.GameBoard-module__h1_9Ua__gameDescription{font-size:.9rem}.GameBoard-module__h1_9Ua__gameArea{height:300px}.GameBoard-module__h1_9Ua__gameAreaContainer{height:280px;min-height:280px}.GameBoard-module__h1_9Ua__hidingCrate{width:25px;height:25px;transform:scale(.7)}.GameBoard-module__h1_9Ua__dinosaur{font-size:1.6rem}.GameBoard-module__h1_9Ua__searchButton{padding:6px 12px;font-size:.8rem}.GameBoard-module__h1_9Ua__hidingCrate:nth-child(2n){margin-left:5px}}@media (max-width:768px) and (orientation:landscape){.GameBoard-module__h1_9Ua__gameArea{height:300px}.GameBoard-module__h1_9Ua__gameAreaContainer{height:280px;min-height:280px}.GameBoard-module__h1_9Ua__gameControls{flex-flow:wrap;justify-content:center}.GameBoard-module__h1_9Ua__settingsPanel{width:auto;min-width:200px}}@media (hover:none) and (pointer:coarse){.GameBoard-module__h1_9Ua__hidingCrate{transition:transform .1s;transform:scale(1)}.GameBoard-module__h1_9Ua__hidingCrate:hover{transform:scale(1.05)}.GameBoard-module__h1_9Ua__hidingCrate:after{content:"";z-index:-1;position:absolute;inset:-10px}.GameBoard-module__h1_9Ua__searchButton{min-width:80px;min-height:40px}}
.Home-module__Ho9lYW__container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 .5rem;display:flex}.Home-module__Ho9lYW__main{box-sizing:border-box;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:1200px;padding:5rem 0;display:flex}.Home-module__Ho9lYW__title{text-align:center;margin:0;font-size:4rem;line-height:1.15}.Home-module__Ho9lYW__description{text-align:center;max-width:800px;margin:1rem auto;font-size:1.5rem;line-height:1.5}@media (max-width:768px){.Home-module__Ho9lYW__main{padding:3rem 0}.Home-module__Ho9lYW__title{font-size:2.5rem}.Home-module__Ho9lYW__description{font-size:1.2rem}}@media (max-width:480px){.Home-module__Ho9lYW__main{padding:2rem 0}.Home-module__Ho9lYW__title{font-size:2rem}.Home-module__Ho9lYW__description{font-size:1rem}}
