.store-public-page { background: radial-gradient(circle at 50% 0, #2a1b25 0, #141119 34%, #0e0c12 72%); }
.store-page { padding-top: 42px; padding-bottom: 90px; }
.store-hero { min-height: 270px; margin: 18px 0 28px; padding: clamp(28px,5vw,56px); display: flex; align-items: center; justify-content: space-between; gap: 32px; overflow: hidden; position: relative; background: linear-gradient(120deg,#211825 0%,#361b22 58%,#6a2815 100%); border: 1px solid #4b3038; border-radius: 14px; box-shadow: 0 24px 70px #0006; }
.store-hero::after { content:""; position:absolute; width:330px; height:330px; right:-100px; top:-130px; border:60px solid #ffc53d18; border-radius:50%; }
.store-hero > * { position: relative; z-index: 1; }
.store-hero h1 { max-width: 780px; margin: 6px 0 10px; font: clamp(38px,5vw,68px)/.98 var(--font-display); letter-spacing: -.5px; text-transform: uppercase; }
.store-hero p { max-width: 720px; margin: 0; color:#c3b8c7; font-size:16px; }
.store-cart-link { min-width:150px; min-height:118px; padding:20px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:10px; background:#100d13cc; border:1px solid #5b4149; border-radius:12px; box-shadow:0 7px 0 #0a070b; }
.store-cart-link span { font-size:30px; }.store-cart-link strong { font:18px var(--font-display); text-transform:uppercase; }.store-cart-link b { min-width:28px; height:28px; display:grid; place-items:center; background:var(--yellow); color:#542400; border-radius:50%; }
.store-notice { margin-bottom:24px; padding:18px 22px; display:flex; align-items:center; gap:20px; background:#201a24; border:1px solid #514153; border-left:4px solid var(--yellow); border-radius:8px; }.store-notice strong{white-space:nowrap;color:var(--yellow);text-transform:uppercase}.store-notice p{margin:0;color:var(--muted)}
.store-category { margin-top:38px; }.store-category > header { margin-bottom:18px; display:flex; justify-content:space-between; align-items:end; gap:24px; }.store-category h2{margin:2px 0;font:30px var(--font-display);text-transform:uppercase}.store-category header p{margin:2px 0;color:var(--muted)}.store-category>header>span{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase}
.store-product-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; }
.store-product-card { min-width:0; overflow:hidden; display:flex; flex-direction:column; background:linear-gradient(160deg,#201b25,#17131b); border:1px solid var(--line); border-radius:12px; box-shadow:0 12px 35px #0004; transition:.18s ease; }.store-product-card:hover{transform:translateY(-4px);border-color:#67516d}.store-product-card.is-featured{border-color:#8c6221;box-shadow:0 0 0 1px #ffc53d25,0 15px 45px #0006}
.store-product-card__image{height:180px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle,#493147,#1a151e)}.store-product-card__image img{width:100%;height:100%;object-fit:cover}.store-product-card__image--empty{font-size:58px}
.store-product-card__body{padding:20px;display:flex;flex:1;flex-direction:column}.store-product-card h3{margin:8px 0 4px;font:23px var(--font-display);text-transform:uppercase}.store-product-card h3 a:hover{color:var(--yellow)}.store-product-card p{min-height:48px;margin:4px 0 22px;color:var(--muted)}.store-product-card footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.store-product-card footer strong{color:var(--yellow);font-size:18px}
.store-badge{width:max-content;padding:4px 8px;background:var(--yellow);color:#572800;border-radius:3px;font-size:10px;font-weight:1000;letter-spacing:.6px;text-transform:uppercase}
.store-trust{margin-top:30px;padding:18px 22px;display:flex;justify-content:center;flex-wrap:wrap;gap:18px 35px;background:#151119;border:1px solid var(--line);border-radius:9px;color:#b7adb9;font-size:12px;font-weight:800}.store-trust span::first-letter{color:var(--green)}
.store-product-detail{display:grid;grid-template-columns:minmax(280px,480px) 1fr;gap:clamp(28px,6vw,72px);align-items:center;padding:clamp(25px,4vw,50px);background:var(--panel);border:1px solid var(--line);border-radius:14px}.store-product-detail__media{aspect-ratio:1;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle,#4a3047,#17131a);border-radius:10px}.store-product-detail__media img{width:100%;height:100%;object-fit:cover}.store-product-detail__media span{font-size:100px}.store-product-detail h1{margin:5px 0 12px;font:clamp(38px,5vw,65px)/1 var(--font-display);text-transform:uppercase}.store-product-detail p{color:#c0b6c2;font-size:16px}.store-highlights{padding:0;list-style:none}.store-highlights li{margin:8px 0;color:#d8ceda}.store-highlights li::first-letter{color:var(--green)}.store-product-buy{margin:25px 0;display:flex;align-items:end;flex-wrap:wrap;gap:22px}.store-product-buy>strong{font:32px var(--font-display);color:var(--yellow)}.store-product-buy form{display:flex;align-items:end;gap:12px}.store-product-buy .field{margin:0;width:105px}
.store-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.store-quantity{width:80px}.store-order-summary{position:sticky;top:95px;padding:24px;background:linear-gradient(145deg,#211b25,#17131a);border:1px solid #443849;border-radius:12px}.store-order-summary h2{margin-top:0;font:25px var(--font-display);text-transform:uppercase}.store-order-summary>div:not(.store-linked-player){padding:15px 0;display:flex;justify-content:space-between;border-block:1px solid var(--line)}.store-order-summary>p{color:var(--muted);font-size:12px}.store-order-summary form .button{width:100%;margin-top:12px}.store-order-summary .text-button{display:block;margin:18px auto 0}.store-linked-player{margin:18px 0;padding:14px;background:#100d13;border-left:3px solid var(--green)}.store-linked-player small,.store-linked-player span{display:block;color:var(--muted)}.store-linked-player strong{display:block;font-size:18px}
.store-checkout-frame{min-height:620px;overflow:hidden;background:#fff;border:1px solid #594c5f;border-radius:12px;box-shadow:0 20px 70px #0007}.store-checkout-frame tebex-checkout{display:block;min-height:620px}.store-checkout-fallback{text-align:center;color:var(--muted)}
.store-complete{max-width:760px;margin:35px auto;padding:45px;text-align:center;background:var(--panel);border:1px solid var(--line);border-radius:14px}.store-complete__icon{width:75px;height:75px;margin:0 auto 18px;display:grid;place-items:center;background:#2b2430;border-radius:50%;font-size:30px}.store-complete h1{font:40px var(--font-display);text-transform:uppercase}.store-complete>p{color:var(--muted)}.store-complete dl{margin:28px 0;text-align:left;border:1px solid var(--line);border-radius:8px}.store-complete dl div{padding:12px 16px;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.store-complete dl div:last-child{border:0}.store-complete dt{color:var(--muted)}.store-complete dd{margin:0;font-weight:900;text-transform:capitalize}
.store-readiness{margin:0 0 24px;display:grid;grid-template-columns:repeat(7,minmax(100px,1fr));gap:8px}.store-readiness div{min-height:85px;padding:12px;display:flex;flex-direction:column;justify-content:center;background:var(--panel);border:1px solid var(--line);border-radius:8px}.store-readiness span{font-size:19px}.store-readiness strong{font-size:11px;text-transform:uppercase}.store-readiness .is-ready{border-color:#256a48}.store-readiness .is-ready span{color:var(--green)}.store-readiness .is-pending{border-color:#735922}.store-readiness .is-pending span{color:var(--yellow)}
.store-setup-list{margin-top:0;padding-left:22px}.store-setup-list li{margin:8px 0;color:#c0b6c3}.store-admin-list{display:grid;gap:12px;margin-top:15px}.store-admin-item{padding:18px;background:#110e14;border:1px solid var(--line);border-radius:8px}.store-admin-item header{margin-bottom:14px;display:flex;justify-content:space-between;gap:15px}.store-admin-item header small{color:var(--muted)}.store-admin-item textarea{min-height:80px}.store-toggle-row{display:flex;gap:24px}.store-panel-page details{margin-top:14px;border-top:1px solid var(--line);padding-top:12px}.store-panel-page summary{cursor:pointer;color:var(--yellow);font-weight:900;text-transform:uppercase}
.store-page .button:disabled{cursor:not-allowed;filter:grayscale(1);opacity:.5;transform:none;box-shadow:none}
@media(max-width:1150px){.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-readiness{grid-template-columns:repeat(4,1fr)}}
@media(max-width:820px){.store-page{padding-top:25px}.store-hero{align-items:stretch;flex-direction:column}.store-cart-link{min-height:auto}.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-product-detail{grid-template-columns:1fr}.store-product-detail__media{max-height:420px}.store-cart-layout{grid-template-columns:1fr}.store-order-summary{position:static}.store-readiness{grid-template-columns:repeat(2,1fr)}.store-notice{align-items:flex-start;flex-direction:column}.store-checkout-frame,.store-checkout-frame tebex-checkout{min-height:760px}}
@media(max-width:520px){.store-product-grid{grid-template-columns:1fr}.store-category>header{align-items:flex-start;flex-direction:column}.store-product-card__image{height:210px}.store-product-detail{padding:20px}.store-product-buy,.store-product-buy form{align-items:stretch;flex-direction:column}.store-product-buy .field{width:100%}.store-readiness{grid-template-columns:1fr}.store-complete{padding:25px 18px}.store-admin-item header{flex-direction:column}.store-toggle-row{flex-direction:column;gap:4px}}
