@import"https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700;800;900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pet-display{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.pet-display h1{font-size:2rem!important;margin:0;padding:.5rem!important;background-color:var(--light);color:var(--highlight2);border-radius:.5rem;width:100%;text-align:center}.arrow-btn{font-size:5rem;color:var(--gray1);background-color:transparent;border:none;cursor:pointer;transition:.25s;height:auto}.arrow-btn:disabled{opacity:0;cursor:auto;color:var(--gray1)}.arrow-btn:hover{scale:1.1}.pet-img{width:25rem;height:25rem;border-radius:25px;background-color:var(--light);color:var(--highlight2);font-size:2rem;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.interact-pet-box{padding-top:1rem!important}.stats{display:flex;gap:.5rem;justify-content:center;align-items:center;align-content:center;flex-direction:column;font-size:1.25rem;font-weight:900;background-color:var(--light);color:var(--highlight2);border-radius:.5rem;padding:.5rem;width:100%}.happiness-bar-holder{display:flex;gap:.5rem;justify-content:center;align-items:center;font-size:1.5rem;height:1rem;width:100%;font-weight:900;border-radius:.5rem;position:relative}.happiness-bar-holder .heart-icon{transition:.5s}.happiness-bar-holder .xp-popup{transition:.5s;position:absolute;top:50%;left:.75rem;transform:translate(-50%,-50%);z-index:1}.happiness-bar{display:flex;gap:.5rem;justify-content:flex-start;align-items:center;font-size:1.5rem;height:1.25rem;width:100%;font-weight:900;background-color:#e6e7d5;border-radius:.5rem;position:relative}.happiness-bar p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1rem;padding:.5rem;opacity:0%;transition:.25s;color:var(--gray1)}.happiness-bar-holder:hover .happiness-bar p{opacity:100%}.happiness-fill{background-color:var(--highlight2);height:100%;border-radius:5px;transition:.5s}@media (min-width: 600px){.burned-cgld-mobile{display:none!important}}@media (max-width: 800px){.waredrobe{gap:0rem!important}.pet-display{max-width:20rem;min-height:20rem}.pet-display .side-by-side{gap:0rem;position:relative}.pet-img{width:15rem;height:15rem;font-size:3rem}.arrow-btn{right:100%;font-size:4rem}.arrow-btn:last-child{left:100%}.burned-cgld-mobile{display:inline-block}.background-group{gap:1.5rem!important;background-color:var(--light);color:var(--highlight2);border-radius:.5rem;padding:1rem;width:100%}.background-group .big-icon{background-color:var(--gray3);width:4.5rem;height:4.5rem;font-size:.8rem}.background-group .big-icon img{width:4.5rem;height:4.5rem}.background-group .btn{font-size:1.5rem;padding:1rem;background-color:var(--gray3);color:var(--highlight2);border-radius:.5rem;border:none;cursor:pointer;transition:.25s}}@media (max-width: 420px){.arrow-btn{position:absolute}}.popup-holder{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;display:flex;justify-content:center;align-items:center}.popup-close{position:absolute;top:10px;right:10px;cursor:pointer;color:var(--highlight2);font-size:25spx}.popup{position:relative;background-color:var(--gray3);border-color:var(--light);border-width:4px;border-style:solid;box-shadow:0 0 10px #0003;padding:2rem 3rem;border-radius:20px;display:flex;flex-direction:column;gap:2rem;justify-content:space-between;align-items:center;max-width:90%;max-height:90%}.striped{padding:1rem;text-align:center;width:100%;background-size:84.85px 84.85px;min-height:77px;display:flex;background-color:var(--gray3);border-bottom:4px solid var(--light)}header{justify-content:space-between;align-items:center;align-content:center;position:relative;padding-left:5rem!important;padding-right:5rem!important}header .button-group{display:flex;gap:2rem;justify-content:center;flex-direction:row;flex-wrap:wrap;padding:0;margin:0}header .hidden{visibility:hidden}header .button-group:nth-child(2){position:absolute;left:50%;transform:translate(-50%)}footer{justify-content:space-between;align-items:center;align-content:center;flex-direction:row;color:var(--highlight2);gap:.5rem;border-top:4px solid var(--light);border-bottom:0px!important;padding-left:5rem!important;padding-right:5rem!important}footer .main-group{position:absolute;left:50%;transform:translate(-50%)}footer .button-group a{color:var(--highlight2)!important}footer h3{padding:0!important;margin:0;font-size:1rem}@media (min-width: 600px){.burned-cgld{display:inline-block!important}}@media (max-width: 800px){header{padding-left:0rem!important;padding-right:0rem!important;display:flex;justify-content:center;gap:2rem}header .button-group:nth-child(2){position:relative!important;left:0!important;transform:translate(0)!important}footer{padding-left:.5rem!important;padding-right:.5rem!important;justify-content:space-around}footer .main-group{position:relative;left:0;transform:translate(0)}.burned-cgld{display:none}}@media (max-width: 600px){header .button-group:nth-child(2){position:absolute!important;left:50%!important;transform:translate(-50%)!important;width:100%}}.waredrobe{display:flex;align-content:flex-start}.waredrobe .pet-display{display:flex;flex-direction:row;align-content:flex-start;gap:1rem}.waredrobe .pet-display .inner-display{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.waredrobe .pet-display .inner-display h1{font-size:2rem!important;margin:0;padding:.5rem!important;background-color:var(--light);color:var(--highlight2);border-radius:.5rem;width:100%;text-align:center}.waredrobe .button-group{align-items:center}.waredrobe .button-group .arrow-btn{position:inherit;right:inherit}.button-group-vertical{display:flex;flex-direction:column;gap:1rem;align-content:flex-start}.button-group-vertical .button-grid{display:flex;flex-direction:column;align-content:flex-start;gap:1rem}.item-info img{width:20rem;height:20rem;border-radius:25px;margin-top:1rem;margin-bottom:1rem}.button-grid{display:flex;flex-direction:column;align-content:flex-start;gap:1rem}@media screen and (max-width: 768px){.waredrobe{flex-direction:column!important}.item-info h1{font-size:1.25rem!important}.item-info img{width:10rem;height:10rem}.button-group-vertical{flex-direction:row!important;flex-wrap:wrap;justify-content:center}.button-group-vertical button{width:4.5rem;height:4.5rem;font-size:.8rem}.button-group-vertical button img{width:4.5rem;height:4.5rem}.pet-display{flex-direction:column!important}}.store-item{justify-content:center;border-radius:20px;display:flex;flex-direction:column;gap:1rem;padding:2rem 3rem;justify-content:space-between;align-items:center;background-color:var(--gray3);border-color:var(--light);border-width:4px;border-style:solid;box-shadow:0 0 10px #0003;margin-left:1rem;margin-right:1rem}.store-item h1{font-size:2rem!important;margin:0;padding:.5rem!important;background-color:var(--light);color:var(--highlight2);border-radius:.5rem;width:100%;text-align:center}.store-item-header{margin-bottom:1rem}.store-item-image{position:relative}.store-item-image .icon-btn{font-size:1.5rem;background-color:var(--light);padding:1rem;cursor:default;border:none;width:-moz-fit-content;width:fit-content}.store-item-image .icon-btn:hover{border:none;padding:1rem;scale:none;scale:1!important}.store-item-image .timer{position:absolute;top:-15px;right:-15px;background-color:var(--light);color:var(--highlight2);font-weight:900;font-size:1.5rem;padding:.5rem;border-radius:.5rem}.store-item-body{display:flex;flex-direction:row;gap:2rem;align-items:flex-start;justify-content:justify;width:100%}.store-item-body .stats{text-align:left;justify-content:flex-start;align-items:flex-start;font-size:1rem}.store-item-body img{width:20rem;height:20rem;border-radius:20px;background-color:var(--gray1)}.store-item-body .store-item-info{margin-top:1rem;gap:1rem}.store-item-body .store-item-info .btn{margin-top:1rem;font-size:1.5rem}.store-item-body .store-item-info h2{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.store-item-body .store-item-info h2 img{width:1.5rem;height:1.5rem}.store-item-body p{max-width:40rem;text-align:center}.store-holder{display:flex;flex-direction:column;gap:2rem}.item-info{display:flex;flex-direction:column;gap:0rem;align-items:center;justify-content:center;text-align:center}.item-info p{margin-top:1rem}.item-info a{font-weight:bolder;margin-top:1rem}@media (max-width: 768px){.store-item img{width:12rem;height:12rem}.store-item .store-item-body{flex-direction:column;align-items:center;justify-content:center;gap:0rem}.store-item .store-item-body .store-item-info{text-align:center;display:flex;flex-direction:column;gap:1rem}.store-item .store-item-body .store-item-info .btn{font-size:1.25rem;padding:.5rem;width:100%}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--gray1: #9c9884;--gray2: #bcb7a3;--gray3: #E6DFC2;--light: #F5F7E0;--highlight1: #f2f5a9;--highlight2: #F0A425;--dark: #896735;--font: #362812;background-color:var(--gray3);color:var(--dark);font-family:"M PLUS Rounded 1c",sans-serif;font-weight:500;font-style:normal;scrollbar-width:thin;scrollbar-color:#F0A425 #F5F7E0}*::-webkit-scrollbar{height:10px;width:10px}*::-webkit-scrollbar-track{border-radius:5px;background-color:#f5f7e0}*::-webkit-scrollbar-track:hover{background-color:#f5f7e0}*::-webkit-scrollbar-track:active{background-color:#f5f7e0}*::-webkit-scrollbar-thumb{border-radius:5px;background-color:#f0a425}*::-webkit-scrollbar-thumb:hover{background-color:#f0a425}*::-webkit-scrollbar-thumb:active{background-color:#f0a425}*{box-sizing:border-box;margin:0;padding:0}#star-pattern{background-image:url(/assets/banana2-44FT0guL.svg);background-size:10%;position:fixed;left:50%;top:0;translate:-50% 0%;z-index:-2;height:100%;width:100%;min-width:1200px;opacity:.75}.animated-pan{animation:pan 60s linear infinite;will-change:background-position}#gradient-overlay{background:radial-gradient(circle,transparent 75%,var(--gray3));position:fixed;left:0;top:0;width:100%;height:100%;opacity:.9;z-index:-1}.Toastify__toast{background-color:var(--gray3);color:var(--font)}.Toastify__close-button{color:var(--font)}@keyframes pan{0%{background-position:0% 0%}to{background-position:100% 0%}}#root{width:100%;height:100vh}a{font-weight:500;color:var(--highlight2);text-decoration:inherit}a:hover{color:var(--highlight2);scale:1.1}body{margin:0;display:flex;place-items:center;width:100%}h1{font-size:3.2em;line-height:1.1}input{margin:.5em!important;padding:.2em!important}.btn{border-radius:5px;border:3px solid transparent;padding:.2em 1.1em;font-size:1em;font-weight:900;font-family:inherit;background-color:var(--light);color:var(--highlight2);cursor:pointer;transition:border-color .25s;position:relative}.btn:hover{border-color:var(--highlight2)}.btn:focus,.btn:focus-visible{outline:4px auto -webkit-focus-ring-color}.btn:disabled{color:var(--gray1);border-color:var(--light);cursor:not-allowed}.icon-btn{border-radius:15px;border:3px solid transparent;width:3rem;height:3rem;font-size:1em;font-weight:900;font-family:inherit;background-color:var(--light);color:var(--highlight2);cursor:pointer;transition:border-color .25s;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.25rem;position:relative}.icon-btn img{width:5.5rem;height:5.5rem}.big-icon{font-size:1.25rem;width:5.5rem;height:5.5rem}.big-icon p{font-size:1rem}.icon-btn:hover{border-color:var(--highlight2)}.icon-btn:focus,.icon-btn:focus-visible{outline:4px auto -webkit-focus-ring-color}.icon-btn:disabled{color:var(--gray1);border-color:var(--light);cursor:not-allowed}.btn-with-info{position:relative}.info-icon{position:absolute;bottom:-15px;right:-15px;background-color:#e6e7d5;color:var(--highlight2);width:2em;height:2em}.disabled{color:var(--gray1);border-color:var(--light);cursor:not-allowed}.disabled:hover{border-color:var(--light)}.button-group{display:flex;gap:1rem;justify-content:center;flex-direction:row;flex-wrap:wrap}.page-body{display:flex;width:100%;min-height:100vh;align-items:center;justify-content:space-between;flex-direction:column;gap:1rem}.page-manager{width:100%;position:relative;min-height:100vh}.link{color:var(--light);transition:.25s}.link:hover{color:var(--highlight2)}.info-box{border-radius:20px;display:flex;flex-direction:column;gap:1rem;padding:2rem 3rem;justify-content:space-between;align-items:center;background-color:var(--gray3);border-color:var(--light);border-width:4px;border-style:solid;box-shadow:0 0 10px #0003;margin-left:1rem;margin-right:1rem}.info-box h1{font-size:2.5rem;margin:0;padding:0;text-align:center}.info-box p{max-width:40rem;text-align:center}.side-by-side{display:flex;gap:1rem;justify-content:center;flex-direction:row;flex-wrap:wrap;align-items:center}@media (max-width: 800px){.info-box{padding:1rem 2rem}}.sound-controls{position:absolute;bottom:20px;left:20px;display:flex;gap:1rem;justify-content:center;flex-direction:row;flex-wrap:wrap}
