@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600&display=swap);@keyframes filpTopMid{0%{transform:none}to{transform:rotateX(-90deg);background-color:#8f8f8f}}@keyframes filpMidBot{0%{transform:rotateX(90deg)}30%{transform:rotateX(0deg)}50%{transform:rotateX(30deg);background-color:#efefef}to{transform:rotateX(0deg);background-color:#fff}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;display:flex;flex-direction:column;align-items:center;width:100%;height:100vh;font-family:"Rubik",sans-serif;justify-items:center;overflow:hidden}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}button,input{outline:0;border:0}*{box-sizing:border-box}.assign,.welcome{color:#fff;font-weight:600}.assign h1,.welcome h1{font-size:4em}.assign{padding-bottom:1em}.assign form{padding-top:.5em;display:flex;justify-content:center;position:relative}.assign form input{background:0 0;width:80%;height:3rem;padding:0 2rem;z-index:2;font-size:1.7em}.assign form input::after{content:""}.assign form input:focus+i,.assign form input:valid+i{height:3rem}.assign form input::-moz-placeholder{text-align:center;color:#fff;opacity:.8}.assign form input::placeholder{text-align:center;color:#fff;opacity:.8}.assign form i{position:absolute;bottom:0;left:10%;width:80%;height:.1rem;border-radius:1rem;background-color:#fff;transition:height .5s}.segment-display{background-color:#000;width:6rem;height:9rem;display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr;gap:.1rem;padding:.3rem;border-radius:1em}.segment-display>div{position:relative;transform-style:preserve-3d;transform:perspective(10rem)}.flip-top-mid-ani,.segment-display>div.segment-top{transform-origin:50% calc(100% + .05rem)}.segment-display>div.segment-bot{transform-origin:50% -.1rem}.segment-display>div>div{top:0;left:0;width:100%;height:100%;background-color:#fff;overflow:hidden;position:absolute}.segment-display>div>div>div{font-weight:600;position:absolute;font-size:6em;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.segment-display .segment-top>div{border-top-right-radius:1em;border-top-left-radius:1em;overflow:hidden}.segment-display .segment-top>div>div{top:calc(50% + .05rem);left:50%;transform:translatex(-50%)}.segment-display .segment-bot>div{border-bottom-right-radius:1em;border-bottom-left-radius:1em;overflow:hidden}.segment-display .segment-bot>div>div{top:-50%;left:50%;transform:translatex(-50%)}.flip-top-mid-ani{animation:filpTopMid .1s linear forwards}.flip-mid-bot-ani{transform-origin:50% -.1rem;animation:filpMidBot .3s linear forwards;transform:rotateX(90deg);animation-delay:.1s}.clock{gap:.5rem;align-items:center;margin-top:10em;background-color:rgba(0,0,0,.5);padding:1em;border-radius:1rem}.clock,.clock>div{display:flex}.clock .clock__divider{font-size:4rem;padding-bottom:.2em;color:#fff}.background{background-color:#0e0e0e;z-index:-1;position:absolute;width:100%;height:100vh;top:0;left:0;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:.5em}.background div{border-radius:.4em;overflow:hidden;background-color:rgba(0,0,0,.4)}.background div img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.9}nav,nav .input-box{left:50%;transform:translateX(-50%);background-color:#fff}nav{display:flex;position:fixed;bottom:0;justify-content:space-evenly;align-items:center;width:100%;max-width:40rem;border-radius:30px 30px 0 0;box-shadow:0 0 30px 0 rgba(0,0,0,.05);padding:.3rem 0}nav .input-box{position:absolute;top:100%;padding:.7em 1em;border-radius:1em;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);transition:all .3s cubic-bezier(.25,.8,.25,1)}nav .input-box input{font-size:1.5em}nav .input-box:focus-within,nav .input-box:hover{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}nav button{cursor:pointer;width:3rem;height:2.5rem;border-radius:20px;background:0 0;transition:all .25s ease}nav button i{font-size:1.5rem;pointer-events:none}nav button:active:not(.plus){transform:scale(1.2)}nav button.active{color:#e84c4f}nav button.plus{height:3rem;color:#fff;background-color:#e84c4f;border-radius:20px;margin-top:-3rem;box-shadow:0 10px 20px 0 rgba(232,76,79,.4)}nav button.plus:hover{transform:translateY(-4px)}nav .effect{position:absolute;width:3rem;height:2.5rem;border-radius:18px;background-color:rgba(232,76,79,.1490196078);opacity:0;pointer-events:none}.panel{position:absolute;width:100%;max-width:30em;font-size:1.2em;bottom:-100%;left:50%;transform:translateX(-50%)}.panel header{color:#e11c3e;margin:0 1em;background-color:#fff;border-top:1em solid #e11c3e;border-top-right-radius:1em;border-top-left-radius:1em;padding:1em;text-align:center;border-bottom:1px solid #eee}.panel ul{padding:0 1em;max-height:20em;overflow-x:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.panel ul::-webkit-scrollbar{display:none}.panel ul li{background-color:#fff;height:3em;transition:transform .3s ease-in-out}.panel ul li input[type=checkbox]{position:absolute;width:0;height:0;visibility:hidden}.panel ul li input[type=checkbox]:checked+label{color:#aaa}.panel ul li input[type=checkbox]:checked+label i,.panel ul li input[type=checkbox]:checked+label span:after{opacity:1}.panel ul li label{display:flex;align-items:center;position:relative;padding-left:3rem;height:100%;color:#2d3436}.panel ul li label span::after,.panel ul li label>i{position:absolute;opacity:0;transition:opacity .3s ease-in-out}.panel ul li label>i{left:.5rem;top:0;font-size:2.5em;color:#e11c3e}.panel ul li label::before{content:"";width:1em;height:1em;border:2px solid #ccc;border-radius:30%;position:absolute;left:1rem;top:50%;transform:translateY(-50%)}.panel ul li label span{position:relative;display:block}.panel ul li label span::after{content:"";width:100%;height:1px;background-color:#aaa;left:0;right:100%;top:50%}.panel ul li label::after{content:"";position:absolute;height:100%;width:0;left:0;top:0;bottom:0;background-color:#e11c3e;transition:.3s ease-in-out}.panel ul li label button{position:absolute;top:50%;right:1rem;transform:translateY(-50%);background:0 0;font-size:1.3rem;color:#aaa;cursor:pointer;transition:color .3s ease-in-out}.panel ul li label button:hover{color:#e11c3e}.panel ul li label button i{pointer-events:none}.panel ul li:hover{transform:translateX(-1em)}.panel ul li:hover label::after{width:3px}.panel ul .quote,.panel ul .weather{background-color:#fff;height:9em;align-items:center}.panel ul .weather{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;justify-items:center}.panel ul .weather h3{font-size:1.5em;color:#e11c3e}.panel ul .weather img{grid-row:span 2;width:7em;height:7em}.panel ul .quote{display:flex;flex-direction:column;justify-content:space-evenly;padding:0 1.5em}.panel ul .quote h3{font-size:1.3em;text-align:center}.panel ul .quote h3::after,.panel ul .quote h3::before{content:'"';padding:0 .2em;font-size:1.4em;color:#e11c3e}.panel ul .quote span{font-size:.8em;color:#aaa}.panel footer{background-color:#fff;padding:1em;border-bottom-right-radius:1em;border-bottom-left-radius:1em;border-top:1px solid #eee;margin:0 1em}.hidden{display:none}