@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@keyframes gradient{0%{background-position:0%}40%{background-position:100% 100%}50%{background-position:90% 90%}60%{background-position:100% 98%}75%{background-position:50% 75%}to{background-position:0%}}*,:before,:after{box-sizing:border-box}body{min-height:100vh;background-image:linear-gradient(to bottom right,#5dd6fc,#54c7ec,#eea0cc,#86a8e7,#4bb9dc,#43aacc,#3a9cbc,#369fbd,#54c7ec,#32a3be,#2fa6be,#32bbce,#3bd1dc,#4ae6e8,#5dfcf2);background-size:300% 300%;justify-content:center;align-items:center;margin:0;padding-top:2rem;font-family:Poppins,sans-serif;animation:gradient 120s infinite;display:flex}h1,h2,h3,h4,h5,h6,p{margin-top:0}h1,h2,h3,h4,h5,h6{line-height:1}.board{grid-template-rows:repeat(9,50px);grid-template-columns:repeat(9,50px);gap:10px;display:grid}@media only screen and (max-width:1150px){.board{grid-template-rows:repeat(9,45px);grid-template-columns:repeat(9,45px);gap:6px}}@media only screen and (max-width:1000px){.board{grid-template-rows:repeat(9,40px);grid-template-columns:repeat(9,40px);gap:6px}}@media only screen and (max-width:880px){.board{grid-template-rows:repeat(9,35px);grid-template-columns:repeat(9,35px);gap:5px}}@media only screen and (max-width:780px){.board{grid-template-rows:repeat(9,32px);grid-template-columns:repeat(9,32px);gap:5px}}@media only screen and (max-width:700px){.board{grid-template-rows:repeat(9,29px);grid-template-columns:repeat(9,29px);gap:5px}}.board .cell{cursor:pointer;background-color:#ffffff40;transition:background-color .5s}.board .cell:hover{background-color:#dbdbdb}.board .miss,.board .hit{cursor:auto}.board .miss{background-color:#3e3e3e;transition:background-color .5s}.board .miss:hover{background-color:#2d2d2d}.board .hit{background-color:#e44172;transition:background-color .5s}.board .hit:hover{background-color:#e31f5a}.board .sunk{background-color:#6b3f4c;transition:background-color .5s}.board .sunk:hover{background-color:#6b3f4c}.ship{background-color:#6a6a6a;border-radius:5px;justify-content:space-around;align-items:center;padding-left:.5rem;padding-right:.5rem;transition:all .35s;display:flex;position:relative}.ship.dragging{transform:scale(.88)}.ship__hitboxes{display:flex;position:absolute;inset:0}.ship__hitbox{flex:1}.ship__peg{width:16px;height:16px;background-color:#f5f5f5;border-radius:50%;transition:background-color .5s;position:relative}.ship__peg--hit{background-color:#e44172}.ship__peg--hit:hover{background-color:#e31f5a}.ship--patrol{grid-column:auto/span 2}.ship--destroyer,.ship--submarine{grid-column:auto/span 3}.ship--battle{grid-column:auto/span 4}.ship--carrier{grid-column:auto/span 5}.ship.rotate{flex-direction:column;grid-column:auto/span 1;justify-content:space-around;align-items:center}.ship.rotate .ship__hitboxes{flex-direction:column;display:flex;position:absolute;inset:0}.ship.rotate.ship--patrol{grid-row:auto/span 2}.ship.rotate.ship--destroyer,.ship.rotate.ship--submarine{grid-row:auto/span 3}.ship.rotate.ship--battle{grid-row:auto/span 4}.ship.rotate.ship--carrier{grid-row:auto/span 5}.user-ships{min-height:200px;background-color:#ffffff40;border-radius:1rem;grid-template-columns:repeat(9,1fr);grid-auto-rows:35px;gap:10px;padding:1rem;display:grid;position:relative;overflow:hidden}@media only screen and (max-width:1000px){.user-ships{grid-column:auto/span 2;grid-template-columns:repeat(12,1fr)}}.user-ships__buttons{width:105px;border:none;border-bottom-left-radius:1rem;flex-direction:column;display:flex;position:absolute;top:0;right:0;overflow:hidden}.user-ships__rotate,.user-ships__randomize{height:45px;cursor:pointer;color:#fff;background-position:right 100% top 50%;background-size:300% 300%;border:none;font-weight:600;transition:all .8s}.user-ships__rotate:hover,.user-ships__randomize:hover{background-position:right 0% top 50%}.user-ships__rotate{background-image:linear-gradient(to top right,#5ffbf1,#46eefa,#41dfff,#52cffe,#69bff8,#79b3f4,#8aa7ec,#9a9ae1,#aa8fd8,#ba83ca,#c777b9,#d16ba5)}.user-ships__randomize{background-image:linear-gradient(to top right,#c4023d,#d01749,#db2656,#e63263,#f13d70,#f44481,#f64c92,#f755a3,#eb60b9,#db6ccd,#c779de,#b084eb)}.user-ships .ship--patrol{grid-column:1/span 2}.user-ships .ship--destroyer{grid-column:3/span 3}.user-ships .ship--submarine{grid-column:1/span 3}.user-ships .ship--battle{grid-column:4/span 4}.user-ships .ship--carrier{grid-column:1/span 5}.user-ships .ship.rotate{grid-column:auto/span 1}.user-ships .ship.rotate.ship--patrol{grid-row:auto/span 2}.user-ships .ship.rotate.ship--destroyer,.user-ships .ship.rotate.ship--submarine{grid-row:auto/span 3}.user-ships .ship.rotate.ship--battle{grid-row:auto/span 4}.user-ships .ship.rotate.ship--carrier{grid-row:auto/span 5}.user-ships.user-start{justify-content:center;align-items:center;display:flex}.user-ships.user-start .start-button{color:#fff;cursor:pointer;background-color:orange;border:none;border-radius:4px;padding:.5rem;font-size:1.5rem;transition:background-color .35s}.user-ships.user-start .start-button:hover{background-color:#fbbd49}.container{max-width:1124px;margin-left:auto;margin-right:auto;padding-left:.5rem;padding-right:.5rem}.cover{position:absolute;inset:0}.game{grid-template-columns:repeat(2,1fr);gap:1rem 3rem;display:grid;position:relative}@media only screen and (max-width:880px){.game{column-gap:1rem}}.score{text-align:center;color:#ffffff40;margin-bottom:0;font-size:4rem}.play-again{width:250px;height:75px;cursor:pointer;border:none;border-radius:5px;font-size:1.8rem;transition:all .5s;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.play-again:hover{background-color:#a1f58c}
/*# sourceMappingURL=index.ffb88e86.css.map */
