@charset "UTF-8";@font-face{font-family:Campaign;src:url(./grinched-regular-Bv55VIPw.otf) format("opentype");font-weight:400;font-style:normal}*:before,*:after{box-sizing:border-box}*{box-sizing:inherit;font-family:inherit;font-size:inherit;margin:0;padding:0;transition:all ease .3s;user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-user-drag:none}html,body{touch-action:manipulation}body{box-sizing:border-box;display:flex;height:100vh;line-height:1.2;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased}@media only screen and (max-width:639px){body{font-size:90%}}img,picture,video,canvas,svg{display:block;max-width:100%}img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}img:focus{outline:none}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}h1,h2,h3,h4,h5,h6,p,b,strong,i,em,mark,small,del,ins,sub,sup,code,pre,a,li,div{letter-spacing:.04rem}h1,h2,h3,h4,h5,h6{font-family:Orbitron,sans-serif}p,b,strong,i,em,mark,small,del,ins,sub,sup,code,pre,a,li,div{font-family:Roboto,sans-serif}b,strong{font-weight:600}i,em{font-style:italic}ul,ol{list-style-type:none}body{background-position:center;background-repeat:repeat;background-color:#01ff01;background-image:url(./background-desktop-DaUDOSeg.webp);background-size:cover;display:grid}@media only screen and (max-width:639px){body{background-image:url(./background-mobile-DjnNyI4M.webp);background-size:contain}}.game_container{align-items:center;display:flex;justify-content:center;flex-direction:column;gap:.6rem;padding:.6rem;height:fit-content;margin:0 auto;max-width:57.5rem;width:100%}.game_container--header{align-items:center;display:flex;justify-content:center;flex-direction:column;text-align:center;gap:.3rem;position:relative}.game_container--header-image{align-items:center;display:flex;justify-content:center;gap:1rem;position:relative}.game_container--header-image-logo,.game_container--header-image-char{display:block;width:auto}.game_container--header-image-logo{max-width:10rem}.game_container--header-image-char{max-width:7rem;transform:translateY(-1rem)}.game_container--header-content-title{font-size:1.4rem;letter-spacing:-.01em;color:#01ff01;margin:0}@media only screen and (max-width:639px){.game_container--header-content-title{font-size:1.4rem}}.game_container--header-content-description{font-size:1rem;background-color:#202020;color:#fff;display:inline}@media only screen and (max-width:639px){.game_container--header-content-description{font-size:.9rem}}.game_container--header-day{align-items:center;display:flex;justify-content:center;background-color:#fff;border-radius:.3rem;box-sizing:border-box;gap:.15rem;padding:.15rem .3rem;position:absolute;transform:translate(6.5rem,.7rem)}@media only screen and (min-width:640px)and (max-width:992px){.game_container--header-day{transform:translate(6.5rem,.5rem)}}@media only screen and (max-width:639px){.game_container--header-day{padding:.1rem .2rem;transform:translate(6.5rem,-.2rem)}}.game_container--header-day-calendar{width:1rem}@media only screen and (max-width:639px){.game_container--header-day-calendar{width:.85rem}}.game_container--header-day-month{font-size:1.1rem;color:#202020;font-weight:600}@media only screen and (max-width:639px){.game_container--header-day-month{font-size:.9rem}}.game_container--header-day-week{background-color:#01ff01;border:.1rem solid #202020;border-radius:.3rem;color:#202020;font-size:.6rem;font-weight:700;padding:.05rem .15rem}@media only screen and (max-width:639px){.game_container--header-day-week{border-width:.05rem;font-size:.5rem}}.game_container--calendar{width:100%}.game_container--calendar-week{align-items:center;display:flex;justify-content:center;flex-grow:1;gap:.3rem}.game_container--calendar-week-day{font-size:1.1rem;background-color:#01ff01;border-radius:.3rem;color:#202020;flex-grow:1;font-weight:800;padding:.2rem 0 .1rem;text-align:center;text-transform:uppercase}@media only screen and (max-width:639px){.game_container--calendar-week-day{font-size:1rem}}.game_container--calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.3rem;width:100%}@media only screen and (max-width:639px){.game_container--calendar-grid{gap:.2rem}}.game_container--calendar-grid .day{background-position:center;background-repeat:repeat;background-size:cover;aspect-ratio:1/1;background-size:50%;background-repeat:no-repeat;border-radius:.7rem;cursor:pointer;max-height:5rem;height:auto;max-width:8rem;width:100%;position:relative;transition:transform .12s ease,box-shadow .12s ease}@media only screen and (max-width:639px){.game_container--calendar-grid .day{background-size:80%}}.game_container--calendar-grid .day:not(.locked,.past,.current):hover{cursor:not-allowed;box-shadow:0 .5rem .5rem #00000059;transform:translateY(-.3rem)}.game_container--calendar-grid .day.current:not(.locked):hover{transform:translateY(-.3rem) scale(1.1);box-shadow:0 .5rem .5rem #00000059}.game_container--calendar-grid .day .num{font-size:1rem;color:#fff;font-weight:700}.game_container--calendar-grid .day .bottom .muted{color:#01ff01;font-size:0rem}.game_container--calendar-grid .day .bottom .icon{font-size:1.1rem;aspect-ratio:1/1;border-radius:.3rem;box-sizing:border-box;background-color:#01ff01;color:#fff;outline:.1rem solid #01ff01;font-weight:700;line-height:.75rem;overflow:hidden;padding:.1rem;position:absolute;right:-.25rem;bottom:-.25rem;max-width:1.5rem;width:100%;z-index:2}@media only screen and (max-width:639px){.game_container--calendar-grid .day .bottom .icon{max-width:1rem;line-height:.5rem}}.game_container--calendar-grid .day.past{cursor:not-allowed}.game_container--calendar-grid .day.past.missed{background-color:#202020;border:.15rem dashed #01ff01}.game_container--calendar-grid .day.past.claimed{background-color:#202020;border:.1rem solid #01ff01}.game_container--calendar-grid .day.past.claimed .num{color:#fff}.game_container--calendar-grid .day.past.claimed .bottom .icon{background-color:#202020;line-height:1.4rem}@media only screen and (max-width:639px){.game_container--calendar-grid .day.past.claimed .bottom .icon{line-height:.9rem}}.game_container--calendar-grid .day.past .num{font-size:1rem;position:absolute;top:.3rem;left:.4rem}@media only screen and (max-width:639px){.game_container--calendar-grid .day.past .num{font-size:.8rem;top:.15rem;left:.3rem}}.game_container--calendar-grid .day.past .bottom .muted{display:none}.game_container--calendar-grid .day.past .bottom .icon{z-index:3}.game_container--calendar-grid .day.current{animation:actualDay 1s infinite ease;animation-fill-mode:none}@keyframes actualDay{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.game_container--calendar-grid .day.current{background-color:#fff;box-shadow:0 .5rem 1.4rem .1rem .2rem .8rem 0 #ffff00b3;transform:scale(1.1);border:.15rem solid #01ff01;z-index:3}.game_container--calendar-grid .day.current:after{animation:dayGlow 3s infinite ease;animation-fill-mode:none}.game_container--calendar-grid .day.current:after{content:"";aspect-ratio:1/1;background-image:url(./glow-CJ5ozkZG.png);top:-100%;left:-50%;margin:0 auto;width:200%;height:auto;z-index:-1}.game_container--calendar-grid .day.current .num{left:0;right:0;margin:0 auto;background:#090909;border-radius:.3rem;border:.1rem solid #01ff01;color:#fff;font-size:.7rem;line-height:1rem;padding:.16rem .6rem .02rem;position:absolute;text-transform:uppercase;top:-.7rem;width:fit-content}@media only screen and (max-width:639px){.game_container--calendar-grid .day.current .num{font-size:.55rem;padding:.1rem .3rem;top:-.5rem}}.game_container--calendar-grid .day.current .bottom .muted,.game_container--calendar-grid .day.current .bottom .icon{display:none}.game_container--calendar-grid .day.future{filter:grayscale(90%);background-size:1.6rem;background-position:92% 92%;border:.1rem solid #01ff01;opacity:1;cursor:default}@media only screen and (max-width:639px){.game_container--calendar-grid .day.future{background-size:.8rem;background-position:center 95%}}.game_container--calendar-grid .day.future .num{color:#01ff01}.game_container--calendar-grid .day.future .bottom .icon{display:none}.game_container--controls{align-items:center;display:flex;justify-content:center;flex-direction:column;gap:.6rem;text-align:center}.game_container--controls-btn{background-color:#01ff01;border-radius:.3rem;border:none;box-shadow:0 .6rem 1.2rem #0d162159;color:#202020;cursor:pointer;font-size:.95rem;font-weight:700;max-width:12rem;min-width:5rem;width:auto;height:2.75rem;padding:0 .7rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:all ease .3s;outline:.2rem solid transparent;outline-offset:.3rem;white-space:nowrap}.game_container--controls-btn:hover{outline:.1rem solid #01ff01;outline-offset:.1rem}@media only screen and (max-width:639px){.game_container--controls-btn{font-size:.85rem;height:2.3rem;min-width:6.25rem}}.game_container--controls-btn{font-weight:800;max-width:22rem;width:100%}.game_container--controls-instructions{color:#131e29;font-size:.75rem;color:#fff}.game_modal{background-color:#090909cf;box-sizing:border-box;display:grid;place-items:center;align-content:center;inset:0;padding:.6rem;position:fixed;width:100vw;height:100vh;z-index:999;-webkit-backdrop-filter:blur(.3rem);backdrop-filter:blur(.3rem);gap:.6rem}.game_modal--message{align-items:center;display:flex;justify-content:center;flex-direction:column;padding-bottom:1.5rem;position:relative;text-align:center;width:92%}.game_modal--message-close{background:transparent;border:none;color:#fff;cursor:pointer;font-size:1.05rem;position:absolute;right:2rem;top:1rem}.game_modal--message-title{font-size:1.1rem;align-items:center;display:flex;justify-content:center;flex-direction:column;color:#fff;text-transform:uppercase}@media only screen and (max-width:639px){.game_modal--message-title{padding:0rem}}.game_modal--message-title>span{background-color:#fff;border-radius:.3rem;color:#131e29;padding:.8rem}@media only screen and (max-width:639px){.game_modal--message-title>span{padding:.4rem}}.game_modal--message-description{font-size:.9rem;color:#01ff01}.game_modal--message-score>p,.game_modal--message-score>p span{animation:scoreColor 2s infinite ease;animation-fill-mode:none}@keyframes scoreColor{0%{color:#01ff01}50%{color:#01ff01}to{color:#01ff01}}.game_modal--message-image{aspect-ratio:346/187;border:.1rem solid #01ff01;box-shadow:.1rem .2rem .8rem #0d162133;display:inline-block;max-width:40rem;width:auto;height:auto}.game_modal--board{background-color:#fff;border-radius:.3rem;display:grid;grid-template-columns:repeat(2,1fr);height:auto;min-height:9rem;outline:.1rem solid #01ff01;outline-width:.15rem;padding-top:1.6rem;position:relative;text-align:center;max-width:20rem;width:100%;gap:.7rem}.game_modal--board:after{background-position:center;background-repeat:repeat;background-size:cover;content:"";display:block;position:absolute;animation:dayGlow 6s infinite linear;animation-fill-mode:none}@keyframes dayGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.game_modal--board:after{content:"";aspect-ratio:1/1;background-image:url(./glow-CJ5ozkZG.png);width:150%;height:auto;z-index:-1;grid-column-start:1;grid-column-end:3;justify-self:center;align-self:center}.game_modal--board-redime{color:#131e29;font-size:.75rem;position:absolute;left:0;right:0;margin:0 auto}@keyframes redimeAnimation{0%{background-color:#01ff01}50%{background-color:#01ff01}to{background-color:#01ff01}}.game_modal--board-redime{animation:redimeAnimation 1s infinite ease;animation-fill-mode:none;background:radial-gradient(circle,#95c221,#01633a 72% 100%);border:.1rem solid #01ff01;border-radius:.3rem;box-shadow:.1rem .2rem .8rem #0d162133;color:#fff;font-size:.9rem;padding:.4rem 1rem;top:-1.2rem;width:fit-content}.game_modal--board-coupon{align-items:center;display:flex;justify-content:center;background-color:#1f1f1f;border-radius:.3rem;color:#01ff01;cursor:pointer;font-weight:500;gap:.8rem;margin:0 auto;outline:.1rem solid #01ff01;outline-offset:.15rem;padding:.5rem 1rem .4rem;margin-right:.6rem;max-width:19rem;width:fit-content}@media only screen and (max-width:639px){.game_modal--board-coupon{max-width:16rem;padding:.5rem .3rem}}.game_modal--board-coupon-code{font-size:1.4rem;letter-spacing:-.01em;cursor:pointer;text-transform:uppercase;transition:all ease .3s}.game_modal--board-coupon-code:hover{color:#fff}.game_modal--board-coupon-icon{cursor:default}.game_modal--board-coupon-pophover{filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(150deg) brightness(103%) contrast(101%);position:relative;height:1.25rem;width:1.25rem}.game_modal--board-coupon-pophover>span{content:"";display:block;position:absolute;color:#131e29;font-size:.75rem;animation:copyCode 2s infinite ease;animation-fill-mode:none}@keyframes copyCode{0%{top:-3.3rem;opacity:0}30%{top:-3.75rem;opacity:1}to{top:-3.75rem;opacity:1}}.game_modal--board-coupon-pophover>span{animation-play-state:initial;background-color:#01ff01;border-radius:.3rem;border:.1rem solid #01ff01;box-shadow:.1rem .2rem .8rem #0d162133;color:#fff;opacity:0;padding:.27rem .45rem;min-height:1.87rem;width:4.3rem;top:-3.75rem;right:50%;transform:translate(50%)}.game_modal--board-coupon-pophover>span:before{content:"";display:block;position:absolute;left:0;right:0;margin:0 auto;border-style:solid;border-width:.5rem .4rem 0 .4rem;border-color:#01ff01 transparent transparent transparent;width:0;height:0;bottom:-.5rem}.game_modal--coupon-title{font-size:1.1rem;grid-column-start:1;grid-column-end:3;padding:0 .6rem .2rem;text-transform:uppercase}.game_modal--coupon-cta{font-size:1rem;font-weight:700;margin-left:.6rem}.game_modal--terms{color:#131e29;font-size:.75rem;color:#090909;grid-column-start:1;grid-column-end:3;padding:0 .6rem}.game_modal--counter{background-color:#202020;border-radius:0 0 .3rem .3rem;gap:.3rem;display:grid;align-items:center;justify-content:center;grid-template-columns:repeat(2,1fr);grid-column-start:1;grid-column-end:3;padding:.6rem;width:100%}.game_modal--counter-cta{font-size:.9rem;color:#01ff01;text-transform:uppercase;text-align:center}.game_modal--counter-time{font-size:1.1rem;background-color:#fff;border-radius:.3rem;color:#202020;font-weight:800;margin:0 auto;padding:.3rem .4rem;width:max-content}.game_modal--btn{align-items:center;display:flex;justify-content:center;flex-grow:1;max-width:20rem;width:100%;gap:.6rem}.game_modal--btn-copy{background-color:#01ff01;border-radius:.3rem;border:none;box-shadow:0 .6rem 1.2rem #0d162159;color:#202020;cursor:pointer;font-size:.95rem;font-weight:700;max-width:12rem;min-width:5rem;width:auto;height:2.75rem;padding:0 .7rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:all ease .3s;outline:.2rem solid transparent;outline-offset:.3rem;white-space:nowrap}.game_modal--btn-copy:hover{outline:.1rem solid #01ff01;outline-offset:.1rem}@media only screen and (max-width:639px){.game_modal--btn-copy{font-size:.85rem;height:2.3rem;min-width:6.25rem}}.game_modal--btn-copy{border:.1rem solid #01ff01;color:#202020;flex-grow:1}.game_modal--btn-start{background-color:#01ff01;border-radius:.3rem;border:none;box-shadow:0 .6rem 1.2rem #0d162159;color:#202020;cursor:pointer;font-size:.95rem;font-weight:700;max-width:12rem;min-width:5rem;width:auto;height:2.75rem;padding:0 .7rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:all ease .3s;outline:.2rem solid transparent;outline-offset:.3rem;white-space:nowrap}.game_modal--btn-start:hover{outline:.1rem solid #01ff01;outline-offset:.1rem}@media only screen and (max-width:639px){.game_modal--btn-start{font-size:.85rem;height:2.3rem;min-width:6.25rem}}.game_modal--btn-start{background-color:#202020;color:#fff}.game_modal--btn-start:hover{outline:.1rem solid #ffffff;outline-offset:.1rem}.game_modal--btn-start{border:.1rem solid #01ff01;flex-grow:1}.hidden{display:none!important}.active{color:#01ff01!important}.missed{color:gray!important}.disabled{color:#131e29!important}.opacity{opacity:0!important}.btnActive{outline:.3rem solid #01ff01;outline-offset:0;cursor:not-allowed!important}.btnActive:hover{box-shadow:unset!important}
