:root {
    --bg: #050505;
    --surface: #111111;
    --surface-soft: #181818;
    --border: #2a2a2a;
    --text: #ffffff;
    --muted: #a3a3a3;
    --gold: #d6b15d;
    --gold-bright: #f0ce7d;
    --success: #22c55e;
    --radius-lg: 24px;
    --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 2000; padding: 10px 16px; background: var(--gold); color: #050505; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 1000; height: 76px; border-bottom: 1px solid transparent; background: rgba(5, 5, 5, .82); backdrop-filter: blur(16px); transition: border-color .2s ease; }
.site-header.is-scrolled { border-color: var(--border); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-size: 1.08rem; font-weight: 750; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: #090909; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); font-weight: 900; box-shadow: 0 8px 26px rgba(214, 177, 93, .18); }
.brand-logo { display: block; width: auto; max-width: 160px; height: 38px; object-fit: contain; }
.header-search { position: relative; flex: 1 1 260px; max-width: 390px; display: flex; align-items: center; gap: 9px; height: 44px; padding: 0 13px; border: 1px solid var(--border); border-radius: 12px; background: #111217; }
.header-search input { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--text); background: transparent; font-size: .82rem; }.header-search > span { color: var(--muted); }
.search-suggestions { position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 30; overflow: hidden; padding: 6px; border: 1px solid var(--border); border-radius: 13px; background: #111217; box-shadow: 0 20px 45px rgba(0,0,0,.42); }
.search-suggestion { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; padding: 10px; border-radius: 9px; }.search-suggestion:hover, .search-suggestion:focus { background: #20222b; }.search-suggestion strong { font-size: .8rem; }.search-suggestion small { grid-row: 2; color: var(--muted); font-size: .68rem; }.search-suggestion em { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--gold-bright); font-size: .74rem; font-style: normal; }
.search-empty { padding: 14px; color: var(--muted); font-size: .76rem; text-align: center; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: var(--muted); font-size: .92rem; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus { color: var(--text); }
.header-actions, .hero-actions { display: flex; align-items: center; gap: 10px; }
.header-logout { margin: 0; }
.button { min-height: 42px; padding: 9px 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 12px; font-size: .92rem; font-weight: 700; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: #090909; box-shadow: 0 10px 32px rgba(214, 177, 93, .12); }
.button-ghost { background: rgba(255, 255, 255, .03); border-color: var(--border); color: var(--text); }
.button-ghost:hover { border-color: #555; background: rgba(255, 255, 255, .06); }
.button-large { min-height: 52px; padding: 13px 24px; border-radius: 14px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; background: var(--surface); border: 1px solid var(--border); border-radius: 12px; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: #fff; }
.mobile-menu { --bs-offcanvas-bg: #0b0b0b; color: var(--text); border-left: 1px solid var(--border) !important; }
.mobile-menu-links { display: grid; gap: 6px; }
.mobile-menu-links a { padding: 14px 4px; border-bottom: 1px solid var(--border); color: #ddd; }
.mobile-menu-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }

.hero-section { position: relative; overflow: hidden; padding: 92px 0 84px; border-bottom: 1px solid var(--border); }
.myth-hero { position: relative; overflow: hidden; padding: 90px 0 72px; background: radial-gradient(circle at 78% 25%, rgba(215,25,32,.18), transparent 32%), radial-gradient(circle at 15% 20%, rgba(255,197,51,.08), transparent 30%), #0b0b0f; }
.myth-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; }.myth-hero .hero-copy h1 { max-width: 760px; }.hero-search { position: relative; max-width: 640px; height: 58px; display: flex; align-items: center; gap: 12px; margin: 28px 0 18px; padding: 0 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: #17181e; box-shadow: 0 18px 50px rgba(0,0,0,.24); }.hero-search input { min-width: 0; width: 100%; border: 0; outline: 0; color: #fff; background: transparent; }.hero-visual { position: relative; min-height: 390px; display: grid; place-items: center; }.hero-brand-card { position: relative; z-index: 2; width: 270px; aspect-ratio: 1; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: linear-gradient(145deg,#20222b,#101116); box-shadow: 0 35px 90px rgba(0,0,0,.5); transform: rotate(4deg); text-align: center; }.hero-brand-card span { color: #d71920; font-size: 1.1rem; font-weight: 900; letter-spacing: .35em; }.hero-brand-card strong { font-size: 3rem; letter-spacing: -.06em; }.hero-brand-card small { color: var(--muted); }.hero-orbit { position: absolute; border: 1px solid rgba(255,197,51,.18); border-radius: 50%; }.hero-orbit-one { width: 350px; height: 350px; }.hero-orbit-two { width: 450px; height: 450px; border-color: rgba(215,25,32,.14); }
.homepage-banners { padding: 28px 0 0; background: #0b0b0f; }.banner-track { display: grid; gap: 14px; }.homepage-banner { position: relative; min-height: 260px; overflow: hidden; border: 1px solid var(--border); border-radius: 20px; background: #111217; }.homepage-banner picture, .homepage-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.homepage-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,5,8,.94),rgba(5,5,8,.35) 65%,transparent); }.banner-overlay { position: relative; z-index: 1; max-width: 560px; padding: 40px; }.banner-overlay > span { color: #ffc533; font-size: .72rem; font-weight: 800; text-transform: uppercase; }.banner-overlay h2 { margin: 8px 0; }.banner-overlay p { color: var(--muted); }
.quick-tabs { display: flex; gap: 9px; overflow-x: auto; padding-top: 22px; padding-bottom: 10px; scrollbar-width: none; }.quick-tabs a { flex: 0 0 auto; display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 15px; border: 1px solid var(--border); border-radius: 99px; color: var(--muted); background: #111217; font-size: .76rem; }.quick-tabs a:hover { border-color: #ffc533; color: #fff; }
.homepage-product-section, .homepage-info-section, .homepage-trust, .homepage-seo { padding: 72px 0; }.homepage-product-section:nth-of-type(even), .homepage-info-section { background: #0e0f13; }.homepage-products { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }.homepage-product-card { min-width: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 16px; background: #191a21; transition: transform .2s,border-color .2s; }.homepage-product-card:hover { transform: translateY(-3px); border-color: rgba(255,197,51,.45); }.homepage-product-card > img, .homepage-product-fallback { width: 100%; aspect-ratio: 16/10; display: grid; place-items: center; object-fit: cover; color: #ffc533; background: linear-gradient(145deg,#252731,#111217); font-size: 2rem; font-weight: 900; }.game_grid .homepage-product-card > img, .game_grid .homepage-product-fallback { aspect-ratio: 4/5; }.homepage-product-card > div { padding: 16px; }.homepage-product-card h3 { margin: 8px 0 2px; font-size: .92rem; }.homepage-product-card p { overflow: hidden; margin: 0 0 14px; color: var(--muted); font-size: .72rem; white-space: nowrap; text-overflow: ellipsis; }.homepage-product-card strong { color: #ffc533; font-size: .82rem; }.section-link { align-self: center; color: #ffc533; font-size: .8rem; font-weight: 700; }
.homepage-steps, .trust-item-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }.homepage-steps article, .trust-item-grid article { padding: 24px; border: 1px solid var(--border); border-radius: 16px; background: #191a21; }.homepage-steps article > span { color: #ffc533; font-size: .72rem; font-weight: 900; }.homepage-steps i { float: right; font-style: normal; }.homepage-steps h3, .trust-item-grid h3 { margin: 24px 0 7px; font-size: .96rem; }.homepage-steps p, .trust-item-grid p { margin: 0; color: var(--muted); font-size: .78rem; }.homepage-trust { background: radial-gradient(circle at 50% 0,rgba(215,25,32,.09),transparent 35%); }.trust-item-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: #ffc533; background: rgba(255,197,51,.08); }.faq-shell { max-width: 900px; }.homepage-seo { border-top: 1px solid var(--border); }.seo-content-grid { display: grid; gap: 20px; max-width: 900px; }.seo-content-grid article { color: var(--muted); line-height: 1.85; }.seo-content-grid h2 { color: #fff; }
.hero-section::before { content: ""; position: absolute; inset: -30% auto auto -10%; width: 620px; height: 620px; background: radial-gradient(circle, rgba(214, 177, 93, .1), transparent 66%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-bright); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 5px rgba(34, 197, 94, .1); }
.hero-copy h1 { max-width: 680px; margin: 20px 0; font-size: clamp(2.8rem, 5.7vw, 5.3rem); line-height: .98; letter-spacing: -.065em; font-weight: 800; }
.hero-copy h1 span { color: var(--gold); }
.hero-copy > p { max-width: 600px; margin: 0 0 30px; color: var(--muted); font-size: 1.08rem; }
.trust-inline { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #c8c8c8; font-size: .82rem; }
.trust-inline i { color: var(--success); font-style: normal; }
.hero-panel { position: relative; min-height: 500px; display: grid; place-items: center; }
.panel-glow { position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(214, 177, 93, .13); filter: blur(80px); }
.checkout-preview { position: relative; width: min(100%, 430px); padding: 24px; border: 1px solid #343434; border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(28, 28, 28, .96), rgba(10, 10, 10, .98)); box-shadow: 0 34px 80px rgba(0, 0, 0, .42); transform: rotate(1deg); }
.preview-head, .preview-row, .preview-total { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.preview-head { padding-bottom: 18px; border-bottom: 1px solid var(--border); font-weight: 700; }
.secure-badge { padding: 4px 9px; border-radius: 99px; background: rgba(34, 197, 94, .1); color: #73e69a; font-size: .72rem; }
.preview-product { display: flex; gap: 14px; align-items: center; margin: 22px 0; padding: 16px; border: 1px solid var(--border); background: #141414; border-radius: var(--radius-md); }
.preview-icon { display: grid; place-items: center; width: 46px; height: 46px; background: rgba(214, 177, 93, .12); color: var(--gold); border-radius: 13px; }
.preview-product div { display: grid; }
.preview-product small, .preview-row span, .preview-total span { color: var(--muted); }
.preview-row { padding: 8px 2px; font-size: .88rem; }
.preview-total { margin-top: 16px; padding: 18px 2px; border-top: 1px solid var(--border); }
.preview-button { margin-top: 18px; padding: 13px; border-radius: 12px; color: #080808; background: var(--gold); text-align: center; font-weight: 800; }

.section { padding: 88px 0; }
.section-soft { background: #0b0b0b; border-block: 1px solid var(--border); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 36px; }
.section-heading h2, .trust-banner h2 { margin: 8px 0 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { max-width: 440px; margin: 0; color: var(--muted); }
.section-heading.centered { justify-content: center; text-align: center; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.category-card { min-height: 132px; display: flex; align-items: center; gap: 16px; padding: 20px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface); transition: border-color .2s ease, transform .2s ease; }
.category-card:hover { transform: translateY(-3px); border-color: #4a4332; }
.category-icon { flex: 0 0 auto; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; background: rgba(214, 177, 93, .1); color: var(--gold-bright); font-weight: 900; }
.category-card h3 { margin: 0 0 3px; font-size: 1rem; }
.category-card p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.4; }
.card-arrow { margin-left: auto; color: #777; font-size: 1.25rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.step-card > span { color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .12em; }
.step-card h3 { margin: 30px 0 8px; font-size: 1.16rem; }
.step-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.trust-banner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 48px; border: 1px solid #493f29; border-radius: var(--radius-lg); background: radial-gradient(circle at 80% 20%, rgba(214, 177, 93, .12), transparent 35%), var(--surface); }
.trust-banner > div { max-width: 700px; }
.trust-banner p { margin: 14px 0 0; color: var(--muted); }

.alert-stack { position: relative; z-index: 10; padding-top: 18px; }
.app-alert { padding: 13px 16px; border: 1px solid; border-radius: 12px; font-size: .9rem; }
.app-alert + .app-alert { margin-top: 8px; }
.app-alert ul { margin: 0; padding-left: 20px; }
.app-alert-success { color: #8bedad; border-color: rgba(34, 197, 94, .35); background: rgba(34, 197, 94, .09); }
.app-alert-error { color: #ff9d9d; border-color: rgba(239, 68, 68, .35); background: rgba(239, 68, 68, .09); }
.auth-section { min-height: calc(100vh - 76px); display: grid; place-items: center; padding: 70px 20px 90px; background: radial-gradient(circle at 50% 15%, rgba(214, 177, 93, .08), transparent 34%); }
.auth-shell { width: min(100%, 590px); }
.auth-heading { margin-bottom: 26px; text-align: center; }
.auth-heading h1 { margin: 9px 0 8px; font-size: clamp(2rem, 6vw, 3.1rem); line-height: 1.1; letter-spacing: -.045em; }
.auth-heading p { margin: 0; color: var(--muted); }
.auth-card { padding: 30px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: rgba(17, 17, 17, .94); box-shadow: 0 30px 80px rgba(0, 0, 0, .32); }
.form-field { display: grid; gap: 8px; margin-bottom: 18px; }
.form-field label { color: #dedede; font-size: .85rem; font-weight: 700; }
.form-field label span, .form-field small, .form-hint { color: var(--muted); font-weight: 400; }
.form-field input { width: 100%; height: 50px; padding: 0 14px; border: 1px solid var(--border); border-radius: 12px; outline: 0; background: #0b0b0b; color: var(--text); transition: border-color .2s, box-shadow .2s; }
.form-field input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(214, 177, 93, .1); }
.form-field input:disabled { color: #777; background: #151515; }
.form-field textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--border); border-radius: 12px; outline: 0; resize: vertical; background: #0b0b0b; color: var(--text); }
.form-field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(214, 177, 93, .1); }
.form-field select, .admin-filter select, .bulk-bar select { width: 100%; height: 50px; padding: 0 13px; border: 1px solid var(--border); border-radius: 12px; outline: 0; background: #0b0b0b; color: var(--text); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-hint { margin: -5px 0 20px; font-size: .76rem; }
.auth-switch { margin: 20px 0 0; color: var(--muted); text-align: center; font-size: .86rem; }
.auth-switch a { color: var(--gold-bright); font-weight: 700; }
.member-section { min-height: 70vh; padding: 80px 0; }
.member-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.member-heading h1 { margin: 9px 0 5px; font-size: clamp(2rem, 5vw, 3.4rem); letter-spacing: -.045em; }
.member-heading p { margin: 0; color: var(--muted); }
.member-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.member-card { min-height: 190px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.member-card-label { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.member-card strong { margin-top: 20px; font-size: 1.45rem; }
.member-card p { margin: auto 0 0; color: var(--muted); font-size: .83rem; }

.admin-body { background: #090909; }
.admin-topbar { position: fixed; inset: 0 0 auto 0; z-index: 1040; height: 70px; display: flex; align-items: center; gap: 18px; padding: 0 24px; border-bottom: 1px solid var(--border); background: rgba(8, 8, 8, .96); backdrop-filter: blur(14px); }
.admin-account { margin-left: auto; display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: .85rem; }
.admin-account form { margin: 0; }
.admin-collapse-toggle { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 9px; color: var(--text); background: #151515; font-size: 1.35rem; cursor: pointer; }
.admin-sidebar { position: fixed; inset: 70px auto 0 0; z-index: 1030; width: 250px !important; border-right: 1px solid var(--border); background: #0c0c0c; }
.admin-sidebar .offcanvas-body { display: flex; flex-direction: column; padding: 22px 14px; }
.admin-nav { display: grid; gap: 4px; }
.admin-nav-label { margin: 18px 12px 5px; color: #606060; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.admin-nav-label:first-child { margin-top: 0; }
.admin-nav a { display: flex; align-items: center; gap: 11px; padding: 10px 12px; border: 1px solid transparent; border-radius: 10px; color: #aaa; font-size: .86rem; }
.admin-nav a span { width: 20px; color: #777; text-align: center; }
.admin-nav a:hover, .admin-nav a.active { border-color: #312d23; background: rgba(214, 177, 93, .08); color: var(--text); }
.admin-nav a.active span { color: var(--gold); }
.admin-site-link { margin-top: auto; padding: 12px; color: var(--muted); font-size: .8rem; }
.admin-content { min-height: 100vh; margin-left: 250px; padding-top: 70px; }
.admin-sidebar,.admin-content { transition: width .2s ease,margin-left .2s ease; }
.admin-sidebar-collapsed .admin-sidebar { width: 76px !important; }
.admin-sidebar-collapsed .admin-content { margin-left: 76px; }
.admin-sidebar-collapsed .admin-nav-label,.admin-sidebar-collapsed .admin-site-link { display: none; }
.admin-sidebar-collapsed .admin-nav a { width: 48px; min-height: 44px; justify-content: center; overflow: hidden; padding: 10px 0; font-size: 0; }
.admin-sidebar-collapsed .admin-nav a span { flex: 0 0 20px; font-size: .9rem; }
.provider-settings-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.provider-settings-card { overflow: visible; }.provider-settings-body { display: grid; gap: 18px; padding: 22px; }.provider-settings-actions { grid-column: 1/-1; }
.admin-content .alert-stack { width: min(100% - 48px, 1400px); }
.admin-page { width: min(100% - 48px, 1400px); margin-inline: auto; padding: 42px 0 70px; }
.admin-page-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.admin-page-heading h1 { margin: 6px 0 2px; font-size: clamp(1.9rem, 4vw, 2.8rem); letter-spacing: -.04em; }
.admin-page-heading p { margin: 0; color: var(--muted); font-size: .88rem; }
.admin-date { padding: 8px 12px; border: 1px solid var(--border); border-radius: 9px; color: var(--muted); font-size: .76rem; }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 20px; }
.admin-stat { min-height: 126px; display: flex; flex-direction: column; justify-content: space-between; padding: 19px; border: 1px solid var(--border); border-radius: 15px; background: var(--surface); }
.admin-stat span { color: var(--muted); font-size: .75rem; }
.admin-stat strong { font-size: 1.45rem; letter-spacing: -.025em; }
.tone-success { color: #75e49a; }.tone-warning { color: #f5ca69; }.tone-danger { color: #ff8585; }
.admin-panel { border: 1px solid var(--border); border-radius: 17px; background: var(--surface); overflow: hidden; }
.admin-panel-heading { display: flex; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--border); }
.admin-panel-heading h2 { margin: 0; font-size: 1rem; }.admin-panel-heading p { margin: 3px 0 0; color: var(--muted); font-size: .76rem; }
.admin-table { width: 100%; border-collapse: collapse; white-space: nowrap; }
.admin-table th, .admin-table td { padding: 14px 20px; border-bottom: 1px solid #222; text-align: left; font-size: .78rem; }
.admin-table th { color: #777; background: #0d0d0d; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.admin-table td { color: #ccc; }.admin-table tbody tr:last-child td { border-bottom: 0; }.empty-cell { padding: 42px !important; color: #666 !important; text-align: center !important; }
.status-pill { display: inline-flex; padding: 4px 8px; border-radius: 99px; background: #252525; color: #bbb; font-size: .7rem; }.status-success { background: rgba(34,197,94,.1); color: #77e79d; }.status-failed { background: rgba(239,68,68,.1); color: #ff9191; }.status-pending, .status-processing { background: rgba(214,177,93,.1); color: #e8c36c; }
.admin-form { padding: 26px; overflow: visible; }
.switch-field { display: flex; align-items: flex-start; gap: 12px; padding: 16px; border: 1px solid var(--border); border-radius: 12px; cursor: pointer; }
.switch-field input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold); }.switch-field span { display: grid; }.switch-field small { color: var(--muted); }
.admin-form-actions { display: flex; justify-content: flex-end; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--border); }
.admin-menu-toggle { display: none; }
.dashboard-chart { margin-bottom: 20px; }.daily-chart { height: 245px; display: grid; grid-template-columns: repeat(7,1fr); gap: 12px; align-items: end; padding: 24px; }.daily-chart article { min-width: 0; height: 100%; display: grid; grid-template-rows: auto 1fr auto; gap: 8px; text-align: center; }.chart-values { display: grid; }.chart-values strong { overflow: hidden; font-size: .7rem; text-overflow: ellipsis; }.chart-values small { color: var(--muted); font-size: .6rem; }.chart-track { height: 130px; display: flex; align-items: end; justify-content: center; border-radius: 8px; background: #0b0b0b; }.chart-track span { width: 58%; min-height: 3px; border-radius: 6px 6px 2px 2px; background: linear-gradient(var(--gold-bright),var(--gold)); }.daily-chart time { color: var(--muted); font-size: .65rem; }
.homepage-admin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.homepage-admin-card { min-height: 170px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--border); border-radius: 16px; background: var(--surface); }
.homepage-admin-card strong { color: var(--text); }.homepage-admin-card span { margin-top: 8px; color: var(--muted); font-size: .8rem; line-height: 1.6; }.homepage-admin-card em { margin-top: auto; color: var(--gold-bright); font-size: .78rem; font-style: normal; font-weight: 700; }
.homepage-editor-list { display: grid; gap: 14px; }.homepage-editor-item { padding: 20px; overflow: visible; }.homepage-editor-fields { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; }.homepage-editor-fields .form-field { margin-bottom: 4px; }
.product-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.admin-filter { display: flex; gap: 10px; margin-bottom: 14px; padding: 14px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); }
.admin-filter input { min-width: 0; flex: 1; height: 42px; padding: 0 13px; border: 1px solid var(--border); border-radius: 10px; background: #0b0b0b; color: var(--text); }
.admin-filter select { height: 42px; }
.admin-filter-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr) auto; }
.sync-bar { display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 10px; margin-bottom: 14px; padding: 14px; border: 1px solid #3b3527; border-radius: 14px; background: rgba(214,177,93,.05); }.sync-bar input, .sync-bar select { height: 42px; padding: 0 13px; border: 1px solid var(--border); border-radius: 10px; background: #0b0b0b; color: var(--text); }
.bulk-bar { display: flex; gap: 9px; align-items: center; margin-bottom: 10px; }
.bulk-bar select { width: auto; min-width: 150px; height: 40px; }
.table-link { color: var(--gold-bright); font-weight: 700; }.table-subtext { display: block; color: #777; }
.admin-pagination { margin-top: 20px; }.pagination { --bs-pagination-bg: #111; --bs-pagination-border-color: #2a2a2a; --bs-pagination-color: #aaa; --bs-pagination-hover-bg: #222; --bs-pagination-hover-color: #fff; --bs-pagination-active-bg: var(--gold); --bs-pagination-active-border-color: var(--gold); }
.form-section-title { margin: 8px 0 20px; padding-bottom: 10px; border-bottom: 1px solid var(--border); font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; color: var(--gold-bright); }
.form-section-title:not(:first-child) { margin-top: 30px; }.form-row.three { grid-template-columns: repeat(3, 1fr); }.switch-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }

.catalog-hero { padding: 76px 0 54px; border-bottom: 1px solid var(--border); background: radial-gradient(circle at 20% 0, rgba(214,177,93,.1), transparent 38%); }.catalog-hero h1 { margin: 10px 0; font-size: clamp(2.6rem, 7vw, 5rem); letter-spacing: -.06em; }.catalog-hero p { max-width: 680px; margin: 0; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.product-card { min-height: 260px; display: flex; flex-direction: column; padding: 20px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface); transition: transform .2s, border-color .2s; }.product-card:hover { transform: translateY(-3px); border-color: #51452c; }.product-card-top { display: flex; justify-content: space-between; min-height: 52px; }.product-logo { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: var(--gold-bright); background: rgba(214,177,93,.1); font-weight: 900; }.product-badges { display: flex; align-items: flex-start; gap: 4px; }.product-badge { padding: 3px 7px; border-radius: 99px; color: #a7d7ff; background: rgba(56,189,248,.1); font-size: .6rem; }.product-badge.gold { color: var(--gold-bright); background: rgba(214,177,93,.1); }.product-card h3 { margin: 24px 0 3px; font-size: .98rem; }.product-card > p { margin: 0; color: var(--muted); font-size: .76rem; }.product-price { display: grid; margin-top: auto; padding-top: 20px; }.product-price small { color: #777; font-size: .67rem; }.product-price strong { color: var(--gold-bright); }.catalog-empty { padding: 70px 20px; border: 1px dashed var(--border); border-radius: var(--radius-lg); color: var(--muted); text-align: center; }.catalog-empty strong { display: block; color: var(--text); font-size: 1.2rem; }.catalog-empty p { margin: 5px 0 0; }
.product-detail-section { min-height: 70vh; padding: 90px 0; }.product-detail-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: center; }.breadcrumb-link { display: block; margin-bottom: 35px; color: var(--muted); font-size: .8rem; }.product-detail-copy h1 { margin: 12px 0 18px; font-size: clamp(2.5rem, 6vw, 4.8rem); line-height: 1; letter-spacing: -.06em; }.product-detail-copy > p { max-width: 680px; color: var(--muted); }.product-meta { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 34px; }.product-meta span { display: grid; color: #777; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }.product-meta strong { margin-top: 4px; color: #ddd; font-size: .86rem; text-transform: none; letter-spacing: normal; }.product-buy-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid #3b3527; border-radius: var(--radius-lg); background: var(--surface); }.product-buy-card > span { color: var(--muted); font-size: .78rem; }.product-buy-card > strong { margin: 4px 0 22px; color: var(--gold-bright); font-size: 2rem; }.product-buy-card p { color: var(--muted); font-size: .85rem; }.product-buy-card small { margin-top: 12px; color: #666; text-align: center; }

.site-footer { padding: 64px 0 92px; border-top: 1px solid var(--border); background: #080808; }
.content-page { min-height: 70vh; padding: 80px 0; }.content-shell { max-width: 850px; }.content-shell h1 { margin: 10px 0 28px; font-size: clamp(2.5rem, 7vw, 4.8rem); letter-spacing: -.055em; }.content-lead, .content-copy { color: var(--muted); line-height: 1.85; }.content-copy { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); white-space: normal; }.content-cover { width: 100%; max-height: 380px; margin-bottom: 24px; border-radius: var(--radius-lg); object-fit: cover; }.faq-list { display: grid; gap: 10px; }.faq-item { padding: 18px 20px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); }.faq-item summary { cursor: pointer; font-weight: 700; }.faq-item p { margin: 13px 0 0; color: var(--muted); line-height: 1.65; }.promo-strip { padding: 24px 0 0; }.promo-grid { display: grid; gap: 14px; }.promo-card { display: grid; grid-template-columns: minmax(180px, .45fr) 1fr; overflow: hidden; border: 1px solid #493f29; border-radius: var(--radius-lg); background: var(--surface); }.promo-card img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; }.promo-card > div { align-self: center; padding: 32px; }.promo-card h2 { margin: 8px 0; }.promo-card p { color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.footer-description { max-width: 340px; margin: 18px 0 0; color: var(--muted); font-size: .88rem; }
.footer-title { margin: 4px 0 18px; font-size: .82rem; color: #ddd; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid > div:not(:first-child) a { color: var(--muted); font-size: .85rem; }
.footer-grid a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--border); color: #777; font-size: .78rem; }
.whatsapp-widget { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: flex; align-items: center; gap: 9px; padding: 10px 15px 10px 10px; border-radius: 99px; color: #07130c; background: #25d366; box-shadow: 0 14px 40px rgba(0,0,0,.35); }.whatsapp-widget span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: #128c4a; font-size: .68rem; font-weight: 900; }.whatsapp-widget strong { font-size: .76rem; }

@media (max-width: 1199.98px) { .desktop-nav { display: none; } }

.checkout-section { min-height: 75vh; padding: 80px 0; }.checkout-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: start; }.checkout-grid h1 { margin: 10px 0 12px; font-size: clamp(2.4rem, 6vw, 4.5rem); line-height: 1; letter-spacing: -.055em; }.checkout-lead { max-width: 650px; margin-bottom: 34px; color: var(--muted); }.checkout-form { padding: 26px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }.checkout-subtitle { margin: 28px 0 18px; padding-top: 24px; border-top: 1px solid var(--border); font-size: .95rem; }.payment-choice { display: grid; margin-top: 24px; padding: 16px; border: 1px solid #3b3527; border-radius: 13px; background: rgba(214,177,93,.05); }.payment-choice span, .payment-choice small { color: var(--muted); font-size: .73rem; }.checkout-summary { position: sticky; top: 100px; padding: 26px; border: 1px solid #3b3527; border-radius: var(--radius-lg); background: var(--surface); }.checkout-summary-label { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }.checkout-product { display: flex; align-items: center; gap: 13px; margin: 20px 0; padding-bottom: 20px; border-bottom: 1px solid var(--border); }.checkout-product div { display: grid; }.checkout-product small { color: var(--muted); }.summary-row, .summary-total { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 9px 0; font-size: .87rem; }.summary-row span, .summary-total span { color: var(--muted); }.summary-total { margin: 12px 0 20px; padding: 18px 0; border-top: 1px solid var(--border); }.summary-total strong { color: var(--gold-bright); font-size: 1.25rem; }.summary-note { display: block; margin-top: 12px; color: #666; text-align: center; }.payment-section { min-height: 75vh; display: grid; place-items: center; padding: 80px 0; }.payment-shell { width: min(calc(100% - 28px), 660px); text-align: center; }.payment-status-icon { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; color: #83eca6; background: rgba(34,197,94,.1); font-size: 1.5rem; }.payment-shell h1 { margin: 8px 0; font-size: clamp(2rem, 7vw, 3.5rem); letter-spacing: -.045em; }.payment-shell > p { color: var(--muted); }.invoice-card { margin: 28px 0 18px; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); text-align: left; }.payment-shell .app-alert { margin-bottom: 18px; text-align: left; }

.payment-page { min-height: 75vh; padding: 70px 0; }.payment-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: start; }.payment-main h1 { margin: 8px 0; font-size: clamp(2rem, 6vw, 4rem); letter-spacing: -.05em; }.payment-main > p { color: var(--muted); }.payment-method-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 28px 0 20px; }.payment-method { cursor: pointer; }.payment-method input { position: absolute; opacity: 0; pointer-events: none; }.payment-method-content { min-height: 78px; display: flex; align-items: center; gap: 13px; padding: 14px; border: 1px solid var(--border); border-radius: 13px; background: var(--surface); }.payment-method input:checked + .payment-method-content { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(214,177,93,.1); }.payment-method img { width: 58px; max-height: 34px; object-fit: contain; padding: 4px; border-radius: 7px; background: #fff; }.payment-method-content > span { display: grid; }.payment-method small { color: var(--muted); }.payment-state { margin-top: 28px; padding: 30px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); text-align: center; }.payment-state h2 { font-size: 1.25rem; }.payment-state p { color: var(--muted); }.payment-state form { margin-top: 12px; }

.status-search-section { min-height: 72vh; display: grid; place-items: center; padding: 75px 0; background: radial-gradient(circle at 50% 10%, rgba(214,177,93,.08), transparent 35%); }.status-search-shell { max-width: 620px; }.status-detail-section { min-height: 75vh; padding: 70px 0; }.status-detail-shell { max-width: 1000px; }.status-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }.status-head h1 { margin: 8px 0 2px; font-size: clamp(2rem, 6vw, 3.6rem); letter-spacing: -.05em; }.status-head p { margin: 0; color: var(--muted); font-size: .8rem; }.transaction-badge { display: inline-flex; align-items: center; justify-content: center; padding: 7px 11px; border-radius: 99px; color: #bbb; background: #252525; font-size: .7rem; font-weight: 700; white-space: nowrap; }.transaction-badge.status-success, .transaction-badge.status-paid { color: #79e69e; background: rgba(34,197,94,.1); }.transaction-badge.status-failed, .transaction-badge.status-expired, .transaction-badge.status-cancelled { color: #ff9292; background: rgba(239,68,68,.1); }.transaction-badge.status-processing, .transaction-badge.status-pending, .transaction-badge.status-unpaid { color: #e7c46f; background: rgba(214,177,93,.1); }.status-content-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; margin-bottom: 16px; }.status-panel { padding: 24px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }.status-panel h2 { margin: 0 0 18px; font-size: 1rem; }.status-data-row { display: flex; justify-content: space-between; gap: 24px; padding: 11px 0; border-bottom: 1px solid #242424; font-size: .84rem; }.status-data-row:last-child { border-bottom: 0; }.status-data-row span { color: var(--muted); }.status-data-row strong { max-width: 65%; text-align: right; }.serial-value { overflow-wrap: anywhere; }.status-timeline { margin: 0; padding: 0; list-style: none; }.status-timeline li { position: relative; display: flex; gap: 13px; min-height: 62px; }.status-timeline li::after { content: ''; position: absolute; left: 6px; top: 16px; bottom: 0; width: 1px; background: var(--border); }.status-timeline li:last-child::after { display: none; }.status-timeline i { position: relative; z-index: 1; flex: 0 0 auto; width: 13px; height: 13px; margin-top: 3px; border: 2px solid #555; border-radius: 50%; background: var(--surface); }.status-timeline .done i { border-color: var(--gold); background: var(--gold); }.status-timeline div { display: grid; align-content: start; }.status-timeline strong { font-size: .84rem; }.status-timeline small { color: var(--muted); font-size: .7rem; }.status-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 18px; }.member-transactions { display: grid; gap: 10px; }.transaction-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 20px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); transition: border-color .2s, transform .2s; }.transaction-row:hover { border-color: #4a4332; transform: translateY(-1px); }.transaction-row > div { display: grid; }.transaction-row small { color: var(--muted); }.transaction-row-end { justify-items: end; gap: 5px; }

.checkout-payment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }.checkout-payment-options .payment-choice { position: relative; display: block; margin: 0; padding: 0; border: 0; background: transparent; cursor: pointer; }.checkout-payment-options .payment-choice > input { position: absolute; opacity: 0; }.checkout-payment-options .payment-choice > span { min-height: 112px; display: grid; align-content: center; padding: 16px; border: 1px solid #3b3527; border-radius: 13px; background: rgba(214,177,93,.05); }.checkout-payment-options .payment-choice input:checked + span { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(214,177,93,.1); }.checkout-payment-options .payment-choice small, .checkout-payment-options .payment-choice em { color: var(--muted); font-size: .7rem; font-style: normal; }.checkout-payment-options .payment-choice strong { color: var(--text); }.wallet-adjust-form { display: grid; grid-template-columns: 90px 120px minmax(180px,1fr) auto; gap: 6px; }.wallet-adjust-form input, .wallet-adjust-form select { min-width: 0; height: 38px; padding: 0 9px; border: 1px solid var(--border); border-radius: 8px; color: var(--text); background: #0b0b0b; }.report-export { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin: 20px 0; }.report-export span { color: var(--muted); font-size: .8rem; }.report-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 14px; }.report-grid .admin-panel h2 { margin-bottom: 14px; font-size: 1rem; }

@media (max-width: 991.98px) {
    .homepage-admin-grid { grid-template-columns: repeat(2, 1fr); }
    .header-inner { gap: 12px; }.header-search { max-width: none; }.product-choice-grid { grid-template-columns: repeat(2, 1fr); }
    .myth-hero-grid { grid-template-columns: 1fr; }.hero-visual { display: none; }.homepage-products { grid-template-columns: repeat(2,1fr); }.homepage-steps, .trust-item-grid { grid-template-columns: repeat(2,1fr); }
    .desktop-nav, .header-actions > .button { display: none !important; }
    .menu-toggle { display: block; }
    .hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero-panel { min-height: 420px; }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2; }
    .admin-sidebar { top: 0; z-index: 1050; color: var(--text); }
    .admin-content { margin-left: 0; }
    .admin-sidebar-collapsed .admin-content { margin-left: 0; }.admin-sidebar-collapsed .admin-sidebar { width: 250px !important; }.admin-collapse-toggle { display: none; }
    .admin-menu-toggle { display: block; }
    .admin-stats { grid-template-columns: repeat(2, 1fr); }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .provider-settings-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
    .container { width: min(100% - 28px, 1140px); }
    .site-header { height: 68px; }
    .hero-section { padding: 62px 0 58px; }
    .hero-copy h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-panel { min-height: auto; padding: 24px 0 6px; }
    .checkout-preview { padding: 18px; transform: none; }
    .section { padding: 64px 0; }
    .section-heading { display: block; }
    .section-heading > p { margin-top: 14px; }
    .category-grid, .steps-grid { grid-template-columns: 1fr; }
    .category-card { min-height: 112px; }
    .trust-banner { align-items: flex-start; flex-direction: column; padding: 28px; }
    .trust-banner .button { width: 100%; }
    .form-row, .form-row.three, .member-grid, .switch-grid { grid-template-columns: 1fr; }
    .auth-card { padding: 22px; }
    .member-heading { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
    .admin-account > span { display: none; }
    .admin-topbar { padding: 0 14px; }
    .admin-topbar .brand { font-size: .92rem; }
    .admin-page { width: min(100% - 28px, 1400px); padding-top: 28px; }
    .admin-page-heading { align-items: flex-start; flex-direction: column; }
    .admin-stats { grid-template-columns: 1fr 1fr; }
    .admin-stat { min-height: 112px; padding: 15px; }
    .admin-stat strong { font-size: 1.15rem; }
    .admin-form { padding: 18px; }
    .admin-filter, .admin-filter-grid, .bulk-bar, .sync-bar { display: grid; grid-template-columns: 1fr; }
    .bulk-bar select { width: 100%; }
    .product-grid, .product-detail-grid { grid-template-columns: 1fr; }
    .product-detail-section { padding: 58px 0; }.product-detail-grid { gap: 38px; }
    .checkout-grid { grid-template-columns: 1fr; gap: 30px; }.checkout-section { padding: 58px 0; }.checkout-form { padding: 20px; }.checkout-summary { position: static; }
    .payment-layout { grid-template-columns: 1fr; }.payment-method-grid { grid-template-columns: 1fr; }
    .status-content-grid { grid-template-columns: 1fr; }.status-head { align-items: flex-start; flex-direction: column; }
    .transaction-row { align-items: flex-start; flex-direction: column; }.transaction-row-end { width: 100%; grid-template-columns: 1fr auto; align-items: center; justify-items: start; }.transaction-row-end .transaction-badge { justify-self: end; }
    .checkout-payment-options { grid-template-columns: 1fr; }
    .report-grid { grid-template-columns: 1fr; }
    .promo-card { grid-template-columns: 1fr; }.promo-card img { min-height: 170px; }.promo-card > div { padding: 22px; }
    .banner-overlay { padding: 26px; }.homepage-steps, .trust-item-grid { grid-template-columns: 1fr; }
}

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