:root{--page: #16072f;--page-deep: #07031b;--sidebar: #0b0826;--sidebar-hot: #1b0a46;--panel: rgba(31, 18, 78, .72);--panel-strong: rgba(18, 11, 52, .94);--panel-soft: rgba(255, 255, 255, .12);--ink: #ffffff;--ink-soft: rgba(255, 255, 255, .76);--muted: rgba(255, 255, 255, .55);--accent: #5947ff;--accent-hot: #8b2de2;--green: #24f24f;--danger: #ff4f83;--line: rgba(255, 255, 255, .14);--radius-lg: 22px;--radius-md: 16px;--shadow: 0 24px 70px rgba(0, 0, 0, .42)}*{box-sizing:border-box}body{margin:0;min-height:100vh;overflow-x:hidden;color:var(--ink);background:var(--page-deep);font-family:Poppins,sans-serif}body::selection{background:#7e1db173}@keyframes soft-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}a{color:inherit;text-decoration:none}button,input{font:inherit}h1,h2,h3,p{margin-top:0}p{line-height:1.55}.page-bg{position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 72% 6%,rgba(89,71,255,.22),transparent 26%),radial-gradient(circle at 58% 42%,rgba(139,45,226,.18),transparent 30%),linear-gradient(135deg,#07031b,#13072f 48%,#1b0a46)}.app-shell{min-height:100vh;display:grid;grid-template-columns:70px minmax(0,1fr);grid-template-rows:auto 1fr}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:70px;display:flex;flex-direction:column;align-items:center;padding:1.25rem 0;background:linear-gradient(180deg,var(--sidebar) 0%,var(--sidebar-hot) 100%);border-right:1px solid rgba(255,255,255,.08)}.sidebar__brand{width:48px;height:70px;display:grid;place-items:center;font-size:3rem;font-weight:800;line-height:1}.sidebar__brand--logo{height:58px}.sidebar__brand--logo img{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.38))}.sidebar__nav{display:grid;gap:.75rem;margin-top:1.2rem;padding:.45rem;border-radius:18px;background:#ffffff09}.sidebar__nav a{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;color:#ffffffb3;font-size:.88rem;font-weight:800;transition:background .2s ease,color .2s ease,transform .2s ease}.sidebar__nav img{width:22px;height:22px;object-fit:contain;filter:drop-shadow(0 3px 8px rgba(0,0,0,.35))}.sidebar__nav a:hover,.sidebar__nav a.is-active{background:linear-gradient(135deg,#5548ff,#2c1a89);color:#fff;transform:translateY(-1px);box-shadow:0 12px 26px #00000047}.topbar{grid-column:2;position:sticky;top:0;z-index:20;display:grid;grid-template-columns:minmax(0,1fr) auto;justify-content:space-between;gap:1rem;align-items:center;padding:1.8rem 1.6rem 1.2rem;backdrop-filter:blur(18px)}.topbar__left{display:flex;align-items:center;gap:.9rem;min-width:0}.search{width:min(560px,100%);height:50px;display:flex;align-items:center;gap:.9rem;padding:0 1.1rem;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#0c0826c7;box-shadow:var(--shadow)}.search input{width:100%;border:0;outline:0;color:#fff;background:transparent}.search input::placeholder{color:#ffffffe0}.topbar__button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 1rem;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#0c0826b8;color:#ffffffe0;font-size:.84rem;font-weight:800;box-shadow:inset 0 0 0 1px #5947ff38}.topbar__button:hover{background:linear-gradient(135deg,#5868f0d9,#7e1db1bf);color:#fff}.topbar__actions{display:flex;align-items:center;gap:.9rem}.nav-cart{min-width:236px;min-height:52px;display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:.25rem 0;border:0;background:transparent;color:#fff;text-align:right;cursor:pointer;box-shadow:none}.nav-cart strong,.nav-cart small{display:block;line-height:1.05}.nav-cart strong{font-size:.96rem}.nav-cart small{margin-top:.12rem;color:#ffffffe0;font-size:.72rem;font-weight:900}.nav-cart__avatar{position:relative;flex:0 0 auto;width:42px;height:42px}.nav-cart__avatar img{width:42px;height:42px;object-fit:cover;border-radius:8px;image-rendering:pixelated}.nav-cart__avatar em{position:absolute;top:-12px;right:-10px;min-width:24px;height:24px;display:grid;place-items:center;padding:0 .32rem;border-radius:999px;background:#f3ebff;color:#2b174f;font-size:.78rem;font-style:normal;font-weight:900}.topbar__button--primary{min-width:126px;border-color:#9fcaffcc;background:linear-gradient(180deg,#9ed0ff,#5ea5ff 45%,#3852df);color:#07123a;box-shadow:0 10px #272c8ebf,0 20px 34px #3752df52}.app-content{grid-column:2;padding:0 1.6rem 1.2rem;animation:soft-enter .45s ease both}.dashboard{max-width:1188px;margin:0 auto}.dashboard--home{display:grid;grid-template-columns:minmax(0,2.05fr) minmax(320px,1fr);gap:1.5rem;align-items:start}.home-wide{margin-top:1.6rem}.subpage-dashboard{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.75fr);grid-template-areas:"hero side" "main side";gap:1.5rem;align-items:start}.dashboard-panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:#2413707a;box-shadow:var(--shadow)}.subpage-hero{grid-area:hero;min-height:230px;padding:clamp(1.3rem,4vw,2rem);background:linear-gradient(135deg,#5868f0b3,#7e1db185),url(/images/banner.png) center / cover;overflow:hidden}.subpage-hero h1{max-width:11ch;margin:0 0 .9rem;font-size:clamp(2.4rem,6vw,4.6rem);line-height:.95}.subpage-hero p:not(.eyebrow){max-width:64ch;color:var(--ink-soft)}.subpage-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.subpage-side{grid-area:side;position:sticky;top:7.2rem;padding:1.2rem}.subpage-side p{color:var(--ink-soft)}.rules-wrap,.staff-section,.store-panel,.reward-bar{grid-area:main}.rules-wrap,.staff-section,.store-panel{padding:1.2rem}.panel-muted{color:var(--ink-soft)}.dashboard-card{background:#ffffff1a;border-color:#ffffff1f}.store-panel .store-grid{margin:0}.store-page{max-width:1280px}.storefront{overflow:hidden;border-radius:18px;background:linear-gradient(180deg,#120a413d,#290a697a),radial-gradient(circle at 76% 5%,rgba(89,71,255,.28),transparent 28%)}.store-status-banner{margin:0 0 1rem;padding:.95rem 1.2rem;border-radius:14px;background:#4bd97a29;color:#fff;font-weight:800;box-shadow:inset 0 0 0 1px #4bd97a40}.store-toast{position:fixed;right:1.5rem;bottom:1.5rem;z-index:120;max-width:min(360px,calc(100vw - 2rem));padding:.85rem 1rem;border-radius:12px;background:#0a0522f0;color:#fff;font-weight:800;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;box-shadow:var(--shadow)}.store-toast.is-visible{opacity:1;transform:translateY(0)}.storefront__hero{position:relative;min-height:156px;display:grid;grid-template-columns:minmax(280px,1fr) auto minmax(190px,1fr);align-items:start;gap:1rem;padding:1.25rem 1.8rem 2rem;background:linear-gradient(180deg,#0f0e45b8,#1b0a533d),url(/images/banner5.jpg) center / cover}.storefront__hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#07031bc7,#1f0e5d8a)}.storefront__tabs,.storefront__intro,.storefront__wallet{position:relative;z-index:1}.storefront__tabs{display:flex;flex-wrap:wrap;gap:1.7rem;align-items:center;min-height:48px}.storefront__tabs a,.storefront__tabs button{min-height:38px;padding:0 .1rem;border:0;background:transparent;color:#ffffffd1;font-size:.86rem;font-weight:800;cursor:pointer}.storefront__tabs a:hover,.storefront__tabs button:hover,.storefront__tabs button.is-active{color:#fff}.storefront__tabs button.is-active{text-shadow:0 0 18px rgba(139,45,226,.75)}.storefront__intro{text-align:center}.storefront__intro p{margin-bottom:.35rem;color:#ffffffad;font-size:.82rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.storefront__intro h1{margin-bottom:.3rem;font-size:clamp(2rem,4vw,3.15rem);line-height:1}.storefront__intro span{color:#ffffffd1;font-size:.88rem;font-weight:700}.storefront__wallet{justify-self:end;min-width:255px;min-height:72px;display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:.65rem .85rem .65rem 1rem;border:0;border-radius:0;background:linear-gradient(90deg,#08051a2e,#08051ae0),url(/images/banner3.jpg) center / cover;color:#fff;text-align:right;box-shadow:inset 0 0 0 1px #ffffff14;cursor:pointer}.storefront__wallet strong{display:block;color:#fff;font-size:.98rem;line-height:1.05}.storefront__wallet-copy{display:grid;gap:.06rem}.storefront__wallet-copy small{color:#ffffffe0;font-size:.72rem;font-weight:900;line-height:1}.storefront__wallet-avatar{position:relative;flex:0 0 auto;width:42px;height:42px}.storefront__wallet-avatar img{width:42px;height:42px;object-fit:cover;border-radius:8px;image-rendering:pixelated}.storefront__wallet-avatar em{position:absolute;top:-12px;right:-10px;min-width:24px;height:24px;display:grid;place-items:center;padding:0 .32rem;border-radius:999px;background:#f3ebff;color:#2b174f;font-size:.78rem;font-style:normal;font-weight:900}.storefront__cta{position:relative;z-index:1;justify-self:end;min-height:44px;display:inline-flex;align-items:center;padding:0 1.2rem;border-radius:12px;background:#ffffff1f;color:#fff;font-weight:900}.store-user-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:1rem;background:#03010cbd;backdrop-filter:blur(6px)}.store-user-modal.is-hidden{display:none}.store-user-modal__panel{width:min(540px,100%);padding:2rem;background:#191136;color:#fff;text-align:center;box-shadow:var(--shadow)}.store-user-modal__panel h2{margin-bottom:.35rem;font-size:1.18rem}.store-user-modal__panel p{margin-bottom:.9rem;color:#ffffffc7;font-size:.9rem}.store-player--modal{width:100%;margin:.8rem 0}.store-player--modal span{color:#ffffff9e}.store-player--modal input{background:#2c1d59;color:#fff}.store-user-modal__continue{width:100%;min-height:46px;background:#4bd97a;color:#111932}.store-widgets{display:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1rem 1.8rem 1.6rem}.store-widgets article,.store-cart{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#120750b8;box-shadow:var(--shadow)}.store-widgets h2{margin:0;padding:.85rem 1rem;background:linear-gradient(90deg,#4351d8d9,#8b2de2b8);font-size:.88rem}.store-widgets p{margin:0;padding:1rem;color:var(--ink-soft);font-size:.86rem}.store-category-nav{position:sticky;top:5.9rem;z-index:8;display:flex;gap:.55rem;overflow-x:auto;padding:.8rem 1.8rem 1rem;background:#0b0626c2;backdrop-filter:blur(16px);scrollbar-width:none}.store-category-nav::-webkit-scrollbar{display:none}.store-category-nav a{flex:0 0 auto;min-height:34px;display:inline-flex;align-items:center;padding:0 .9rem;border-radius:999px;background:#ffffff17;color:#fffc;font-size:.78rem;font-weight:800}.store-category-nav a.is-active,.store-category-nav a:hover{background:linear-gradient(135deg,#5947ff,#8b2de2);color:#fff}.store-category{padding:0 1.8rem 2.1rem}.store-category__heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin:0 0 1rem}.store-category__heading h2{margin:0;font-size:1.45rem}.store-category__heading span{color:var(--ink-soft);font-size:.84rem;font-weight:800}.store-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.05rem;padding:.15rem 0 .2rem}.store-product{min-height:318px;display:grid;grid-template-rows:1fr auto auto auto;gap:.28rem;padding:.75rem;border:5px solid rgba(21,8,74,.9);border-radius:10px;background:#190852db;box-shadow:inset 0 0 0 3px #6246da61,0 18px 42px #00000047;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.store-product:hover,.store-product.is-selected{transform:translateY(-4px);border-color:#e2d7fff2;background:#d2c4edf0;color:#180c4c}.store-product__media{min-height:155px;display:grid;place-items:center}.store-product__media img{width:100%;max-height:190px;object-fit:contain;filter:drop-shadow(0 16px 24px rgba(0,0,0,.3))}.store-product h3{margin:0;padding:0 .55rem;font-size:1.18rem;line-height:1.08}.store-product p{margin:0;padding:0 .55rem;color:currentColor;opacity:.82;font-weight:700}.store-product button{width:max-content;min-height:34px;margin:.6rem 0 .1rem .55rem;padding:0 1.1rem;border:0;border-radius:12px;background:#4351d8;color:#fff;font-size:.76rem;font-weight:900;cursor:pointer}.store-feature{display:grid;grid-template-columns:minmax(320px,1fr) minmax(360px,.95fr);min-height:390px;margin:.8rem 0 .2rem;overflow:hidden;border-radius:16px;background:#12075a}.store-feature:not(.is-open){display:none}.store-feature__info{padding:clamp(1.4rem,4vw,2rem) clamp(1.2rem,4vw,2.2rem)}.store-feature__info h2{margin-bottom:.45rem;font-size:1.1rem}.store-feature__info p{max-width:60ch;margin-bottom:1rem;color:#ffffffb8;font-size:.86rem}.store-feature__info ul{display:grid;gap:.55rem;max-width:62ch;margin:0;padding:0;list-style:none}.store-feature__info li{color:#ffffffdb;font-size:.88rem;line-height:1.45}.store-feature__info li:before{content:"✓";margin-right:.4rem;color:#45f27a;font-weight:900}.store-feature__product{position:relative;display:grid;place-items:center;align-content:center;gap:.7rem;padding:2rem;color:#1a0c4e;text-align:center;background:linear-gradient(135deg,transparent 0 24%,#d7c7ef 24% 100%)}.store-feature__product:before{content:"";position:absolute;inset:0 auto 0 0;width:36%;border-right:8px solid rgba(255,255,255,.86);transform:skew(-18deg);transform-origin:bottom;pointer-events:none}.store-feature__close{position:absolute;top:1.3rem;right:1.3rem;z-index:1;width:42px;height:42px;border:0;background:transparent;color:#1a0c4e;font-size:1.7rem;cursor:pointer}.store-feature__product img{position:relative;z-index:1;width:min(260px,72%);max-height:220px;object-fit:contain;filter:drop-shadow(0 20px 25px rgba(0,0,0,.22))}.store-feature__product h3,.store-feature__product p,.store-feature__buy{position:relative;z-index:1}.store-feature__product h3{margin:0;font-size:1.35rem}.store-feature__product p{margin:0;color:#1a0c4ec2;font-weight:700}.store-player{position:relative;z-index:1;width:min(320px,100%);display:grid;gap:.3rem;text-align:left}.store-player span{color:#1a0c4ead;font-size:.72rem;font-weight:900;text-transform:uppercase}.store-player input{width:100%;min-height:42px;border:0;border-radius:12px;padding:0 .9rem;outline:0;background:#ffffffeb;color:#1a0c4e;font-weight:800}.store-feature__buy{display:flex;align-items:center;gap:.8rem;margin-top:.4rem}.quantity-control{height:46px;display:inline-grid;grid-template-columns:repeat(3,44px);align-items:center;overflow:hidden;border-radius:12px;background:#fff;color:#6b57a5}.quantity-control button,.quantity-control strong{display:grid;place-items:center;height:100%}.quantity-control button{border:0;background:transparent;color:#6b57a5;font-weight:900;cursor:pointer}.store-checkout-status{position:relative;z-index:1;min-height:1.2rem;margin:0;color:#1a0c4e;font-size:.78rem;font-weight:800}.store-summary{max-width:780px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem;margin:2.8rem auto 2rem}.store-cart{max-width:880px;display:grid;gap:1rem;margin:1.2rem auto 2rem;padding:1.2rem}.store-cart--top,.store-cart--drawer{max-width:none;margin:1rem 1.8rem 1.2rem}.store-cart .eyebrow{margin-bottom:.25rem;color:#fff9;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.store-cart h2{margin:0;font-size:1.4rem}.store-player--cart{width:min(420px,100%)}.store-player--cart span{color:#ffffff9e}.store-player--cart input{background:#ffffff1a;color:#fff}.store-player--cart input::placeholder{color:#ffffff80}.store-cart__items{display:grid;gap:.7rem}.store-cart__empty{margin:0;color:var(--ink-soft)}.store-cart__item{display:grid;grid-template-columns:58px minmax(0,1fr) auto auto;gap:.8rem;align-items:center;padding:.7rem;border-radius:12px;background:#ffffff14}.store-cart__item img{width:58px;height:58px;object-fit:contain}.store-cart__item strong,.store-cart__item span{display:block}.store-cart__item span{color:var(--ink-soft);font-size:.82rem;font-weight:800}.store-cart__qty{display:grid;grid-template-columns:32px 28px 32px;align-items:center;overflow:hidden;border-radius:10px;background:#ffffff1a;text-align:center}.store-cart__qty button,.store-cart__remove{min-height:34px;border:0;background:transparent;color:#fff;font-weight:900;cursor:pointer}.store-cart__remove{width:34px;border-radius:10px;background:#ff4f8333}.store-cart__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.store-cart__footer span{color:var(--ink-soft);font-weight:800}.store-bottom-panels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1rem 1.8rem 2rem}.store-bottom-panels article{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#120750b8;box-shadow:var(--shadow)}.store-bottom-panels h2{margin:0;padding:.85rem 1rem;background:linear-gradient(90deg,#4351d8d9,#8b2de2b8);font-size:.88rem}.store-bottom-panels p{margin:0;padding:1rem;color:var(--ink-soft);font-size:.86rem}.store-home{overflow:hidden;border-radius:18px;background:linear-gradient(180deg,#120a4173,#290a6980),radial-gradient(circle at 74% 8%,rgba(89,71,255,.22),transparent 30%)}.store-home-hero{min-height:430px;display:grid;grid-template-columns:minmax(0,1fr) 280px;align-items:center;gap:2rem;padding:clamp(2rem,5vw,4rem);background:linear-gradient(90deg,#07031be0,#120a418c),url(/images/banner4.jpg) center / cover}.store-home-hero p{margin-bottom:.4rem;color:#ffffffc7;font-weight:900}.store-home-hero h1{max-width:12ch;margin-bottom:1rem;font-size:clamp(3rem,8vw,6rem);line-height:.92}.store-home-hero span{display:block;max-width:58ch;margin-bottom:1.4rem;color:#ffffffd1}.store-home-goal{padding:1.2rem;border-radius:14px;background:#0a0522c7;box-shadow:var(--shadow)}.store-home-goal span,.store-home-goal strong{display:block}.store-home-goal strong{margin:.4rem 0 .8rem;font-size:2.4rem}.store-home-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1.8rem}.store-home-content article{padding:1.2rem;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#12075094;animation:store-card-rise .7s ease both}.store-home-card--left{animation-name:store-card-left}.store-home-card--right{animation-name:store-card-right}.store-home-content h2{margin-bottom:.8rem;font-size:1rem}.store-home-content p{color:var(--ink-soft);font-size:.9rem}@keyframes store-card-left{0%{opacity:0;transform:translate(-22px)}to{opacity:1;transform:translate(0)}}@keyframes store-card-right{0%{opacity:0;transform:translate(22px)}to{opacity:1;transform:translate(0)}}.store-summary article{overflow:hidden;background:#120750eb}.store-summary h2{margin:0;padding:.85rem 1rem;background:linear-gradient(90deg,#4351d8,#8b2de2);font-size:.9rem}.store-summary p{margin:0;padding:1.1rem;color:var(--ink-soft);font-size:.88rem}.store-progress{margin:1rem;overflow:hidden;border-radius:999px;background:#ffffff1a}.store-progress span{min-width:100%;display:block;padding:.46rem;border-radius:inherit;background:linear-gradient(90deg,#4055db,#8b2de2);color:#fff;font-size:.72rem;font-weight:800;text-align:center}.store-progress--animated span{width:0;min-width:0;animation:store-progress-fill 1.1s ease forwards}@keyframes store-progress-fill{to{width:var(--progress, 0%)}}.store-home-goal small{display:block;color:#ffffffad;font-weight:800}.store-cart-page{display:grid;gap:1.2rem}.store-cart-page__hero{display:flex;align-items:end;justify-content:space-between;gap:1rem;padding:clamp(1.4rem,4vw,2.2rem);border-radius:18px;background:linear-gradient(90deg,#07031be0,#120a4194),url(/images/banner2.jpg) center / cover;box-shadow:var(--shadow)}.store-cart-page__hero h1{margin-bottom:.6rem;font-size:clamp(2.4rem,6vw,4.4rem);line-height:.95}.store-cart-page__hero span{color:var(--ink-soft)}.store-cart--page{max-width:none;margin:0}.store-bottom-panels--stats{align-items:stretch}.store-donors{min-height:330px}.donor-podium{position:relative;min-height:270px;margin:0 1rem 1rem}.donor-podium__base{position:absolute;inset:auto 0 0;width:100%;pointer-events:none;filter:drop-shadow(0 18px 28px rgba(0,0,0,.32))}.donor-podium__item{position:absolute;z-index:2;display:grid;justify-items:center;gap:.15rem}.donor-podium__item--one{left:50%;top:8px;transform:translate(-50%)}.donor-podium__item--two{left:7%;top:62px}.donor-podium__item--three{right:7%;top:72px}.donor-podium__item span{padding:.2rem .5rem;border-radius:999px;background:#0b0626c2;color:#fff;font-size:.7rem;font-weight:900}.donor-podium__skin{width:76px;height:122px;background-position:center bottom;background-repeat:no-repeat;background-size:contain;image-rendering:pixelated;filter:drop-shadow(0 13px 16px rgba(0,0,0,.4))}.donor-podium__item--one .donor-podium__skin{width:88px;height:140px}.donor-podium__item strong{max-width:92px;color:#fff;font-size:.72rem;text-align:center;overflow-wrap:anywhere}.recent-payments{display:grid;gap:.55rem;padding:1rem}.recent-payments div{display:grid;grid-template-columns:42px 1fr;gap:.15rem .7rem;align-items:center;padding:.65rem;border-radius:10px;background:#ffffff12}.recent-payments img{grid-row:span 2;width:42px;height:42px;border-radius:9px;image-rendering:pixelated}.recent-payments span,.recent-payments strong,.recent-payments small{display:block}.recent-payments small{color:var(--ink-soft)}.dashboard__main,.home-sidebar{min-width:0}.hero{position:relative;min-height:406px;overflow:hidden;display:flex;align-items:center;border-radius:var(--radius-lg);background:#0b1332;box-shadow:var(--shadow);isolation:isolate}.hero:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,#00000057,#00000029 48%,#0000),linear-gradient(180deg,#0000,#0000002e)}.hero-slide{position:absolute;inset:0;z-index:1;opacity:0;transition:opacity .7s ease,transform .7s ease;transform:scale(1.02)}.hero-slide.is-active{z-index:2;opacity:1;transform:scale(1)}.hero__banner-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero__content{position:relative;z-index:5;width:min(560px,100%);padding:clamp(1.6rem,4vw,3.1rem);text-shadow:0 3px 18px rgba(0,0,0,.72)}.hero__content:before{content:"";position:absolute;top:-2rem;bottom:-2rem;left:-3rem;width:850px;z-index:-1;border-radius:32px;background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.58) 40%,rgba(0,0,0,.22) 72%,transparent 100%);filter:blur(10px);pointer-events:none}.hero__overlay-content{position:absolute;left:clamp(1.6rem,4vw,3.1rem);bottom:clamp(1.3rem,3vw,2.2rem);z-index:6;max-width:560px}.hero__line{margin-bottom:1.4rem;color:#fff;font-weight:800}.hero h1{max-width:22ch;margin-bottom:1rem;font-size:clamp(1.55rem,3.1vw,2.45rem);line-height:1.17}.hero__subtitle{max-width:54ch;color:#ffffffeb;font-size:.94rem}.hero-creatures{display:flex;flex-wrap:wrap;gap:.48rem;margin:1rem 0 1.2rem}.hero-creatures span,.platforms span,.product-meta span{display:inline-flex;min-height:28px;align-items:center;padding:.24rem .62rem;border-radius:999px;background:#ffffff24;color:#ffffffe6;font-size:.75rem;font-weight:700;backdrop-filter:blur(10px)}.platforms{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;margin-top:1rem}.platforms span{justify-content:center;min-height:34px;border-radius:9px;background:#ffffff21;text-transform:uppercase}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.hero-dots{display:flex;gap:.5rem;margin-top:1rem}.hero-dots button{width:28px;height:6px;padding:0;border:0;border-radius:999px;background:#ffffff59;cursor:pointer}.hero-dots button.is-active{background:#fff}.btn{min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0 1.65rem;border:0;border-radius:14px;background:#4351d8;color:#fff;font-weight:800;box-shadow:0 12px 30px #0000003d;cursor:pointer}.btn--ghost{background:#fff;color:#170e4b}.section-title{display:block;margin:3rem auto 1rem;text-align:center}.section-title p{margin-bottom:.45rem;color:#ffffff9e;font-size:.86rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.section-title h2{margin:0;color:#f4f0ff;font-size:clamp(2.4rem,5.4vw,4.2rem);line-height:.95;text-transform:uppercase;text-shadow:0 10px 34px rgba(89,71,255,.28)}.articles-section{margin-top:1.8rem}.articles-section h2,.side-card h2,.community-card h2{margin-bottom:1rem;font-size:1.28rem;line-height:1.1}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.section-heading h2{margin-bottom:0}.section-heading span{color:var(--ink-soft);font-size:.86rem}.article-placeholder{min-height:238px;display:grid;place-items:center;border:2px dashed rgba(255,255,255,.22);border-radius:18px;background:#ffffff14;color:#ffffff80;box-shadow:var(--shadow);font-weight:800}.article-card{position:relative;min-height:238px;display:flex;flex-direction:column;justify-content:end;overflow:hidden;padding:1rem;border-radius:18px;background:#ffffff14;box-shadow:var(--shadow)}.article-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.72);transition:transform .25s ease}.article-card:hover img{transform:scale(1.04)}.article-card span,.article-card h3,.article-card p{position:relative;z-index:1}.article-card span{width:max-content;margin-bottom:.45rem;padding:.25rem .55rem;border-radius:999px;background:#ffffff29;color:#fff;font-size:.72rem;font-weight:900}.article-card h3{margin-bottom:.35rem;font-size:1rem}.article-card p{margin:0;color:#ffffffc7;font-size:.82rem}.articles-page,.article-page{display:grid;gap:1.2rem}.article-detail{overflow:hidden;border-radius:18px;background:#1207509e;box-shadow:var(--shadow)}.article-detail header{position:relative;min-height:360px;display:flex;flex-direction:column;justify-content:end;overflow:hidden;padding:clamp(1.4rem,4vw,2.4rem)}.article-detail header:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#07031b1f,#07031bf0)}.article-detail header img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.article-detail header span,.article-detail header h1,.article-detail header p{position:relative;z-index:1}.article-detail header span{width:max-content;margin-bottom:.7rem;padding:.25rem .65rem;border-radius:999px;background:#ffffff24;font-weight:900}.article-detail header h1{max-width:12ch;margin-bottom:.75rem;font-size:clamp(2.5rem,7vw,5rem);line-height:.92}.article-detail header p{max-width:70ch;color:var(--ink-soft)}.article-detail__body{max-width:820px;padding:clamp(1.3rem,4vw,2.4rem)}.article-detail__body p{color:var(--ink-soft)}.vote-page{min-height:640px;display:grid;grid-template-columns:minmax(300px,380px) minmax(0,1fr);grid-template-rows:auto 1fr;gap:1rem 1.4rem;padding:0 1rem 2rem;border-radius:18px;background:linear-gradient(90deg,#16073ffa,#2c1070db),url(/images/banner4.jpg) center / cover}.vote-panel{border-radius:12px;background:#110647db;box-shadow:var(--shadow)}.vote-actions-panel{padding:1rem;margin-top:1rem}.vote-actions-panel h1,.vote-ranking h2{margin:0 0 1rem;text-align:center}.vote-link-list{display:grid;gap:.85rem}.vote-link-list a{min-height:48px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.7rem;padding:0 1rem;border-radius:12px;background:#3f4bae;font-size:.84rem;font-weight:900}.vote-link-list em{font-style:normal}.vote-rewards-panel{padding:0}.vote-rewards-panel h2{margin:0;padding:.85rem 1rem;border-radius:12px 12px 0 0;background:linear-gradient(90deg,#4351d8,#8b2de2);font-size:.95rem}.vote-rewards{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem;padding:1rem 1.4rem 1.4rem}.vote-rewards figure{margin:0;display:grid;place-items:center}.vote-rewards img{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 10px 12px rgba(0,0,0,.35))}.vote-ranking{grid-column:2;grid-row:1 / span 2;padding-top:1rem}.podium--vote-page{max-width:430px;margin:0 auto}.vote-ranking-list{display:grid;gap:.7rem;margin-top:1rem}.vote-ranking-list article{min-height:52px;display:grid;grid-template-columns:70px 42px 1fr auto;align-items:center;gap:.9rem;padding:0 1rem;border-radius:12px;background:#13064fe0;box-shadow:var(--shadow)}.vote-ranking-list img{width:42px;height:42px;border-radius:50%;image-rendering:pixelated}.vote-ranking-list em{color:#ffffffc7;font-style:normal;font-weight:900}.wiki-page{display:grid;gap:1.2rem}.wiki-hero{padding:clamp(1.5rem,4vw,2.4rem);border-radius:18px;background:linear-gradient(90deg,#07031bdb,#230d639e),url(/images/banner5.jpg) center / cover;box-shadow:var(--shadow)}.wiki-hero h1{margin-bottom:.7rem;font-size:clamp(2.4rem,6vw,4.5rem);line-height:.95}.wiki-hero p:not(.eyebrow){max-width:74ch;color:var(--ink-soft)}.wiki-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:1rem}.wiki-index,.wiki-topic{border:1px solid var(--line);border-radius:16px;background:#1207509e;box-shadow:var(--shadow)}.wiki-index{position:sticky;top:7.2rem;align-self:start;display:grid;gap:.5rem;padding:1rem}.wiki-index h2{margin-bottom:.5rem;font-size:1rem}.wiki-index a{padding:.65rem .75rem;border-radius:10px;background:#ffffff12;color:var(--ink-soft);font-weight:800}.wiki-topics{display:grid;gap:1rem}.wiki-topic{padding:1.2rem}.wiki-topic>p{color:var(--ink-soft)}.wiki-subtopics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.wiki-subtopics section{padding:1rem;border-radius:12px;background:#ffffff12}.wiki-subtopics h3{margin-bottom:.4rem}.wiki-subtopics p,.wiki-subtopics li{color:var(--ink-soft);font-size:.9rem}.home-sidebar{display:grid;gap:1.5rem}.vote-banner{min-height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 1.2rem;border-radius:12px;background:#4656c7;box-shadow:var(--shadow);color:#ffffffd1;font-size:.88rem;font-weight:700}.side-card,.community-card,.join,.stats,.ip-strip,.footer,.content-panel,.rule-card,.vote-card,.product-card,.staff-card,.reward-bar{border:1px solid var(--line);border-radius:var(--radius-md);background:#24137061;box-shadow:var(--shadow)}.ranking-card{padding:.9rem 1rem 0;text-align:center;background:transparent;border-color:transparent;box-shadow:none}.podium{position:relative;min-height:292px;margin-top:-.2rem}.podium__item{position:absolute;z-index:2;display:grid;justify-items:center;color:#ffffffdb;font-weight:800}.podium__base{position:absolute;inset:auto 0 0;z-index:1;width:100%;height:auto;object-fit:contain;pointer-events:none;filter:drop-shadow(0 24px 34px rgba(0,0,0,.35))}.podium__skin{width:82px;height:132px;display:grid;place-items:center;font-size:2rem;color:#ffffffc2;background-color:transparent;background-position:center bottom;background-repeat:no-repeat;background-size:contain;image-rendering:pixelated;filter:drop-shadow(0 15px 16px rgba(0,0,0,.45))}.podium__item--one{left:50%;top:24px;transform:translate(-50%)}.podium__item--two{left:7%;top:65px}.podium__item--three{right:8%;top:70px}.podium__item--one .podium__skin{width:92px;height:150px}.podium__votes{margin-bottom:-.25rem;padding:.22rem .55rem;border-radius:999px;background:#0b0626b8;color:#fff;font-size:.78rem;font-weight:800;text-shadow:0 2px 8px rgba(0,0,0,.5);box-shadow:inset 0 0 0 1px #ffffff1f}.trailer-card{border:0;background:transparent;box-shadow:none;text-align:center}.trailer-preview{position:relative;min-height:208px;display:grid;place-items:center;overflow:hidden;border-radius:16px}.trailer-preview img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(1px) brightness(.8)}.trailer-preview span{position:relative;z-index:1;width:64px;height:64px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#180d55;font-size:1.7rem}.community-card{border:0;background:transparent;box-shadow:none}.community-card h2{text-align:center}.discord-block{position:relative;overflow:hidden;display:block;min-height:146px;padding:1rem;border-radius:16px;background:linear-gradient(180deg,#5063ff,#6877ff);box-shadow:var(--shadow)}.discord-block__top{position:relative;z-index:2;display:flex;align-items:center;gap:.65rem;font-weight:800}.discord-block__icon{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#ffffff29}.discord-block__wave{position:absolute;left:-8%;right:-8%;bottom:34px;height:56px;border-radius:50% 50% 0 0;background:#ffffff29}.discord-block__body{position:absolute;left:1rem;right:1rem;bottom:1rem;z-index:2;display:flex;align-items:end;justify-content:space-between;gap:.8rem}.discord-block__body span,.discord-block__body small{display:block}.discord-block__body span{font-size:1.12rem;font-weight:800}.discord-block__body small{color:#ffffffd6}.discord-block__body em{flex:0 0 auto;padding:.52rem .9rem;border-radius:999px;background:#fff;color:#25156f;font-size:.82rem;font-style:normal;font-weight:800}.join{max-width:1010px;margin:0 auto;padding:1rem;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:linear-gradient(180deg,#241462eb,#130837f5),radial-gradient(circle at 18% 0%,rgba(89,71,255,.24),transparent 32%);box-shadow:var(--shadow);text-align:center}.join-tabs,.server-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;margin-bottom:0}.tab,.tab-button{flex:1 1 220px;min-height:42px;padding:0 1rem;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:#ffffff0f;color:#fffc;font-weight:800;cursor:pointer}.tab.active,.tab-button.active{background:linear-gradient(135deg,#5947ff,#8b2de2);color:#fff;box-shadow:0 12px 26px #0000003d}.join-card{display:grid;grid-template-columns:minmax(250px,.95fr) minmax(320px,1.4fr);gap:1rem;align-items:stretch;padding:1rem;margin-top:.85rem;border-radius:14px;background:#09052073;text-align:left}.join-input{margin-bottom:.75rem;padding:1rem;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:#fff1}.join-input span{display:block;color:var(--muted);font-size:.76rem;font-weight:800;text-transform:uppercase}.join-input strong{display:block}.copy-feedback{min-height:1.2rem;margin:.8rem 0 0;color:#fff;font-weight:700}.hidden{display:none!important}.stats{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;margin-top:1.5rem}.stats--inside{max-width:760px;margin:1.4rem auto 0;border-radius:16px;background:#ffffff0d}.stat{padding:1.1rem;text-align:center;background:#ffffff0f}.stat__number{margin:0;font-size:1.8rem;font-weight:800}.stat__label{margin:0;color:var(--ink-soft);font-size:.85rem}.discord-promo{position:relative;max-width:none;min-height:108px;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:.9rem 0 0;padding:1rem 1.2rem;border-radius:16px;background:linear-gradient(90deg,#6b61ffeb,#5b3ac6d6),radial-gradient(circle at 78% 30%,rgba(255,255,255,.16),transparent 28%);box-shadow:var(--shadow)}.discord-promo h2{margin-bottom:.25rem;font-size:.92rem;letter-spacing:.04em;text-transform:uppercase}.discord-promo p{max-width:54ch;margin-bottom:.75rem;color:#ffffffc2;font-size:.82rem}.discord-promo img{align-self:end;width:112px;height:112px;object-fit:contain;filter:drop-shadow(0 18px 20px rgba(0,0,0,.32))}.page-hero{max-width:1188px;margin:0 auto 1.4rem;padding:1.6rem;border-radius:var(--radius-lg);background:#2413706b;box-shadow:var(--shadow)}.page-hero .eyebrow{margin-bottom:.35rem;color:#ffffffad;font-size:.82rem;font-weight:800;text-transform:uppercase}.page-hero h1{margin:0;font-size:clamp(2rem,5vw,3.6rem);line-height:1}.page-hero__intro{max-width:68ch;margin:.8rem 0 0;color:var(--ink-soft)}.rules-wrap,.staff-section,.store-grid,.vote-grid,.store-footer,.vote-help,.reward-bar,.vote-timer{max-width:1188px;margin-left:auto;margin-right:auto}.subpage-dashboard .rules-wrap,.subpage-dashboard .staff-section,.subpage-dashboard .store-panel,.subpage-dashboard .reward-bar,.subpage-dashboard .vote-grid{width:100%;max-width:none;margin-left:0;margin-right:0}.server-panel{display:none}.server-panel.active{display:block}.rules-grid,.staff-grid,.store-grid,.vote-grid{display:grid;gap:1rem}.rules-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.rule-card{display:grid;grid-template-columns:48px 1fr;gap:1rem;padding:1rem}.rule-num{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:#5868f0;font-weight:800}.rule-card p,.vote-card p,.product-card p,.footer p{color:var(--ink-soft)}.staff-grid,.store-grid,.vote-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.staff-category-title,.section-divider h2{margin:1.4rem 0 1rem;font-size:1.2rem}.staff-card,.product-card,.vote-card,.reward-bar,.store-footer,.vote-help{padding:1.1rem}.product-card__image{width:100%;height:150px;object-fit:contain;display:block;margin-bottom:.9rem;border-radius:12px;background:#ffffff0f}.staff-card{text-align:center}.staff-skin{width:92px;height:92px;object-fit:contain;image-rendering:pixelated}.staff-role,.vote-card__site,.vote-card__cta,.product-price{color:#fff;font-weight:800}.product-meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1rem}.vote-card{position:relative}.vote-card__num{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#5868f0;font-weight:800}.ip-strip,.footer{max-width:1188px;margin:1.6rem auto 0;padding:1.2rem}.ip-strip{display:flex;justify-content:space-between;gap:1rem}.ip-strip strong{display:block;font-size:clamp(1.3rem,4vw,2rem)}.footer{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(150px,.8fr));gap:clamp(1rem,4vw,3rem);padding:1.35rem 1.45rem 0;border-radius:0;border-color:#ffffff14;background:#050318b8}.footer h3{margin-bottom:.8rem;color:#ffffffb8;font-size:.76rem;letter-spacing:.04em;text-transform:uppercase}.footer a{display:block;margin:.45rem 0;color:#fff9;font-size:.78rem;font-weight:700}.footer a:hover{color:#fff}.footer__brand img{width:42px;height:42px;object-fit:contain}.footer__brand p{max-width:260px;margin:.6rem 0 .9rem;color:#ffffff9e;font-size:.82rem}.footer__socials{display:flex;gap:.55rem}.footer__socials a{width:30px;height:30px;display:grid;place-items:center;margin:0;border-radius:8px;background:#ffffff14;color:#fff}.footer__bottom{grid-column:1 / -1;display:flex;justify-content:space-between;gap:1rem;margin-top:1.3rem;padding:.9rem 0;border-top:1px solid rgba(255,255,255,.08);color:#ffffff9e;font-size:.76rem;font-weight:700}.reveal{opacity:0;transform:translateY(14px);transition:opacity .45s ease,transform .45s ease}.reveal.in-view{opacity:1;transform:translateY(0)}@media(max-width:1180px){.topbar{grid-template-columns:1fr}.topbar__left{flex-wrap:wrap}.nav-cart{justify-self:end}.dashboard--home{grid-template-columns:1fr}.subpage-dashboard{grid-template-columns:1fr;grid-template-areas:"hero" "main" "side"}.subpage-side{position:static}.home-sidebar{grid-template-columns:repeat(3,1fr);align-items:start}.storefront__hero{grid-template-columns:1fr;text-align:center}.storefront__tabs{justify-content:center}.storefront__wallet,.storefront__cta{justify-self:center}.store-feature{grid-template-columns:1fr}.store-feature__product{min-height:360px}.store-row{grid-template-columns:repeat(2,minmax(0,1fr))}.vote-banner{grid-column:1 / -1}}@media(max-width:820px){.app-shell{grid-template-columns:1fr}.sidebar{inset:auto 0 0;width:100%;height:66px;flex-direction:row;justify-content:space-between;padding:0 1rem}.sidebar__brand{width:auto;height:auto;font-size:2rem}.sidebar__nav{display:flex;margin:0;gap:.35rem}.topbar,.app-content{grid-column:1}.topbar{position:static;grid-template-columns:1fr;padding:1rem}.topbar__left{display:grid;grid-template-columns:1fr}.topbar__actions{justify-content:space-between}.nav-cart{width:100%;min-width:0}.app-content{padding:0 1rem 5.4rem}.article-grid,.home-sidebar,.join-card,.stats,.footer,.subpage-dashboard,.store-summary,.store-widgets,.store-bottom-panels,.store-home-hero,.store-home-content{grid-template-columns:1fr}.store-category,.storefront__hero,.store-home-content,.store-bottom-panels,.store-cart--drawer{padding-left:1rem;padding-right:1rem}.store-row{grid-template-columns:1fr}.store-feature__product{background:#d7c7ef}.store-feature__product:before{display:none}.store-cart__item{grid-template-columns:48px minmax(0,1fr)}.store-cart__qty,.store-cart__remove{grid-column:2}.footer__bottom{flex-direction:column}.hero{min-height:460px;align-items:end}.hero:before{background:linear-gradient(180deg,#0000001f,#000000eb)}.hero__overlay-content{left:1.2rem;right:1.2rem;bottom:1.2rem}.ip-strip{flex-direction:column}}@media(max-width:520px){.hero{min-height:500px}.hero__actions .btn{width:100%}}
