:root {
  --color-primary: #d93636;
  --color-accent: #f05a47;
  --color-bg: #090a0c;
  --color-surface: #141619;
  --color-surface-2: #1a1d21;
  --color-border: rgba(255,255,255,.11);
  --color-border-strong: rgba(255,255,255,.2);
  --color-text: #f6f7f8;
  --color-muted: #a8adb5;
  --color-success: #54b982;
  --color-warning: #e7b65a;
  --color-danger: #ef6363;
  --shell: 1240px;
  --radius: 10px;
  --header-height: 76px;
  --focus: 0 0 0 3px rgba(240,90,71,.34);
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--color-bg); }
body { margin: 0; min-width: 320px; color: var(--color-text); background:
  radial-gradient(circle at 12% -10%, rgba(217,54,54,.13), transparent 30rem),
  linear-gradient(180deg, #0c0d0f 0, var(--color-bg) 28rem); font: 400 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .13; background-image: linear-gradient(rgba(9,10,12,.76), rgba(9,10,12,.94)), var(--dz-background-image), repeating-linear-gradient(115deg, transparent 0 42px, rgba(255,255,255,.018) 43px 44px); background-size: cover, cover, auto; background-position: center, center, center; z-index: -1; }
img, svg, iframe { display: block; max-width: 100%; }
img { object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:disabled, [aria-disabled="true"] { cursor: not-allowed; opacity: .55; pointer-events: none; }
:focus-visible { outline: none; box-shadow: var(--focus); }
::selection { color: #fff; background: var(--color-primary); }
[hidden] { display: none !important; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow-shell { width: min(calc(100% - 40px), 860px); }
.site-main { min-height: 55vh; padding: 42px 0 84px; }
.section { margin-top: 72px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; left: 16px; top: 10px; z-index: 1000; padding: 10px 14px; transform: translateY(-150%); background: #fff; color: #000; border-radius: 6px; }
.skip-link:focus { transform: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.13; letter-spacing: -.025em; }
h1 { margin-bottom: 18px; font-size: clamp(1.9rem, 5vw, 2.4rem); }
h2 { margin-bottom: 14px; font-size: clamp(1.55rem, 3vw, 2.35rem); }
h3 { margin-bottom: 10px; font-size: 1.15rem; }
p:last-child { margin-bottom: 0; }
.eyebrow { margin-bottom: 10px; color: var(--color-accent); font-size: .77rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.muted { color: var(--color-muted); }
.text-content { color: #d6d9de; }
.text-content > *:first-child { margin-top: 0; }
.text-content > *:last-child { margin-bottom: 0; }
.text-content h2, .text-content h3 { margin-top: 1.7em; color: #fff; }
.text-content a { color: #fff; text-decoration: underline; text-decoration-color: var(--color-accent); text-underline-offset: 3px; }
.text-content ul, .text-content ol { padding-left: 1.25rem; }
.text-content li + li { margin-top: .4rem; }
.text-content table { width: 100%; border-collapse: collapse; }
.text-content th, .text-content td { padding: 12px; border: 1px solid var(--color-border); text-align: left; }
.text-content iframe { width: 100%; aspect-ratio: 16/9; border: 0; }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px; border: 1px solid transparent; border-radius: 7px; font-weight: 800; line-height: 1.15; text-align: center; transition: transform .16s ease, background .16s ease, border-color .16s ease; }
.button:hover { transform: translateY(-1px); }
input.button { width: auto; margin: 0; border-radius: 6px; font: inherit; cursor: pointer; -webkit-appearance: none; appearance: none; }
.button-primary { color: #fff; background: linear-gradient(180deg, var(--color-accent), var(--color-primary)); border-color: rgba(255,255,255,.12); }
.button-primary:hover { filter: brightness(1.07); }
.button-secondary { color: #fff; background: rgba(255,255,255,.055); border-color: var(--color-border-strong); }
.button-secondary:hover { background: rgba(255,255,255,.09); }
.button-discord { color: #fff; background: #5865f2; }
.button-wide { width: 100%; }
.button-compact { min-height: 40px; padding: 9px 14px; }
.text-button { display: inline-flex; align-items: center; min-height: 44px; color: var(--color-muted); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.text-button:hover { color: #fff; }
.icon-button { width: 46px; height: 46px; border: 1px solid var(--color-border); border-radius: 7px; color: #fff; background: transparent; }

.promo-banner { position: relative; z-index: 30; color: var(--banner-text, #fff); background: var(--banner-bg, #a92929); }
.promo-banner-inner { min-height: 40px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 7px 0; font-size: .9rem; font-weight: 700; text-align: center; }
.promo-banner a { text-decoration: underline; text-underline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 25; min-height: var(--header-height); border-bottom: 1px solid var(--color-border); background: rgba(9,10,12,.94); backdrop-filter: blur(14px); }
.header-inner { min-height: var(--header-height); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.brand { min-width: 126px; display: inline-flex; align-items: center; gap: 10px; font-weight: 900; }
.brand img { width: auto; max-width: 178px; height: 48px; object-fit: contain; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--color-primary); color: #fff; background: #18191c; font-size: .9rem; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 4px; }
.nav-link, .nav-group > summary { min-height: 42px; display: flex; align-items: center; padding: 8px 12px; border-radius: 6px; color: #c7cbd1; font-size: .92rem; font-weight: 700; list-style: none; }
.nav-link:hover, .nav-group > summary:hover, .nav-link.is-active, .nav-group.is-active > summary { color: #fff; background: rgba(255,255,255,.065); }
.nav-group { position: relative; }
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group > summary::after { content: "⌄"; margin-left: 7px; color: var(--color-muted); }
.nav-submenu { position: absolute; top: calc(100% + 8px); left: 0; min-width: 230px; display: grid; gap: 3px; padding: 8px; border: 1px solid var(--color-border); border-radius: 8px; background: #111316; box-shadow: 0 18px 45px rgba(0,0,0,.35); }
.nav-submenu a { padding: 10px 12px; border-radius: 5px; color: #d5d8dd; }
.nav-submenu a:hover { background: rgba(255,255,255,.06); color: #fff; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.account-link { max-width: 150px; display: grid; padding: 5px 10px; border-left: 1px solid var(--color-border); line-height: 1.15; }
.account-label { color: var(--color-muted); font-size: .67rem; }
.account-link strong { overflow: hidden; font-size: .82rem; text-overflow: ellipsis; white-space: nowrap; }
.basket-link { min-height: 46px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid var(--color-border-strong); border-radius: 7px; background: rgba(255,255,255,.05); font-weight: 800; }
.basket-count { min-width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--color-primary); font-size: .74rem; }
.nav-toggle { display: none; }

.notice-wrap { margin-top: 20px; }
.notice { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 14px 16px; border: 1px solid var(--color-border); border-left: 3px solid var(--color-accent); border-radius: 7px; background: #17191d; }
.notice-error, .notice-danger { border-left-color: var(--color-danger); }
.notice-success { border-left-color: var(--color-success); }
.notice-warning { border-left-color: var(--color-warning); }
.notice-close { width: 32px; height: 32px; flex: 0 0 auto; border: 0; color: #fff; background: transparent; font-size: 1.35rem; }

.site-footer { border-top: 1px solid var(--color-border); background: #090a0b; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 50px; padding: 58px 0 38px; }
.footer-grid h2 { margin-bottom: 12px; font-size: .86rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p { max-width: 510px; color: var(--color-muted); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a:not(.footer-brand) { min-height: 34px; color: #c3c7cd; }
.footer-grid a:hover { color: #fff; }
.footer-brand { margin-bottom: 12px; font-size: 1.25rem; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 calc(18px + env(safe-area-inset-bottom)); border-top: 1px solid var(--color-border); color: #777d86; font-size: .84rem; }

.page-header { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 34px; padding-bottom: 28px; border-bottom: 1px solid var(--color-border); }
.category-header { position: relative; min-height: 210px; align-items: center; padding: 34px; border: 1px solid var(--color-border); background: linear-gradient(90deg, rgba(9,10,12,.97), rgba(9,10,12,.68)), var(--dz-background-image) center 42%/cover no-repeat; overflow: hidden; }
.category-header::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(145deg, rgba(217,54,54,.16), transparent 48%); }
.category-header > * { position: relative; z-index: 1; }
.page-header h1 { margin-bottom: 10px; }
.page-header p { max-width: 720px; color: var(--color-muted); }
.page-description { max-width: 820px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.section-heading h2 { margin: 0; }
.section-heading.compact { display: block; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; color: var(--color-muted); font-size: .88rem; }
.breadcrumbs a:hover { color: #fff; }

.store-intro { min-height: 430px; display: grid; grid-template-columns: minmax(0,1.45fr) minmax(300px,.65fr); gap: 48px; align-items: center; padding: clamp(34px,6vw,78px); border: 1px solid var(--color-border); background:
  linear-gradient(90deg, rgba(9,10,12,.98) 0%, rgba(9,10,12,.82) 56%, rgba(9,10,12,.58) 100%),
  linear-gradient(145deg, rgba(217,54,54,.18), transparent 52%), var(--dz-background-image) center/cover no-repeat, #111316; position: relative; overflow: hidden; }
.store-intro::after { content: "DEATHZONE"; position: absolute; right: -18px; bottom: -42px; color: rgba(255,255,255,.025); font-size: clamp(5rem,13vw,12rem); font-weight: 950; letter-spacing: -.08em; line-height: 1; pointer-events: none; }
.store-intro > * { position: relative; z-index: 1; }
.store-intro p:not(.eyebrow) { max-width: 720px; color: #c4c8ce; font-size: 1.05rem; }
.intro-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.intro-trust { display: grid; border: 1px solid var(--color-border); background: rgba(8,9,11,.7); }
.intro-trust div { display: grid; gap: 3px; padding: 18px 20px; }
.intro-trust div + div { border-top: 1px solid var(--color-border); }
.intro-trust strong { font-size: .95rem; }
.intro-trust span { color: var(--color-muted); font-size: .84rem; }
.store-description { max-width: 900px; padding: 28px; border-left: 3px solid var(--color-primary); background: rgba(255,255,255,.025); }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.category-card { min-height: 180px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border: 1px solid var(--color-border); background: linear-gradient(150deg, rgba(217,54,54,.1), transparent 50%), var(--color-surface); transition: border-color .18s ease, transform .18s ease; }
.category-card:hover { transform: translateY(-2px); border-color: rgba(240,90,71,.55); }
.category-card strong { margin: 26px 0 4px; font-size: 1.35rem; }
.category-card > span:last-child { color: var(--color-muted); font-size: .9rem; }
.category-index { color: var(--color-accent); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--color-border); }
.trust-grid article { padding: 28px; }
.trust-grid article + article { border-left: 1px solid var(--color-border); }
.trust-grid article > span { color: var(--color-primary); font-weight: 900; }
.trust-grid h2 { margin: 18px 0 8px; font-size: 1.25rem; }
.trust-grid p { color: var(--color-muted); }

.search-field { width: min(100%, 340px); display: grid; gap: 7px; color: var(--color-muted); font-size: .82rem; font-weight: 700; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid var(--color-border-strong); border-radius: 6px; color: #fff; background: #0d0f11; padding: 11px 13px; }
input::placeholder, textarea::placeholder { color: #737a84; }
select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,#9299a2 50%),linear-gradient(135deg,#9299a2 50%,transparent 50%); background-position: calc(100% - 18px) 20px,calc(100% - 13px) 20px; background-size: 5px 5px; background-repeat: no-repeat; padding-right: 38px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.product-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--color-border); background: var(--color-surface); overflow: hidden; }
.product-card-media { position: relative; aspect-ratio: 1/1; overflow: hidden; background: #0d0f11; }
.product-card-media img { width: 100%; height: 100%; transition: transform .28s ease; }
.product-card:hover .product-card-media img { transform: scale(1.025); }
.discount-label { position: absolute; top: 12px; right: 12px; padding: 6px 9px; border-radius: 5px; color: #fff; background: var(--color-primary); font-size: .77rem; font-weight: 900; }
.image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(255,255,255,.25); background: linear-gradient(145deg,#15171a,#0b0c0e); font-size: 2.1rem; font-weight: 950; }
.image-placeholder.large { min-height: 450px; }
.product-card-body { flex: 1; display: flex; flex-direction: column; padding: 18px; }
.product-card-meta, .product-kicker { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 12px; }
.product-card-meta span, .product-kicker span { padding: 4px 7px; border: 1px solid var(--color-border); border-radius: 4px; color: var(--color-muted); background: rgba(255,255,255,.025); font-size: .69rem; font-weight: 800; text-transform: uppercase; }
.product-card h3 { margin-bottom: 20px; font-size: 1.15rem; }
.product-card h3 a:hover { color: var(--color-accent); }
.product-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-top: auto; }
.card-price { display: grid; line-height: 1.2; }
.card-price del { color: #838a93; font-size: .8rem; }
.card-price strong { font-size: 1.12rem; }
.empty-state { display: grid; place-items: center; min-height: 280px; padding: 40px; border: 1px dashed var(--color-border-strong); color: var(--color-muted); background: rgba(255,255,255,.018); text-align: center; }
.empty-state h2 { color: #fff; }
.empty-state .button { margin-top: 10px; }
.large-empty { min-height: 430px; }
.large-empty > span { font-size: 2.2rem; color: var(--color-primary); }
.empty-state-logo { width: min(220px, 70%); height: auto; max-height: 90px; margin-bottom: 8px; object-fit: contain; opacity: .92; }

.product-hero { display: grid; grid-template-columns: minmax(320px,430px) minmax(0,1fr); gap: clamp(30px,4vw,58px); align-items: start; }
.product-gallery { width: 100%; min-width: 0; max-width: 430px; }
.gallery-stage { position: relative; aspect-ratio: 1/1; border: 1px solid var(--color-border); background: #0c0d0f; overflow: hidden; }
.gallery-slide { width: 100%; height: 100%; }
.gallery-slide img, .gallery-slide iframe { width: 100%; height: 100%; }
.gallery-slide img { object-fit: contain; object-position: center; }
.gallery-slide iframe { border: 0; }
.gallery-thumbs { display: flex; gap: 9px; margin-top: 10px; overflow-x: auto; padding: 2px 2px 8px; scrollbar-width: thin; }
.gallery-thumb { width: 76px; height: 76px; flex: 0 0 76px; display: grid; place-items: center; padding: 0; border: 1px solid var(--color-border); border-radius: 5px; color: #fff; background: #101214; overflow: hidden; }
.gallery-thumb.is-active { border-color: var(--color-accent); }
.gallery-thumb img { width: 100%; height: 100%; }
.product-content-column { min-width: 0; }
.product-summary { position: static; }
.product-summary h1 { font-size: clamp(2rem,3.4vw,3.15rem); }
.product-price-block { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 14px; margin: 24px 0; padding: 20px 0; border-block: 1px solid var(--color-border); }
.product-price-block strong { font-size: 1.8rem; }
.product-price-block del { color: #858b94; }
.product-price-block > span:not(.saving) { flex-basis: 100%; color: var(--color-muted); font-size: .9rem; }
.saving { padding: 4px 7px; color: #fff; background: #782528; font-size: .76rem; font-weight: 800; }
.product-actions { display: grid; gap: 10px; }
.product-actions .text-button { justify-self: start; }
.availability-note { margin-top: 12px; color: var(--color-warning); }
.gift-box { margin-top: 16px; border-top: 1px solid var(--color-border); }
.gift-box summary { min-height: 48px; display: flex; align-items: center; font-weight: 800; }
.gift-box form { padding-bottom: 12px; }
.gift-box label { display: block; margin-bottom: 7px; color: var(--color-muted); font-size: .84rem; font-weight: 700; }
.inline-form { display: flex; gap: 8px; align-items: stretch; }
.inline-form input { min-width: 0; }
.purchase-trust { display: grid; gap: 9px; margin: 22px 0 0; padding: 0; color: var(--color-muted); font-size: .87rem; list-style: none; }
.purchase-trust li { position: relative; padding-left: 20px; }
.purchase-trust li::before { content: "✓"; position: absolute; left: 0; color: var(--color-success); font-weight: 900; }
.product-details { padding-top: 34px; border-top: 1px solid var(--color-border); }
.product-details-inline { margin-top: 34px; }
.product-details-inline .section-heading { margin-bottom: 18px; }
.product-details-inline h2 { font-size: clamp(1.45rem,2vw,1.9rem); }
.product-description { max-width: none; }
.product-page > .recently-viewed, .product-page > .faq-section { margin-top: 54px; }
.mobile-sticky-cta { position: fixed; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); left: 12px; z-index: 35; display: none; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border: 1px solid var(--color-border-strong); border-radius: 9px; background: rgba(15,17,20,.97); box-shadow: 0 18px 55px rgba(0,0,0,.45); }
.mobile-sticky-cta > div { min-width: 0; display: grid; line-height: 1.15; }
.mobile-sticky-cta span { color: var(--color-muted); font-size: .7rem; }
.mobile-sticky-cta strong { overflow: hidden; font-size: .98rem; text-overflow: ellipsis; white-space: nowrap; }
.mobile-sticky-cta .button { min-width: 130px; }
.recently-viewed-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.recent-item { display: grid; grid-template-columns: 82px 1fr; align-items: center; gap: 14px; padding: 10px; border: 1px solid var(--color-border); background: var(--color-surface); }
.recent-item img, .recent-item .image-placeholder { width: 82px; height: 82px; }
.recent-item strong { display: block; line-height: 1.3; }
.recent-item span { color: var(--color-muted); font-size: .78rem; }

.form-page, .login-card, .login-context { border: 1px solid var(--color-border); background: var(--color-surface); }
.form-page { padding: clamp(24px,5vw,50px); }
.form-page-header { margin-bottom: 30px; padding-bottom: 25px; border-bottom: 1px solid var(--color-border); }
.form-page-header p:not(.eyebrow) { color: var(--color-muted); }
.option-summary { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 28px; border: 1px solid var(--color-border); }
.option-summary div { display: grid; gap: 3px; padding: 15px 17px; }
.option-summary div + div { border-left: 1px solid var(--color-border); }
.option-summary span { color: var(--color-muted); font-size: .78rem; }
.store-form { display: grid; gap: 19px; }
.field-group { display: grid; gap: 7px; }
.field-group label, .field-label { color: #f0f1f3; font-size: .88rem; font-weight: 800; }
.field-help { margin: 0; color: var(--color-muted); font-size: .8rem; }
.input-suffix { display: grid; grid-template-columns: 1fr auto; }
.input-suffix input { border-radius: 6px 0 0 6px; }
.input-suffix span { display: grid; place-items: center; padding: 0 15px; border: 1px solid var(--color-border-strong); border-left: 0; border-radius: 0 6px 6px 0; color: var(--color-muted); background: #15171a; }
.identity-field { padding: 18px; border: 1px solid var(--color-border); background: rgba(255,255,255,.02); }
.identity-status { display: grid; gap: 2px; margin: 3px 0 8px; }
.identity-status span { color: var(--color-muted); font-size: .77rem; }
.identity-status.is-connected strong { color: var(--color-success); }
.form-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 10px; padding-top: 22px; border-top: 1px solid var(--color-border); }
.login-page { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.login-context, .login-card { padding: clamp(26px,5vw,48px); }
.login-context { background: linear-gradient(90deg,rgba(9,10,12,.94),rgba(9,10,12,.74)), linear-gradient(145deg,rgba(217,54,54,.18),transparent 52%), var(--dz-background-image) center/cover no-repeat, #111316; }
.login-context p { color: var(--color-muted); }
.login-card { align-self: stretch; }
.login-card h2 { margin-top: 18px; }
.login-card > p { color: var(--color-muted); }
.login-card .text-button { margin-top: 18px; }
.provider-badge { display: inline-flex; padding: 5px 8px; border: 1px solid var(--color-border-strong); border-radius: 5px; color: var(--color-accent); font-size: .75rem; font-weight: 900; text-transform: uppercase; }

.checkout-shell { max-width: 1180px; }
.checkout-layout { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(340px,.7fr); gap: 20px; align-items: start; }
.basket-panel, .order-panel { border: 1px solid var(--color-border); background: var(--color-surface); }
.panel-heading { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 20px; border-bottom: 1px solid var(--color-border); }
.panel-heading h2 { margin: 0; font-size: 1.08rem; }
.panel-heading span { color: var(--color-muted); font-size: .8rem; }
.basket-item { display: grid; grid-template-columns: minmax(0,1fr) auto auto; align-items: center; gap: 22px; padding: 20px; }
.basket-item + .basket-item { border-top: 1px solid var(--color-border); }
.basket-item h3 { margin: 0 0 5px; }
.basket-item h3 a:hover { color: var(--color-accent); }
.basket-item-price { margin: 0; color: #fff; font-weight: 800; }
.gift-recipient { margin: 0 0 4px; color: var(--color-muted); font-size: .82rem; }
.quantity-form { display: grid; grid-template-columns: 42px 52px 42px; }
.quantity-form form { min-width: 0; margin: 0; }
.quantity-form button, .quantity-form input[type="number"] { width: 100%; min-height: 42px; border: 1px solid var(--color-border-strong); border-radius: 0; color: #fff; background: #0e1012; text-align: center; }
.quantity-form .quantity-step-form:first-of-type button { border-radius: 5px 0 0 5px; }
.quantity-form .quantity-step-form:last-of-type button { border-radius: 0 5px 5px 0; }
.quantity-form input[type="number"] { padding: 5px; border-inline: 0; -moz-appearance: textfield; }
.quantity-form input[type="number"]::-webkit-inner-spin-button { appearance: none; }
.remove-link { min-height: 42px; display: inline-flex; align-items: center; color: #d4a0a0; font-size: .82rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.order-panel { position: sticky; top: calc(var(--header-height) + 20px); padding-bottom: 20px; }
.order-panel > *:not(.panel-heading) { margin-inline: 20px; }
.order-total { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0 14px; }
.order-total strong { font-size: 1.45rem; }
.tax-note { color: var(--color-muted); font-size: .8rem; }
.coupon-box { margin-block: 18px !important; padding-block: 12px; border-block: 1px solid var(--color-border); }
.coupon-box summary { min-height: 38px; display: flex; align-items: center; font-weight: 800; }
.coupon-form { margin-top: 10px; }
.coupon-list { display: grid; gap: 8px; margin: 12px 0 0; padding: 0; list-style: none; }
.coupon-list li { display: flex; justify-content: space-between; gap: 12px; padding: 10px; background: rgba(255,255,255,.035); }
.coupon-list span { display: grid; }
.coupon-list small { color: var(--color-muted); }
.coupon-list a { color: #d4a0a0; text-decoration: underline; }
.checkout-login-note { margin-bottom: 16px !important; padding: 15px; border: 1px solid rgba(231,182,90,.3); background: rgba(231,182,90,.07); }
.checkout-login-note p { color: var(--color-muted); font-size: .86rem; }
tebex-checkout { display: block; margin-bottom: 16px; }
.compact-list { margin-top: 15px; }

.accordion { border-top: 1px solid var(--color-border); }
.accordion details { border-bottom: 1px solid var(--color-border); }
.accordion summary { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-weight: 800; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; color: var(--color-accent); font-size: 1.35rem; }
.accordion details[open] summary::after { content: "−"; }
.accordion-content { max-width: 850px; padding: 0 0 20px; color: var(--color-muted); }

.store-modules { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.widget, .featured-package-item, .payments-section, .donator-module { min-width: 0; padding: 20px; border: 1px solid var(--color-border); background: var(--color-surface); }
.widget-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.widget-heading h3 { margin: 0; }
.widget-heading > span { color: var(--color-muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.widget-image { width: 100%; max-height: 210px; margin-bottom: 15px; }
.progress { height: 8px; margin: 15px 0; background: #090a0c; overflow: hidden; }
.progress > span { display: block; height: 100%; background: var(--color-primary); }
.featured-packages-section .section-heading > p:last-child { max-width: 640px; color: var(--color-muted); }
.featured-packages-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.featured-package-item { padding: 0; overflow: hidden; }
.featured-package-link { height: 100%; display: flex; flex-direction: column; }
.featured-package-image { aspect-ratio: 1/1; overflow: hidden; background: #0d0f11; }
.featured-package-image img, .featured-package-image .image-placeholder { width: 100%; height: 100%; }
.featured-package-image img { object-fit: contain; object-position: center; }
.featured-package-info { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.featured-package-info h3 { margin: 0 0 16px; font-size: 1.25rem; }
.featured-package-price { display: flex; align-items: baseline; gap: 9px; margin-top: auto; }
.featured-package-price del { color: var(--color-muted); font-size: .82rem; }
.featured-package-price strong { font-size: 1.15rem; }
.featured-package-action { margin-top: 14px; color: var(--color-accent); font-size: .86rem; font-weight: 800; }
.payment-list { display: grid; gap: 10px; }
.payment-row { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 11px; padding: 9px 0; }
.payment-row + .payment-row { border-top: 1px solid var(--color-border); }
.payment-row img { width: 44px; height: 44px; border-radius: 5px; }
.payment-row div { min-width: 0; display: grid; }
.payment-row span { overflow: hidden; color: var(--color-muted); font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.payment-row b { font-size: .8rem; }
.status-dot { color: var(--color-danger) !important; }
.status-dot.is-online { color: var(--color-success) !important; }
.copy-value { width: 100%; min-height: 48px; display: flex; justify-content: space-between; gap: 12px; padding: 10px 12px; border: 1px solid var(--color-border); border-radius: 5px; color: #fff; background: #0e1012; text-align: left; }
.copy-value span { color: var(--color-muted); font-size: .75rem; }
.top-customer { display: flex; align-items: center; gap: 14px; }
.top-customer img, .avatar-placeholder { width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid var(--color-border); border-radius: 50%; background: #0e1012; object-fit: cover; }
.top-customer div { display: grid; }
.top-customer span { color: var(--color-muted); }
.compact-form { gap: 12px; }

.cms-page { max-width: 850px; margin-inline: auto; }
.cms-content { padding: clamp(22px,5vw,48px); border: 1px solid var(--color-border); background: var(--color-surface); }
.tier-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.tier-card { display: flex; flex-direction: column; border: 1px solid var(--color-border); background: var(--color-surface); }
.tier-card.is-current { border-color: var(--color-accent); }
.tier-card > img, .tier-card > .image-placeholder { width: 100%; aspect-ratio: 1/1; }
.tier-card-body { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.tier-description { color: var(--color-muted); font-size: .9rem; }
.tier-price { display: grid; margin: auto 0 16px; padding-top: 18px; }
.tier-price del { color: var(--color-muted); font-size: .8rem; }
.tier-price strong { font-size: 1.4rem; }
.current-tier { align-self: flex-start; margin-bottom: 10px; padding: 4px 7px; color: #fff; background: var(--color-primary); font-size: .7rem; font-weight: 900; text-transform: uppercase; }

.promo-sheet { position: fixed; inset: 0; z-index: 100; }
.promo-sheet-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.68); }
.promo-sheet-panel { position: absolute; right: 24px; bottom: 24px; width: min(calc(100% - 48px), 430px); padding: 28px; border: 1px solid var(--color-border-strong); background: #15171a; box-shadow: 0 25px 80px rgba(0,0,0,.5); }
.promo-sheet-panel p:not(.eyebrow) { color: var(--color-muted); }
.promo-sheet-close { position: absolute; top: 10px; right: 10px; width: 40px; height: 40px; border: 0; color: #fff; background: transparent; font-size: 1.5rem; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: auto auto 1fr; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .site-header {
  z-index: 100;
}

.site-nav {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 1;

  display: none;
  align-content: start;
  justify-content: stretch;
  gap: 4px;

  width: 100%;
  height: calc(100vh - var(--header-height));
  height: calc(100dvh - var(--header-height));

  padding:
    18px
    20px
    calc(30px + env(safe-area-inset-bottom));

  background: #0d0f11;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.site-nav.is-open {
  display: grid;
}
  .nav-link, .nav-group > summary { min-height: 50px; padding-inline: 14px; }
  .nav-group { position: static; }
  .nav-submenu { position: static; min-width: 0; margin: 0 0 8px 14px; border: 0; border-left: 1px solid var(--color-border); border-radius: 0; background: transparent; box-shadow: none; }
  .header-actions { margin-left: auto; }
  .store-intro { grid-template-columns: 1fr; min-height: 0; }
  .intro-trust { grid-template-columns: repeat(3,1fr); }
  .intro-trust div + div { border-top: 0; border-left: 1px solid var(--color-border); }
  .product-grid, .category-grid, .tier-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-hero { grid-template-columns: minmax(280px,380px) minmax(0,1fr); gap: 28px; }
  .product-gallery { max-width: 380px; }
  .store-modules, .featured-packages-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-panel { position: static; }
}

@media (max-width: 760px) {
  :root { --header-height: 66px; }
  .shell, .narrow-shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-main { padding: 26px 0 68px; }
  .section { margin-top: 52px; }
  .header-inner { min-height: var(--header-height); gap: 10px; }
  .brand { min-width: 0; }
  .brand img { max-width: 122px; height: 40px; }
  .header-actions .login-link, .account-link { display: none; }
  .basket-label { display: none; }
  .basket-link { padding: 8px 9px; }
  .site-nav { top: var(--header-height); }
  .promo-banner-inner { justify-content: space-between; font-size: .78rem; text-align: left; }
  .page-header { display: grid; align-items: start; gap: 18px; margin-bottom: 24px; padding-bottom: 22px; }
  .category-header { min-height: 170px; padding: 24px 20px; }
  .section-heading { display: block; }
  .store-intro { gap: 28px; padding: 30px 22px; }
  .store-intro h1 { font-size: clamp(2.15rem,12vw,3.4rem); }
  .intro-trust { grid-template-columns: 1fr; }
  .intro-trust div + div { border-top: 1px solid var(--color-border); border-left: 0; }
  .category-grid, .product-grid, .tier-grid, .store-modules, .featured-packages-grid, .recently-viewed-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article + article { border-top: 1px solid var(--color-border); border-left: 0; }
  .product-card { display: grid; grid-template-columns: 124px 1fr; }
  .product-card-media { aspect-ratio: auto; min-height: 100%; }
  .product-card-body { padding: 14px; }
  .product-card-meta { margin-bottom: 8px; }
  .product-card h3 { margin-bottom: 14px; font-size: 1rem; }
  .product-card-footer { align-items: center; }
  .product-card-footer .button { display: none; }
  .product-hero { grid-template-columns: 1fr; }
  .product-gallery { max-width: none; }
  .gallery-stage { aspect-ratio: 1/1; }
  .product-details { padding-top: 28px; }
  .product-details-inline { margin-top: 28px; }
  .mobile-sticky-cta.is-visible { display: flex; }
  .form-page { padding: 23px 18px; }
  .option-summary { grid-template-columns: 1fr; }
  .option-summary div + div { border-top: 1px solid var(--color-border); border-left: 0; }
  .form-actions, .inline-form { flex-direction: column; }
  .form-actions .button, .inline-form .button { width: 100%; }
  .login-page { grid-template-columns: 1fr; }
  .login-context, .login-card { padding: 24px 19px; }
  .basket-item { grid-template-columns: 1fr auto; gap: 14px; }
  .quantity-form { grid-column: 1/2; justify-self: start; }
  .remove-link { grid-column: 2/3; grid-row: 1/3; align-self: center; }
  .checkout-header .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 42px; }
  .footer-bottom { flex-direction: column; gap: 4px; }
  .promo-sheet-panel { right: 0; bottom: 0; left: 0; width: 100%; padding: 28px 20px calc(24px + env(safe-area-inset-bottom)); border-radius: 12px 12px 0 0; }
}

@media (max-width: 390px) {
  .shell, .narrow-shell { width: min(calc(100% - 20px), var(--shell)); }
  .brand img { max-width: 105px; }
  .icon-button { width: 42px; height: 42px; }
  .basket-link { min-height: 42px; }
  .product-card { grid-template-columns: 104px 1fr; }
  .product-card-meta span:nth-child(n+2) { display: none; }
  .card-price strong { font-size: .98rem; }
  .mobile-sticky-cta { right: 7px; left: 7px; }
  .mobile-sticky-cta .button { min-width: 116px; padding-inline: 11px; }
  .basket-item { padding: 16px; }
  .quantity-form { grid-template-columns: 40px 48px 40px; }
}

@media (min-width: 1800px) {
  :root { --shell: 1480px; }
  body { font-size: 17px; }
  .product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .category-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.category-shortcuts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.category-shortcuts a {
  position: relative;
  min-width: 0;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 58px 24px 24px;
  border: 1px solid var(--color-border);
  background:
    linear-gradient(145deg, rgba(217, 54, 54, .12), transparent 55%),
    var(--color-surface);
  overflow: hidden;
  transition:
    transform .18s ease,
    border-color .18s ease,
    background-color .18s ease;
}

.category-shortcuts a::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--color-primary);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .18s ease;
}

.category-shortcuts a::after {
  content: "→";
  position: absolute;
  right: 24px;
  bottom: 23px;
  color: var(--color-accent);
  font-size: 1.25rem;
  font-weight: 900;
  transition: transform .18s ease;
}

.category-shortcuts a:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 90, 71, .55);
  background:
    linear-gradient(145deg, rgba(217, 54, 54, .18), transparent 58%),
    var(--color-surface);
}

.category-shortcuts a:hover::before,
.category-shortcuts a:focus-visible::before {
  transform: scaleY(1);
}

.category-shortcuts a:hover::after {
  transform: translateX(4px);
}

.category-shortcuts a:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
  border-color: var(--color-accent);
}

.category-shortcuts strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
}

.category-shortcuts span {
  max-width: 280px;
  color: var(--color-muted);
  font-size: .88rem;
  line-height: 1.5;
}