html,body{font-family:Roboto,sans-serif;color-scheme:light dark;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:.05s;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;outline:none;box-shadow:none;margin:0;padding:0;height:100vh;height:100dvh;overflow:hidden}::-webkit-scrollbar{display:none}html{scrollbar-width:none;-ms-overflow-style:none}#nav{position:absolute;top:0;left:0;height:4rem;width:100vw;background-color:#fff;z-index:400;border-bottom:1px solid #242424;line-height:1}.dark #nav{background-color:#242424;border-bottom:1px solid white}img{-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:none;pointer-events:none}.dark body{background-color:#242424;color:#ffffffe6;transition:0s}.bodyContainer{display:flex;flex-direction:column;height:100dvh;overflow-y:auto}#btnInfo,#btnReturn,#btnTheme{width:max-content;height:max-content;position:absolute;top:10px;right:12px;border:none;background-color:#0000;border-radius:10px;font-size:2.5rem;padding:0;cursor:pointer;z-index:1200;box-shadow:none;line-height:1;color:#fff}#btnReturn{top:10px;left:12px}#btnInfo{top:10px;left:12px;z-index:500}.dark #btnInfo,.dark #btnReturn{filter:none}#infoBtnText{-webkit-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:.95rem;left:3.45rem;width:7.7rem}.dark #infoBtnText{filter:invert(1)}.title{text-align:center;padding-top:5rem;margin-bottom:2rem}.title h1{margin:0;font-size:7rem;text-shadow:#2424247a 0px 0px 1.5px}.title h2{margin:0;font-size:2.5rem;font-weight:400}.title p{margin:0;font-size:.9rem;font-weight:400}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:95%;max-width:28rem;margin:0 auto;gap:1rem;margin-bottom:1rem}.container h3{font-size:1.3rem;font-weight:400;margin:0}#gameLoad{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;font-size:2rem;text-align:center;z-index:900;gap:1rem}.dark #gameLoad{background-color:#242424}#gameLoad h1{margin:0;font-size:2.5rem}#wrongRotation{display:block;position:absolute;top:0;left:0;width:100vw;height:100vh;height:100dvh;width:100dvw;background-color:#fff;z-index:5000;text-align:center;align-content:center}.dark #wrongRotation{background-color:#242424}#copyright{font-size:.8rem;text-align:center}:root{--btn-border: #888888;--btn-bg: #888888;--btn-text: black}.menu_btn{width:100%;height:3.5rem;font-size:1.5rem;border:var(--btn-border) solid 3px;background-color:var(--btn-bg);color:var(--btn-text);border-radius:8px;padding:0;cursor:pointer;transition:.1s;box-shadow:#2424247a 2px 2px 4px}#btnInfo:hover,#btnInfo:active,#btnTheme:hover,#btnTheme:active,#btnReturn:hover,#btnReturn:active,.menu_btn:hover,.menu_btn:active{filter:brightness(.85)}.dark .menu_btn{background-color:#242424;color:#ffffffe6}@media only screen and (max-width: 600px){#btnInfo:hover,#btnInfo:active,#btnTheme:hover,#btnTheme:active,#btnReturn:hover,#btnReturn:active,.menu_btn:hover,.menu_btn:active{filter:brightness(1)}#btnInfo:active,#btnTheme:active,#btnReturn:active,.menu_btn:active{filter:brightness(.85)}}.game{position:absolute;top:0;left:0;width:100vw;min-height:100vh;min-height:100dvh;z-index:1000;display:flex;text-align:center;flex-direction:column;background-color:#fff;overflow:hidden}.dark .game{background-color:#242424}#info_game{background-color:#fff;height:100dvh;width:100%;z-index:300;position:absolute;top:0;overflow-y:auto}.dark #info_game{background-color:#242424}#nav_info{position:absolute;top:0;left:0;height:4rem;width:100vw;background-color:#fff;z-index:1000;text-align:center;justify-content:center;border-bottom:1px solid #242424;line-height:1}.dark #nav_info{background-color:#242424;border-bottom:1px solid white}#info_container{align-self:center;margin:0 auto;max-width:50rem}#info_text{align-self:center;margin:0 auto;width:90%;padding-top:5.5rem;height:max-content}#info_text h3{text-align:center}.emptySpace{flex-grow:1;min-height:1.5rem}#spand{bottom:0}#spand p{text-align:center}.footer{font-size:1rem;background-color:#242424;color:#ffffffe6;padding-top:5px;padding-bottom:7px;border-top:1px solid rgba(220,255,255,.2);width:100%;position:relative;align-content:center;line-height:1.3;margin:auto;text-align:center;bottom:0}.footer p{margin:.7rem}#vipps{text-align:center;-webkit-user-select:text;-ms-user-select:text;user-select:text;font-size:.8rem;margin:5px 0}.footer a{color:#ea809a;text-decoration:none;font-weight:700;transition:.1s}.footer a:hover{color:#ea809acc;text-decoration:underline}.emptySpace,.footer{flex-grow:1}.dark .footer{border-top:#ffffff solid 1px}#game1{max-height:100vh;max-height:100dvh;max-width:100vw;max-width:100dvw;overflow:hidden;overscroll-behavior:none}.game1Container{display:flex;justify-content:center}#game1Buttons{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);width:100%;height:100%;place-items:center;overflow:hidden;box-sizing:border-box;padding:10px;padding-top:4rem;padding-bottom:0;position:absolute;top:0}.game1Button{will-change:background-color,transform;all:unset;display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;min-width:0;min-height:0;cursor:pointer}.game1Button.clicked{animation:fadeOut 1s ease-in-out 1s forwards}.game1Button:active,.game1Button:hover{filter:brightness(.85)}@media only screen and (max-width: 600px){.game1End button:hover,.game1Button:hover,.game1Button:active{filter:brightness(1)}}@media only screen and (max-height: 500px){.game1Button{width:4rem;height:4rem}#game1Buttons{margin-top:1rem;height:95vh;height:95dvh}}@media (min-width: 1000px){#game1Buttons{width:70rem}.game1Button{width:7rem;height:7rem}}@media (min-height: 1050px){.game1Button{width:7rem;height:7rem}}#game2End{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#ff9100;color:#fff;font-size:2rem;text-align:center;z-index:1000;gap:1rem;cursor:pointer}#game2Pang{position:absolute;z-index:500}#game2Pang .light-img{width:100vw;width:100dvw;display:block}#game2Pang .dark-img,.dark #game2Pang .light-img{width:100vw;width:100dvw;display:none}.dark #game2Pang .dark-img{width:100vw;width:100dvw;display:block}@keyframes comeIn{0%{transform:scale(0)}to{transform:scale(1)}}#restartText{opacity:0}#game2{max-height:100vh;max-height:100dvh;max-width:100vw;max-width:100dvw;overflow:hidden;overscroll-behavior:none;background-color:#fff}#nav{z-index:1000}.dark #game2{background-color:#242424}#g2_title{z-index:1000}#game2Container{width:100vw;width:100dvw;height:100vh;height:100dvh;position:absolute;top:0;display:flex;flex-direction:column;justify-content:center;max-height:100%;flex-grow:1;cursor:pointer}#revGun{display:flex;justify-content:center;align-items:center;max-height:100%;margin-top:.5rem}#revGun img{align-self:center;justify-self:center;max-height:45vh;max-width:90vw;padding:1rem;margin:0;display:block}#revGun .rev_dark,.dark #revGun .rev_light{display:none;margin:0}.dark #revGun .rev_dark{display:block;margin:0}#nextText{position:absolute;justify-self:center;align-self:center;opacity:0;z-index:500}#nextText h1,.dark #nextText h1{font-size:5rem;--color: black;--size: 2px;color:#34dd00;text-shadow:calc(-1 * var(--size)) calc(-1 * var(--size)) 0 var(--color),calc(1 * var(--size)) calc(-1 * var(--size)) 0 var(--color),calc(-1 * var(--size)) calc(1 * var(--size)) 0 var(--color),calc(1 * var(--size)) calc(1 * var(--size)) 0 var(--color);will-change:transform,opacity}#shotVisual{position:absolute;justify-self:center;align-self:center;bottom:0;z-index:650;width:100vw;height:max-content;background-color:none;display:flex;justify-content:center;align-items:center;flex-direction:row;max-width:50rem;gap:.5rem;padding:1rem;box-sizing:border-box}#roundVisual{flex:1 1 0;aspect-ratio:1;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;font-size:1.8rem;max-width:50px;background-color:#000;border:black solid 2px}.dark #roundVisual{background-color:#fff;color:#000;border:white solid 2px}.firedRoundVisual{transition:.15s ease-in;color:#34dd00}#shotRounds,#introTextG2{position:absolute;bottom:0;margin:0;margin-bottom:5rem;line-height:1.2;font-size:1.1rem;align-items:center;align-self:center;width:90%}#introTextG2.clicked{animation:fadeOut 1s ease-in-out 1s forwards}#clickTextGame2{margin-top:5.4rem;align-items:center;align-self:center;transition:.1s;line-height:1.2;font-size:1.1rem}#game2Start{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;color:#fff;font-size:2rem;text-align:center;z-index:700;gap:1rem}.dark #game2Start{background-color:#242424}#revCyl{display:flex;justify-content:center;align-items:center}#revCyl img{width:15rem;height:15rem;padding:1rem;margin:0;margin-top:3rem;cursor:pointer;display:block}#revCyl .bullet{display:none}.dark #revCyl{filter:invert(1)}#revCyl.clicked .bullet{will-change:opacity,transform;animation:spin .8s ease-in-out .5s forwards;display:block}#revCyl.clicked .nobullet{display:none}@keyframes spin{0%{transform:rotate(0);opacity:1}60%{opacity:1;transform:rotate(360deg)}to{opacity:0;transform:rotate(360deg)}}#game2Start h3{color:#000;width:90%;max-width:30rem;position:absolute;bottom:0;margin-bottom:1.5rem}.dark #game2Start h3{color:#fff}#game2Start h3.clicked,.dark #game2Start h3.clicked{animation:fadeOut .8s ease-in-out .5s forwards}#game2Start.clicked,.dark #game2Start.clicked{animation:fadeOut 1s ease-in-out .5s forwards}#game2End{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#ff9100;color:#fff;font-size:2rem;text-align:center;z-index:800;gap:1rem;cursor:pointer}.dark #game2End{background-color:#000}#game2End p{font-size:1rem;color:#000}.dark #game2End p{color:#fff}#game2Pang{padding-top:1rem;position:absolute;z-index:500}#game2Pang img{width:100vw;width:100dvw}#game2Pang .light-img{display:block}#game2Pang .dark-img,.dark #game2Pang .light-img{display:none}.dark #game2Pang .dark-img{display:block}#game2End button{font-size:5rem;border:none;background-color:#fff0;color:#000;border-radius:8px;padding:0;cursor:pointer;transition:.1s;z-index:550}#game2End button:hover{filter:brightness(.85)}.dark #game2End button{background-color:#fff0}#endButtons{display:flex;position:absolute;bottom:0;box-sizing:content-box;flex-direction:row;justify-content:center;align-items:center;width:100%;max-width:60rem}#game2End button{position:absolute;right:0;bottom:0;margin:2rem}#endButtons{margin-bottom:0}#btnGame2Return{left:0;width:max-content}@media screen and (min-width: 800px){#game2End button{position:absolute;right:0;bottom:0;margin-bottom:0}#endButtons{margin-bottom:0}#btnGame2Return{left:0;width:max-content}}@media screen and (min-width: 600px) and (max-height: 600px){#game2End{max-height:100vh;max-height:100dvh;max-width:100vw;max-width:100dvw;overflow:hidden}#game2Pang{align-items:center;justify-content:center;display:flex;flex-direction:column;position:absolute;z-index:500}#game2Pang .light-img,.dark #game2Pang .dark-img{width:55vw}}@keyframes slideInFromLeft{0%{transform:translate(-100%) scaleY(0);transform-origin:top;opacity:0}30%{transform:translate(0) scaleY(.1);transform-origin:top;opacity:1}to{transform:translate(0) scaleY(1);transform-origin:top}}#restartText{opacity:0;transition:.5s}#game3{max-height:100vh;max-height:100dvh;max-width:100vw;max-width:100dvw;overflow:hidden;overscroll-behavior:none;background-color:#fff}.dark #game3{background-color:#242424}#g3_title{z-index:1100}#game3Container{width:100vw;width:100dvw;height:100vh;height:100dvh;position:absolute;top:0;display:flex;justify-content:center;align-content:center;max-height:100%;flex-direction:column}#introTextG3{margin:0;align-items:center;align-self:center;width:90%;line-height:1;display:block;position:absolute;bottom:0;margin-bottom:1.5rem}#introTextG3.clicked{animation:fadeOut 1s ease-in-out 1s forwards}#clickTextGame3{margin-top:5.4rem;align-items:center;align-self:center;transition:.1s;line-height:1.2;font-size:1.1rem}@keyframes fadeOut{0%{opacity:1}60%{opacity:1}to{opacity:0}}#revBottle{will-change:transform;position:relative;display:block;align-self:center;justify-self:center;width:19rem;height:19rem;padding:1rem;margin-top:2rem;cursor:pointer}.dark #revBottle{filter:invert(1)}#spacingTop,#spacing{flex-grow:1}#game4Container{width:100vw;width:100dvw;height:100vh;height:100dvh;position:absolute;top:0;display:flex;justify-content:center;align-content:center;max-height:100%;flex-direction:column}#touchZone{height:100%;position:relative;width:100%;height:100vh;overflow:hidden;touch-action:none;transition:.2s}.dark #touchZone{filter:brightness(.8)}#touchSpot{position:absolute;width:125px;height:125px;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;border:rgb(240,240,240) solid 5px}.dark #touchSpot{border:#242424 solid 5px}#touchSpot .active{width:200px}#ruleText{position:absolute;bottom:0;margin:0;margin-bottom:1rem;line-height:1.2;font-size:1.3rem;align-items:center;align-self:center;width:max-content;padding:.5rem;border-radius:5px}#clickTextGame4{margin-top:5.4rem;align-items:center;align-self:center;transition:.1s;line-height:1.2;font-size:1.1rem}#game5Container,#game5bg,#permissionContainer{width:100vw;width:100dvw;height:100vh;height:100dvh;position:absolute;top:0;display:flex;justify-content:center;align-content:center;max-height:100%;flex-direction:column}#bottleShake{position:absolute;display:block;align-self:center;justify-self:center;height:90dvh;padding:1rem;bottom:-10rem;cursor:pointer;transition:transform .2s ease-in-out;z-index:300}.dark #bottleShake{filter:invert(1)}#permissionBtn{position:absolute;align-self:center;justify-self:center;outline:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;top:8rem;cursor:pointer;height:3rem;font-size:1rem;background:none;color:#000;border:none;border-radius:5px;border:2px black solid;padding:10px}.dark #permissionBtn{color:#ffffffe6;border:2px rgba(255,255,255,.9) solid}#shakeData{position:absolute;top:4.5rem;text-align:center;margin:0 auto;left:0;right:0;justify-self:center}@keyframes shake{0%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}to{transform:rotate(-3deg)}}@keyframes shakeSlowDown{10%{transform:rotate(-3deg)}20%{transform:rotate(3deg)}30%{transform:rotate(-3deg)}40%{transform:rotate(2deg)}50%{transform:rotate(-2deg)}60%{transform:rotate(2deg)}70%{transform:rotate(-1deg)}80%{transform:rotate(1deg)}90%{transform:rotate(-1deg)}to{transform:rotate(0)}}#clickTextGame5{position:absolute;top:0;margin-top:5.4rem;align-items:center;align-self:center;transition:.1s;line-height:1.2;font-size:1.1rem}#game5End{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;font-size:2rem;text-align:center;z-index:800;gap:1rem;background-color:#fff;cursor:pointer}.dark #game5End{background-color:#000}#game5End p{font-size:1rem;color:#000;display:none}.dark #game5End p{color:#fff}#game5Pop{padding-top:1rem;position:absolute;z-index:600}#game5Pop img{width:95vw;width:95dvw;display:none}#game5Pop .light-img{display:block}#game5Pop .dark-img,.dark #game5Pop .light-img{display:none}.dark #game5Pop .dark-img{display:block}#spacing{flex-grow:1}.bubbles-container{position:absolute;display:flex;top:0;left:0;height:100vh;width:100vw;height:100dvh;width:100dvw}#bubble{position:absolute;width:2rem;height:2rem;margin:auto;border:1px solid rgb(255,192,110);filter:blur(.5);border-radius:50%;box-shadow:inset 0 0 15px 3px #ffb655;background-color:#fff0dc}.dark #bubble{box-shadow:inset 0 0 15px 3px #ffb655;background-color:#fff0dc}@keyframes animateBubble{0%{bottom:-5vh}to{bottom:100vh}}@keyframes swiggle{0%{margin-left:2rem}to{margin-left:-2rem}}
