body{display:flex;justify-content:center;overflow-y:scroll}body.holiday{background:rgba(var(--color-dark),1)}html:has(body.holiday) ::-webkit-scrollbar-thumb{background:rgba(var(--color-light),.5);border:3px solid rgba(var(--color-dark),1)}body>img{height:100vh;left:0;object-fit:cover;opacity:.5;pointer-events:none;position:fixed;top:0;width:100vw;z-index:1}body>.copyright{color:rgba(var(--color-light),.2);position:fixed;bottom:20px;left:20px;z-index:2}main{margin:100px 0;max-width:440px;width:90%;z-index:3}header{display:flex;justify-content:center;margin-bottom:55px;width:100%}header img{height:68px;object-fit:contain;width:68px}card{border:1px solid rgba(var(--color-font),.1);background:rgba(var(--color-card),1);border-radius:var(--radius-standard);display:block;overflow:auto}card>content{display:block;overflow:auto;padding:2.5rem}card>content>span{color:rgba(var(--color-font),var(--opacity-subtext));font-size:1rem}card>content>h1{font-size:1.25rem;font-weight:500;margin:10px 0 0}card>content>p{color:rgba(var(--color-font),var(--opacity-subtext));font-size:1rem;font-weight:450;margin:10px 0 0}card>content>form{margin-top:1.5rem}card>content>form>button-group{display:flex}card>content>form>button-group>*{flex-grow:0}card>content>form>.cf-turnstile{margin-bottom:30px}footer{background:rgba(var(--color-base),.8);border-radius:var(--radius-standard);display:flex;justify-content:space-between;margin-top:10px;padding:10px 15px}footer>select{background:rgba(var(--color-base),0);color:rgba(var(--color-font),var(--opacity-subtext));border-radius:var(--radius-medium);transition:color .2s ease;cursor:pointer;font-size:14px;height:auto;margin:0;padding:0}footer>select:hover{color:rgba(var(--color-font),1)}footer>span{column-gap:30px;display:flex}footer>span>a{color:rgba(var(--color-font),var(--opacity-subtext));text-decoration:none;font-size:14px}footer>span>a:hover{color:rgba(var(--color-font),1)}.holiday footer{background:rgba(var(--color-base),.25);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.holiday footer>select{color:rgba(var(--color-light),var(--opacity-subtext))}.holiday footer>select:hover{color:rgba(var(--color-light),1)}.holiday footer>select option{color:rgba(var(--color-font),var(--opacity-subtext))}.holiday footer>span>a{color:rgba(var(--color-light),var(--opacity-subtext))}.holiday footer>span>a:hover{color:rgba(var(--color-light),1)}@media screen and (max-width:650px){body{overflow-y:auto}main{margin:40px 0 20px;max-width:100%;width:calc(100% - 40px)}header{margin-bottom:40px}header img{height:60px;width:60px}}@media screen and (max-width:450px){main{margin:60px 0;max-width:100%;width:calc(100% - 20px)}card>content{padding:1.8rem}footer{flex-direction:column-reverse;padding:1.2rem 1.8rem;row-gap:1.4rem}footer>select{background:rgba(var(--color-font),0);border:1px solid rgba(var(--color-font),.1);border-radius:var(--radius-medium);padding:10px;width:100%}footer>span{column-gap:0;justify-content:space-between;width:100%}.holiday footer>select{border:1px solid rgba(var(--color-light),.2)}}
