@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@500;600;700&family=Inter:wght@400;500;600;700;800&display=swap');
:root{color-scheme:dark;--bg:#020303;--panel:#080a0d;--panel-2:#0b0e12;--line:#20252b;--line-strong:#303741;--text:#f5f7f8;--muted:#8a9098;--green:#19eb67;--green-dark:#04a842;--purple:#a62dff;--radius:14px;--pixel:'Chakra Petch',sans-serif;--body:'Inter',sans-serif}
*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at 48% 31%,rgba(5,68,29,.08),transparent 28%),#020303;color:var(--text);font-family:var(--body);-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.44));opacity:.8}a{color:inherit;text-decoration:none}button,input{font:inherit}button{appearance:none}img{display:block;max-width:100%}svg{display:block}.exact-site{background:#020303}.page-shell{width:min(1440px,calc(100% - 48px));margin:0 auto}.site-header{height:112px;background:#020303;border-bottom:1px solid rgba(255,255,255,.015)}.header-inner{width:min(1440px,calc(100% - 48px));height:100%;margin:auto;display:grid;grid-template-columns:390px 1fr 330px;align-items:center;gap:20px}.brand{display:inline-flex;align-items:center;width:max-content}.brand-logo{width:355px;height:100px;object-fit:contain;object-position:left center;filter:drop-shadow(0 0 12px rgba(34,230,104,.08));transform:translate(-14px,9px)}.main-nav{display:flex;align-items:center;justify-content:flex-start;gap:42px}.main-nav a{position:relative;padding:12px 0;color:#f6f6f7;font-family:var(--pixel);font-size:17px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;transition:color .18s ease}.main-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:4px;height:2px;background:var(--green);box-shadow:0 0 10px var(--green);transition:left .18s ease,right .18s ease}.main-nav a:hover,.main-nav a.active{color:var(--green)}.main-nav a:hover:after,.main-nav a.active:after{left:0;right:0}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:22px}.auth-nav{display:flex;align-items:center;gap:8px}.auth-button,.cart-button{height:48px;border:1px solid #242a31;border-radius:9px;background:#07090c;color:#f6f7f8;font-family:var(--pixel);font-size:15px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.auth-button{min-width:122px;padding:0 22px}.auth-button:hover{border-color:#555d69;}.auth-button--primary{border-color:#1bd966;color:#d8ffe7}.auth-compact .auth-button--primary{display:none}.cart-button{min-width:152px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-color:#0da744;color:#d8ffe7}.cart-button:hover{border-color:var(--green);box-shadow:0 0 22px rgba(25,235,103,.11);}.cart-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cart-button b{min-width:22px;height:22px;padding:0 5px;display:grid;place-items:center;border:1px solid rgba(25,235,103,.2);border-radius:5px;background:#06170c;color:var(--green);font-family:var(--pixel);font-size:12px}.promo-section{margin-top:22px}.promo-carousel{position:relative}.promo-grid{height:422px;display:grid;grid-template-columns:minmax(0,2.65fr) minmax(320px,.95fr);gap:26px}.promo-card{position:relative;min-width:0;overflow:hidden;border:1px solid #1c2229;border-radius:15px;background:linear-gradient(145deg,#07090d,#030405 70%);transition:opacity .45s ease,transform .45s ease,filter .45s ease}.promo-card.is-active{order:1;border-color:rgba(19,184,74,.6);box-shadow:inset 0 0 0 1px rgba(25,235,103,.015),0 18px 60px rgba(0,0,0,.22);animation:promoIn .55s ease}.promo-card.is-preview{order:2;filter:saturate(.55);animation:promoIn .55s ease}.promo-card--discord.is-active{display:grid;grid-template-columns:425px 370px 1fr;align-items:center}.promo-card--discord:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 55% 56%,rgba(13,142,54,.13),transparent 33%),linear-gradient(90deg,rgba(6,4,17,.95),rgba(2,14,8,.86) 64%,rgba(3,20,10,.7));pointer-events:none}.promo-logo{position:relative;z-index:2;display:grid;place-items:center;height:100%;padding:22px 8px 18px 44px}.promo-logo img{width:365px;max-height:385px;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(0,0,0,.55));transform:translate(18px,-18px)}.promo-copy{position:relative;z-index:3;align-self:center;padding:0 6px;transform:translateY(-5px)}.promo-label{margin:0 0 14px;color:#7b8680;font-family:var(--pixel);font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.promo-copy h1{margin:0 0 17px;font-family:var(--pixel);font-size:46px;font-weight:700;line-height:.98;letter-spacing:.015em;text-transform:uppercase;text-shadow:0 4px 0 rgba(0,0,0,.55)}.promo-copy h1 em{display:block;margin-top:9px;color:var(--green);font-style:normal;font-size:58px;text-shadow:0 4px 0 #08742e,0 0 24px rgba(25,235,103,.12)}.promo-copy>p:not(.promo-label){margin:0;color:#b0b4b8;font-size:18px;line-height:1.46}.discord-button{width:248px;height:57px;margin-top:20px;padding:1px;display:inline-flex;align-items:center;justify-content:center;gap:13px;border-radius:9px;background:linear-gradient(110deg,#a629ff,#19ef68);box-shadow:0 0 22px rgba(117,43,255,.08)}.discord-button:before{content:"";position:absolute}.discord-button{position:relative}.discord-button>*{position:relative;z-index:1}.discord-button:after{content:"";position:absolute;inset:2px;border-radius:7px;background:#050608}.discord-button svg{width:25px;height:25px;fill:#fff}.discord-button span{font-family:var(--pixel);font-size:18px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.discord-button:hover{filter:brightness(1.14)}.promo-world{position:absolute;z-index:1;top:0;right:0;bottom:0;width:32%;background:linear-gradient(90deg,rgba(3,20,10,0),rgba(3,22,10,.25) 22%,rgba(0,11,5,.42)),linear-gradient(0deg,rgba(1,9,4,.82),transparent 62%),url('/assets/minecraft-banner.webp') 58% 45%/cover no-repeat;filter:hue-rotate(48deg) saturate(1.35) brightness(.38) contrast(1.1);opacity:.8}.promo-stars{position:absolute;z-index:2;right:30%;top:17%;width:220px;height:180px;pointer-events:none}.promo-stars i{position:absolute;width:3px;height:3px;background:#4cff8b;box-shadow:0 0 12px #23ff72}.promo-stars i:before,.promo-stars i:after{content:"";position:absolute;background:inherit;box-shadow:inherit}.promo-stars i:before{left:-5px;top:1px;width:13px;height:1px}.promo-stars i:after{left:1px;top:-5px;width:1px;height:13px}.promo-stars i:nth-child(1){left:20%;top:22%}.promo-stars i:nth-child(2){left:72%;top:10%;transform:scale(.55)}.promo-stars i:nth-child(3){left:55%;top:70%;transform:scale(.75)}.promo-stars i:nth-child(4){left:5%;top:82%;transform:scale(.45)}.promo-stars i:nth-child(5){left:88%;top:52%;transform:scale(.45)}.promo-card--soon{display:grid;place-items:center;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.018),transparent 40%),#050608}.soon-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;color:#24272b;text-align:center}.soon-content svg{width:135px;height:135px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.soon-content strong{margin-top:18px;font-family:var(--pixel);font-size:20px;letter-spacing:.08em;text-transform:uppercase}.soon-content span{margin-top:8px;color:#111417;font-family:var(--pixel);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.promo-card--discord.is-preview{display:grid;place-items:center}.promo-card--discord.is-preview .promo-copy,.promo-card--discord.is-preview .promo-world,.promo-card--discord.is-preview .promo-stars{display:none}.promo-card--discord.is-preview .promo-logo{padding:28px}.promo-card--discord.is-preview .promo-logo img{width:230px}.promo-card--soon.is-active{display:grid;place-items:center;background:radial-gradient(circle at 50% 40%,rgba(25,235,103,.055),transparent 40%),linear-gradient(145deg,#07090d,#030405)}.promo-card--soon.is-active .soon-content{color:#4b5259}.promo-card--soon.is-active .soon-content svg{width:175px;height:175px}.promo-card--soon.is-active .soon-content strong{color:#b5bbc0;font-size:32px}.promo-card--soon.is-active .soon-content span{color:#565d63;font-size:13px}.carousel-arrow{position:absolute;z-index:12;top:50%;width:50px;height:50px;display:grid;place-items:center;border:1px solid #252b31;border-radius:9px;background:#07090c;color:#f5f7f8;cursor:pointer;transform:translateY(-50%);transition:border-color .18s ease,color .18s ease,background .18s ease}.carousel-arrow:hover{border-color:#4b545e;background:#0b0f13;color:var(--green)}.carousel-arrow svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.carousel-arrow--prev{left:-24px}.carousel-arrow--next{right:-24px}.carousel-dots{position:absolute;z-index:15;left:49%;right:auto;bottom:12px;display:flex;justify-content:center;gap:10px;pointer-events:none;transform:translateX(-50%)}.carousel-dots button{width:17px;height:17px;padding:0;border:0;border-radius:50%;background:#666a6d;cursor:pointer;pointer-events:auto;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.carousel-dots button.active{background:var(--green);box-shadow:0 0 14px rgba(25,235,103,.45);transform:scale(1.06)}@keyframes promoIn{from{opacity:.55;transform:scale(.992)}to{opacity:1;transform:scale(1)}}.stats-bar{height:100px;margin-top:32px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;border:1px solid #20252b;border-radius:14px;background:linear-gradient(180deg,#090b0e,#06080a);box-shadow:inset 0 1px rgba(255,255,255,.015)}.stat{position:relative;height:72px;display:flex;align-items:center;justify-content:center;gap:24px}.stat+.stat:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:1px;background:#23282d}.stat-icon{width:45px;height:45px;display:grid;place-items:center;color:#6c737b}.stat-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.stat div{min-width:190px}.stat small{display:block;margin-bottom:3px;color:#aeb3b8;font-family:var(--pixel);font-size:15px;letter-spacing:.045em;text-transform:uppercase}.stat strong{display:block;color:var(--green);font-family:var(--pixel);font-size:28px;font-weight:600;letter-spacing:.04em;text-shadow:0 0 14px rgba(25,235,103,.12)}.featured-section{padding:27px 0 12px}.shop-section{padding:34px 0 24px}.section-title{min-height:48px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:20px}.section-title h2{position:relative;margin:0;padding-left:24px;font-family:var(--pixel);font-size:22px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.section-title h2:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:2px;background:var(--green);box-shadow:0 0 12px rgba(25,235,103,.55)}.section-title p{margin:7px 0 0;padding-left:24px;color:#838991;font-size:13px}.section-title>a{min-width:119px;height:40px;display:grid;place-items:center;border:1px solid #0fc153;border-radius:8px;color:#eafff1;font-family:var(--pixel);font-size:14px;letter-spacing:.06em;text-transform:uppercase}.section-title>a:hover{background:rgba(25,235,103,.07)}.featured-grid,.store-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card,.skeleton{position:relative;min-width:0;height:174px;overflow:hidden;border:1px solid #20252b;border-radius:13px;background:radial-gradient(circle at 42% 50%,rgba(var(--accent),.07),transparent 38%),linear-gradient(145deg,#080a0d,#050608);box-shadow:inset 0 1px rgba(255,255,255,.012)}.product-card{--accent:155,45,255;display:grid;grid-template-columns:138px 1fr;align-items:center;padding:15px}.product-card--wave-rank{--accent:25,235,103}.product-card--donut-keys{--accent:255,137,0}.product-card--coins{--accent:96,83,255}.product-card:hover{border-color:rgba(var(--accent),.45);box-shadow:0 0 28px rgba(var(--accent),.075),inset 0 1px rgba(255,255,255,.018)}.item-art{position:relative;display:grid;place-items:center;height:100%}.item-art:after{content:"";position:absolute;width:105px;height:50px;bottom:4px;border-radius:50%;background:rgba(var(--accent),.2);filter:blur(20px)}.item-art img{position:relative;z-index:1;width:124px;height:100px;object-fit:contain;image-rendering:auto;filter:drop-shadow(0 0 11px rgba(var(--accent),.58))}.product-copy{min-width:0;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:5px 0 2px 0}.product-copy h3{max-width:100%;margin:0;color:#f2f3f4;font-family:var(--pixel);font-size:19px;font-weight:500;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-copy p{display:none}.product-price{margin-top:11px;color:var(--green);font-family:var(--pixel);font-size:28px;font-weight:600;text-shadow:0 0 12px rgba(25,235,103,.12)}.add-button,.product-quantity{width:100%;max-width:184px;height:44px;margin-top:11px;border:1px solid #0b9b40;border-radius:8px;background:#06090a;color:#e9fff1;font-family:var(--pixel);font-size:14px;font-weight:500;letter-spacing:.035em;text-transform:uppercase;cursor:pointer}.add-button{display:flex;align-items:center;justify-content:center;gap:9px}.add-button:before{content:"";width:17px;height:17px;background:no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2398ffba' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l2.1 10.1a2 2 0 0 0 2 1.6h7.8a2 2 0 0 0 2-1.6L20.2 8H7.8M10 20a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm9 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z'/%3E%3C/svg%3E")}.add-button:hover{border-color:var(--green);background:#07130b}.product-quantity{padding:0 8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.product-quantity>span{font-size:12px}.product-quantity-actions,.quantity-actions{display:flex;align-items:center;gap:5px}.quantity-btn{width:30px;height:30px;padding:0;display:grid;place-items:center;border:1px solid #283029;border-radius:6px;background:#0c120e;color:#eafff0;font-family:var(--pixel);font-size:18px;line-height:1;cursor:pointer}.quantity-btn:hover{border-color:#18d65d}.quantity-btn:disabled{opacity:.28;cursor:not-allowed}.quantity-input{width:34px;height:30px;padding:0;border:1px solid transparent;border-radius:5px;background:transparent;color:#fff;font-family:var(--pixel);font-size:14px;text-align:center;outline:0}.quantity-input:focus{border-color:#179c46;background:#07110a}.skeleton{animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{50%{opacity:.45}}.store-shell{padding-bottom:6px}.store-banner{position:relative;height:300px;margin-top:22px;display:grid;grid-template-columns:290px 1fr;align-items:center;overflow:hidden;border:1px solid rgba(19,184,74,.55);border-radius:15px;background:linear-gradient(110deg,#070711,#031208 65%,#021006)}.store-banner-logo{position:relative;z-index:2;display:grid;place-items:center;height:100%}.store-banner-logo img{width:230px;max-height:260px;object-fit:contain}.store-banner-copy{position:relative;z-index:3}.store-banner-copy h1{margin:0 0 16px;font-family:var(--pixel);font-size:48px;text-transform:uppercase}.store-banner-copy h1 em{color:var(--green);font-style:normal}.store-banner-copy>p:not(.promo-label){max-width:650px;margin:0;color:#a7adb2;font-size:17px;line-height:1.55}.store-banner-world{position:absolute;right:0;top:0;bottom:0;width:48%;background:linear-gradient(90deg,rgba(2,14,7,0),rgba(2,10,5,.75)),url('/assets/minecraft-banner.webp') 58% 45%/cover no-repeat;filter:hue-rotate(48deg) saturate(1.25) brightness(.32);opacity:.68}.shop-section{padding-bottom:45px}.store-product-grid .product-card{height:190px}.site-footer{padding:14px 0 13px;border-top:1px solid #111417;background:#020303}.footer-inner{position:relative;width:min(1440px,calc(100% - 48px));min-height:24px;margin:auto;display:flex;align-items:center;justify-content:center;text-align:center}.footer-legal{position:absolute;left:0;display:flex;align-items:center;justify-content:center;gap:20px;margin:0}.footer-legal a{color:#585e64;font-family:var(--pixel);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.footer-legal a:hover{color:var(--green)}.footer-inner p{margin:0;color:#5c6167;font-size:13px}.toast{position:fixed;left:50%;bottom:24px;z-index:150;max-width:min(420px,calc(100vw - 32px));padding:12px 18px;border:1px solid #169348;border-radius:8px;background:#07110b;color:#e8ffef;font-family:var(--pixel);font-size:13px;opacity:0;pointer-events:none;transform:translate(-50%,14px);transition:opacity .2s ease,transform .2s ease}.toast.show{opacity:1;transform:translate(-50%,0)}
/* account and authentication */
.auth-dialog,dialog{padding:0;border:1px solid #2a3138;border-radius:14px;background:#080a0d;color:#fff;box-shadow:0 28px 80px rgba(0,0,0,.75)}dialog::backdrop{background:rgba(0,0,0,.76);backdrop-filter:blur(5px)}.auth-dialog{width:min(500px,calc(100vw - 30px))}.auth-panel,.checkout-panel{padding:24px}.dialog-head,.drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.dialog-head span,.drawer-head span{color:#717980;font-family:var(--pixel);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.dialog-head h2,.drawer-head h2{margin:5px 0 0;font-family:var(--pixel);font-size:27px;text-transform:uppercase}.icon-button{width:38px;height:38px;padding:0;display:grid;place-items:center;border:1px solid #293039;border-radius:8px;background:#0c0f13;color:#fff;font-size:23px;cursor:pointer}.oauth-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0 15px}.oauth-button{height:47px;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid #30363d;border-radius:8px;font-size:12px;font-weight:800}.oauth-button svg{width:20px;height:20px}.oauth-button--google{background:#fff;color:#202124}.oauth-button--discord{border-color:#6570e8;background:#5865f2;color:#fff}.oauth-button--discord svg{fill:#fff}.auth-divider{display:flex;align-items:center;gap:10px;margin:0 0 13px;color:#656c73;font-size:10px;text-transform:uppercase}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:#24292f}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;margin-bottom:17px;padding:4px;border:1px solid #252b31;border-radius:8px;background:#050608}.auth-tabs button{height:36px;border:0;border-radius:6px;background:transparent;color:#787f86;font-family:var(--pixel);cursor:pointer}.auth-tabs button.active{background:#101419;color:#fff}.auth-form{display:flex;flex-direction:column}.auth-form[hidden]{display:none}.auth-form label,.checkout-panel label{margin:0 0 7px;color:#cdd1d4;font-size:12px;font-weight:800}.auth-form input,.checkout-panel input{width:100%;height:48px;margin-bottom:14px;padding:0 14px;border:1px solid #2c333a;border-radius:8px;background:#050709;color:#fff;outline:0}.auth-form input:focus,.checkout-panel input:focus{border-color:#13ad4b;box-shadow:0 0 0 3px rgba(25,235,103,.07)}.auth-hint{margin:-5px 0 11px;color:#6f767d;font-size:10px;line-height:1.5}.auth-hint a{color:#62ec91}.field-error{min-height:16px;margin:0 0 10px;color:#ff7070;font-size:11px}.auth-oauth-error:empty{display:none}.button{height:46px;padding:0 20px;border:1px solid #18be53;border-radius:8px;background:#061009;color:#eafff0;font-family:var(--pixel);font-size:15px;text-transform:uppercase;cursor:pointer}.button.primary{background:linear-gradient(180deg,#16d45a,#078c36);color:#fff}.button.full{width:100%}.button:disabled{opacity:.35;cursor:not-allowed}.account-menu{position:relative}.account-button{height:48px;padding:0 14px;display:flex;align-items:center;gap:9px;border:1px solid #283039;border-radius:9px;background:#080a0d;color:#fff;font-family:var(--pixel);cursor:pointer}.account-avatar{width:28px;height:28px;display:grid;place-items:center;border-radius:6px;background:linear-gradient(145deg,#7c28d8,#15bc52)}.account-label{max-width:110px;overflow:hidden;text-overflow:ellipsis}.account-popover{position:absolute;right:0;top:58px;z-index:100;width:245px;padding:14px;border:1px solid #2d343b;border-radius:10px;background:#090c0f;box-shadow:0 20px 60px rgba(0,0,0,.6)}.account-popover small{display:block;color:#6e757b;font-size:10px}.account-popover strong{display:block;margin-top:5px;overflow:hidden;text-overflow:ellipsis}.account-signout{width:100%;height:36px;margin-top:12px;border:1px solid #8a2cdb;border-radius:7px;background:#14081e;color:#e8cfff;cursor:pointer}
/* cart and checkout */
.drawer-backdrop{position:fixed;inset:0;z-index:80;background:rgba(0,0,0,.68);opacity:0;visibility:hidden;transition:.25s}.cart-drawer{position:fixed;top:0;right:0;z-index:90;width:min(430px,100vw);height:100vh;display:flex;flex-direction:column;border-left:1px solid #272d33;background:#07090c;box-shadow:-24px 0 70px rgba(0,0,0,.5);transform:translateX(100%);transition:transform .28s ease}.cart-open .drawer-backdrop{opacity:1;visibility:visible}.cart-open .cart-drawer{transform:translateX(0)}.drawer-head{padding:22px;border-bottom:1px solid #23282e}.cart-lines{flex:1;overflow:auto;padding:0 20px}.empty-cart{min-height:190px;display:grid;place-items:center;text-align:center;color:#777f86}.empty-cart b,.empty-cart span{display:block}.empty-cart b{margin-bottom:7px;color:#fff;font-family:var(--pixel);font-size:18px}.cart-line{display:grid;grid-template-columns:55px 1fr auto;align-items:center;gap:13px;padding:18px 0;border-bottom:1px solid #1d2227}.cart-symbol{width:50px;height:50px;display:grid;place-items:center;border:1px solid rgba(25,235,103,.25);border-radius:9px;background:#0c110e;color:#fff;font-family:var(--pixel);font-size:20px}.cart-line h3{margin:0 0 8px;font-family:var(--pixel);font-size:15px}.cart-line>strong{color:var(--green);font-family:var(--pixel);font-size:15px}.quantity-actions .quantity-btn{width:25px;height:25px}.quantity-actions .quantity-input{width:31px;height:25px;font-size:12px}.cart-footer{padding:20px;border-top:1px solid #242a30;background:#090b0e}.total-row,.checkout-summary{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.total-row strong,.checkout-summary strong{color:var(--green);font-family:var(--pixel);font-size:20px}.cart-footer small{display:block;margin-top:10px;color:#686f75;font-size:10px;line-height:1.5}.checkout-panel{width:min(520px,calc(100vw - 30px))}.checkout-account{margin:16px 0 13px;padding:10px;border:1px solid #194c2c;border-radius:7px;background:#06120a;color:#9af5b8;font-size:11px}.checkout-summary{padding:14px;border:1px solid #242a30;border-radius:8px;background:#050709}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.method-button{min-height:70px;padding:10px;display:flex;align-items:center;gap:9px;border:1px solid #2a3037;border-radius:8px;background:#0b0e12;color:#fff;cursor:pointer}.method-button:hover{border-color:#17b650}.method-button>b{width:31px;height:31px;display:grid;place-items:center;border-radius:6px;background:#11161b;color:var(--green);font-family:var(--pixel)}.method-button span{font-weight:800}.method-button small{display:block;margin-top:3px;color:#737a81;font-size:9px}.checkout-state{min-height:15px;margin:12px 0 0;color:#85f4aa;font-size:11px}
/* legal and status pages */
.policy-page,.status-page{background:#020303}.policy-main,.status-main{width:min(960px,calc(100% - 34px));margin:50px auto}.policy-card,.status-card{padding:34px;border:1px solid #252b31;border-radius:14px;background:#080a0d}.policy-card>h1,.status-card>h1{margin:12px 0;font-family:var(--pixel);font-size:38px;text-transform:uppercase}.policy-date{color:#757c82}.policy-card section{padding-top:22px;margin-top:22px;border-top:1px solid #22272c}.policy-card h2{font-family:var(--pixel);font-size:20px}.policy-card p{color:#a9afb4;line-height:1.7}.policy-card a{color:#5dec8f}.simple-header{width:min(960px,calc(100% - 34px));height:105px;margin:auto;display:flex;align-items:center}.simple-header .brand-logo{width:300px}.status-card{text-align:center}.status-icon{width:70px;height:70px;margin:0 auto 18px;display:grid;place-items:center;border:1px solid #1b8f43;border-radius:50%;color:var(--green)}.spinner{width:32px;height:32px;border:3px solid #26302a;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.status-order{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0}.status-order div{padding:12px;border:1px solid #252b31;border-radius:8px;background:#050709}.status-order span,.status-order strong{display:block}.status-order span{color:#71787e;font-size:10px}.status-order strong{margin-top:5px}.status-items{padding:0;list-style:none}.status-actions{margin-top:20px}.payment-icons{display:flex;gap:8px}.pay-icon{min-width:42px;height:26px;display:grid;place-items:center;border-radius:5px;background:#11151a;color:#fff;font-size:9px}
@media(max-width:1180px){.header-inner{grid-template-columns:300px 1fr 310px}.brand-logo{width:290px}.promo-grid{grid-template-columns:minmax(0,2.15fr) minmax(280px,.85fr)}.promo-card--discord.is-active{grid-template-columns:330px 335px 1fr}.promo-logo{padding-left:26px}.promo-logo img{width:275px}.promo-copy h1{font-size:39px}.promo-copy h1 em{font-size:50px}.promo-copy>p:not(.promo-label){font-size:16px}.featured-grid,.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{height:176px}.carousel-dots{left:49%;right:auto}}
@media(max-width:860px){.site-header{height:auto;min-height:92px}.header-inner{grid-template-columns:1fr auto;grid-template-areas:'brand actions' 'nav nav';padding:12px 0}.brand{grid-area:brand}.brand-logo{width:230px;height:58px}.main-nav{grid-area:nav;padding-top:7px;gap:30px}.header-actions{grid-area:actions;gap:8px}.auth-button{min-width:82px;height:40px;padding:0 12px;font-size:12px}.cart-button{min-width:112px;height:40px;padding:0 10px;font-size:12px}.promo-grid{height:520px;display:block}.promo-card{height:100%}.promo-card.is-preview{display:none}.promo-card--discord.is-active{grid-template-columns:42% 58%}.promo-logo{padding:24px 12px}.promo-logo img{width:260px}.promo-copy{padding-right:24px}.promo-world{width:60%;opacity:.4}.promo-card--soon.is-active{display:grid}.carousel-arrow--prev{left:-14px}.carousel-arrow--next{right:-14px}.carousel-dots{left:50%;right:auto}.stats-bar{height:auto;grid-template-columns:1fr;padding:10px 20px}.stat{height:82px;justify-content:flex-start;padding-left:18%}.stat+.stat:before{left:0;right:0;top:0;bottom:auto;width:auto;height:1px}.store-banner{grid-template-columns:220px 1fr}.store-banner-logo img{width:190px}.store-banner-copy h1{font-size:36px}.method-grid{grid-template-columns:1fr}}
@media(max-width:620px){.page-shell,.header-inner,.footer-inner{width:min(100% - 24px,1440px)}.header-inner{grid-template-columns:1fr auto}.brand-logo{width:190px;transform:translateY(3px)}.auth-button{display:none}.cart-button{min-width:92px}.cart-button span{display:none}.main-nav a{font-size:14px}.promo-section{margin-top:13px}.promo-grid{height:610px}.promo-card--discord.is-active{display:flex;flex-direction:column;justify-content:flex-start}.promo-logo{height:285px;padding:18px 20px 0}.promo-logo img{width:245px}.promo-copy{padding:0 24px 25px;text-align:center}.promo-label{display:none}.promo-copy h1{font-size:32px}.promo-copy h1 em{font-size:43px}.promo-copy>p:not(.promo-label){font-size:14px}.discord-button{width:220px;height:51px;margin-top:20px}.promo-world{inset:auto 0 0 0;width:100%;height:45%;opacity:.22}.promo-stars{display:none}.stats-bar{margin-top:18px}.stat{padding-left:4%}.stat div{min-width:0}.stat small{font-size:12px}.stat strong{font-size:23px}.featured-section,.shop-section{padding-top:27px}.section-title h2{font-size:18px}.section-title>a{min-width:94px;height:36px;font-size:12px}.featured-grid,.store-product-grid{grid-template-columns:1fr}.product-card{height:166px;grid-template-columns:125px 1fr;padding:12px}.item-art img{width:112px}.product-copy h3{font-size:17px}.product-price{font-size:24px}.add-button,.product-quantity{max-width:170px;height:40px}.store-banner{height:410px;display:flex;flex-direction:column;justify-content:center;text-align:center}.store-banner-logo{height:190px}.store-banner-logo img{width:175px}.store-banner-copy{padding:0 20px}.store-banner-copy h1{font-size:30px}.store-banner-copy>p:not(.promo-label){font-size:14px}.store-banner-world{width:100%;opacity:.2}.oauth-buttons{grid-template-columns:1fr}.status-order{grid-template-columns:1fr}.carousel-arrow{width:42px;height:42px}.carousel-arrow--prev{left:-8px}.carousel-arrow--next{right:-8px}.footer-inner{display:flex;flex-direction:column;gap:8px}.footer-legal{position:static}.footer-inner p{font-size:11px}}

/* v32 - smoother carousel movement and richer interaction states */
@media(min-width:861px){
.promo-grid{position:relative;display:block;--promo-gap:26px;--promo-preview:calc((100% - var(--promo-gap)) * .264)}
.promo-card{position:absolute;top:0;bottom:0;height:100%;margin:0;animation:none!important;will-change:left,width,transform,opacity,filter,box-shadow;transition:left .8s cubic-bezier(.22,1,.36,1),width .8s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1),opacity .35s ease,filter .45s ease,border-color .32s ease,box-shadow .32s ease}
.promo-card.is-active{left:0;width:calc(100% - var(--promo-preview) - var(--promo-gap));z-index:2}
.promo-card.is-preview{left:calc(100% - var(--promo-preview));width:var(--promo-preview);z-index:1}
.promo-card:hover{}
.promo-card.is-active:hover{border-color:rgba(25,235,103,.9);box-shadow:0 20px 65px rgba(0,0,0,.32),0 0 32px rgba(25,235,103,.08),inset 0 0 0 1px rgba(25,235,103,.04)}
.promo-card.is-preview:hover{filter:saturate(.82) brightness(1.08);border-color:rgba(125,76,255,.45);box-shadow:0 15px 42px rgba(0,0,0,.3),0 0 25px rgba(125,76,255,.08)}
.promo-card--discord{display:grid;align-items:center}
.promo-card--discord .promo-logo,.promo-card--discord .promo-copy,.promo-card--discord .promo-world,.promo-card--discord .promo-stars{transition:opacity .36s ease,transform .65s cubic-bezier(.22,1,.36,1),filter .45s ease}
.promo-card--discord.is-active .promo-copy,.promo-card--discord.is-active .promo-world,.promo-card--discord.is-active .promo-stars{opacity:1;visibility:visible}
.promo-card--discord.is-preview{display:grid;place-items:center;grid-template-columns:1fr}
.promo-card--discord.is-preview .promo-copy{display:block;position:absolute;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(38px) scale(.96)}
.promo-card--discord.is-preview .promo-world,.promo-card--discord.is-preview .promo-stars{display:block;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(24px)}
.promo-card--discord.is-preview .promo-logo{width:100%;padding:28px;transform:translateX(0)}
.promo-card--discord.is-preview .promo-logo img{width:min(230px,88%);transform:translate(0,0) scale(.9);filter:drop-shadow(0 16px 24px rgba(0,0,0,.55)) drop-shadow(0 0 18px rgba(25,235,103,.08))}
.promo-card--discord.is-active .promo-logo img{transition:transform .65s cubic-bezier(.22,1,.36,1),filter .4s ease}
.promo-card--discord.is-active:hover .promo-logo img{filter:drop-shadow(0 22px 28px rgba(0,0,0,.6)) drop-shadow(0 0 20px rgba(25,235,103,.12))}
.promo-card--soon .soon-content{transition:opacity .4s ease,transform .7s cubic-bezier(.22,1,.36,1),filter .45s ease}
.promo-card--soon.is-active .soon-content{opacity:1;transform:scale(1)}
.promo-card--soon.is-preview .soon-content{opacity:.62;transform:scale(.82);filter:saturate(.65)}
}
@media(min-width:861px) and (max-width:1439px){.promo-grid{--promo-preview:calc((100% - var(--promo-gap)) * .2833)}}
@media(max-width:860px){
.promo-grid{position:relative;display:block}
.promo-card{position:absolute;inset:0;width:100%;height:100%;animation:none!important;will-change:opacity,transform;transition:opacity .5s ease,transform .72s cubic-bezier(.22,1,.36,1),filter .45s ease,border-color .3s ease,box-shadow .3s ease}
.promo-card.is-active{display:grid;z-index:2;opacity:1;transform:translateX(0) scale(1);pointer-events:auto}
.promo-card.is-preview{display:grid;z-index:1;opacity:0;transform:translateX(5%) scale(.975);pointer-events:none}
.promo-card--discord.is-preview{display:grid}
.promo-card--discord.is-preview .promo-copy,.promo-card--discord.is-preview .promo-world,.promo-card--discord.is-preview .promo-stars{display:none}
.promo-card--soon.is-active{display:grid}
}
.brand-logo{transition:transform .35s cubic-bezier(.22,1,.36,1),filter .35s ease}
.brand:hover .brand-logo{transform:translate(-14px,5px) scale(1.025);filter:drop-shadow(0 0 18px rgba(25,235,103,.16)) drop-shadow(0 0 10px rgba(145,63,255,.1))}
.main-nav a{transition:color .22s ease,text-shadow .22s ease,transform .22s ease}
.main-nav a:hover{text-shadow:0 0 14px rgba(25,235,103,.28)}
.auth-button,.cart-button{overflow:hidden;position:relative;transition:border-color .25s ease,color .25s ease,box-shadow .25s ease,transform .25s cubic-bezier(.22,1,.36,1),background .25s ease}
.auth-button:hover,.cart-button:hover{background:#0a0e11}
.auth-button:active,.cart-button:active{transform:translateY(0) scale(.97)}
.auth-button--primary:hover{border-color:var(--green);box-shadow:0 0 24px rgba(25,235,103,.12)}
.discord-button{overflow:hidden;transition:transform .3s cubic-bezier(.22,1,.36,1),filter .3s ease,box-shadow .3s ease}
.discord-button:before{content:"";position:absolute;z-index:2;top:-40%;bottom:-40%;left:-38%;width:25%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:skewX(-22deg);transition:left .65s cubic-bezier(.22,1,.36,1)}
.discord-button:hover{filter:brightness(1.12);box-shadow:0 12px 30px rgba(100,44,255,.14),0 0 28px rgba(25,235,103,.13)}
.discord-button:hover:before{left:118%}
.discord-button:active{transform:translateY(-1px) scale(.985)}
.carousel-arrow{overflow:hidden;transition:border-color .25s ease,color .25s ease,background .25s ease,box-shadow .25s ease,transform .25s cubic-bezier(.22,1,.36,1)}
.carousel-arrow:hover{border-color:var(--green);background:#09110d;box-shadow:0 0 22px rgba(25,235,103,.16)}
.carousel-arrow:active{transform:translateY(-50%) scale(.94)}
.carousel-arrow svg{transition:transform .25s cubic-bezier(.22,1,.36,1)}
.carousel-arrow--prev:hover svg{transform:translateX(-3px)}
.carousel-arrow--next:hover svg{transform:translateX(3px)}
.carousel-dots button{transition:width .38s cubic-bezier(.22,1,.36,1),background .25s ease,box-shadow .25s ease,transform .25s ease}
.carousel-dots button:hover{background:#a5aaad;transform:scale(1.15)}
.carousel-dots button.active{width:31px;border-radius:999px;transform:scale(1);background:linear-gradient(90deg,#19eb67,#6cff9b);box-shadow:0 0 16px rgba(25,235,103,.45)}
.stats-bar{overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease,transform .3s cubic-bezier(.22,1,.36,1)}
.stats-bar:hover{border-color:#2a3238;box-shadow:0 14px 42px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.022)}
.stat{transition:background .28s ease,transform .28s cubic-bezier(.22,1,.36,1)}
.stat:hover{background:linear-gradient(135deg,rgba(25,235,103,.035),transparent 70%);}
.stat-icon{transition:color .28s ease,transform .3s cubic-bezier(.22,1,.36,1),filter .28s ease}
.stat:hover .stat-icon{color:var(--green);transform:scale(1.1) rotate(-3deg);filter:drop-shadow(0 0 9px rgba(25,235,103,.25))}
.stat strong{transition:text-shadow .28s ease,transform .28s ease}
.stat:hover strong{text-shadow:0 0 18px rgba(25,235,103,.3);transform:translateX(2px)}
.section-title>a{transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s cubic-bezier(.22,1,.36,1)}
.section-title>a:hover{background:rgba(25,235,103,.09);border-color:var(--green);box-shadow:0 0 20px rgba(25,235,103,.12);}
.section-title>a:active{transform:translateY(0) scale(.97)}
.product-card{isolation:isolate;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .3s ease,box-shadow .35s ease,background .35s ease}
.product-card:before{content:"";position:absolute;z-index:0;top:-20%;bottom:-20%;left:-55%;width:34%;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.055),transparent);transform:skewX(-20deg);transition:left .72s cubic-bezier(.22,1,.36,1)}
.product-card>*{position:relative;z-index:1}
.product-card:hover{border-color:rgba(var(--accent),.62);box-shadow:0 18px 42px rgba(0,0,0,.3),0 0 34px rgba(var(--accent),.11),inset 0 1px rgba(255,255,255,.025)}
.product-card:hover:before{left:125%}
.product-card:hover:not(:has(.add-button:hover)):not(:has(.product-quantity:hover)):not(:focus-within){}
.item-art:after{transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .35s ease,filter .35s ease}
.item-art img{transition:transform .4s cubic-bezier(.22,1,.36,1),filter .35s ease}
.product-card:hover:not(:has(.add-button:hover)):not(:has(.product-quantity:hover)):not(:focus-within) .item-art img{filter:drop-shadow(0 0 17px rgba(var(--accent),.8))}
.product-card:hover .item-art:after{transform:scale(1.18);opacity:.9;filter:blur(23px)}
.product-card:has(.product-quantity:hover),.product-card:focus-within{transform:none}
.product-copy h3,.product-price{transition:color .3s ease,text-shadow .3s ease,transform .3s cubic-bezier(.22,1,.36,1)}
.product-card:hover .product-copy h3{color:#fff;transform:translateX(2px)}
.product-card:hover .product-price{text-shadow:0 0 18px rgba(25,235,103,.28);transform:translateX(2px)}
.add-button,.quantity-btn{transition:background .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease,transform .22s cubic-bezier(.22,1,.36,1)}
.add-button:hover{border-color:var(--green);background:linear-gradient(135deg,#07150c,#061009);box-shadow:0 8px 24px rgba(25,235,103,.12),inset 0 0 16px rgba(25,235,103,.025);}
.add-button:active{transform:translateY(0) scale(.975)}
.quantity-btn:hover{border-color:var(--green);background:#0a1b10;color:#fff;box-shadow:0 0 12px rgba(25,235,103,.13);transform:scale(1.08)}
.quantity-btn:active{transform:scale(.92)}
.quantity-input{transition:border-color .22s ease,background .22s ease,box-shadow .22s ease}
.quantity-input:hover,.quantity-input:focus{border-color:#179c46;background:#07110a;box-shadow:0 0 12px rgba(25,235,103,.1)}
.store-banner{transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .3s ease,box-shadow .35s ease}
.store-banner:hover{border-color:rgba(25,235,103,.78);box-shadow:0 18px 55px rgba(0,0,0,.26),0 0 30px rgba(25,235,103,.06)}
.store-banner-logo img{transition:transform .42s cubic-bezier(.22,1,.36,1),filter .35s ease}
.store-banner:hover .store-banner-logo img{filter:drop-shadow(0 0 18px rgba(25,235,103,.15))}
.footer-legal a{transition:color .22s ease,text-shadow .22s ease,transform .22s ease}
.footer-legal a:hover{text-shadow:0 0 10px rgba(25,235,103,.18)}
@media(max-width:860px){.brand:hover .brand-logo{transform:scale(1.02)}.promo-card:hover,.store-banner:hover{transform:none}.product-card:hover:not(:has(.add-button:hover)):not(:has(.product-quantity:hover)):not(:focus-within){}}
@media(max-width:620px){.brand:hover .brand-logo{transform:translateY(3px) scale(1.02)}}
@media(prefers-reduced-motion:reduce){.promo-card,.brand-logo,.main-nav a,.auth-button,.cart-button,.discord-button,.carousel-arrow,.carousel-dots button,.stats-bar,.stat,.stat-icon,.product-card,.item-art img,.item-art:after,.add-button,.quantity-btn,.store-banner,.store-banner-logo img{transition:none!important;animation:none!important}.promo-card:hover,.product-card:hover,.store-banner:hover{transform:none!important}}

/* Smooth carousel motion and richer interactive states */
.promo-card--discord{view-transition-name:promo-discord}.promo-card--soon{view-transition-name:promo-soon}
::view-transition-group(promo-discord),::view-transition-group(promo-soon){animation-duration:.78s;animation-timing-function:cubic-bezier(.22,1,.36,1)}
::view-transition-old(promo-discord),::view-transition-old(promo-soon){animation:dw-promo-old .34s ease both}
::view-transition-new(promo-discord),::view-transition-new(promo-soon){animation:dw-promo-new .56s cubic-bezier(.22,1,.36,1) both}
@keyframes dw-promo-old{to{opacity:.28;filter:blur(2px) brightness(.7)}}
@keyframes dw-promo-new{from{opacity:.28;filter:blur(2px) brightness(.72)}to{opacity:1;filter:none}}
.promo-card{isolation:isolate;backface-visibility:hidden;will-change:transform,opacity;animation:none!important;transition:border-color .34s ease,box-shadow .34s ease,filter .45s ease,background .45s ease}
.promo-card:after{content:"";position:absolute;inset:-35%;z-index:8;pointer-events:none;background:linear-gradient(112deg,transparent 35%,rgba(255,255,255,.055) 49%,rgba(25,235,103,.08) 52%,transparent 66%);opacity:0;transform:translateX(-62%) rotate(8deg);transition:transform .78s cubic-bezier(.22,1,.36,1),opacity .28s ease;mix-blend-mode:screen}
.promo-card:hover:after{opacity:1;transform:translateX(62%) rotate(8deg)}
.promo-card.is-active:hover{border-color:rgba(25,235,103,.86);box-shadow:inset 0 0 0 1px rgba(25,235,103,.05),0 20px 70px rgba(0,0,0,.36),0 0 34px rgba(25,235,103,.09)}
.promo-card.is-preview:hover{filter:saturate(.92) brightness(1.08);border-color:rgba(166,45,255,.46);box-shadow:0 18px 54px rgba(0,0,0,.3),0 0 28px rgba(166,45,255,.08)}
.promo-logo img{transition:transform .55s cubic-bezier(.22,1,.36,1),filter .55s ease,width .55s cubic-bezier(.22,1,.36,1)}
.promo-card--discord.is-preview .promo-logo img{transform:translate(0,0) scale(.96)}
.promo-card--discord.is-active:hover .promo-logo img{filter:drop-shadow(0 22px 29px rgba(0,0,0,.58)) drop-shadow(-5px 0 11px rgba(166,45,255,.14)) drop-shadow(5px 0 11px rgba(25,235,103,.15))}
.promo-card--discord.is-preview:hover .promo-logo img{filter:drop-shadow(0 16px 25px rgba(0,0,0,.58)) drop-shadow(0 0 13px rgba(25,235,103,.12))}
.promo-world{transition:opacity .55s ease,filter .55s ease,transform .7s cubic-bezier(.22,1,.36,1)}
.promo-card--discord.is-active:hover .promo-world{transform:scale(1.025);filter:hue-rotate(48deg) saturate(1.48) brightness(.42) contrast(1.12)}
.promo-copy,.soon-content{transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .35s ease,filter .35s ease}
.promo-card.is-active:hover .promo-copy,.promo-card--soon.is-active:hover .soon-content{}
.promo-stars i{animation:dw-star-pulse 2.5s ease-in-out infinite}.promo-stars i:nth-child(2){animation-delay:.4s}.promo-stars i:nth-child(3){animation-delay:.8s}.promo-stars i:nth-child(4){animation-delay:1.2s}.promo-stars i:nth-child(5){animation-delay:1.6s}
@keyframes dw-star-pulse{0%,100%{opacity:.45}50%{opacity:1;filter:brightness(1.6)}}
.discord-button{overflow:hidden;transition:transform .24s cubic-bezier(.22,1,.36,1),filter .24s ease,box-shadow .24s ease}
.discord-button:after{z-index:1}.discord-button:before{inset:-70% auto -70% -42%;z-index:2;width:34%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:skewX(-18deg);transition:left .62s cubic-bezier(.22,1,.36,1)}.discord-button>*{z-index:3}
.discord-button:hover{filter:brightness(1.12);box-shadow:0 12px 34px rgba(0,0,0,.32),-8px 0 24px rgba(166,45,255,.16),8px 0 24px rgba(25,235,103,.16)}.discord-button:hover:before{left:112%}.discord-button:active{transform:translateY(-1px) scale(.985)}
.carousel-arrow{overflow:hidden;transition:transform .24s cubic-bezier(.22,1,.36,1),border-color .24s ease,color .24s ease,background .24s ease,box-shadow .24s ease}
.carousel-arrow:hover{border-color:rgba(25,235,103,.75);background:#09100c;color:var(--green);box-shadow:0 0 0 1px rgba(25,235,103,.06),0 8px 26px rgba(0,0,0,.42),0 0 20px rgba(25,235,103,.13)}
.carousel-arrow:active{transform:translateY(-50%) scale(.94)}
.carousel-arrow svg{transition:transform .24s cubic-bezier(.22,1,.36,1)}.carousel-arrow--prev:hover svg{transform:translateX(-3px)}.carousel-arrow--next:hover svg{transform:translateX(3px)}
.carousel-dots{align-items:center}.carousel-dots button{width:16px;height:16px;border:1px solid rgba(255,255,255,.06);transition:width .38s cubic-bezier(.22,1,.36,1),background .28s ease,box-shadow .28s ease,transform .22s ease,border-color .28s ease}.carousel-dots button:hover{transform:scale(1.16);background:#8b9094;border-color:rgba(255,255,255,.2)}.carousel-dots button.active{width:34px;border-radius:999px;background:linear-gradient(90deg,#19eb67,#52ff91);border-color:rgba(116,255,164,.48);box-shadow:0 0 16px rgba(25,235,103,.45);transform:none}
.promo-carousel.is-switching .carousel-dots button.active{box-shadow:0 0 23px rgba(25,235,103,.62)}
.stats-bar{transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}.stats-bar:hover{border-color:#2a3239;box-shadow:inset 0 1px rgba(255,255,255,.025),0 16px 44px rgba(0,0,0,.22)}
.stat{overflow:hidden;border-radius:11px;transition:background .28s ease}.stat:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 100%,rgba(25,235,103,.11),transparent 58%);opacity:0;transition:opacity .28s ease}.stat:hover{background:rgba(25,235,103,.025)}.stat:hover:after{opacity:1}.stat-icon{position:relative;z-index:1;transition:color .28s ease,transform .32s cubic-bezier(.22,1,.36,1),filter .28s ease}.stat>div{position:relative;z-index:1}.stat:hover .stat-icon{color:var(--green);filter:drop-shadow(0 0 9px rgba(25,235,103,.22))}.stat strong{transition:text-shadow .28s ease,color .28s ease}.stat:hover strong{text-shadow:0 0 14px rgba(25,235,103,.28)}
.section-title>a{position:relative;overflow:hidden;transition:transform .24s cubic-bezier(.22,1,.36,1),background .24s ease,box-shadow .24s ease,border-color .24s ease}.section-title>a:hover{background:rgba(25,235,103,.09);border-color:var(--green);box-shadow:0 8px 24px rgba(0,0,0,.25),0 0 18px rgba(25,235,103,.1)}.section-title>a:active{transform:translateY(0) scale(.98)}
.product-card{isolation:isolate;will-change:transform;transition:transform .3s cubic-bezier(.22,1,.36,1),border-color .3s ease,box-shadow .3s ease,background .3s ease}
.product-card:before{content:"";position:absolute;inset:-1px;z-index:0;pointer-events:none;background:radial-gradient(circle at 22% 50%,rgba(var(--accent),.2),transparent 42%),linear-gradient(120deg,transparent 25%,rgba(var(--accent),.06) 48%,transparent 72%);opacity:0;transition:opacity .32s ease}
.product-card:after{content:"";position:absolute;z-index:0;top:-60%;bottom:-60%;left:-45%;width:28%;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.085),transparent);transform:skewX(-18deg);transition:left .72s cubic-bezier(.22,1,.36,1)}
.product-card>*{position:relative;z-index:1}
.item-art:after{transition:transform .34s cubic-bezier(.22,1,.36,1),opacity .3s ease,filter .3s ease}.item-art img{transition:transform .34s cubic-bezier(.22,1,.36,1),filter .34s ease}.product-copy h3,.product-price{transition:color .25s ease,text-shadow .25s ease,transform .3s cubic-bezier(.22,1,.36,1)}
.add-button{position:relative;overflow:hidden;transition:transform .22s cubic-bezier(.22,1,.36,1),border-color .22s ease,background .22s ease,box-shadow .22s ease,color .22s ease}.add-button:after{content:"";position:absolute;top:-45%;bottom:-45%;left:-38%;width:28%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform:skewX(-18deg);transition:left .56s cubic-bezier(.22,1,.36,1);pointer-events:none}.add-button:hover{border-color:var(--green);background:linear-gradient(180deg,#0a1a0f,#07110a);box-shadow:0 9px 22px rgba(0,0,0,.28),0 0 17px rgba(25,235,103,.11);color:#fff}.add-button:hover:after{left:118%}.add-button:active{transform:translateY(0) scale(.975)}
.product-quantity{cursor:default;transition:border-color .24s ease,background .24s ease,box-shadow .24s ease}.product-quantity:hover,.product-quantity:focus-within{border-color:rgba(25,235,103,.75);background:#07110a;box-shadow:0 0 16px rgba(25,235,103,.075)}
.quantity-btn{transition:transform .18s cubic-bezier(.22,1,.36,1),border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.quantity-btn:hover:not(:disabled){border-color:#19eb67;background:#0b1b11;color:#fff;box-shadow:0 0 12px rgba(25,235,103,.14)}.quantity-btn:active:not(:disabled){transform:scale(.9)}.quantity-input{transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.quantity-input:hover,.quantity-input:focus{border-color:#179c46;background:#07110a;box-shadow:inset 0 0 10px rgba(25,235,103,.055)}
.store-banner{transition:border-color .34s ease,box-shadow .34s ease}.store-banner:hover{border-color:rgba(25,235,103,.82);box-shadow:0 20px 58px rgba(0,0,0,.3),0 0 30px rgba(25,235,103,.07)}.store-banner-logo img{transition:transform .48s cubic-bezier(.22,1,.36,1),filter .38s ease}.store-banner:hover .store-banner-logo img{filter:drop-shadow(-4px 0 10px rgba(166,45,255,.13)) drop-shadow(4px 0 10px rgba(25,235,103,.14))}.store-banner-world{transition:transform .7s cubic-bezier(.22,1,.36,1),filter .5s ease}.store-banner:hover .store-banner-world{transform:scale(1.025);filter:hue-rotate(48deg) saturate(1.38) brightness(.36)}
.auth-button,.cart-button{transition:transform .23s cubic-bezier(.22,1,.36,1),border-color .23s ease,color .23s ease,box-shadow .23s ease,background .23s ease}.auth-button:hover,.cart-button:hover{}.auth-button:active,.cart-button:active{transform:translateY(0) scale(.975)}
@media(hover:hover) and (pointer:fine){.product-card:hover,.product-card:focus-within{border-color:rgba(var(--accent),.7);box-shadow:0 18px 42px rgba(0,0,0,.36),0 0 30px rgba(var(--accent),.12),inset 0 1px rgba(255,255,255,.025)}.product-card:hover:before,.product-card:focus-within:before{opacity:1}.product-card:hover:after,.product-card:focus-within:after{left:122%}.product-card:hover .item-art img,.product-card:focus-within .item-art img{filter:drop-shadow(0 0 17px rgba(var(--accent),.75))}.product-card:hover .item-art:after,.product-card:focus-within .item-art:after{transform:scale(1.22);opacity:.95;filter:blur(23px)}.product-card:hover .product-copy h3,.product-card:focus-within .product-copy h3{color:#fff;text-shadow:0 0 12px rgba(var(--accent),.13);transform:translateX(2px)}.product-card:hover .product-price,.product-card:focus-within .product-price{text-shadow:0 0 18px rgba(25,235,103,.3);transform:translateX(2px)}}
@media(min-width:861px){.brand-logo{transition:transform .3s cubic-bezier(.22,1,.36,1),filter .3s ease}.brand:hover .brand-logo{transform:translate(-14px,5px) scale(1.018);filter:drop-shadow(-3px 0 9px rgba(166,45,255,.12)) drop-shadow(3px 0 9px rgba(25,235,103,.14))}}
@media(max-width:860px){.brand-logo{transition:transform .3s cubic-bezier(.22,1,.36,1),filter .3s ease}.brand:hover .brand-logo{transform:translateY(1px) scale(1.018)}.promo-card.is-active:hover .promo-copy,.promo-card--soon.is-active:hover .soon-content{transform:none}}
@media(prefers-reduced-motion:reduce){::view-transition-group(promo-discord),::view-transition-group(promo-soon),::view-transition-old(promo-discord),::view-transition-old(promo-soon),::view-transition-new(promo-discord),::view-transition-new(promo-soon){animation-duration:1ms!important}.promo-stars i{animation:none!important}.promo-card,.promo-card:after,.promo-logo img,.promo-world,.promo-copy,.soon-content,.discord-button,.carousel-arrow,.carousel-arrow svg,.carousel-dots button,.stats-bar,.stat,.stat-icon,.section-title>a,.product-card,.product-card:before,.product-card:after,.item-art:after,.item-art img,.product-copy h3,.product-price,.add-button,.add-button:after,.product-quantity,.quantity-btn,.quantity-input,.store-banner,.store-banner-logo img,.store-banner-world,.auth-button,.cart-button,.brand-logo{transition-duration:1ms!important}.product-card:hover,.product-card:focus-within,.add-button:hover,.discord-button:hover,.brand:hover .brand-logo,.store-banner:hover .store-banner-logo img{transform:none!important}}
.promo-card--discord,.promo-card--soon{view-transition-name:none!important}.promo-carousel.is-switching .promo-card{pointer-events:none}
.product-card:hover,.product-card:focus-within{border-color:rgba(var(--accent),.7);box-shadow:0 18px 42px rgba(0,0,0,.36),0 0 30px rgba(var(--accent),.12),inset 0 1px rgba(255,255,255,.025)}.product-card:hover:before,.product-card:focus-within:before{opacity:1}.product-card:hover:after,.product-card:focus-within:after{left:122%}.product-card:hover .item-art img,.product-card:focus-within .item-art img{filter:drop-shadow(0 0 17px rgba(var(--accent),.75))}.product-card:hover .item-art:after,.product-card:focus-within .item-art:after{transform:scale(1.22);opacity:.95;filter:blur(23px)}.product-card:hover .product-copy h3,.product-card:focus-within .product-copy h3{color:#fff;text-shadow:0 0 12px rgba(var(--accent),.13);transform:translateX(2px)}.product-card:hover .product-price,.product-card:focus-within .product-price{text-shadow:0 0 18px rgba(25,235,103,.3);transform:translateX(2px)}
@media(hover:none){.product-card:hover{transform:none}.product-card:hover:before{opacity:0}.product-card:hover .item-art img{transform:none}}

/* v35 - exact Discord landscape from the approved reference */
.promo-world{width:32%;background:url('/assets/promo-discord-world.webp?v=49') center center/cover no-repeat;filter:none;opacity:1;transform-origin:center center}
.promo-card--discord.is-active:hover .promo-world{filter:none;transform:scale(1.025)}
.promo-card--discord.is-active .promo-stars{display:none}
@media(max-width:860px){.promo-world{background-position:center center;filter:none;opacity:.56}.promo-card--discord.is-active:hover .promo-world{filter:none}}
@media(max-width:620px){.promo-world{opacity:.3;background-position:center 44%}}

/* v36 - typography, carousel consistency and information pages */
body{font-family:var(--body);letter-spacing:-.005em}.main-nav a,.auth-button,.cart-button,.promo-label,.promo-copy h1,.discord-button span,.soon-content strong,.soon-content span,.stat small,.stat strong,.section-title h2,.section-title>a,.product-copy h3,.product-price,.add-button,.product-quantity,.store-banner-copy h1,.eyebrow,.policy-card h1,.policy-card h2,.dialog-head h2{font-family:var(--pixel)}
.main-nav{gap:30px}.main-nav a{font-size:16px;font-weight:700;letter-spacing:.035em}.promo-copy h1{letter-spacing:.005em}.promo-copy>p:not(.promo-label),.store-banner-copy>p,.section-title p{letter-spacing:-.012em}
.store-page .stats-bar{display:none}.store-page .shop-section{margin-top:34px}
.promo-card{transition:left .9s cubic-bezier(.16,1,.3,1),width .9s cubic-bezier(.16,1,.3,1),opacity .48s ease,filter .48s ease,border-color .32s ease,box-shadow .32s ease!important}.promo-card:hover{transform:none!important}.promo-carousel.is-switching .promo-card,.promo-carousel.is-switching .promo-card *{pointer-events:none}.promo-carousel.is-switching .promo-copy,.promo-carousel.is-switching .soon-content{transform:none!important}.promo-carousel.is-switching .promo-card:after{opacity:0!important}
.promo-world{width:52%!important;right:-1px!important;background:url('/assets/promo-discord-world.webp?v=49') center center/cover no-repeat!important;opacity:.98!important;filter:none!important;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 10%,rgba(0,0,0,.48) 28%,#000 53%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 10%,rgba(0,0,0,.48) 28%,#000 53%,#000 100%);transform-origin:center right}.promo-card--discord:before{z-index:2;background:radial-gradient(circle at 55% 56%,rgba(13,142,54,.12),transparent 35%),linear-gradient(90deg,rgba(6,4,17,.97) 0%,rgba(2,10,7,.92) 48%,rgba(2,14,8,.5) 70%,rgba(1,9,5,.08) 100%)}.promo-card--discord.is-active .promo-world{animation:dw-world-reveal .8s cubic-bezier(.16,1,.3,1) both}.promo-card.is-active .promo-copy{animation:dw-copy-reveal .68s cubic-bezier(.16,1,.3,1) both}.promo-card.is-active .promo-logo{animation:dw-logo-reveal .72s cubic-bezier(.16,1,.3,1) both}.promo-card--soon.is-active .soon-content{animation:dw-copy-reveal .68s cubic-bezier(.16,1,.3,1) both}@keyframes dw-world-reveal{from{opacity:0;transform:translateX(34px) scale(1.035)}to{opacity:.98;transform:translateX(0) scale(1)}}@keyframes dw-copy-reveal{from{opacity:0;transform:translateY(18px);filter:blur(4px)}to{opacity:1;transform:translateY(-5px);filter:none}}@keyframes dw-logo-reveal{from{opacity:.25;transform:translateX(-24px) scale(.97)}to{opacity:1;transform:translateX(0) scale(1)}}
.info-shell{padding:22px 0 72px}.subpage-hero{position:relative;min-height:270px;padding:54px 58px;display:flex;align-items:center;justify-content:space-between;gap:40px;overflow:hidden;border:1px solid rgba(25,235,103,.42);border-radius:16px;background:radial-gradient(circle at 72% 50%,rgba(25,235,103,.11),transparent 34%),linear-gradient(135deg,#090b0f,#030505 72%);box-shadow:0 20px 60px rgba(0,0,0,.22)}.subpage-hero:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,transparent 24%,rgba(255,255,255,.025) 49%,transparent 72%)}.subpage-hero>div{position:relative;z-index:1}.subpage-hero h1{max-width:760px;margin:0;font-family:var(--pixel);font-size:58px;line-height:.95;text-transform:uppercase}.subpage-hero h1 em{color:var(--green);font-style:normal;text-shadow:0 0 26px rgba(25,235,103,.14)}.subpage-hero>div>p:last-child{max-width:690px;margin:20px 0 0;color:#aeb5ba;font-size:18px;line-height:1.65}.hero-rating-mark{display:flex;gap:8px;color:var(--green);font-size:46px;text-shadow:0 0 18px rgba(25,235,103,.34);transform:rotate(-4deg)}.review-overview{margin-top:28px;padding:34px 42px;display:grid;grid-template-columns:300px 1fr;gap:64px;border:1px solid #20262d;border-radius:15px;background:linear-gradient(180deg,#090b0e,#06080a)}.review-score{display:flex;flex-direction:column;align-items:flex-start}.review-score small{color:#8d959c;font-family:var(--pixel);font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.review-score>strong{margin-top:8px;color:#fff;font-family:var(--pixel);font-size:72px;line-height:.9}.review-stars{color:#19eb67;letter-spacing:.12em}.review-stars--large{margin-top:13px;font-size:24px;text-shadow:0 0 14px rgba(25,235,103,.25)}.review-score p{margin:10px 0 0;color:#7d858d}.rating-bars{display:grid;gap:10px;align-content:center}.rating-bars>div{display:grid;grid-template-columns:72px 1fr 28px;align-items:center;gap:14px;color:#8f979e;font-size:13px}.rating-bars i{height:8px;overflow:hidden;border-radius:999px;background:#14181d}.rating-bars u{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#a62dff,#19eb67);box-shadow:0 0 12px rgba(25,235,103,.2);transition:width .65s cubic-bezier(.16,1,.3,1)}.rating-bars b{color:#dce1e4;text-align:right}.reviews-section{margin-top:42px}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.review-card{min-height:235px;padding:24px;border:1px solid #20262d;border-radius:14px;background:linear-gradient(145deg,#090b0e,#050608);transition:transform .28s cubic-bezier(.16,1,.3,1),border-color .28s ease,box-shadow .28s ease}.review-card:hover{border-color:rgba(25,235,103,.55);box-shadow:0 18px 40px rgba(0,0,0,.28),0 0 24px rgba(25,235,103,.06)}.review-card-top{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px}.review-avatar{width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(25,235,103,.38);border-radius:10px;background:#07150c;color:var(--green);font-family:var(--pixel);font-size:22px;font-weight:700}.review-person{display:flex;flex-direction:column}.review-person strong{font-family:var(--pixel);font-size:18px}.review-person small{color:#747d84;font-size:11px}.review-card .review-stars{font-size:14px}.review-card h3{margin:22px 0 8px;font-family:var(--pixel);font-size:21px}.review-card p{margin:0;color:#9ba2a8;line-height:1.65}.review-card time{display:block;margin-top:20px;color:#626a71;font-size:12px}.review-empty{grid-column:1/-1;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #283039;border-radius:15px;background:rgba(7,9,12,.68);text-align:center}.review-empty span{color:#2a3138;font-size:64px}.review-empty h2{margin:8px 0 4px;font-family:var(--pixel);font-size:30px}.review-empty p{margin:0;color:#778088}.how-hero-icon{width:150px;height:150px;display:grid;place-items:center;border:1px solid rgba(25,235,103,.25);border-radius:28px;background:rgba(25,235,103,.035);color:var(--green);box-shadow:0 0 30px rgba(25,235,103,.06)}.how-hero-icon svg{width:92px;height:92px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.how-grid{margin-top:28px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.how-step{position:relative;min-height:310px;padding:30px 26px;overflow:hidden;border:1px solid #20262d;border-radius:15px;background:linear-gradient(145deg,#090b0e,#050608);transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease}.how-step:hover{border-color:rgba(25,235,103,.6);box-shadow:0 20px 45px rgba(0,0,0,.3),0 0 26px rgba(25,235,103,.06)}.step-number{position:absolute;right:18px;top:12px;color:rgba(255,255,255,.035);font-family:var(--pixel);font-size:76px;font-weight:700}.step-icon{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(25,235,103,.28);border-radius:12px;background:#07130b;color:var(--green)}.step-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.how-step h2{margin:28px 0 10px;font-family:var(--pixel);font-size:25px;text-transform:uppercase}.how-step p{margin:0;color:#929aa1;line-height:1.7}.process-panel{margin-top:28px;padding:38px 42px;display:grid;grid-template-columns:1.35fr 1fr auto;align-items:center;gap:42px;border:1px solid #20262d;border-radius:15px;background:radial-gradient(circle at 75% 50%,rgba(166,45,255,.07),transparent 32%),linear-gradient(145deg,#090b0e,#050608)}.process-panel h2{margin:0;font-family:var(--pixel);font-size:31px;text-transform:uppercase}.process-panel>div>p:last-child{margin:14px 0 0;color:#929aa1;line-height:1.65}.process-panel ul{margin:0;padding:0;display:grid;gap:12px;list-style:none;color:#aab1b6;font-size:14px}.process-panel li{display:flex;align-items:center;gap:10px}.process-panel li>span:first-child{width:22px;height:22px;flex:0 0 22px;display:grid;place-items:center;border:1px solid rgba(25,235,103,.35);border-radius:6px;background:#07140b;color:var(--green)}.process-panel li>span:last-child{width:auto;height:auto;display:block;min-width:0;color:inherit;line-height:1.45}.process-discord{width:190px;margin:0}.process-discord span{font-size:16px}
@media(max-width:1180px){.header-inner{grid-template-columns:330px 1fr 280px}.brand-logo{width:315px}.main-nav{gap:20px}.main-nav a{font-size:14px}.promo-world{width:48%!important}.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.how-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-panel{grid-template-columns:1fr 1fr}.process-discord{grid-column:1/-1}}
@media(max-width:860px){.promo-world{width:100%!important;opacity:.42!important;-webkit-mask-image:linear-gradient(90deg,transparent,#000 55%);mask-image:linear-gradient(90deg,transparent,#000 55%)}.promo-card--discord:before{background:linear-gradient(90deg,rgba(4,3,12,.97),rgba(2,10,6,.78),rgba(2,12,6,.24))}.subpage-hero{padding:42px 34px}.subpage-hero h1{font-size:46px}.hero-rating-mark,.how-hero-icon{display:none}.review-overview{grid-template-columns:1fr;gap:28px}.review-score{align-items:center}.process-panel{grid-template-columns:1fr}.process-discord{grid-column:auto}}
@media(max-width:620px){.info-shell{padding-top:12px}.subpage-hero{min-height:230px;padding:34px 24px}.subpage-hero h1{font-size:38px}.subpage-hero>div>p:last-child{font-size:15px}.review-overview{padding:28px 22px}.review-grid,.how-grid{grid-template-columns:1fr}.how-step{min-height:260px}.process-panel{padding:30px 24px}.process-panel h2{font-size:26px}}
@media(prefers-reduced-motion:reduce){.promo-card--discord.is-active .promo-world,.promo-card.is-active .promo-copy,.promo-card.is-active .promo-logo,.promo-card--soon.is-active .soon-content{animation:none!important}}
.review-stars--large.is-empty{color:#30373e;text-shadow:none}
@media(max-width:620px){
.site-header{height:auto;min-height:150px}.header-inner{width:calc(100% - 24px);height:auto;min-height:150px;padding:0 0 10px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:82px 48px;gap:0 8px}.brand{grid-column:1;grid-row:1;min-width:0}.brand-logo{width:230px;height:76px;transform:translateY(3px)}.header-actions{grid-column:2;grid-row:1;gap:6px}.auth-compact{display:none}.cart-button{min-width:78px;width:78px;height:42px;padding:0 10px}.cart-button span{display:none}.main-nav{grid-column:1/-1;grid-row:2;width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px;overflow:hidden}.main-nav a{min-width:0;padding:11px 2px 10px;font-size:11px;line-height:1.05;letter-spacing:.015em;text-align:center;white-space:nowrap}.main-nav a:after{bottom:3px}.page-shell{width:calc(100% - 24px)}
.promo-section{margin-top:14px}.promo-grid{height:610px}.promo-card--discord.is-active{display:grid;grid-template-columns:1fr;grid-template-rows:205px 1fr;align-items:start}.promo-card--discord.is-active .promo-logo{grid-row:1;width:100%;height:205px;padding:20px 20px 0;align-self:start}.promo-card--discord.is-active .promo-logo img{width:165px;max-height:180px;transform:none}.promo-card--discord.is-active:hover .promo-logo img{transform:scale(1.025)}.promo-card--discord.is-active .promo-copy{grid-row:2;width:100%;align-self:start;padding:0 28px;text-align:center;transform:none}.promo-label{margin-bottom:9px}.promo-copy h1{margin-bottom:14px;font-size:37px;line-height:.98;white-space:normal}.promo-copy h1 em{margin-top:6px;font-size:47px;white-space:normal}.promo-copy>p:not(.promo-label){font-size:14px;line-height:1.55}.discord-button{width:min(238px,100%);height:52px;margin:18px auto 0}.discord-button span{font-size:16px}.promo-world{opacity:.28!important;-webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.28) 24%,#000 56%,#000 100%);mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.28) 24%,#000 56%,#000 100%)}.carousel-dots{left:50%;bottom:14px}
}
@media(max-width:620px){.carousel-arrow--prev{left:-6px}.carousel-arrow--next{right:-6px}}
@media(max-width:620px){.promo-card.is-preview{transform:translateX(0) scale(.97)}}

/* v37: biome store banner, page motion and interactive process cards */
html.page-transition-enabled body{opacity:0;transform:translateY(10px);filter:blur(3px);transition:opacity .34s ease,transform .48s cubic-bezier(.16,1,.3,1),filter .34s ease}html.page-transition-enabled.page-transition-ready body{opacity:1;transform:none;filter:none}html.page-transition-enabled.page-transition-leaving body{opacity:0;transform:translateY(-8px) scale(.995);filter:blur(4px);pointer-events:none}
.store-banner{height:330px;isolation:isolate;grid-template-columns:300px minmax(0,1fr);background:#020604;box-shadow:0 22px 60px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.02)}.store-banner:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(1,3,4,.99) 0%,rgba(2,7,5,.96) 27%,rgba(2,8,5,.86) 45%,rgba(2,8,5,.58) 62%,rgba(1,5,3,.22) 82%,rgba(0,2,2,.34) 100%),linear-gradient(0deg,rgba(0,2,2,.88),transparent 70%)}.store-banner:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(circle at 69% 25%,rgba(25,235,103,.13),transparent 21%),radial-gradient(circle at 87% 73%,rgba(69,190,255,.08),transparent 25%),linear-gradient(115deg,transparent 58%,rgba(255,255,255,.025) 58.2%,transparent 58.6%)}.store-banner-logo,.store-banner-copy{z-index:4}.store-banner-copy{max-width:660px}.store-banner-world{z-index:0;inset:0;width:100%;background:url('/assets/store-biomes-panorama.webp?v=49') center 44%/cover no-repeat;filter:saturate(1.16) brightness(.62) contrast(1.08);opacity:.9;transform:scale(1.025);transition:transform 1.1s cubic-bezier(.16,1,.3,1),filter .65s ease}.store-banner:hover .store-banner-world{transform:scale(1.065) translateX(-.7%);filter:saturate(1.24) brightness(.68) contrast(1.1)}.store-banner-logo img{filter:drop-shadow(0 18px 24px rgba(0,0,0,.55)) drop-shadow(0 0 18px rgba(25,235,103,.11))}.store-product-grid{row-gap:18px}.store-product-grid .product-card{min-height:190px}.product-card--ten-donut-keys{--accent:34,205,235}.product-card--twenty-five-donut-keys{--accent:255,59,125}.product-card--coins-50k{--accent:245,179,29}.product-card--coins-100k{--accent:30,224,162}.store-product-grid .product-card{animation:storeCardIn .55s cubic-bezier(.16,1,.3,1) both}.store-product-grid .product-card:nth-child(2){animation-delay:.04s}.store-product-grid .product-card:nth-child(3){animation-delay:.08s}.store-product-grid .product-card:nth-child(4){animation-delay:.12s}.store-product-grid .product-card:nth-child(5){animation-delay:.16s}.store-product-grid .product-card:nth-child(6){animation-delay:.2s}.store-product-grid .product-card:nth-child(7){animation-delay:.24s}.store-product-grid .product-card:nth-child(8){animation-delay:.28s}@keyframes storeCardIn{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}
.how-step{--step-accent:25,235,103;--mx:50%;--my:50%;transform-style:preserve-3d;will-change:transform;background:radial-gradient(circle at 20% 10%,rgba(var(--step-accent),.05),transparent 38%),linear-gradient(145deg,#090b0e,#050608);transition:transform .34s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .34s ease,background .34s ease}.how-step:nth-child(2){--step-accent:166,45,255}.how-step:nth-child(3){--step-accent:255,179,29}.how-step:nth-child(4){--step-accent:45,205,255}.how-step:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle 170px at var(--mx) var(--my),rgba(var(--step-accent),.22),transparent 72%);opacity:0;transition:opacity .28s ease}.how-step:after{content:"";position:absolute;top:-35%;bottom:-35%;left:-42%;z-index:0;width:27%;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.11),transparent);transform:skewX(-18deg);transition:left .75s cubic-bezier(.16,1,.3,1)}.how-step>*{position:relative;z-index:1}.how-step:hover{border-color:rgba(var(--step-accent),.72);box-shadow:0 24px 55px rgba(0,0,0,.38),0 0 34px rgba(var(--step-accent),.12),inset 0 1px rgba(255,255,255,.035)}.how-step:hover:before{opacity:1}.how-step:hover:after{left:118%}.step-icon{transition:transform .34s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease,background .3s ease}.step-icon svg{transition:transform .34s cubic-bezier(.16,1,.3,1),filter .3s ease}.step-number{transition:color .3s ease,transform .34s cubic-bezier(.16,1,.3,1),text-shadow .3s ease}.how-step h2{transition:color .3s ease,transform .34s cubic-bezier(.16,1,.3,1),text-shadow .3s ease}.how-step p{transition:color .3s ease,transform .34s cubic-bezier(.16,1,.3,1)}.how-step:hover .step-icon{border-color:rgba(var(--step-accent),.7);background:rgba(var(--step-accent),.1);box-shadow:0 0 28px rgba(var(--step-accent),.2)}.how-step:hover .step-icon svg{transform:rotate(6deg) scale(1.08);filter:drop-shadow(0 0 8px rgba(var(--step-accent),.55))}.how-step:hover .step-number{color:rgba(var(--step-accent),.14);transform:translate3d(-4px,4px,20px) scale(1.05);text-shadow:0 0 22px rgba(var(--step-accent),.1)}.how-step:hover h2{color:#fff;transform:translateZ(20px) translateX(3px);text-shadow:0 0 14px rgba(var(--step-accent),.15)}.how-step:hover p{color:#b2bac0;transform:translateZ(14px)}.how-hero-icon{transition:transform .38s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease}.how-hero-icon:hover{border-color:rgba(25,235,103,.6);box-shadow:0 22px 45px rgba(0,0,0,.28),0 0 34px rgba(25,235,103,.12)}.process-panel{transition:transform .34s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .34s ease}.process-panel:hover{border-color:rgba(166,45,255,.46);box-shadow:0 24px 55px rgba(0,0,0,.32),0 0 34px rgba(166,45,255,.08)}.process-panel li{transition:transform .25s ease,color .25s ease}.process-panel:hover li{transform:translateX(5px);color:#d0d5d8}.process-panel:hover li:nth-child(2){transition-delay:.04s}.process-panel:hover li:nth-child(3){transition-delay:.08s}
@media(max-width:860px){.store-banner{height:360px;grid-template-columns:230px 1fr}.store-banner-world{background-position:46% center}.how-step:hover{}}@media(max-width:620px){.store-banner{height:430px}.store-banner-world{background-position:35% center;opacity:.64}.store-banner:before{background:linear-gradient(180deg,rgba(1,3,4,.78),rgba(1,4,3,.92) 62%,rgba(0,2,2,.98)),linear-gradient(90deg,rgba(0,0,0,.25),transparent)}.store-product-grid{row-gap:14px}.how-step:hover{}}@media(hover:none){.how-step:hover{transform:none}.how-step:before,.how-step:after{display:none}}@media(prefers-reduced-motion:reduce){html.page-transition-enabled body{transition:none!important;opacity:1!important;transform:none!important;filter:none!important}.store-banner-world,.store-product-grid .product-card,.how-step,.how-step:before,.how-step:after,.step-icon,.step-icon svg,.step-number,.how-step h2,.how-step p,.how-hero-icon,.process-panel,.process-panel li{animation:none!important;transition:none!important}.store-banner:hover .store-banner-world,.how-step:hover,.how-hero-icon:hover,.process-panel:hover{transform:none!important}}

/* Money package storefront */
.product-card--money-100m{--accent:103,255,70}.product-card--money-250m{--accent:183,255,55}.product-card--money-500m{--accent:255,218,62}.product-card--money-750m{--accent:66,235,132}.product-card--money-1b{--accent:42,226,107}.product-card--custom-coins{--accent:177,75,255}
.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.store-product-grid .money-product{height:250px;min-height:250px;grid-template-columns:minmax(0,48%) minmax(0,52%);padding:14px 16px;background:radial-gradient(circle at 24% 48%,rgba(var(--accent),.13),transparent 39%),linear-gradient(145deg,#080b09,#040605)}
.store-product-grid .money-art{min-width:0;overflow:visible}
.store-product-grid .money-art:after{width:150px;height:72px;bottom:22px;background:rgba(var(--accent),.18);filter:blur(28px)}
.store-product-grid .money-art img{width:100%;height:218px;max-width:250px;object-fit:contain;filter:drop-shadow(0 0 13px rgba(var(--accent),.32))}
.store-product-grid .product-copy{padding:8px 0;justify-content:center}
.store-product-grid .product-copy h3{font-size:28px;letter-spacing:.025em}
.store-product-grid .product-copy p{display:block;min-height:38px;margin:8px 0 0;color:#8f9892;font-size:13px;line-height:1.42}
.store-product-grid .product-price{margin:9px 0 12px;font-size:25px}
.featured-grid .money-art img{width:138px;height:118px;filter:drop-shadow(0 0 12px rgba(var(--accent),.38))}
.featured-grid .money-art:after{width:112px;height:58px;background:rgba(var(--accent),.16)}
.custom-product-card{cursor:pointer;background:radial-gradient(circle at 22% 50%,rgba(177,75,255,.13),transparent 40%),radial-gradient(circle at 76% 36%,rgba(25,235,103,.07),transparent 36%),linear-gradient(145deg,#09080d,#040506)}
.custom-product-card:focus-visible{outline:2px solid var(--green);outline-offset:3px}
.custom-product-control{width:100%;height:43px;display:grid;grid-template-columns:auto 1fr 38px;align-items:center;gap:7px;border:1px solid rgba(25,235,103,.45);border-radius:8px;background:#050908;padding:4px 5px 4px 10px}
.custom-product-control>span{color:#9eaaa3;font-family:var(--pixel);font-size:10px;letter-spacing:.04em;text-transform:uppercase}
.custom-amount-button,.custom-remove{height:32px;border:0;border-radius:6px;background:#0d2516;color:#dfffe9;font-family:var(--pixel);font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}
.custom-amount-button:hover{background:#123c22;color:var(--green);box-shadow:0 0 14px rgba(25,235,103,.12);}
.custom-remove{background:#181012;color:#b7a1a7;font-size:19px}.custom-remove:hover{background:#39151c;color:#ff667d}
.custom-dialog{width:min(610px,calc(100vw - 30px))}
.custom-panel{padding:25px}
.custom-preview{height:190px;margin:18px 0 17px;display:grid;grid-template-columns:230px 1fr;align-items:center;border:1px solid #1f2a24;border-radius:12px;background:radial-gradient(circle at 28% 50%,rgba(119,255,51,.13),transparent 43%),linear-gradient(145deg,#080c09,#040605);overflow:hidden}
.custom-preview img{width:240px;height:180px;object-fit:contain;filter:drop-shadow(0 0 17px rgba(126,255,48,.25))}
.custom-preview>div{display:flex;flex-direction:column;align-items:flex-start}
.custom-preview span{color:#8e9992;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.custom-preview strong{margin-top:4px;color:#fff;font-family:var(--pixel);font-size:45px;line-height:1}
.custom-preview small{margin-top:10px;color:var(--green);font-family:var(--pixel);font-size:25px}
.custom-help{margin:17px 0;color:#8c9690;font-size:13px;text-align:center}
.custom-cart-control{margin-top:7px;display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.custom-cart-control strong{width:100%;color:var(--green);font-family:var(--pixel);font-size:16px}
.custom-cart-control button{height:28px;padding:0 9px;border:1px solid #2a3430;border-radius:6px;background:#090d0b;color:#b9c2bc;font-size:11px;cursor:pointer}
.custom-cart-control button:hover{border-color:var(--green);color:#fff}
.cart-symbol{width:64px;height:58px;overflow:hidden}.cart-symbol img{width:70px;height:58px;object-fit:contain}
@media(max-width:1180px){.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.store-product-grid{grid-template-columns:1fr}.store-product-grid .money-product{height:230px;min-height:230px;grid-template-columns:42% 58%;padding:10px}.store-product-grid .money-art img{height:195px}.store-product-grid .product-copy h3{font-size:24px}.custom-preview{height:auto;grid-template-columns:1fr;padding:10px 15px 18px;text-align:center}.custom-preview img{width:100%;height:150px}.custom-preview>div{align-items:center}}
@media(prefers-reduced-motion:reduce){.custom-amount-button,.custom-remove{transition:none!important}}


/* v42 - clean money artwork and consistent storefront typography */
.money-product,.custom-product-card{--accent:25,235,103;background:linear-gradient(145deg,#090c0b,#050707)!important;border-color:#20272c}
.money-product:before,.custom-product-card:before{background:linear-gradient(120deg,transparent 24%,rgba(255,255,255,.035) 49%,transparent 73%)!important}
.money-product .money-art,.featured-grid .money-art{display:grid;place-items:center;overflow:visible;padding:8px}
.money-product .money-art:after,.featured-grid .money-art:after{display:none!important}
.store-product-grid .money-art img{width:auto!important;height:auto!important;max-width:96%!important;max-height:214px!important;object-fit:contain!important;filter:drop-shadow(0 14px 18px rgba(0,0,0,.46))!important}
.featured-grid .money-art img{width:auto!important;height:auto!important;max-width:150px!important;max-height:122px!important;object-fit:contain!important;filter:drop-shadow(0 10px 14px rgba(0,0,0,.45))!important}
.money-product .product-copy h3{font-family:var(--pixel);font-weight:600;letter-spacing:.01em;text-transform:none}
.money-product .product-copy p{font-family:var(--body);letter-spacing:-.006em}
.money-product .product-price,.money-product .add-button,.money-product .product-quantity,.custom-dialog h2,.custom-preview strong{font-family:var(--pixel)}
.custom-product-card{background:linear-gradient(145deg,#090c0b,#050707)!important}
@media(hover:hover) and (pointer:fine){
.money-product:hover,.money-product:focus-within{border-color:rgba(25,235,103,.56)!important;box-shadow:0 18px 42px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.025)!important}
.money-product:hover .money-art img,.money-product:focus-within .money-art img{filter:drop-shadow(0 16px 22px rgba(0,0,0,.52))!important}
.money-product:hover .product-copy h3,.money-product:focus-within .product-copy h3,.money-product:hover .product-price,.money-product:focus-within .product-price{text-shadow:none!important}
}
@media(max-width:700px){.store-product-grid .money-art img{max-height:184px!important}.featured-grid .money-art img{max-height:108px!important}}

.custom-preview{background:linear-gradient(145deg,#090c0b,#050707)!important}
.custom-preview img{filter:drop-shadow(0 14px 18px rgba(0,0,0,.48))!important;object-fit:contain!important}

/* v43 - home featured money card spacing and icon interaction */
.home-page .featured-grid .money-product{grid-template-columns:43% minmax(0,57%);column-gap:10px;padding:14px 12px}
.home-page .featured-grid .money-art{width:100%;min-width:0;overflow:hidden;padding:4px 0}
.home-page .featured-grid .money-art img{max-width:124px!important;max-height:105px!important;margin:auto;transform-origin:50% 70%;will-change:transform,filter}
.home-page .featured-grid .product-copy{width:100%;min-width:0;align-items:flex-start;justify-content:center;padding:3px 0}
.home-page .featured-grid .product-copy h3{width:100%;font-size:19px;line-height:1.05}
.home-page .featured-grid .product-price{position:relative;z-index:2;margin:8px 0 0;font-size:25px;line-height:1;white-space:nowrap;transform:none!important}
.home-page .featured-grid .add-button,.home-page .featured-grid .product-quantity{max-width:none;margin-top:10px}
@keyframes dw-featured-money-jiggle{0%{transform:translateY(0) rotate(0)}28%{transform:translateY(-6px) rotate(-1.8deg)}56%{transform:translateY(-3px) rotate(1.4deg)}78%{transform:translateY(-5px) rotate(-.7deg)}100%{transform:translateY(-4px) rotate(0)}}
@media(hover:hover) and (pointer:fine){
.home-page .featured-grid .money-product:hover .money-art,.home-page .featured-grid .money-product:focus-within .money-art{animation:none!important;}
.home-page .featured-grid .money-product:hover .money-art img,.home-page .featured-grid .money-product:focus-within .money-art img{transform:scale(1.045)!important;filter:drop-shadow(0 12px 16px rgba(0,0,0,.48)) drop-shadow(0 0 11px rgba(25,235,103,.34))!important}
}
@media(max-width:620px){.home-page .featured-grid .money-product{grid-template-columns:125px minmax(0,1fr);column-gap:6px;padding:12px}.home-page .featured-grid .money-art img{max-width:112px!important;max-height:96px!important}}
@media(prefers-reduced-motion:reduce){.home-page .featured-grid .money-art{animation:none!important}.home-page .featured-grid .money-art img{transform:none!important}}


/* v44 - matching store money hover and improved custom amount editor */
@media(hover:hover) and (pointer:fine){
.store-page .store-product-grid .money-product:hover .money-art,.store-page .store-product-grid .money-product:focus-within .money-art{animation:none!important;}
.store-page .store-product-grid .money-product:hover .money-art img,.store-page .store-product-grid .money-product:focus-within .money-art img{transform:scale(1.045)!important;filter:drop-shadow(0 16px 20px rgba(0,0,0,.5)) drop-shadow(0 0 13px rgba(25,235,103,.35))!important}
}
.custom-dialog{width:min(680px,calc(100vw - 28px));max-height:min(92vh,820px);padding:0;border:0;border-radius:18px;background:transparent;color:var(--text);overflow:visible}
.custom-dialog::backdrop{background:rgba(0,0,0,.8);backdrop-filter:blur(9px)}
.custom-panel{position:relative;max-height:min(92vh,820px);padding:0 26px 26px;overflow:auto;border:1px solid #28312d;border-radius:18px;background:radial-gradient(circle at 78% 8%,rgba(25,235,103,.075),transparent 28%),linear-gradient(145deg,#0b0f0d,#050706 72%);box-shadow:0 35px 100px rgba(0,0,0,.68),0 0 0 1px rgba(25,235,103,.035) inset}
.custom-panel:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;border-radius:18px 18px 0 0;background:linear-gradient(90deg,#9e2cff,var(--green),transparent 88%)}
.custom-panel .dialog-head{padding:25px 0 0;align-items:flex-start}
.custom-panel .dialog-head>div>span{color:var(--green)}
.custom-panel .dialog-head h2{margin:5px 0 0;font-size:31px;letter-spacing:.015em}
.custom-panel .dialog-head p{margin:8px 0 0;color:#8e9892;font-size:13px}
.custom-panel .icon-button{flex:0 0 auto}
.custom-panel .custom-preview{height:178px;margin:20px 0 15px;grid-template-columns:240px minmax(0,1fr);border-color:#25302a;background:linear-gradient(145deg,#0a0e0c,#050706)!important;box-shadow:inset 0 1px rgba(255,255,255,.025)}
.custom-preview-art{height:100%;display:grid;place-items:center;overflow:hidden}
.custom-panel .custom-preview img{width:225px;height:165px;object-fit:contain!important;filter:drop-shadow(0 15px 18px rgba(0,0,0,.5))!important;transition:transform .35s cubic-bezier(.16,1,.3,1)}
.custom-panel .custom-preview:hover img{}
.custom-preview-copy{display:flex;flex-direction:column;align-items:flex-start;padding-left:8px}
.custom-panel .custom-preview strong{font-size:48px}
.custom-panel .custom-preview small{font-size:27px}
.custom-entry{padding:15px;border:1px solid #202923;border-radius:12px;background:#060908}
.custom-entry-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.custom-entry-head label{color:#edf4ef;font-family:var(--pixel);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.custom-entry-head span{color:#6f7973;font-family:var(--pixel);font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.custom-input-shell{height:54px;margin-top:10px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border:1px solid #2a3430;border-radius:9px;background:#030504;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.custom-input-shell:focus-within{border-color:rgba(25,235,103,.72);background:#050a07;box-shadow:0 0 0 3px rgba(25,235,103,.075),0 0 24px rgba(25,235,103,.06)}
.custom-input-shell.is-invalid{border-color:#e05267;box-shadow:0 0 0 3px rgba(224,82,103,.08)}
.custom-input-shell input{width:100%;height:100%;padding:0 16px;border:0;outline:0;background:transparent;color:#fff;font-family:var(--pixel);font-size:23px;font-weight:700;letter-spacing:.025em}
.custom-input-shell input::placeholder{color:#4f5954}
.custom-input-shell button{height:38px;margin-right:7px;padding:0 15px;border:1px solid rgba(25,235,103,.52);border-radius:7px;background:#07150c;color:#dfffea;font-family:var(--pixel);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}
.custom-input-shell button:hover{border-color:var(--green);background:#0b2514;color:#fff;box-shadow:0 0 16px rgba(25,235,103,.1);}
.custom-input-error{min-height:16px;margin:4px 1px 0;color:#ff8295;font-size:11px}
.custom-presets{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;margin-top:8px}
.custom-presets button{height:34px;border:1px solid #26302b;border-radius:7px;background:#090d0b;color:#aeb8b2;font-family:var(--pixel);font-size:11px;font-weight:700;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease}
.custom-presets button:hover{border-color:rgba(25,235,103,.7);background:#0a1710;color:var(--green);}
.custom-add-button{height:52px;margin-top:17px;font-family:var(--pixel);font-size:14px;letter-spacing:.05em;text-transform:uppercase}
@media(max-width:700px){
.custom-panel{padding:0 16px 18px}.custom-panel .dialog-head{padding-top:20px}.custom-panel .dialog-head h2{font-size:26px}.custom-panel .custom-preview{height:auto;grid-template-columns:150px minmax(0,1fr);padding:8px}.custom-panel .custom-preview img{width:150px;height:126px}.custom-panel .custom-preview strong{font-size:36px}.custom-panel .custom-preview small{font-size:22px}.custom-presets{grid-template-columns:repeat(3,minmax(0,1fr))}.custom-input-shell{height:50px}.custom-input-shell input{font-size:20px;padding:0 12px}.custom-input-shell button{padding:0 11px;font-size:10px}
}
@media(max-width:430px){.custom-panel .custom-preview{grid-template-columns:1fr;text-align:center}.custom-preview-copy{align-items:center;padding:0 0 10px}.custom-panel .custom-preview img{height:112px}.custom-entry-head{align-items:flex-start;flex-direction:column;gap:3px}}
@media(prefers-reduced-motion:reduce){.store-page .store-product-grid .money-art{animation:none!important}.store-page .store-product-grid .money-art img,.custom-panel .custom-preview img{transform:none!important;transition:none!important}}
.custom-panel{color:#fff}.custom-panel .dialog-head h2{color:#fff}.custom-panel .custom-preview strong{color:#fff}.custom-panel .custom-preview small{color:var(--green)}


/* v46 - exact 1M custom amount entry without a slider */
.custom-presets button.is-active{border-color:var(--green);background:#0b2414;color:#fff;box-shadow:0 0 0 2px rgba(25,235,103,.08),0 0 18px rgba(25,235,103,.08)}
.custom-input-shell input[aria-invalid=true]{color:#ff9aaa}

/* v47 - simplified custom amount panel and Bedrock username guidance */
.custom-entry{padding-bottom:14px}
.custom-entry .custom-presets{margin-top:12px}
.custom-add-button{margin-top:14px}
.how-step:nth-child(3) p{font-size:15px;line-height:1.55}
.custom-input-error:empty{display:none}
.custom-input-error:not(:empty){display:block;min-height:0;margin-top:8px}


/* v49: USD pricing and home/store currency selector */
.home-page .header-inner,.store-page .header-inner{grid-template-columns:390px minmax(0,1fr) 396px}
.home-page .header-actions,.store-page .header-actions{gap:12px}

.currency-switcher{position:relative;width:112px;height:48px;flex:0 0 auto;z-index:90}
.currency-trigger{width:100%;height:100%;padding:0 11px;display:grid;grid-template-columns:18px minmax(0,1fr) 15px;align-items:center;gap:8px;border:1px solid #0d9f41;border-radius:9px;background:linear-gradient(180deg,#07110b 0%,#030705 100%);color:#effff5;font-family:var(--pixel);font-size:13px;font-weight:700;letter-spacing:.045em;cursor:pointer;outline:0;box-shadow:inset 0 1px rgba(255,255,255,.02);transition:transform .24s cubic-bezier(.22,1,.36,1),border-color .24s ease,box-shadow .24s ease,background .24s ease,color .24s ease}
.currency-trigger:hover,.currency-trigger:focus-visible,.currency-switcher.is-open .currency-trigger{border-color:var(--green);background:linear-gradient(180deg,#0a1a10,#040906);color:var(--green);box-shadow:0 10px 30px rgba(0,0,0,.34),0 0 0 1px rgba(25,235,103,.07),0 0 24px rgba(25,235,103,.13)}
.currency-trigger:active{transform:translateY(0) scale(.98)}
.currency-globe,.currency-chevron{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .28s cubic-bezier(.22,1,.36,1),filter .28s ease}
.currency-globe{width:18px;height:18px;color:var(--green)}
.currency-chevron{width:15px;height:15px;color:#869089}
.currency-trigger:hover .currency-globe,.currency-switcher.is-open .currency-globe{transform:rotate(18deg) scale(1.08);filter:drop-shadow(0 0 5px rgba(25,235,103,.55))}
.currency-switcher.is-open .currency-chevron{transform:rotate(180deg);color:var(--green)}
.currency-current{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}
.currency-menu{position:absolute;top:calc(100% + 9px);right:0;width:184px;padding:7px;border:1px solid rgba(25,235,103,.34);border-radius:11px;background:linear-gradient(165deg,rgba(9,17,12,.985),rgba(3,6,5,.985));box-shadow:0 20px 48px rgba(0,0,0,.58),0 0 30px rgba(25,235,103,.075),inset 0 1px rgba(255,255,255,.025);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px) scale(.96);transform-origin:top right;transition:opacity .2s ease,visibility .2s ease,transform .24s cubic-bezier(.22,1,.36,1)}
.currency-switcher.is-open .currency-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}
.currency-menu:before{content:"";position:absolute;top:-5px;right:20px;width:9px;height:9px;border-left:1px solid rgba(25,235,103,.34);border-top:1px solid rgba(25,235,103,.34);background:#08100b;transform:rotate(45deg)}
.currency-option{position:relative;width:100%;min-height:43px;padding:6px 10px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid transparent;border-radius:8px;background:transparent;color:#acb4af;text-align:left;cursor:pointer;outline:0;transition:transform .2s cubic-bezier(.22,1,.36,1),background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}
.currency-option+ .currency-option{margin-top:3px}
.currency-option span{min-width:0;display:flex;flex-direction:column;gap:1px}
.currency-option b{font-family:var(--pixel);font-size:13px;font-weight:700;letter-spacing:.055em}
.currency-option small{color:#626c66;font-family:var(--body);font-size:10px;line-height:1.1;white-space:nowrap;transition:color .2s ease}
.currency-option em{min-width:28px;height:25px;padding:0 5px;display:grid;place-items:center;border:1px solid #202b24;border-radius:6px;background:#050907;color:#7b8780;font-family:var(--pixel);font-size:11px;font-style:normal;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}
.currency-option:hover,.currency-option:focus-visible{transform:translateX(3px);border-color:rgba(25,235,103,.24);background:linear-gradient(90deg,rgba(25,235,103,.11),rgba(25,235,103,.025));color:#f2fff7;box-shadow:inset 3px 0 var(--green)}
.currency-option:hover small,.currency-option:focus-visible small{color:#91a098}
.currency-option:hover em,.currency-option:focus-visible em{transform:scale(1.06);border-color:rgba(25,235,103,.4);background:#07150c;color:var(--green)}
.currency-option[aria-selected="true"]{border-color:rgba(25,235,103,.23);background:rgba(25,235,103,.08);color:var(--green)}
.currency-option[aria-selected="true"]:after{content:"";position:absolute;left:0;top:10px;bottom:10px;width:2px;border-radius:2px;background:var(--green);box-shadow:0 0 8px var(--green)}
.currency-option[aria-selected="true"] em{border-color:rgba(25,235,103,.35);color:var(--green)}
@media(max-width:1180px){.home-page .header-inner,.store-page .header-inner{grid-template-columns:315px minmax(0,1fr) 364px}.home-page .header-actions,.store-page .header-actions{gap:8px}.currency-switcher{width:100px}.home-page .auth-button,.store-page .auth-button{min-width:104px;padding:0 14px}.home-page .cart-button,.store-page .cart-button{min-width:132px}}
@media(max-width:860px){.home-page .header-inner,.store-page .header-inner{grid-template-columns:minmax(0,1fr) 170px}.home-page .brand-logo,.store-page .brand-logo{width:min(175px,43vw)}.home-page .header-actions,.store-page .header-actions{gap:6px}.currency-switcher{width:84px}.currency-trigger{grid-template-columns:1fr 13px;padding:0 9px}.currency-globe{display:none}.currency-menu{width:170px}.home-page .cart-button,.store-page .cart-button{min-width:80px;width:80px;padding:0 9px}.home-page .cart-button span,.store-page .cart-button span{display:none}}
@media(max-width:620px){.home-page .header-inner,.store-page .header-inner{grid-template-columns:minmax(0,1fr) 164px}.home-page .brand-logo,.store-page .brand-logo{width:min(158px,42vw)}.currency-switcher{width:80px;height:42px}.currency-trigger{font-size:12px}.currency-menu{right:-2px;width:164px}.currency-option{min-height:40px}.home-page .cart-button,.store-page .cart-button{width:78px;min-width:78px}}
@media(prefers-reduced-motion:reduce){.currency-trigger,.currency-globe,.currency-chevron,.currency-menu,.currency-option,.currency-option em{transition:none!important}.currency-trigger:hover,.currency-trigger:focus-visible,.currency-switcher.is-open .currency-trigger,.currency-option:hover,.currency-option:focus-visible{transform:none!important}}

.review-import-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-content:center}.review-import-summary>div,.review-import-summary>a{min-height:126px;padding:20px 22px;display:flex;flex-direction:column;justify-content:center;border:1px solid #20272d;border-radius:12px;background:linear-gradient(145deg,rgba(25,235,103,.025),rgba(5,7,9,.9));transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s ease,box-shadow .25s ease}.review-import-summary>a{cursor:pointer}.review-import-summary>div:hover,.review-import-summary>a:hover{border-color:rgba(25,235,103,.5);box-shadow:0 16px 34px rgba(0,0,0,.24),0 0 22px rgba(25,235,103,.055)}.review-import-summary small,.review-import-summary span{color:#78828a;font-size:11px;letter-spacing:.06em}.review-import-summary small,.review-import-summary>a span{font-family:var(--pixel);font-weight:700;text-transform:uppercase}.review-import-summary strong{margin:7px 0 5px;color:#fff;font-family:var(--pixel);font-size:30px;line-height:1}.review-import-summary>a strong{color:var(--green);font-size:18px;line-height:1.25}.review-card--imported{min-height:300px;display:flex;flex-direction:column}.review-card--imported h3{margin-bottom:7px}.review-product{margin-top:18px;padding:12px 14px;border:1px solid #1b2228;border-radius:9px;background:#050709}.review-product span{display:block;margin-bottom:4px;color:#657079;font-family:var(--pixel);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.review-product strong{display:block;color:#bac1c6;font-size:12px;font-weight:600;line-height:1.45}.review-card-footer{margin-top:auto;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.review-card-footer time{margin:0}.review-import-tag{padding:4px 7px;border:1px solid rgba(25,235,103,.22);border-radius:5px;background:#06120a;color:#6fdb96;font-family:var(--pixel);font-size:9px;letter-spacing:.06em;text-transform:uppercase}@media(max-width:1180px){.review-import-summary{grid-template-columns:1fr 1fr}.review-import-summary>a{grid-column:1/-1;min-height:90px}}@media(max-width:620px){.review-import-summary{grid-template-columns:1fr}.review-import-summary>a{grid-column:auto}.review-import-summary>div,.review-import-summary>a{min-height:100px}.review-card--imported{min-height:275px}}


/* v55 - stable hover effects: glow/scale only, no upward movement */
@media (hover:hover){
.auth-button:hover,.cart-button:hover,.main-nav a:hover,.promo-card:hover,.stat:hover,.section-title>a:hover,.add-button:hover,.quantity-btn:hover:not(:disabled),.store-banner:hover,.footer-legal a:hover,.review-card:hover,.review-import-summary>div:hover,.review-import-summary>a:hover,.custom-amount-button:hover,.custom-input-shell button:hover,.custom-presets button:hover,.currency-trigger:hover,.currency-trigger:focus-visible,.currency-switcher.is-open .currency-trigger,.process-panel:hover{transform:none!important}
.brand:hover .brand-logo{transform:translate(-14px,9px) scale(1.018)!important}
.discord-button:hover{transform:scale(1.015)!important}
.promo-card--discord.is-active:hover .promo-logo img{}
.promo-card--discord.is-preview:hover .promo-logo img{transform:scale(1.035)!important}
.promo-card.is-active:hover .promo-copy{}
.promo-card--soon.is-active:hover .soon-content{transform:none!important}
.stat:hover .stat-icon{transform:scale(1.08) rotate(-3deg)!important}
.product-card:hover,.product-card:focus-within{transform:none!important}
.product-card:hover .item-art img,.product-card:focus-within .item-art img{transform:scale(1.085) rotate(-2deg)!important}
.money-product:hover .money-art img,.money-product:focus-within .money-art img,.home-page .featured-grid .money-product:hover .money-art img,.home-page .featured-grid .money-product:focus-within .money-art img,.store-page .store-product-grid .money-product:hover .money-art img,.store-page .store-product-grid .money-product:focus-within .money-art img{transform:scale(1.045)!important}
.store-banner:hover .store-banner-logo img{transform:scale(1.035)!important}
.how-step:hover{transform:perspective(900px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg))!important}
.how-step:hover .step-icon{transform:translateZ(30px) rotate(-4deg) scale(1.1)!important}
.how-hero-icon:hover{transform:rotate(-3deg) scale(1.035)!important}
.custom-panel .custom-preview:hover img{transform:scale(1.025)!important}
}

/* v55 - stationary hover effects */
@media (hover:hover){
.auth-button:hover,.cart-button:hover,.main-nav a:hover,.promo-card:hover,.stat:hover,.section-title>a:hover,.product-card:hover,.product-card:focus-within,.add-button:hover,.store-banner:hover,.footer-legal a:hover,.review-card:hover,.how-step:hover,.how-hero-icon:hover,.process-panel:hover,.custom-amount-button:hover,.custom-input-shell button:hover,.custom-presets button:hover,.currency-trigger:hover,.currency-trigger:focus-visible,.currency-switcher.is-open .currency-trigger,.review-import-summary>div:hover,.review-import-summary>a:hover{transform:none!important}
.brand:hover .brand-logo{transform:translate(-14px,9px) scale(1.018)!important}
.promo-card--discord.is-active:hover .promo-logo img,.promo-card--discord.is-preview:hover .promo-logo img{}
.promo-card.is-active:hover .promo-copy,.promo-card--soon.is-active:hover .soon-content{transform:none!important}
.discord-button:hover{transform:scale(1.015)!important}
.stat:hover .stat-icon{transform:scale(1.08) rotate(-3deg)!important}
.product-card:hover .item-art img,.product-card:focus-within .item-art img{transform:scale(1.085) rotate(-2deg)!important}
.money-product:hover .money-art,.money-product:focus-within .money-art{animation:none!important;transform:none!important}
.money-product:hover .money-art img,.money-product:focus-within .money-art img{transform:scale(1.045)!important}
.quantity-btn:hover:not(:disabled){transform:scale(1.06)!important}
.store-banner:hover .store-banner-logo img{transform:scale(1.035)!important}
.custom-panel .custom-preview:hover img{transform:scale(1.025)!important}
.how-step:hover .step-icon{transform:translateZ(30px) rotate(-4deg) scale(1.1)!important}
.how-hero-icon:hover{transform:rotate(-3deg) scale(1.035)!important}
}
@media (hover:hover) and (max-width:860px){.brand:hover .brand-logo{transform:scale(1.018)!important}}
@media (hover:hover) and (max-width:620px){.brand:hover .brand-logo{transform:translateY(3px) scale(1.018)!important}}

/* v56 - hover effects keep elements in place */

/* v56 - stationary hover interactions: keep glow/scale without vertical lift */
@media (hover:hover){
.auth-button:hover,.cart-button:hover,.main-nav a:hover,.promo-card:hover,.stat:hover,.section-title>a:hover,.product-card:hover,.product-card:focus-within,.add-button:hover,.store-banner:hover,.footer-legal a:hover,.review-card:hover,.review-import-summary>div:hover,.review-import-summary>a:hover,.custom-amount-button:hover,.custom-input-shell button:hover,.custom-presets button:hover,.currency-trigger:hover,.currency-trigger:focus-visible,.currency-switcher.is-open .currency-trigger,.process-panel:hover{transform:none!important}
.discord-button:hover{transform:scale(1.015)!important}
.promo-card--discord.is-active:hover .promo-logo img{transform:translate(18px,-18px) scale(1.035)!important}
.promo-card--discord.is-preview:hover .promo-logo img{transform:translate(0,0) scale(1.035)!important}
.promo-card.is-active:hover .promo-copy{transform:translateY(-5px)!important}
.promo-card--soon.is-active:hover .soon-content{transform:none!important}
.stat:hover .stat-icon{transform:scale(1.08) rotate(-3deg)!important}
.product-card:hover .item-art img,.product-card:focus-within .item-art img{transform:scale(1.085) rotate(-2deg)!important}
.money-product:hover .money-art,.money-product:focus-within .money-art{animation:none!important;transform:none!important}
.money-product:hover .money-art img,.money-product:focus-within .money-art img{transform:scale(1.045)!important}
.quantity-btn:hover:not(:disabled){transform:scale(1.06)!important}
.store-banner:hover .store-banner-logo img{transform:scale(1.035)!important}
.how-step:hover{transform:perspective(900px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg))!important}
.how-step:hover .step-icon{transform:translateZ(30px) rotate(-4deg) scale(1.1)!important}
.how-hero-icon:hover{transform:rotate(-3deg) scale(1.035)!important}
.custom-panel .custom-preview:hover img{transform:scale(1.025)!important}
}
@media (hover:hover) and (min-width:621px){.brand:hover .brand-logo{transform:translate(-14px,9px) scale(1.018)!important}}
@media (hover:hover) and (max-width:620px){.brand:hover .brand-logo{transform:translateY(3px) scale(1.018)!important}}


/* v57 - horizontally sliding recent reviews */
.review-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px}
.review-carousel-controls{display:flex;align-items:center;gap:10px}
.review-carousel-controls button{width:44px;height:44px;padding:0;display:grid;place-items:center;border:1px solid #273039;border-radius:10px;background:linear-gradient(145deg,#0a0d10,#050709);color:#dfe5e8;cursor:pointer;outline:0;transition:border-color .2s ease,color .2s ease,box-shadow .2s ease,background .2s ease,transform .2s ease}
.review-carousel-controls button:hover,.review-carousel-controls button:focus-visible{border-color:rgba(25,235,103,.72);background:#07130b;color:var(--green);box-shadow:0 0 20px rgba(25,235,103,.1);transform:none!important}
.review-carousel-controls button:active{transform:scale(.96)!important}
.review-carousel-controls button:disabled{opacity:.3;cursor:default;box-shadow:none}
.review-carousel-controls svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.review-carousel{position:relative;margin-top:18px;overflow:hidden}
.review-viewport{width:100%;overflow:hidden;cursor:grab;touch-action:pan-y;user-select:none;outline:0}
.review-viewport:focus-visible{border-radius:15px;box-shadow:0 0 0 2px rgba(25,235,103,.24)}
.review-viewport.is-dragging{cursor:grabbing}
.review-track{display:flex;align-items:stretch;gap:18px;will-change:transform;transition:transform .68s cubic-bezier(.22,1,.36,1)}
.review-track.is-dragging{transition:none}
.review-track.is-static{transform:none!important;justify-content:flex-start}
.review-track .review-card{flex:0 0 calc((100% - 36px)/3);min-width:0;min-height:292px;height:auto;display:flex;flex-direction:column}
.review-track .review-card:hover{transform:none!important}
.review-track .review-card-footer{margin-top:auto;justify-content:flex-start}
.review-track .review-product strong{font-size:13px;color:#d6dcdf}
.review-track .review-empty{flex:0 0 100%;width:100%}
.review-import-tag{display:none!important}
@media(max-width:1180px){.review-track .review-card{flex-basis:calc((100% - 18px)/2)}}
@media(max-width:620px){.review-section-head{align-items:flex-start}.review-section-head .section-title{align-items:flex-start}.review-carousel-controls button{width:40px;height:40px}.review-track .review-card{flex-basis:100%;min-height:275px}.review-carousel{margin-top:14px}}
@media(prefers-reduced-motion:reduce){.review-track{transition-duration:1ms}.review-carousel-controls button{transition-duration:1ms}}

/* v59 - full-width continuously scrolling reviews */
.review-section-head{display:block}
.review-carousel-controls,.review-section-head p{display:none!important}
.review-carousel{width:100vw;margin:18px 0 0 calc(50% - 50vw);overflow:hidden}
.review-viewport{width:100%;overflow:hidden;cursor:grab;touch-action:pan-y;user-select:none;outline:0}
.review-viewport.is-dragging{cursor:grabbing}
.review-track{display:flex;align-items:stretch;gap:18px;width:max-content;will-change:transform;transition:none!important}
.review-sequence{display:flex;align-items:stretch;gap:18px;flex:none}
.review-track .review-card{flex:0 0 clamp(320px,26vw,420px);width:clamp(320px,26vw,420px);min-width:0;min-height:292px;height:auto;display:flex;flex-direction:column}
.review-track .review-card-footer{margin-top:auto;justify-content:flex-start}
.review-track .review-product strong{font-size:13px;color:#d6dcdf}
.review-track .review-empty{width:calc(100vw - 48px);margin:0 24px;flex:none}
.review-track.is-static{width:100%;transform:none!important;justify-content:center}
.review-track.is-static .review-sequence[aria-hidden="true"]{display:none}
.review-track.is-static .review-sequence{width:100%;justify-content:center}
.review-import-tag{display:none!important}
@media(max-width:760px){.review-track .review-card{flex-basis:86vw;width:86vw;min-height:275px}.review-track{gap:14px}.review-sequence{gap:14px}.review-carousel{margin-top:14px}}
@media(max-width:430px){.review-track .review-card{flex-basis:90vw;width:90vw}}


/* v59 - seamless all-review marquee */
html,body{max-width:100%;overflow-x:hidden}
.review-carousel,.review-viewport{overflow:hidden!important;overflow-x:clip!important}
.review-viewport{scrollbar-width:none;-ms-overflow-style:none}
.review-viewport::-webkit-scrollbar,.review-track::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
.review-track{overflow:visible!important;animation:none!important}
.review-sequence{flex:none}
@media(prefers-reduced-motion:reduce){.review-track{transition:none!important}.review-sequence[aria-hidden="true"]{display:flex!important}}

/* v60 - no size scaling on hover */
@media (hover:hover){
.brand:hover .brand-logo{transform:translate(-14px,9px)!important}
.discord-button:hover{transform:none!important}
.carousel-dots button:hover{transform:none!important}
.stat:hover .stat-icon{transform:rotate(-3deg)!important}
.product-card:hover .item-art img,.product-card:focus-within .item-art img{transform:rotate(-2deg)!important}
.product-card:hover .item-art:after,.product-card:focus-within .item-art:after{transform:none!important}
.money-product:hover .money-art img,.money-product:focus-within .money-art img,.home-page .featured-grid .money-product:hover .money-art img,.home-page .featured-grid .money-product:focus-within .money-art img,.store-page .store-product-grid .money-product:hover .money-art img,.store-page .store-product-grid .money-product:focus-within .money-art img{transform:none!important}
.quantity-btn:hover:not(:disabled){transform:none!important}
.promo-card--discord.is-active:hover .promo-logo img{transform:translate(18px,-18px)!important}
.promo-card--discord.is-preview:hover .promo-logo img{transform:translate(0,0) scale(.96)!important}
.promo-card--discord.is-active:hover .promo-world{transform:none!important}
.store-banner:hover .store-banner-logo img{transform:none!important}
.store-banner:hover .store-banner-world{transform:scale(1.025)!important}
.how-step:hover .step-icon{transform:translateZ(30px) rotate(-4deg)!important}
.how-step:hover .step-icon svg{transform:rotate(6deg)!important}
.how-step:hover .step-number{transform:translate3d(-4px,4px,20px)!important}
.how-hero-icon:hover{transform:rotate(-3deg)!important}
.custom-panel .custom-preview:hover img{transform:none!important}
.currency-trigger:hover .currency-globe,.currency-switcher.is-open .currency-globe{transform:rotate(18deg)!important}
.currency-option:hover em,.currency-option:focus-visible em{transform:none!important}
}
@media (hover:hover) and (max-width:620px){
.brand:hover .brand-logo{transform:translateY(3px)!important}
.promo-card--discord.is-active:hover .promo-logo img{transform:none!important}
}

/* v61 - keep text and card geometry fixed during hover */
@media (hover:hover){
.how-step,.how-step:hover,.how-step:focus-within,.process-panel,.process-panel:hover,.currency-option:hover,.currency-option:focus-visible{transform:none!important}
.how-step:hover h2,.how-step:hover p,.how-step:hover .step-number,.how-step:hover .step-icon,.how-step:hover .step-icon svg,.process-panel:hover li,.currency-option:hover em,.currency-option:focus-visible em{transform:none!important}
.how-step h2,.how-step p,.how-step .step-number,.how-step .step-icon,.how-step .step-icon svg,.process-panel li,.currency-option{transition-property:color,background-color,border-color,box-shadow,filter,opacity!important}
:is(.home-page,.store-page,.reviews-page,.how-page) :is(a,button,.promo-card,.stat,.product-card,.how-step,.process-panel,.review-card,.currency-option):hover :is(h1,h2,h3,h4,p,span,strong,small,b,em,time,label){transform:none!important;animation:none!important}
}

/* v62 checkout payment choices */
.method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.method-button{grid-column:auto;min-width:0;position:relative;overflow:hidden;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease;color .18s ease}
.method-button:hover,.method-button:focus-visible{transform:none!important;border-color:#16e66a;background:#0c1410;box-shadow:inset 0 0 0 1px rgba(22,230,106,.1),0 0 18px rgba(22,230,106,.11);outline:none}
.method-button>b{flex:0 0 31px}
.method-button>b svg{width:18px;height:18px;display:block;fill:currentColor}
.method-button>b svg:not(.method-apple) rect,.method-button>b svg:not(.method-apple) path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.method-button>b .method-apple,.method-button>b svg.method-apple{fill:currentColor}
.method-button>b svg.method-apple path{fill:currentColor;stroke:none}
.method-button span{min-width:0}
.method-button small{white-space:normal;line-height:1.25}
.method-icon-google{font-family:Arial,sans-serif!important;font-weight:900}
@media(max-width:860px){.method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.method-button,.method-button:nth-child(n+4){grid-column:auto}.method-button:last-child:nth-child(odd){grid-column:1/-1}}
@media(max-width:480px){.method-grid{grid-template-columns:1fr}.method-button:last-child:nth-child(odd){grid-column:auto}}

/* v64: remove glow from the cracked stone D logo */
.brand-logo,.promo-logo img,.store-banner-logo img{filter:none!important}
/* Refined logo: keep the intentional built-in rim glow without extra CSS neon. */
.brand-logo{filter:drop-shadow(0 10px 18px rgba(0,0,0,.32))!important}
.store-banner-logo img{filter:drop-shadow(0 18px 24px rgba(0,0,0,.5))!important}


/* v67 - arrowless click-and-drag home promotion carousel */
.home-page .carousel-arrow{display:none!important}
.home-page .promo-carousel{touch-action:pan-y;cursor:grab;user-select:none;-webkit-user-select:none}
.home-page .promo-carousel.is-dragging{cursor:grabbing}
.home-page .promo-carousel.is-dragging .promo-card{transform:translateX(calc(var(--promo-drag-x,0px)*.12))!important;transition:none!important}
.home-page .promo-carousel.is-dragging .promo-card:after{opacity:0!important}
.home-page .promo-card.is-preview{cursor:pointer}
.home-page .promo-card.is-preview:focus-visible{outline:2px solid var(--green);outline-offset:3px}
.home-page .promo-card img{-webkit-user-drag:none;user-drag:none}
@media(prefers-reduced-motion:reduce){.home-page .promo-carousel.is-dragging .promo-card{transform:none!important}}

/* v68 - language selector and translated layout */
.language-switcher{position:relative;width:90px;height:48px;flex:0 0 auto;z-index:92}
.language-trigger{width:100%;height:100%;padding:0 10px;display:grid;grid-template-columns:17px minmax(0,1fr) 13px;align-items:center;gap:7px;border:1px solid #26302b;border-radius:9px;background:linear-gradient(180deg,#0a0d0f,#050708);color:#edf6f0;font-family:var(--pixel);font-size:13px;font-weight:700;letter-spacing:.05em;cursor:pointer;outline:0;box-shadow:inset 0 1px rgba(255,255,255,.02);transition:border-color .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease}
.language-trigger:hover,.language-trigger:focus-visible,.language-switcher.is-open .language-trigger{transform:none!important;border-color:var(--green);background:linear-gradient(180deg,#0b1710,#050907);color:var(--green);box-shadow:0 10px 30px rgba(0,0,0,.34),0 0 0 1px rgba(25,235,103,.06),0 0 22px rgba(25,235,103,.1)}
.language-globe,.language-chevron{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:color .22s ease,filter .22s ease,transform .22s ease}
.language-globe{color:var(--green)}.language-chevron{width:13px;height:13px;color:#7f8983}.language-switcher.is-open .language-chevron{transform:rotate(180deg);color:var(--green)}
.language-current{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}
.language-menu{position:absolute;top:calc(100% + 9px);right:0;width:190px;padding:7px;border:1px solid rgba(25,235,103,.34);border-radius:11px;background:linear-gradient(165deg,rgba(9,17,12,.99),rgba(3,6,5,.99));box-shadow:0 20px 48px rgba(0,0,0,.58),0 0 30px rgba(25,235,103,.075),inset 0 1px rgba(255,255,255,.025);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transform-origin:top right;transition:opacity .2s ease,visibility .2s ease,transform .22s cubic-bezier(.22,1,.36,1)}
.language-switcher.is-open .language-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.language-menu:before{content:"";position:absolute;top:-5px;right:18px;width:9px;height:9px;border-left:1px solid rgba(25,235,103,.34);border-top:1px solid rgba(25,235,103,.34);background:#08100b;transform:rotate(45deg)}
.language-option{position:relative;width:100%;min-height:43px;padding:6px 10px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid transparent;border-radius:8px;background:transparent;color:#acb4af;text-align:left;cursor:pointer;outline:0;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}
.language-option+.language-option{margin-top:3px}.language-option span{min-width:0;display:flex;flex-direction:column;gap:1px}.language-option b{font-family:var(--pixel);font-size:13px;font-weight:700;letter-spacing:.055em}.language-option small{color:#68726c;font-family:var(--body);font-size:10px;line-height:1.1;white-space:nowrap;transition:color .2s ease}.language-option em{min-width:30px;height:25px;padding:0 5px;display:grid;place-items:center;border:1px solid #202b24;border-radius:6px;background:#050907;color:#7b8780;font-family:var(--pixel);font-size:10px;font-style:normal;transition:border-color .2s ease,background .2s ease,color .2s ease}
.language-option:hover,.language-option:focus-visible{transform:none!important;border-color:rgba(25,235,103,.24);background:linear-gradient(90deg,rgba(25,235,103,.11),rgba(25,235,103,.025));color:#f2fff7;box-shadow:inset 3px 0 var(--green)}
.language-option:hover small,.language-option:focus-visible small{color:#9aa59e}.language-option:hover em,.language-option:focus-visible em{transform:none!important;border-color:rgba(25,235,103,.4);background:#07150c;color:var(--green)}
.language-option[aria-selected="true"]{border-color:rgba(25,235,103,.23);background:rgba(25,235,103,.08);color:var(--green)}.language-option[aria-selected="true"]:after{content:"";position:absolute;left:0;top:10px;bottom:10px;width:2px;border-radius:2px;background:var(--green);box-shadow:0 0 8px var(--green)}.language-option[aria-selected="true"] em{border-color:rgba(25,235,103,.35);color:var(--green)}
.simple-header{justify-content:space-between}.simple-header>.language-switcher{margin-left:auto}
.header-actions{gap:8px}.header-inner{grid-template-columns:350px minmax(0,1fr) 420px}.home-page .header-inner,.store-page .header-inner{grid-template-columns:350px minmax(0,1fr) 492px}.brand-logo{width:325px}.main-nav{gap:20px}.main-nav a{font-size:14px}
@media(max-width:1180px){.header-inner{grid-template-columns:280px minmax(0,1fr) 370px}.home-page .header-inner,.store-page .header-inner{grid-template-columns:280px minmax(0,1fr) 430px}.brand-logo{width:265px}.header-actions{gap:6px}.language-switcher{width:80px}.currency-switcher{width:90px}.auth-button{min-width:86px;padding:0 13px}.cart-button{min-width:108px;padding:0 12px}.main-nav{gap:13px}.main-nav a{font-size:12px}}
@media(max-width:860px){.language-switcher{width:76px;height:42px}.language-trigger{grid-template-columns:1fr 12px;padding:0 8px;font-size:12px}.language-globe{display:none}.language-menu{width:178px}.home-page .header-inner,.store-page .header-inner{grid-template-columns:minmax(0,1fr) 244px}.home-page .brand-logo,.store-page .brand-logo{width:min(170px,36vw)}.home-page .currency-switcher,.store-page .currency-switcher{width:76px;height:42px}.home-page .currency-trigger,.store-page .currency-trigger{font-size:11px}.home-page .cart-button,.store-page .cart-button{width:78px;min-width:78px}.simple-header .language-switcher{width:80px}}
@media(max-width:620px){.brand-logo{width:min(170px,44vw)}.language-switcher{width:70px}.language-menu{right:-2px;width:170px}.language-option{min-height:40px}.home-page .header-inner,.store-page .header-inner{grid-template-columns:minmax(0,1fr) 218px}.home-page .brand-logo,.store-page .brand-logo{width:min(122px,31vw)}.home-page .language-switcher,.store-page .language-switcher,.home-page .currency-switcher,.store-page .currency-switcher{width:68px}.home-page .cart-button,.store-page .cart-button{width:70px;min-width:70px;padding:0 8px}.simple-header .brand-logo{width:min(190px,52vw)}.simple-header .language-switcher{width:72px}}
@media(prefers-reduced-motion:reduce){.language-trigger,.language-globe,.language-chevron,.language-menu,.language-option,.language-option em{transition:none!important}.language-menu{transform:none!important}}

/* v70 - signed-in Minecraft head profile */
.auth-nav.has-user{display:flex;align-items:center}
.account-menu{display:flex;align-items:center}
.account-button.account-button--player{width:76px;min-width:76px;height:82px;padding:6px 7px;flex-direction:column;justify-content:center;gap:4px;border-color:rgba(25,235,103,.26);background:linear-gradient(180deg,#0a0e0c,#050706);box-shadow:inset 0 1px rgba(255,255,255,.025);transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}
.account-button.account-button--player:hover,.account-button.account-button--player:focus-visible,.account-button.account-button--player[aria-expanded="true"]{transform:none!important;border-color:var(--green);background:linear-gradient(180deg,#0c1710,#050807);box-shadow:0 0 22px rgba(25,235,103,.1);outline:0}
.account-avatar.account-avatar--player{position:relative;display:grid;place-items:center;overflow:hidden;border:1px solid #26312a;border-radius:7px;background:linear-gradient(145deg,#101519,#050708);box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}
.account-avatar--header{width:44px;height:44px}
.account-avatar-image,.account-avatar-fallback{position:absolute;inset:0;width:100%;height:100%}
.account-avatar-image{object-fit:cover;image-rendering:pixelated;opacity:0;transition:opacity .18s ease}
.account-avatar-fallback{display:grid;place-items:center;color:var(--green);font-family:var(--pixel);font-size:18px;font-weight:700;background:linear-gradient(145deg,#11151a,#07120b)}
.account-avatar.is-loaded .account-avatar-image{opacity:1}
.account-avatar.is-loaded .account-avatar-fallback{opacity:0}
.account-label{display:block;width:100%;max-width:66px;overflow:hidden;color:#eefaf2;font-family:var(--pixel);font-size:9px;font-weight:700;line-height:1.05;letter-spacing:.025em;text-align:center;text-overflow:ellipsis;white-space:nowrap}
.account-popover{top:92px;width:260px}
.account-popover-profile{display:grid;justify-items:center;gap:7px;margin:-2px -2px 12px;padding:12px;border:1px solid rgba(25,235,103,.17);border-radius:9px;background:linear-gradient(180deg,rgba(25,235,103,.055),rgba(25,235,103,.012))}
.account-avatar--popover{width:64px;height:64px;border-radius:10px}
.account-popover-name{max-width:210px;margin:0!important;color:#f2fff7;font-family:var(--pixel);font-size:14px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.account-popover-email{display:block;margin-top:5px;overflow:hidden;color:#d9dee1;font-size:12px;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:1180px){.account-button.account-button--player{width:68px;min-width:68px;height:72px}.account-avatar--header{width:38px;height:38px}.account-label{max-width:58px;font-size:8px}.account-popover{top:82px}}
@media(max-width:860px){.auth-compact.has-user{display:flex!important}.home-page .header-inner,.store-page .header-inner{grid-template-columns:minmax(0,1fr) 244px}.home-page .header-actions,.store-page .header-actions{gap:4px}.home-page .language-switcher,.store-page .language-switcher,.home-page .currency-switcher,.store-page .currency-switcher{width:58px}.home-page .cart-button,.store-page .cart-button{width:58px;min-width:58px}.account-button.account-button--player{width:58px;min-width:58px;height:64px;padding:4px;gap:3px}.account-avatar--header{width:34px;height:34px}.account-label{max-width:50px;font-size:7px}.account-popover{top:72px;right:-58px}}
@media(max-width:620px){.home-page .header-inner,.store-page .header-inner{grid-template-columns:minmax(0,1fr) 218px}.home-page .header-actions,.store-page .header-actions{gap:3px}.home-page .language-switcher,.store-page .language-switcher,.home-page .currency-switcher,.store-page .currency-switcher{width:52px}.home-page .cart-button,.store-page .cart-button{width:52px;min-width:52px}.account-button.account-button--player{width:52px;min-width:52px;height:60px}.account-avatar--header{width:31px;height:31px}.account-label{max-width:45px;font-size:6.5px}.account-popover{right:-52px}}

/* v70 - country flags in language selector */
.language-trigger{grid-template-columns:22px minmax(0,1fr) 13px}
.language-trigger-flag,.language-option-flag{display:block;object-fit:cover;border:1px solid rgba(255,255,255,.18);border-radius:4px;background:#07090a;box-shadow:0 2px 8px rgba(0,0,0,.35);transition:border-color .2s ease,box-shadow .2s ease,filter .2s ease}
.language-trigger-flag{width:22px;height:15px}
.language-option-flag{width:30px;height:20px;flex:0 0 auto}
.language-trigger:hover .language-trigger-flag,.language-trigger:focus-visible .language-trigger-flag,.language-switcher.is-open .language-trigger-flag{border-color:rgba(25,235,103,.62);box-shadow:0 0 12px rgba(25,235,103,.16);filter:saturate(1.08) brightness(1.08)}
.language-option:hover .language-option-flag,.language-option:focus-visible .language-option-flag,.language-option[aria-selected="true"] .language-option-flag{border-color:rgba(25,235,103,.58);box-shadow:0 0 12px rgba(25,235,103,.13);filter:saturate(1.08) brightness(1.08)}
.language-option em{display:none!important}
@media(max-width:860px){.language-trigger{grid-template-columns:20px minmax(0,1fr) 12px;padding:0 7px;gap:5px}.language-trigger-flag{width:20px;height:14px}}
@media(max-width:620px){.language-trigger{grid-template-columns:19px minmax(0,1fr) 11px;padding:0 6px;gap:4px}.language-trigger-flag{width:19px;height:13px}.language-option-flag{width:28px;height:19px}}
@media(prefers-reduced-motion:reduce){.language-trigger-flag,.language-option-flag{transition:none!important}}

/* v72 - compact Minecraft profile aligned with header controls */
.account-button.account-button--player{width:72px;min-width:72px;height:48px;padding:3px 6px;gap:1px}
.account-avatar--header{width:28px;height:28px;border-radius:5px}
.account-label{max-width:62px;font-size:7px;line-height:1}
.account-popover{top:58px}
@media(max-width:1180px){.account-button.account-button--player{width:66px;min-width:66px;height:48px;padding:3px 5px}.account-avatar--header{width:27px;height:27px}.account-label{max-width:56px;font-size:6.8px}.account-popover{top:58px}}
@media(max-width:860px){.account-button.account-button--player{width:58px;min-width:58px;height:42px;padding:2px 4px;gap:1px}.account-avatar--header{width:24px;height:24px}.account-label{max-width:50px;font-size:6px}.account-popover{top:50px;right:-58px}}
@media(max-width:620px){.account-button.account-button--player{width:52px;min-width:52px;height:42px}.account-avatar--header{width:23px;height:23px}.account-label{max-width:44px;font-size:5.8px}.account-popover{top:50px;right:-52px}}

/* v73 - per-player gift checkout */
.product-actions-row{width:100%;max-width:238px;margin-top:11px;display:grid;grid-template-columns:minmax(0,1fr) 46px;align-items:stretch;gap:8px}
.product-primary-control{min-width:0}
.product-actions-row .add-button,.product-actions-row .product-quantity,.product-actions-row .custom-product-control{width:100%;max-width:none;margin-top:0}
.product-actions-row .product-quantity>span{display:none}
.product-actions-row .product-quantity{justify-content:center;padding-inline:5px}
.gift-button{position:relative;width:46px;height:44px;padding:0;display:grid;place-items:center;border:1px solid #34303d;border-radius:8px;background:linear-gradient(180deg,#0d0a13,#07080a);color:#cda8ff;cursor:pointer;overflow:hidden;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}
.gift-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.gift-button span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.gift-button:hover,.gift-button:focus-visible{transform:none!important;border-color:#a73cff;background:linear-gradient(180deg,#1a0d27,#09080d);color:#e8d5ff;box-shadow:0 0 18px rgba(167,60,255,.13);outline:0}
.gift-button:active{transform:none!important;background:#140b1d}
.home-page .featured-grid .product-actions-row{max-width:none;margin-top:10px;grid-template-columns:minmax(0,1fr) 42px;gap:7px}
.home-page .featured-grid .gift-button{width:42px;height:40px}
.home-page .featured-grid .add-button,.home-page .featured-grid .product-quantity{margin-top:0}

.gift-dialog{width:min(620px,calc(100vw - 28px));max-height:min(92vh,760px);padding:0;border:0;border-radius:18px;background:transparent;color:var(--text);overflow:visible}
.gift-dialog::backdrop{background:rgba(0,0,0,.82);backdrop-filter:blur(9px)}
.gift-panel{position:relative;max-height:min(92vh,760px);padding:0 26px 26px;overflow:auto;border:1px solid #2d2934;border-radius:18px;background:radial-gradient(circle at 83% 7%,rgba(167,60,255,.1),transparent 28%),radial-gradient(circle at 12% 100%,rgba(25,235,103,.05),transparent 32%),linear-gradient(145deg,#0c0a0f,#050607 72%);box-shadow:0 35px 100px rgba(0,0,0,.7),inset 0 1px rgba(255,255,255,.025)}
.gift-panel:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;border-radius:18px 18px 0 0;background:linear-gradient(90deg,#a72cff,#19eb67,transparent 90%)}
.gift-panel .dialog-head{padding:25px 0 0;align-items:flex-start}
.gift-panel .dialog-head>div>span{color:#c68cff}
.gift-panel .dialog-head h2{margin:5px 0 0;color:#fff;font-family:var(--pixel);font-size:31px;letter-spacing:.015em}
.gift-panel .dialog-head p{margin:8px 0 0;color:#92989c;font-size:13px}
.gift-preview{height:160px;margin:20px 0 15px;display:grid;grid-template-columns:210px minmax(0,1fr);align-items:center;overflow:hidden;border:1px solid #272b2f;border-radius:12px;background:linear-gradient(145deg,#090b0d,#050607);box-shadow:inset 0 1px rgba(255,255,255,.02)}
.gift-preview-art{height:100%;display:grid;place-items:center;overflow:hidden}
.gift-preview-art img{width:190px;height:145px;object-fit:contain;filter:drop-shadow(0 14px 18px rgba(0,0,0,.5))}
.gift-preview-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;padding:0 18px 0 4px}
.gift-preview-copy>span{color:#8d9690;font-family:var(--pixel);font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.gift-preview-copy strong{max-width:100%;margin-top:7px;overflow:hidden;color:#fff;font-family:var(--pixel);font-size:27px;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}
.gift-preview-copy small{margin-top:7px;color:#8f9893;font-size:12px}
.gift-preview-copy em{margin-top:10px;color:var(--green);font-family:var(--pixel);font-size:25px;font-style:normal;font-weight:700}
.gift-fields{display:grid;grid-template-columns:minmax(0,1fr) 160px;gap:12px;padding:15px;border:1px solid #24272c;border-radius:12px;background:#060708}
.gift-field{min-width:0;display:flex;flex-direction:column;gap:8px}
.gift-field>span{color:#eef3f0;font-family:var(--pixel);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.gift-field>small{color:#6f7772;font-size:10px;line-height:1.35}
.gift-recipient-shell{height:50px;display:grid;grid-template-columns:23px minmax(0,1fr);align-items:center;gap:9px;padding:0 13px;border:1px solid #2b3034;border-radius:8px;background:#030405;transition:border-color .2s ease,box-shadow .2s ease}
.gift-recipient-shell:focus-within{border-color:rgba(167,60,255,.72);box-shadow:0 0 0 3px rgba(167,60,255,.08),0 0 20px rgba(167,60,255,.06)}
.gift-recipient-shell svg{width:22px;height:22px;fill:none;stroke:#c58eff;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.gift-recipient-shell input,.gift-amount-field input{width:100%;height:100%;padding:0;border:0;outline:0;background:transparent;color:#fff;font-family:var(--pixel);font-size:17px;font-weight:600}
.gift-recipient-shell input[aria-invalid=true],.gift-amount-field input[aria-invalid=true]{color:#ff94a5}
.gift-amount-field input{height:50px;padding:0 13px;border:1px solid #2b3034;border-radius:8px;background:#030405;font-size:19px}
.gift-amount-field input:focus{border-color:rgba(167,60,255,.72);box-shadow:0 0 0 3px rgba(167,60,255,.08);outline:0}
.gift-quantity{height:50px;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;border:1px solid #2b3034;border-radius:8px;background:#030405;overflow:hidden}
.gift-quantity button{height:100%;border:0;background:#0b0d0f;color:#d7dde0;font-family:var(--pixel);font-size:20px;cursor:pointer}
.gift-quantity button:hover,.gift-quantity button:focus-visible{transform:none!important;background:#15101c;color:#d9b9ff;outline:0}
.gift-quantity input{width:100%;height:100%;padding:0;border:0;border-left:1px solid #24282c;border-right:1px solid #24282c;outline:0;background:#050607;color:#fff;font-family:var(--pixel);font-size:17px;text-align:center}
.gift-error{min-height:17px;margin:8px 1px 0;color:#ff8295;font-size:11px}
.gift-error:empty{visibility:hidden}
.gift-submit{height:52px;margin-top:8px;font-family:var(--pixel);font-size:14px;letter-spacing:.05em;text-transform:uppercase}

.cart-line--gift{border-color:rgba(167,60,255,.18);background:linear-gradient(90deg,rgba(167,60,255,.035),transparent)}
.gift-cart-control{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:8px}
.gift-recipient{max-width:100%;padding:4px 7px;border:1px solid rgba(167,60,255,.32);border-radius:5px;background:rgba(167,60,255,.07);color:#dcbcff;font-family:var(--pixel);font-size:9px;letter-spacing:.03em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gift-edit,.gift-remove{height:25px;padding:0 8px;border:1px solid #29302c;border-radius:5px;background:#090c0a;color:#aab3ad;font-family:var(--pixel);font-size:9px;text-transform:uppercase;cursor:pointer}
.gift-edit:hover,.gift-edit:focus-visible{transform:none!important;border-color:#a73cff;color:#e0c5ff;outline:0}
.gift-remove:hover,.gift-remove:focus-visible{transform:none!important;border-color:#8f3444;color:#ff9bab;outline:0}
.checkout-self-fields{display:flex;flex-direction:column;gap:7px}
.checkout-gift-note{margin-top:10px;padding:10px 12px;display:flex;align-items:center;gap:10px;border:1px solid rgba(167,60,255,.25);border-radius:8px;background:rgba(167,60,255,.045);color:#c9cdd0;font-size:12px;line-height:1.4}
.checkout-gift-note[hidden]{display:none}
.checkout-gift-note svg{width:22px;height:22px;flex:0 0 auto;fill:none;stroke:#c28aff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.status-items li>span{display:flex;flex-direction:column;gap:3px}
.status-items li small{color:#c58eff;font-size:10px}

@media(max-width:1180px){.product-actions-row{max-width:220px}.store-product-grid .product-actions-row{grid-template-columns:minmax(0,1fr) 44px}.store-product-grid .gift-button{width:44px}}
@media(max-width:700px){.gift-panel{padding:0 16px 18px}.gift-panel .dialog-head{padding-top:20px}.gift-panel .dialog-head h2{font-size:26px}.gift-preview{height:auto;grid-template-columns:145px minmax(0,1fr);padding:8px}.gift-preview-art img{width:140px;height:120px}.gift-preview-copy strong{font-size:22px}.gift-preview-copy em{font-size:21px}.gift-fields{grid-template-columns:1fr}.product-actions-row{max-width:200px}}
@media(max-width:430px){.gift-preview{grid-template-columns:1fr;text-align:center}.gift-preview-copy{align-items:center;padding:0 0 10px}.gift-preview-art img{height:105px}.gift-panel .dialog-head p{font-size:11px}}
@media(prefers-reduced-motion:reduce){.gift-button,.gift-recipient-shell,.gift-quantity button{transition:none!important}}


/* v74 - gift system final polish */
.product-actions-row{width:100%;max-width:238px;margin-top:11px;display:grid;grid-template-columns:minmax(0,1fr) 46px;align-items:stretch;gap:8px}
.product-actions-row>.add-button,.product-actions-row>.product-quantity,.product-actions-row>.custom-product-control{width:100%;max-width:none;min-width:0;margin-top:0}
.product-actions-row>.product-quantity>span{display:none}
.product-actions-row>.product-quantity{justify-content:center;padding-inline:5px}
.home-page .featured-grid .product-actions-row{max-width:none;margin-top:10px;grid-template-columns:minmax(0,1fr) 42px;gap:7px}
.home-page .featured-grid .product-actions-row>.gift-button{width:42px;height:40px}
.gift-button,.gift-button:hover,.gift-button:focus-visible,.gift-button:active{transform:none!important}
.gift-panel .gift-fields{align-items:start}
.gift-panel .gift-recipient-shell,.gift-panel .gift-quantity,.gift-panel .gift-amount-field{width:100%;box-sizing:border-box}
.gift-panel .gift-recipient-shell input{min-width:0}
.gift-panel .gift-submit:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}
.cart-line--gift .gift-cart-badge{position:absolute;right:5px;top:5px;padding:3px 5px;border:1px solid rgba(167,60,255,.5);border-radius:4px;background:#110817;color:#dcbcff;font-family:var(--pixel);font-size:7px;letter-spacing:.05em;text-transform:uppercase}
.cart-line--gift .cart-symbol{position:relative}
.gift-recipient-label{display:flex;align-items:center;gap:5px;margin-top:3px;color:#9ca3a7;font-size:10px}
.gift-recipient-label strong{max-width:150px;overflow:hidden;color:#dcbcff;text-overflow:ellipsis;white-space:nowrap}
.gift-remove-button{width:27px;height:27px;border:1px solid #3a252c;border-radius:5px;background:#10090b;color:#ff9bab;cursor:pointer}
.gift-remove-button:hover,.gift-remove-button:focus-visible{transform:none!important;border-color:#b34459;outline:0}
@media(max-width:1180px){.product-actions-row{max-width:220px}.store-product-grid .product-actions-row{grid-template-columns:minmax(0,1fr) 44px}.store-product-grid .gift-button{width:44px}}
@media(max-width:700px){.product-actions-row{max-width:200px}}


/* v75 - gift button alignment and readable player guidance */
.product-actions-row{
  width:100%;
  max-width:none;
  margin-top:11px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 44px;
  align-items:stretch;
  gap:8px;
}
.product-actions-row>.product-primary-control{min-width:0;display:flex}
.product-actions-row>.product-primary-control>*{
  width:100%;
  max-width:none;
  min-width:0;
  height:44px;
  margin-top:0;
}
.product-actions-row>.gift-button{width:44px;height:44px;align-self:stretch}
.store-page .store-product-grid .product-actions-row{width:100%;max-width:none}
.home-page .featured-grid .product-actions-row{
  width:100%;
  max-width:none;
  margin-top:10px;
  grid-template-columns:minmax(0,1fr) 40px;
  gap:7px;
}
.home-page .featured-grid .product-actions-row>.product-primary-control>*{height:40px}
.home-page .featured-grid .product-actions-row>.gift-button{width:40px;height:40px}
.gift-username-hint{
  width:100%;
  min-width:0;
  overflow:hidden;
  white-space:nowrap;
  color:#737b76!important;
  mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);
}
.gift-username-hint-track{
  width:max-content;
  display:flex;
  align-items:center;
  gap:34px;
  animation:giftUsernameHintScroll 11s linear infinite;
}
.gift-username-hint-track>span{flex:0 0 auto}
.gift-username-hint:hover .gift-username-hint-track,
.gift-username-hint:focus-within .gift-username-hint-track{animation-play-state:paused}
@keyframes giftUsernameHintScroll{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 17px))}
}
@media(max-width:700px){
  .product-actions-row{grid-template-columns:minmax(0,1fr) 42px;gap:7px}
  .product-actions-row>.gift-button{width:42px}
  .home-page .featured-grid .product-actions-row{grid-template-columns:minmax(0,1fr) 38px;gap:6px}
  .home-page .featured-grid .product-actions-row>.gift-button{width:38px}
}
@media(prefers-reduced-motion:reduce){
  .gift-username-hint{white-space:normal;mask-image:none;-webkit-mask-image:none}
  .gift-username-hint-track{width:auto;display:block;animation:none}
  .gift-username-hint-track>span[aria-hidden=true]{display:none}
}

/* v76 - match gift buttons to primary green controls */
.gift-button{
  border-color:#0da744;
  background:linear-gradient(180deg,#07110a,#040706);
  color:var(--green);
  box-shadow:none;
}
.gift-button:hover,.gift-button:focus-visible{
  border-color:var(--green);
  background:linear-gradient(180deg,#0a1a0f,#07110a);
  color:#d8ffe7;
  box-shadow:0 0 17px rgba(25,235,103,.11);
  outline:0;
}
.gift-button:active{background:#061009}

/* v77 - restore purple gift controls and unify header action colors */
.gift-button{
  border-color:#34303d;
  background:linear-gradient(180deg,#0d0a13,#07080a);
  color:#cda8ff;
  box-shadow:none;
}
.gift-button:hover,.gift-button:focus-visible{
  border-color:#a73cff;
  background:linear-gradient(180deg,#1a0d27,#09080d);
  color:#e8d5ff;
  box-shadow:0 0 18px rgba(167,60,255,.13);
}
.gift-button:active{background:#140b1d}

.header-actions :is(.language-trigger,.currency-trigger,.account-button.account-button--player,.auth-button,.cart-button){
  height:48px;
  border:1px solid #0da744;
  border-radius:9px;
  background:#07090c;
  color:#eefaf2;
  box-shadow:inset 0 1px rgba(255,255,255,.02);
}
.header-actions :is(.language-trigger,.currency-trigger,.account-button.account-button--player,.auth-button,.cart-button):hover,
.header-actions :is(.language-trigger,.currency-trigger,.account-button.account-button--player,.auth-button,.cart-button):focus-visible,
.header-actions .language-switcher.is-open .language-trigger,
.header-actions .currency-switcher.is-open .currency-trigger,
.header-actions .account-button.account-button--player[aria-expanded="true"]{
  border-color:var(--green);
  background:#0a100d;
  color:#d8ffe7;
  box-shadow:0 0 20px rgba(25,235,103,.1),inset 0 1px rgba(255,255,255,.025);
  outline:0;
}
.header-actions .language-current,.header-actions .currency-current,.header-actions .account-label,.header-actions .cart-button span{color:inherit}
.header-actions .language-chevron,.header-actions .currency-chevron{color:#87918b}
.header-actions .language-switcher.is-open .language-chevron,.header-actions .currency-switcher.is-open .currency-chevron{color:var(--green)}
@media(max-width:860px){.header-actions :is(.language-trigger,.currency-trigger,.account-button.account-button--player,.auth-button,.cart-button){height:42px}}

[data-gift-custom][hidden],[data-gift-fixed][hidden]{display:none!important}

/* v79 - restore How It Works checklist layout and four-tab navigation */
.process-panel li>span:first-child{width:22px!important;height:22px!important;flex:0 0 22px!important;display:grid!important;place-items:center!important}.process-panel li>span:last-child{width:auto!important;height:auto!important;display:block!important;min-width:0!important;line-height:1.45!important;color:#aab1b6!important}.process-panel ul{min-width:0}.process-panel li{min-width:0}

/* language-safe product controls */
.add-button{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-inline:10px;line-height:1}
.add-button:before{flex:0 0 auto}
:lang(nl) .featured-grid .add-button{font-size:12px;letter-spacing:.015em;gap:5px;padding-inline:6px}
:lang(nl) .featured-grid .add-button:before{width:15px;height:15px}
:lang(nl) .featured-grid .product-actions-row{grid-template-columns:minmax(0,1fr) 38px}
@media(max-width:1100px){.featured-grid .add-button{font-size:12px;letter-spacing:.015em;gap:5px;padding-inline:6px}.featured-grid .add-button:before{width:14px;height:14px}}

/* v80 - automatic How It Works step highlight; no pointer hover effect */
.how-step,.how-step:hover,.how-step:focus-within{transform:none!important;border-color:#20262d!important;box-shadow:none!important}
.how-step:before{opacity:0!important}
.how-step:after{display:none!important}
.how-step:hover .step-icon,.how-step:hover .step-icon svg,.how-step:hover .step-number,.how-step:hover h2,.how-step:hover p{transform:none!important;filter:none!important;text-shadow:none!important}
.how-step:hover .step-icon{border-color:rgba(25,235,103,.28)!important;background:#07130b!important;box-shadow:none!important}
.how-step:hover .step-number{color:rgba(255,255,255,.035)!important}
.how-step:hover h2{color:#fff!important}.how-step:hover p{color:#929aa1!important}
.how-step.is-active{border-color:rgba(var(--step-accent),.72)!important;box-shadow:0 0 30px rgba(var(--step-accent),.10),inset 0 1px rgba(255,255,255,.025)!important;background:radial-gradient(circle at 22% 35%,rgba(var(--step-accent),.13),transparent 55%),linear-gradient(145deg,#090b0e,#050608)!important}
.how-step.is-active .step-icon{border-color:rgba(var(--step-accent),.68)!important;background:rgba(var(--step-accent),.10)!important;box-shadow:0 0 22px rgba(var(--step-accent),.16)!important}
.how-step.is-active .step-number{color:rgba(var(--step-accent),.12)!important}
.how-step.is-active h2{color:#fff!important}.how-step.is-active p{color:#aeb5ba!important}

.bedrock-checkout-tip{display:block;margin-top:1px;color:#8c969d;font-size:11px;line-height:1.35}

/* v84 - translation-safe UI sizing */
:where(button,a,input,select,textarea){min-width:0}
:where(.product-card,.money-product,.custom-product-card,.how-step,.process-panel,.review-card,.policy-card,.status-card,.checkout-panel,.custom-panel,.gift-dialog,.cart-drawer){min-width:0}
:where(.product-card,.how-step,.process-panel,.review-card,.policy-card,.status-card,.checkout-panel,.custom-panel,.gift-dialog) :where(h1,h2,h3,h4,p,span,strong,small,label){max-width:100%;overflow-wrap:anywhere}
.product-actions-row{width:100%;min-width:0;grid-template-columns:minmax(0,1fr) 42px!important;align-items:stretch}
.product-primary-control{min-width:0;width:100%}
.product-primary-control>*{width:100%;max-width:100%;min-width:0}
.add-button,.custom-choose,.custom-add-button{width:100%;min-width:0;min-height:43px;height:auto!important;padding:8px 9px!important;line-height:1.12!important;white-space:normal!important;text-align:center;overflow-wrap:anywhere;word-break:normal;hyphens:auto}
.add-button:before{flex:0 0 auto}
.gift-button{flex:0 0 42px;align-self:stretch;min-height:43px;height:auto!important}
.featured-grid .product-actions-row{grid-template-columns:minmax(0,1fr) 40px!important}
.featured-grid .gift-button{width:40px!important;min-width:40px;min-height:40px}
.featured-grid .add-button{min-height:40px;font-size:clamp(10px,.82vw,13px);letter-spacing:.015em}
.store-product-grid .add-button{font-size:clamp(10px,.9vw,14px);letter-spacing:.02em}
.custom-product-control{min-width:0;grid-template-columns:minmax(54px,auto) minmax(0,1fr) 38px}
.custom-product-control>span{min-width:0;overflow-wrap:anywhere;line-height:1.05}
.custom-amount-button{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-inline:7px}
.method-button,.auth-button,.cart-button,.currency-trigger,.language-trigger,.discord-button,.process-discord,.button,.status-actions a,.status-actions button{min-width:0;max-width:100%;padding-inline:clamp(8px,1.1vw,18px);white-space:normal;line-height:1.12;text-align:center;overflow-wrap:anywhere}
.method-button{height:auto!important;min-height:70px}
.main-nav{min-width:0;gap:clamp(14px,2.1vw,42px)}
.main-nav a{min-width:0;text-align:center;white-space:normal;line-height:1.15}
.header-actions{min-width:0;gap:clamp(8px,1.1vw,22px)}
.language-option,.currency-option{min-width:0}
.language-option>*,.currency-option>*{min-width:0;overflow-wrap:anywhere}
.cart-line,.cart-line-main,.cart-line-copy{min-width:0}
.cart-line :where(h3,p,span,strong,small){overflow-wrap:anywhere}
.custom-presets{grid-template-columns:repeat(6,minmax(0,1fr))}
.custom-presets button{min-width:0;padding-inline:4px;overflow-wrap:anywhere}
.checkout-summary,.total-row{min-width:0}
.total-row>*{min-width:0;overflow-wrap:anywhere}
.process-panel li{align-items:flex-start}
.process-panel li>span:last-child{overflow-wrap:anywhere}

:lang(nl) .add-button,:lang(de) .add-button,:lang(fr) .add-button,:lang(es) .add-button{font-size:clamp(9px,.78vw,12px);letter-spacing:0}
:lang(nl) .main-nav a,:lang(de) .main-nav a,:lang(fr) .main-nav a,:lang(es) .main-nav a{font-size:clamp(11px,.9vw,16px);letter-spacing:.025em}
:lang(nl) .auth-button,:lang(de) .auth-button,:lang(fr) .auth-button,:lang(es) .auth-button,
:lang(nl) .cart-button,:lang(de) .cart-button,:lang(fr) .cart-button,:lang(es) .cart-button{font-size:clamp(10px,.82vw,14px);letter-spacing:.02em}

@media(max-width:1180px){
  .header-inner{grid-template-columns:minmax(220px,330px) minmax(0,1fr) auto}
  .brand-logo{max-width:100%}
  .header-actions{gap:7px}
  .main-nav{gap:16px}
  .main-nav a{font-size:13px}
}
@media(max-width:860px){
  .product-actions-row{grid-template-columns:minmax(0,1fr) 40px!important}
  .gift-button{flex-basis:40px}
  .custom-presets{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
}
@media(max-width:620px){
  .add-button,.custom-choose,.custom-add-button{font-size:11px!important;padding-inline:6px!important}
  .featured-grid .product-actions-row,.product-actions-row{grid-template-columns:minmax(0,1fr) 38px!important}
  .gift-button,.featured-grid .gift-button{width:38px!important;min-width:38px;flex-basis:38px}
  .method-button{min-height:64px;padding-inline:7px}
}
/* translated UI text: always show the full label; language.js scales font down only when needed */
.language-current,.currency-current,.add-button,.custom-amount-button{overflow:visible!important;text-overflow:clip!important}
.language-current,.currency-current{white-space:nowrap!important;min-width:0}
.auth-button,.cart-button,.add-button,.custom-choose,.custom-add-button,.custom-amount-button,.method-button,.currency-trigger,.language-trigger,.discord-button,.process-discord,.button,.status-actions a,.status-actions button,.main-nav a{overflow:visible!important;text-overflow:clip!important}
.i18n-fitted{letter-spacing:.01em!important}

/* v86 - keep hover shine clipped inside its control */
.discord-button,.add-button,.section-title>a{overflow:hidden!important}
.discord-button span,.add-button span,.section-title>a span{max-width:100%;min-width:0}

/* rewards */
.rewards-shell{padding-bottom:56px}.rewards-hero{position:relative;min-height:270px;margin:22px 0 28px;padding:44px 58px;display:flex;align-items:center;justify-content:space-between;gap:40px;overflow:hidden;border:1px solid rgba(25,235,103,.42);border-radius:16px;background:radial-gradient(circle at 84% 20%,rgba(25,235,103,.14),transparent 30%),linear-gradient(120deg,#070a0c 0%,#050707 55%,#06140b 100%)}.rewards-hero:after{content:"";position:absolute;inset:-40% -20%;pointer-events:none;background:linear-gradient(110deg,transparent 42%,rgba(255,255,255,.055) 49%,transparent 56%);transform:translateX(-70%);transition:transform .8s ease}.rewards-hero:hover:after{transform:translateX(70%)}.rewards-hero>div:first-child{position:relative;z-index:1;max-width:760px}.rewards-hero .eyebrow,.reward-panel .eyebrow{margin:0 0 12px;color:#789485;font-family:var(--pixel);font-size:11px;letter-spacing:.14em}.rewards-hero h1{margin:0;color:#f5f7f6;font-family:var(--pixel);font-size:clamp(36px,4vw,58px);line-height:1.04;text-transform:uppercase}.rewards-hero h1 em{color:var(--green);font-style:normal}.rewards-hero p:last-child{max-width:700px;margin:20px 0 0;color:#a4adaa;font-size:17px;line-height:1.55}.rewards-gift-art{width:170px;height:170px;display:grid;place-items:center;border:1px solid rgba(25,235,103,.3);border-radius:30px;background:radial-gradient(circle,rgba(25,235,103,.13),rgba(25,235,103,.02) 62%,transparent 63%);box-shadow:inset 0 0 45px rgba(25,235,103,.05)}.rewards-gift-art svg,.rewards-gift-mini svg,.rewards-promo-gift svg{fill:none;stroke:var(--green);stroke-width:5;stroke-linecap:square;stroke-linejoin:miter;filter:drop-shadow(0 0 10px rgba(25,235,103,.25))}.rewards-gift-art svg{width:105px}.rewards-login{min-height:190px;padding:28px 34px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;border:1px solid #252d32;border-radius:14px;background:#07090b}.rewards-login[hidden]{display:none}.rewards-gift-mini{width:82px;height:82px;display:grid;place-items:center;border:1px solid rgba(25,235,103,.25);border-radius:14px;background:#051009}.rewards-gift-mini svg{width:48px}.rewards-login h2{margin:0 0 7px;font-family:var(--pixel);font-size:26px}.rewards-login p{margin:0;color:#929b97}.rewards-overview{display:grid;grid-template-columns:1fr 1.45fr 1fr;gap:16px}.reward-card,.reward-panel,.quest-card{position:relative;overflow:hidden;border:1px solid #242d32;border-radius:14px;background:linear-gradient(145deg,#090c0e,#050708);box-shadow:inset 0 1px rgba(255,255,255,.015)}.reward-card{min-height:200px;padding:24px}.reward-card:after,.quest-card:after,.reward-panel:after{content:"";position:absolute;inset:-35%;pointer-events:none;background:linear-gradient(115deg,transparent 46%,rgba(255,255,255,.04) 50%,transparent 54%);transform:translateX(-70%);transition:transform .65s ease}.reward-card:hover:after,.quest-card:hover:after,.reward-panel:hover:after{transform:translateX(70%)}.reward-card-head{display:flex;align-items:center;justify-content:space-between;color:#77827c;font-family:var(--pixel);font-size:11px;letter-spacing:.1em}.reward-card-head strong{color:var(--green);font-size:42px}.level-card h2{margin:18px 0 20px;font-family:var(--pixel);font-size:26px}.level-progress,.quest-progress{height:8px;overflow:hidden;border-radius:99px;background:#141a1d}.level-progress i,.quest-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8b35ff,var(--green));box-shadow:0 0 14px rgba(25,235,103,.28)}.level-card>small{display:block;margin-top:9px;color:#76807b}.bonus-card{display:grid;grid-template-columns:auto 1fr;gap:18px;align-content:center;background:radial-gradient(circle at 85% 20%,rgba(139,53,255,.12),transparent 35%),linear-gradient(145deg,#090c0e,#050708)}.reward-icon{width:54px;height:54px;display:grid;place-items:center;border:1px solid rgba(139,53,255,.5);border-radius:12px;color:#b76fff;font-size:25px;background:rgba(139,53,255,.07)}.bonus-card span,.balance-card>span{color:#7f8a84;font-family:var(--pixel);font-size:10px;letter-spacing:.11em}.bonus-card h2{margin:5px 0 6px;font-family:var(--pixel);font-size:22px}.bonus-card p{margin:0;color:#8c9691;font-size:13px;line-height:1.5}.bonus-card .reward-action{grid-column:1/-1}.balance-card{display:flex;flex-direction:column}.balance-card>strong{margin:17px 0 4px;color:var(--green);font-family:var(--pixel);font-size:40px}.balance-card>small{color:#7c8681}.balance-card .reward-action{margin-top:auto}.reward-action{min-height:44px;padding:0 18px;border:1px solid rgba(25,235,103,.6);border-radius:9px;background:#07100a;color:#e9fff1;font-family:var(--pixel);font-size:12px;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.reward-action:hover:not(:disabled){border-color:var(--green);background:#08170d;box-shadow:0 0 24px rgba(25,235,103,.08)}.reward-action:disabled{opacity:.4;cursor:default}.rewards-section{margin-top:34px}.rewards-section .section-title>span,.section-title.compact>span{color:#738079;font-size:12px}.quest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:14px}.quest-card{min-height:230px;padding:22px;display:flex;flex-direction:column}.quest-top{display:flex;align-items:center;justify-content:space-between}.quest-number{color:rgba(25,235,103,.35);font-family:var(--pixel);font-size:34px}.quest-status{padding:5px 8px;border:1px solid #25302a;border-radius:6px;color:#7f8a84;font-size:10px;text-transform:uppercase}.quest-card h3{margin:15px 0 18px;font-family:var(--pixel);font-size:20px}.quest-meta{display:flex;justify-content:space-between;gap:10px;margin:9px 0 18px;color:#828d87;font-size:11px}.quest-meta span:last-child{color:#b9c8c0}.quest-card .reward-action{margin-top:auto}.rewards-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:16px;margin-top:34px}.reward-panel{padding:26px}.panel-head{display:flex;justify-content:space-between;gap:20px}.panel-head h2{margin:0;font-family:var(--pixel);font-size:27px}.referral-percent{color:var(--green);font-family:var(--pixel);font-size:42px}.referral-panel>p{max-width:650px;color:#929b97;line-height:1.6}.referral-create{display:grid;grid-template-columns:1fr auto;gap:10px;margin:22px 0}.referral-create input,.giveaway-form input{min-width:0;height:48px;padding:0 15px;border:1px solid #273139;border-radius:9px;outline:0;background:#040607;color:#fff;font-family:var(--pixel);text-transform:uppercase}.referral-create input:focus,.giveaway-form input:focus{border-color:var(--green);box-shadow:0 0 0 2px rgba(25,235,103,.08)}.referral-create button{padding:0 20px;border:1px solid var(--green);border-radius:9px;background:#08130c;color:#fff;font-family:var(--pixel);cursor:pointer}.referral-code-box{margin:22px 0}.referral-code-box>span{display:block;margin-bottom:7px;color:#748078;font-family:var(--pixel);font-size:10px}.referral-code-box>button{width:100%;padding:18px;display:flex;align-items:center;justify-content:space-between;border:1px dashed rgba(25,235,103,.45);border-radius:10px;background:#050b07;color:#fff;cursor:pointer}.referral-code-box strong{color:var(--green);font-family:var(--pixel);font-size:24px;letter-spacing:.08em}.referral-code-box small{color:#768078}.referral-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}.referral-stats>div{padding:15px;border:1px solid #20292d;border-radius:9px;background:#050708}.referral-stats small{display:block;color:#77827c}.referral-stats b{display:block;margin-top:5px;color:#fff;font-family:var(--pixel);font-size:20px}.giveaway-list{display:grid;gap:10px;margin-top:14px}.giveaway-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px;border:1px solid #20292d;border-radius:10px;background:#050708}.giveaway-icon{width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(139,53,255,.38);border-radius:9px;background:rgba(139,53,255,.06);font-size:20px}.giveaway-body h3{margin:0 0 4px;font-family:var(--pixel);font-size:16px}.giveaway-body p{margin:0;color:#8c9691;font-size:12px}.giveaway-body small{display:block;margin-top:5px;color:#66716b}.giveaway-empty{padding:38px;border:1px dashed #263036;border-radius:10px;color:#727d77;text-align:center}.giveaway-draw{height:34px;padding:0 10px;border:1px solid #7d40c4;border-radius:7px;background:#11081b;color:#d8b6ff;cursor:pointer}.admin-rewards{margin-top:16px}.giveaway-form{display:grid;grid-template-columns:2fr repeat(3,1fr) auto;gap:10px;margin-top:14px}.checkout-referral{margin:12px 0 4px}.checkout-referral label{display:flex;justify-content:space-between;align-items:center}.checkout-referral label span{color:#69736e;font-size:10px;font-weight:400}.checkout-referral-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:6px}.checkout-referral-row input{min-width:0;height:44px;padding:0 13px;border:1px solid #2a3338;border-radius:8px;background:#050708;color:#fff;text-transform:uppercase;outline:0}.checkout-referral-row input:focus{border-color:var(--green)}.checkout-referral-row input[aria-invalid="true"]{border-color:#ef5a67}.checkout-referral-row button{padding:0 16px;border:1px solid rgba(25,235,103,.55);border-radius:8px;background:#07100a;color:#fff;font-family:var(--pixel);font-size:10px;cursor:pointer}.checkout-referral>small{display:block;margin-top:6px;color:#747e79;font-size:10px}.promo-card--rewards{background:radial-gradient(circle at 70% 15%,rgba(25,235,103,.16),transparent 34%),linear-gradient(145deg,#06080a,#031009)}.rewards-promo-link{width:100%;height:100%;display:grid;grid-template-columns:1fr 1.25fr;align-items:center;gap:20px;padding:30px;color:inherit;text-decoration:none}.rewards-promo-gift{display:grid;place-items:center}.rewards-promo-gift svg{width:150px}.rewards-promo-copy>span{color:#789485;font-family:var(--pixel);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.rewards-promo-copy>strong{display:block;margin:7px 0;color:var(--green);font-family:var(--pixel);font-size:clamp(28px,3vw,48px);text-transform:uppercase}.rewards-promo-copy p{max-width:330px;margin:0 0 17px;color:#9ca7a1;line-height:1.5}.rewards-promo-button{display:inline-grid;place-items:center;min-width:145px;height:44px;border:1px solid var(--green);border-radius:8px;background:#07120b;color:#fff;text-decoration:none;font-family:var(--pixel);font-size:11px}.promo-card--rewards:hover .rewards-promo-gift svg{filter:drop-shadow(0 0 15px rgba(25,235,103,.35))}.main-nav{gap:clamp(12px,1.8vw,28px)}
@media(max-width:1100px){.rewards-overview{grid-template-columns:1fr 1fr}.balance-card{grid-column:1/-1}.rewards-grid{grid-template-columns:1fr}.giveaway-form{grid-template-columns:1fr 1fr}.quest-grid{grid-template-columns:1fr 1fr}.main-nav{gap:12px}.main-nav a{font-size:11px}}
@media(max-width:760px){.rewards-hero{padding:32px 24px}.rewards-gift-art{display:none}.rewards-overview,.quest-grid{grid-template-columns:1fr}.rewards-login{grid-template-columns:1fr;text-align:center}.rewards-gift-mini{margin:auto}.giveaway-card{grid-template-columns:auto 1fr}.giveaway-card>.reward-action,.giveaway-card>.giveaway-draw{grid-column:1/-1}.giveaway-form{grid-template-columns:1fr}.rewards-promo-link{grid-template-columns:1fr}.rewards-promo-gift svg{width:96px}.rewards-promo-copy{text-align:center}.main-nav{grid-template-columns:repeat(5,minmax(0,1fr))!important}.main-nav a{font-size:9px;padding-inline:2px}}
/* v91 - organized rewards dashboard */
.rewards-content,.rewards-shell{--reward-gap:18px}.rewards-overview{gap:18px;align-items:stretch}.reward-card{min-height:188px;padding:22px 24px;display:flex;flex-direction:column;justify-content:space-between}.reward-card-title{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px}.reward-card-title>div{min-width:0}.reward-card-title span:not(.reward-symbol){display:block;color:#7f8a84;font-family:var(--pixel);font-size:10px;letter-spacing:.11em}.reward-card-title h2{margin:4px 0 0;font-family:var(--pixel);font-size:22px}.reward-card-title>strong{color:var(--green);font-family:var(--pixel);font-size:38px}.reward-symbol,.panel-icon,.section-icon{display:grid;place-items:center;border:1px solid rgba(25,235,103,.34);background:linear-gradient(145deg,rgba(25,235,103,.1),rgba(25,235,103,.025));color:var(--green);box-shadow:inset 0 1px rgba(255,255,255,.04),0 0 22px rgba(25,235,103,.06)}.reward-symbol{width:48px;height:48px;border-radius:12px}.reward-symbol svg,.panel-icon svg,.section-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.reward-symbol.purple,.section-icon.purple{border-color:rgba(171,76,255,.36);background:linear-gradient(145deg,rgba(171,76,255,.11),rgba(171,76,255,.025));color:#b66bff}.level-card h2{margin:0}.level-card .level-progress{margin-top:22px}.bonus-card{display:flex;grid-template-columns:none;gap:0;align-content:normal}.bonus-card>p{margin:14px 0 18px;padding-left:62px}.balance-card>small{margin:12px 0 18px;padding-left:62px}.balance-card .reward-card-title strong{display:block;margin-top:4px;font-size:36px}.rewards-section{margin-top:38px}.rewards-section-title{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px}.rewards-section-title>div:last-child{min-width:0}.rewards-section-title h2{margin:0!important}.rewards-section-title span{display:block;margin-top:3px}.section-icon{width:42px;height:42px;flex:0 0 42px;border-radius:10px}.section-icon svg{width:21px;height:21px}.quest-grid{gap:18px;margin-top:16px}.quest-card{min-height:246px;padding:22px 22px 20px}.quest-top{gap:12px}.quest-number{display:flex;align-items:center;gap:10px}.quest-number:before{content:"";width:34px;height:34px;border:1px solid rgba(25,235,103,.28);border-radius:9px;background:linear-gradient(145deg,rgba(25,235,103,.08),rgba(25,235,103,.015));background-repeat:no-repeat;background-position:center;background-size:19px}.quest-card:nth-child(1) .quest-number:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2319eb67' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l2.1 10.1a2 2 0 0 0 2 1.6h7.8a2 2 0 0 0 2-1.6L20.2 8H7.8M10 20a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm9 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z'/%3E%3C/svg%3E")}.quest-card:nth-child(2) .quest-number:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2319eb67' stroke-width='1.8'%3E%3Cellipse cx='12' cy='7' rx='7' ry='3'/%3E%3Cpath d='M5 7v5c0 1.7 3.1 3 7 3s7-1.3 7-3V7M5 12v5c0 1.7 3.1 3 7 3s7-1.3 7-3v-5'/%3E%3C/svg%3E")}.quest-card:nth-child(3) .quest-number:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2319eb67' stroke-width='1.8'%3E%3Cpath d='m13 2-8 12h6l-1 8 9-13h-6z'/%3E%3C/svg%3E")}.quest-card h3{margin:18px 0 16px}.rewards-grid{gap:18px;margin-top:38px}.reward-panel{padding:24px 26px}.panel-title-with-icon{display:flex;align-items:center;gap:13px}.panel-icon{width:46px;height:46px;flex:0 0 46px;border-radius:11px}.panel-head{align-items:center}.referral-percent{padding:9px 13px;border:1px solid rgba(25,235,103,.28);border-radius:10px;background:rgba(25,235,103,.04);font-size:31px}.referral-stats>div{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;min-height:64px}.referral-stats b{margin:0;color:var(--green)}.giveaway-list{gap:12px}.giveaway-card{padding:16px}.giveaway-icon{position:relative;width:48px;height:48px;font-size:0}.giveaway-icon:before{content:"";width:26px;height:26px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23bd79ff' stroke-width='1.8'%3E%3Cpath d='M3 9h18v12H3zM2 5h20v4H2zM12 5v16M7 5c-3-4 2-6 5 0m5 0c3-4-2-6-5 0'/%3E%3C/svg%3E") center/contain no-repeat}.giveaway-body h3{font-size:17px}.rewards-overview .reward-action,.quest-card .reward-action{width:100%}.reward-card:hover:after,.quest-card:hover:after,.reward-panel:hover:after{transform:translateX(70%)}
@media(max-width:1100px){.rewards-overview{grid-template-columns:1fr 1fr}.balance-card{grid-column:1/-1}.reward-card{min-height:180px}}
@media(max-width:760px){.rewards-overview{grid-template-columns:1fr}.balance-card{grid-column:auto}.reward-card-title{grid-template-columns:auto 1fr auto}.bonus-card>p,.balance-card>small{padding-left:0}.panel-head{align-items:flex-start}.panel-title-with-icon{align-items:flex-start}.referral-percent{font-size:24px}.rewards-section-title{align-items:flex-start!important}}
/* v92 - money-only rewards */
.referral-panel-featured{margin-top:26px;padding:28px 30px;background:radial-gradient(circle at 92% 10%,rgba(25,235,103,.08),transparent 35%),#050708}.referral-feature-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(240px,.65fr);gap:20px;margin-top:20px;align-items:stretch}.referral-main{min-width:0}.referral-main>p{margin:0 0 18px;color:#929c97;line-height:1.6}.referral-balance-box{grid-row:1/span 2;grid-column:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:22px;border:1px solid rgba(25,235,103,.22);border-radius:12px;background:linear-gradient(145deg,rgba(25,235,103,.055),rgba(4,8,6,.85))}.referral-balance-box>small{margin-top:13px;color:#819087;font-family:var(--pixel);font-size:10px;letter-spacing:.1em}.referral-balance-box>strong{margin-top:4px;color:var(--green);font-family:var(--pixel);font-size:42px}.referral-balance-box>p{margin:6px 0 16px;color:#7e8a83;font-size:12px}.referral-balance-box .reward-action{width:100%}.referral-feature-grid>.referral-stats{grid-column:1;grid-row:2;align-self:end}.rewards-overview-money{display:block;margin-top:18px}.rewards-overview-money .bonus-card{min-height:0;padding:24px 26px}.rewards-overview-money .bonus-card>p{padding-left:62px}.quest-meta span:last-child{color:var(--green);font-family:var(--pixel)}.rewards-giveaways-full{margin-top:38px}.giveaway-form-money{grid-template-columns:2fr 1fr 1fr auto}.rewards-page .level-card,.rewards-page #reward-level,.rewards-page #reward-xp,.rewards-page .level-progress{display:none!important}
@media(max-width:900px){.referral-feature-grid{grid-template-columns:1fr}.referral-balance-box{grid-row:auto;grid-column:auto}.referral-feature-grid>.referral-stats{grid-column:auto;grid-row:auto}.giveaway-form-money{grid-template-columns:1fr 1fr}.rewards-overview-money .bonus-card>p{padding-left:0}}
@media(max-width:600px){.referral-panel-featured{padding:22px 18px}.referral-stats{grid-template-columns:1fr}.giveaway-form-money{grid-template-columns:1fr}}

/* v90 - rewards promo matches Discord frame and stays compact in preview */
.promo-card--rewards{border-color:rgba(25,235,103,.42);background:#040706}
.promo-card--rewards .rewards-promo-link{position:relative;z-index:2;min-width:0}
@media(min-width:861px){
  .promo-card--rewards.is-active{background:linear-gradient(90deg,rgba(5,4,16,.98) 0%,rgba(3,10,7,.95) 47%,rgba(2,15,8,.60) 70%,rgba(1,9,5,.18) 100%),url('/assets/promo-discord-world.webp?v=49') right center/52% 100% no-repeat}
  .promo-card--rewards.is-active .rewards-promo-link{height:100%;grid-template-columns:40% 60%;gap:8px;padding:34px 52px 34px 36px;align-items:center}
  .promo-card--rewards.is-active .rewards-promo-gift{justify-self:center}
  .promo-card--rewards.is-active .rewards-promo-gift svg{width:245px;filter:drop-shadow(0 18px 24px rgba(0,0,0,.55)) drop-shadow(0 0 16px rgba(25,235,103,.18))}
  .promo-card--rewards.is-active .rewards-promo-copy{max-width:430px;min-width:0;padding-left:8px}
  .promo-card--rewards.is-active .rewards-promo-copy>span{font-size:12px;color:#7b8680}
  .promo-card--rewards.is-active .rewards-promo-copy>strong{margin:12px 0 14px;font-size:52px;line-height:.98;text-shadow:0 4px 0 rgba(0,0,0,.55)}
  .promo-card--rewards.is-active .rewards-promo-copy p{max-width:390px;margin:0 0 20px;color:#b0b4b8;font-size:17px;line-height:1.5}
  .promo-card--rewards.is-active .rewards-promo-button{position:relative;width:210px;height:56px;padding:1px;border:0;border-radius:9px;background:linear-gradient(110deg,#a629ff,#19ef68);font-size:14px;overflow:hidden}
  .promo-card--rewards.is-active .rewards-promo-button:before{content:"";position:absolute;inset:2px;border-radius:7px;background:#050608}
  .promo-card--rewards.is-active .rewards-promo-button{isolation:isolate}
  .promo-card--rewards.is-active .rewards-promo-button::after{content:attr(data-label);display:none}
  .promo-card--rewards.is-active .rewards-promo-button{color:#fff}
  .promo-card--rewards.is-active .rewards-promo-button{display:inline-grid;place-items:center}
  .promo-card--rewards.is-active .rewards-promo-button{box-shadow:0 0 22px rgba(117,43,255,.08)}
  .promo-card--rewards.is-active .rewards-promo-button{z-index:0}
  .promo-card--rewards.is-active .rewards-promo-button{background-clip:padding-box}
  .promo-card--rewards.is-active .rewards-promo-button{font-weight:600}
  .promo-card--rewards.is-active .rewards-promo-button{letter-spacing:.04em}
  .promo-card--rewards.is-active .rewards-promo-button{line-height:1}
  .promo-card--rewards.is-active .rewards-promo-button{box-sizing:border-box}
  .promo-card--rewards.is-active .rewards-promo-button{contain:paint}
  .promo-card--rewards.is-active .rewards-promo-button{--button-text-z:1}
  .promo-card--rewards.is-active .rewards-promo-button{padding-inline:20px}
  .promo-card--rewards.is-active .rewards-promo-button{background:linear-gradient(110deg,#a629ff,#19ef68)}
  .promo-card--rewards.is-active .rewards-promo-button{outline:none}
  .promo-card--rewards.is-active .rewards-promo-button{transition:filter .2s ease}
  .promo-card--rewards.is-active .rewards-promo-button:hover{filter:brightness(1.14)}
  .promo-card--rewards.is-active .rewards-promo-button{font-family:var(--pixel);text-transform:uppercase}
  .promo-card--rewards.is-active .rewards-promo-button{color:transparent}
  .promo-card--rewards.is-active .rewards-promo-button:after{content:"Open rewards";display:grid;place-items:center;position:absolute;inset:2px;z-index:2;border-radius:7px;background:#050608;color:#fff;font-family:var(--pixel);font-size:14px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}
  html[lang="nl"] .promo-card--rewards.is-active .rewards-promo-button:after{content:"Open rewards"}
  html[lang="es"] .promo-card--rewards.is-active .rewards-promo-button:after{content:"Abrir recompensas"}
  html[lang="de"] .promo-card--rewards.is-active .rewards-promo-button:after{content:"Belohnungen öffnen"}
  html[lang="fr"] .promo-card--rewards.is-active .rewards-promo-button:after{content:"Ouvrir récompenses"}

  .promo-card--rewards.is-preview{display:grid;place-items:center;background:radial-gradient(circle at 50% 37%,rgba(25,235,103,.09),transparent 42%),linear-gradient(145deg,#07090d,#030705)}
  .promo-card--rewards.is-preview .rewards-promo-link{width:100%;height:100%;grid-template-columns:1fr;grid-template-rows:auto auto;align-content:center;justify-items:center;gap:10px;padding:28px 20px;text-align:center}
  .promo-card--rewards.is-preview .rewards-promo-gift svg{width:min(138px,62%);filter:drop-shadow(0 0 12px rgba(25,235,103,.16))}
  .promo-card--rewards.is-preview .rewards-promo-copy{width:100%;min-width:0;display:grid;justify-items:center}
  .promo-card--rewards.is-preview .rewards-promo-copy>span{font-size:9px;white-space:nowrap}
  .promo-card--rewards.is-preview .rewards-promo-copy>strong{max-width:100%;margin:7px 0 10px;font-size:27px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:clip}
  .promo-card--rewards.is-preview .rewards-promo-copy p{display:none}
  .promo-card--rewards.is-preview .rewards-promo-button{min-width:132px;width:min(150px,100%);height:42px;padding:0 10px;font-size:10px;white-space:nowrap}
}
@media(max-width:860px){
  .promo-card--rewards.is-active{background:linear-gradient(90deg,rgba(5,4,16,.98),rgba(2,13,7,.80)),url('/assets/promo-discord-world.webp?v=49') center/cover no-repeat}
  .promo-card--rewards.is-active .rewards-promo-link{grid-template-columns:1fr;align-content:center;justify-items:center;gap:14px;padding:28px;text-align:center}
  .promo-card--rewards.is-active .rewards-promo-gift svg{width:145px}
  .promo-card--rewards.is-active .rewards-promo-copy>strong{font-size:38px}
  .promo-card--rewards.is-active .rewards-promo-copy p{max-width:360px}
}

/* v93 - clean rewards promo + store sales slide + marketing consent */
.promo-card--rewards.is-active{background:radial-gradient(circle at 18% 48%,rgba(25,235,103,.08),transparent 34%),linear-gradient(110deg,#05060b 0%,#030b07 54%,#04100a 100%)!important}
.promo-card--rewards.is-active:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(162,41,255,.04),transparent 34%,rgba(25,235,103,.05));}
.promo-card--sales{border-color:rgba(25,235,103,.42);background:#040706}
.promo-card--sales .sales-promo-link{position:relative;z-index:2;width:100%;height:100%;display:grid;align-items:center;min-width:0}
.promo-card--sales.is-active{background:radial-gradient(circle at 78% 35%,rgba(25,235,103,.10),transparent 36%),linear-gradient(110deg,#05060b 0%,#06070a 52%,#04100a 100%)}
.promo-card--sales.is-active .sales-promo-link{grid-template-columns:40% 60%;gap:8px;padding:34px 52px 34px 36px}
.sales-promo-icon{display:grid;place-items:center}.sales-promo-icon svg{fill:none;stroke:#19eb67;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.promo-card--sales.is-active .sales-promo-icon svg{width:220px;filter:drop-shadow(0 0 18px rgba(25,235,103,.12))}
.sales-promo-copy{min-width:0}.sales-promo-copy>span{display:block;color:#7b8680;font-family:var(--pixel);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.sales-promo-copy>strong{display:block;margin:12px 0 14px;color:var(--green);font-family:var(--pixel);font-size:52px;line-height:.98;text-transform:uppercase}.sales-promo-copy p{max-width:410px;margin:0 0 20px;color:#b0b4b8;font-size:17px;line-height:1.5}.sales-promo-button{display:inline-grid;place-items:center;width:210px;height:56px;border:1px solid var(--green);border-radius:9px;color:#fff;font-family:var(--pixel);font-size:14px;text-transform:uppercase;background:#050608}
.promo-card--sales.is-preview{display:grid;place-items:center;background:radial-gradient(circle at 50% 37%,rgba(25,235,103,.09),transparent 42%),linear-gradient(145deg,#07090d,#030705)}
.promo-card--sales.is-preview .sales-promo-link{grid-template-columns:1fr;grid-template-rows:auto auto;align-content:center;justify-items:center;gap:10px;padding:28px 20px;text-align:center}.promo-card--sales.is-preview .sales-promo-icon svg{width:min(132px,58%)}.promo-card--sales.is-preview .sales-promo-copy{display:grid;justify-items:center;width:100%}.promo-card--sales.is-preview .sales-promo-copy>span{font-size:9px;white-space:nowrap}.promo-card--sales.is-preview .sales-promo-copy>strong{max-width:100%;margin:7px 0 10px;font-size:25px;line-height:1;white-space:nowrap}.promo-card--sales.is-preview .sales-promo-copy p{display:none}.promo-card--sales.is-preview .sales-promo-button{width:min(150px,100%);height:42px;font-size:10px}
.marketing-consent{display:flex!important;align-items:flex-start;gap:10px;margin:4px 0 2px;padding:11px 12px;border:1px solid #1d2a24;border-radius:8px;background:#060a08;color:#a7b0ab!important;font-size:12px!important;line-height:1.45!important;cursor:pointer}.marketing-consent input{flex:0 0 auto;width:16px!important;height:16px!important;margin:1px 0 0!important;accent-color:#19eb67}.marketing-consent span{display:block;min-width:0}
@media(max-width:760px){.promo-card--sales.is-active .sales-promo-link{grid-template-columns:1fr;justify-items:center;padding:28px;text-align:center}.promo-card--sales.is-active .sales-promo-icon svg{width:140px}.sales-promo-copy>strong{font-size:38px}.sales-promo-copy p{max-width:360px}}

.oauth-buttons{grid-template-columns:1fr}.oauth-button--google{width:100%}.minecraft-setup-dialog .auth-panel{padding:24px}.minecraft-setup-dialog .auth-hint{margin:14px 0 18px;font-size:11px;line-height:1.65}

/* v96 - Discord preview CTA + rewards footer pin */
.discord-preview-button{display:none}
.promo-card--discord.is-preview{grid-template-rows:1fr auto;align-content:center;justify-items:center;padding:28px 22px 30px}
.promo-card--discord.is-preview .promo-logo{height:auto;padding:0;align-self:end}
.promo-card--discord.is-preview .promo-logo img{width:230px;transform:none}
.promo-card--discord.is-preview .discord-preview-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:170px;height:44px;margin-top:8px;padding:1px 14px;position:relative;border-radius:8px;background:linear-gradient(110deg,#a629ff,#19ef68);color:#fff;font-family:var(--pixel);font-size:11px;font-weight:600;letter-spacing:.035em;text-transform:uppercase;overflow:hidden}
.promo-card--discord.is-preview .discord-preview-button:before{content:"";position:absolute;inset:2px;border-radius:6px;background:#050608}
.promo-card--discord.is-preview .discord-preview-button>*{position:relative;z-index:1}
.promo-card--discord.is-preview .discord-preview-button svg{width:19px;height:19px;fill:#fff}
.promo-card--discord.is-preview .discord-preview-button:hover{filter:brightness(1.14)}
.rewards-page{min-height:100vh;display:flex;flex-direction:column}
.rewards-page>.rewards-shell{flex:1;width:min(1440px,calc(100% - 48px))}
.rewards-page>.site-footer{margin-top:auto;width:100%}
@media(max-width:620px){.promo-card--discord.is-preview{padding:22px 14px 24px}.promo-card--discord.is-preview .promo-logo img{width:190px}.promo-card--discord.is-preview .discord-preview-button{min-width:150px;height:41px;font-size:10px}.rewards-page>.rewards-shell{width:min(100% - 24px,1440px)}}
/* v97 - keep Discord preview CTA fully visible */
.promo-card--discord.is-preview{filter:none!important}
.promo-card--discord.is-preview .discord-preview-button{z-index:5;opacity:1!important;box-shadow:0 0 18px rgba(25,235,103,.08)}
.promo-card--discord.is-preview .discord-preview-button:before{z-index:0;background:#07090c}
.promo-card--discord.is-preview .discord-preview-button span,.promo-card--discord.is-preview .discord-preview-button svg{opacity:1!important;color:#fff!important}

/* v98 - centered promo previews + matching rewards CTA */
.promo-card--discord.is-preview{display:flex!important;flex-direction:column;align-items:center!important;justify-content:center!important;gap:14px!important;padding:24px 20px 26px!important;text-align:center}
.promo-card--discord.is-preview .promo-logo{width:100%;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important}
.promo-card--discord.is-preview .promo-logo img{display:block;margin:0 auto!important}
.promo-card--discord.is-preview .discord-preview-button{margin:0 auto!important;flex:0 0 auto}
.promo-card--rewards.is-preview .rewards-promo-link{display:flex!important;flex-direction:column;align-items:center!important;justify-content:center!important;gap:10px!important}
.promo-card--rewards.is-preview .rewards-promo-copy{display:flex!important;flex-direction:column;align-items:center!important;justify-content:center!important;text-align:center}
.promo-card--rewards.is-preview .rewards-promo-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;position:relative!important;min-width:170px!important;width:auto!important;height:44px!important;margin:0 auto!important;padding:1px 14px!important;border:0!important;border-radius:8px!important;background:linear-gradient(110deg,#a629ff,#19ef68)!important;color:#fff!important;font-family:var(--pixel)!important;font-size:11px!important;font-weight:600!important;letter-spacing:.035em!important;text-transform:uppercase!important;overflow:hidden!important;box-shadow:0 0 18px rgba(25,235,103,.08)!important;isolation:isolate}
.promo-card--rewards.is-preview .rewards-promo-button:before{content:"";position:absolute;inset:2px;border-radius:6px;background:#07090c;z-index:0}
.promo-card--rewards.is-preview .rewards-promo-button span{position:relative;z-index:1;color:#fff!important;white-space:nowrap}
.promo-card--rewards.is-preview .rewards-promo-button:hover{filter:brightness(1.14)}
@media(max-width:620px){.promo-card--rewards.is-preview .rewards-promo-button{min-width:150px!important;height:41px!important;font-size:10px!important}}

/* v57 - admin dashboard, fixed rewards centering, no discord logo scale */
.promo-card--discord.is-active:hover .promo-logo img,.promo-card--discord.is-preview:hover .promo-logo img{transform:translate(18px,-18px)!important;scale:1!important}
.promo-card--discord.is-preview:hover .promo-logo img{transform:none!important}
.promo-card--rewards.is-preview{display:flex!important;align-items:center!important;justify-content:center!important}
.promo-card--rewards.is-preview .rewards-promo-link{height:100%;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:14px!important;padding:24px 20px!important;text-align:center!important}
.promo-card--rewards.is-preview .rewards-promo-gift{display:grid;place-items:center}
.promo-card--rewards.is-preview .rewards-promo-gift svg{width:min(150px,56%)!important;filter:drop-shadow(0 18px 24px rgba(0,0,0,.55)) drop-shadow(0 0 16px rgba(25,235,103,.18))}
.promo-card--rewards.is-preview .rewards-promo-copy{width:100%;max-width:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;padding:0}
.promo-card--rewards.is-preview .rewards-promo-copy>strong{margin:10px 0 12px;line-height:.98}
.promo-card--rewards.is-preview .rewards-promo-copy p{max-width:260px;margin-bottom:16px}
.promo-card--rewards.is-preview .rewards-promo-button,.promo-card--rewards.is-active .rewards-promo-button{width:248px;height:57px;padding:1px;position:relative;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;background:linear-gradient(110deg,#a629ff,#19ef68);box-shadow:0 0 22px rgba(117,43,255,.08);overflow:hidden;font-family:var(--pixel);font-size:18px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.promo-card--rewards.is-preview .rewards-promo-button:before,.promo-card--rewards.is-active .rewards-promo-button:before{content:"";position:absolute;inset:2px;border-radius:7px;background:#050608}
.promo-card--rewards.is-preview .rewards-promo-button span,.promo-card--rewards.is-active .rewards-promo-button span{position:relative;z-index:1}
.promo-card--rewards.is-preview .rewards-promo-button:hover,.promo-card--rewards.is-active .rewards-promo-button:hover{filter:brightness(1.14)}
.promo-card--rewards.is-preview .rewards-promo-copy>span,.promo-card--rewards.is-active .rewards-promo-copy>span{color:#7b8680}
.promo-card--rewards.is-preview .rewards-promo-copy>strong,.promo-card--rewards.is-active .rewards-promo-copy>strong{color:var(--green);text-shadow:0 4px 0 #08742e,0 0 24px rgba(25,235,103,.12)}
.account-admin-link{display:grid;place-items:center;text-align:center}
.admin-page{min-height:100vh;display:flex;flex-direction:column}
.admin-page>.site-footer{margin-top:auto;width:100%}
.admin-shell{padding:22px 0 56px;display:grid;gap:18px}
.admin-hero{min-height:240px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:36px 40px;border-color:rgba(25,235,103,.42);background:radial-gradient(circle at 90% 18%,rgba(25,235,103,.12),transparent 30%),linear-gradient(120deg,#070a0c 0%,#050707 55%,#06140b 100%)}
.admin-hero-copy{max-width:760px}
.admin-hero h1{margin:0;color:#f5f7f6;font-family:var(--pixel);font-size:clamp(36px,4vw,58px);line-height:1.04;text-transform:uppercase}
.admin-hero p:last-child{max-width:720px;margin:18px 0 0;color:#a4adaa;font-size:17px;line-height:1.55}
.admin-hero-art{width:170px;height:170px;display:grid;place-items:center;border:1px solid rgba(25,235,103,.3);border-radius:30px;background:radial-gradient(circle,rgba(25,235,103,.13),rgba(25,235,103,.02) 62%,transparent 63%);box-shadow:inset 0 0 45px rgba(25,235,103,.05)}
.admin-hero-art svg{width:96px;height:96px;fill:none;stroke:var(--green);stroke-width:5;stroke-linecap:square;stroke-linejoin:miter;filter:drop-shadow(0 0 10px rgba(25,235,103,.25))}
.admin-access{min-height:170px;padding:28px 34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.admin-access h2{margin:0 0 8px;font-family:var(--pixel);font-size:26px;text-transform:uppercase}
.admin-access p{margin:0;color:#929b97;line-height:1.55}
.admin-stats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.admin-stat{padding:18px 20px;border:1px solid #20292d;border-radius:14px;background:#050708}
.admin-stat span{display:block;color:#7f8a84;font-family:var(--pixel);font-size:10px;letter-spacing:.11em;text-transform:uppercase}
.admin-stat strong{display:block;margin-top:8px;color:#fff;font-family:var(--pixel);font-size:24px;line-height:1.1}
.admin-controls{padding:24px}
.admin-controls-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}
.admin-controls h2{margin:3px 0 0;font-family:var(--pixel);font-size:28px;text-transform:uppercase}
.admin-filters{display:grid;grid-template-columns:minmax(280px,1fr) 180px auto;gap:10px;align-items:center}
.admin-filters input,.admin-filters select{height:44px;padding:0 14px;border:1px solid #273139;border-radius:9px;background:#040607;color:#fff;outline:0}
.admin-filters input:focus,.admin-filters select:focus{border-color:var(--green);box-shadow:0 0 0 2px rgba(25,235,103,.08)}
.admin-table-wrap{overflow:auto;margin-top:16px;border:1px solid #20292d;border-radius:14px;background:#050708}
.admin-table{width:100%;border-collapse:collapse;min-width:1100px}
.admin-table th,.admin-table td{padding:14px 12px;border-bottom:1px solid #162025;text-align:left;vertical-align:top}
.admin-table th{position:sticky;top:0;background:#06090b;color:#7f8a84;font-family:var(--pixel);font-size:10px;letter-spacing:.11em;text-transform:uppercase;z-index:1}
.admin-table td{color:#d6ddd8;font-size:13px}
.admin-table td small{color:#78827c}
.admin-items{min-width:210px;max-width:320px;white-space:normal}
.admin-row-actions{display:flex;gap:8px;align-items:center}
.admin-status-select{height:38px;min-width:120px;padding:0 10px;border:1px solid #273139;border-radius:8px;background:#07090c;color:#fff;outline:0}
.admin-save{height:38px;padding:0 14px}
.admin-status{display:inline-flex;align-items:center;justify-content:center;min-width:98px;height:28px;padding:0 10px;border-radius:999px;border:1px solid #273139;background:#07100a;color:#d6ddd8;font-family:var(--pixel);font-size:10px;letter-spacing:.04em;text-transform:uppercase}
.admin-status--pending{border-color:rgba(255,193,74,.25);color:#ffd78a}
.admin-status--paid{border-color:rgba(25,235,103,.25);color:var(--green)}
.admin-status--delivered{border-color:rgba(105,179,255,.25);color:#8fc4ff}
.admin-status--failed,.admin-status--voided,.admin-status--refunded{border-color:rgba(239,90,103,.25);color:#ff97a2}
.admin-grid-two{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.admin-panel-block{min-height:220px}
.admin-product-list,.admin-recent-list{display:grid;gap:10px;margin-top:14px}
.admin-line,.admin-recent-item{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px;border:1px solid #20292d;border-radius:10px;background:#050708}
.admin-line b,.admin-recent-item strong{font-family:var(--pixel);font-size:15px;text-transform:none}
.admin-line span,.admin-recent-item span{color:var(--green);font-family:var(--pixel);font-size:18px}
.admin-line small,.admin-recent-item small{display:block;color:#707b75;font-size:12px}
.admin-empty{padding:28px;border:1px dashed #263036;border-radius:10px;color:#727d77;text-align:center}
@media(max-width:1180px){.admin-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-grid-two{grid-template-columns:1fr}}
@media(max-width:760px){.admin-hero{padding:28px 22px;min-height:0;flex-direction:column;align-items:flex-start}.admin-hero-art{width:120px;height:120px}.admin-access{padding:22px;flex-direction:column;align-items:flex-start}.admin-stats{grid-template-columns:1fr 1fr}.admin-controls-head{align-items:flex-start;flex-direction:column}.admin-filters{grid-template-columns:1fr}.admin-save,.admin-status-select{width:100%}.promo-card--rewards.is-preview .rewards-promo-link{padding:22px 14px!important}.promo-card--rewards.is-preview .rewards-promo-button,.promo-card--rewards.is-active .rewards-promo-button{width:min(100%,248px)!important;height:52px!important;font-size:16px}}

.discord-preview-button:hover,.discord-button:hover,.rewards-promo-button:hover{transform:none!important}

.account-menu-link{width:100%;height:38px;margin-top:9px;padding:0 11px;display:flex;align-items:center;border:1px solid #263039;border-radius:7px;background:#080d0a;color:#dfffea;font-family:var(--pixel);font-size:11px;letter-spacing:.03em;text-transform:uppercase}.account-menu-link:hover{border-color:#18be53;color:#2cff78}.account-page{min-height:100vh;display:flex;flex-direction:column}.account-page>.site-footer{margin-top:auto;width:100%}.account-shell{padding:30px 0 60px}.account-page-hero{padding:28px 0 30px;border-bottom:1px solid #161c20}.account-page-hero .eyebrow{margin:0 0 10px;color:#717a77;font-family:var(--pixel);font-size:11px;letter-spacing:.13em}.account-page-hero h1{margin:0;color:#f5f8f6;font-family:var(--pixel);font-size:42px;letter-spacing:.02em;text-transform:uppercase}.account-page-hero h1 em{color:#20eb69;font-style:normal}.account-page-hero>p:last-child{margin:12px 0 0;color:#8f9793;font-size:15px}.account-login-card{max-width:700px;margin:34px auto;padding:34px;border:1px solid #20282d;border-radius:13px;background:linear-gradient(145deg,#080b0d,#050607);text-align:center}.account-login-card h2{margin:0 0 10px;font-family:var(--pixel);font-size:24px;text-transform:uppercase}.account-login-card p{margin:0 0 20px;color:#858e89}.account-content{display:grid;grid-template-columns:220px minmax(0,1fr);gap:22px;padding-top:28px}.account-sidebar{align-self:start;display:grid;gap:7px;padding:10px;border:1px solid #1e262b;border-radius:11px;background:#060809}.account-sidebar a{height:44px;padding:0 13px;display:flex;align-items:center;border:1px solid transparent;border-radius:7px;color:#8c9691;font-family:var(--pixel);font-size:12px;text-transform:uppercase}.account-sidebar a:hover,.account-sidebar a.active{border-color:#1b9d4c;background:#07150c;color:#29ef70}.account-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.account-settings-card,.orders-panel{padding:22px;border:1px solid #20282e;border-radius:12px;background:linear-gradient(145deg,#080b0d,#050607)}.account-card-head,.orders-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.account-card-head span,.orders-panel-head span,.account-details-card span{color:#68716d;font-family:var(--pixel);font-size:9px;letter-spacing:.12em}.account-card-head h2,.orders-panel-head h2{margin:6px 0 0;font-family:var(--pixel);font-size:22px;text-transform:uppercase}.account-settings-avatar{width:58px;height:58px;display:grid;place-items:center;overflow:hidden;border:1px solid #1dc75a;border-radius:8px;background:#071009}.account-settings-avatar img{width:100%;height:100%;object-fit:cover;image-rendering:pixelated}.account-settings-form{display:flex;flex-direction:column}.account-settings-form label{margin:0 0 7px;color:#cdd3d0;font-size:12px;font-weight:800}.account-settings-form input{width:100%;height:48px;margin:0 0 6px;padding:0 13px;border:1px solid #2b3338;border-radius:8px;background:#040607;color:#fff;outline:0}.account-settings-form input:focus{border-color:#18be53;box-shadow:0 0 0 3px rgba(25,235,103,.07)}.account-settings-form input[readonly]{color:#78817c;cursor:not-allowed}.account-settings-form small{margin:0 0 16px;color:#68716d;font-size:10px;line-height:1.45}.account-settings-form .field-error{margin-top:-6px}.minecraft-account-preview{min-height:72px;margin-bottom:18px;padding:10px;display:flex;align-items:center;gap:13px;border:1px solid #1d252a;border-radius:9px;background:#050809}.minecraft-account-preview strong{display:block;font-family:var(--pixel);font-size:14px}.minecraft-account-preview small{display:block;margin-top:5px;color:#727b76;font-size:10px}.account-details-card{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:20px}.account-details-card>div{min-height:75px;padding:14px;display:flex;flex-direction:column;justify-content:center;border:1px solid #1d252a;border-radius:8px;background:#050809}.account-details-card strong{margin-top:7px;font-family:var(--pixel);font-size:14px}.account-orders-button{width:max-content;margin-top:8px;color:#24e96c;font-family:var(--pixel);font-size:12px;text-transform:uppercase}.orders-panel{min-width:0}.orders-panel-head b{padding:8px 10px;border:1px solid #1d8d46;border-radius:7px;background:#07130b;color:#23e86b;font-family:var(--pixel);font-size:10px}.orders-list{display:grid;gap:12px}.orders-empty{padding:42px 18px;border:1px dashed #283036;border-radius:9px;text-align:center}.orders-empty h3{margin:0 0 8px;font-family:var(--pixel);font-size:17px;text-transform:uppercase}.orders-empty p{margin:0 0 18px;color:#7c8580}.orders-empty .button{display:inline-flex;align-items:center;justify-content:center}.order-history-card{overflow:hidden;border:1px solid #20292e;border-radius:10px;background:#050708}.order-history-head{padding:15px 16px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;border-bottom:1px solid #1b2226;background:#080b0d}.order-history-head strong{display:block;font-family:var(--pixel);font-size:13px}.order-history-head small,.order-history-total small{display:block;margin-top:5px;color:#6f7873;font-size:9px}.order-history-total{text-align:right}.order-history-total>strong{font-size:16px;color:#e9fff0}.order-status{padding:7px 9px;border:1px solid #4b5357;border-radius:6px;color:#b9c0bd;font-family:var(--pixel);font-size:9px;text-transform:uppercase}.order-status--paid,.order-status--delivered{border-color:#168b43;background:#07150c;color:#2ae973}.order-status--failed,.order-status--refunded,.order-status--voided{border-color:#833535;background:#170909;color:#ff8080}.order-status--pending{border-color:#8a6a28;background:#171207;color:#eac566}.order-history-items{padding:12px 16px;display:grid;gap:7px}.order-history-item{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#d5dad7;font-size:12px}.order-history-item small{color:#8a5de0}.order-history-foot{padding:10px 16px;display:flex;justify-content:space-between;gap:12px;border-top:1px solid #171e21;color:#6f7873;font-size:10px}.orders-page .account-content{grid-template-columns:220px minmax(0,1fr)}
@media(max-width:900px){.account-content,.orders-page .account-content{grid-template-columns:1fr}.account-sidebar{grid-template-columns:1fr 1fr}.account-settings-grid{grid-template-columns:1fr}.account-details-card{grid-column:auto}.account-page-hero h1{font-size:34px}}
@media(max-width:620px){.account-shell{padding-top:18px}.account-page-hero{padding-top:18px}.account-page-hero h1{font-size:28px}.account-settings-card,.orders-panel{padding:15px}.account-details-card{grid-template-columns:1fr}.order-history-head{grid-template-columns:1fr auto}.order-history-total{grid-column:1/-1;text-align:left}.order-history-foot{flex-direction:column}.account-popover{max-width:calc(100vw - 24px)}}
.admin-bots-panel{padding:24px}.admin-subtext{margin:7px 0 0;color:#7f8a84}.admin-bot-summary{padding:10px 14px;border:1px solid #263139;border-radius:9px;background:#050708;color:var(--green);font-family:var(--pixel);font-size:11px}.admin-bot-add{display:grid;grid-template-columns:1.1fr 1.5fr 150px 1.3fr 110px 130px 150px 150px auto;gap:9px;margin-top:18px}.admin-bot-add>input,.admin-bot-add select,.admin-bot-server>input,.admin-bot-chat input{height:42px;min-width:0;padding:0 12px;border:1px solid #273139;border-radius:8px;background:#040607;color:#fff;outline:0}.admin-bot-reconnect-toggle{height:42px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #273139;border-radius:8px;background:#040607;color:#c6cec9;font-size:10px;font-weight:800;white-space:nowrap}.admin-bot-reconnect-toggle input{width:15px;height:15px;min-width:15px;margin:0;accent-color:var(--green)}.admin-bot-add>input:focus,.admin-bot-add select:focus,.admin-bot-server>input:focus,.admin-bot-chat input:focus{border-color:var(--green);box-shadow:0 0 0 2px rgba(25,235,103,.08)}.admin-bot-list{display:grid;gap:12px;margin-top:16px}.admin-bot-card{padding:16px;border:1px solid #20292d;border-radius:12px;background:#050708}.admin-bot-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.admin-bot-title{display:flex;align-items:center;gap:9px}.admin-bot-title strong{font-family:var(--pixel);font-size:18px}.admin-bot-head small{display:block;margin-top:5px;color:#78827c}.admin-bot-dot{width:10px;height:10px;border-radius:50%;background:#68716d;box-shadow:0 0 0 3px rgba(255,255,255,.03)}.admin-bot-dot--online,.admin-bot-dot--connected{background:var(--green);box-shadow:0 0 10px rgba(25,235,103,.55)}.admin-bot-dot--connecting,.admin-bot-dot--authenticating{background:#ffd15c}.admin-bot-dot--error{background:#ff6676}.admin-bot-delivery{padding:4px 7px;border:1px solid rgba(25,235,103,.35);border-radius:999px;color:var(--green);font-family:var(--pixel);font-size:8px}.admin-bot-actions{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end}.admin-bot-actions .button{height:34px;padding:0 10px;font-size:9px}.admin-bot-actions .button:disabled,.admin-bot-chat button:disabled{opacity:.38;cursor:not-allowed}.admin-bot-auth,.admin-bot-error{margin-top:12px;padding:11px 13px;border-radius:8px}.admin-bot-auth{display:flex;flex-wrap:wrap;align-items:center;gap:12px;border:1px solid rgba(255,209,92,.25);background:rgba(255,209,92,.05);color:#f5df9a}.admin-bot-auth a{color:var(--green)}.admin-bot-error{border:1px solid rgba(255,102,118,.25);background:rgba(255,102,118,.05);color:#ff9daa}.admin-bot-server{display:grid;grid-template-columns:1fr 110px 150px 150px 150px auto;gap:8px;margin-top:12px}.admin-bot-chat{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:9px}.admin-bot-chat button,.admin-bot-server button{height:42px}.admin-bot-last-chat{display:block;margin-top:8px;color:#737e78;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1180px){.admin-bot-add{grid-template-columns:1fr 1fr 130px 1fr}.admin-bot-add button{grid-column:auto}.admin-bot-server{grid-template-columns:1fr 110px 150px}.admin-bot-server button{grid-column:auto}}@media(max-width:760px){.admin-bot-head{flex-direction:column}.admin-bot-actions{justify-content:flex-start}.admin-bot-add{grid-template-columns:1fr}.admin-bot-server{grid-template-columns:1fr 100px}.admin-bot-server .bot-version,.admin-bot-server .admin-bot-reconnect-toggle,.admin-bot-server .bot-reconnect-seconds,.admin-bot-server button{grid-column:1/-1}.admin-bot-chat{grid-template-columns:1fr}.admin-bot-chat button{width:100%}}

.admin-bot-console-shell{margin-top:12px;border:1px solid #1f292e;border-radius:9px;background:#010203;overflow:hidden}.admin-bot-console-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid #1d2529;background:#050708}.admin-bot-console-head>div{display:flex;align-items:baseline;gap:9px;min-width:0}.admin-bot-console-head strong{font-family:var(--pixel);font-size:10px;color:#dfe7e2}.admin-bot-console-head small{color:#65716b;font-size:10px}.admin-bot-console-head .button{height:28px;padding:0 9px;font-size:8px}.admin-bot-console{height:220px;overflow:auto;padding:9px 0;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono",monospace;scrollbar-color:#26322d #050708}.admin-bot-console-line{display:grid;grid-template-columns:76px 58px minmax(0,1fr);gap:8px;padding:2px 12px;color:#aab5af;word-break:break-word}.admin-bot-console-line:hover{background:rgba(255,255,255,.025)}.admin-bot-console-line time{color:#56615c}.admin-bot-console-line b{font-size:10px;color:#7a8981}.admin-bot-console-line--chat-in span{color:#d9e2dd}.admin-bot-console-line--chat-in b{color:#70d9ff}.admin-bot-console-line--chat-out span,.admin-bot-console-line--delivery span{color:#bfffd2}.admin-bot-console-line--chat-out b,.admin-bot-console-line--delivery b{color:var(--green)}.admin-bot-console-line--error span,.admin-bot-console-line--error b{color:#ff8390}.admin-bot-console-line--auth span,.admin-bot-console-line--auth b{color:#ffd15c}.admin-bot-console-empty{padding:16px 12px;color:#56615c;font:12px ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}@media(max-width:760px){.admin-bot-console{height:190px}.admin-bot-console-line{grid-template-columns:62px 48px minmax(0,1fr);gap:6px;padding:2px 8px;font-size:11px}.admin-bot-console-head>div{display:block}.admin-bot-console-head small{display:block;margin-top:2px}}

/* Admin dashboard tabs + analytics */
.admin-dashboard-tabs{display:flex;gap:8px;padding:8px;border:1px solid #1d2529;border-radius:12px;background:#050708;overflow:auto;position:sticky;top:84px;z-index:8}
.admin-dashboard-tabs button{height:42px;padding:0 18px;border:1px solid transparent;border-radius:8px;background:transparent;color:#8f9994;font-family:var(--pixel);font-size:11px;white-space:nowrap;cursor:pointer}
.admin-dashboard-tabs button.active{border-color:rgba(25,235,103,.35);background:rgba(25,235,103,.08);color:#fff}
.admin-tab-panel{display:grid;gap:18px}
.admin-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.admin-dashboard-metric{min-height:116px;padding:19px 20px;border:1px solid #20292d;border-radius:12px;background:#090b0e}
.admin-dashboard-metric span{display:block;color:#8b9398;font-family:var(--pixel);font-size:10px;letter-spacing:.06em;text-transform:uppercase}
.admin-dashboard-metric strong{display:block;margin-top:13px;color:#f4f6f7;font-family:var(--pixel);font-size:27px;line-height:1.05}
.admin-dashboard-metric small{display:block;margin-top:8px;color:#626c70;font-size:11px}
.admin-dashboard-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:18px}
.admin-dashboard-grid--main{grid-template-columns:minmax(0,2.1fr) minmax(330px,1fr)}
.admin-chart-card,.admin-latest-card,.admin-users-panel{padding:0;overflow:hidden}
.admin-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 18px;border-bottom:1px solid #1d2529}
.admin-panel-heading span{color:#7f888e;font-family:var(--pixel);font-size:10px;letter-spacing:.05em}
.admin-panel-heading strong{color:#6e777d;font-size:11px;font-weight:600}
.admin-chart{min-height:300px;padding:14px 16px 12px}
.admin-svg-chart{display:block;width:100%;height:245px;overflow:visible}
.admin-chart-grid line{stroke:#20262d;stroke-width:1;stroke-dasharray:4 5}
.admin-chart-line{fill:none;stroke:#6d6cff;stroke-width:3;vector-effect:non-scaling-stroke}
.admin-chart-area{fill:rgba(109,108,255,.08)}
.admin-svg-chart--orders .admin-chart-line,.admin-svg-chart--views .admin-chart-line{stroke:#19c9ee}
.admin-svg-chart--orders .admin-chart-area,.admin-svg-chart--views .admin-chart-area{fill:rgba(25,201,238,.07)}
.admin-svg-chart--visitors .admin-chart-line{stroke:var(--green)}
.admin-svg-chart--visitors .admin-chart-area{fill:rgba(25,235,103,.07)}
.admin-chart-labels{display:flex;justify-content:space-between;color:#69737a;font-size:10px;padding:0 20px}
.admin-completed-list{max-height:365px;overflow:auto}
.admin-completed-list article{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 18px;border-bottom:1px solid #181e23}
.admin-completed-list article:last-child{border-bottom:0}
.admin-completed-list strong,.admin-completed-list b{color:#eff3f5;font-size:13px}
.admin-completed-list small{display:block;margin-top:4px;color:#6c757b;font-size:10px}
.admin-completed-list article>div:last-child{text-align:right}
.admin-user-search{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:9px;min-width:min(520px,100%)}
.admin-user-search input{height:44px;padding:0 14px;border:1px solid #273139;border-radius:9px;background:#040607;color:#fff;outline:0}
.admin-user-search input:focus{border-color:var(--green);box-shadow:0 0 0 2px rgba(25,235,103,.08)}
.admin-users-table{min-width:1250px}
.admin-user-actions{display:flex;flex-wrap:wrap;gap:6px;min-width:360px}
.admin-user-actions .button{height:32px;padding:0 9px;font-size:8px}
.admin-user-actions .button:disabled{opacity:.35;cursor:not-allowed}
.admin-user-state{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border:1px solid #2a3338;border-radius:999px;font-family:var(--pixel);font-size:9px;color:#cbd3d7}
.admin-user-state--owner{border-color:rgba(197,91,255,.45);color:#dca9ff}
.admin-user-state--admin{border-color:rgba(25,235,103,.35);color:var(--green)}
.admin-user-state--banned{border-color:rgba(255,93,108,.42);color:#ff8c99}
.admin-user-chargebacks{display:block;margin-top:6px!important;color:#ff8c99!important}
.admin-bot-console-line--command span,.admin-bot-console-line--command b{color:#9fffb8}
.account-notification-dialog{border:0;padding:0;background:transparent;color:#fff;max-width:min(92vw,520px)}
.account-notification-dialog::backdrop{background:rgba(0,0,0,.78);backdrop-filter:blur(5px)}
.account-notification-card{padding:26px;border:1px solid rgba(25,235,103,.35);border-radius:14px;background:#070a0b;box-shadow:0 22px 80px rgba(0,0,0,.6),0 0 30px rgba(25,235,103,.08)}
.account-notification-card h2{margin:8px 0 12px;font-family:var(--pixel);font-size:24px;text-transform:none}
.account-notification-card p{margin:0 0 22px;color:#c7d0cb;line-height:1.6;white-space:pre-wrap}
@media(max-width:1100px){.admin-metric-grid{grid-template-columns:1fr 1fr}.admin-dashboard-grid,.admin-dashboard-grid--main{grid-template-columns:1fr}.admin-dashboard-tabs{top:70px}.admin-user-search{min-width:0;width:100%}}
@media(max-width:650px){.admin-metric-grid{grid-template-columns:1fr}.admin-dashboard-tabs button{padding:0 13px}.admin-chart{min-height:245px}.admin-svg-chart{height:200px}.admin-user-search{grid-template-columns:1fr}.admin-user-search .button{width:100%}}


/* v112 - reward levels, XP quests and level-gated drops */
.rewards-overview-levels{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;margin-top:18px}
.rewards-overview-levels .reward-card{min-height:220px}
.level-card{display:flex;flex-direction:column}
.level-card .level-progress{margin-top:2px}
.level-next-copy{margin:14px 0 0;color:#7c8882;font-size:12px;line-height:1.5}
.bonus-card .bonus-range{grid-column:1/-1;display:block;width:max-content;max-width:100%;padding:7px 10px;border:1px solid rgba(139,53,255,.34);border-radius:7px;background:rgba(139,53,255,.055);color:#d8b6ff;font-family:var(--pixel);font-size:11px}
.rewards-login-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.claim-referral-glow{height:46px;padding:0 19px;border:1px solid #19ef68;border-radius:9px;background:#07110a;color:#fff;font-family:var(--pixel);font-size:11px;cursor:pointer;box-shadow:0 0 16px rgba(25,239,104,.28),inset 0 0 16px rgba(25,239,104,.04);animation:claimReferralPulse 2.2s ease-in-out infinite}
.claim-referral-glow:hover{box-shadow:0 0 25px rgba(25,239,104,.42),inset 0 0 18px rgba(25,239,104,.08)}
@keyframes claimReferralPulse{0%,100%{box-shadow:0 0 12px rgba(25,239,104,.18),inset 0 0 12px rgba(25,239,104,.03)}50%{box-shadow:0 0 28px rgba(25,239,104,.38),inset 0 0 18px rgba(25,239,104,.07)}}
.giveaway-form.giveaway-form-money{grid-template-columns:2fr 1fr 1fr 1fr auto}
@media(max-width:900px){.rewards-overview-levels{grid-template-columns:1fr}.rewards-login{grid-template-columns:auto 1fr}.rewards-login-actions{grid-column:1/-1;justify-content:flex-start}.giveaway-form.giveaway-form-money{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.giveaway-form.giveaway-form-money{grid-template-columns:1fr}.claim-referral-glow,.rewards-login-actions .button{width:100%}}


/* v113 rewards + admin analytics alignment */
.rewards-page .level-card{display:flex!important}
.rewards-page #reward-level{display:block!important}
.rewards-page .level-progress{display:block!important;position:relative;height:30px;margin-top:18px!important;border:1px solid #242d32;background:#0a0d0f;overflow:hidden}
.rewards-page .level-progress i{position:absolute;inset:0 auto 0 0;z-index:1}
.rewards-page .level-progress #reward-level-xp{position:absolute;inset:0;z-index:2;display:grid;place-items:center;color:#f3f8f5;font-family:var(--pixel);font-size:11px;text-shadow:0 1px 3px #000;letter-spacing:.03em}
.referral-panel-featured .panel-head{justify-content:flex-start}
.referral-main{display:flex;flex-direction:column;min-height:100%}
.referral-main .referral-create,.referral-main .referral-code-box{margin-top:22px;margin-bottom:0}
.referral-create button,.referral-balance-box .reward-action{height:48px;min-height:48px}
.referral-balance-box{justify-content:flex-start}
.referral-balance-box .reward-action{margin-top:auto}
.referral-balance-box>small{margin-top:14px}
.bonus-card{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(230px,.42fr)!important;align-items:stretch!important;gap:24px!important;padding:24px 26px!important}
.bonus-copy{min-width:0;display:flex;flex-direction:column;justify-content:center}
.bonus-card .bonus-copy>p{margin:16px 0 0!important;padding:0!important;max-width:650px;color:#8c9691;font-size:13px;line-height:1.55}
.bonus-claim-box{display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding:18px 20px;border:1px solid rgba(139,53,255,.28);border-radius:12px;background:linear-gradient(145deg,rgba(139,53,255,.08),rgba(8,5,14,.72));text-align:center}
.bonus-claim-box>small{color:#88779a;font-family:var(--pixel);font-size:9px;letter-spacing:.1em}
.bonus-card .bonus-range{display:block!important;width:auto!important;max-width:none!important;padding:0!important;margin:8px 0 5px!important;border:0!important;background:transparent!important;color:#f1ddff!important;font-size:29px!important;line-height:1.1;text-align:center;text-shadow:0 0 18px rgba(183,111,255,.2)}
.bonus-lock{display:block;margin:0 0 12px;padding:6px 9px;border:1px solid rgba(183,111,255,.34);border-radius:7px;background:rgba(183,111,255,.07);color:#d9b9ff;font-family:var(--pixel);font-size:9px;text-align:center}
.bonus-lock[hidden]{display:none!important}
.bonus-claim-box .reward-action{width:100%;margin-top:8px}
@media(max-width:820px){.bonus-card{grid-template-columns:1fr!important}.bonus-claim-box{min-height:150px}}

.admin-shell{width:min(1600px,calc(100% - 40px));padding-top:22px;align-items:start}
#admin-dashboard{min-width:0;width:100%}
.admin-dashboard-tabs{width:100%;margin-bottom:18px;position:sticky;top:8px}
.admin-tab-panel{min-width:0;width:100%;align-content:start}
.admin-tab-panel[hidden]{display:none!important}
.admin-tab-panel:not([hidden]){display:grid!important}
.admin-tab-panel>.reward-panel,.admin-dashboard-grid>*{min-width:0}
.admin-controls,.admin-bots-panel,.admin-users-panel{width:100%;margin:0}
.admin-controls-head{align-items:center}
.admin-table-wrap{width:100%;overflow:auto}
.admin-users-table{min-width:1180px;width:100%}
.admin-dashboard-grid,.admin-dashboard-grid--main{align-items:stretch}
.admin-chart-card,.admin-latest-card,.admin-panel-block{min-width:0}

.admin-analytics-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.admin-analytics-metric{min-height:112px;padding:20px;border:1px solid #20252b;border-radius:10px;background:#0b0d11}
.admin-analytics-metric span{display:block;color:#858b91;font-family:var(--pixel);font-size:9px;letter-spacing:.04em;text-transform:uppercase}
.admin-analytics-metric strong{display:block;margin-top:14px;color:#f2f3f5;font-family:var(--pixel);font-size:25px;line-height:1}
.admin-analytics-metric small{display:block;margin-top:11px;color:#5f656b;font-size:10px}
.admin-analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.admin-analytics-grid--charts .admin-chart-card{min-height:370px}
.admin-analytics-card{padding:0!important;overflow:hidden;min-height:270px}
.admin-analytics-card .admin-panel-heading{min-height:48px}
.admin-mini-tabs{display:flex;align-items:center;gap:4px}
.admin-mini-tabs button{height:28px;padding:0 10px;border:0;border-radius:4px;background:transparent;color:#676e74;font-size:9px;cursor:pointer}
.admin-mini-tabs button.active{background:#22265d;color:#8b94ff}
.admin-analytics-list{min-height:220px}
.admin-analytics-row{display:grid;grid-template-columns:minmax(0,1fr) 70px 62px;align-items:center;gap:10px;min-height:45px;padding:0 16px;border-top:1px solid #191e24;color:#aeb4b9}
.admin-analytics-row:first-child{border-top:0}
.admin-analytics-row b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#d6dade;font-size:11px;font-weight:600}
.admin-analytics-row span,.admin-analytics-row small{text-align:right;color:#888f95;font-size:10px}
.admin-analytics-row small{color:#666d73}
.admin-svg-chart--sessions .admin-chart-line{stroke:#ad7cff}
.admin-svg-chart--sessions .admin-chart-area{fill:rgba(173,124,255,.08)}
@media(max-width:1050px){.admin-analytics-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-analytics-grid{grid-template-columns:1fr}.admin-shell{width:min(100% - 24px,1600px)}}
@media(max-width:620px){.admin-analytics-metrics{grid-template-columns:1fr}.admin-analytics-row{grid-template-columns:minmax(0,1fr) 54px 52px}.admin-dashboard-tabs{top:4px}}
/* Referral action alignment */
.referral-balance-box{grid-row:1!important;grid-column:2!important;min-height:100%}
.referral-feature-grid>.referral-stats{grid-column:1/-1!important;grid-row:2!important}
@media(max-width:900px){.referral-balance-box{grid-row:auto!important;grid-column:auto!important}.referral-feature-grid>.referral-stats{grid-column:auto!important;grid-row:auto!important}}


/* v114 giveaway controls + user table alignment */
.giveaway-card{grid-template-columns:58px minmax(0,1fr) auto;gap:16px;padding:16px 18px}
.giveaway-icon{width:50px;height:50px;display:grid!important;place-items:center!important;justify-self:center;align-self:center;padding:0;line-height:1}
.giveaway-icon:before{display:block!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0}
.giveaway-body{min-width:0;display:flex;flex-direction:column;justify-content:center}
.giveaway-body h3{margin:0 0 8px}
.giveaway-details{display:flex;align-items:center;flex-wrap:wrap;gap:7px 14px;color:#919b96;font-size:12px}
.giveaway-details span{position:relative;white-space:nowrap}
.giveaway-details span+span:before{content:"";position:absolute;left:-8px;top:50%;width:3px;height:3px;border-radius:50%;background:#48534d;transform:translateY(-50%)}
.giveaway-prize{color:#e7fff0!important;font-weight:700}
.giveaway-level{color:#cfa6ff!important}
.giveaway-body small{margin-top:7px}
.giveaway-actions{min-width:150px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:7px}
.giveaway-actions .reward-action,.giveaway-actions button{width:100%;min-height:38px;white-space:nowrap}
.giveaway-draw,.giveaway-cancel,.giveaway-clear{height:38px;padding:0 12px;border-radius:8px;font-family:var(--pixel);font-size:9px;cursor:pointer}
.giveaway-draw{border:1px solid #7d40c4;background:#11081b;color:#d8b6ff}
.giveaway-cancel{border:1px solid rgba(255,91,108,.48);background:#12080a;color:#ff98a4}
.giveaway-clear{border:1px solid #3a4440;background:#0a0d0b;color:#b9c3bd}
.giveaway-draw:hover,.giveaway-cancel:hover,.giveaway-clear:hover{transform:none!important;filter:brightness(1.08)}
.giveaway-form.giveaway-form-money{grid-template-columns:minmax(240px,2fr) minmax(135px,.75fr) minmax(180px,1fr) minmax(135px,.75fr) auto;align-items:end;gap:12px}
.giveaway-field{min-width:0;display:flex;flex-direction:column;gap:7px}
.giveaway-field>span{color:#7f8a84;font-family:var(--pixel);font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.giveaway-field input{width:100%;text-transform:none}
.giveaway-field:first-child input{font-family:var(--pixel)}
.giveaway-create-button{height:48px;min-width:145px}
.admin-users-panel .admin-controls-head{padding:20px 20px 17px;align-items:flex-end;border-bottom:1px solid #182025}
.admin-users-panel .admin-controls-head>div{min-width:0;padding:0}
.admin-users-panel .admin-controls-head .eyebrow{margin:0 0 10px}
.admin-users-panel .admin-controls-head h2{margin:0 0 9px;line-height:1.1}
.admin-users-panel .admin-subtext{margin:0;line-height:1.45}
.admin-users-panel .admin-table-wrap{width:calc(100% - 32px);margin:16px;border-radius:10px}
.admin-users-table th,.admin-users-table td{padding:13px 14px!important;vertical-align:middle!important}
.admin-users-table td:first-child strong{display:block;line-height:1.25}
.admin-users-table td:first-child small{display:block;margin-top:3px;line-height:1.25}
.admin-user-actions{align-items:center}
@media(max-width:1000px){.giveaway-form.giveaway-form-money{grid-template-columns:1fr 1fr}.giveaway-create-button{width:100%}.giveaway-card{grid-template-columns:50px minmax(0,1fr)}.giveaway-actions{grid-column:1/-1;min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.admin-users-panel .admin-controls-head{align-items:stretch}}
@media(max-width:620px){.giveaway-form.giveaway-form-money{grid-template-columns:1fr}.giveaway-card{grid-template-columns:1fr;text-align:center}.giveaway-icon{justify-self:center}.giveaway-details{justify-content:center}.giveaway-details span+span:before{display:none}.giveaway-actions{grid-template-columns:1fr}.admin-users-panel .admin-table-wrap{width:calc(100% - 20px);margin:10px}}

/* Admin user filters + private backups */
.admin-user-tools{display:grid;gap:10px;min-width:min(720px,100%)}
.admin-user-search{grid-template-columns:minmax(240px,1fr) 150px auto!important;min-width:0!important;width:100%}
.admin-user-search select{height:44px;padding:0 34px 0 12px;border:1px solid #273139;border-radius:9px;background:#040607;color:#dce4df;outline:0}
.admin-user-search select:focus{border-color:var(--green);box-shadow:0 0 0 2px rgba(25,235,103,.08)}
.admin-backup-controls{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-height:36px}
.admin-backup-controls small{color:#78827c;text-align:right;line-height:1.35;overflow-wrap:anywhere}
.admin-backup-controls .button{white-space:nowrap}
.admin-users-table tr:has(.admin-user-state--banned){background:rgba(255,72,90,.025)}
@media(max-width:1100px){.admin-user-tools{width:100%;min-width:0}.admin-backup-controls{justify-content:flex-start}.admin-backup-controls small{text-align:left}}
@media(max-width:760px){.admin-user-search{grid-template-columns:1fr!important}.admin-backup-controls{align-items:stretch;flex-direction:column}.admin-backup-controls .button{width:100%}}

.admin-user-ban-reason{display:block;margin-top:6px!important;max-width:220px;color:#ffb0b8!important;line-height:1.3}

/* v115 admin date range + product management */
.admin-range-toolbar{margin:0 0 16px;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #20262d;border-radius:10px;background:#080a0d}.admin-range-toolbar .eyebrow{margin:0 0 5px;color:#666e74;font-size:8px}.admin-range-toolbar strong{font-family:var(--pixel);font-size:12px;color:#dfe4e1}.admin-date-trigger{min-width:210px;display:flex;align-items:center;justify-content:space-between;gap:14px}.admin-date-dialog{width:min(920px,calc(100vw - 28px));max-width:none;padding:0;border:1px solid #272c35;border-radius:12px;background:#111218;color:#fff;box-shadow:0 28px 90px rgba(0,0,0,.65)}.admin-date-dialog::backdrop{background:rgba(0,0,0,.72);backdrop-filter:blur(4px)}.admin-date-picker{display:grid;grid-template-columns:160px minmax(0,1fr);min-height:440px}.admin-date-presets{padding:0;border-right:1px solid #292b33;background:#19191f}.admin-date-presets button{width:100%;height:44px;padding:0 12px;border:0;border-bottom:1px solid #282830;background:transparent;color:#9097a7;text-align:left;font-size:12px;cursor:pointer}.admin-date-presets button:hover,.admin-date-presets button.active{background:#23243a;color:#6f86ff}.admin-date-main{padding:12px 14px 14px}.admin-date-inputs{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin-bottom:10px}.admin-date-inputs input{height:38px;padding:0 11px;border:1px solid #20242d;border-radius:5px;background:#0c0e13;color:#aeb4c0;outline:0}.admin-date-inputs input:focus{border-color:#5875ff}.admin-date-inputs span{color:#626977;font-size:10px}.admin-calendar-nav{height:42px;display:grid;grid-template-columns:34px 1fr 34px;align-items:center;border-top:1px solid #20232a}.admin-calendar-nav strong{text-align:center;font-family:var(--pixel);font-size:11px}.admin-calendar-nav button{height:30px;border:0;background:transparent;color:#697589;font-size:20px;cursor:pointer}.admin-calendar-nav button:hover{color:#6a8dff}.admin-calendar-months{display:grid;grid-template-columns:1fr 1fr;gap:18px}.admin-calendar-month>strong{display:block;margin:5px 0 9px;text-align:center;color:#d9dce3;font-size:12px}.admin-calendar-week,.admin-calendar-days{display:grid;grid-template-columns:repeat(7,1fr)}.admin-calendar-week span{height:26px;display:grid;place-items:center;color:#737a85;font-size:9px}.admin-calendar-days i,.admin-calendar-days button{height:34px}.admin-calendar-days i{display:block}.admin-calendar-days button{position:relative;border:0;background:transparent;color:#c5c9d2;font-size:11px;cursor:pointer}.admin-calendar-days button:hover{background:#262a38}.admin-calendar-days button.is-range{background:#1d274b;color:#dce3ff}.admin-calendar-days button.is-start,.admin-calendar-days button.is-end{border-radius:18px;background:#4285ff;color:#fff;font-weight:700}.admin-date-actions{margin-top:14px;padding-top:12px;display:flex;justify-content:flex-end;gap:8px;border-top:1px solid #20232a}
.admin-products-stock,.admin-products-add{padding:22px}.admin-products-stock .admin-controls-head{align-items:flex-start}.admin-stock-form{min-width:min(100%,470px);display:grid;gap:7px}.admin-stock-form label{color:#9aa39e;font-size:11px;font-weight:700}.admin-stock-form>div{display:grid;grid-template-columns:1fr auto;gap:8px}.admin-stock-form input,.admin-product-add-form input,.admin-product-add-form textarea,.admin-product-fields input,.admin-product-fields textarea{width:100%;border:1px solid #283039;border-radius:8px;background:#050709;color:#f2f5f3;outline:0}.admin-stock-form input,.admin-product-add-form input,.admin-product-fields input{height:43px;padding:0 12px}.admin-stock-form input:focus,.admin-product-add-form input:focus,.admin-product-add-form textarea:focus,.admin-product-fields input:focus,.admin-product-fields textarea:focus{border-color:#19b956;box-shadow:0 0 0 2px rgba(25,235,103,.06)}.admin-stock-form small{color:#6f7974;font-size:10px}.admin-product-add-form{display:grid;grid-template-columns:1fr 1.1fr .7fr .8fr .55fr 1.2fr;gap:10px;padding:18px}.admin-product-add-form textarea{grid-column:1/-2;min-height:72px;padding:11px 12px;resize:vertical}.admin-product-add-form>.button{height:72px}.admin-products-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-product-editor{padding:18px}.admin-product-editor-head{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:16px}.admin-product-preview{width:54px;height:54px;display:grid;place-items:center;border:1px solid #27302d;border-radius:9px;background:#070b09;overflow:hidden}.admin-product-preview img{width:100%;height:100%;object-fit:contain}.admin-product-editor-head strong{display:block;font-family:var(--pixel);font-size:15px}.admin-product-editor-head small{display:block;margin-top:4px;color:#6f7874;font-size:9px}.admin-product-max{padding:7px 9px;border:1px solid #22482f;border-radius:7px;background:#07130b;color:#36e979;font-family:var(--pixel);font-size:9px}.admin-product-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-product-fields label{display:grid;gap:6px;color:#858f8a;font-size:10px}.admin-product-description{grid-column:1/-1}.admin-product-fields textarea{min-height:74px;padding:10px 12px;resize:vertical}.admin-product-fields input[readonly]{color:#64d88c;background:#07100a}.admin-product-editor-actions{margin-top:14px;padding-top:13px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #20272b}.admin-product-editor-actions>span{color:#77807c;font-size:10px}.admin-product-editor-actions>div{display:flex;gap:8px}
.product-price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:11px}.product-price-row .product-price{margin-top:0}.product-original-price{color:#7c8386;font-family:var(--pixel);font-size:13px;text-decoration-color:#d45d69}.product-sale-badge{padding:4px 6px;border:1px solid rgba(255,93,108,.38);border-radius:5px;background:rgba(255,93,108,.08);color:#ff8d99;font-family:var(--pixel);font-size:8px}.product-card--sold-out{filter:saturate(.45);opacity:.72}.add-button:disabled{border-color:#343a3d!important;background:#0a0c0d!important;color:#6c7375!important;cursor:not-allowed!important}.add-button:disabled:before{opacity:.35}
@media(max-width:1100px){.admin-products-list{grid-template-columns:1fr}.admin-product-add-form{grid-template-columns:1fr 1fr 1fr}.admin-product-add-form textarea{grid-column:1/-1}.admin-product-add-form>.button{height:44px}}
@media(max-width:760px){.admin-range-toolbar{align-items:flex-start;flex-direction:column}.admin-date-trigger{width:100%;min-width:0}.admin-date-picker{grid-template-columns:1fr}.admin-date-presets{display:grid;grid-template-columns:repeat(3,1fr);border-right:0;border-bottom:1px solid #292b33}.admin-date-presets button{text-align:center}.admin-calendar-months{grid-template-columns:1fr}.admin-calendar-month:nth-child(2){display:none}.admin-product-add-form,.admin-product-fields{grid-template-columns:1fr}.admin-product-description{grid-column:auto}.admin-stock-form>div{grid-template-columns:1fr}.admin-product-editor-head{grid-template-columns:48px 1fr}.admin-product-max{grid-column:1/-1;width:max-content}.admin-product-editor-actions{align-items:flex-start;flex-direction:column}.admin-product-editor-actions>div{width:100%}.admin-product-editor-actions .button{flex:1}}

.auth-text-button{margin:1px 0 10px;padding:0;border:0;background:transparent;color:#24e96c;font:inherit;font-size:11px;text-align:left;cursor:pointer}.auth-text-button:hover{text-decoration:underline}.password-reset-dialog .auth-panel{max-width:480px}.password-reset-dialog .auth-hint strong{color:#dfffea}.account-forgot-button{margin-top:12px;text-align:center}.account-settings-form[hidden]{display:none!important}

.checkout-code{margin:0 0 14px}.checkout-code label{display:block}.checkout-code label span{color:#747c82;font-weight:500}.checkout-code-row{display:grid;grid-template-columns:minmax(0,1fr) 92px;gap:8px;align-items:stretch}.checkout-code-row input{height:48px;margin:0}.checkout-code-row button{height:48px;margin:0;padding:0 14px;border:1px solid #12c653;border-radius:8px;background:#07110a;color:#fff;font-family:var(--pixel);font-size:11px;cursor:pointer}.checkout-code-row button:hover{background:#0b1a0f}.checkout-code>small{display:block;min-height:16px;margin-top:6px;color:#75e99d;font-size:10px}.checkout-code input[aria-invalid="true"]{border-color:#d54b4b}.checkout-code input[aria-invalid="true"]+button{border-color:#d54b4b}.checkout-code input[aria-invalid="true"]~*{color:#ff7070}
.admin-discount-create-form{display:grid;grid-template-columns:1.1fr .85fr .8fr .9fr .9fr .85fr 1fr auto;gap:10px;align-items:end}.admin-discount-create-form label,.admin-discount-fields label{display:grid;gap:6px;color:#a7afb4;font-size:10px;font-weight:800;text-transform:uppercase}.admin-discount-create-form input,.admin-discount-create-form select,.admin-discount-fields input,.admin-discount-fields select{width:100%;height:42px;padding:0 10px;border:1px solid #2a3238;border-radius:7px;background:#050709;color:#fff}.admin-discount-list{display:grid;gap:12px;margin-top:14px}.admin-discount-card{padding:18px}.admin-discount-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:14px}.admin-discount-head strong{font-family:var(--pixel);font-size:20px;color:#fff}.admin-discount-head small{display:block;margin-top:4px;color:#778087}.admin-discount-state{padding:5px 8px;border:1px solid #245e38;border-radius:999px;color:#70ee99;font-size:9px;font-weight:900}.admin-discount-state.is-off{border-color:#623036;color:#ff8585}.admin-discount-fields{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.admin-discount-actions{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:14px}.admin-discount-actions>div{display:flex;gap:8px}.admin-discount-actions small{color:#737c82}.admin-discount-remove{border-color:#623036;color:#ffb2b2}.admin-discount-toggle{min-width:90px}@media(max-width:1100px){.admin-discount-create-form{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-discount-create-form .button{grid-column:span 4}.admin-discount-fields{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:650px){.checkout-code-row{grid-template-columns:minmax(0,1fr) 82px}.admin-discount-create-form,.admin-discount-fields{grid-template-columns:1fr 1fr}.admin-discount-create-form .button{grid-column:1/-1}.admin-discount-actions{align-items:flex-start;flex-direction:column}.admin-discount-actions>div{width:100%}.admin-discount-actions button{flex:1}}

.footer-legal .footer-discord,.footer-links .footer-discord{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border:1px solid #5865f2;border-radius:7px;background:#0a0b13;color:#cfd3ff!important;font-family:var(--pixel);font-size:11px;letter-spacing:.04em;text-transform:uppercase;transition:border-color .18s ease,color .18s ease,background .18s ease,box-shadow .18s ease!important}.footer-legal .footer-discord:hover,.footer-links .footer-discord:hover{border-color:#7c86ff;background:#101226;color:#fff!important;box-shadow:0 0 16px rgba(88,101,242,.18);text-shadow:none}
@media(max-width:620px){.footer-legal{width:100%;gap:10px;flex-wrap:nowrap;justify-content:center}.footer-legal a{font-size:10px;white-space:nowrap}.footer-legal .footer-discord{min-height:28px;padding:0 9px;font-size:10px;flex:0 0 auto}}

.status-actions{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.status-actions [hidden]{display:none!important}
/* v119 - payment fee breakdown */
.checkout-summary-fees{display:grid!important;gap:9px;padding:12px 14px!important}.checkout-summary-fees>div{display:flex;align-items:center;justify-content:space-between;gap:16px}.checkout-summary-fees>div:not(.checkout-summary-total){color:#8b949b;font-size:12px}.checkout-summary-fees>div:not(.checkout-summary-total) strong{color:#c4cbd0;font-size:13px}.checkout-summary-fees .checkout-summary-total{padding-top:10px;border-top:1px solid #242a30}.checkout-summary-fees .checkout-summary-total strong{color:var(--green);font-size:20px}.method-button.is-selected{border-color:#19eb67;background:#0b1710;box-shadow:inset 0 0 0 1px rgba(25,235,103,.18),0 0 18px rgba(25,235,103,.1)}.method-fee{margin-top:5px!important;color:#92dca9!important;font-family:var(--pixel);font-size:8px!important;font-weight:500!important}.checkout-pay-button{width:100%;margin-top:10px;min-height:46px}.checkout-pay-button:disabled{opacity:.45;cursor:not-allowed}

/* v119 - move Claim 100M into primary navigation */
.main-nav .claim-nav-cta{padding:10px 14px!important;border:1px solid rgba(25,239,104,.8);border-radius:8px;background:linear-gradient(120deg,rgba(162,41,255,.17),rgba(25,239,104,.14));color:#fff!important;box-shadow:0 0 14px rgba(25,239,104,.24),inset 0 0 14px rgba(162,41,255,.08);text-shadow:0 0 9px rgba(25,239,104,.42);white-space:nowrap!important;transition:filter .18s ease,border-color .18s ease,box-shadow .18s ease!important}
.main-nav .claim-nav-cta:after{display:none!important}
.main-nav .claim-nav-cta:hover{border-color:#19ef68!important;color:#fff!important;filter:brightness(1.18);box-shadow:0 0 24px rgba(25,239,104,.42),0 0 12px rgba(162,41,255,.18),inset 0 0 15px rgba(25,239,104,.08)}
@media(max-width:1180px){.main-nav .claim-nav-cta{padding:9px 9px!important;font-size:11px!important}.main-nav{gap:10px!important}}
@media(max-width:760px){.main-nav{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:2px!important}.main-nav .claim-nav-cta{padding:8px 2px!important;font-size:8px!important;border-radius:6px;white-space:normal!important;line-height:1.05!important}}

/* Header nav polish */
.main-nav a{white-space:nowrap}
@keyframes claimNavBob{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
.main-nav .claim-nav-cta{animation:claimNavBob 1.8s ease-in-out infinite;will-change:transform}
@media(prefers-reduced-motion:reduce){.main-nav .claim-nav-cta{animation:none}}
@media(max-width:760px){.main-nav .claim-nav-cta{white-space:nowrap!important}}
@keyframes claimNavFloat{0%,100%{top:0}50%{top:-8px}}
.main-nav .claim-nav-cta{position:relative!important;animation:claimNavFloat 1.7s ease-in-out infinite!important}
@media(prefers-reduced-motion:reduce){.main-nav .claim-nav-cta{animation:claimNavFloat 1.7s ease-in-out infinite!important}}
.status-page{min-height:100vh;display:flex;flex-direction:column}.status-page .status-main{flex:1;width:min(960px,calc(100% - 48px));margin:38px auto 48px}.status-page .site-footer{margin-top:auto}.status-actions .button{display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1}.status-page .status-card{width:100%}@media(max-width:860px){.status-page .status-main{width:min(960px,calc(100% - 30px));margin:28px auto 36px}}@media(max-width:650px){.status-actions .button{width:100%}}

/* v124 checkout compactness, order table, delivery review UI */
.checkout-code{margin-bottom:8px}.checkout-code>small{min-height:0;margin-top:4px}.checkout-code>small:empty{display:none}.checkout-panel .field-error:empty,.checkout-state:empty{display:none}.checkout-summary-fees{width:100%;grid-template-columns:minmax(0,1fr)!important;justify-content:stretch!important;align-items:stretch!important}.checkout-summary-fees>div{width:100%;min-width:0}.method-button[data-method="paypal"]{justify-content:center}.method-button[data-method="paypal"]>span{flex:1;text-align:center}.method-button[data-method="paypal"]>b{position:absolute;left:10px;top:50%;transform:translateY(-50%)}
.orders-toolbar{display:flex;gap:10px;margin:0 0 14px}.orders-toolbar label{min-width:170px}.orders-toolbar label>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.orders-toolbar select{width:100%;height:42px;padding:0 34px 0 12px;border:1px solid #2a3038;border-radius:7px;background:#171820;color:#fff;outline:0;cursor:pointer}.orders-toolbar select:focus{border-color:#20ce5b}.orders-table-wrap{overflow-x:auto;border:1px solid #20272d;border-radius:8px;background:#0b0c11}.orders-table{width:100%;min-width:860px;border-collapse:collapse}.orders-table th,.orders-table td{padding:13px 14px;border-bottom:1px solid #222632;text-align:left;white-space:nowrap}.orders-table th{background:#1a1b24;color:#f0f2f3;font-size:11px;font-weight:800}.orders-table td{color:#dfe3e5;font-size:12px}.orders-table tbody tr:last-child td{border-bottom:0}.orders-table-row{cursor:pointer;transition:background .15s ease}.orders-table-row:hover,.orders-table-row:focus{background:#11151a;outline:none}.orders-product{display:flex;align-items:center;gap:10px;min-width:185px}.orders-product img{width:34px;height:34px;object-fit:contain;border-radius:6px}.orders-product strong{display:block;font-size:12px}.orders-product small{display:block;margin-top:3px;color:#6f7781;font-size:9px}.orders-type,.orders-quantity,.orders-price,.orders-discount{font-weight:800}.orders-status{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid #6c5722;border-radius:7px;background:#1b1608;color:#f0ca55;font-family:var(--pixel);font-size:8px;text-transform:uppercase}.orders-status--delivered,.orders-status--paid{border-color:#198f46;background:#07160c;color:#2af078}.orders-status--failed,.orders-status--canceled{border-color:#8e3737;background:#190909;color:#ff7a7a}.orders-status--refunded{border-color:#69528c;background:#120c1b;color:#cda8ff}.order-review-link{display:block;margin-top:6px;padding:0;border:0;background:transparent;color:#25e96b;font-size:9px;font-weight:800;cursor:pointer}.order-review-link:hover{text-decoration:underline}.order-review-link.is-reviewed{color:#737c77;cursor:default;text-decoration:none}.orders-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px}.orders-pagination button{min-width:44px;height:38px;padding:0 12px;border:1px solid #242a34;border-radius:6px;background:#171820;color:#dfe3e7;cursor:pointer}.orders-pagination button:disabled{opacity:.35;cursor:not-allowed}.orders-pagination span{min-width:64px;text-align:center;color:#7e8790;font-size:10px}.review-dialog{width:min(520px,calc(100vw - 28px));padding:0;border:1px solid #2a3138;border-radius:12px;background:#080a0d;color:#fff;box-shadow:0 28px 80px rgba(0,0,0,.75)}.review-dialog::backdrop{background:rgba(0,0,0,.76);backdrop-filter:blur(5px)}.review-panel{padding:22px}.review-order-name{margin:18px 0 10px;color:#8d9691;font-size:11px}.review-stars{display:flex;gap:7px;margin:4px 0 20px}.review-stars button{padding:0;border:0;background:transparent;color:#41484d;font-size:34px;line-height:1;cursor:pointer;transition:color .12s ease,transform .12s ease}.review-stars button:hover,.review-stars button.active{color:#ffd85a}.review-stars button:hover{transform:translateY(-1px)}.review-panel>label{display:block;margin:0 0 7px;color:#cdd3d0;font-size:12px;font-weight:800}.review-panel>label span{color:#747c82;font-weight:500}.review-panel textarea{width:100%;min-height:110px;padding:12px;border:1px solid #2b3338;border-radius:8px;background:#050709;color:#fff;resize:vertical;outline:0}.review-panel textarea:focus{border-color:#18be53;box-shadow:0 0 0 3px rgba(25,235,103,.07)}.review-panel .field-error{margin:7px 0 0}.review-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:14px}.review-actions .button{min-width:128px}.status-actions .button{display:inline-flex;align-items:center;justify-content:center}
@media(max-width:720px){.orders-toolbar{display:grid;grid-template-columns:1fr 1fr}.orders-toolbar label{min-width:0}.review-actions{display:grid;grid-template-columns:1fr 1fr}.review-actions .button{width:100%;min-width:0}}
@media(max-width:480px){.orders-toolbar{grid-template-columns:1fr}.method-button[data-method="paypal"]>b{position:static;transform:none}.method-button[data-method="paypal"]{justify-content:flex-start}.method-button[data-method="paypal"]>span{text-align:left}}

/* v125 checkout micro polish */
.bedrock-checkout-tip{margin-top:-5px!important}
.method-button[data-method="paypal"]>b,.method-button[data-method="paypal"]:hover>b,.method-button[data-method="paypal"]:focus-visible>b,.method-button[data-method="paypal"]:active>b{position:absolute!important;left:10px!important;top:50%!important;transform:translateY(-50%)!important;margin:0!important;transition:none!important}
@media(max-width:480px){.method-button[data-method="paypal"]>b,.method-button[data-method="paypal"]:hover>b,.method-button[data-method="paypal"]:focus-visible>b,.method-button[data-method="paypal"]:active>b{position:static!important;transform:none!important}}

/* v126 - keep global header actions sized correctly with currency selector */
.header-inner{grid-template-columns:350px minmax(0,1fr) 500px}
.header-actions>.auth-nav,.header-actions>.language-switcher,.header-actions>.currency-switcher,.header-actions>.cart-button{flex:0 0 auto}
.header-actions .auth-button,.header-actions .cart-button{white-space:nowrap!important;overflow-wrap:normal!important;word-break:normal!important}
@media(max-width:1180px){.header-inner{grid-template-columns:280px minmax(0,1fr) 430px}}
@media(max-width:860px){.header-inner{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:'brand actions' 'nav nav';padding:12px 0}.brand{grid-area:brand}.main-nav{grid-area:nav}.header-actions{grid-area:actions;gap:6px}.currency-switcher{width:84px;height:42px}.currency-trigger{grid-template-columns:1fr 13px;padding:0 9px;font-size:11px}.currency-globe{display:none}.cart-button{min-width:80px;padding:0 9px}}
@media(max-width:620px){.header-inner{grid-template-columns:minmax(0,1fr) auto}.header-actions{gap:4px}.currency-switcher{width:72px}.language-switcher{width:70px}.cart-button{width:78px;min-width:78px}.auth-button{display:none}}

/* v127 - consistent header action spacing on every page */
.site-header .header-actions{gap:12px!important}
.site-header .header-actions>:is(.language-switcher,.currency-switcher,.auth-nav,.cart-button){margin-left:0!important;margin-right:0!important}
@media(max-width:1180px){.site-header .header-actions{gap:8px!important}}
@media(max-width:860px){.site-header .header-actions{gap:6px!important}}
@media(max-width:620px){.site-header .header-actions{gap:4px!important}}


/* v128 - lock desktop header geometry across pages and keep header out of page fades */
.header-control-placeholder{display:block;flex:0 0 auto;pointer-events:none}.header-language-placeholder{width:90px;height:48px}.header-currency-placeholder{width:112px;height:48px}
html.page-transition-enabled body{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}
html.page-transition-enabled body>main,html.page-transition-enabled body>.site-footer{opacity:0;transform:translateY(8px);filter:blur(2px);transition:opacity .28s ease,transform .38s cubic-bezier(.16,1,.3,1),filter .28s ease}
html.page-transition-enabled.page-transition-ready body>main,html.page-transition-enabled.page-transition-ready body>.site-footer{opacity:1;transform:none;filter:none}
html.page-transition-enabled.page-transition-leaving body>main,html.page-transition-enabled.page-transition-leaving body>.site-footer{opacity:0;transform:translateY(-6px);filter:blur(3px);pointer-events:none}
@media(min-width:1181px){body.exact-site .site-header{height:112px!important;min-height:112px!important}body.exact-site .site-header .header-inner{width:min(1440px,calc(100% - 48px))!important;height:112px!important;min-height:112px!important;padding:0!important;grid-template-columns:350px minmax(0,1fr) 500px!important;grid-template-rows:1fr!important;gap:20px!important;align-items:center!important}body.exact-site .site-header .brand{grid-column:auto!important;grid-row:auto!important;grid-area:auto!important}body.exact-site .site-header .brand-logo{width:325px!important}body.exact-site .site-header .main-nav{grid-column:auto!important;grid-row:auto!important;grid-area:auto!important;width:auto!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:20px!important;overflow:visible!important}body.exact-site .site-header .main-nav a{padding:12px 0!important;font-size:14px!important;line-height:1.15!important;white-space:nowrap!important}body.exact-site .site-header .header-actions{grid-column:auto!important;grid-row:auto!important;grid-area:auto!important;width:500px!important;min-width:500px!important;gap:12px!important;justify-content:flex-end!important}body.exact-site .site-header .header-actions>.auth-nav{width:86px!important;min-width:86px!important;justify-content:center!important}body.exact-site .site-header .header-actions .auth-button{width:86px!important;min-width:86px!important;padding-inline:10px!important}body.exact-site .site-header .language-switcher,body.exact-site .site-header .header-language-placeholder{width:90px!important}body.exact-site .site-header .currency-switcher,body.exact-site .site-header .header-currency-placeholder{width:112px!important}body.exact-site .site-header .cart-button{width:142px!important;min-width:142px!important}}
@media(min-width:861px) and (max-width:1180px){body.exact-site .site-header .header-inner{grid-template-columns:280px minmax(0,1fr) 430px!important;gap:12px!important}body.exact-site .site-header .header-actions{width:430px!important;min-width:430px!important;gap:8px!important}body.exact-site .site-header .header-actions>.auth-nav{width:86px!important;min-width:86px!important;justify-content:center!important}body.exact-site .site-header .header-actions .auth-button{width:86px!important;min-width:86px!important}body.exact-site .site-header .language-switcher,body.exact-site .site-header .header-language-placeholder{width:80px!important;height:48px}body.exact-site .site-header .currency-switcher,body.exact-site .site-header .header-currency-placeholder{width:90px!important;height:48px}body.exact-site .site-header .cart-button{width:108px!important;min-width:108px!important}body.exact-site .site-header .main-nav{gap:13px!important}}
@media(max-width:860px){.header-language-placeholder{width:76px;height:42px}.header-currency-placeholder{width:84px;height:42px}}
@media(max-width:620px){.header-language-placeholder{width:70px}.header-currency-placeholder{width:72px}}
@media(prefers-reduced-motion:reduce){html.page-transition-enabled body>main,html.page-transition-enabled body>.site-footer{transition:none!important;opacity:1!important;transform:none!important;filter:none!important}}


/* v129 - selector spacing and auth-safe claim CTA */
.quest-card[data-quest-kind="buy"] .quest-number:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2319eb67' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l2.1 10.1a2 2 0 0 0 2 1.6h7.8a2 2 0 0 0 2-1.6L20.2 8H7.8M10 20a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm9 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z'/%3E%3C/svg%3E")!important}

.claim-nav-cta[hidden]{display:none!important}
.language-trigger{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;padding-left:12px!important;padding-right:26px!important}
.language-trigger-flag{flex:0 0 22px!important}
.language-current{flex:1 1 auto!important;min-width:0!important;text-align:center!important}
.language-chevron{position:absolute!important;right:9px!important;top:50%!important;width:13px!important;height:13px!important;transform:translateY(-50%)!important}
.language-switcher.is-open .language-chevron{transform:translateY(-50%) rotate(180deg)!important}
@media(max-width:860px){.language-trigger{gap:6px!important;padding-left:9px!important;padding-right:23px!important}.language-trigger-flag{flex-basis:20px!important}.language-chevron{right:8px!important;width:12px!important;height:12px!important}}
@media(max-width:620px){.language-trigger{gap:5px!important;padding-left:7px!important;padding-right:21px!important}.language-trigger-flag{flex-basis:19px!important}.language-chevron{right:7px!important;width:11px!important;height:11px!important}}

.admin-bot-edition{width:74px}.admin-bot-edition--bedrock{border-color:rgba(25,235,103,.65)!important;color:var(--green)!important;background:rgba(25,235,103,.06)!important}

/* v130 - checkout Minecraft account hint + stock-aware custom presets */
.checkout-self-fields{margin-bottom:14px}
.checkout-username-shell{display:block;min-width:0}
.checkout-username-shell input{margin-bottom:0!important}
.checkout-username-shell .bedrock-checkout-tip{display:block;margin:6px 0 0!important;color:#8c969d;font-size:11px;line-height:1.35}
.custom-presets{grid-template-columns:repeat(auto-fit,minmax(58px,1fr))!important}
.custom-presets button:disabled{opacity:.35;cursor:not-allowed}

/* ============================================================
   Gift-only checkout: drop the Minecraft account field entirely
   ============================================================ */
.checkout-self-fields[hidden]{display:none!important}
.checkout-panel .checkout-self-fields[hidden]+.checkout-discount{margin-top:0}
.checkout-panel.is-gift-only .checkout-gift-note{margin-top:2px}

/* ============================================================
   Claim 100M nav pill - a little more room so the text fits
   ============================================================ */
.main-nav .claim-nav-cta{padding:10px 19px!important;letter-spacing:.045em!important}
@media(max-width:1180px){.main-nav .claim-nav-cta{padding:9px 14px!important;font-size:11px!important}}
@media(max-width:760px){
  .main-nav{grid-template-columns:repeat(5,minmax(0,1fr)) 1.45fr!important}
  .main-nav .claim-nav-cta{padding:8px 6px!important;font-size:8.5px!important;white-space:nowrap!important}
}

/* ============================================================
   Nav alert dot (rewards link when a giveaway is running)
   ============================================================ */
.main-nav a.has-nav-dot{position:relative;padding-right:14px}
.nav-dot{position:absolute;top:6px;right:-2px;width:9px;height:9px;border-radius:50%;background:#ff3b5c;box-shadow:0 0 0 2px #020303,0 0 10px rgba(255,59,92,.85);animation:dwNavDotPulse 1.9s ease-in-out infinite;pointer-events:none}
@keyframes dwNavDotPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.22);opacity:.75}}
@media(prefers-reduced-motion:reduce){.nav-dot{animation:none}}
@media(max-width:760px){.nav-dot{top:2px;right:0;width:7px;height:7px}}

/* ============================================================
   Notification centre
   ============================================================ */
.notification-switcher{position:relative;width:48px;height:48px;flex:0 0 auto;z-index:95}
.notification-switcher[hidden]{display:none}
.notification-trigger{position:relative;width:100%;height:100%;display:grid;place-items:center;border:1px solid #242a31;border-radius:9px;background:#07090c;color:#f6f7f8;cursor:pointer;outline:0;transition:border-color .22s ease,color .22s ease,box-shadow .22s ease,background .22s ease}
.notification-trigger:hover,.notification-trigger:focus-visible,.notification-switcher.is-open .notification-trigger{border-color:var(--green);color:var(--green);background:linear-gradient(180deg,#0a1a10,#040906);box-shadow:0 10px 30px rgba(0,0,0,.34),0 0 22px rgba(25,235,103,.13)}
.notification-bell{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .24s cubic-bezier(.22,1,.36,1)}
.notification-trigger.has-unread .notification-bell{animation:dwBellSwing 2.6s ease-in-out infinite;transform-origin:50% 12%}
@keyframes dwBellSwing{0%,72%,100%{transform:rotate(0)}78%{transform:rotate(11deg)}84%{transform:rotate(-9deg)}90%{transform:rotate(5deg)}95%{transform:rotate(-3deg)}}
@media(prefers-reduced-motion:reduce){.notification-trigger.has-unread .notification-bell{animation:none}}
.notification-dot{position:absolute;top:5px;right:5px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:9px;background:#ff3b5c;color:#fff;font-family:var(--pixel);font-size:10px;font-weight:700;line-height:1;box-shadow:0 0 0 2px #07090c,0 0 12px rgba(255,59,92,.7)}
.notification-dot[hidden]{display:none}
.notification-menu{position:absolute;top:calc(100% + 9px);right:0;width:min(360px,calc(100vw - 32px));max-height:min(460px,70vh);display:flex;flex-direction:column;padding:7px;border:1px solid rgba(25,235,103,.34);border-radius:11px;background:linear-gradient(165deg,rgba(9,17,12,.985),rgba(3,6,5,.985));box-shadow:0 20px 48px rgba(0,0,0,.58),0 0 30px rgba(25,235,103,.075);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px) scale(.96);transform-origin:top right;transition:opacity .2s ease,visibility .2s ease,transform .24s cubic-bezier(.22,1,.36,1);outline:0}
.notification-switcher.is-open .notification-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}
.notification-menu:before{content:"";position:absolute;top:-5px;right:20px;width:9px;height:9px;border-left:1px solid rgba(25,235,103,.34);border-top:1px solid rgba(25,235,103,.34);background:#08100b;transform:rotate(45deg)}
.notification-menu-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 9px 9px;border-bottom:1px solid rgba(255,255,255,.05)}
.notification-menu-head strong{color:#effff5;font-family:var(--pixel);font-size:12px;letter-spacing:.06em;text-transform:uppercase}
.notification-readall{padding:4px 8px;border:1px solid rgba(25,235,103,.28);border-radius:6px;background:transparent;color:#8fb9a1;font-family:var(--body);font-size:10.5px;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}
.notification-readall:hover{border-color:var(--green);background:rgba(25,235,103,.09);color:var(--green)}
.notification-readall[hidden]{display:none}
.notification-list{flex:1;min-height:0;overflow-y:auto;padding:6px 2px 2px;display:flex;flex-direction:column;gap:3px;scrollbar-width:thin}
.notification-empty{margin:18px 10px 22px;color:#626c66;font-size:12px;text-align:center}
.notification-item{position:relative;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:10px;padding:9px 10px;border:1px solid transparent;border-radius:8px;background:transparent;color:#acb4af;text-align:left;cursor:pointer;transition:transform .2s cubic-bezier(.22,1,.36,1),background .2s ease,border-color .2s ease,color .2s ease}
.notification-item:hover{transform:translateX(3px);border-color:rgba(25,235,103,.22);background:linear-gradient(90deg,rgba(25,235,103,.1),rgba(25,235,103,.02));color:#f2fff7}
.notification-item.is-unread{background:rgba(25,235,103,.055);border-color:rgba(25,235,103,.16)}
.notification-item.is-unread:after{content:"";position:absolute;left:0;top:11px;bottom:11px;width:2px;border-radius:2px;background:var(--green);box-shadow:0 0 8px var(--green)}
.notification-icon{width:30px;height:30px;display:grid;place-items:center;border:1px solid #202b24;border-radius:8px;background:#050907;font-size:14px;line-height:1}
.notification-body{min-width:0;display:flex;flex-direction:column;gap:3px}
.notification-body strong{color:#e9efeb;font-family:var(--pixel);font-size:11.5px;letter-spacing:.04em;line-height:1.25}
.notification-item.is-unread .notification-body strong{color:var(--green)}
.notification-body p{margin:0;color:#8c969d;font-size:11.5px;line-height:1.42;overflow-wrap:anywhere}
.notification-body small{color:#5c6661;font-size:10px}
@media(max-width:760px){.notification-switcher{width:42px;height:42px}.notification-menu{right:auto;left:50%;transform:translate(-50%,-8px) scale(.96);transform-origin:top center}.notification-switcher.is-open .notification-menu{transform:translate(-50%,0) scale(1)}.notification-menu:before{right:auto;left:calc(50% - 4px)}}

/* ============================================================
   Custom dropdowns replacing the native <select>
   ============================================================ */
.dw-select-native{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;border:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;pointer-events:none!important;opacity:0!important;appearance:none!important}
.dw-select{position:relative;width:100%;min-width:0;z-index:1}
.dw-select.is-open{z-index:60}
.dw-select-trigger{width:100%;min-height:42px;padding:0 34px 0 12px;display:flex;align-items:center;border:1px solid #242a31;border-radius:9px;background:linear-gradient(180deg,#07110b 0%,#030705 100%);color:#effff5;font-family:var(--body);font-size:13px;text-align:left;cursor:pointer;outline:0;transition:border-color .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease}
.dw-select-trigger:hover,.dw-select-trigger:focus-visible,.dw-select.is-open .dw-select-trigger{border-color:var(--green);background:linear-gradient(180deg,#0a1a10,#040906);color:var(--green);box-shadow:0 10px 26px rgba(0,0,0,.32),0 0 20px rgba(25,235,103,.12)}
.dw-select-trigger:disabled{opacity:.45;cursor:not-allowed}
.dw-select-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dw-select-chevron{position:absolute;top:50%;right:11px;width:15px;height:15px;margin-top:-7.5px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;transition:transform .24s cubic-bezier(.22,1,.36,1)}
.dw-select.is-open .dw-select-chevron{transform:rotate(180deg)}
.dw-select-menu{position:absolute;top:calc(100% + 7px);left:0;z-index:70;width:100%;min-width:160px;max-height:270px;overflow-y:auto;padding:6px;border:1px solid rgba(25,235,103,.34);border-radius:11px;background:linear-gradient(165deg,rgba(9,17,12,.99),rgba(3,6,5,.99));box-shadow:0 20px 48px rgba(0,0,0,.6),0 0 30px rgba(25,235,103,.075);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px) scale(.97);transform-origin:top left;transition:opacity .2s ease,visibility .2s ease,transform .24s cubic-bezier(.22,1,.36,1);scrollbar-width:thin}
.dw-select.is-open .dw-select-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}
.dw-select-option{position:relative;width:100%;min-height:38px;padding:7px 11px;display:flex;align-items:center;border:1px solid transparent;border-radius:8px;background:transparent;color:#acb4af;font-family:var(--body);font-size:12.5px;text-align:left;cursor:pointer;outline:0;transition:transform .2s cubic-bezier(.22,1,.36,1),background .2s ease,border-color .2s ease,color .2s ease}
.dw-select-option+.dw-select-option{margin-top:2px}
.dw-select-option:hover,.dw-select-option:focus-visible{transform:translateX(3px);border-color:rgba(25,235,103,.24);background:linear-gradient(90deg,rgba(25,235,103,.11),rgba(25,235,103,.025));color:#f2fff7}
.dw-select-option[aria-selected="true"]{border-color:rgba(25,235,103,.23);background:rgba(25,235,103,.08);color:var(--green)}
.dw-select-option[aria-selected="true"]:after{content:"";position:absolute;left:0;top:9px;bottom:9px;width:2px;border-radius:2px;background:var(--green);box-shadow:0 0 8px var(--green)}
.dw-select-option:disabled{opacity:.4;cursor:not-allowed}
.orders-filters .dw-select,.admin-filters .dw-select{min-width:150px}
.admin-row-actions .dw-select{min-width:132px}
.admin-row-actions .dw-select-trigger{min-height:36px;font-size:12px}

/* ============================================================
   Branded validation message (replaces the browser bubble)
   ============================================================ */
.dw-validation-bubble{position:fixed;top:0;left:0;z-index:2147483000;max-width:290px;padding:9px 12px;border:1px solid rgba(255,59,92,.5);border-radius:9px;background:linear-gradient(165deg,rgba(26,9,12,.985),rgba(9,4,5,.985));color:#ffdae0;font-family:var(--body);font-size:12px;font-weight:600;line-height:1.4;box-shadow:0 18px 42px rgba(0,0,0,.62),0 0 26px rgba(255,59,92,.16);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity .18s ease,transform .2s cubic-bezier(.22,1,.36,1),visibility .18s ease}
.dw-validation-bubble.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.dw-validation-bubble:before{content:"";position:absolute;top:-5px;left:18px;width:9px;height:9px;border-left:1px solid rgba(255,59,92,.5);border-top:1px solid rgba(255,59,92,.5);background:#1a090c;transform:rotate(45deg)}
.dw-validation-bubble.is-above{transform:translateY(6px)}
.dw-validation-bubble.is-above.is-visible{transform:translateY(0)}
.dw-validation-bubble.is-above:before{top:auto;bottom:-5px;border-left:0;border-top:0;border-right:1px solid rgba(255,59,92,.5);border-bottom:1px solid rgba(255,59,92,.5)}
input.is-invalid,textarea.is-invalid{border-color:rgba(255,59,92,.65)!important;box-shadow:0 0 0 1px rgba(255,59,92,.18)!important}
.dw-select-native.is-invalid+.dw-select .dw-select-trigger{border-color:rgba(255,59,92,.65)!important}

/* ============================================================
   Order status page - editable delivery usernames
   ============================================================ */
.status-recipients{margin:18px 0 4px;padding:14px;border:1px solid rgba(25,235,103,.2);border-radius:11px;background:rgba(25,235,103,.035);text-align:left}
.status-recipients[hidden]{display:none}
.status-recipients-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:11px}
.status-recipients-head strong{color:#effff5;font-family:var(--pixel);font-size:12px;letter-spacing:.06em;text-transform:uppercase}
.status-recipients-head small{color:#8c969d;font-size:11px}
.status-recipient-row{display:grid;grid-template-columns:minmax(0,1fr);gap:5px}
.status-recipient-row+.status-recipient-row{margin-top:10px}
.status-recipient-row label{color:#8c969d;font-size:11px}
.status-recipient-row input{width:100%;min-height:40px;padding:0 12px;border:1px solid #242a31;border-radius:9px;background:#050907;color:#f2fff7;font-size:13px;outline:0;transition:border-color .2s ease,box-shadow .2s ease}
.status-recipient-row input:focus{border-color:var(--green);box-shadow:0 0 0 1px rgba(25,235,103,.18)}
.status-recipients-actions{display:flex;align-items:center;gap:10px;margin-top:13px}
.status-recipients-actions .button{min-height:40px;padding:0 16px;font-size:12px}
.status-recipients-status{margin:0;flex:1;min-width:0;color:#8c969d;font-size:11.5px;line-height:1.35}
.status-recipients-status.is-error{color:#ff8fa2}
.status-recipients-status.is-ok{color:var(--green)}

/* ============================================================
   Admin - broadcast a notification to every account
   ============================================================ */
.admin-broadcast-form{display:grid;gap:12px;margin-top:14px}
.admin-broadcast-form label{display:flex;flex-direction:column;gap:6px;color:#8c969d;font-size:11.5px}
.admin-broadcast-form input,.admin-broadcast-form textarea{width:100%;padding:11px 12px;border:1px solid #242a31;border-radius:9px;background:#050907;color:#f2fff7;font-family:var(--body);font-size:13px;outline:0;transition:border-color .2s ease,box-shadow .2s ease}
.admin-broadcast-form textarea{min-height:96px;resize:vertical}
.admin-broadcast-form input:focus,.admin-broadcast-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 1px rgba(25,235,103,.18)}
.admin-broadcast-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.admin-broadcast-status{margin:0;color:#8c969d;font-size:11.5px}
.admin-broadcast-status.is-error{color:#ff8fa2}
.admin-broadcast-status.is-ok{color:var(--green)}
@media(min-width:760px){.admin-broadcast-grid{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:12px}}

/* ============================================================
   Home rewards slide - live giveaway counter
   ============================================================ */
.rewards-promo-giveaways{display:inline-flex;align-items:center;gap:7px;margin-top:9px;padding:5px 11px;border:1px solid rgba(255,59,92,.42);border-radius:999px;background:rgba(255,59,92,.1);color:#ffd2da;font-family:var(--pixel);font-size:11px;letter-spacing:.05em;text-transform:uppercase}
.rewards-promo-giveaways[hidden]{display:none}
.rewards-promo-giveaways:before{content:"";width:8px;height:8px;border-radius:50%;background:#ff3b5c;box-shadow:0 0 9px rgba(255,59,92,.85);animation:dwNavDotPulse 1.9s ease-in-out infinite}
@media(prefers-reduced-motion:reduce){.rewards-promo-giveaways:before{animation:none}}

/* Referral box disappears for good once the account has redeemed a code */
.checkout-referral[hidden]{display:none!important}

/* ============================================================
   Daily quests settle themselves - no claim button any more
   ============================================================ */
.quest-claim-note{margin-top:auto;min-height:44px;padding:11px 13px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px dashed #242d32;border-radius:9px;background:rgba(255,255,255,.012);color:#77827c;font-family:var(--body);font-size:11px;line-height:1.35;text-align:center}
.quest-claim-note.is-claimed{border-style:solid;border-color:rgba(25,235,103,.28);background:rgba(25,235,103,.07);color:var(--green);font-family:var(--pixel);font-size:11px;letter-spacing:.05em;text-transform:uppercase}
.quest-card.is-claimed{border-color:rgba(25,235,103,.22)}
.quest-card.is-claimed .quest-status{color:var(--green)}

/* ============================================================
   Rewards page - Discord call to action
   ============================================================ */
.rewards-discord-cta{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;margin:26px 0 44px;padding:24px 26px;border:1px solid rgba(88,101,242,.32);border-radius:14px;background:linear-gradient(120deg,rgba(88,101,242,.12),rgba(88,101,242,.03) 55%,rgba(25,235,103,.05));box-shadow:0 0 34px rgba(88,101,242,.09),inset 0 1px rgba(255,255,255,.02)}
.rewards-discord-art{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(88,101,242,.42);border-radius:12px;background:rgba(88,101,242,.1)}
.rewards-discord-art svg{width:30px;height:30px;fill:#8b95f5}
.rewards-discord-copy{min-width:0;display:flex;flex-direction:column;gap:5px}
.rewards-discord-copy .eyebrow{margin:0;color:#8b95f5}
.rewards-discord-copy h2{margin:0;color:#f4f7f5;font-family:var(--pixel);font-size:19px;font-weight:600;letter-spacing:.02em;line-height:1.3}
.rewards-discord-copy p{margin:0;color:#8c969d;font-size:12.5px;line-height:1.5}
.rewards-discord-button{flex:0 0 auto;min-height:46px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(88,101,242,.6);border-radius:10px;background:linear-gradient(180deg,#5865f2,#4752c4);color:#fff;font-family:var(--pixel);font-size:12px;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;transition:filter .18s ease,box-shadow .18s ease,transform .18s ease}
.rewards-discord-button:hover{filter:brightness(1.12);box-shadow:0 0 22px rgba(88,101,242,.45);transform:translateY(-1px)}
@media(max-width:820px){
  .rewards-discord-cta{grid-template-columns:auto minmax(0,1fr);gap:16px;padding:20px}
  .rewards-discord-button{grid-column:1/-1;width:100%}
}
@media(max-width:520px){
  .rewards-discord-cta{grid-template-columns:1fr;justify-items:center;text-align:center}
  .rewards-discord-copy{align-items:center}
}

/* ============================================================
   Per-recipient delivery progress on the order status page
   ============================================================ */
.delivery-pill{display:inline-flex;align-items:center;gap:5px;margin-top:5px;padding:3px 9px;border:1px solid #2a3138;border-radius:999px;background:#0a0e11;color:#8c969d;font-family:var(--pixel);font-size:9px;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;line-height:1.4}
.delivery-pill:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;flex:0 0 auto}
.delivery-pill--done{border-color:rgba(25,235,103,.4);background:rgba(25,235,103,.09);color:var(--green)}
.delivery-pill--done:before{content:"\2713";width:auto;height:auto;border-radius:0;background:none;font-size:10px;line-height:1}
.delivery-pill--active{border-color:rgba(255,216,90,.38);background:rgba(255,216,90,.08);color:#ffd85a}
.delivery-pill--active:before{animation:dwLegPulse 1.3s ease-in-out infinite}
.delivery-pill--stuck{border-color:rgba(255,59,92,.42);background:rgba(255,59,92,.08);color:#ff8fa2}
@keyframes dwLegPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.78)}}
@media(prefers-reduced-motion:reduce){.delivery-pill--active:before{animation:none}}
.status-items li>span{align-items:center}.status-item-head{display:inline-flex;align-items:center;justify-content:center;gap:9px}.status-item-head .delivery-pill{margin-top:0}
.status-items li.is-delivered strong{color:var(--green)}
.status-recipient-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.status-recipient-head .delivery-pill{margin-top:0}
.status-recipient-row.is-locked input{opacity:.62;cursor:not-allowed;border-color:rgba(25,235,103,.24);background:rgba(25,235,103,.04);color:#9fb0a6}
.status-recipients-actions .button[hidden]{display:none}

/* ============================================================
   Media / creator program page
   ============================================================ */
.media-hero .how-hero-icon svg{fill:none;stroke:var(--green);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.media-rate-band{display:flex;align-items:center;justify-content:center;gap:26px;margin:0 0 30px;padding:24px;border:1px solid rgba(25,235,103,.26);border-radius:14px;background:linear-gradient(120deg,rgba(25,235,103,.09),rgba(162,41,255,.06));box-shadow:0 0 34px rgba(25,235,103,.07)}
.media-rate{display:flex;flex-direction:column;align-items:center;gap:3px}
.media-rate strong{color:var(--green);font-family:var(--pixel);font-size:34px;line-height:1;letter-spacing:.02em;text-shadow:0 0 18px rgba(25,235,103,.35)}
.media-rate span{color:#8c969d;font-size:12px;letter-spacing:.04em;text-transform:uppercase}
.media-rate-per{color:#3d4a43;font-family:var(--pixel);font-size:30px;line-height:1}
.media-rules ul{margin:16px 0 0;padding:0;list-style:none;display:grid;gap:9px}
.media-rules li{display:flex;align-items:flex-start;gap:10px;color:#c3ccc6;font-size:13px;line-height:1.5}
.media-rules li>span:first-child{flex:0 0 auto;width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:rgba(25,235,103,.13);color:var(--green);font-size:10px}
.media-cta{margin-top:26px}
@media(max-width:560px){
  .media-rate-band{gap:14px;padding:18px}
  .media-rate strong{font-size:26px}
  .media-rate-per{font-size:22px}
}

/* Nav now carries a seventh item, so tighten the small-screen grid */
@media(max-width:1180px){.main-nav{gap:8px!important}.main-nav a{font-size:14px!important}}
@media(max-width:760px){
  .main-nav{grid-template-columns:repeat(6,minmax(0,1fr)) 1.4fr!important;gap:1px!important}
  .main-nav a{font-size:9px!important;letter-spacing:.01em!important}
  .main-nav .claim-nav-cta{padding:8px 3px!important;font-size:7.5px!important}
}
/* Seven nav items no longer fit the original 42px gap */
.main-nav{gap:clamp(12px,2vw,30px)!important}
@media(max-width:1320px){.main-nav a{font-size:15px!important}}
@media(max-width:1180px){.main-nav a{font-size:13px!important}}

/* ============================================================
   Claim 100M pill
   A pre-existing rule, body.exact-site .site-header .main-nav a at >=1181px,
   sets padding:12px 0 on every nav link and outranks a plain
   .main-nav .claim-nav-cta selector - which left the pill with no horizontal
   padding at all, so the label sat flush against (and spilled past) its border.
   Match that specificity, and stop flex shrinking it below its own text.
   ============================================================ */
body.exact-site .site-header .main-nav .claim-nav-cta{flex:0 0 auto!important;padding:9px 16px!important;font-size:13px!important;line-height:1.15!important}
@media(max-width:1180px){body.exact-site .site-header .main-nav .claim-nav-cta{padding:8px 12px!important;font-size:11px!important}}
@media(max-width:760px){body.exact-site .site-header .main-nav .claim-nav-cta{padding:8px 6px!important;font-size:8.5px!important}}
/* reclaim the width the wider pill needs, and keep slack so a longer
   translated label cannot push the row over its column. The gap must use
   the same selector depth as the rule that pins it to 20px. */
body.exact-site .site-header .main-nav{gap:clamp(8px,1.1vw,16px)!important}
@media(max-width:1180px){body.exact-site .site-header .main-nav{gap:8px!important}}
@media(max-width:760px){body.exact-site .site-header .main-nav{gap:5px!important}}
@media(max-width:1440px){body.exact-site .site-header .main-nav .claim-nav-cta{padding:8px 13px!important;font-size:12px!important}}

/* ============================================================
   Header balance: pull the nav left and let the links breathe.
   The winning rules are body.exact-site .site-header ..., so these must
   match that depth or they are ignored.
   ============================================================ */
@media(min-width:1181px){
  body.exact-site .site-header .header-inner{grid-template-columns:300px minmax(0,1fr) 500px!important;gap:12px!important}
  body.exact-site .site-header .brand-logo{width:290px!important}
  body.exact-site .site-header .main-nav{gap:clamp(14px,1.7vw,28px)!important}
}

/* ============================================================
   Delivery page: leave a review, under the return-to-store row.
   ============================================================ */
.status-review{margin-top:26px;padding-top:24px;border-top:1px solid #22272c;text-align:left}
.status-review[hidden]{display:none!important}
.status-review-head .eyebrow{display:block}
.status-review-head h2{margin:10px 0 6px;font-family:var(--pixel);font-size:20px;text-transform:uppercase}
.status-review-head p{margin:0;color:#a9afb4;line-height:1.7}
.status-review-form[hidden]{display:none!important}
.status-review-form .review-stars{display:flex;gap:7px;margin:16px 0 18px}
.status-review-form .review-stars button{padding:0;border:0;background:transparent;color:#41484d;font-size:34px;line-height:1;cursor:pointer;transition:color .12s ease,transform .12s ease}
.status-review-form .review-stars button:hover,.status-review-form .review-stars button.active{color:#ffd85a}
.status-review-form .review-stars button:hover{transform:translateY(-1px)}
.status-review-form>label{display:block;margin:0 0 7px;color:#cdd3d0;font-size:12px;font-weight:800}
.status-review-optional{color:#747c82;font-weight:500}
.status-review-form textarea{width:100%;min-height:104px;padding:12px;border:1px solid #2b3338;border-radius:8px;background:#050709;color:#fff;font:inherit;resize:vertical;outline:0}
.status-review-form textarea:focus{border-color:#18be53;box-shadow:0 0 0 3px rgba(25,235,103,.07)}
.status-review-form .field-error{margin:8px 0 0;min-height:1em}
.status-review-form .button{margin-top:12px;min-width:172px}
.status-review-done{margin:16px 0 0;padding:14px 16px;border:1px solid #1c4a2c;border-radius:9px;background:rgba(25,235,103,.05);color:#9fe9bb}
.status-review-done[hidden]{display:none!important}
@media(max-width:620px){.status-review-form .button{width:100%}}

/* ============================================================
   Contact page: the two ways to reach support.
   ============================================================ */
.contact-methods{display:grid;gap:14px;margin-top:26px}
.contact-method{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:start;gap:16px;padding:18px;border:1px solid #252b31;border-radius:12px;background:#0b0e12;color:inherit!important;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}
.contact-method:hover{border-color:#2f5f42;background:#0d1116;box-shadow:0 0 22px rgba(25,235,103,.06)}
.contact-method--discord:hover{border-color:#5865f2;box-shadow:0 0 22px rgba(88,101,242,.14)}
.contact-method-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border:1px solid #252b31;border-radius:10px;background:#050709}
.contact-method-icon svg{width:26px;height:26px;fill:none;stroke:#5dec8f;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.contact-method--discord .contact-method-icon svg{fill:#8b93ff;stroke:none}
.contact-method-copy{display:block;min-width:0}
.contact-method-copy small{display:block;color:#6f767c;font-family:var(--pixel);font-size:10px;letter-spacing:.06em;text-transform:uppercase}
.contact-method-copy strong{display:block;margin:6px 0 6px;font-family:var(--pixel);font-size:16px}
.contact-method-copy span{display:block;color:#a9afb4;line-height:1.65}
.contact-method-value{grid-column:2;justify-self:start;margin-top:10px;padding:6px 10px;border:1px solid #2b3338;border-radius:7px;background:#050709;color:#5dec8f;font-family:var(--pixel);font-size:12px;overflow-wrap:anywhere}
.contact-method--discord .contact-method-value{color:#a7aeff;border-color:#2c3160}
@media(max-width:620px){.contact-method{grid-template-columns:1fr}.contact-method-value{grid-column:1}}


/* The rate band reads as part of the hero when the two edges touch. */
.media-rate-band{margin-top:18px}

/* ============================================================
   Backstop: the nav may never paint outside its own grid column, whatever a
   translation does to it. The fitter shrinks the row to fit first, so this only
   ever matters if measurement is somehow unavailable - and a clipped last link
   is still better than one sitting on top of the language button. The vertical
   padding is what keeps the Claim pill's float from being clipped by it.
   ============================================================ */
@media(min-width:861px){
  body.exact-site .site-header .main-nav{min-width:0!important;padding:10px 16px 10px 0!important;overflow:hidden!important}
  body.exact-site .site-header .main-nav>*{flex:0 0 auto!important}
}

/* ============================================================
   861-1439px is the band a single row cannot serve. The shell stops growing at
   1440px but the brand and the account controls do not shrink with it, so the
   whole squeeze lands on the nav column: about 218px at a 1000px viewport and
   roughly 370px at 1200px, where six translated links need well over 500px to
   stay readable. Give the nav its own full-width row across the band, exactly as
   the layout already does below 861px, rather than shrinking it into illegibility.
   ============================================================ */
@media(min-width:861px) and (max-width:1439px){
  body.exact-site .site-header{height:auto!important;min-height:112px!important}
  body.exact-site .site-header .header-inner{
    height:auto!important;min-height:0!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-areas:'brand actions' 'nav nav'!important;
    gap:2px 12px!important;padding:10px 0 8px!important;
  }
  body.exact-site .site-header .brand{grid-area:brand!important}
  /* Two rows only work if the first one stops being 100px of logo. */
  body.exact-site .site-header .brand-logo{width:250px!important;height:64px!important;transform:none!important}
  body.exact-site .site-header .header-actions{grid-area:actions!important;width:auto!important;min-width:0!important;gap:8px!important}
  body.exact-site .site-header .main-nav{
    grid-area:nav!important;width:auto!important;
    justify-content:center!important;gap:clamp(10px,2.2vw,30px)!important;
  }
  body.exact-site .site-header .main-nav a{font-size:14px!important}
}

/* German and Dutch have the longest nav labels of the set ("Beoordelingen",
   "So funktioniert es"), which is what runs the row into the language button.
   language.js already stamps the active language on <html>, so drop those two
   a couple of points and the row clears on its own. */
html[lang="de"] body.exact-site .site-header .main-nav a,
html[lang="nl"] body.exact-site .site-header .main-nav a{font-size:12px!important}

/* ============================================================
   Header controls size to their own label, in every language.
   The shell pinned each control to a pixel width measured against English
   ("CART", "LOGIN"), so "WARENKORB" and "INICIAR SESION" had nowhere to go and
   the fitter shrank their type to 10px to make them fit. Let the boxes grow
   instead and give the actions column whatever they add up to, so the text is
   the same size as English everywhere and the nav takes the remainder.
   ============================================================ */
@media(min-width:861px){
  body.exact-site .site-header .header-actions{width:auto!important;min-width:0!important}
  body.exact-site .site-header .header-actions>*{flex:0 0 auto!important}
  body.exact-site .site-header .language-switcher,
  body.exact-site .site-header .header-language-placeholder,
  body.exact-site .site-header .currency-switcher,
  body.exact-site .site-header .header-currency-placeholder,
  body.exact-site .site-header .header-actions>.auth-nav,
  body.exact-site .site-header .header-actions .auth-button,
  body.exact-site .site-header .cart-button{width:auto!important;min-width:0!important}
  /* Content-sized triggers need their own padding back; the fixed widths used to
     supply the breathing room around the label. */
  body.exact-site .site-header .language-trigger,
  body.exact-site .site-header .currency-trigger{padding:0 12px!important;gap:8px!important}
  body.exact-site .site-header .header-actions .auth-button{padding-inline:16px!important}
  body.exact-site .site-header .cart-button{padding:0 16px!important}
}
@media(min-width:1440px){
  body.exact-site .site-header .header-inner{grid-template-columns:300px minmax(0,1fr) auto!important}
}

/* "Ausverkauft" and "Uitverkocht" are single words, so overflow-wrap:anywhere
   split them mid-word into "AUSVER-/KAUFT". Keep the word whole and let it
   overflow instead: that is exactly the signal the label fitter watches for, so
   it sizes the button text down to fit the way every other language already does. */
.add-button,.custom-choose,.custom-add-button{overflow-wrap:normal!important;word-break:keep-all!important;hyphens:none!important}

/* The nav is the only flexible column, so give it back what the brand does not
   need - the logo reads fine a touch narrower and the links stay larger. */
@media(min-width:1440px){
  body.exact-site .site-header .header-inner{grid-template-columns:260px minmax(0,1fr) auto!important}
  body.exact-site .site-header .brand-logo{width:252px!important}
}
