:root{font-family:"Press Start 2P",system-ui;line-height:1.5;font-weight:400;color-scheme:light dark;color:#4c4154;background-color:#242424;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}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}p{font-size:25px;text-align:left}.attackbutton{color:#4c4154;text-shadow:2px 3px #D0CCCD;font-size:15px;border:0;border-radius:0;background-color:transparent;height:100%;text-align:left;justify-content:start;align-items:center;display:flex;flex-direction:row;padding-left:25px}.attackbutton:disabled{color:#4c41543d;text-shadow:2px 3px rgba(0,0,0,0)}.attackbutton img{filter:drop-shadow(2px 3px 0px #D0CCCD);padding-right:5px}.maindiv{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;font-size:24px}.pokemonname{color:#4c4254;display:flex;flex-direction:row;justify-content:start;white-space:nowrap;overflow:clip;text-overflow:ellipsis}.healthbardiv{display:flex;justify-content:end}.healthbardiv+p{font-size:16px;display:flex;align-self:end}.outerhealthbar{background-color:#4a5547;display:flex;flex-direction:row;align-items:center;width:70%;border-radius:8px;padding:0 10px}.outerhealthbar p{color:#f3b174;font-size:15px}.healthbar{width:100%;background-color:red;border:2px solid white}.health{background-color:#4dcd7a;height:6px;width:100%}.gamediv{display:flex;flex-direction:row;image-rendering:pixelated;justify-content:center;align-items:center;gap:40px;width:800px;border:3px solid black;background-color:#f2ffe6;background-image:url(/assets/background-q7Bm62Fc.svg);background-size:870px;background-repeat:no-repeat;background-position:center center}.infodiv{display:flex;flex-direction:row;justify-content:center;align-items:center;width:800px;height:150px;background:#f8f8f8;border:3px solid #4B4057;text-align:left;z-index:10}.moves{display:grid;justify-content:start;place-items:start;grid-template-columns:200px 200px;background-color:#fff9fa;border:6px solid #252B34;box-shadow:0 0 0 6px #726782 inset;height:100%}.movesstats{color:#4c4154;background-color:#fff9fa;border:6px solid #252B34;box-shadow:0 0 0 6px #726782 inset;height:100%;width:50%;display:flex;flex-direction:column;padding:20px;align-items:start;gap:15px}.movesstats p{font-size:25px;text-shadow:4px 4px #D0CCCD}.menu{display:grid;justify-content:center;place-items:center;grid-template-columns:200px 200px;background-color:#fff9fa;border:6px solid #252B34;box-shadow:0 0 0 6px #726782 inset;height:100%;width:100%}.text{display:flex;border:6px solid #726782;box-shadow:15px 0 0 6px #cf4538 inset;padding-left:25px;background-color:#669fa1;width:100%;height:100%;align-items:center;justify-content:start;color:#fff9fa;z-index:10;text-shadow:4px 4px #675879}.text p{text-shadow:4px 4px #675879}.playerArea{display:flex;flex-direction:column;justify-content:end;align-items:center;width:400px;height:400px;gap:100px}.opponentArea{display:flex;flex-direction:column;justify-content:end;align-items:center;width:400px;height:400px;padding-bottom:30px;gap:30px}.playerInfo{display:flex;flex-direction:column;justify-content:space-between;height:110px;width:300px;background-color:#f9f7d1;border:6px solid #133A00;box-shadow:-10px 10px #4c6862;padding:10px;z-index:10}.opponentArea .playerInfo{align-self:start}.opponentImageContainer{width:150px;height:150px;display:flex;align-items:center;justify-content:center;z-index:1;position:relative}.playerLeftImage{width:250px;height:250px;display:flex;align-items:center;justify-content:center;margin-bottom:-80px;z-index:1;position:relative}.attackImageRight,.playerAttackAnimation{position:absolute;z-index:6;pointer-events:none}.attack{animation:myAnim .4s 0s 1}.endgamebutton{background-color:red;color:#fff;border-radius:0;padding:5px}.loading{width:100%;height:100vh;display:flex;justify-content:center;align-items:center}@keyframes myAnim{0%,to{transform:translate(0)}10%,30%,50%,70%{transform:translate(-10px)}20%,40%,60%{transform:translate(10px)}80%{transform:translate(8px)}90%{transform:translate(-8px)}}
