.choose{position:fixed!important;inset:0;background-color:#0005;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:mask-in .3s ease-out}.choose ul{list-style-type:none;scrollbar-width:none;margin:0 auto;padding:20px 0;display:flex;align-items:center;background-color:#242424;box-shadow:0 0 10px #000;color:#fff;transition:background-color .3s ease-out;flex-direction:column;max-height:300px;max-width:400px;overflow:scroll;position:absolute;bottom:0;left:30px;right:30px;border-radius:20px 20px 0 0;animation:list-in .3s ease-out}.choose ul li{width:100%;padding:10px 0;border-bottom:1px solid #000}.choose ul li:hover{background-color:#08f;border-bottom:1px solid #08f}.choose ul li:last-child{border-bottom:none}@keyframes mask-in{0%{background-color:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{background-color:#0005;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}@keyframes list-in{0%{bottom:-100%}to{bottom:0}}#options{text-align:center;margin:auto;display:flex;flex-direction:column;gap:30px;position:relative}#options>*{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}#options .title{margin:10px 0;font-size:64px;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}#options .sub-title{margin:5px 0;font-size:24px;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5)}#options .btn{width:300px;height:50px}#options .language{position:fixed;top:10px;width:150px;height:40px;right:10px;display:flex;flex-direction:row}#options .options .btn{position:relative;padding:0 40px}#options .options .btn svg{position:absolute;left:10px}#options .source{width:50px;height:50px;position:fixed;bottom:10px;right:10px}@media only screen and (min-width:1005px){#options .language,#options .source{right:50%;transform:translate(500px)}}.arrow svg{position:absolute;top:50%;right:0;width:100%;height:250%;transform:translateY(-50%);fill:currentColor}.arrow ul{width:100%}.arrow ul li{position:relative;width:100%}.arrow ul li:after{display:block;content:"";width:100%;padding-bottom:40%}.arrow ul li:last-child:not(:first-child){position:absolute;bottom:0;animation:arrow-animation 1s infinite ease-in-out}.arrow.down ul{transform:rotate(180deg)}.arrow.left ul{transform:rotate(270deg)}.arrow.right ul{transform:rotate(90deg)}@keyframes arrow-animation{0%{opacity:0;transform:translateY(120%)}to{opacity:1;transform:translateY(0)}}#result{text-align:center;margin:auto;display:flex;flex-direction:column;gap:30px;position:relative;justify-content:space-around;min-height:100vh}#result .back{position:fixed;top:10px;left:10px;width:60px;height:40px}#result .back svg{width:30px;height:30px}#result .timer{font-size:80px;max-width:100vw;display:flex;flex-direction:column;text-align:center;justify-content:center;align-items:center}#result .timer .title{width:100%;font-size:.3em;text-align:left}#result .timer .year{position:relative;display:flex;gap:6px;font-weight:900;color:#fff}#result .timer .year .time{display:flex;align-items:end}#result .timer .year .time span{display:block}#result .timer .year .time span:first-child{height:1em;font-family:Consolas,Courier New,Courier,monospace}#result .timer .year .time span:last-child{font-size:.3em;width:1em}#result .timer .year .arrow{width:.3em;position:absolute;right:0;top:.3em;transform:translateY(-50%)}#result .timer .year:after{position:absolute;font-size:.3em;right:0;top:8px;font-weight:900}#result .timer .year.add .arrow{color:#90ee90}#result .timer .year.sub .arrow{color:#ed8985}#result .timer .hms{color:#ed8985;font-family:Consolas,Courier New,Courier,monospace;font-weight:900}#result .timer .addition{font-size:.3em;text-align:left}#result .achivements{display:flex;flex-wrap:wrap;gap:4px;max-width:100%;justify-content:center;align-items:center}#result .achivements>*{padding:4px 6px}#result .achivements .grade1{border-color:#fff}#result .achivements .grade2{border-color:#7a7aff}#result .achivements .grade3{border-color:#f655ff}#result .achivements .grade4{border-color:#ffa35c}#result .question{display:flex;flex-direction:column;gap:10px;position:relative}#result .question .title{font-size:18px;font-weight:700;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5);border:2px solid #fff;background:#ed8985;padding:6px;border-radius:8px;top:0;left:50%;transform:translate(-50%,calc(20px - 50%));position:absolute;box-sizing:border-box;text-wrap:nowrap}#result .question .content{display:flex;flex-direction:column;border:2px solid #fff;padding:20px 10px 10px;margin-top:20px;gap:10px}#result .question .content ul{display:grid;grid-template-columns:1fr 1fr;min-width:300px;gap:10px}#result .question .content ul li{min-width:150px}#result .question .content ul li input{display:none}#result .question .content ul li label{border:2px solid #fff;display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:5px;cursor:pointer;box-sizing:border-box}#result .question .content ul li:has(input:checked){background-color:#fff;color:#000}#result .question .button-group{display:grid;grid-template-columns:1fr 1fr;gap:40px}#result .question .button-group .btn{height:40px}#result .question .button-group .disabled{cursor:not-allowed;border-color:#6a6a6a;color:#6a6a6a}@media only screen and (min-width:1005px){#result .back{left:50%;transform:translate(-500px)}}#app{margin:auto;position:relative;min-width:320px;max-width:1000px}@font-face{font-family:"Noto Color Emoji";src:url(/fonts/NotoColorEmoji-Regular.ttf)}html{margin:0;padding:0;background-color:#242424;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif,"Noto Color Emoji";color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#ffffffde}body{margin:0;padding:0;display:flex;place-items:center;min-height:100vh;white-space:pre-wrap}ul{list-style-type:none;padding:0;margin:0}svg{fill:currentColor}.btn{display:flex;justify-content:center;align-items:center;cursor:pointer;border:2px solid #fff;box-sizing:border-box}.btn svg{width:20px;height:20px}.btn.success{border-color:#8f8}.btn.success:hover{border-color:#4f4}.btn:hover{border-color:#08f}.iconbtn{display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out;cursor:pointer;color:#fff}.iconbtn *:first-child{width:100%;height:100%}.iconbtn:hover{color:#08f}
