html,body,*,*:after,*:before{padding:0;margin:0;box-sizing:border-box}body{width:100%;height:100dvh;overflow:hidden;background-color:#000000e6;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-weight:400;font-style:normal;position:relative;font-size:12px}#app{width:100%;height:100%;overflow:hidden}#movie-of-the-day--image{position:absolute;width:calc(100% - 4rem);height:calc(100% - 4rem);left:0;right:0;top:0;bottom:0;margin:2rem;border:4px solid transparent;z-index:10;transition:all .1s;border-radius:10px;-o-object-fit:cover;object-fit:cover}#movie-of-the-day--image:hover{cursor:default}#movie-of-the-day--image.won{border:4px solid green}#movie-of-the-day--image.lost{border:4px solid red}#movie-of-the-day--menu{position:absolute;top:0;left:0;z-index:100;width:30rem;transform:translate(-50%,-50%);cursor:grab}.desktop{height:100vh}.buttons-actions{z-index:120;position:absolute;bottom:0;right:0;height:200px;display:flex;justify-content:center;align-items:center}#attemps-container .attempt.valid{color:#6aff99;background-color:#79a8401f}#attemps-container .attempt.close{color:#ffaa6a;background-color:#a87c401f}.mobile{height:100vh;overflow:hidden}.mobile #settingModal{left:0!important;top:0!important}.mobile #settingModal .settingModal-content{padding:unset}.mobile #top-container{width:100%;left:unset;padding:2rem 1rem 0}.mobile #top-container #movie-of-the-day--hints{display:none}.mobile #top-container #movie-of-the-day--date{background:unset}.mobile #top-container #movie-of-the-day--date .app-logo{transform:unset}.mobile #top-container .buttons-container{display:none}.mobile #movie-of-the-day--image{padding:0 1rem;margin:0 auto;width:100%;-o-object-fit:contain;object-fit:contain;position:sticky;top:2rem}.mobile #bottom-container{width:calc(100% - 2rem);left:unset;margin:0 1rem}.mobile #bottom-container #resign-component,.mobile #bottom-container #difficulty-component{display:none}.mobile #bottom-container #input-component{width:100%;max-width:unset;min-width:unset;bottom:4rem}.mobile #bottom-container #input-component #feeling-lucky-button{display:none}.mobile #bottom-container #input-component .action-input-container button{width:70px}.mobile #bottom-container #input-component input{width:100%}.mobile #bottom-container #attempts-component{display:none}#top-container{position:absolute;display:flex;align-items:flex-start;justify-content:space-between;width:calc(100% - 6rem);left:3rem;padding:1rem 0}#bottom-container{position:absolute;display:flex;align-items:center;justify-content:space-between;width:calc(100% - 6rem);left:3rem;bottom:0;padding:1rem 0}#bottom-container .bottom-container-left{display:flex;align-items:center;gap:1rem;width:30%}#emoji-canvas{position:fixed;top:0;left:0;pointer-events:none;z-index:999}#toast-component{position:absolute;bottom:calc(2rem + 50px);left:50%;width:480px;max-width:480px;min-width:480px;translate:-50%;z-index:50;display:flex;flex-direction:column;justify-content:center;align-items:center}#toast-component .toast-item{position:absolute;width:-moz-max-content;width:max-content;display:flex;justify-content:center;align-items:center;border-radius:10px;padding:.5rem;animation:fadeUp 2s ease-out;color:#fff;text-shadow:1px 1px 2px black;background:#1f283870}.zenMode{opacity:0}.lock-fall{position:absolute;width:16px;height:16px;animation:drop-spin 2s ease-in forwards;pointer-events:none;z-index:9999}.lock-fall svg{width:100%!important;height:100%}@keyframes drop-spin{0%{transform:rotate(0)}10%{transform:translateY(-50px);opacity:1}to{transform:translateY(500px) translate(100px) rotate(720deg)}}@keyframes fadeUp{80%{opacity:1}to{translate:0 -100px;opacity:0}}@keyframes shake{0%{transform:rotate(0)}20%{transform:rotate(-20deg)}40%{transform:rotate(20deg)}60%{transform:rotate(0)}80%{transform:rotate(-20deg)}to{transform:rotate(20deg)}}.glass-effect{background:#00000059;border-radius:16px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(0,0,0,.4)}.theme-halloween{color:red}#result-container{padding:2rem;display:flex;gap:1rem;height:100vh}#result-container.won{background:linear-gradient(to top,rgba(0,255,0,.05),transparent 30%)}#result-container.lost{background:linear-gradient(to top,rgba(255,0,0,.05),transparent 30%)}#result-container .left-container{display:flex;flex-direction:column;flex:0 70%;width:70%;gap:1rem;height:100%}#result-container .left-container .top-container{display:flex;width:100%;gap:1rem}#result-container .left-container .top-container .movie-image{padding:.5rem;border-radius:10px;flex:0 70%;width:70%;position:relative}#result-container .left-container .top-container .movie-image #movie-of-the-day--image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:relative;padding:0;margin:0;border-radius:5px;border:none}#result-container .left-container .top-container .movie-image #movie-of-the-day--image.lost{border:2px solid red}#result-container .left-container .top-container .movie-image #movie-of-the-day--image.won{border:2px solid green}#result-container .left-container .top-container .movie-poster{padding:.5rem;border-radius:10px;flex:0 30%;width:30%}#result-container .left-container .top-container .movie-poster img{-o-object-fit:cover;object-fit:cover;width:100%;border-radius:5px}#result-container .left-container .bottom-container{width:100%;height:100%}#result-container .left-container .bottom-container .movie-information{color:#fff;padding:1rem;height:100%}#result-container .left-container .bottom-container .movie-information .information-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}#result-container .left-container .bottom-container .movie-information .information-header .information-header-title{font-size:2rem;font-weight:700}#result-container .left-container .bottom-container .movie-information .information-header .information-header-entitle{font-size:1.25rem}#result-container .left-container .bottom-container .movie-information .information-list{display:flex;flex-direction:column;gap:.25rem}#result-container .left-container .bottom-container .movie-information .information-list .information-item{font-size:.9rem;display:flex;align-items:center;gap:.5rem}#result-container .left-container .bottom-container .movie-information .information-list .information-item span:nth-child(1){opacity:.7}#result-container .left-container .bottom-container .movie-information .information-list .information-item.item-long{opacity:.7;margin-top:.5rem;align-items:start;flex-direction:column}#result-container .left-container .bottom-container .movie-information .information-links{margin-top:1rem;display:flex;gap:1rem;align-items:center}#result-container .left-container .bottom-container .movie-information .information-links a{padding:.25rem .5rem;color:#fff;text-decoration:none;border:1px solid gray;display:flex;justify-content:center;align-items:center;border-radius:5px}#result-container .left-container .bottom-container .movie-information .information-links a img{margin-right:.5rem;width:16px}#result-container .right-container{display:flex;flex-direction:column;flex:0 30%;width:30%;color:#fff;gap:1rem;height:100%}#result-container .right-container .result-informations{padding:1rem 2rem 2rem;height:100%}#result-container .right-container .result-informations img{width:20%}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.loader[data-v-11425181]{width:0;height:2px}.loading-loader[data-v-11425181]{animation:load-11425181 5s linear forwards}@keyframes load-11425181{to{width:100%}}#settingModal[data-v-4aafdfb2]{position:absolute;left:-3rem;top:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;color:#fff}#settingModal .settingModal--overlay[data-v-4aafdfb2]{z-index:300;position:absolute;width:100%;height:100%;background-color:#0000008f}#settingModal a[data-v-4aafdfb2]{color:#fff}#settingModal .settingModal-content[data-v-4aafdfb2]{padding:2rem;border-radius:.75rem;width:40%;z-index:300;background:#000}#settingModal .settingModal-content .section-container[data-v-4aafdfb2]{margin:2rem 0}#settingModal .settingModal-content .section-container .section-title[data-v-4aafdfb2]{display:block;margin-bottom:1rem;font-weight:700;font-size:1rem}#settingModal .settingModal-content .section-container ul[data-v-4aafdfb2]{list-style:none}#settingModal .settingModal-content .section-container ul li[data-v-4aafdfb2]{margin:.5rem 0}#settingModal .settingModal-content .clear-cache-button[data-v-4aafdfb2]{margin-top:2rem;border:unset;background-color:#fff;color:#000;padding:.25rem .5rem;border-radius:.25rem;cursor:pointer;display:flex;width:-moz-fit-content;width:fit-content;justify-content:center;align-items:center}#settingModal .settingModal-content .version[data-v-4aafdfb2]{opacity:.7;margin-top:2rem}#settingModal .settingModal-content .settingModal--header[data-v-4aafdfb2]{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center}#settingModal .settingModal-content .settingModal--header button[data-v-4aafdfb2]{border:unset;background-color:#fff;color:#000;padding:.25rem .5rem;border-radius:.25rem;cursor:pointer;display:flex;justify-content:center;align-items:center}.mobile #settingModal[data-v-4aafdfb2]{overflow:scroll}.mobile #settingModal .settingModal-content[data-v-4aafdfb2]{height:80vh;width:90%;padding:2rem;overflow:scroll}#langageModal[data-v-a4cb2f90]{position:absolute;left:-3rem;top:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;color:#fff}#langageModal .langageModal--overlay[data-v-a4cb2f90]{z-index:300;position:absolute;width:100%;height:100%;background-color:#0000008f}#langageModal .langageModal-content[data-v-a4cb2f90]{padding:2rem;border-radius:.75rem;z-index:300;background:#000;width:20%}#langageModal .langageModal-content .langageModal--header[data-v-a4cb2f90]{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center}#langageModal .langageModal-content .langageModal--header button[data-v-a4cb2f90]{border:unset;background-color:#fff;color:#000;padding:.25rem .5rem;border-radius:.25rem;cursor:pointer;display:flex;justify-content:center;align-items:center}#langageModal .langageModal-content .langageModal--body ul[data-v-a4cb2f90]{list-style:none;display:flex;flex-direction:column;gap:1rem}#langageModal .langageModal-content .langageModal--body ul li[data-v-a4cb2f90]{width:100%;background:#151515c7;padding:.5rem;border-radius:.5rem;display:flex;gap:.5rem;align-items:center;cursor:pointer}#langageModal .langageModal-content .langageModal--body ul li[data-v-a4cb2f90]:hover{background:#353535}.mobile #langageModal[data-v-a4cb2f90]{overflow:scroll}.mobile #langageModal .langageModal-content[data-v-a4cb2f90]{height:80vh;width:90%;padding:2rem;overflow:scroll}.active[data-v-a4cb2f90]{font-weight:700;text-decoration:underline}.buttons-container[data-v-090dc458]{z-index:150;display:flex;gap:.5rem;justify-content:flex-end;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex:0 20%;width:20%}.buttons-container #langage-modal-button[data-v-090dc458]{position:relative}.buttons-container button[data-v-090dc458]{border:unset;color:#fff;padding:.25rem .5rem;border-radius:.25rem;cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative}.buttons-container button svg[data-v-090dc458]{width:22px;height:22px}.buttons-container button .langage-label[data-v-090dc458]{margin-left:5px;opacity:.75;font-size:9px}.buttons-container button .button-item-label[data-v-090dc458]{position:absolute;width:-moz-max-content;width:max-content;bottom:-100%;background:#000;font-size:9px;border-radius:5px;padding:.5rem;display:none}.buttons-container button:hover .button-item-label[data-v-090dc458]{display:block}.buttons-container button[data-v-090dc458]:active{scale:.9}.mobile-buttons-container{z-index:150;display:flex;gap:.5rem;flex:0 30%;width:30%;justify-content:flex-end;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile-buttons-container button{border:unset;background-color:#111827;color:#fff;padding:.25rem .5rem;border-radius:.25rem;cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative}.mobile-buttons-container button svg{width:22px;height:22px}.mobile-buttons-container button .button-item-label{position:absolute;width:-moz-max-content;width:max-content;bottom:-100%;background:#111827;font-size:9px;border-radius:5px;padding:.5rem;display:none}.mobile-buttons-container button:hover .button-item-label{display:block}.mobile-buttons-container button:active{scale:.9}#share-component[data-v-49b52c4a]{color:#fff;border-radius:5px;display:flex;flex-direction:column}#share-component .share-buttons[data-v-49b52c4a]{display:flex;flex-direction:column;gap:.5rem;width:100%;margin-top:1rem}#share-component .share-body[data-v-49b52c4a]{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}#share-component .title[data-v-49b52c4a]{display:block;font-size:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #2a3a54}#share-component span[data-v-49b52c4a]{display:block;font-size:.8rem}#share-component .btn[data-v-49b52c4a]{margin-left:auto;padding:.25rem 1rem;color:#000;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:.5rem;width:100%;background:#fff;border-radius:5px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(0,0,0,.4)}#share-component .btn svg[data-v-49b52c4a]{width:22px}#share-component .btn[data-v-49b52c4a]:hover{color:#000;background-color:#dcdcdc}#share-component .btn[data-v-49b52c4a]:active{scale:.95}#share-component .btn[data-v-49b52c4a]:disabled{opacity:.6;cursor:not-allowed}.movie-of-the-day--information-container[data-v-8cd3e76d]{z-index:120;display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.movie-of-the-day--information-container #movie-of-the-day--information[data-v-8cd3e76d]{color:#fff;width:50%;border-radius:5px;padding:1rem;display:flex}.movie-of-the-day--information-container #movie-of-the-day--information .movie-of-the-day--data[data-v-8cd3e76d]{display:flex}.movie-of-the-day--information-container #movie-of-the-day--information .information-poster[data-v-8cd3e76d]{margin-right:1rem;width:100px;height:150px}.movie-of-the-day--information-container #movie-of-the-day--information .information-header[data-v-8cd3e76d]{display:flex;flex-direction:column}.movie-of-the-day--information-container #movie-of-the-day--information .information-header .information-header-title[data-v-8cd3e76d]{font-size:2rem;font-weight:700}.movie-of-the-day--information-container #movie-of-the-day--information .information-header .information-header-entitle[data-v-8cd3e76d]{font-size:1rem;font-weight:700}.movie-of-the-day--information-container #movie-of-the-day--information .information-list[data-v-8cd3e76d]{display:flex;flex-direction:column}.movie-of-the-day--information-container #movie-of-the-day--information .information-list .information-item[data-v-8cd3e76d]{display:flex;align-items:center;margin:.25rem 0}.movie-of-the-day--information-container #movie-of-the-day--information .redirection-list[data-v-8cd3e76d]{display:flex;align-items:center}.movie-of-the-day--information-container #movie-of-the-day--information .redirection-list .redirection-link[data-v-8cd3e76d]{margin:.25rem .25rem .25rem 0}.mobile #movie-of-the-day--informations[data-v-8cd3e76d]{bottom:0;left:0}#helpModal[data-v-063c65fc]{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}#helpModal .helpModal--overlay[data-v-063c65fc]{z-index:300;position:absolute;width:100%;height:100%;background-color:#0000008f}#helpModal .helpModal-content[data-v-063c65fc]{padding:2rem;border-radius:.75rem;height:-moz-fit-content;height:fit-content;width:40%;z-index:300}.mobile #helpModal .helpModal-content[data-v-063c65fc]{width:90%}#movie-of-the-day--hints[data-v-da8b6185]{z-index:80;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;display:flex;flex:0 50%;width:50%;justify-content:center}#movie-of-the-day--hints .hints-container[data-v-da8b6185]{display:flex;align-items:start;gap:1rem;width:100%}#movie-of-the-day--hints .hints-container .hint-item[data-v-da8b6185]{display:flex;justify-content:center;align-items:center;cursor:not-allowed;color:#fff;padding:.5rem;border-radius:5px;font-size:12px;position:relative;min-width:25%;animation:all .1s normal}#movie-of-the-day--hints .hints-container .hint-item .hint[data-v-da8b6185]{display:flex;justify-content:center;flex-direction:column;align-items:center;position:relative;filter:grayscale(1);cursor:not-allowed;width:100%}#movie-of-the-day--hints .hints-container .hint-item .hint div[data-v-da8b6185]:first-child{display:flex;align-items:center}#movie-of-the-day--hints .hints-container .hint-item .hint svg[data-v-da8b6185]{width:16px;margin-right:.5rem}#movie-of-the-day--hints .hints-container .hint-item .hint .hint-help[data-v-da8b6185]{flex-direction:column;justify-content:center;font-size:9px;border-radius:5px;display:none;align-items:center}#movie-of-the-day--hints .hints-container .hint-item .hint .hint-help span[data-v-da8b6185]{color:#f8f8ff}#movie-of-the-day--hints .hints-container .hint-item .hint .hint-help span[data-v-da8b6185]:nth-child(1){padding:.5rem .5rem 0}#movie-of-the-day--hints .hints-container .hint-item .hint .hint-help span[data-v-da8b6185]:nth-child(2){padding:0 .5rem .5rem}#movie-of-the-day--hints .hints-container .hint-item .hint .hint-help .hint-type[data-v-da8b6185]{margin:.5rem 0;color:#fff;border-radius:0;font-weight:700}#movie-of-the-day--hints .hints-container .hint-item .hint .hint-help .hint-description[data-v-da8b6185]{text-align:center}#movie-of-the-day--hints .hints-container .hint-item .hint .hint-help button[data-v-da8b6185]{width:100%}#movie-of-the-day--hints .hints-container .hint-item .hint:hover svg[data-v-da8b6185]{animation:shake .5s;animation-iteration-count:1}#movie-of-the-day--hints .hints-container .hint-item .hint-label[data-v-da8b6185]{position:absolute;left:.5rem;top:-.5rem;background:#111827;color:#fff;font-size:9px;padding:.2rem .4rem;border-radius:5px}#movie-of-the-day--hints .hints-container .hint-item.active[data-v-da8b6185]{background:#f8f8ff;color:#000;cursor:default;animation:showOnActive-da8b6185 .25s ease-in-out}#movie-of-the-day--hints .hints-container .hint-item[data-v-da8b6185]:active{scale:.9;rotate:-10deg}#movie-of-the-day--hints .hints-container .hint-item:hover .hint-help[data-v-da8b6185]{display:flex}#movie-of-the-day--hints button[data-v-da8b6185]{height:30px;color:#000;background-color:#fff;border:unset;border-radius:5px;cursor:pointer;font-size:11px;margin-top:5px}#movie-of-the-day--hints button[data-v-da8b6185]:active{scale:.97}@keyframes showOnActive-da8b6185{10%{transform:translateY(-10%);rotate:10deg}60%{transform:translateY(50%)}80%{transform:translateY(-5%)}to{transform:translateY(0);rotate:0deg}}.mobile .hints-container[data-v-da8b6185]{justify-content:center}#mobile-movie-of-the-day--hints[data-v-69b6be86]{z-index:80;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;top:10rem;display:flex;justify-content:center;width:100%}#mobile-movie-of-the-day--hints .hints-container[data-v-69b6be86]{display:flex;align-items:center;gap:.5rem;width:90%;max-width:90%}#mobile-movie-of-the-day--hints .hints-container .hint-item[data-v-69b6be86]{display:flex;justify-content:center;align-items:center;cursor:not-allowed;background:#111827;color:#fff;padding:.5rem;border-radius:5px;font-size:10px;position:relative;animation:all .1s normal;width:33.3333333333%}#mobile-movie-of-the-day--hints .hints-container .hint-item .hint[data-v-69b6be86]{display:flex;justify-content:center;align-items:center;position:relative;filter:grayscale(1);cursor:not-allowed}#mobile-movie-of-the-day--hints .hints-container .hint-item .hint svg[data-v-69b6be86]{margin-right:.5rem}#mobile-movie-of-the-day--hints .hints-container .hint-item .hint .hint-help[data-v-69b6be86]{position:absolute;width:-moz-max-content;width:max-content;flex-direction:column;justify-content:center;top:0;transform:translateY(0);background:#111827;font-size:9px;border-radius:5px;padding:.5rem;display:none}#mobile-movie-of-the-day--hints .hints-container .hint-item .hint .hint-help span[data-v-69b6be86]{color:#4169e1}#mobile-movie-of-the-day--hints .hints-container .hint-item .hint .hint-help .hint-type[data-v-69b6be86]{margin-bottom:.15rem;color:#fff}#mobile-movie-of-the-day--hints .hints-container .hint-item .hint:hover svg[data-v-69b6be86]{animation:shake .5s;animation-iteration-count:1}#mobile-movie-of-the-day--hints .hints-container .hint-item .hint-label[data-v-69b6be86]{position:absolute;left:.5rem;top:-.75rem;background:#111827;color:#fff;font-size:9px;padding:.2rem;border-radius:5px}#mobile-movie-of-the-day--hints .hints-container .hint-item.active[data-v-69b6be86]{background:#4169e1;cursor:default;animation:showOnActive-69b6be86 .25s ease-in-out}#mobile-movie-of-the-day--hints .hints-container .hint-item[data-v-69b6be86]:active{scale:.9;rotate:-10deg}#mobile-movie-of-the-day--hints .hints-container .hint-item:hover .hint-help[data-v-69b6be86]{display:flex}#mobile-movie-of-the-day--hints button[data-v-69b6be86]{height:20px;color:#000;background-color:#fff;border:unset;border-radius:5px;cursor:pointer;font-size:11px;margin-top:5px}#mobile-movie-of-the-day--hints button[data-v-69b6be86]:active{scale:.97}@keyframes showOnActive-69b6be86{10%{transform:translateY(-10%);rotate:10deg}60%{transform:translateY(50%)}80%{transform:translateY(-5%)}to{transform:translateY(0);rotate:0deg}}#movie-of-the-day--date[data-v-db64c290]{z-index:80;display:flex;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex:0 20%;width:20%}#movie-of-the-day--date .app-logo[data-v-db64c290]{margin-top:-16px;width:64px}#difficulty-component[data-v-6b8634d4]{z-index:99;display:flex;justify-content:center;align-items:center;cursor:default;color:#fff;padding:.5rem 1rem;border-radius:5px;font-size:12px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:33.3333333333%;min-height:32px}#difficulty-component .difficulty-label[data-v-6b8634d4]{text-transform:uppercase}#difficulty-component .difficulty-label.facile[data-v-6b8634d4]{color:#8e8eef}#difficulty-component .difficulty-label.moyenne[data-v-6b8634d4]{color:orange}#difficulty-component .difficulty-label.difficile[data-v-6b8634d4]{color:#ec7070}#attempts-component[data-v-6906740a]{position:relative;z-index:99;display:flex;justify-content:center;color:#fff;padding:.5rem 1rem;border-radius:5px;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:33.3333333333%;min-height:32px}#attempts-component .attempts-list[data-v-6906740a]{display:flex;justify-content:center;align-items:center;gap:.25rem;cursor:pointer}#attempts-component .attempts-list .attempt-idle[data-v-6906740a]{width:16px;height:16px;border-radius:5px;display:flex;justify-content:center;align-items:center;font-size:9px}#attempts-component .attempts-list .attempt-idle.failed[data-v-6906740a]{background:#e74c3c}#attempts-component .attempts-list .attempt-idle.close[data-v-6906740a]{background:#f1c40f}#attempts-component .attempts-list .attempt-idle.valid[data-v-6906740a]{background:#2ecc71}#attempts-component .attempts-label-list[data-v-6906740a]{position:absolute;bottom:calc(100% + .5rem);padding:.5rem 1rem;width:100%;display:none;flex-direction:column;border-radius:5px;transition:all .25s ease}#attempts-component .attempts-label-list .attempts-empty[data-v-6906740a]{opacity:.5}#attempts-component .attempts-label-list .attempts-label-list-header[data-v-6906740a]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;text-transform:uppercase;font-size:11px;color:#fff}#attempts-component .attempts-label-list .attempts-label-list-header button[data-v-6906740a]{background:none;border:none;border-radius:5px}#attempts-component .attempts-label-list .attempts-label-list-header button[data-v-6906740a]:active{scale:.97}#attempts-component .attempts-label-list .attempts-label-list-header button[data-v-6906740a]:hover{cursor:pointer}#attempts-component .attempts-label-list .attempts-label-item-list[data-v-6906740a]{overflow:hidden}#attempts-component .attempts-label-list .attempts-label-item[data-v-6906740a]{padding:.35rem 0;opacity:.8;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#attempts-component .attempts-label-list .attempts-label-item .attempt-number[data-v-6906740a]{border-radius:5px;display:inline-flex;justify-content:center;align-items:center;margin-right:.5rem;width:18px;height:18px;font-size:8px;background:#d16e6e57}#attempts-component .attempts-label-list .attempts-label-item .attempt-name[data-v-6906740a]{display:inline;vertical-align:middle;color:#ffffffbf}#attempts-component .attempts-label-list .attempts-label-item.close[data-v-6906740a]{color:#f1c40f}#attempts-component .attempts-label-list .attempts-label-item.close .attempt-number[data-v-6906740a]{background:#f1c40f34}#attempts-component .attempts-label-list .attempts-label-item.valid[data-v-6906740a]{color:#2ecc71}#attempts-component .attempts-label-list .attempts-label-item.valid .attempt-number[data-v-6906740a]{background:#2ecc7134}#attempts-component .attempts-label-list.visible[data-v-6906740a]{display:flex}#attempts-component .attempts-label-list.visibleSlide[data-v-6906740a]{animation:visibleSlide-6906740a .25s}#attempts-component[data-v-6906740a]:hover{cursor:pointer}@keyframes visibleSlide-6906740a{0%{transform:translateY(0)}to{transform:translateY(200px)}}#mobile-attempts-component[data-v-367b6cfd]{position:relative;z-index:99;display:flex;justify-content:center;color:#fff;padding:.5rem 1rem;border-radius:5px;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:33.3333333333%;min-height:32px}#mobile-attempts-component .attempts-list[data-v-367b6cfd]{display:flex;justify-content:center;align-items:center;gap:.25rem;cursor:pointer}#mobile-attempts-component .attempts-list .attempt-idle[data-v-367b6cfd]{width:16px;height:16px;background:gray;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:9px}#mobile-attempts-component .attempts-list .attempt-idle.failed[data-v-367b6cfd]{background:#e74c3c}#mobile-attempts-component .attempts-list .attempt-idle.close[data-v-367b6cfd]{background:#f1c40f}#mobile-attempts-component .attempts-list .attempt-idle.valid[data-v-367b6cfd]{background:#2ecc71}#mobile-attempts-component .attempts-list .attempt-idle[data-v-367b6cfd]:hover:not(.failed,.valid,.close){background:#4169e1}#mobile-attempts-component[data-v-367b6cfd]:has(.attempts-label-list.visible){border-top-left-radius:0;border-top-right-radius:0}#mobile-attempts-component .attempts-label-list[data-v-367b6cfd]{position:absolute;bottom:100%;padding:.5rem 1rem;background:#111827;width:100%;display:none;flex-direction:column;border-top-left-radius:5px;border-top-right-radius:5px;transition:all .25s ease}#mobile-attempts-component .attempts-label-list .attempts-empty[data-v-367b6cfd]{opacity:.5}#mobile-attempts-component .attempts-label-list .attempts-label-list-header[data-v-367b6cfd]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}#mobile-attempts-component .attempts-label-list .attempts-label-list-header button[data-v-367b6cfd]{background:none;border:none;padding:.5rem;border-radius:5px}#mobile-attempts-component .attempts-label-list .attempts-label-list-header button[data-v-367b6cfd]:hover{background:#1f2838;cursor:pointer}#mobile-attempts-component .attempts-label-list .attempts-label-item-list[data-v-367b6cfd]{overflow:hidden}#mobile-attempts-component .attempts-label-list .attempts-label-item[data-v-367b6cfd]{padding:.35rem 0;opacity:.8;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#mobile-attempts-component .attempts-label-list .attempts-label-item .attempt-number[data-v-367b6cfd]{border-radius:50%;display:inline-flex;justify-content:center;align-items:center;margin-right:.5rem;width:18px;height:18px;font-size:8px;background:#d16e6e57}#mobile-attempts-component .attempts-label-list .attempts-label-item .attempt-name[data-v-367b6cfd]{display:inline;vertical-align:middle}#mobile-attempts-component .attempts-label-list .attempts-label-item.close[data-v-367b6cfd]{color:#f1c40f}#mobile-attempts-component .attempts-label-list .attempts-label-item.close .attempt-number[data-v-367b6cfd]{background:#f1c40f34}#mobile-attempts-component .attempts-label-list .attempts-label-item.valid[data-v-367b6cfd]{color:#2ecc71}#mobile-attempts-component .attempts-label-list .attempts-label-item.valid .attempt-number[data-v-367b6cfd]{background:#2ecc7134}#mobile-attempts-component .attempts-label-list.visible[data-v-367b6cfd]{display:flex}#mobile-attempts-component .attempts-label-list.visibleSlide[data-v-367b6cfd]{animation:visibleSlide .25s}#resign-component[data-v-9e963685]{z-index:99;display:flex;justify-content:flex-end;align-items:center;width:20%}#resign-component button[data-v-9e963685]{color:#fff;padding:.25rem .5rem;border-radius:.25rem;cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative}#resign-component button .button-label[data-v-9e963685]{color:red;font-size:10px;border-radius:5px;padding:.25rem;min-width:-moz-max-content;min-width:max-content}#resign-component button svg[data-v-9e963685]{width:22px;height:22px}#input-component[data-v-38d9c512]{display:flex;position:absolute;left:50%;bottom:1rem;width:480px;max-width:480px;min-width:480px;height:50px;translate:-50%;padding:.5rem;border-radius:15px;z-index:50}#input-component .action-input-container[data-v-38d9c512]{width:100%;position:relative;cursor:pointer;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 15px -3px #0000001a}#input-component .action-input-container input[data-v-38d9c512]{border:unset;cursor:pointer;display:block;width:400px;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#fff;background-color:transparent;background-clip:padding-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;outline:none}#input-component .action-input-container input[data-v-38d9c512]::-moz-placeholder{opacity:.5;color:#fff}#input-component .action-input-container input[data-v-38d9c512]::placeholder{opacity:.5;color:#fff}#input-component .action-input-container button[data-v-38d9c512]{height:35px;width:50%;background-color:#f8f8ff;color:#000;border:unset;border-radius:10px;cursor:pointer}#input-component .action-input-container button[data-v-38d9c512]:active{scale:.97}#feeling-lucky-button[data-v-38d9c512]{border:unset;margin-left:1rem;color:#fff;padding:.25rem .5rem;height:100%;border-radius:10px;cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative;transition:transform .6s}#feeling-lucky-button svg[data-v-38d9c512]{width:22px;height:22px}#feeling-lucky-button[data-v-38d9c512]:active{scale:.9}.rotate[data-v-38d9c512]{animation:spin-38d9c512 .3s ease-in-out}@keyframes spin-38d9c512{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#countdown-component[data-v-085a6078]{position:absolute;right:50%;transform:translate(50%);bottom:1rem;z-index:120;background:#111827;color:#fff;border-radius:5px;padding:1rem;font-size:2rem;min-width:250px;display:flex;justify-content:center;align-items:center}#countdown-component .countdown-label[data-v-085a6078]{position:absolute;font-size:12px;padding:.5rem;background:#f8f8ff;border-radius:5px;top:0;left:50%;transform:translate(-50%) translateY(-60%);width:-moz-max-content;width:max-content}.loading-overlay[data-v-eedd660b]{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f2838;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999}.loading-overlay img[data-v-eedd660b]{width:64px}.loading-overlay p[data-v-eedd660b]{opacity:.5}.loading-overlay .loader[data-v-eedd660b]{width:100px;height:10px;background:gray;border-radius:10px;margin:2rem 0 1rem}.loading-overlay .loader .loader-progress[data-v-eedd660b]{animation:load-eedd660b 3s linear infinite;width:0;height:10px;background:#f8f8ff;border-radius:10px}@keyframes load-eedd660b{20%{width:10%}60%{width:50%}80%{width:80%}90%{width:80%}to{width:100%}}.loading-overlay[data-v-3084285b]{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;display:flex;justify-content:center;flex-direction:column;align-items:center;z-index:9999;overflow:hidden}.loading-video[data-v-3084285b]{width:15%;-o-object-fit:cover;object-fit:cover}.loader[data-v-3084285b]{width:100px;height:5px;background:gray;border-radius:10px;margin:2rem 0 1rem}.loader .loader-progress[data-v-3084285b]{animation:load-3084285b 2.5s linear infinite;width:0;height:5px;background:#f8f8ff;border-radius:10px}@keyframes load-3084285b{20%{width:10%}60%{width:50%}80%{width:80%}90%{width:80%}to{width:100%}}.recap-view[data-v-c23de493]{padding:2rem;display:flex;justify-content:center;align-items:center}.contrib-wrapper[data-v-c23de493]{color:#e5e7eb;width:100%}.contrib-wrapper .title[data-v-c23de493]{font-size:1rem;margin-bottom:.75rem;font-weight:600}.contrib-grid[data-v-c23de493]{display:grid;grid-template-columns:repeat(7,calc(14.2857142857% - .25rem));grid-auto-rows:2.5rem;gap:.25rem;align-items:center}.weekday[data-v-c23de493]{font-size:.75rem;text-align:center;opacity:.6;height:2rem;border-radius:.35rem;background:#000;display:flex;justify-content:center;align-items:center}.day-cell[data-v-c23de493]{width:100%;height:2rem;border-radius:.35rem;background:#374151;display:flex;justify-content:center;align-items:center;font-size:.75rem;cursor:default}.day-cell.today[data-v-c23de493]{border:2px solid white}.day-cell.blank[data-v-c23de493]{background:transparent;pointer-events:none}.day-cell.win[data-v-c23de493]{background:#22c55e}.day-cell.lose[data-v-c23de493]{background:#ef4444}.day-cell.none[data-v-c23de493]{background:#4b5563;opacity:.5}.day-cell.played[data-v-c23de493]{background:#3b82f6}.day-number[data-v-c23de493]{font-weight:600}.legend[data-v-c23de493]{display:flex;gap:1rem;margin-top:.75rem;font-size:.75rem;opacity:.8}.legend .legend-item[data-v-c23de493]{display:inline-flex;align-items:center;gap:.25rem}.legend .square[data-v-c23de493]{width:.9rem;height:.9rem;border-radius:.25rem;display:inline-block}.legend .square.win[data-v-c23de493]{background:#22c55e}.legend .square.lose[data-v-c23de493]{background:#ef4444}.legend .square.none[data-v-c23de493]{background:#4b5563}
