/*
Theme Name: BGLShop
Theme URI: https://bglshop.com
Author: BGLShop
Description: A clean gaming marketplace theme for BGLShop.
Version: 1.3.0
Text Domain: bglshop
*/

:root {
  --bg: #0b0d0c;
  --surface: #151a17;
  --surface-raised: #1b211d;
  --surface-soft: #222a25;
  --line: #29342d;
  --line-light: #3b4a40;
  --blue: #3bcf7a;
  --blue-hover: #59db92;
  --blue-soft: rgba(59, 207, 122, .14);
  --green: #3bcf7a;
  --text: #f2f7f3;
  --body: #c4d0c7;
  --muted: #90a096;
  --shadow: 0 18px 50px rgba(0, 0, 0, .28);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --radius: 12px;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--text); background: var(--bg); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
a:hover { color: white; }
img { max-width: 100%; height: auto; }
button, input, select { font: inherit; }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(59, 74, 64, .78); background: rgba(11, 13, 12, .94); box-shadow: 0 8px 24px rgba(0, 0, 0, .12); backdrop-filter: blur(12px); }
.header-inner, .container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.header-inner { display: flex; align-items: center; min-height: 72px; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 17px; font-weight: 850; letter-spacing: -.025em; white-space: nowrap; }
.brand:hover { color: #fff; }
.brand-mark, .brand-tag { display: none; }
.brand-name { letter-spacing: -.025em; }
.main-nav { display: flex; gap: 24px; margin-left: auto; color: #aeb5c0; font-size: 13px; font-weight: 650; }
.main-nav a, .main-nav button { padding: 10px 0; border: 0; color: inherit; background: transparent; font: inherit; cursor: pointer; }
.main-nav a:hover, .main-nav button:hover { color: #fff; }
.language-switch { display: inline-flex; align-items: center; gap: 5px; padding: 7px 9px !important; border: 1px solid #3b4a40 !important; border-radius: 7px; color: #c6d6cb !important; background: #151c17 !important; font-size: 10px !important; font-weight: 800 !important; letter-spacing: .04em; line-height: 1; white-space: nowrap; }
.language-switch:hover { border-color: #467a59 !important; color: #f2f7f3 !important; background: #18251d !important; }
.language-switch-label { color: inherit; }
.language-switch small { color: inherit; font: inherit; }
.header-cta { padding: 9px 15px; border: 1px solid var(--blue); border-radius: 8px; color: #fff; background: var(--blue); font-size: 13px; font-weight: 750; white-space: nowrap; }
.header-cta:hover { color: #fff; border-color: var(--blue-hover); background: var(--blue-hover); }
.nav-toggle { display: none; margin-left: auto; padding: 8px 10px; border: 1px solid var(--line-light); border-radius: 7px; color: #eef0f5; background: transparent; font-size: 12px; font-weight: 750; }

.hero { display: flex; align-items: center; min-height: calc(100vh - 128px); padding: 90px 0 66px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 73% 28%, rgba(59, 207, 122, .10), transparent 30%), #0f1210; }
.hero:before, .hero:after { display: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(385px, .91fr); gap: 76px; align-items: center; }
.hero-copy-block { padding: 0; }
.hero-copy-block:before, .hero-copy-block:after { display: none; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 15px; color: #a5b0c4; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow:before { width: 18px; height: 2px; border: 0; background: var(--blue); }
.hero h1 { max-width: 620px; margin: 0; color: #fff; font-size: clamp(44px, 5.2vw, 68px); font-weight: 800; line-height: 1.01; letter-spacing: -.065em; }
.hero h1 span { display: inline; }
.hero h1 em { display: block; margin-top: 1px; color: #84e6ad; font-style: normal; }
.hero-copy { max-width: 535px; margin: 22px 0 0; color: #c9ced8; font-size: 17px; }
.hero-copy strong { color: #f5f6fa; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 29px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 18px; border: 1px solid var(--blue); border-radius: 8px; color: #fff; background: var(--blue); font-size: 13px; font-weight: 750; cursor: pointer; transition: background .15s ease, border-color .15s ease, transform .15s ease; }
.button:hover { color: #fff; border-color: var(--blue-hover); background: var(--blue-hover); transform: translateY(-1px); }
.button.button-quiet { border-color: var(--line-light); color: #d7dce5; background: transparent; box-shadow: none; }
.button.button-quiet:hover { border-color: #52685b; background: #19201c; }
.hero-note { max-width: 545px; margin: 19px 0 0; color: var(--muted); font-size: 12px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 490px; margin-top: 33px; padding-top: 15px; border-top: 1px solid var(--line); }
.hero-metric { padding-right: 13px; }
.hero-metric + .hero-metric { padding-left: 13px; border-left: 1px solid var(--line); }
.hero-metric strong { display: block; color: #eef0f5; font-size: 14px; font-weight: 750; }
.hero-metric span { display: block; margin-top: 2px; color: #838b98; font-size: 10px; text-transform: uppercase; }

.order-card { position: relative; padding: 28px; color: var(--text); background: linear-gradient(155deg, #18201b, #111511 75%); border: 1px solid #3b4a40; border-radius: 14px; box-shadow: 0 20px 55px rgba(0, 0, 0, .34); }
.order-card:before, .order-card:after { display: none; }
.order-card > * { position: relative; }
.card-kicker { display: flex; align-items: center; justify-content: space-between; color: #a4adba; font-size: 10px; font-weight: 800; letter-spacing: .095em; text-transform: uppercase; }
.stock-pill { color: #89ddb0; letter-spacing: .035em; }
.stock-pill:before { width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--green); box-shadow: none; }
.order-card h2 { margin: 10px 0 5px; color: #fff; font-size: 25px; font-weight: 780; letter-spacing: -.045em; line-height: 1.12; }
.card-subline { margin: 0 0 19px; color: #9ba4b4; font-size: 13px; }
.order-account-state { display: flex; align-items: center; gap: 6px; width: 100%; margin: -6px 0 16px; padding: 0; border: 0; color: #94aaa0; background: transparent; font-size: 10px; font-weight: 650; line-height: 1.4; text-align: left; cursor: pointer; }
.order-account-state span { color: #9ce8b9; font-weight: 800; }
.order-account-state:not(.is-linked):hover { color: #dff3e5; text-decoration: underline; text-underline-offset: 3px; }
.order-account-state.is-linked { cursor: default; }
.order-account-state.is-linked > span { width: 6px; height: 6px; border-radius: 50%; background: #3bcf7a; box-shadow: 0 0 0 3px rgba(59, 207, 122, .12); }
.order-account-state strong { color: #d6f1df; }
.stock-line { display: inline-flex; align-items: center; gap: 6px; margin: -4px 0 16px; color: #a6b4ab; font-size: 10px; font-weight: 650; }
.stock-line span { width: 6px; height: 6px; border-radius: 50%; }
.stock-line.is-available span { background: #3bcf7a; box-shadow: 0 0 0 3px rgba(59, 207, 122, .12); }
.stock-line.is-low-stock span { background: #dd6977; box-shadow: 0 0 0 3px rgba(221, 105, 119, .10); }
.stock-line.is-empty { color: #d69aa1; }
.stock-line.is-empty span { background: #dd6977; box-shadow: 0 0 0 3px rgba(221, 105, 119, .10); }
.stock-line strong { color: #e4f6e9; }
.wait-line { margin: -8px 0 16px; color: #89c6a3; font-size: 11px; font-weight: 650; line-height: 1.45; }
.payment-wait { margin: 14px 0 0; }
.stock-unavailable { margin: -5px 0 15px; padding: 9px 10px; border: 1px solid rgba(221, 105, 119, .34); border-radius: 7px; color: #f4c4ca; background: rgba(158, 47, 65, .13); font-size: 10px; line-height: 1.4; }
.store-closed-card { display: grid; gap: 0; }
.store-closed-card .card-kicker { color: #9ca8a0; }
.store-closed-card.is-no-stock .card-kicker { color: #d69aa1; }
.store-closed-card h2 { margin: 10px 0 8px; }
.store-closed-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.store-closed-actions .button { min-height: 44px; padding: 0 16px; }
.order-reference { margin: 0 0 16px; padding: 10px 11px; border: 1px solid var(--line-light); border-radius: 8px; background: #0c0e13; }
.order-reference span { color: #9ba5b6; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.order-reference strong { color: #f0f2f7; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; letter-spacing: .05em; }
.order-reference small { display: none; }
.order-form label, .field-label { display: block; margin: 17px 0 7px; color: #b4bcc8; font-size: 11px; font-weight: 750; }
.amount-picks { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.amount-picks button { min-height: 40px; border: 1px solid var(--line-light); border-radius: 7px; color: #d6dbe5; background: #0c0e13; font-size: 12px; font-weight: 700; cursor: pointer; }
.amount-picks button:hover, .amount-picks button.is-selected { border-color: #52d98a; color: #f2f7f3; background: #193e29; }
.amount-picks button:disabled { border-color: #28302b; color: #59645d; background: #101310; cursor: not-allowed; }
.amount-picks button:disabled:hover { border-color: #28302b; color: #59645d; background: #101310; }
.input-wrap { position: relative; display: flex; }
.input-wrap input, .order-form select, .order-form > input { width: 100%; min-height: 47px; padding: 0 13px; border: 1px solid var(--line-light); border-radius: 7px; color: #edf0f5; background: #0c0e13; outline: none; }
.input-wrap input::placeholder, .order-form > input::placeholder { color: #737d8c; }
.input-wrap input:focus, .order-form select:focus, .order-form > input:focus { border-color: #52d98a; box-shadow: 0 0 0 3px rgba(59,207,122,.14); }
.input-wrap .suffix { top: 11px; right: 12px; color: #a2abb9; font-size: 11px; font-weight: 700; }
.small-order-note { margin: 8px 0 -3px; color: #8f9aab; font-size: 10px; line-height: 1.45; }
.small-order-note strong { color: #cad3e5; font-weight: 750; }
.order-email-note { margin: 8px 0 -3px; color: #8f9aab; font-size: 10px; line-height: 1.45; }
.order-email-note a { color: #c7efda; font-weight: 750; text-decoration-color: rgba(199, 239, 218, .45); text-underline-offset: 2px; }
.order-email-note a:hover { color: #fff; text-decoration-color: #fff; }
.bglshop-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap !important; border: 0 !important; }
.terms-acceptance { display: flex !important; align-items: flex-start; gap: 8px; margin: 14px 0 -1px !important; color: #97a79e !important; font-size: 10px !important; font-weight: 600 !important; line-height: 1.45; }
.terms-acceptance input { flex: 0 0 auto; width: 14px; height: 14px; margin: 0; accent-color: #3bcf7a; }
.terms-acceptance button { display: inline; padding: 0; border: 0; color: #c7efda; background: transparent; font: inherit; font-weight: 750; text-decoration: underline; text-decoration-color: rgba(199, 239, 218, .45); text-underline-offset: 2px; cursor: pointer; }
.terms-acceptance button:hover { color: #fff; text-decoration-color: #fff; }
.order-notice { display: flex; align-items: center; gap: 8px; margin: 10px 0 -2px; padding: 9px 10px; border: 1px solid rgba(255, 129, 139, .38); border-radius: 7px; color: #ffd5da; background: rgba(167, 48, 68, .16); font-size: 11px; font-weight: 650; line-height: 1.35; }
.order-notice:before { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 17px; height: 17px; border-radius: 50%; color: #fff0f2; background: #c34c5a; content: '!'; font-size: 11px; font-weight: 850; }
.order-notice[hidden] { display: none; }
.order-form input.has-error { border-color: #de6875; box-shadow: 0 0 0 3px rgba(222, 104, 117, .12); }
.order-form .button { width: 100%; min-height: 47px; margin-top: 18px; border-color: var(--blue); color: #fff; background: var(--blue); }
.order-form .button:hover { border-color: var(--blue-hover); background: var(--blue-hover); }
.order-form .button:disabled, .order-form .button:disabled:hover { border-color: #2b3630; color: #809087; background: #1a211d; cursor: not-allowed; transform: none; }
.price-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; padding: 12px 13px; border: 1px solid #252a35; border-radius: 8px; background: #0c0e13; }
.price-bar > div { min-width: 0; }
.price-bar small { display: block; color: #929ba9; font-size: 10px; font-weight: 650; }
.price-bar strong { display: block; color: #fff; font-size: 25px; font-weight: 800; letter-spacing: -.045em; line-height: 1.05; }
.price-rate { flex: 0 0 auto; padding-bottom: 0; color: #aab3c2; font-size: 11px; text-align: right; white-space: nowrap; }
.order-legal { margin: 12px 0 0; color: #88919f; font-size: 10px; line-height: 1.5; }
.notice { border-left: 3px solid var(--blue); color: #d3f2de; background: var(--blue-soft); }
.notice.error { border-left-color: #ff737c; color: #ffcbd0; }

.stats { border-bottom: 1px solid var(--line); background: #0c0e13; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat { display: flex; align-items: center; min-height: 75px; padding: 15px 25px; border-right: 1px solid var(--line); }
.stat:first-child { border-left: 1px solid var(--line); }
.stat:before { display: none; }
.stat-value { color: #f1f3f7; font-size: 15px; font-weight: 750; }
.stat-label { display: block; margin-top: 2px; color: #8c95a4; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }

.site-modal { position: fixed; z-index: 80; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(4, 5, 8, .72); backdrop-filter: blur(7px); }
.site-modal[hidden] { display: none; }
.modal-dialog { position: relative; width: min(1060px, 100%); max-height: calc(100vh - 48px); overflow: auto; }
.tracker-dialog { width: min(1120px, 100%); }
.modal-close { position: absolute; z-index: 1; top: 13px; right: 15px; padding: 6px 9px; border: 1px solid #3c4555; border-radius: 6px; color: #b9c2d1; background: #11141b; font-size: 10px; font-weight: 750; cursor: pointer; }
.modal-close:hover { border-color: #59db92; color: #fff; }
.order-tracker { padding: 0; background: transparent; }
.tracker-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: center; padding: 29px 32px; border: 1px solid #34443a; border-radius: 13px; background: linear-gradient(120deg, #18211c, #111511 66%); }
.tracker-copy .eyebrow { margin-bottom: 10px; }
.tracker-copy h2 { margin: 0; color: #fff; font-size: 30px; font-weight: 780; letter-spacing: -.045em; line-height: 1.06; }
.tracker-copy p:last-child { max-width: 400px; margin: 10px 0 0; color: #aeb8c8; font-size: 13px; }
.tracker-copy strong { color: #c7f3d8; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.tracker-form label { display: block; margin-bottom: 7px; color: #b8c1cf; font-size: 10px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.tracker-input-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.tracker-input-row input { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid #3b4a40; border-radius: 8px; color: #edf5ef; background: #0e120f; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 13px; font-weight: 700; letter-spacing: .04em; outline: none; }
.tracker-input-row input::placeholder { color: #667286; }
.tracker-input-row input:focus { border-color: #52d98a; box-shadow: 0 0 0 3px rgba(59, 207, 122, .14); }
.tracker-input-row .button { min-height: 46px; white-space: nowrap; }
.tracker-result { position: relative; margin-top: 12px; padding: 13px 15px 13px 17px; border: 1px solid #326648; border-radius: 8px; background: rgba(38, 117, 70, .16); animation: bglshop-tracker-reveal .2s ease-out both; }
.tracker-result:before { position: absolute; top: 12px; bottom: 12px; left: 0; width: 3px; border-radius: 0 3px 3px 0; background: #3bcf7a; content: ''; }
.tracker-result.is-error { border-color: rgba(255, 115, 124, .38); background: rgba(173, 55, 75, .14); }
.tracker-result.is-error:before { background: #ff7b87; }
.tracker-result-label { display: block; margin-bottom: 3px; color: #9fe2b8; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.tracker-result strong { display: block; color: #f0f4fb; font-size: 14px; font-weight: 750; }
.tracker-result p { margin: 3px 0 0; color: #bac4d7; font-size: 12px; }
.tracker-result small { display: block; margin-top: 7px; color: #8390a6; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; }
@keyframes bglshop-tracker-reveal { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
body.has-site-modal { overflow: hidden; }

.support-section { padding: 0; background: transparent; }
.support-modal .modal-dialog { width: min(560px, 100%); }
.support-card { padding: 34px 32px 30px; border: 1px solid #34443a; border-radius: 13px; background: #151a17; text-align: center; }
.support-copy .eyebrow { margin-bottom: 10px; }
.support-copy .eyebrow { justify-content: center; }
.support-copy h2 { margin: 0; color: #fff; font-size: 29px; font-weight: 780; letter-spacing: -.045em; line-height: 1.06; }
.support-copy p:last-child { margin: 9px 0 0; color: #aeb8c8; font-size: 13px; }
.support-copy strong { color: #cef4da; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.support-actions { margin-top: 21px; }
.support-modal .modal-close { top: -26px; right: 0; padding: 0; border: 0; color: #a4adbc; background: transparent; font-size: 11px; }
.support-modal .modal-close:hover { color: #fff; background: transparent; }
.discord-handle { display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: #919caf; font-size: 12px; }
.discord-handle span { color: inherit; font-size: inherit; font-weight: 650; }
.discord-handle span:after { content: ':'; }
.discord-handle strong { color: #e1f6e8; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 13px; }
.support-buttons { display: flex; justify-content: center; margin-top: 15px; }
.support-buttons .button { min-height: 40px; padding: 8px 17px; }
.support-buttons .button.is-copied { border-color: #3d9d67; background: #183d2a; }
.support-buttons .button.is-copied:hover { border-color: #3d9d67; background: #183d2a; transform: none; }
.copy-check { margin-right: 5px; color: #76e5a0; font-size: 15px; font-weight: 800; vertical-align: -1px; }

.terms-modal .modal-dialog { width: min(760px, 100%); }
.terms-modal .modal-close { top: -26px; right: 0; padding: 0; border: 0; color: #a4adbc; background: transparent; font-size: 11px; }
.terms-modal .modal-close:hover { color: #fff; background: transparent; }
.terms-card { padding: 32px; border: 1px solid #34443a; border-radius: 13px; background: #151a17; }
.terms-card .eyebrow { margin-bottom: 10px; }
.terms-card h2 { max-width: 520px; margin: 0; color: #fff; font-size: 31px; font-weight: 780; letter-spacing: -.048em; line-height: 1.07; }
.terms-list { display: grid; gap: 9px; margin-top: 23px; }
.terms-list article { padding: 13px 14px; border: 1px solid #2c3830; border-radius: 8px; background: #101512; }
.terms-list h3 { margin: 0; color: #e8f4eb; font-size: 12px; font-weight: 760; }
.terms-list p { margin: 5px 0 0; color: #aeb9b1; font-size: 11px; line-height: 1.5; }
.terms-list strong { color: #d9f4e2; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.terms-footer { margin: 17px 0 0; color: #7f9185; font-size: 10px; line-height: 1.45; }

.account-nav-button { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.account-nav-button.is-signed-in { color: #baf0cb; }
.account-nav-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(59, 207, 122, .12); }
.account-modal .modal-dialog { width: min(620px, 100%); }
.account-modal .modal-close { top: -26px; right: 0; padding: 0; border: 0; color: #a4adbc; background: transparent; font-size: 11px; }
.account-modal .modal-close:hover { color: #fff; background: transparent; }
.account-modal-card { padding: 32px; border: 1px solid #34443a; border-radius: 13px; background: #151a17; }
.account-heading { max-width: 440px; }
.account-kicker { display: block; margin-bottom: 9px; color: #88dca9; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.account-heading h2 { margin: 0; color: #fff; font-size: 32px; font-weight: 780; letter-spacing: -.05em; line-height: 1.05; }
.account-heading p { margin: 10px 0 0; color: #aeb8c8; font-size: 13px; }
.account-heading strong { color: #e5f7ea; }
.account-message { margin: 18px 0 0; padding: 10px 12px; border: 1px solid rgba(59, 207, 122, .34); border-radius: 8px; color: #c9f4d8; background: rgba(59, 207, 122, .09); font-size: 12px; line-height: 1.4; }
.account-message.is-error { border-color: rgba(238, 112, 125, .4); color: #ffd2d8; background: rgba(174, 56, 73, .14); }
.reward-overview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 24px; border: 1px solid #304038; border-radius: 9px; overflow: hidden; background: #304038; }
.reward-overview div { min-height: 81px; padding: 14px 13px; background: #101512; }
.reward-overview span { display: block; color: #96a69d; font-size: 9px; font-weight: 750; letter-spacing: .055em; line-height: 1.25; text-transform: uppercase; }
.reward-overview strong { display: block; margin-top: 7px; color: #f2f7f3; font-size: 17px; font-weight: 780; letter-spacing: -.035em; }
.reward-progress { height: 6px; margin-top: 18px; overflow: hidden; border-radius: 999px; background: #273229; }
.reward-progress span { display: block; height: 100%; min-width: 3px; border-radius: inherit; background: linear-gradient(90deg, #2fa968, #75eaa8); transition: width .25s ease; }
.reward-rule, .reward-next { margin: 11px 0 0; color: #aeb9b1; font-size: 12px; line-height: 1.5; }
.reward-rule strong, .reward-next strong { color: #e0f4e6; }
.reward-claim-form { margin-top: 18px; }
.reward-claim-button, .discord-login-button { width: 100%; min-height: 46px; border: 1px solid #3bcf7a; border-radius: 8px; color: #07130a; background: #3bcf7a; font-size: 13px; font-weight: 800; cursor: pointer; }
.reward-claim-button:hover, .discord-login-button:hover { color: #061109; background: #59db92; border-color: #59db92; }
.reward-claim-button[disabled] { cursor: default; opacity: .72; }
.reward-claim-button[disabled]:hover { color: #07130a; border-color: #3bcf7a; background: #3bcf7a; }
.discord-login-button { display: flex; align-items: center; justify-content: center; margin-top: 23px; }
.account-privacy, .account-setup-note { margin: 11px 0 0; color: #91a096; font-size: 11px; line-height: 1.45; }
.account-setup-note { padding: 11px 12px; border: 1px solid #38443d; border-radius: 8px; background: #101512; }
.account-orders, .account-claims { margin-top: 25px; padding-top: 20px; border-top: 1px solid #2c3830; }
.account-orders h3, .account-claims h3 { margin: 0 0 11px; color: #edf5ef; font-size: 12px; font-weight: 760; }
.account-empty { margin: 0; color: #8e9d93; font-size: 12px; }
.account-order-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.account-order-list li { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 11px; border: 1px solid #2c3830; border-radius: 8px; background: #101512; }
.account-order-main { min-width: 0; }
.account-order-main strong, .account-order-main small { display: block; }
.account-order-main strong { overflow: hidden; color: #dff0e4; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.account-order-main strong span { color: #aab9af; font-weight: 650; }
.account-order-main small { margin-top: 2px; color: #829187; font-size: 10px; }
.account-order-main code { color: #a7b7ac; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; }
.account-order-status { flex: 0 0 auto; padding: 3px 7px; border: 1px solid #536158; border-radius: 999px; color: #c3d1c7; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.account-order-status.is-delivered, .account-order-status.is-verified { border-color: #32784e; color: #9ee9bd; background: rgba(43, 130, 77, .12); }
.account-order-status.is-ready { border-color: #806928; color: #f0cf6d; background: rgba(141, 110, 35, .12); }
.account-order-status.is-expired, .account-order-status.is-review { border-color: #87434b; color: #f0a4ac; background: rgba(135, 67, 75, .10); }
.account-order-status.is-pending { border-color: #536158; color: #c3d1c7; }
.claim-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.claim-list li { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 11px; border: 1px solid #2c3830; border-radius: 8px; background: #101512; }
.claim-list strong, .claim-list span { display: block; }
.claim-list strong { color: #dff0e4; font-size: 12px; }
.claim-list span { margin-top: 2px; color: #829187; font-size: 10px; }
.claim-status { flex: 0 0 auto; padding: 3px 7px; border: 1px solid #536158; border-radius: 999px; color: #c3d1c7; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.claim-status.is-pending { border-color: #806928; color: #f0cf6d; background: rgba(141, 110, 35, .12); }
.claim-status.is-approved { border-color: #32784e; color: #9ee9bd; background: rgba(43, 130, 77, .12); }
.claim-status.is-fulfilled { border-color: #32784e; color: #9ee9bd; }
.claim-status.is-rejected { border-color: #87434b; color: #f0a4ac; }
.account-logout-form { margin-top: 17px; text-align: right; }
.account-logout-form button { padding: 0; border: 0; color: #91a096; background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.account-logout-form button:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.modal-content { padding: 36px; border: 1px solid #34443a; border-radius: 13px; background: #151a17; }
.modal-content .section-head { margin-bottom: 29px; }
.modal-content .section-head h2 { margin: 0; font-size: clamp(35px, 4vw, 52px); }
.modal-content .section-head p { margin: 15px 0 0; }
.modal-divider { height: 1px; margin: 28px 0; background: var(--line); }
.faq-modal .modal-dialog { width: min(800px, 100%); }
.faq-modal-content { max-width: none; }
.faq-modal .modal-close { top: -26px; right: 0; padding: 0; border: 0; color: #a4adbc; background: transparent; font-size: 11px; }
.faq-modal .modal-close:hover { color: #fff; background: transparent; }

.section, .section.alt { padding: 92px 0; color: var(--text); background: #0e1016; }
.section.alt { background: #12151d; }
.section-head { max-width: 690px; margin-bottom: 38px; }
.section-head h2 { color: #fff; font-size: clamp(36px, 4.3vw, 56px); font-weight: 800; line-height: .98; letter-spacing: -.06em; }
.section-head p { color: var(--body); font-size: 16px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.step { min-height: 205px; padding: 23px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.step:after { display: none; }
.step-no { width: auto; height: auto; margin-bottom: 39px; padding: 0; border: 0; border-radius: 0; color: #71dda0; background: transparent; font-size: 12px; font-weight: 800; }
.step h3 { color: #f4f5f7; font-size: 16px; font-weight: 750; }
.step p { color: #aeb6c4; font-size: 13px; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.feature { min-height: 196px; padding: 26px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.feature-mark { width: auto; height: auto; margin-bottom: 23px; border: 0; border-radius: 0; color: #71dda0; background: transparent; box-shadow: none; font-size: 18px; }
.feature h3 { color: #f4f5f7; font-size: 16px; font-weight: 750; }
.feature p { color: #aeb6c4; font-size: 13px; }

.split { grid-template-columns: .82fr 1.18fr; gap: 78px; }
.split-aside h2 { color: #fff; font-size: 50px; font-weight: 800; line-height: .98; letter-spacing: -.06em; }
.split-aside p { color: #aeb7c5; }
.faq-list { display: grid; gap: 9px; border: 0; }
.faq details { overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: rgba(17, 22, 18, .72); transition: border-color .18s ease, background .18s ease; }
.faq details:hover { border-color: #4a6252; background: #18201b; }
.faq details[open] { border-color: rgba(59, 207, 122, .65); background: #172119; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 18px; color: #edf0f5; list-style: none; cursor: pointer; font-size: 15px; font-weight: 700; transition: color .18s ease; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: #fff; }
.faq summary:after { content: '+'; display: inline-block; flex: 0 0 auto; color: #8beab3; font-size: 23px; font-weight: 300; line-height: 1; transition: transform .2s ease-out, color .2s ease; }
.faq details[open] summary:after { color: #fff; transform: rotate(45deg) scale(1.08); }
.faq p { margin: 0; padding: 0 56px 18px 18px; color: #b4bdcb; font-size: 14px; }

.callout { padding: 68px 0; color: var(--text); background: linear-gradient(110deg, #171b2a, #1c2340); }
.callout:after { display: none; }
.callout h2 { color: #fff; font-size: clamp(38px, 4.8vw, 60px); font-weight: 800; line-height: .98; letter-spacing: -.06em; }
.callout p { color: #b9c2d1; }
.callout .button { border-color: var(--blue); color: #fff; background: var(--blue); }
.callout .button:hover { background: var(--blue-hover); }

.site-footer { border-top: 1px solid var(--line); background: #090b0a; }
.footer-minimal { display: grid; grid-template-columns: 1fr minmax(0, 2fr) 1fr; align-items: center; min-height: 68px; padding-top: 10px; padding-bottom: 10px; color: #8d95a4; font-size: 11px; font-weight: 700; letter-spacing: .07em; }
.footer-minimal span:first-child { color: #cbd2df; }
.footer-minimal span:last-child { justify-self: end; }
.footer-center { display: grid; justify-items: center; gap: 5px; min-width: 0; }
.footer-disclaimer { color: #737d8d; font-size: 10px; font-weight: 600; letter-spacing: 0; text-align: center; }
.footer-policy-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 12px; font-size: 9px; font-weight: 750; letter-spacing: .03em; }
.footer-policy-links a { color: #a7b8ad; }
.footer-policy-links a:hover { color: #92e8b3; }

.site-main { width: min(860px, calc(100% - 40px)); min-height: calc(100vh - 140px); margin: 0 auto; padding: 72px 0; }
.policy-page { max-width: 760px; }
.policy-page .eyebrow { margin-bottom: 11px; }
.policy-page h1 { margin: 0; color: #fff; font-size: clamp(38px, 6vw, 62px); font-weight: 800; letter-spacing: -.06em; line-height: 1; }
.policy-intro { max-width: 650px; margin: 18px 0 0; color: #bfcac2; font-size: 16px; }
.policy-sections { display: grid; gap: 12px; margin-top: 34px; }
.policy-sections article { padding: 21px 22px; border: 1px solid #2f3b33; border-radius: 11px; background: #121713; }
.policy-sections h2 { margin: 0; color: #edf7f0; font-size: 17px; font-weight: 770; letter-spacing: -.025em; }
.policy-sections p { margin: 8px 0 0; color: #b0bcb3; font-size: 13px; line-height: 1.6; }

@media (max-width: 900px) {
  .main-nav { border-color: var(--line-light); background: #11141c; }
  .hero { min-height: auto; padding-top: 60px; }
  .hero-grid, .split, .tracker-card { grid-template-columns: 1fr; gap: 42px; }
  .order-card { max-width: 640px; }
  .steps, .features { grid-template-columns: repeat(2, 1fr); }
  .split-aside { position: static; }
}
@media (max-width: 760px) {
  html, body { max-width: 100%; overflow-x: clip; }
  body { min-width: 0; }
  .header-inner { position: relative; min-height: 60px; gap: 12px; }
  .brand { min-width: 0; font-size: 14px; }
  .brand-name { overflow: hidden; text-overflow: ellipsis; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; margin-left: auto; padding: 8px 12px; color: #dcebe0; cursor: pointer; }
  .main-nav { position: absolute; z-index: 40; top: calc(100% + 1px); right: 0; left: 0; display: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin: 0; padding: 10px 14px 14px; border: 1px solid var(--line-light); border-top: 0; border-radius: 0 0 11px 11px; background: #101512; box-shadow: 0 18px 32px rgba(0, 0, 0, .34); }
  .main-nav.is-open { display: grid; }
  .main-nav a, .main-nav button { display: flex; align-items: center; justify-content: flex-start; width: 100%; min-width: 0; min-height: 43px; padding: 8px 10px; border: 1px solid #2d3931; border-radius: 7px; color: #c2d0c6; background: #151c17; font-size: 12px; font-weight: 720; line-height: 1.18; text-align: left; white-space: normal; overflow-wrap: anywhere; }
  .main-nav a:hover, .main-nav button:hover { border-color: #467a59; color: #f2f7f3; background: #18251d; }
  .main-nav .account-nav-button { grid-column: 1 / -1; justify-content: center; }
  .main-nav .language-switch { justify-content: center; border-color: #2d3931 !important; color: #c2d0c6 !important; background: #151c17 !important; }
  .hero { padding-top: 38px; }
  .hero-grid { gap: 30px; }
  .order-card { width: 100%; max-width: none; }
  .site-modal { align-items: center; padding: 12px; }
  .modal-dialog { width: 100%; max-height: calc(100dvh - 24px); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; }
  .modal-close, .support-modal .modal-close, .terms-modal .modal-close, .account-modal .modal-close, .faq-modal .modal-close { top: 12px; right: 12px; padding: 6px 9px; border: 1px solid #3c4d43; border-radius: 6px; color: #c4d4c9; background: #101512; font-size: 10px; }
  .modal-close:hover, .support-modal .modal-close:hover, .terms-modal .modal-close:hover, .account-modal .modal-close:hover, .faq-modal .modal-close:hover { border-color: #59db92; color: #fff; background: #16231b; }
  .modal-content, .terms-card, .account-modal-card { padding: 54px 19px 20px; }
  .support-card { padding: 54px 20px 22px; }
  .tracker-card { padding: 52px 19px 20px; }
  .payment-detail strong, .account-order-main strong, .terms-list p, .tracker-copy p, .support-copy p { overflow-wrap: anywhere; }
}
@media (max-width: 560px) {
  .header-inner, .container { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 64px; }
  .site-modal { padding: 14px; }
  .modal-dialog { max-height: calc(100vh - 28px); }
  .modal-content { padding: 28px 20px; }
  .hero { padding: 48px 0 37px; }
  .hero h1 { font-size: 46px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-metrics { max-width: none; }
  .hero-metric { padding-right: 8px; }
  .hero-metric + .hero-metric { padding-left: 8px; }
  .hero-metric strong { font-size: 12px; }
  .hero-metric span { font-size: 8px; }
  .order-card { padding: 20px; }
  .hero-copy-block { display: none; }
  .hero { min-height: auto; padding: 22px 0 24px; }
  .hero-grid { gap: 0; }
  .order-card h2 { font-size: 22px; }
  .card-subline { display: none; }
  .order-account-state { display: none; }
  .desktop-only { display: none !important; }
  .wait-line { margin: 0 0 14px; }
  .order-form label { margin-top: 12px; }
  .amount-picks { grid-template-columns: repeat(3, 1fr); }
  .amount-picks button { min-height: 44px; }
  .store-closed-actions { display: grid; grid-template-columns: 1fr; }
  .store-closed-actions .button { width: 100%; }
  .tracker-card { gap: 21px; padding: 22px; }
  .tracker-copy h2 { font-size: 27px; }
  .tracker-input-row { grid-template-columns: 1fr; }
  .tracker-input-row .button { width: 100%; }
  .support-card { padding: 28px 22px 24px; }
  .support-copy h2 { font-size: 27px; }
  .support-modal .modal-close, .faq-modal .modal-close { top: 12px; right: 12px; }
  .account-modal-card { padding: 28px 20px 24px; }
  .account-modal .modal-close { top: 12px; right: 12px; }
  .reward-overview { grid-template-columns: 1fr; }
  .reward-overview div { min-height: 59px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
  .reward-overview strong { margin-top: 0; }
  .amount-picks { grid-template-columns: repeat(2, 1fr); }
  .stats-grid, .steps, .features { grid-template-columns: 1fr; }
  .stat, .stat:first-child { border-right: 0; border-bottom: 1px solid var(--line); border-left: 0; }
  .section, .section.alt { padding: 65px 0; }
  .section-head h2, .split-aside h2 { font-size: 41px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .site-main { width: min(100% - 28px, 860px); min-height: calc(100vh - 128px); padding: 42px 0; }
  .policy-page h1 { font-size: 39px; }
  .policy-intro { font-size: 15px; }
  .policy-sections { gap: 9px; margin-top: 25px; }
  .policy-sections article { padding: 17px 16px; }
  .footer-minimal { grid-template-columns: 1fr; gap: 7px; padding: 15px 0; text-align: center; }
  .footer-minimal span:first-child, .footer-minimal span:last-child { justify-self: center; }
}
@media (max-width: 560px) {
  html { height: auto; min-height: 100svh; }
  body { display: flex; flex-direction: column; min-height: 100svh; }
  body > main { display: flex; flex: 1 0 auto; flex-direction: column; }
  .hero { display: block; flex: 1 0 auto; min-height: 0; padding: 14px 0 12px; border-bottom: 0; }
  .hero-grid { min-height: 0; }
  .store-closed-card h2 { margin: 8px 0 10px; }
  .store-closed-card .stock-line { margin: 0 0 14px; }
  .store-closed-actions { margin-top: 12px; }
  .site-footer { margin-top: auto; }
  .footer-minimal { min-height: 0; padding: 10px 0 max(14px, env(safe-area-inset-bottom)); }
}

body.bglshop-working { min-height: 100vh; background:
  radial-gradient(820px 420px at 50% -10%, rgba(59, 207, 122, .16), transparent 70%),
  linear-gradient(180deg, #0b0d0c 0%, #101612 100%); }
body.bglshop-working .site-header,
body.bglshop-working .site-footer { display: none; }
.working-screen { display: grid; place-items: center; min-height: 100vh; padding: 28px 18px; }
.working-card { width: min(100%, 560px); padding: 42px 34px 36px; border: 1px solid rgba(59, 207, 122, .18); border-radius: 22px; background: rgba(11, 13, 12, .82); box-shadow: 0 30px 80px rgba(0, 0, 0, .35); text-align: center; }
.working-brand { display: inline-flex; margin-bottom: 22px; }
.working-card .eyebrow { margin: 0 0 10px; color: #3bcf7a; letter-spacing: .16em; text-transform: uppercase; font-size: 11px; font-weight: 800; }
.working-card h1 { margin: 0 0 12px; color: #f2f7f3; font-size: 38px; font-weight: 780; letter-spacing: -.04em; line-height: 1.12; }
.working-card p { margin: 0 auto 26px; max-width: 38ch; color: #a8b5ad; font-size: 15px; line-height: 1.55; }
.working-card .working-copy { max-width: 39ch; }
.working-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.working-actions .button { min-height: 44px; padding: 0 18px; }
@media (max-width: 720px) {
  .working-card { padding: 32px 20px 26px; }
  .working-card h1 { font-size: 30px; }
  .working-actions { display: grid; grid-template-columns: 1fr; }
  .working-actions .button { width: 100%; }
}
