@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@600;700;800;900&display=swap";.navbar{position:fixed;top:0;left:0;right:0;background:transparent;z-index:1000;padding:10px 20px;display:flex;align-items:center;justify-content:center;height:60px}.nav-center{display:flex;align-items:center;gap:20px}.nav-link{color:#fff;text-decoration:none;font-size:16px;font-weight:700;text-transform:uppercase;display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:4px;transition:color .3s ease,background-color .3s ease}.nav-link.active{color:red;text-decoration:line-through}.menu-button{margin-left:auto;font-size:24px;color:#fff;background:none;border:none;cursor:pointer;z-index:1001}.mobile-menu{position:fixed;top:0;width:70%;height:100vh;background-color:#000000d9;display:flex;flex-direction:column;padding-top:60px;transition:right .3s ease-in-out;z-index:9999}.close-button{position:absolute;top:15px;right:20px;font-size:30px;color:#fff;background:none;border:none;cursor:pointer}.mobile-nav-link{color:#fff;text-decoration:none;font-size:18px;font-weight:700;text-transform:uppercase;padding:15px 20px;border-bottom:1px solid #444;display:flex;align-items:center;gap:8px}.mobile-nav-link.active{color:#ff1900;text-decoration:line-through}.server-status-wrapper{position:relative;display:flex;flex-direction:column;align-items:flex-end;width:100%}.server-status-card{display:flex;align-items:center;gap:clamp(.4rem,1.2vw,.85rem);background:transparent;border:1px solid rgba(239,68,68,.4);padding:clamp(.35rem,.9vw,.55rem) clamp(.6rem,1.4vw,1rem);border-radius:clamp(.4rem,1vw,.75rem);cursor:pointer;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:all .3s cubic-bezier(.16,1,.3,1);max-width:100%;box-sizing:border-box;position:relative}.server-status-card:hover{border-color:#ef4444;background:#ef444414;box-shadow:0 0 15px #ef44444d,inset 0 0 10px #ef44441a;transform:translateY(-2px)}.server-status-info{display:flex;flex-direction:column;text-align:left;overflow:hidden}.server-online-count{font-size:clamp(.55rem,1.1vw,.78rem);font-weight:900;color:#fff;letter-spacing:.04em;white-space:nowrap;text-shadow:0 0 8px rgba(255,255,255,.3)}.server-ip-text{font-size:clamp(.48rem,.9vw,.68rem);color:#fca5a5;font-weight:700;letter-spacing:.05em;white-space:nowrap}.server-icon-wrapper{display:flex;align-items:center;justify-content:center;width:clamp(20px,3.2vw,28px);height:clamp(20px,3.2vw,28px);background:transparent;border:1px solid #ef4444;border-radius:50%;color:#ef4444;flex-shrink:0;transition:all .3s ease}.server-status-card:hover .server-icon-wrapper{background:#ef4444;color:#fff;box-shadow:0 0 10px #ef444499}.server-play-icon{width:clamp(8px,1.3vw,11px);height:clamp(8px,1.3vw,11px);margin-left:1px}.copied-toast{position:absolute;top:100%;margin-top:8px;background:#120508f2;border:1px solid #ef4444;color:#fff;padding:.3rem .75rem;border-radius:.4rem;font-size:.7rem;font-weight:800;box-shadow:0 4px 14px #ef44444d;white-space:nowrap;z-index:20}@media (max-width: 400px){.server-status-card{padding:.25rem .5rem}}.hero-bg-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.hero-bg-img{width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:brightness(.65) contrast(1.1) blur(.5px) brightness(60%) saturate(140%);transform:scale(1.08)}.hero-bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0a0e1780,#0a0e174d,#0a0e17cc 80%,#0a0e17);pointer-events:none}.hero-section{position:relative;min-height:70vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5rem 1rem 4rem;overflow:hidden;box-sizing:border-box}.hero-glow-pink{position:absolute;top:25%;left:50%;transform:translate(-50%,-50%);width:500px;height:250px;background:#ec48992e;filter:blur(120px);border-radius:9999px;pointer-events:none}.hero-glow-blue{position:absolute;top:30%;left:35%;width:300px;height:180px;background:#3b82f61f;filter:blur(100px);border-radius:9999px;pointer-events:none}.hero-container{position:relative;z-index:10;max-width:1000px;width:100%;display:flex;flex-direction:column;align-items:center;gap:clamp(1.2rem,3vw,2.2rem)}.hero-brand-header{display:grid;grid-template-columns:1fr 1.5fr 1fr;align-items:center;gap:clamp(.2rem,1vw,1.2rem);width:100%}.hero-side-item{display:flex;align-items:center;width:100%}.hero-side-left{justify-content:flex-end}.hero-logo-wrapper{display:flex;justify-content:center;align-items:center}.hero-logo-img{height:clamp(100px,20vw,300px);width:auto;object-fit:contain;filter:drop-shadow(0 0 25px rgba(236,72,153,.4));transition:transform .3s ease}.hero-logo-img:hover{transform:scale(1.05)}.discord-card-widget{display:inline-flex;align-items:center;gap:clamp(.35rem,1vw,.75rem);border:1px solid rgba(88,101,242,.4);padding:clamp(.35rem,.8vw,.55rem) clamp(.6rem,1.2vw,1rem);border-radius:clamp(.4rem,1vw,.75rem);text-decoration:none;box-shadow:0 8px 24px #0006,inset 0 1px #ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .35s cubic-bezier(.16,1,.3,1);width:fit-content;max-width:100%;box-sizing:border-box;overflow:hidden;position:relative}.hero-side-right{justify-content:flex-start}.discord-card-widget:before{content:"";position:absolute;top:-20px;right:-20px;width:60px;height:60px;background:#5865f24d;filter:blur(18px);border-radius:50%;transition:all .35s ease}.discord-card-widget:hover{border-color:#5865f2;background:linear-gradient(135deg,#5865f24d,#141a2df2);box-shadow:0 10px 24px #5865f259,0 0 15px #5865f233;transform:translateY(-2px)}.discord-card-widget:hover:before{width:90px;height:90px;background:#5865f280}.discord-widget-info{display:flex;flex-direction:column;text-align:left;overflow:hidden;z-index:1}.discord-online-count{font-size:clamp(.5rem,1.05vw,.72rem);font-weight:900;color:#fff;letter-spacing:.03em;white-space:nowrap}.discord-link-text{font-size:clamp(.45rem,.85vw,.62rem);color:#5865f2;font-weight:700;letter-spacing:.03em;white-space:nowrap;transition:color .3s ease}.discord-card-widget:hover .discord-link-text{color:#c7d2fe}.discord-icon-wrapper{display:flex;align-items:center;justify-content:center;width:clamp(20px,3.2vw,28px);height:clamp(20px,3.2vw,28px);background:#5865f2;border-radius:50%;color:#fff;flex-shrink:0;z-index:1;box-shadow:0 4px 12px #5865f266;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.discord-card-widget:hover .discord-icon-wrapper{transform:scale(1.08) rotate(-8deg);box-shadow:0 0 14px #5865f2cc}.discord-icon{width:clamp(10px,1.8vw,15px);height:clamp(10px,1.8vw,15px)}.hero-subtitle{margin:0;color:#a1a1aa;font-size:clamp(.78rem,1.5vw,.95rem);max-width:580px;text-align:center;line-height:1.5;padding:0 .5rem}@media (max-width: 768px){.hero-brand-header{gap:.15rem}.hero-logo-img{height:105px}.discord-card-widget{padding:.35rem .45rem;gap:.25rem}.discord-online-count{font-size:.5rem}.discord-link-text{font-size:.45rem}.discord-icon-wrapper{width:20px;height:20px}.discord-icon{width:11px;height:11px}}@media (max-width: 375px){.hero-logo-img{height:88px}.discord-card-widget{padding:.25rem .35rem}}.site-footer{background-color:#0a0304;color:#a1a1aa;padding:60px 20px 30px;font-family:Plus Jakarta Sans,sans-serif;position:relative;border-top:1px solid rgba(239,68,68,.2)}.footer-container{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:30px}.footer-section{flex:1 1 280px;text-align:left}.footer-title{font-size:1.1rem;font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:.05em}.footer-highlight{color:#ef4444}.footer-text{font-size:.88rem;color:#a1a1aa;line-height:1.6;margin-bottom:16px}.btn-play{padding:12px 20px;background-color:#1a070a;color:#fff;border-radius:0;border:1px solid rgba(239,68,68,.4);cursor:pointer;font-weight:700;font-size:.85rem;box-shadow:0 4px 12px #00000080;transition:border-color .2s ease}.btn-play:hover{border-color:#ef4444cc}.btn-arrow{color:#ef4444;margin-left:6px}.btn-shop{padding:12px 20px;background-color:#ef4444;color:#fff;border-radius:0;border:none;cursor:pointer;font-weight:800;font-size:.85rem;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #ef444466;position:relative}.badge-soon{margin-left:6px;font-size:.6rem;background-color:#000;color:#fff;padding:2px 6px;font-weight:900;letter-spacing:.05em}.footer-list{list-style:none;padding:0;margin:0}.footer-list-item{display:flex;align-items:center;margin-bottom:12px}.footer-icon{margin-right:10px;color:#ef4444;font-size:1rem}.footer-link{text-decoration:none;color:#d4d4d8;font-size:.88rem;font-weight:600;transition:color .2s ease}.footer-link:hover{color:#fff}.footer-copyright{margin-top:50px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);text-align:center}.copy-text{color:#fff;font-size:.85rem;margin:0 0 4px}.small-text{color:#71717a;font-size:.75rem;margin:0}@media (max-width: 768px){.footer-container{flex-direction:column;gap:40px}}:root{--bg-main: #080305;--card-bg-red: linear-gradient(165deg, rgba(35, 10, 15, .85) 0%, rgba(18, 5, 8, .95) 100%);--border-red: rgba(239, 68, 68, .2);--border-red-hover: rgba(239, 68, 68, .5);--text-main: #f8fafc;--text-muted: #fca5a5;--accent-red: #ef4444}body{background-color:var(--bg-main);background-image:radial-gradient(circle at 50% 0%,rgba(225,29,72,.15) 0%,transparent 60%),radial-gradient(circle at 80% 50%,rgba(153,27,27,.1) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(136,19,55,.12) 0%,transparent 50%);background-attachment:fixed;margin:0}.staff-page-header{text-align:center;margin:40px auto 28px;max-width:800px;padding:0 20px}.staff-page-title{font-size:2.2rem;font-weight:900;letter-spacing:-.02em;margin:0 0 6px;color:#fff;text-transform:uppercase;text-shadow:0 0 20px rgba(239,68,68,.3)}.staff-page-subtitle{color:#94a3b8;font-size:.9rem;margin:0}.staff-container{display:flex;max-width:1200px;margin:0 auto 60px;gap:24px;padding:0 20px;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-main);box-sizing:border-box;align-items:flex-start}.staff-sidebar{flex:0 0 250px;background:var(--card-bg-red);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:20px;padding:20px;border:1px solid var(--border-red);position:sticky;top:24px;box-shadow:0 16px 36px #00000080,0 0 20px #b91c1c1a;box-sizing:border-box}.sidebar-title{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 12px 2px;opacity:.8}.staff-search-input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid rgba(239,68,68,.25);background:#0a0204cc;color:#fff;font-family:inherit;font-size:.88rem;box-sizing:border-box;outline:none;transition:all .25s ease}.staff-search-input::placeholder{color:#fca5a566}.staff-search-input:focus{border-color:var(--accent-red);box-shadow:0 0 16px #ef44444d}.role-list{display:flex;flex-direction:column;gap:6px;margin-top:10px}.role-item{padding:11px 16px;border-radius:12px;font-size:.88rem;font-weight:700;color:#cbd5e1;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between}.role-item:hover{background:#ef44441f;color:#fff}.role-item.selected{background:linear-gradient(135deg,#ef4444,#b91c1c);color:#fff;font-weight:800;box-shadow:0 6px 18px #ef444466;border:1px solid rgba(255,255,255,.2)}.staff-grid-list{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:20px}.staff-card{background:var(--card-bg-red);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-red);border-radius:20px;padding:24px 16px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.16,1,.3,1)}.staff-card:before{content:"";position:absolute;top:-40px;width:90px;height:90px;background:var(--card-accent-glow, rgba(239, 68, 68, .25));filter:blur(35px);border-radius:50%;pointer-events:none}.staff-card:hover{transform:translateY(-6px);border-color:var(--card-accent-border, rgba(239, 68, 68, .6));box-shadow:0 16px 36px #0009,0 0 20px var(--card-accent-glow, rgba(239, 68, 68, .2))}.avatar-wrapper{position:relative;margin-bottom:14px}.staff-avatar{width:80px;height:80px;border-radius:18px;background:#140305;border:2px solid rgba(239,68,68,.3);object-fit:cover;box-shadow:0 8px 16px #00000080;transition:transform .3s ease,border-color .3s ease}.staff-card:hover .staff-avatar{transform:scale(1.06);border-color:#fff}.staff-name{font-size:1.08rem;font-weight:800;margin:0 0 2px;color:#fff}.staff-username{font-size:.8rem;font-weight:600;color:var(--text-muted);opacity:.85;margin-bottom:16px}.staff-role-badge{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:6px 16px;border-radius:30px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #00000059;border:1px solid rgba(255,255,255,.25)}@media (max-width: 768px){.staff-page-title{font-size:1.7rem}.staff-container{flex-direction:column;padding:0 14px}.staff-sidebar{position:static;width:100%;padding:16px}.role-list{flex-direction:row;overflow-x:auto;white-space:nowrap;scrollbar-width:none;margin-top:10px;gap:8px}.role-list::-webkit-scrollbar{display:none}.role-item{flex:0 0 auto;padding:8px 14px;font-size:.82rem}.staff-grid-list{grid-template-columns:repeat(2,1fr);gap:12px}.staff-card{padding:18px 12px}.staff-avatar{width:64px;height:64px;border-radius:14px}}.vote-wrapper{font-family:Plus Jakarta Sans,sans-serif;color:#fff;min-height:100vh;padding:60px 0 100px;position:relative;overflow:hidden;background:linear-gradient(180deg,#0e0406,#0e040666 35%,#0e040666 65%,#0e0406),radial-gradient(circle at center,rgba(239,68,68,.18) 0%,rgba(45,10,18,.1) 50%,transparent 75%),#110407}.vote-container{max-width:800px;margin:0 auto;padding:0 24px;box-sizing:border-box}.vote-header{text-align:center;margin-bottom:30px}.vote-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#fff;letter-spacing:-.02em;margin:0 0 12px;text-shadow:0 4px 12px rgba(0,0,0,.8)}.vote-subtitle{font-size:.95rem;color:#a1a1aa;margin:0}.vote-card{background:#1a070ad9;border:1px solid rgba(239,68,68,.32);border-radius:0;padding:32px 24px;box-shadow:0 10px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;margin-bottom:30px}.vote-link-box{background-color:#120406;border:1px solid rgba(239,68,68,.4);color:#ef4444;padding:14px 20px;font-weight:700;font-size:1.05rem;word-break:break-all;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .2s ease}.vote-link-box:hover{border-color:#ef4444;background-color:#1a070a;box-shadow:0 0 15px #ef444433}.copy-icon{font-size:1.1rem}.vote-instruction{font-size:.88rem;color:#a1a1aa}.copied-toast{margin-top:12px;font-size:.85rem;font-weight:700;color:#4ade80;display:flex;align-items:center;justify-content:center;gap:6px}.tutorial-card{background:#1a070ad9;border:1px solid rgba(239,68,68,.32);border-radius:0;padding:32px;box-shadow:0 10px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tutorial-title{font-size:1.2rem;font-weight:800;color:#fff;margin-bottom:20px;letter-spacing:.02em;border-bottom:1px solid rgba(239,68,68,.2);padding-bottom:12px}.tutorial-list{padding-left:20px;margin-bottom:24px}.tutorial-list li{font-size:.92rem;color:#d4d4d8;line-height:1.7;margin-bottom:8px}.tutorial-list strong{color:#ef4444}.example-box{background-color:#120406;border-left:3px solid #ef4444;padding:16px 20px;margin-bottom:20px}.example-title{display:block;font-size:.9rem;font-weight:700;color:#fff;margin-bottom:8px}.example-code{background-color:#ef444426;color:#fca5a5;padding:2px 8px;font-family:monospace;font-size:.9rem;border-radius:0}.tutorial-note{font-size:.85rem;color:#a1a1aa;font-style:italic;margin:0;line-height:1.6}.tutorial-note strong{color:#fca5a5}@media (max-width: 768px){.vote-wrapper{padding:40px 0 60px}.vote-card,.tutorial-card{padding:24px 18px}.vote-link-box{font-size:.9rem;padding:12px 14px}}.store-header-banner{display:flex;justify-content:space-between;align-items:center;background-color:#11141d;border-radius:12px;height:80px;overflow:hidden;position:relative;box-shadow:0 10px 25px #0000004d}.store-header-brand{display:flex;align-items:center;gap:16px;padding-left:24px}.store-header-logo{height:48px;width:auto;object-fit:contain}.store-header-titles{display:flex;flex-direction:column}.store-title{color:#fff;font-size:1.35rem;font-weight:700;margin:0;line-height:1.2}.store-subtitle{color:#ec4899;font-size:.9rem;font-weight:600;margin:0}.store-header-actions{display:flex;height:100%;align-items:stretch}.action-skew-item{display:flex;align-items:center;justify-content:center;padding:0 35px;transform:skew(-15deg);margin-right:-12px;position:relative;cursor:pointer;transition:filter .2s ease}.action-skew-item:hover{filter:brightness(1.1)}.basket-item{background:linear-gradient(135deg,#3b82f6,#2563eb);z-index:1}.user-item{background:linear-gradient(135deg,#f43f5e,#e11d48);z-index:2;margin-right:-15deg;padding-right:45px}.action-content{transform:skew(15deg);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;white-space:nowrap}.action-small{color:#ffffffd9;font-size:.75rem;font-weight:600;text-transform:capitalize;letter-spacing:.3px}.action-bold{color:#fff;font-size:1.1rem;font-weight:800;letter-spacing:.5px;text-transform:uppercase;margin-top:-2px}@media screen and (max-width: 768px){.store-header-banner{height:64px;padding:0}.store-header-brand{padding-left:12px;gap:8px}.store-header-logo{height:32px}.store-title{font-size:.95rem}.store-subtitle{font-size:.7rem}.action-skew-item{padding:0 16px;transform:skew(-15deg);margin-right:-8px}.user-item{margin-right:-10px;padding-right:22px}.action-content{transform:skew(15deg)}.action-small{font-size:.55rem;line-height:1}.action-bold{font-size:.75rem}}@media screen and (max-width: 400px){.store-header-brand{padding-left:8px}.store-subtitle{display:none}.action-skew-item{padding:0 10px}.user-item{padding-right:16px}}.action-skew-item.user-item{display:flex;align-items:center;gap:10px}.user-head-avatar{width:32px;height:32px;border-radius:6px}.logout-btn{background:#ffffff1a;border:none;color:#fff;border-radius:4px;padding:2px 8px;cursor:pointer;margin-left:8px;transition:background .2s}.logout-btn:hover{background:#ef4444cc}.home-wrapper{font-family:Plus Jakarta Sans,sans-serif;color:#fff;padding:40px 0 80px;position:relative;overflow:hidden;background:linear-gradient(180deg,#0e0406,#0e04064d 35%,#0e04064d 65%,#0e0406),radial-gradient(circle at center,rgba(239,68,68,.2) 0%,rgba(45,10,18,.12) 45%,transparent 70%),#110407}.gamemodes-section{max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}.gamemodes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.gamemode-card{text-decoration:none;border:none!important;box-shadow:inset 0 0 0 1px #ef444452,0 10px 25px #00000080;border-radius:0;padding:30px 28px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;min-height:165px;position:relative;overflow:hidden;background:#1a070a;transition:all .3s cubic-bezier(.16,1,.3,1)}.gamemode-card:after{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;background-image:linear-gradient(165deg,#320a128c,#180509b3),var(--card-bg);background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:1;transition:all .3s ease;pointer-events:none}.gamemode-card:hover{transform:translateY(-6px);box-shadow:inset 0 0 0 1px #ef4444b3,0 20px 40px #000000a6,0 0 25px #ef44444d}.gamemode-card:hover:after{background-image:linear-gradient(165deg,#410c1673,#1e060c99),var(--card-bg)}.gamemode-card.card-store{box-shadow:inset 0 0 0 2px #ef4444b3,0 16px 36px #ef444447}.gamemode-card.card-store:after{background-image:linear-gradient(145deg,#c81e1e8c,#1e0509cc),var(--card-bg)}.card-content,.card-arrow{position:relative;z-index:2}.gamemode-title{font-size:1.35rem;font-weight:800;margin:0 0 8px;color:#fff;letter-spacing:-.01em;text-shadow:0 2px 4px rgba(0,0,0,.7)}.gamemode-subtitle{font-size:.9rem;color:#fca5a5;opacity:.95;margin:0;line-height:1.5;text-shadow:0 1px 3px rgba(0,0,0,.8)}.card-arrow{align-self:flex-end;font-size:1.4rem;color:#ef4444;font-weight:800;transition:transform .25s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.8))}.gamemode-card:hover .card-arrow{transform:translate(6px);color:#fff}.gamemode-card.card-store{grid-column:span 2;grid-row:span 2;padding:38px 34px}.gamemode-card.card-store:before{content:"";position:absolute;top:-80px;right:-80px;width:250px;height:250px;background:#ef444466;filter:blur(60px);border-radius:50%;pointer-events:none;z-index:2}.card-store .gamemode-title{font-size:2.2rem;font-weight:900;margin-bottom:12px;color:#fff;background:none;-webkit-text-fill-color:initial}.card-store .gamemode-subtitle{font-size:1.05rem;opacity:.95;max-width:90%;line-height:1.6}.featured-tag{display:inline-block;background:#ef4444;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.1em;padding:6px 14px;border-radius:0;margin-bottom:16px;box-shadow:0 4px 14px #ef444480}.card-store .card-arrow{font-size:2rem}.gamemode-card.card-stafflist,.gamemode-card.card-rules,.gamemode-card.card-vote,.gamemode-card.card-wiki{grid-column:span 2}@media (max-width: 900px){.gamemodes-grid{grid-template-columns:1fr;gap:16px}.gamemode-card.card-store,.gamemode-card.card-stafflist,.gamemode-card.card-rules,.gamemode-card.card-vote,.gamemode-card.card-wiki{grid-column:span 1;grid-row:span 1}.gamemode-card.card-store{padding:28px 20px}.card-store .gamemode-title{font-size:1.6rem}}.store-header-section{max-width:1200px;width:100%;margin:0 auto 2rem;padding:0 24px;box-sizing:border-box}@media (max-width: 768px){.store-header-section{padding:0 16px;margin-bottom:1.5rem}}.info-section{max-width:1200px;width:100%;margin:2.5rem auto 0;padding:0 24px;box-sizing:border-box}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;width:100%}.info-card{background:#180a0ed9;border:1px solid rgba(239,68,68,.2);border-radius:clamp(.5rem,1vw,.85rem);padding:clamp(1.2rem,2.5vw,1.8rem);box-shadow:0 8px 24px #00000059;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;flex-direction:column;gap:1.2rem;box-sizing:border-box}.info-card-header{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:.85rem}.info-badge{font-size:.65rem;font-weight:900;color:#f43f5e;letter-spacing:.08em}.info-card-title{margin:0;font-size:clamp(1rem,1.8vw,1.3rem);font-weight:800;color:#fff;letter-spacing:.02em}.info-card-body{color:#d4d4d8;font-size:clamp(.82rem,1.1vw,.92rem);line-height:1.6;display:flex;flex-direction:column;gap:.85rem}.info-card-body strong{color:#f4f4f5}.about-stats{display:flex;gap:1.5rem;margin-top:.5rem;padding-top:.85rem;border-top:1px dashed rgba(255,255,255,.1)}.stat-item{display:flex;flex-direction:column}.stat-value{font-size:1.25rem;font-weight:900;color:#ef4444}.stat-label{font-size:.7rem;color:#8b8b96;text-transform:uppercase;letter-spacing:.03em}.faq-list{gap:.6rem}.faq-item{background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:.5rem;padding:.75rem 1rem;cursor:pointer;transition:all .25s ease}.faq-item:hover{background:#ffffff14;border-color:#f43f5e4d}.faq-item.active{border-color:#f43f5e80;background:#f43f5e14}.faq-question{display:flex;justify-content:space-between;align-items:center;font-weight:700;color:#f4f4f5;font-size:clamp(.8rem,1vw,.88rem)}.faq-icon{font-size:1.1rem;color:#f43f5e;font-weight:900;margin-left:.5rem}.faq-answer{margin-top:.6rem;padding-top:.6rem;border-top:1px solid rgba(255,255,255,.07);color:#a1a1aa;font-size:.8rem;line-height:1.5}.faq-answer p{margin:0}@media (max-width: 768px){.info-section{padding:0 16px}.info-grid{grid-template-columns:1fr;gap:1rem}}.rules-wrapper{font-family:Plus Jakarta Sans,sans-serif;color:#fff;min-height:100vh;padding:60px 0 100px;position:relative;overflow:hidden;background:linear-gradient(180deg,#0e0406,#0e040666 35%,#0e040666 65%,#0e0406),radial-gradient(circle at center,rgba(239,68,68,.18) 0%,rgba(45,10,18,.1) 50%,transparent 75%),#110407}.rules-container{max-width:900px;margin:0 auto;padding:0 24px;box-sizing:border-box}.arrow-container{text-align:center;margin-top:-20px;margin-bottom:20px;position:relative;z-index:10}.arrow-button{background:none;border:none;cursor:pointer;color:#ef4444;font-size:2rem;animation:bounce 2s infinite;padding:.5rem;display:inline-flex;align-items:center;justify-content:center;filter:drop-shadow(0 0 8px rgba(239,68,68,.6))}.rules-header{text-align:center;margin-bottom:40px}.rules-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#fff;letter-spacing:-.02em;margin:0 0 12px;text-shadow:0 4px 12px rgba(0,0,0,.8)}.title-highlight{color:#ef4444}.rules-subtitle{font-size:1rem;color:#fca5a5;font-style:italic;margin-bottom:12px;opacity:.9}.rules-notice{font-size:.95rem;color:#d4d4d8;line-height:1.6}.toc-header{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:800;color:#fff;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid rgba(239,68,68,.3)}.toc-icon{color:#ef4444}.rules-card{background:#1a070ad9;border:1px solid rgba(239,68,68,.32);border-radius:0;padding:32px 28px;box-shadow:0 10px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:30px}.rules-parent-list{list-style:none;padding:0;margin:0;counter-reset:rule-counter}.rule-card-item{counter-increment:rule-counter;position:relative;padding-left:45px;margin-bottom:28px}.rule-card-item:last-child{margin-bottom:0}.rule-card-item:before{content:counter(rule-counter,decimal-leading-zero);position:absolute;left:0;top:0;font-weight:900;font-size:1.1rem;color:#ef4444;background:#ef44441a;border:1px solid rgba(239,68,68,.3);width:32px;height:32px;display:flex;align-items:center;justify-content:center}.rule-title{font-size:1.1rem;font-weight:800;color:#fff;margin-bottom:10px;display:block}.rule-sublist{list-style:disc;padding-left:20px;margin:0}.rule-sublist li{font-size:.9rem;color:#d4d4d8;line-height:1.6;margin-bottom:6px}.rules-footer-notes{background:#0e040699;border-left:3px solid #ef4444;padding:20px;border-radius:0;margin-top:30px}.rules-footer-notes p{margin:0 0 10px;font-size:.9rem;color:#a1a1aa;line-height:1.6}.rules-footer-notes p:last-child{margin-bottom:0}.rules-footer-notes strong{color:#fff}.rules-link{color:#ef4444;text-decoration:none;font-weight:700;transition:color .2s ease}.rules-link:hover{color:#fca5a5;text-decoration:underline}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 768px){.rules-wrapper{padding:40px 0 60px}.rules-card{padding:24px 18px}.rule-card-item{padding-left:38px}.rule-card-item:before{width:28px;height:28px;font-size:.95rem}}.cookies-container{background-color:#0d0d11;min-height:100vh;padding:80px 20px;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;color:#e2e8f0}.cookies-container:before{content:"";position:absolute;top:20%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,#ef444426,#0000 70%);pointer-events:none;z-index:0}.cookies-card{position:relative;z-index:1;max-width:800px;width:100%;background:#16161dbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:40px;box-shadow:0 20px 40px #0009,0 0 20px #ef44440d}.cookies-title{font-size:28px;font-weight:800;color:#fff;margin-bottom:24px;display:flex;align-items:center;gap:12px;letter-spacing:.5px}.cookies-icon{color:#ef4444;font-size:32px;filter:drop-shadow(0 0 8px rgba(239,68,68,.5))}.cookies-text{font-size:15px;line-height:1.7;color:#a1a1aa;margin-bottom:20px}.cookies-text:last-child{margin-bottom:0}.cookies-list{background:#ffffff08;border-left:3px solid #ef4444;padding:16px 20px;border-radius:0 8px 8px 0;margin:20px 0}.cookies-list-item{margin-bottom:10px;color:#d4d4d8}.cookies-list-item:last-child{margin-bottom:0}.cookies-highlight{color:#fff;font-weight:600}@media (max-width: 640px){.cookies-card{padding:24px}.cookies-title{font-size:22px}.cookies-text{font-size:14px}}.privacy-container{background-color:#0d0d11;min-height:100vh;padding:80px 20px;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;color:#e2e8f0}.privacy-container:before{content:"";position:absolute;top:20%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,#ef444426,#0000 70%);pointer-events:none;z-index:0}.privacy-card{position:relative;z-index:1;max-width:800px;width:100%;background:#16161dbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:40px;box-shadow:0 20px 40px #0009,0 0 20px #ef44440d}.privacy-title{font-size:28px;font-weight:800;color:#fff;margin-bottom:24px;display:flex;align-items:center;gap:12px;letter-spacing:.5px}.privacy-icon{color:#ef4444;font-size:32px;filter:drop-shadow(0 0 8px rgba(239,68,68,.5))}.privacy-text{font-size:15px;line-height:1.7;color:#a1a1aa;margin-bottom:20px}.privacy-text:last-child{margin-bottom:0}.privacy-list{background:#ffffff08;border-left:3px solid #ef4444;padding:16px 20px;border-radius:0 8px 8px 0;margin:20px 0}.privacy-list-item{margin-bottom:12px;color:#d4d4d8}.privacy-list-item:last-child{margin-bottom:0}.privacy-highlight{color:#fff;font-weight:600}@media (max-width: 640px){.privacy-card{padding:24px}.privacy-title{font-size:22px}.privacy-text{font-size:14px}}.terms-container{background-color:#0d0d11;min-height:100vh;padding:80px 20px;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;color:#e2e8f0}.terms-container:before{content:"";position:absolute;top:20%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,#ef444426,#0000 70%);pointer-events:none;z-index:0}.terms-card{position:relative;z-index:1;max-width:800px;width:100%;background:#16161dbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:40px;box-shadow:0 20px 40px #0009,0 0 20px #ef44440d}.terms-title{font-size:28px;font-weight:800;color:#fff;margin-bottom:24px;display:flex;align-items:center;gap:12px;letter-spacing:.5px}.terms-icon{color:#ef4444;font-size:32px;filter:drop-shadow(0 0 8px rgba(239,68,68,.5))}.terms-text{font-size:15px;line-height:1.7;color:#a1a1aa;margin-bottom:20px}.terms-text:last-child{margin-bottom:0}.terms-list{background:#ffffff08;border-left:3px solid #ef4444;padding:16px 20px;border-radius:0 8px 8px 0;margin:20px 0}.terms-list-item{margin-bottom:12px;color:#d4d4d8}.terms-list-item:last-child{margin-bottom:0}.terms-highlight{color:#fff;font-weight:600}@media (max-width: 640px){.terms-card{padding:24px}.terms-title{font-size:22px}.terms-text{font-size:14px}}body{margin:0;padding:0;font-family:Poppins,sans-serif;color:#fff;overflow-x:hidden;background-color:#0d1117}
