/* Store-only design: a Minecraft inventory with a quiet, readable purchase flow. */
.store-page{background:#151616}.store-page .shop-title{max-width:none;min-height:245px;padding:55px max(24px,calc((100vw - 1240px)/2));background:linear-gradient(100deg,#171b1b 15%,#22322c 100%);border-bottom:1px solid #46544b;position:relative;overflow:hidden}.shop-title:after{content:'';position:absolute;right:7%;top:-85px;width:360px;height:360px;border:1px solid #77978433;transform:rotate(35deg);box-shadow:0 0 0 36px #77978409,0 0 0 72px #77978407;pointer-events:none}.store-page .shop-title h1{font-size:clamp(35px,5vw,64px);margin:12px 0}.store-page .shop-title .eyebrow{color:#c6d8c9;letter-spacing:2px}.store-page .shop-title>img{width:100px;z-index:1;filter:drop-shadow(0 14px 0 #10181466);animation:shopFloat 5s ease-in-out infinite}.store-page .shop{max-width:1240px;margin:auto;padding:40px 24px 72px;display:grid;grid-template-columns:180px minmax(0,1fr);column-gap:30px}.shop-controls{grid-column:1/-1;display:flex;gap:24px;align-items:center;margin-bottom:8px}.shop-worlds{flex:1;display:flex;gap:10px}.shop-worlds button{flex:1;padding:20px 16px!important;font-size:16px!important;border:1px solid #535353!important;background:#232525!important;color:#ddd!important;transition:background .2s,transform .2s!important}.shop-worlds button:hover{transform:translateY(-2px)}.shop-worlds button[aria-pressed=true]{background:#503034!important;border-color:#d57683!important;color:#fff!important;box-shadow:inset 0 -3px #a95765!important}.shop[data-world=pvp] .shop-worlds button[aria-pressed=true]{background:#39304f!important;border-color:#ad8dcf!important;box-shadow:inset 0 -3px #83659e!important}.shop-controls .search{max-width:260px;margin:0}.shop-controls input{background:#202222;border:1px solid #444}.shop-server{grid-column:1/-1;margin:16px 0 30px;color:#aaa!important}.shop-categories{grid-column:1;grid-row:3/7;display:flex!important;flex-direction:column;gap:7px!important;align-self:start;position:sticky;top:100px}.shop-categories button{text-align:left;padding:14px!important;border:1px solid transparent!important;background:transparent!important;color:#aaa!important}.shop-categories button:hover{background:#272829!important;color:#fff!important}.shop-categories button[aria-pressed=true]{background:#34272b!important;color:#ffd4dc!important;border-left:3px solid #d78093!important}.shop[data-world=pvp] .shop-categories button[aria-pressed=true]{background:#2d2638!important;color:#e1c9ff!important;border-left-color:#ac8bcc!important}.shop-checkout-note{grid-column:2;padding:0 0 20px!important;border:0!important;margin:0!important;font-size:13px;color:#aaa}.products{grid-column:2;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.store-page .product{padding:0 20px 20px!important;display:flex;flex-direction:column;position:relative;background:#222425!important;border:1px solid #414344!important;border-top:3px solid #77545c!important;box-shadow:0 4px 0 #0c0d0e;overflow:hidden;transition:transform .25s,border-color .25s,box-shadow .25s}.shop[data-world=pvp] .product{border-top-color:#87739b!important}.store-page .product:hover{transform:translateY(-5px);border-color:#9c838b!important;box-shadow:0 10px 25px #0005}.store-page .product-art{height:170px!important;margin:0 -20px 19px!important;background:radial-gradient(ellipse at 50% 65%,#b489a222,transparent 67%),repeating-linear-gradient(90deg,transparent 0 31px,#ffffff03 32px),repeating-linear-gradient(0deg,transparent 0 31px,#ffffff03 32px);border-bottom:1px solid #ffffff0b}.store-page .product h2{font-size:19px!important;line-height:1.3!important;margin:8px 0 12px!important}.store-page .product-category{font-size:10px;letter-spacing:1.8px;color:#baa9af}.product-benefits{list-style:none;padding:0;margin:0 0 13px;font-size:12px;line-height:1.6;color:#bfc0c1}.product-benefits li{margin-bottom:7px;padding-left:13px;position:relative}.product-benefits li:before{content:'+';position:absolute;left:0;color:#d696a6}.product-details{background:none;border:0;padding:0;color:#ded1d5;text-decoration:underline;text-underline-offset:4px;font:inherit;font-size:12px;text-align:left;cursor:pointer;margin:0 0 22px}.product-price{margin:auto 0 4px!important;padding-top:8px;font-size:26px!important;font-weight:700}.product-billing{font-size:11px!important;min-height:30px;color:#bababa!important;line-height:1.5}.store-page .product>.button{width:100%;box-sizing:border-box;text-align:center;margin-top:12px;font-size:12px;padding:13px 8px;background:#eadde1;color:#211b1d;box-shadow:inset 0 -3px #b29aa2;transition:background .2s}.store-page .product>.button:hover{background:#fff}.shop[data-world=pvp] .product>.button{background:#ded3ea;box-shadow:inset 0 -3px #aa98bb}.shop-source,#shop-empty{grid-column:2;font-size:12px;color:#aaa}.tebex-legal{display:flex;gap:24px;align-items:center;background:#101112;color:#aaa;padding:28px max(24px,calc((100vw - 1240px)/2));font-family:Arial,sans-serif;font-size:12px;line-height:1.6;border-top:1px solid #353535}.tebex-legal img{filter:brightness(0) invert(1);min-width:80px}.tebex-legal p{max-width:480px;margin:0}.tebex-legal nav{display:flex;flex-wrap:wrap;gap:8px 18px}.tebex-legal a{color:#ccc}.product-full-details{white-space:pre-line;line-height:1.7;color:#ddd;margin:20px 0;max-height:55vh;overflow:auto}.checkout-dialog{max-height:85vh;overflow:auto}.checkout-dialog .secondary{background:#424242;color:white;box-shadow:none}
@keyframes shopFloat{50%{transform:translateY(-10px) rotate(5deg)}}
@media(max-width:1050px){.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.store-page .shop{grid-template-columns:145px minmax(0,1fr);gap:20px}.shop-title>img{width:80px!important}}
@media(max-width:700px){.store-page .shop-title{padding:35px 22px;min-height:190px}.shop-title:after{right:-160px}.store-page .shop-title h1{font-size:34px}.store-page .shop-title p{font-size:14px;max-width:220px}.shop-title>img{width:62px!important}.store-page .shop{display:block;padding:24px 16px 40px}.shop-controls{display:block}.shop-worlds button{padding:16px 8px!important;font-size:13px!important}.shop-controls .search{max-width:none;width:100%;margin-top:16px}.shop-server{font-size:12px;margin:15px 0}.shop-categories{position:static;flex-direction:row!important;overflow-x:auto;padding-bottom:10px;margin-bottom:14px;flex-wrap:nowrap!important}.shop-categories button{white-space:nowrap;padding:10px 12px!important}.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.store-page .product{padding:0 13px 15px!important}.store-page .product h2{font-size:16px!important}.store-page .product-art{height:145px!important;margin:0 -13px 15px!important}.store-page .item-scene .scene-item{max-width:95px}.product-benefits{font-size:11px}.product-price{font-size:23px!important}.product-billing{font-size:10px!important}.shop-checkout-note{font-size:11px;margin-bottom:12px!important}.tebex-legal{flex-wrap:wrap;padding:25px 20px;gap:15px}.tebex-legal p{flex:1;min-width:190px}.tebex-legal nav{width:100%}}
@media(max-width:370px){.products{grid-template-columns:1fr!important}}
@media(prefers-reduced-motion:reduce){.store-page .shop-title>img{animation:none}.store-page .product,.shop-worlds button{transition:none!important}.store-page .product:hover{transform:none}}
.shop-section-heading{grid-column:1/-1;padding:12px 0 4px}.shop-section-heading:not(:first-child){margin-top:25px;border-top:1px solid #454545;padding-top:30px}.shop-section-heading h2{font-size:24px;margin:0 0 10px}.shop-section-heading p{font-size:12px;line-height:1.7;color:#aaa;max-width:640px;margin:0 0 10px}.token-saving{position:absolute;top:10px;left:10px;z-index:30;background:#244333;color:#b7efc6;border:1px solid #50775c;padding:6px 8px;font:10px Arial,sans-serif;font-weight:bold;letter-spacing:.4px}.token-unit{font-size:12px;color:#a6d3b3;margin:0 0 18px}.best-token-value{border-color:#8ca88c!important}.best-token-label{color:#b7dfbd;font-size:9px}.store-page>footer{padding:20px 24px;gap:16px;font-size:11px;min-height:0}.store-page>footer .brand{font-size:17px}.store-page>footer p{margin:5px 0}.store-page .footer-note{font-size:10px;line-height:1.6;max-width:370px}.tebex-legal{padding:14px 24px;gap:16px;font-size:11px}.tebex-legal img{width:60px;min-width:60px}.tebex-legal p{max-width:540px}.tebex-legal nav{gap:6px 14px}.store-page .shop-title{min-height:170px;padding-top:30px;padding-bottom:30px}
@media(max-width:700px){.shop-section-heading h2{font-size:20px}.token-saving{font-size:8px;padding:5px;left:5px;top:6px}.token-unit{font-size:11px}.store-page>footer{padding:18px 20px}.tebex-legal{padding:16px 20px;gap:10px}.tebex-legal p{min-width:180px}.store-page>footer .footer-links{gap:10px}}
/* Explicit type sizes prevent global paragraph styles enlarging legal copy. */
.store-page .tebex-legal p{font:12px/1.5 Arial,sans-serif;margin:0;color:#aaa;letter-spacing:0}
.store-page .tebex-legal nav a{font:11px/1.5 Arial,sans-serif;letter-spacing:0}
.store-page .tebex-legal{align-items:center}
@media(max-width:700px){
 .store-page .tebex-legal{display:grid;grid-template-columns:48px minmax(0,1fr);gap:10px 14px;padding:16px 18px calc(16px + env(safe-area-inset-bottom));}
 .store-page .tebex-legal>a{align-self:start;padding-top:3px}
 .store-page .tebex-legal img{width:48px;min-width:0;max-width:100%;height:auto}
 .store-page .tebex-legal p{min-width:0;font-size:12px}
 .store-page .tebex-legal nav{grid-column:1/-1;display:flex;gap:8px 16px;flex-wrap:wrap;width:auto}
 .store-page .tebex-legal nav a{padding:3px 0;font-size:11px}
 .store-page>footer{display:grid;grid-template-columns:1fr;gap:14px;padding:20px 18px}
 .store-page>footer>div{margin:0}
 .store-page>footer p{font-size:12px;line-height:1.5}
 .store-page>footer .footer-note{font-size:11px;line-height:1.6;max-width:none}
 .store-page>footer .footer-links{display:flex;flex-wrap:wrap;font-size:12px;gap:10px 16px}
 .store-page .shop-source{font-size:12px;line-height:1.6}
}
/* A focused shop footer and price-led cards. */
.store-page>footer.shop-footer{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 18px 24px;gap:8px;border-top:0;background:#111;min-height:0}
.shop-footer-address{font:clamp(24px,4vw,32px)/1.2 Pixel,monospace;color:#eee;text-decoration:none;text-transform:none;letter-spacing:0}
.store-page>footer.shop-footer .shop-disclaimer{font:11px/1.5 Arial,sans-serif;color:#929292;margin:0;max-width:360px}
.shop-footer nav{display:flex;justify-content:center;gap:24px;margin-top:9px}.shop-footer nav a{font:12px/1.5 Pixel,monospace;color:#aaa;text-decoration:none}.shop-footer nav a:hover{color:white}
.store-page .tebex-legal{border:0;background:#111;padding-top:16px;padding-bottom:20px}
.store-page .product h2{font-family:Pixel,monospace!important;font-weight:400!important;font-size:21px!important;line-height:1.5!important}
.store-page .product>.button{font-family:Pixel,monospace;font-weight:400;font-size:15px;background:transparent!important;border:1px solid #515154;color:#eee!important;box-shadow:none!important;border-radius:5px;line-height:1.5;padding:11px 7px;margin-top:auto;transition:background .2s,border-color .2s}
.store-page .product>.button:hover{background:#ffffff0b!important;border-color:#b39fb8}
.store-page .product .product-price[hidden]{display:none!important}
.store-page .token-card{text-align:center;border-radius:10px}.store-page .token-card h2{color:#bca0dd}.store-page .token-card .product-category,.store-page .token-card .product-benefits{display:none}.store-page .token-card .product-billing{display:none}.store-page .token-card .token-unit{font:11px/1.5 Body,sans-serif;margin:0 0 18px;color:#aaa}.store-page .token-card .product-art{align-self:center}.store-page .product-billing{margin-bottom:12px}
.store-page .shop-source{margin:22px 0 0;font-size:11px;color:#888}
@media(max-width:700px){.store-page .product h2{font-size:17px!important}.store-page .product>.button{font-size:13px}.store-page>footer.shop-footer{padding:28px 18px 20px;gap:7px}.store-page .tebex-legal{padding-top:12px;padding-bottom:calc(18px + env(safe-area-inset-bottom))}.shop-footer nav{gap:24px}}
/* Clear product text and authentic, uncluttered token icons. */
.store-page .product h2{font-family:Seven,monospace!important;color:#f0e8f5;font-size:22px!important;line-height:1.4!important}
.store-page .product>.button{font-family:Body,Arial,sans-serif;font-size:15px;font-weight:600;letter-spacing:.15px}
.store-page .token-card .product-art{background:none;border-bottom:0;height:150px!important}
.store-page .token-simple .scene-item{filter:drop-shadow(0 6px 0 #10101055);object-fit:contain;image-rendering:pixelated}
.store-page .token-simple:after{display:none}
.store-page .product-category{color:#c2bbc6;font-size:11px}
.store-page .product-benefits{color:#d0cdd3;font-size:13px}
.store-page .product-details,.store-page .token-card .token-unit{color:#c6c3c9;font-family:Body,Arial,sans-serif;font-size:12px}
.shop-footer nav a{font-family:Body,Arial,sans-serif;font-size:13px;color:#c5c5c5}.shop-footer-address{font-family:Seven,monospace}
.store-page .shop-section-heading p,.store-page .shop-checkout-note,.store-page .shop-source{color:#b8b8b8}
@media(max-width:700px){.store-page .product h2{font-size:19px!important}.store-page .product>.button{font-size:14px}.store-page .product-benefits{font-size:12px}.store-page .token-card .product-art{height:135px!important}.store-page .token-simple .scene-item{width:76px;height:76px}}
/* Roomier token shelves instead of tall, narrow tiles. */
.store-page .token-card{grid-column:1/-1;display:grid;grid-template-columns:160px minmax(0,1fr) 175px;grid-template-rows:auto auto;column-gap:22px;text-align:left;padding:18px 24px!important;align-items:center;border-radius:8px;border-top-width:1px!important;box-shadow:none;min-height:154px}
.store-page .token-card .product-art{grid-column:1;grid-row:1/3;width:160px;height:150px!important;margin:0!important;overflow:visible}
.store-page .token-card h2{grid-column:2;align-self:end;margin:0 0 6px!important}
.store-page .token-card .token-unit{grid-column:2;align-self:start;margin:0!important}
.store-page .token-card>.button{grid-column:3;grid-row:1/3;margin:0;width:100%;padding:15px 8px}
.store-page .token-saving{top:-8px;left:50%;transform:translateX(-50%);white-space:nowrap;font-size:9px;padding:4px 7px}
.store-page .token-card .emerald-block-hq{clip-path:polygon(50% .7%,94.6% 23%,94.6% 77.3%,50% 99.3%,5.3% 77.3%,5.3% 23%);image-rendering:auto!important;filter:none!important;max-width:none}
.store-page .recent-payments[hidden]{display:none}
.store-page .recent-payments{max-width:1192px;margin:0 auto 35px;padding:26px 24px;border-top:1px solid #3a3c3c;display:flex;gap:30px;align-items:center}
.recent-payments h2{font:22px/1.3 Seven,monospace;margin:0 0 6px}.store-page .recent-payments p{font:12px/1.5 Body,sans-serif;color:#bbb;margin:0}
.recent-payments ul{display:flex;flex-wrap:wrap;gap:12px 24px;list-style:none;margin:0;padding:0}.recent-payments li{display:flex;align-items:center;gap:10px;font:13px Body,sans-serif;color:#eee}.recent-payments img{image-rendering:pixelated;border-radius:4px;transition:transform .2s}.recent-payments li:hover img{transform:translateY(-3px)}
@media(max-width:950px){.store-page .token-card{grid-template-columns:135px minmax(0,1fr);gap:4px 14px;padding:18px!important}.store-page .token-card .product-art{width:135px;grid-row:1/4}.store-page .token-card>.button{grid-column:2;grid-row:3;margin-top:10px}.store-page .token-card h2{font-size:22px!important}.store-page .recent-payments{display:block}.recent-payments ul{margin-top:20px}}
@media(max-width:450px){.store-page .token-card{grid-template-columns:115px minmax(0,1fr);padding:16px 12px!important;column-gap:10px}.store-page .token-card .product-art{width:115px;transform:scale(.86);transform-origin:center}.store-page .token-card h2{font-size:20px!important}.store-page .token-card .token-unit{font-size:11px}.store-page .token-card>.button{font-size:14px}.recent-payments li{font-size:12px}}
@media(prefers-reduced-motion:reduce){.recent-payments img{transition:none}.recent-payments li:hover img{transform:none}}
