:root{--blue:#0032ff;--light_blue:#66aade;--bg:#ede8e8}html{font-family:var(--Noto_Sans_Mon)}*{font-family:var(--Noto_Sans_Mon);font-weight:400}h2{font-size:1.1rem}img{max-width:100%}body{background-color:var(--bg);flex-direction:column;justify-content:space-between;height:calc(100dvh - 1rem);display:flex}button{background-color:var(--blue);color:#fff;border:none;border-radius:1rem;margin:.5rem 0;padding:.5rem 1rem}button:hover{cursor:pointer;background-color:var(--light_blue)}.hider{vertical-align:middle;background-color:#0000;border:none;margin:0}.hider:hover{background-color:#0000}a{color:var(--blue);background-color:#0000;border:none;border-radius:0;margin:0;padding:0;text-decoration:underline}a:hover{color:var(--light_blue);background-color:#0000}.alert{background-color:var(--light_blue);color:#fff;border-radius:.4rem;padding:.5rem 1rem}.light_butt{max-width:max-content;color:var(--light_blue);border:1px solid var(--light_blue);background-color:#fff;border-radius:.4rem;margin:0;padding:.2rem .5rem;font-size:.8rem;text-decoration:none}.light_butt:hover{color:var(--blue);background-color:#fff;text-decoration:underline}a{color:var(--blue)}@keyframes wobble{0%{transform:translateY(0%)}15%{transform:translateY(-2%)rotate(1deg)}30%{transform:translateY(3%)rotate(-3deg)}45%{transform:translateY(-4%)rotate(2deg)}60%{transform:translateY(2%)rotate(-2deg)}75%{transform:translateY(-5%)rotate(-1deg)}to{transform:translateY(0%)}}.loader{width:max-content;margin:auto}.loader img{max-width:10rem;animation-name:wobble;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate}tbody tr{padding:.5rem}tbody tr:nth-child(odd){background-color:#f5f0f0}.footer{text-align:center;max-width:100%;padding:3rem}.footer img{max-width:5rem;margin:auto}.sub{color:var(--light_blue);font-size:.8rem}.header{width:100%;padding:2rem 0}.header img{width:14rem;max-width:50%;margin:auto;display:block}.user{width:30rem;max-width:100%;margin:auto;position:relative}.info{margin-top:1rem}.user_page{background-color:#fff;border-radius:1rem;flex-direction:column;width:30rem;max-width:100%;margin:auto;padding:2rem;display:flex}.tier{width:1.5rem;height:1.5rem;color:var(--blue);text-align:center;background-color:#fff;border-radius:50%;padding:1rem;line-height:2rem}.tier p{margin:auto;font-size:3rem}.card_page{background-color:var(--bg);flex-direction:column;justify-content:space-around;display:flex;position:fixed;inset:0}.user_card{background-color:var(--blue);color:#fff;aspect-ratio:1.75;border-radius:1rem;flex-direction:column;justify-content:space-between;max-width:100%;margin:auto auto 2rem;padding:1rem;transition:all .5s;display:flex;position:relative;box-shadow:0 0 2rem gray}.user_card:hover{background-color:#3838e7;transition:all .5s;transform:scale(1.05)}.user_card.canceled_member{background-color:#ff7300}.user_card div{justify-content:space-between;width:100%;display:flex}.user_card img{max-width:70%}.card_tier_img{mix-blend-mode:luminosity;max-width:3rem;max-height:5rem;margin-top:-.2rem}.slider{box-sizing:border-box;max-width:100%;position:relative}.slide img{object-fit:cover;border-radius:1rem;width:100%;height:30rem;overflow:hidden}#s_left{left:1rem}#s_right{right:1rem}.slide_controler{border-radius:50%;margin-top:26rem;padding-top:.7rem;font-size:2rem;line-height:2rem;position:absolute}.slide{text-align:left;justify-content:space-between;width:100%;margin:1rem 0}.slide p{margin:1rem 0}.status a{margin-left:.5rem}.tier_img{max-width:10rem;margin:auto}.order{border-bottom:1px dotted var(--light_blue);padding:.5rem 0}.merch_grid{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.merch_item{background-color:#fff;border-radius:.5rem;width:calc(50% - 1.5rem);padding:.5rem}.tooltip_butt{background-color:var(--bg);border-radius:.3rem;padding:.1rem .3rem}.tooltip{display:none}.tooltip_butt:hover .tooltip{background-color:#fff;border:1px solid gray;border-radius:.3rem;max-width:50vw;margin:.5rem;padding:.3rem .5rem;font-size:.8rem;display:block;position:absolute;overflow:visible;box-shadow:0 .5rem .5rem #b1b1b199}.copyblock{margin:0;font-size:.8rem}.copyblock span{border:1px solid var(--light_blue);color:var(--blue);background-color:#fff;border-radius:.4rem;max-width:max-content;padding:.3rem .5rem}.copyblock:hover:before,.copyblock:focus:before{background-color:var(--blue);color:#fff;margin-top:1.5rem;margin-left:.4rem;padding:0 .5em;position:absolute}.copyblock:hover:before{content:" copy"}.copyblock:focus:before{content:" ✔ copied"}.copyblock span:hover{cursor:pointer;border-color:var(--blue);background-color:#fff}#perks{text-align:center;border-top:1px solid var(--blue);width:100%;padding-top:1rem}.user_section{border:1px dotted var(--light_blue);background-color:#eff5fa;border-radius:1rem;margin-bottom:.5rem;overflow:auto}.section_content{border-top:1px dotted var(--light_blue);padding:0 1rem 1rem;overflow:hidden}.section_content.hidden{border-top:1px dotted #0000;max-height:0;padding:0 1rem}.input[type=radio]{width:100%}.section_header{justify-content:space-between;align-items:center;max-height:1.2rem;padding:1rem;font-size:1rem;line-height:1rem;display:flex}.section_header .hider{color:var(--blue);border:1px solid var(--blue);border-radius:3rem;padding:.2rem .5rem 0;font-size:1.5rem}.section_header .hider:hover{background-color:#fff}.section_header h2{margin:0;line-height:1rem}.login_page{background-color:#fff;border-radius:1rem;max-width:25rem;margin:auto;padding:2rem}.login_page div{flex-direction:column;display:flex}.login_page input{border:1px solid gray;border-radius:1rem;margin-top:2rem;padding:.5rem 1rem}.login_page button{width:100%}@media only screen and (max-width:800px){*{font-size:.9rem}.user_page{width:calc(100% - 2rem);padding:1rem}}
@font-face{font-family:Courier Prime;font-style:normal;font-weight:400;font-display:swap;src:url(../media/7f6e389592deb6d0-s.d63f2443.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Courier Prime;font-style:normal;font-weight:400;font-display:swap;src:url(../media/87d3ffffac5dafea-s.p.ce7264d2.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Courier Prime;font-style:normal;font-weight:700;font-display:swap;src:url(../media/69c6d7b79c8b79fe-s.05f616b6.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Courier Prime;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5f440d3eea613716-s.p.827d5469.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Courier Prime Fallback;src:local(Arial);ascent-override:58.08%;descent-override:25.41%;line-gap-override:0.0%;size-adjust:134.5%}.courier_prime_52ba4f8b-module__zMmdVq__className{font-family:Courier Prime,Courier Prime Fallback;font-style:normal}
