@import"https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.top_bar{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;background:linear-gradient(180deg,#15161ad1,#0c0d10e6);border:1px solid rgba(255,255,255,.1);margin:.5rem;border-radius:1rem;padding:.35rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 16px 30px #00000047}.top_bar_container{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:fixed;z-index:10}.top_bar>.left_side{flex:1;display:flex}.top_bar_logo{width:54px;border-radius:.75rem;border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 22px #00000038}.top_bar>.right_side{flex:1;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:1rem;padding-right:.5rem}.right_side>.button{color:#fff;fill:#fff;border:1px solid rgba(255,255,255,.09);display:flex;width:2rem;height:2rem;justify-content:center;align-items:center;border-radius:.2rem;cursor:pointer;padding:.4rem;transition:all .2s ease-in-out;background:#ffffff08;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.right_side>.button:hover{background:#ffffff1c;border:1px solid rgba(255,255,255,.18);transition:all .2s ease-in-out;scale:1.08;transform:translateY(-1px)}.scroll_down{position:absolute;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;margin:1rem;animation:bounce 2s infinite ease-in-out}.scroll_down>h1{font-size:1.5vh;white-space:nowrap;background:linear-gradient(-120deg,#fff,#d7d9dd,#a8abb3,#f5f5f5);background-size:200% 200%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-weight:400;animation:gradientShift 1s ease infinite}.scroll_down>svg{background:#ffffff0f;padding:.1rem;border-radius:100%;border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#f5f5f5;box-shadow:0 0 18px #ffffff14}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.second_page{position:relative;background:transparent;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5rem}.second_page>h1{font-size:5vh;background:var(--theme-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.about_us_cards{display:flex;gap:1rem;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;width:min(1100px,65%);height:100%;background:transparent}.about_us_card{flex:1;background:linear-gradient(180deg,#181a1fdb,#0c0d10f5);min-height:18rem;border-radius:1rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #0000003d;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;padding:0 1rem;transition:all .2s ease-in-out;-webkit-user-select:none;user-select:none}.about_us_card>svg{width:3rem;height:3rem;margin:1rem;color:var(--color-highlight);filter:drop-shadow(0 0 12px rgba(255,255,255,.12))}.about_us_card:hover{scale:1.02;transform:translateY(-4px);border:1px solid rgba(255,255,255,.18);box-shadow:0 26px 46px #0000004d}.about_us_card>h1{font-size:1.5vh;text-wrap:nowrap;color:var(--color-highlight)}.about_us_text{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:min(900px,50%);margin-bottom:7rem;background:linear-gradient(180deg,#141519e0,#0a0b0ef5);padding:1rem;border-radius:1rem;border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 44px #00000042}.about_us_card>p{text-transform:none!important;color:var(--color-text-muted);line-height:1.6}.about_us_text>*{padding-bottom:.1rem;font-size:2vh;text-align:left;font-weight:300;text-transform:none!important;color:var(--color-text-muted)}.about_us_text>h2{color:var(--color-highlight);margin:.75rem 0 .25rem}.bottom_bar_container{width:100%;background:linear-gradient(180deg,#131418d1,#0a0b0eeb);display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:1vh;padding:1rem 2rem;-webkit-user-select:none;user-select:none;overflow:hidden;position:fixed;bottom:0;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -14px 24px #0000003d;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bottom_bar_container>img{cursor:pointer;border-radius:.25rem;width:2rem;border:1px solid rgba(255,255,255,.12)}.links{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4rem}.links>a{cursor:pointer;text-decoration:none;color:#ffffffa3;font-size:1.5vh;text-align:center;text-transform:uppercase}.links>a:hover{color:#fff}.bottom_light{position:absolute;width:100vw;height:100vh;bottom:0;left:0;opacity:.22;filter:grayscale(1) contrast(.9) brightness(.75);mix-blend-mode:screen;pointer-events:none}.terms_of_service{max-width:800px;margin:0 auto;padding:6rem 2rem 7rem;font-family:Arial,sans-serif;line-height:1.6;display:flex;flex-direction:column;margin-block:5rem;background:linear-gradient(180deg,#181a1fd1,#0b0c0ff0);border:1px solid rgba(255,255,255,.12);border-radius:1.25rem;box-shadow:0 24px 44px #00000042;color:#ffffffb3}.terms_of_service h1{font-size:2rem;margin-bottom:1rem;color:#f6f6f7}.terms_of_service h2{margin-top:1.5rem;font-size:1.2rem;color:#f6f6f7}.terms_of_service p{margin-bottom:1rem}.error-page{display:flex;flex-direction:column;align-items:center;justify-content:center;height:80vh;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#ffffffb8}.error-page h1{font-size:6rem;margin:0;background:linear-gradient(180deg,#fff,#d5d7db 46%,#848892);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.error-page p{font-size:1.2rem;margin:1rem 0}.home-link{margin-top:1rem;padding:.6rem 1.2rem;color:#fff;text-decoration:none;transition:background-color .3s ease;background:linear-gradient(180deg,#fff,#d5d7db 46%,#848892);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;border-bottom:1px solid rgba(255,255,255,.226)}.home-link:hover{border-bottom:1px solid rgba(255,255,255,1)}.cursor{position:fixed;top:0;right:0;width:16px;height:16px;z-index:9999;pointer-events:none}.cursor img{width:100%;height:100%}*{cursor:none!important;-webkit-user-select:none!important;user-select:none!important}.store-modal-overlay{position:fixed;inset:0;background:#050608eb;display:flex;align-items:center;justify-content:center;padding:1.25rem;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:250}.store-modal-card{width:min(520px,100%);background:linear-gradient(180deg,#121418f2,#0c0d10fa 65%);border-radius:28px;border:1px solid rgba(255,255,255,.12);box-shadow:0 40px 80px #0000008c;padding:clamp(1.75rem,3vw,2.5rem);position:relative;text-align:center}.store-modal-close{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;border-radius:50%;border:none;background:#ffffff0d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.store-modal-close:hover{background:#ffffff29}.store-modal-close-icon{position:relative;width:14px;height:14px}.store-modal-close-icon:before,.store-modal-close-icon:after{content:"";position:absolute;inset:0;background:currentColor;border-radius:3px;transform-origin:center}.store-modal-close-icon:before{transform:rotate(45deg)}.store-modal-close-icon:after{transform:rotate(-45deg)}.store-modal-pretitle{letter-spacing:.35em;font-size:.65rem;text-transform:uppercase;color:#fff9;margin:0}.store-modal-heading{margin:.35rem 0 .65rem;font-size:clamp(1.9rem,4vw,2.5rem);color:#f9f2d6;letter-spacing:.08em}.store-modal-description{color:#ffffffc7;line-height:1.6;font-size:.95rem;margin-bottom:1rem}.store-modal-features{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.35rem}.store-modal-features li{font-size:.85rem;letter-spacing:.06em;color:#ffffffb8;position:relative;padding-left:1.1rem;text-align:left}.store-modal-features li:before{content:"•";position:absolute;left:0;color:#f97316;font-size:1rem;top:0}.store-modal-actions{display:flex;justify-content:center;gap:.9rem;flex-wrap:wrap}.store-modal-cta{padding:.85rem 2rem;border-radius:999px;background:linear-gradient(135deg,#ff9a00,#ff3a3a);color:#060709;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;box-shadow:0 15px 30px #ff7a0059;transition:transform .2s ease,box-shadow .2s ease}.store-modal-cta:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 20px 40px #ff680073}.store-modal-secondary{padding:.75rem 1.4rem;border-radius:999px;border:1px solid rgba(255,255,255,.45);background:transparent;color:#ffffffe6;letter-spacing:.08em;text-transform:uppercase;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease}.store-modal-secondary:hover{background:#ffffff14;transform:translateY(-1px)}@font-face{font-family:myFirstFont;src:url(/TT%20Supermolot%20Neue%20Trial%20Bold.ttf) format("truetype");font-weight:700;font-style:normal}:root{--color-white: #ffffff;--color-black: #08090b;--color-ink: #101114;--color-ink-soft: #15171b;--color-steel: #23262d;--color-surface: rgba(18, 20, 24, .8);--color-surface-strong: rgba(10, 11, 14, .94);--color-surface-glass: rgba(255, 255, 255, .04);--color-border: rgba(255, 255, 255, .1);--color-border-strong: rgba(255, 255, 255, .2);--color-text: rgba(255, 255, 255, .94);--color-text-muted: rgba(255, 255, 255, .64);--color-text-dim: rgba(255, 255, 255, .42);--color-highlight: #f6f6f7;--color-shadow: rgba(0, 0, 0, .38);--theme-gradient: linear-gradient( 180deg, #ffffff 0%, #d9dbe0 42%, #8b8f98 100% );color:var(--color-text);background-color:var(--color-black);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;font-family:myFirstFont;font-weight:900;text-transform:uppercase}html,body{margin:0;width:100%;min-height:100vh;overflow-x:hidden}body{background:radial-gradient(circle at top,rgba(255,255,255,.09),transparent 30%),radial-gradient(circle at 50% 22%,rgba(255,255,255,.035),transparent 38%),linear-gradient(180deg,#111215,#0b0c0f 55%,#070809);color:var(--color-text)}#root{width:100%;min-height:100vh;margin:0 auto;text-align:center;display:flex;flex-direction:column}h1{margin:0}a{color:var(--color-highlight);text-decoration:none}button{border-radius:999px;border:1px solid var(--color-border);padding:.75em 1.4em;font-size:1em;font-weight:700;background:linear-gradient(180deg,#2a2d34f5,#121317fa);box-shadow:0 18px 32px #00000059,inset 0 1px #ffffff0d;color:var(--color-white);cursor:pointer;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.connect_button{border-radius:8px;border:1px solid var(--color-border);padding:.75em 1.4em;font-size:1em;font-weight:700;background:linear-gradient(180deg,#2a2d34f5,#121317fa);box-shadow:0 18px 32px #00000059,inset 0 1px #ffffff0d;color:var(--color-white);cursor:pointer;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}button:hover,.connect_button:hover{transform:translateY(-2px);border-color:var(--color-border-strong);box-shadow:0 24px 40px #0000006b,inset 0 1px #ffffff14}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.container{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-inline:1rem;gap:1rem}.background,.background>svg{position:fixed;top:0;left:0;width:100vw;height:100vh;transform-origin:center;z-index:-1;pointer-events:none}.background{z-index:0;background:radial-gradient(circle at 16% 12%,rgba(255,255,255,.07),transparent 24%),radial-gradient(circle at 82% 75%,rgba(255,255,255,.05),transparent 28%),radial-gradient(circle at center,#ffffff08,#050608f5 72%)}.coloured_text{background:var(--theme-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.home_page{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5rem;position:relative;padding:4rem 1rem}.home_page>.first_section,.home_page>.middle_section{display:flex;flex-direction:column;align-items:center;gap:1rem;text-wrap:balance}.home_page>.first_section{max-width:72rem}.home_page>.second_section{display:flex;justify-content:center;align-items:center;gap:1.5rem}.home_page>.first_section>h1{font-size:clamp(2rem,8vh,6rem);letter-spacing:.06em}.home_page>.first_section>p{font-size:clamp(.9rem,1.6vh,1.2rem);font-weight:500;color:var(--color-text-muted);max-width:58rem;line-height:1.6;letter-spacing:.03em}.coming_soon{font-size:clamp(1.8rem,4vh,3rem)!important;color:var(--color-highlight);font-weight:800;letter-spacing:.04em;text-shadow:0 0 18px rgba(255,255,255,.12)}.follow_discord_button{color:var(--color-white);font-weight:700;background:linear-gradient(180deg,#282b32fa,#111216fa);border:1px solid var(--color-border);box-shadow:0 20px 36px #00000057,inset 0 1px #ffffff0d;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out,border-color .25s ease-in-out;text-wrap:nowrap}.follow_discord_button>h1{font-size:clamp(.75rem,1.5vh,1rem);margin:0;background:linear-gradient(180deg,#fff,#d1d3d9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.follow_discord_button:hover{transform:scale(1.05) translateY(-2px);border-color:var(--color-border-strong);box-shadow:0 24px 40px #0000006b,inset 0 1px #ffffff14}.online_member_counts{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem}.online_member_count,.current_phase{min-width:min(280px,100%);padding:1.15rem 1.4rem;border-radius:1rem;border:1px solid var(--color-border);background:linear-gradient(180deg,#ffffff0d,#ffffff04);box-shadow:0 22px 40px #00000038,inset 0 1px #ffffff0a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.online_member_count>h2,.current_phase>h2{color:var(--color-text-dim)!important;font-weight:300;font-size:2vh;letter-spacing:.08em}.current_phase>h1,.online_member_count>h1{font-size:clamp(1.35rem,3vh,1.9rem);text-rendering:optimizeSpeed;color:var(--color-highlight)}.blur-circle{width:838px;height:838px;max-width:100%;position:absolute;left:50%;top:-738px;transform:translate(-50%);background:radial-gradient(circle,#ffffff57,#fff0 68%);border-radius:9999px;filter:blur(374.5px);opacity:.22;pointer-events:none}.staff-section{width:min(1200px,100%);margin-top:2rem;margin-bottom:5rem;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.staff-section__intro{text-align:center;max-width:960px}.staff-section__intro h1{font-size:clamp(2.4rem,4vw,3.4rem);margin-bottom:.75rem;letter-spacing:.04em}.staff-section__intro-text{color:var(--color-text-muted);line-height:1.7;font-size:1rem}.staff-section__unavailable{color:var(--color-text-dim)}.staff-category{width:100%;text-align:left;display:flex;flex-direction:column;gap:1rem}.staff-category header{display:flex;flex-direction:column;gap:.35rem}.staff-category h3{margin:0;color:var(--color-highlight);letter-spacing:.08em;font-size:1rem;text-transform:none}.staff-category header p{margin:0;color:var(--color-text-dim);max-width:760px;font-size:.95rem;line-height:1.5}.staff-grid{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.staff-card{position:relative;text-decoration:none;color:inherit;border-radius:18px;padding:1.5rem 1.25rem 1.6rem;background:#0a0b0ecc;border:1px solid rgba(255,255,255,.08);box-shadow:0 14px 30px #00000040,inset 0 1px #ffffff08;display:flex;flex-direction:column;align-items:center;gap:.5rem;min-height:220px;transition:transform .3s ease,border .3s ease,box-shadow .3s ease}.staff-card:hover{transform:translateY(-6px);border-color:#ffffff29;box-shadow:0 18px 40px #00000059,0 0 25px #ffffff0a}.staff-card__accent{width:50%;height:4px;border-radius:999px;margin-bottom:.35rem;background:linear-gradient(90deg,#fff,#ffffff4d)}.staff-card[data-category=leadership] .staff-card__accent{background:linear-gradient(90deg,#f7b733,#fc4a1a)}.staff-card[data-category=administration] .staff-card__accent{background:linear-gradient(90deg,#4b6cb7,#182848)}.staff-card[data-category=moderators] .staff-card__accent{background:linear-gradient(90deg,#42e695,#3bb2b8)}.staff-card[data-category=trials] .staff-card__accent{background:linear-gradient(90deg,#ff9a9e,#fad0c4)}.staff-card[data-category=support] .staff-card__accent,.staff-card[data-category=other] .staff-card__accent{background:linear-gradient(90deg,#a1c4fd,#6574cd)}.staff-card__avatar{width:72px;height:72px;border-radius:16px;border:2px solid rgba(255,255,255,.15);object-fit:cover;box-shadow:0 10px 25px #00000059}.staff-card__content{flex:1;display:flex;flex-direction:column;align-items:center;gap:.25rem}.staff-card__handle{font-size:1rem;letter-spacing:.04em;margin:0}.staff-card__username{margin:0;font-size:.8rem;color:var(--color-text-dim);letter-spacing:.08em}.staff-card__role{margin-top:.6rem;padding:.35rem .85rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);text-transform:none;font-size:.7rem;letter-spacing:.08em}@media (max-width: 768px){.staff-section{margin-bottom:4rem}.staff-section__intro{text-align:left}.staff-section__intro h1{font-size:2.2rem}.staff-category h3{font-size:.95rem}}@media only screen and (max-width: 1200px){body{line-height:1.5}nav ul{flex-direction:column;padding:0;margin:0}nav ul li{margin:10px 0}.container{width:100%;padding:0 10px}img{max-width:100%;height:auto}h1{font-size:24px}h2{font-size:20px}button{width:100%;padding:12px;font-size:16px}.top_bar_logo{width:40px!important}.bottom_bar_container>img{width:3vh!important}.about_us_cards{display:grid!important;grid-template-columns:repeat(1,1fr);gap:1rem;flex-direction:column;align-items:center;justify-content:center;width:65%;height:100%;background:transparent}.about_us_text{width:80%!important;text-align:left!important}.my_twitch_content{flex-direction:column!important;display:flex;width:70%!important;justify-content:center;align-items:center}.my_twitch{padding:0!important;width:50%!important}.my_twitch_content>h1{font-size:2vh!important;text-align:center!important;padding:0 5rem!important}.home_page{gap:2rem;margin-top:7vh}.scroll_down{display:none!important}.coming_soon{font-weight:200;font-size:2vh!important}.follow_discord_button{width:auto}.first_section>h1{font-size:7vh!important}.second_section{flex-direction:column;gap:1rem;align-items:center;justify-content:center}.my_twitch_content>iframe{position:relative;display:flex;width:90vw!important;height:80vw!important;justify-content:center;align-items:center}.bottom_bar_container{padding:1rem!important;justify-content:space-between!important;align-items:center!important}}
