@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('../vendor/fonts/inter-latin.woff2') format('woff2');
}

:root { --navy: #08152f; --blue: #2563eb; --cyan: #22d3ee; --green: #16a34a; --slate: #64748b; --line: #dbe4f0; --soft: #f6f9fd; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; font-family: Inter, Arial, sans-serif; color: #0f172a; }
.registration-page { background: radial-gradient(circle at top left, rgba(34, 211, 238, .28), transparent 30%), linear-gradient(135deg, #071329 0%, #0f2d55 42%, #f8fafc 42%); }
.page { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 34px 0; }
.hero { display: grid; grid-template-columns: .9fr 1.4fr; gap: 28px; align-items: start; }
.brand { color: #fff; padding: 28px 0; position: sticky; top: 24px; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #c7f9ff; font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.brand h1 { font-size: clamp(34px, 6vw, 64px); line-height: .96; margin: 22px 0 18px; letter-spacing: -.05em; }
.brand p { color: #d8e7ff; font-size: 17px; line-height: 1.7; margin: 0 0 24px; }
.steps { display: grid; gap: 12px; margin-top: 28px; }
.step { display: flex; gap: 12px; align-items: center; color: #0f172a; background: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.58); padding: 13px; border-radius: 18px; backdrop-filter: blur(16px); box-shadow: 0 12px 28px rgba(15,23,42,.12); font-weight: 800; }
.step span { width: 30px; height: 30px; border-radius: 10px; display: grid; place-items: center; background: #fff; color: var(--navy); font-weight: 800; flex: 0 0 auto; }
.card { background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.65); box-shadow: 0 30px 80px rgba(15,23,42,.24); border-radius: 30px; overflow: hidden; }
.card-head { padding: 26px; background: linear-gradient(135deg, #ffffff, #ecfeff); border-bottom: 1px solid var(--line); }
.card-head h2 { margin: 0 0 8px; font-size: 26px; letter-spacing: -.03em; }
.card-head p { margin: 0; color: var(--slate); }
form { padding: 26px; }
.lookup { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 14px; border-radius: 22px; background: #eff6ff; border: 1px solid #bfdbfe; margin-bottom: 22px; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
label { font-size: 13px; font-weight: 800; color: #1e293b; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 15px; padding: 14px 15px; font: inherit; outline: none; background: #fff; transition: border .2s, box-shadow .2s; }
textarea { resize: vertical; }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #64748b 50%), linear-gradient(135deg, #64748b 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; padding-right: 42px; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(37,99,235,.12); }
.flatpickr-input[readonly] { background: #fff; cursor: pointer; }
.flatpickr-calendar { border-radius: 18px; overflow: hidden; box-shadow: 0 24px 70px rgba(15,23,42,.22); border: 1px solid var(--line); }
.btn { border: 0; border-radius: 15px; padding: 14px 18px; font: inherit; font-weight: 800; cursor: pointer; text-decoration: none; display: inline-block; transition: transform .2s, box-shadow .2s, opacity .2s; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #0891b2); box-shadow: 0 16px 32px rgba(37,99,235,.28); }
.btn-dark { color: #fff; background: #0f172a; }
.btn-soft { color: #0f172a; background: #e2e8f0; }
.camera-wrap { margin: 22px 0; padding: 18px; border: 1px dashed #93c5fd; border-radius: 24px; background: linear-gradient(135deg, #f8fafc, #ecfeff); }
.camera-grid { display: grid; grid-template-columns: 1fr 220px; gap: 16px; align-items: center; }
video, canvas, .preview { width: 100%; border-radius: 18px; background: #020617; aspect-ratio: 4 / 3; object-fit: cover; }
.preview { display: grid; place-items: center; color: #94a3b8; border: 1px solid var(--line); background: #f8fafc; text-align: center; padding: 16px; }
.camera-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.camera-device { margin: 12px 0; display: none; }
.camera-fallback { display: none; margin-top: 12px; padding: 14px; border-radius: 18px; background: #fff7ed; border: 1px solid #fed7aa; }
.camera-fallback strong { display: block; color: #9a3412; margin-bottom: 6px; }
.verify { display: flex; gap: 12px; align-items: flex-start; padding: 16px; border-radius: 18px; background: #f0fdf4; border: 1px solid #bbf7d0; margin: 18px 0; }
.verify input { width: 20px; height: 20px; margin-top: 2px; }
.verify strong { display: block; margin-bottom: 4px; }
.verify small, .hint, .status { color: var(--slate); line-height: 1.5; }
.status { margin: -8px 0 16px; font-weight: 700; }
.status.ok { color: var(--green); }
.status.warn { color: #ca8a04; }
.errors { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; border-radius: 16px; padding: 14px 16px; margin-bottom: 18px; font-weight: 700; }
.footer-actions { display: flex; justify-content: flex-end; }
.form-step { display: none; }
.form-step.active { display: block; }
.step-title { margin-bottom: 18px; padding: 16px; border-radius: 20px; background: linear-gradient(135deg, #eff6ff, #ecfeff); border: 1px solid #bfdbfe; }
.step-title span { display: inline-block; margin-bottom: 7px; color: #2563eb; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.step-title h3 { margin: 0 0 6px; font-size: 22px; letter-spacing: -.03em; }
.step-title p { margin: 0; color: #64748b; }
.anamnesa-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr); gap: 18px; align-items: start; }
.anamnesa-table { overflow: hidden; border: 1px solid #dbe4f0; border-radius: 20px; background: #fff; }
.anamnesa-head, .anamnesa-row { display: grid; grid-template-columns: 1fr 76px 76px; align-items: center; }
.anamnesa-head { color: #475569; background: #f8fafc; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.anamnesa-head > div, .anamnesa-row > div, .anamnesa-row > label { padding: 13px 14px; border-bottom: 1px solid #e2e8f0; }
.anamnesa-row:last-child > div, .anamnesa-row:last-child > label { border-bottom: 0; }
.anamnesa-row > label { display: grid; place-items: center; border-left: 1px solid #e2e8f0; }
.anamnesa-row input[type="radio"] { width: 18px; height: 18px; accent-color: #2563eb; }
.anamnesa-time-row { grid-template-columns: 1fr 152px; }
.anamnesa-time-input { grid-column: span 1; }
.anamnesa-time-input input { padding: 10px 12px; }
.anamnesa-note textarea { min-height: 235px; }
.proof-page { background: linear-gradient(135deg, #06142e, #0e7490); display: grid; place-items: center; padding: 24px; }
.proof { width: min(1120px, 100%); display: grid; grid-template-columns: .85fr 1.55fr; gap: 0; background: #fff; border-radius: 32px; overflow: hidden; box-shadow: 0 30px 90px rgba(2,6,23,.35); }
.qr-panel { background: radial-gradient(circle at top, rgba(34,211,238,.35), transparent 45%), #0f172a; color: #fff; padding: 34px; display: grid; place-items: center; text-align: center; }
.qr-box { background: #fff; padding: 18px; border-radius: 24px; margin: 18px 0; display: inline-block; }
.info { padding: 34px; }
h1 { margin: 0 0 10px; font-size: clamp(28px, 5vw, 44px); letter-spacing: -.05em; }
p { color: #64748b; line-height: 1.6; }
.key { font-size: clamp(26px, 5vw, 42px); font-weight: 800; color: #2563eb; letter-spacing: .04em; margin: 16px 0; }
.proof-photo-card { display: grid; gap: 10px; margin: 18px 0; padding: 14px; border: 1px solid #e2e8f0; border-radius: 20px; background: #f8fafc; }
.proof-photo-card span { color: #64748b; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.proof-photo-card img { width: 100%; max-height: 320px; object-fit: cover; border-radius: 16px; background: #020617; }
.proof-photo-card-dark { width: min(260px, 100%); margin: 18px auto 12px; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.proof-photo-card-dark span { color: #d8e7ff; }
.proof-photo-card-dark img { max-height: 230px; }
.proof-photo-button { margin: 0 0 18px; }
.proof-photo-empty-dark { width: min(260px, 100%); margin: 0 auto 18px; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: #d8e7ff; }
.proof-photo-modal-card { width: min(620px, 100%); }
.proof-photo-modal-body { padding: 18px; }
.proof-photo-modal-body img { width: 100%; max-height: 72vh; object-fit: contain; border-radius: 18px; background: #020617; }
.proof-photo-empty { display: grid; place-items: center; min-height: 180px; color: #94a3b8; border: 1px dashed #cbd5e1; border-radius: 16px; background: #fff; font-weight: 800; }
.data { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 22px 0; }
.row { padding: 14px; border: 1px solid #e2e8f0; border-radius: 16px; background: #f8fafc; }
.row.full { grid-column: 1 / -1; }
.row span { display: block; color: #64748b; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }

@media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; }
    .brand { position: static; padding-bottom: 0; }
        .camera-grid, .grid, .anamnesa-card { grid-template-columns: 1fr; }
    .lookup { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .proof { grid-template-columns: 1fr; }
    .data { grid-template-columns: 1fr; }
}

.topup-page { background: radial-gradient(circle at 12% 12%, rgba(250, 204, 21, .28), transparent 28%), radial-gradient(circle at 90% 10%, rgba(34, 211, 238, .24), transparent 28%), #090b18; color: #f8fafc; }
.topup-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 34px 0 46px; }
.topup-hero { display: grid; grid-template-columns: .95fr 1.25fr; gap: 28px; align-items: start; }
.topup-brand { position: sticky; top: 24px; padding: 28px 0; }
.topup-brand h1 { color: #fff; font-size: clamp(36px, 6vw, 68px); line-height: .95; letter-spacing: -.06em; margin: 22px 0 18px; }
.topup-brand p { color: #cbd5e1; font-size: 17px; }
.topup-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 26px; }
.topup-benefits div { padding: 16px; border-radius: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.topup-benefits strong { display: block; color: #facc15; font-size: 26px; }
.topup-benefits span { color: #cbd5e1; font-weight: 800; font-size: 12px; }
.topup-card { overflow: hidden; border-radius: 30px; background: rgba(255,255,255,.96); color: #0f172a; box-shadow: 0 32px 90px rgba(0,0,0,.35); }
.topup-form { padding: 26px; }
.topup-errors { margin: 20px 26px 0; padding: 14px 16px; border-radius: 16px; color: #991b1b; background: #fef2f2; border: 1px solid #fecaca; font-weight: 800; }
.game-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.game-card { padding: 22px; border-radius: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.game-card span { color: #67e8f9; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.game-card h3 { margin: 10px 0 8px; color: #fff; font-size: 24px; }
.game-card p { margin: 0; color: #cbd5e1; }
.invoice-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: linear-gradient(135deg, #090b18, #172554); }
.invoice-card { width: min(1040px, 100%); display: grid; grid-template-columns: .8fr 1.35fr; overflow: hidden; border-radius: 32px; background: #fff; box-shadow: 0 34px 90px rgba(0,0,0,.36); }
.invoice-side { padding: 34px; background: radial-gradient(circle at top, rgba(250,204,21,.28), transparent 45%), #0f172a; color: #fff; }
.invoice-side h1 { color: #fff; word-break: break-word; }
.invoice-side p { color: #cbd5e1; }
.invoice-status { display: inline-block; margin: 12px 0 24px; padding: 10px 14px; border-radius: 999px; color: #92400e; background: #fef3c7; font-weight: 900; }
.invoice-status.success, .invoice-status.paid { color: #166534; background: #dcfce7; }
.invoice-status.processing { color: #1d4ed8; background: #dbeafe; }
.invoice-status.cancelled { color: #991b1b; background: #fee2e2; }
.invoice-detail { padding: 34px; }
.invoice-detail h2 { margin: 0 0 18px; font-size: 28px; letter-spacing: -.03em; }
.payment-box { padding: 18px; border-radius: 22px; background: #fffbeb; border: 1px solid #fde68a; }
.payment-box h3 { margin: 0 0 8px; }
.payment-box p { margin: 0 0 10px; }
.payment-box .btn { margin: 0 0 12px; }
.qr-raw { margin-top: 12px; min-height: 110px; font-family: monospace; font-size: 12px; }
.simple-admin-page { display: block; }
.simple-admin-main { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0; }
.status-form select { min-width: 150px; padding: 10px 12px; border-radius: 12px; }

@media (max-width: 900px) {
    .topup-hero, .invoice-card { grid-template-columns: 1fr; }
    .topup-brand { position: static; }
    .game-grid, .topup-benefits { grid-template-columns: 1fr; }
}

.store-page { min-height: 100vh; background: radial-gradient(ellipse at 20% 10%, rgba(88,28,135,.55), transparent 40%), radial-gradient(ellipse at 80% 20%, rgba(15,23,42,.8), transparent 40%), radial-gradient(ellipse at 50% 90%, rgba(34,211,238,.15), transparent 40%), linear-gradient(180deg, #020617 0%, #0f172a 30%, #1e1b4b 70%, #0f172a 100%); color: #f8fafc; }
.store-nav { position: sticky; top: 0; z-index: 60; display: flex; align-items: center; justify-content: space-between; gap: 18px; width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 16px 0; backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.06); }
.store-logo { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-weight: 900; letter-spacing: -.02em; }
.store-logo span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; color: #071329; background: linear-gradient(135deg, #facc15, #22d3ee); box-shadow: 0 12px 28px rgba(34,211,238,.2); }
.store-logo strong { background: linear-gradient(135deg, #facc15, #a78bfa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.store-nav nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.store-nav nav a { color: #cbd5e1; text-decoration: none; padding: 10px 12px; border-radius: 999px; font-weight: 800; font-size: 14px; transition: all .2s; }
.store-nav nav a:hover { color: #fff; background: rgba(255,255,255,.09); }
.store-nav nav a.active { color: #fff; background: rgba(250,204,21,.15); border: 1px solid rgba(250,204,21,.3); }
.store-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 18px 0 44px; }
.store-hero { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .75fr); gap: 18px; }
.hero-slider-card { min-height: 280px; padding: 30px; border-radius: 30px; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 26px 70px rgba(0,0,0,.32); }
.hero-main-banner { background: radial-gradient(circle at 80% 16%, rgba(250,204,21,.34), transparent 28%), radial-gradient(circle at 8% 90%, rgba(34,211,238,.28), transparent 32%), radial-gradient(circle at 50% 50%, rgba(168,85,247,.15), transparent 45%), linear-gradient(135deg, #1e1b4b, #0f172a); }
.hero-side-banner { background: radial-gradient(circle at top right, rgba(34,211,238,.28), transparent 34%), radial-gradient(circle at bottom left, rgba(250,204,21,.15), transparent 30%), linear-gradient(135deg, #111827, #172554); }
.hero-slider-card span, .section-kicker { display: inline-block; color: #facc15; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.hero-slider-card h1 { max-width: 700px; margin: 18px 0 14px; color: #fff; font-size: clamp(34px, 5.6vw, 60px); line-height: .96; letter-spacing: -.06em; background: linear-gradient(135deg, #fff 50%, #a78bfa 80%, #22d3ee); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-slider-card h2 { color: #fff; font-size: 32px; line-height: 1; letter-spacing: -.04em; }
.hero-slider-card p { max-width: 650px; color: #cbd5e1; }
.store-section { margin-top: 28px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.section-head h2, .steps-section h2, .faq-section h2, .page-title-section h1, .check-card h1, .game-detail-head h1 { color: #fff; margin: 0 0 7px; font-size: clamp(28px, 4vw, 42px); letter-spacing: -.04em; background: linear-gradient(135deg, #fff, #a78bfa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.section-head p, .steps-section p, .faq-section p, .page-title-section p, .check-card p, .game-detail-head p { color: #94a3b8; margin: 0; }
.popular-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.popular-card, .product-card { display: grid; gap: 10px; color: #fff; text-decoration: none; padding: 12px; border-radius: 22px; background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045)); border: 1px solid rgba(255,255,255,.09); transition: transform .2s, border .2s, box-shadow .2s; }
.popular-card:hover, .product-card:hover { transform: translateY(-3px); border-color: rgba(250,204,21,.45); box-shadow: 0 0 30px rgba(250,204,21,.12), 0 0 60px rgba(34,211,238,.06); }
.popular-card strong { color: #facc15; font-size: 12px; }
.popular-card h3, .product-card h4 { margin: 0; color: #fff; font-size: 16px; line-height: 1.2; }
.popular-card span, .product-card span { color: #94a3b8; font-size: 13px; font-weight: 700; }
.game-cover { display: grid; place-items: center; width: 100%; aspect-ratio: 1 / 1; border-radius: 18px; color: #071329; background: linear-gradient(135deg, #facc15, #22d3ee); font-size: 34px; font-weight: 1000; letter-spacing: -.08em; }
.game-cover.small { width: 68px; height: 68px; flex: 0 0 auto; font-size: 22px; border-radius: 16px; }
.game-cover.large { width: 150px; height: 150px; flex: 0 0 auto; font-size: 48px; }
.category-tabs { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 8px; }
.category-tabs a { white-space: nowrap; color: #f8fafc; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.12); text-decoration: none; padding: 10px 16px; border-radius: 999px; font-weight: 900; transition: all .2s; }
.category-tabs a:hover, .category-tabs a.active { color: #071329; background: #facc15; border-color: #facc15; }
.product-category { margin-top: 18px; }
.product-category h3 { color: #fff; margin: 0 0 5px; font-size: 24px; }
.product-category > p { color: #94a3b8; margin: 0 0 12px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.product-card { grid-template-columns: 68px 1fr; align-items: center; }
.steps-section, .faq-section, .check-card, .game-detail-head, .order-panel { padding: 24px; border-radius: 28px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); }
.store-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.store-steps div { padding: 18px; border-radius: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.store-steps strong { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; color: #071329; background: #facc15; }
.store-steps span { display: block; margin-top: 14px; color: #67e8f9; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.store-steps h3 { color: #fff; margin: 5px 0; }
.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 16px; border-radius: 18px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.faq-list summary { cursor: pointer; font-weight: 900; }
.faq-list p { margin: 10px 0 0; }
.store-footer { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 24px; width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 30px 0 42px; border-top: 1px solid rgba(255,255,255,.1); color: #94a3b8; }
.store-footer h4 { color: #fff; margin: 0 0 10px; }
.store-footer a { display: block; color: #cbd5e1; text-decoration: none; margin: 8px 0; font-weight: 700; }
.product-order-shell { max-width: 960px; }
.game-detail-head { display: flex; align-items: center; gap: 22px; }
.order-grid { display: grid; gap: 18px; padding: 0; margin-top: 18px; }
.order-panel { position: relative; color: #0f172a; background: #fff; border-color: #e2e8f0; }
.order-panel h2 { margin: 0 0 6px; color: #0f172a; }
.order-panel p { margin: 0; color: #64748b; }
.order-step-no { position: absolute; top: 22px; right: 22px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; color: #071329; background: #facc15; font-weight: 1000; }
.order-panel-head { margin-bottom: 18px; padding-right: 46px; }
.denom-grid, .payment-method-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.denom-card, .pay-card { position: relative; display: grid; gap: 7px; padding: 16px; border: 1px solid #dbe4f0; border-radius: 18px; cursor: pointer; background: #f8fafc; }
.denom-card input, .pay-card input { position: absolute; opacity: 0; pointer-events: none; }
.denom-card:has(input:checked), .pay-card:has(input:checked) { border-color: #2563eb; box-shadow: 0 0 0 4px rgba(37,99,235,.12); background: #eff6ff; }
.denom-card strong { font-size: 16px; }
.denom-card span { color: #2563eb; font-weight: 900; }
.pay-card span { font-weight: 900; }
.order-note { margin-top: 14px; }
.checkout-sticky { position: sticky; bottom: 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px; border-radius: 22px; background: rgba(15,23,42,.94); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 50px rgba(0,0,0,.28); backdrop-filter: blur(20px); }
.checkout-sticky strong, .checkout-sticky span { display: block; }
.checkout-sticky span { color: #cbd5e1; margin-top: 2px; }
.check-shell { display: grid; place-items: center; min-height: 64vh; }
.check-card { width: min(760px, 100%); }
.check-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 0; margin: 20px 0; }
.check-result { display: grid; gap: 10px; padding: 16px; border-radius: 22px; background: #fff; color: #0f172a; }
.check-result div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid #e2e8f0; }
.check-result span { color: #64748b; font-weight: 800; }
.all-games-grid { margin-top: 18px; }

@media (max-width: 980px) {
    .store-hero, .faq-section { grid-template-columns: 1fr; }
    .popular-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .product-grid, .store-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
    .store-nav { align-items: flex-start; flex-direction: column; }
    .popular-grid, .product-grid, .store-steps, .denom-grid, .payment-method-grid, .store-footer { grid-template-columns: 1fr; }
    .game-detail-head { align-items: flex-start; flex-direction: column; }
    .check-form, .checkout-sticky { grid-template-columns: 1fr; flex-direction: column; align-items: stretch; }
    .hero-slider-card { min-height: auto; }
}

.admin-login-page { background: radial-gradient(circle at 10% 10%, rgba(34,211,238,.22), transparent 26%), linear-gradient(135deg, #06142e, #0f2d55 55%, #eaf5ff); display: grid; place-items: center; padding: 24px; }
.admin-login-shell { width: min(980px, 100%); }
.admin-login-card { display: grid; grid-template-columns: 1fr 420px; overflow: hidden; background: rgba(255,255,255,.95); border-radius: 34px; box-shadow: 0 34px 90px rgba(2,6,23,.35); }
.admin-login-brand { padding: 48px; color: #fff; background: radial-gradient(circle at top right, rgba(34,211,238,.35), transparent 40%), #0f172a; }
.admin-login-brand span { display: inline-block; padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); color: #a5f3fc; font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.admin-login-brand h1 { font-size: clamp(42px, 7vw, 72px); margin: 24px 0 14px; color: #fff; }
.admin-login-brand p { color: #d8e7ff; max-width: 480px; }
.admin-login-form { padding: 42px; display: grid; gap: 18px; align-content: center; }
.admin-login-form h2 { margin: 0; font-size: 28px; letter-spacing: -.03em; }
.admin-login-button { width: 100%; }
.admin-alert { padding: 13px 15px; border-radius: 15px; background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; font-weight: 800; }
.admin-page { min-height: 100vh; display: grid; grid-template-columns: 270px 1fr; background: #eef5fb; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; padding: 24px; color: #fff; background: radial-gradient(circle at top, rgba(34,211,238,.25), transparent 36%), #071329; }
.admin-logo { display: flex; gap: 12px; align-items: center; margin-bottom: 30px; }
.admin-logo span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg, #2563eb, #22d3ee); font-weight: 900; }
.admin-logo strong, .admin-logo small { display: block; }
.admin-logo small { color: #a9c6e8; margin-top: 2px; }
.admin-nav { display: grid; gap: 10px; }
.admin-nav a, .admin-nav-toggle { display: flex; align-items: center; gap: 11px; width: 100%; color: #d8e7ff; text-decoration: none; padding: 13px 14px; border-radius: 16px; font: inherit; font-weight: 800; border: 1px solid transparent; background: transparent; cursor: pointer; text-align: left; }
.admin-nav a.active, .admin-nav a:hover, .admin-nav-toggle.active, .admin-nav-toggle:hover { color: #fff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.14); }
.admin-nav-icon { width: 20px; height: 20px; flex: 0 0 20px; fill: currentColor; opacity: .9; }
.admin-nav-group { display: grid; gap: 8px; }
.admin-nav-toggle span:nth-child(2) { flex: 1; }
.admin-nav-chevron { margin-left: auto; font-size: 12px; transition: transform .2s; }
.admin-nav-group.open .admin-nav-chevron { transform: rotate(180deg); }
.admin-nav-submenu { display: none; gap: 7px; padding-left: 18px; }
.admin-nav-group.open .admin-nav-submenu { display: grid; }
.admin-nav-submenu a { padding: 11px 12px; font-size: 14px; }
.admin-nav-submenu .admin-nav-icon { width: 18px; height: 18px; flex-basis: 18px; }
.admin-main { padding: 28px; min-width: 0; }
.admin-topbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.admin-kicker { color: #64748b; font-weight: 800; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.admin-topbar h1 { margin: 4px 0 0; }
.admin-user-menu { position: relative; }
.admin-user-trigger { display: flex; align-items: center; gap: 10px; min-width: 220px; border: 1px solid rgba(219,228,240,.9); border-radius: 999px; padding: 7px 10px 7px 7px; background: rgba(255,255,255,.9); color: #0f172a; font: inherit; cursor: pointer; box-shadow: 0 14px 36px rgba(15,23,42,.09); }
.admin-user-trigger:hover { border-color: #bfdbfe; box-shadow: 0 16px 42px rgba(37,99,235,.14); }
.admin-avatar { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #0f172a; }
.admin-avatar.large { width: 46px; height: 46px; }
.admin-user-text { display: grid; text-align: left; flex: 1; min-width: 0; }
.admin-user-text strong, .admin-user-dropdown-head strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 900; }
.admin-user-text small, .admin-user-dropdown-head small { color: #64748b; margin-top: 2px; }
.admin-user-arrow { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; color: #2563eb; background: #eff6ff; font-size: 12px; font-weight: 900; }
.admin-user-dropdown { position: absolute; right: 0; top: calc(100% + 12px); z-index: 20; width: 280px; display: none; padding: 12px; border-radius: 24px; background: #fff; border: 1px solid #e2e8f0; box-shadow: 0 26px 70px rgba(15,23,42,.18); }
.admin-user-dropdown.open { display: block; }
.admin-user-dropdown-head { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: 18px; background: linear-gradient(135deg, #f8fafc, #eff6ff); margin-bottom: 10px; }
.admin-logout-button { width: 100%; border: 0; border-radius: 16px; padding: 13px 14px; background: linear-gradient(135deg, #fee2e2, #fecaca); color: #991b1b; font-weight: 900; cursor: pointer; text-align: center; }
.admin-logout-button:hover { background: linear-gradient(135deg, #fecaca, #fca5a5); }
.admin-search button { border: 0; border-radius: 13px; padding: 11px 14px; background: #0f172a; color: #fff; font-weight: 800; cursor: pointer; }
.admin-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-bottom: 22px; }
.admin-stat-card { padding: 24px; border-radius: 26px; color: #fff; box-shadow: 0 18px 45px rgba(37,99,235,.18); }
.admin-stat-card.blue { background: linear-gradient(135deg, #2563eb, #1e40af); }
.admin-stat-card.cyan { background: linear-gradient(135deg, #0891b2, #0f766e); }
.admin-stat-card span, .admin-stat-card small { display: block; color: rgba(255,255,255,.82); font-weight: 800; }
.admin-stat-card strong { display: block; font-size: clamp(36px, 6vw, 56px); line-height: 1; margin: 16px 0 10px; }
.admin-panel { background: #fff; border: 1px solid #dbe4f0; border-radius: 28px; box-shadow: 0 18px 45px rgba(15,23,42,.08); overflow: hidden; }
.admin-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 24px; border-bottom: 1px solid #e2e8f0; }
.admin-panel-head h2 { margin: 0 0 6px; font-size: 24px; letter-spacing: -.03em; }
.admin-panel-head p { margin: 0; }
.admin-link { color: #2563eb; font-weight: 900; text-decoration: none; }
.admin-search { display: grid; grid-template-columns: minmax(220px, 320px) auto; gap: 10px; padding: 0; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.admin-table th { text-align: left; color: #64748b; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; padding: 14px 18px; background: #f8fafc; }
.admin-table td { padding: 16px 18px; border-top: 1px solid #e2e8f0; vertical-align: top; }
.admin-table tbody tr:hover { background: #f8fbff; }
.admin-badge { display: inline-block; padding: 7px 10px; border-radius: 999px; color: #1d4ed8; background: #dbeafe; font-weight: 900; text-decoration: none; white-space: nowrap; }
.admin-key-button { border: 0; cursor: pointer; font: inherit; }
.admin-status { display: inline-block; padding: 7px 10px; border-radius: 999px; font-weight: 900; }
.admin-status.ok { color: #166534; background: #dcfce7; }
.admin-status.warn { color: #92400e; background: #fef3c7; }
.admin-flash { padding: 14px 16px; border-radius: 18px; margin-bottom: 18px; font-weight: 900; border: 1px solid; }
.admin-flash.success { color: #166534; background: #dcfce7; border-color: #86efac; }
.admin-flash.error { color: #991b1b; background: #fef2f2; border-color: #fecaca; }
.admin-inline-form { padding: 0; }
.admin-verify-button { border: 0; border-radius: 999px; padding: 9px 12px; color: #fff; background: linear-gradient(135deg, #16a34a, #059669); font-weight: 900; cursor: pointer; box-shadow: 0 10px 22px rgba(22,163,74,.22); }
.admin-verify-button:hover { filter: brightness(.96); }
.admin-verified-label { display: inline-block; padding: 8px 11px; border-radius: 999px; color: #166534; background: #dcfce7; font-weight: 900; }
.admin-empty { text-align: center; color: #64748b; font-weight: 800; }
.admin-pagination { padding: 18px 24px; border-top: 1px solid #e2e8f0; }
.admin-pagination ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.admin-pagination li a, .admin-pagination li span { display: inline-block; padding: 9px 12px; border-radius: 12px; background: #f1f5f9; color: #0f172a; text-decoration: none; font-weight: 800; }
.admin-pagination li.active span { color: #fff; background: #2563eb; }
.admin-pagination li.disabled span { color: #94a3b8; }
.dt-container { padding: 18px 24px 24px; }
.dt-container .dt-layout-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 0 0 14px; }
.dt-container .dt-layout-row:last-child { margin: 16px 0 0; }
.dt-container .dt-layout-cell { min-width: 0; }
.dt-container .dt-layout-cell.dt-layout-full { width: 100% !important; flex: 0 0 100%; overflow-x: auto; }
.dt-container .dt-layout-row:has(.dt-layout-full) { display: block; }
.dt-container .dt-length label, .dt-container .dt-search label, .dt-container .dt-info { color: #64748b; font-weight: 800; }
.dt-container .dt-length select { width: auto; min-width: 82px; margin-right: 8px; }
.dt-container .dt-search input { width: min(320px, 100%); margin-left: 8px; }
.dt-container .dt-paging .dt-paging-button { border: 0 !important; border-radius: 12px !important; padding: 8px 12px !important; margin: 0 3px !important; background: #f1f5f9 !important; color: #0f172a !important; font-weight: 800; }
.dt-container .dt-paging .dt-paging-button.current { color: #fff !important; background: #2563eb !important; }
.dt-container .dt-paging .dt-paging-button.disabled { color: #94a3b8 !important; background: #f8fafc !important; }
.dt-container table.dataTable { width: 100% !important; table-layout: auto; }
.dt-container table.dataTable > thead > tr > th { border-bottom: 0; white-space: nowrap; }
.dt-container table.dataTable > tbody > tr > td { white-space: nowrap; }
.dt-container table.dataTable > thead > tr > th.dt-orderable-asc,
.dt-container table.dataTable > thead > tr > th.dt-orderable-desc,
.dt-container table.dataTable > thead > tr > th.dt-ordering-asc,
.dt-container table.dataTable > thead > tr > th.dt-ordering-desc { padding-right: 18px; }
.dt-container table.dataTable > thead > tr > th.dt-orderable-asc span.dt-column-order,
.dt-container table.dataTable > thead > tr > th.dt-orderable-desc span.dt-column-order,
.dt-container table.dataTable > thead > tr > th.dt-ordering-asc span.dt-column-order,
.dt-container table.dataTable > thead > tr > th.dt-ordering-desc span.dt-column-order { display: none; }
.dt-container table.dataTable.no-footer { border-bottom: 0; }
.dt-container .admin-table { min-width: 100%; }
.admin-scan-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 18px; }
.admin-scan-card { min-height: 100%; }
.admin-scan-form { padding: 24px; display: grid; gap: 16px; }
.admin-camera-scanner { padding: 24px; }
.admin-camera-scanner video { width: 100%; border-radius: 22px; background: #020617; aspect-ratio: 4 / 3; object-fit: cover; }
.admin-scan-status { margin: 14px 0 0; padding: 13px 14px; border-radius: 16px; color: #475569; background: #f8fafc; border: 1px solid #e2e8f0; font-weight: 800; }
.admin-scan-status.ok { color: #166534; background: #dcfce7; border-color: #86efac; }
.admin-scan-status.error { color: #991b1b; background: #fef2f2; border-color: #fecaca; }
.standard-field-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; align-items: start; }
.admin-table-action { border: 0; border-radius: 999px; padding: 8px 12px; color: #1d4ed8; background: #dbeafe; font-weight: 900; cursor: pointer; }
.admin-table-action:hover { background: #bfdbfe; }
.admin-name-action { margin-top: 8px; }
.standard-group-check { width: 18px; height: 18px; accent-color: #2563eb; }
.modal-overlay { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 22px; background: rgba(15,23,42,.48); backdrop-filter: blur(10px); }
.modal-overlay[hidden] { display: none; }
.modal-card { width: min(520px, 100%); overflow: hidden; border-radius: 28px; background: #fff; box-shadow: 0 34px 90px rgba(2,6,23,.35); }
.modal-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 22px 24px; border-bottom: 1px solid #e2e8f0; background: linear-gradient(135deg, #ffffff, #eff6ff); }
.modal-head h3 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.modal-close { width: 36px; height: 36px; border: 0; border-radius: 50%; color: #475569; background: #e2e8f0; font-weight: 900; cursor: pointer; }
.modal-form { display: grid; gap: 16px; padding: 24px; }
.modal-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 15px; padding: 14px 15px; font: inherit; outline: none; resize: vertical; }
.modal-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(37,99,235,.12); }
.modal-actions { display: flex; justify-content: flex-end; gap: 10px; }
.anamnesa-modal-card { width: min(680px, 100%); }
.bukti-fullscreen-modal { width: min(1180px, calc(100vw - 28px)); height: calc(100vh - 28px); overflow: hidden; border-radius: 24px; background: #fff; box-shadow: 0 34px 90px rgba(2,6,23,.35); display: grid; grid-template-rows: auto 1fr; }
.bukti-fullscreen-bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 14px 12px 18px; color: #0f172a; background: #fff; border-bottom: 1px solid #e2e8f0; font-weight: 900; }
.bukti-fullscreen-modal iframe { width: 100%; height: 100%; border: 0; background: #fff; }
.anamnesa-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.anamnesa-detail-row { padding: 14px; border: 1px solid #e2e8f0; border-radius: 16px; background: #f8fafc; }
.anamnesa-detail-row.full { grid-column: 1 / -1; }
.anamnesa-detail-row span { display: block; margin-bottom: 6px; color: #64748b; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.anamnesa-detail-row strong { color: #0f172a; }

@media (max-width: 980px) {
    .admin-page { grid-template-columns: 1fr; }
    .admin-sidebar { position: static; height: auto; }
    .admin-nav { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .admin-login-card { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
    .admin-main { padding: 18px; }
    .admin-topbar, .admin-panel-head { align-items: stretch; flex-direction: column; }
    .admin-user-trigger { width: 100%; min-width: 0; }
    .admin-user-dropdown { left: 0; right: auto; width: 100%; }
    .admin-panel-head { align-items: stretch; flex-direction: column; }
    .admin-stats { grid-template-columns: 1fr; }
    .admin-nav { grid-template-columns: 1fr; }
    .admin-search { grid-template-columns: 1fr; width: 100%; }
    .admin-login-brand, .admin-login-form { padding: 28px; }
    .dt-container { padding: 14px; }
    .dt-container .dt-layout-row { display: block; }
    .dt-container .dt-layout-cell { display: block; margin-bottom: 10px; text-align: left !important; }
    .dt-container .dt-search input { margin: 8px 0 0; width: 100%; }
    .admin-scan-grid { grid-template-columns: 1fr; }
    .standard-field-grid { grid-template-columns: 1fr; }
    .modal-actions { flex-direction: column; }
    .anamnesa-detail-grid { grid-template-columns: 1fr; }
}

/* Game Happy modern storefront */
:root { --gh-bg: #070716; --gh-panel: rgba(255,255,255,.075); --gh-panel-strong: rgba(255,255,255,.12); --gh-line: rgba(255,255,255,.12); --gh-text: #f8fafc; --gh-muted: #9aa8bd; --gh-yellow: #facc15; --gh-cyan: #22d3ee; --gh-pink: #fb7185; --gh-violet: #7c3aed; }
.store-page { min-height: 100vh; color: var(--gh-text); background: radial-gradient(circle at 16% -8%, rgba(124,58,237,.38), transparent 34%), radial-gradient(circle at 82% 8%, rgba(34,211,238,.26), transparent 28%), linear-gradient(180deg, #080816 0%, #0f1024 48%, #070716 100%); }
.store-page::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 76%); }
.store-nav { position: sticky; top: 14px; z-index: 80; display: flex; align-items: center; justify-content: space-between; gap: 18px; width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 10px 12px; border: 1px solid var(--gh-line); border-radius: 24px; background: rgba(7,7,22,.72); backdrop-filter: blur(20px); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.store-logo { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-weight: 1000; letter-spacing: -.03em; }
.store-logo span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 15px; color: #050816; background: linear-gradient(135deg, var(--gh-yellow), var(--gh-cyan)); box-shadow: 0 16px 34px rgba(34,211,238,.25); }
.store-nav nav { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.store-nav nav a { color: #cbd5e1; text-decoration: none; padding: 10px 12px; border-radius: 999px; font-size: 14px; font-weight: 850; transition: color .18s, background .18s, transform .18s; }
.store-nav nav a:hover { color: #fff; background: rgba(255,255,255,.1); transform: translateY(-1px); }
.store-nav .nav-admin-link { color: #050816; background: linear-gradient(135deg, var(--gh-yellow), #fde68a); }
.store-shell { position: relative; width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 56px; }
.store-hero { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .82fr); gap: 18px; }
.hero-slider-card { position: relative; overflow: hidden; min-height: 330px; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--gh-line); border-radius: 34px; background: var(--gh-panel); box-shadow: 0 30px 90px rgba(0,0,0,.34); }
.hero-slider-card::after { content: ''; position: absolute; inset: auto -80px -90px auto; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(250,204,21,.42), transparent 64%); filter: blur(8px); }
.hero-main-banner { background: radial-gradient(circle at 80% 18%, rgba(250,204,21,.28), transparent 32%), radial-gradient(circle at 18% 80%, rgba(34,211,238,.24), transparent 34%), linear-gradient(135deg, rgba(30,27,75,.95), rgba(15,23,42,.92)); }
.hero-side-banner { display: flex; flex-direction: column; justify-content: space-between; background: radial-gradient(circle at 80% 10%, rgba(251,113,133,.22), transparent 34%), linear-gradient(135deg, rgba(17,24,39,.94), rgba(49,46,129,.84)); }
.hero-slider-card > span, .section-kicker { display: inline-flex; align-items: center; gap: 8px; width: fit-content; color: #071329; background: linear-gradient(135deg, var(--gh-yellow), #fde68a); padding: 8px 11px; border-radius: 999px; font-size: 12px; font-weight: 1000; letter-spacing: .08em; text-transform: uppercase; }
.hero-slider-card h1 { position: relative; z-index: 1; max-width: 760px; margin: 22px 0 16px; color: #fff; font-size: clamp(38px, 6vw, 72px); line-height: .9; letter-spacing: -.07em; }
.hero-slider-card h2 { position: relative; z-index: 1; color: #fff; margin: 18px 0 12px; font-size: clamp(28px, 4vw, 42px); line-height: .96; letter-spacing: -.05em; }
.hero-slider-card p { position: relative; z-index: 1; max-width: 660px; color: #cbd5e1; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.btn { border: 0; border-radius: 16px; padding: 14px 18px; font: inherit; font-weight: 1000; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px; transition: transform .18s, box-shadow .18s, filter .18s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #08111f; background: linear-gradient(135deg, var(--gh-yellow), var(--gh-cyan)); box-shadow: 0 18px 36px rgba(34,211,238,.22); }
.btn-dark { color: #fff; background: linear-gradient(135deg, #111827, #312e81); }
.btn-soft, .btn-glass { color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.16); }
.hero-metrics { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 26px; }
.hero-metrics div, .hero-mini-card { padding: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.08); }
.hero-metrics strong, .hero-metrics small, .hero-mini-card strong, .hero-mini-card small { display: block; }
.hero-metrics strong, .hero-mini-card strong { color: #fff; font-size: 18px; }
.hero-metrics small, .hero-mini-card small { color: #aebbd0; margin-top: 4px; font-weight: 800; }
.store-section { margin-top: 34px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.section-head h2, .steps-section h2, .faq-section h2, .page-title-section h1, .check-card h1, .game-detail-head h1 { color: #fff; margin: 0 0 8px; font-size: clamp(28px, 4vw, 44px); letter-spacing: -.05em; }
.section-head p, .steps-section p, .faq-section p, .page-title-section p, .check-card p, .game-detail-head p { color: var(--gh-muted); margin: 0; line-height: 1.7; }
.popular-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.popular-card, .product-card { position: relative; overflow: hidden; color: #fff; text-decoration: none; padding: 12px; border: 1px solid var(--gh-line); border-radius: 24px; background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.055)); box-shadow: 0 18px 45px rgba(0,0,0,.22); transition: transform .18s, border-color .18s, background .18s; }
.popular-card:hover, .product-card:hover { transform: translateY(-4px); border-color: rgba(250,204,21,.55); background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.07)); }
.popular-card strong { display: inline-block; margin-top: 2px; color: #071329; background: var(--gh-yellow); padding: 6px 8px; border-radius: 999px; font-size: 11px; }
.popular-card h3, .product-card h4 { margin: 10px 0 4px; color: #fff; font-size: 16px; line-height: 1.22; }
.popular-card span, .product-card span { color: #aebbd0; font-size: 13px; font-weight: 800; }
.game-cover { display: grid; place-items: center; width: 100%; aspect-ratio: 1 / 1; border-radius: 20px; color: #06111f; background: linear-gradient(135deg, var(--gh-yellow), var(--gh-cyan) 60%, #a78bfa); font-size: 34px; font-weight: 1000; letter-spacing: -.08em; box-shadow: inset 0 -20px 44px rgba(0,0,0,.16); }
.game-cover.small { width: 72px; height: 72px; flex: 0 0 auto; font-size: 22px; border-radius: 18px; }
.game-cover.large { width: 164px; height: 164px; flex: 0 0 auto; font-size: 52px; border-radius: 32px; }
.category-tabs { display: flex; gap: 10px; overflow-x: auto; padding: 2px 0 10px; }
.category-tabs a { white-space: nowrap; color: #06111f; background: linear-gradient(135deg, var(--gh-yellow), #fff7ad); text-decoration: none; padding: 11px 14px; border-radius: 999px; font-weight: 1000; }
.product-category { margin-top: 20px; padding: 18px; border: 1px solid var(--gh-line); border-radius: 28px; background: rgba(255,255,255,.045); }
.product-category h3 { color: #fff; margin: 0 0 5px; font-size: 24px; letter-spacing: -.03em; }
.product-category > p { color: var(--gh-muted); margin: 0 0 14px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.product-card { display: grid; grid-template-columns: 72px 1fr; align-items: center; gap: 12px; }
.steps-section, .faq-section, .check-card, .game-detail-head { padding: clamp(20px, 3vw, 30px); border: 1px solid var(--gh-line); border-radius: 32px; background: rgba(255,255,255,.07); box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.store-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.store-steps div { padding: 18px; border: 1px solid var(--gh-line); border-radius: 24px; background: rgba(255,255,255,.08); }
.store-steps strong { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 14px; color: #071329; background: linear-gradient(135deg, var(--gh-yellow), var(--gh-cyan)); }
.store-steps span { display: block; margin-top: 14px; color: var(--gh-cyan); font-size: 12px; font-weight: 1000; text-transform: uppercase; }
.store-steps h3 { color: #fff; margin: 6px 0; }
.faq-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 17px; border: 1px solid var(--gh-line); border-radius: 20px; color: #fff; background: rgba(255,255,255,.08); }
.faq-list summary { cursor: pointer; font-weight: 1000; }
.faq-list p { margin: 10px 0 0; }
.store-footer { position: relative; display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 24px; width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 34px 0 46px; border-top: 1px solid var(--gh-line); color: var(--gh-muted); }
.store-footer h4 { color: #fff; margin: 0 0 10px; }
.store-footer a { display: block; color: #cbd5e1; text-decoration: none; margin: 8px 0; font-weight: 800; }
.product-order-shell { max-width: 1000px; }
.game-detail-head { display: flex; align-items: center; gap: 24px; margin-bottom: 18px; }
.detail-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.detail-badges span { color: #dff7ff; background: rgba(34,211,238,.13); border: 1px solid rgba(34,211,238,.22); padding: 8px 10px; border-radius: 999px; font-size: 12px; font-weight: 950; }
.order-grid { display: grid; gap: 18px; padding: 0; margin-top: 18px; }
.order-panel { position: relative; padding: 24px; color: #0f172a; border: 1px solid #dbe4f0; border-radius: 28px; background: linear-gradient(180deg, #fff, #f8fbff); box-shadow: 0 22px 60px rgba(15,23,42,.12); }
.order-panel h2 { margin: 0 0 6px; color: #0f172a; letter-spacing: -.03em; }
.order-panel p { margin: 0; color: #64748b; }
.order-step-no { position: absolute; top: 22px; right: 22px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 14px; color: #071329; background: linear-gradient(135deg, var(--gh-yellow), var(--gh-cyan)); font-weight: 1000; }
.order-panel-head { margin-bottom: 18px; padding-right: 48px; }
.denom-grid, .payment-method-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.denom-card, .pay-card { position: relative; display: grid; gap: 8px; padding: 16px; border: 1px solid #dbe4f0; border-radius: 18px; cursor: pointer; background: #fff; transition: border .18s, box-shadow .18s, transform .18s, background .18s; }
.denom-card:hover, .pay-card:hover { transform: translateY(-2px); border-color: #93c5fd; }
.denom-card input, .pay-card input { position: absolute; opacity: 0; pointer-events: none; }
.denom-card:has(input:checked), .pay-card:has(input:checked) { border-color: #2563eb; box-shadow: 0 0 0 4px rgba(37,99,235,.12); background: linear-gradient(135deg, #eff6ff, #ecfeff); }
.denom-card strong { font-size: 16px; }
.denom-card span { color: #2563eb; font-weight: 1000; }
.pay-card span { font-weight: 1000; }
.order-note { margin-top: 14px; }
.checkout-sticky { position: sticky; bottom: 16px; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(8,13,29,.88); backdrop-filter: blur(18px); box-shadow: 0 24px 70px rgba(0,0,0,.38); }
.checkout-sticky strong, .checkout-sticky span { display: block; }
.checkout-sticky span { color: #cbd5e1; margin-top: 2px; }
.check-shell { display: grid; place-items: center; min-height: 66vh; }
.check-card { width: min(780px, 100%); }
.check-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 0; margin: 20px 0; }
.check-result { display: grid; gap: 10px; padding: 16px; border-radius: 24px; background: #fff; color: #0f172a; }
.check-result div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid #e2e8f0; }
.check-result span { color: #64748b; font-weight: 900; }
.all-games-grid { margin-top: 18px; }
.modern-invoice-page, .invoice-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 18% 10%, rgba(124,58,237,.34), transparent 34%), radial-gradient(circle at 86% 14%, rgba(34,211,238,.24), transparent 28%), #080816; }
.invoice-card { width: min(1080px, 100%); display: grid; grid-template-columns: .82fr 1.36fr; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 34px; background: #fff; box-shadow: 0 36px 100px rgba(0,0,0,.42); }
.invoice-side { padding: 36px; background: radial-gradient(circle at top, rgba(250,204,21,.30), transparent 42%), linear-gradient(145deg, #111827, #312e81); color: #fff; }
.invoice-side h1 { color: #fff; word-break: break-word; }
.invoice-side p { color: #cbd5e1; }
.invoice-status { display: inline-block; margin: 12px 0 24px; padding: 10px 14px; border-radius: 999px; color: #92400e; background: #fef3c7; font-weight: 1000; }
.invoice-status.success, .invoice-status.paid { color: #166534; background: #dcfce7; }
.invoice-status.processing { color: #1d4ed8; background: #dbeafe; }
.invoice-status.cancelled { color: #991b1b; background: #fee2e2; }
.invoice-detail { padding: 36px; }
.invoice-detail h2 { margin: 0 0 18px; font-size: 30px; letter-spacing: -.04em; }
.payment-box { padding: 18px; border-radius: 24px; background: linear-gradient(135deg, #fffbeb, #ecfeff); border: 1px solid #fde68a; }
.payment-box h3 { margin: 0 0 8px; }
.payment-box p { margin: 0 0 12px; }
.payment-box .btn { margin: 0 0 12px; }
.qr-raw { margin-top: 12px; min-height: 110px; font-family: monospace; font-size: 12px; }
.simple-admin-page { display: block; background: linear-gradient(180deg, #eef5ff, #f8fafc); }
.simple-admin-main { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0; }
.status-form select { min-width: 150px; padding: 10px 12px; border-radius: 12px; }

@media (max-width: 980px) {
    .store-hero, .faq-section, .invoice-card { grid-template-columns: 1fr; }
    .popular-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .product-grid, .store-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
    .store-nav { position: static; align-items: flex-start; flex-direction: column; margin-top: 12px; }
    .store-nav nav { justify-content: flex-start; }
    .popular-grid, .product-grid, .store-steps, .denom-grid, .payment-method-grid, .store-footer, .hero-metrics { grid-template-columns: 1fr; }
    .game-detail-head { align-items: flex-start; flex-direction: column; }
    .check-form, .checkout-sticky { grid-template-columns: 1fr; flex-direction: column; align-items: stretch; }
    .hero-slider-card { min-height: auto; }
    .invoice-detail, .invoice-side { padding: 24px; }
}

/* Modern admin dashboard */
.gh-admin-page { min-height: 100vh; display: grid; grid-template-columns: 280px minmax(0, 1fr); color: #0f172a; background: radial-gradient(circle at top left, rgba(37,99,235,.18), transparent 28%), linear-gradient(180deg, #eef5ff, #f8fafc); }
.gh-admin-sidebar { position: sticky; top: 0; height: 100vh; padding: 22px; background: radial-gradient(circle at 20% 0%, rgba(34,211,238,.28), transparent 34%), #080f24; color: #fff; }
.gh-admin-brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; margin-bottom: 28px; }
.gh-admin-brand span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 16px; color: #08111f; background: linear-gradient(135deg, #facc15, #22d3ee); font-weight: 1000; }
.gh-admin-brand strong { font-size: 18px; letter-spacing: -.03em; }
.gh-admin-menu { display: grid; gap: 9px; }
.gh-admin-menu a { color: #cbd5e1; text-decoration: none; padding: 13px 14px; border-radius: 16px; font-weight: 900; border: 1px solid transparent; }
.gh-admin-menu a:hover, .gh-admin-menu a.active { color: #fff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.14); }
.gh-admin-main { min-width: 0; padding: 28px; }
.gh-admin-hero { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 26px; border: 1px solid rgba(255,255,255,.78); border-radius: 30px; background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(236,254,255,.76)); box-shadow: 0 24px 70px rgba(15,23,42,.11); margin-bottom: 18px; }
.gh-admin-kicker { color: #2563eb; font-size: 12px; font-weight: 1000; text-transform: uppercase; letter-spacing: .09em; }
.gh-admin-hero h1 { margin: 5px 0 7px; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.06em; }
.gh-admin-hero p { margin: 0; color: #64748b; }
.gh-admin-hero small { display: block; margin-top: 8px; color: #64748b; font-weight: 900; }
.gh-admin-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.gh-admin-logout-form { padding: 0; margin: 0; }
.gh-admin-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 18px; }
.gh-admin-stats article { padding: 20px; border-radius: 24px; color: #fff; background: linear-gradient(135deg, #0f172a, #1e3a8a); box-shadow: 0 18px 45px rgba(15,23,42,.14); }
.gh-admin-stats article:nth-child(2) { background: linear-gradient(135deg, #92400e, #f59e0b); }
.gh-admin-stats article:nth-child(3) { background: linear-gradient(135deg, #1d4ed8, #06b6d4); }
.gh-admin-stats article:nth-child(4) { background: linear-gradient(135deg, #166534, #10b981); }
.gh-admin-stats span, .gh-admin-stats small { display: block; color: rgba(255,255,255,.78); font-weight: 850; }
.gh-admin-stats strong { display: block; margin: 12px 0 5px; font-size: clamp(24px, 3vw, 36px); line-height: 1; letter-spacing: -.04em; }
.gh-admin-panel { overflow: hidden; border: 1px solid #dbe4f0; border-radius: 30px; background: rgba(255,255,255,.92); box-shadow: 0 24px 70px rgba(15,23,42,.10); }
.gh-admin-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 24px; border-bottom: 1px solid #e2e8f0; }
.gh-admin-panel-head h2 { margin: 0 0 6px; font-size: 24px; letter-spacing: -.04em; }
.gh-admin-panel-head p { margin: 0; color: #64748b; }
.gh-admin-panel-head > span { padding: 9px 12px; border-radius: 999px; color: #1d4ed8; background: #dbeafe; font-weight: 1000; white-space: nowrap; }
.gh-admin-table-wrap { overflow-x: auto; }
.gh-admin-table { width: 100%; min-width: 920px; border-collapse: collapse; }
.gh-admin-table th { padding: 14px 18px; text-align: left; color: #64748b; background: #f8fafc; font-size: 12px; font-weight: 1000; text-transform: uppercase; letter-spacing: .08em; }
.gh-admin-table td { padding: 17px 18px; border-top: 1px solid #e2e8f0; vertical-align: middle; }
.gh-admin-table tbody tr:hover { background: #f8fbff; }
.gh-admin-table td strong, .gh-admin-table td small { display: block; }
.gh-admin-table td small { color: #64748b; margin-top: 4px; font-weight: 750; }
.gh-invoice-link { display: inline-flex; width: fit-content; color: #1d4ed8; background: #dbeafe; text-decoration: none; padding: 7px 10px; border-radius: 999px; font-weight: 1000; }
.gh-status-pill { display: inline-flex; width: fit-content; margin-top: 8px; padding: 6px 9px; border-radius: 999px; color: #92400e; background: #fef3c7; font-size: 11px; font-weight: 1000; }
.gh-status-pill.paid, .gh-status-pill.success { color: #166534; background: #dcfce7; }
.gh-status-pill.processing { color: #1d4ed8; background: #dbeafe; }
.gh-status-pill.cancelled { color: #991b1b; background: #fee2e2; }
.gh-status-form select { min-width: 150px; border: 1px solid #dbe4f0; border-radius: 14px; padding: 10px 12px; background-color: #fff; font-weight: 900; }
.gh-admin-empty { padding: 34px !important; text-align: center; color: #64748b; font-weight: 900; }
.gh-admin-pagination { padding: 18px 24px; border-top: 1px solid #e2e8f0; }
.gh-admin-pagination ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.gh-admin-pagination li a, .gh-admin-pagination li span { display: inline-block; padding: 9px 12px; border-radius: 12px; color: #0f172a; background: #f1f5f9; text-decoration: none; font-weight: 900; }
.gh-admin-pagination li.active span { color: #fff; background: #2563eb; }
.gh-admin-pagination li.disabled span { color: #94a3b8; }

@media (max-width: 1080px) {
    .gh-admin-page { grid-template-columns: 1fr; }
    .gh-admin-sidebar { position: static; height: auto; }
    .gh-admin-menu { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .gh-admin-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .gh-admin-main { padding: 16px; }
    .gh-admin-hero, .gh-admin-panel-head { align-items: stretch; flex-direction: column; }
    .gh-admin-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .gh-admin-stats, .gh-admin-menu { grid-template-columns: 1fr; }
    .gh-admin-table { min-width: 0; }
    .gh-admin-table thead { display: none; }
    .gh-admin-table, .gh-admin-table tbody, .gh-admin-table tr, .gh-admin-table td { display: block; width: 100%; }
    .gh-admin-table tr { margin: 14px; border: 1px solid #e2e8f0; border-radius: 22px; background: #fff; box-shadow: 0 14px 34px rgba(15,23,42,.08); overflow: hidden; }
    .gh-admin-table td { display: grid; grid-template-columns: 118px 1fr; gap: 12px; border-top: 1px solid #edf2f7; padding: 13px 14px; }
    .gh-admin-table td:first-child { border-top: 0; }
    .gh-admin-table td::before { content: attr(data-label); color: #64748b; font-size: 12px; font-weight: 1000; text-transform: uppercase; letter-spacing: .07em; }
    .gh-status-form select { width: 100%; min-width: 0; }
}
