:root {
  --bg: #070910;
  --bg-2: #0b0f18;
  --panel: rgba(20, 24, 34, .86);
  --panel-solid: #121722;
  --panel-soft: #171d29;
  --text: #f5f7fb;
  --muted: #9da6b7;
  --line: rgba(255,255,255,.09);
  --gold: #e3af31;
  --gold-light: #ffd76b;
  --silver: #d5dbe5;
  --silver-dark: #8f99aa;
  --green: #43d08a;
  --red: #ff6b72;
  --blue: #4f8cff;
  --radius: 22px;
  --shadow: 0 24px 60px rgba(0,0,0,.32);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--bg); color: var(--text); line-height: 1.5; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.hidden { display: none !important; }
.container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.demo-banner { min-height: 34px; padding: 7px 44px 7px 16px; background: linear-gradient(90deg, #7b5510, #bc861e, #7b5510); color: #fff5d2; text-align: center; font-size: 12px; position: relative; }
.demo-banner button { position: absolute; right: 12px; top: 2px; border: 0; background: transparent; color: inherit; font-size: 24px; cursor: pointer; }
.topbar { position: sticky; top: 0; z-index: 20; min-height: 70px; padding: 10px max(16px, env(safe-area-inset-left)); display: flex; align-items: center; justify-content: space-between; gap: 18px; background: rgba(7,9,16,.9); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.mini-brand, .footer-brand { display: flex; align-items: center; gap: 10px; }
.mini-mark { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; font-weight: 900; font-style: italic; background: linear-gradient(135deg, #ecf0f6 0 46%, #e4aa25 48% 100%); color: #090c12; box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 8px 22px rgba(227,175,49,.18); }
.mini-brand strong, .footer-brand strong { display: block; font-size: 17px; letter-spacing: -.4px; }
.mini-brand strong i, .footer-brand strong i { color: var(--silver); font-style: normal; }
.mini-brand strong { color: var(--gold); }
.mini-brand small, .footer-brand small { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 1.1px; color: var(--muted); }
.top-actions { display: flex; align-items: center; gap: 8px; }
.language-toggle, .avatar-button { min-width: 42px; height: 42px; border-radius: 14px; border: 1px solid var(--line); color: var(--text); background: var(--panel-soft); cursor: pointer; font-weight: 800; }
.avatar-button { border-color: rgba(227,175,49,.55); color: #15100a; background: linear-gradient(135deg, #ffe58a, #c9880b); }
.ghost-button, .outline-button, .secondary-button { border: 1px solid var(--line); background: rgba(255,255,255,.035); color: var(--text); border-radius: 14px; font-weight: 750; cursor: pointer; }
.compact { min-height: 42px; padding: 0 15px; }
.hero { min-height: 680px; position: relative; overflow: hidden; display: grid; place-items: center; background:
 radial-gradient(circle at 78% 18%, rgba(227,175,49,.12), transparent 34%),
 radial-gradient(circle at 12% 80%, rgba(192,202,220,.09), transparent 31%),
 linear-gradient(145deg, #05070c, #0c111b 54%, #080a0f); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.hero-glow { position: absolute; width: 560px; height: 560px; right: -180px; top: -190px; border-radius: 50%; background: rgba(227,175,49,.08); filter: blur(12px); }
.hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 48px; align-items: center; padding-block: 64px 72px; }
.hero-logo { width: 100%; border-radius: 24px; box-shadow: 0 32px 90px rgba(0,0,0,.42); border: 1px solid rgba(255,255,255,.08); }
.hero-copy h1 { font-size: clamp(40px, 6vw, 76px); line-height: .98; letter-spacing: -3.6px; margin: 16px 0 22px; max-width: 760px; }
.hero-copy p { color: var(--muted); font-size: 18px; max-width: 660px; }
.eyebrow { display: inline-flex; text-transform: uppercase; letter-spacing: 1.8px; font-size: 12px; font-weight: 850; }
.eyebrow.gold { color: var(--gold-light); }
.eyebrow.silver { color: var(--silver); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.primary-button, .silver-button, .gold-button { min-height: 48px; border: 0; border-radius: 14px; padding: 0 20px; font-weight: 850; cursor: pointer; transition: transform .2s ease, filter .2s ease; }
.primary-button, .gold-button { color: #140f07; background: linear-gradient(135deg, #ffe17a, #c98b14); box-shadow: 0 12px 30px rgba(227,175,49,.18); }
.silver-button { color: #0c1018; background: linear-gradient(135deg, #f3f6fb, #9da7b8); }
.primary-button:hover, .silver-button:hover, .gold-button:hover, .secondary-button:hover, .outline-button:hover { transform: translateY(-1px); filter: brightness(1.05); }
.secondary-button, .outline-button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; }
.full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 28px; color: var(--muted); font-size: 13px; }
.trust-row span { display: flex; gap: 7px; align-items: center; }
.trust-row span::first-letter { color: var(--gold); }
.stats-strip { border-block: 1px solid var(--line); background: #0b0f17; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid article { min-height: 112px; padding: 22px; display: grid; place-content: center; text-align: center; border-right: 1px solid var(--line); }
.stats-grid article:last-child { border-right: 0; }
.stats-grid strong { font-size: 28px; color: var(--gold-light); }
.stats-grid span { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .9px; }
.section { padding-block: 82px; }
.alternate { background: linear-gradient(180deg, #0b0f17, #090c13); border-block: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 30px; }
.section-heading.centered { justify-content: center; text-align: center; }
.section-heading h2 { font-size: clamp(32px, 5vw, 48px); letter-spacing: -1.8px; margin: 8px 0 6px; }
.section-heading p { color: var(--muted); margin: 0; max-width: 690px; }
.date-chip { padding: 10px 15px; border: 1px solid rgba(227,175,49,.28); color: var(--gold-light); background: rgba(227,175,49,.07); border-radius: 999px; white-space: nowrap; }
.sport-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.sport-tab { min-height: 58px; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); color: var(--muted); cursor: pointer; font-weight: 800; display: flex; justify-content: center; align-items: center; gap: 8px; }
.sport-tab b { min-width: 25px; height: 25px; padding-inline: 6px; border-radius: 999px; display: grid; place-items: center; font-size: 11px; color: var(--silver); background: rgba(255,255,255,.08); }
.sport-tab.active { color: #161108; border-color: var(--gold); background: linear-gradient(135deg, #ffe07a, #c98913); }
.sport-tab.active b { color: #171109; background: rgba(255,255,255,.35); }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); }
.access-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 18px; margin-bottom: 20px; }
.access-summary > div { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 8px; }
.access-summary small { color: var(--muted); }
.access-dot { width: 11px; height: 11px; border-radius: 50%; }
.access-dot.free { background: var(--green); }
.access-dot.silver { background: var(--silver); }
.access-dot.gold { background: var(--gold); }
.tips-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.tip-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(160deg, #151a25, #0f131c); min-height: 275px; }
.tip-card::after { content: ""; position: absolute; width: 140px; height: 140px; border-radius: 50%; right: -70px; top: -70px; opacity: .11; }
.tip-card.tier-free::after { background: var(--green); }
.tip-card.tier-silver::after { background: var(--silver); }
.tip-card.tier-gold::after { background: var(--gold); }
.tip-top { display: flex; justify-content: space-between; gap: 12px; padding: 17px 18px; border-bottom: 1px solid var(--line); position: relative; z-index: 1; }
.tip-top > div { min-width: 0; }
.tip-top small { display: block; color: var(--muted); }
.tip-top strong { display: block; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tier-chip { height: 27px; padding: 0 10px; display: inline-flex; align-items: center; border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .7px; }
.tier-chip.free { color: #092416; background: #75e5ae; }
.tier-chip.silver { color: #10151d; background: linear-gradient(135deg, #f4f7fb, #9ca6b6); }
.tier-chip.gold { color: #211503; background: linear-gradient(135deg, #ffe17a, #c78a14); }
.tip-body { padding: 18px; position: relative; z-index: 1; }
.market-label { color: var(--muted); font-size: 12px; }
.tip-pick { margin: 5px 0 14px; font-size: 20px; letter-spacing: -.4px; }
.tip-metrics { display: flex; gap: 8px; flex-wrap: wrap; }
.metric { padding: 7px 10px; border-radius: 10px; background: rgba(255,255,255,.05); color: var(--muted); font-size: 12px; }
.metric b { color: var(--text); }
.tip-analysis { display: grid; gap: 9px; margin-top: 15px; font-size: 13px; }
.tip-analysis p { margin: 0; color: var(--muted); }
.tip-analysis b { color: var(--text); }
.locked-body { min-height: 205px; display: grid; place-content: center; text-align: center; padding: 24px; position: relative; z-index: 2; }
.lock-icon { width: 52px; height: 52px; margin: 0 auto 12px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); font-size: 22px; }
.locked-body h3 { margin: 0 0 6px; }
.locked-body p { color: var(--muted); margin: 0 0 16px; font-size: 13px; }
.unlock-tip { min-height: 40px; border: 1px solid rgba(227,175,49,.4); border-radius: 12px; background: rgba(227,175,49,.08); color: var(--gold-light); font-weight: 800; padding-inline: 15px; cursor: pointer; }
.empty-state { padding: 36px; text-align: center; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.pricing-card { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #111621; overflow: hidden; }
.pricing-card.featured { transform: translateY(-9px); border-color: rgba(213,219,229,.42); }
.gold-plan { border-color: rgba(227,175,49,.38); }
.popular-ribbon { position: absolute; top: 17px; right: -35px; width: 150px; transform: rotate(38deg); background: var(--silver); color: #11151d; text-align: center; font-size: 10px; font-weight: 900; padding: 4px; }
.plan-badge { display: inline-flex; height: 28px; align-items: center; padding: 0 11px; border-radius: 999px; font-size: 10px; letter-spacing: 1px; font-weight: 900; }
.plan-badge.free { background: rgba(67,208,138,.15); color: #79e4af; border: 1px solid rgba(67,208,138,.25); }
.plan-badge.silver { background: linear-gradient(135deg, #f2f5fa, #8f9aaa); color: #111720; }
.plan-badge.gold { background: linear-gradient(135deg, #ffe074, #bf7d08); color: #1d1304; }
.pricing-card h3 { margin: 18px 0 5px; font-size: 25px; }
.price { display: flex; gap: 8px; align-items: end; margin-bottom: 24px; }
.price strong { font-size: 42px; letter-spacing: -2px; }
.price span { color: var(--muted); padding-bottom: 8px; }
.pricing-card ul { min-height: 170px; padding: 0; margin: 0 0 24px; list-style: none; display: grid; gap: 12px; }
.pricing-card li { padding-left: 22px; color: var(--muted); position: relative; }
.pricing-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.pricing-card button { width: 100%; }
.history-filters { display: flex; gap: 7px; }
.small-filter { min-height: 38px; padding-inline: 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--panel); cursor: pointer; }
.small-filter.active { color: #181208; background: var(--gold); border-color: var(--gold); font-weight: 800; }
.history-summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 16px; }
.history-summary-grid article { padding: 18px; border: 1px solid var(--line); background: var(--panel); border-radius: 17px; }
.history-summary-grid span, .history-summary-grid small { display: block; color: var(--muted); }
.history-summary-grid strong { display: block; margin: 5px 0; font-size: 26px; }
.history-list { display: grid; gap: 9px; }
.history-row { display: grid; grid-template-columns: 100px 90px 1.5fr 1.4fr 70px 95px; gap: 12px; align-items: center; min-height: 68px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 15px; background: var(--panel); font-size: 13px; }
.history-row .muted { color: var(--muted); }
.result-chip { display: inline-flex; justify-content: center; padding: 6px 9px; border-radius: 999px; font-size: 10px; font-weight: 900; }
.result-chip.won { color: #092416; background: #75e5ae; }
.result-chip.lost { color: #2a080c; background: #ff8990; }
.result-chip.void { color: #111621; background: var(--silver); }
.method-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; align-items: start; }
.method-copy { position: sticky; top: 105px; }
.method-copy h2 { font-size: 46px; margin: 10px 0 16px; line-height: 1; }
.method-copy p { color: var(--muted); font-size: 17px; }
.text-link { color: var(--gold-light); font-weight: 800; }
.method-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.method-cards article { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }
.method-cards b { color: var(--gold); }
.method-cards h3 { margin: 28px 0 8px; }
.method-cards p { margin: 0; color: var(--muted); }
.social-card { padding: 35px; border: 1px solid rgba(227,175,49,.35); border-radius: 26px; background: radial-gradient(circle at 100% 0, rgba(227,175,49,.15), transparent 37%), var(--panel); display: flex; justify-content: space-between; gap: 35px; align-items: center; }
.social-card h2 { font-size: 34px; margin: 8px 0; }
.social-card p { color: var(--muted); max-width: 680px; }
.social-actions { min-width: 300px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.social-actions .primary-button { grid-column: 1 / -1; }
.social-button { min-height: 46px; border-radius: 13px; display: flex; justify-content: center; align-items: center; gap: 8px; font-weight: 800; }
.social-button.facebook { background: #1877f2; color: white; }
.social-button.instagram { background: linear-gradient(135deg, #405de6, #c13584, #fd1d1d, #fcae45); color: white; }
.responsible-section { padding: 0 0 60px; }
.responsible-card { display: flex; align-items: center; gap: 20px; padding: 20px 24px; border: 1px solid rgba(255,107,114,.24); background: rgba(255,107,114,.055); border-radius: 18px; }
.responsible-card > strong { min-width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--red); color: #25080b; font-size: 18px; }
.responsible-card h3, .responsible-card p { margin: 0; }
.responsible-card p { color: var(--muted); }
footer { border-top: 1px solid var(--line); background: #05070b; padding: 48px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 30px; }
.footer-grid h4 { margin: 0 0 13px; }
.footer-grid a { display: block; color: var(--muted); margin: 8px 0; }
.footer-brand { align-self: start; }
.footer-brand strong { color: var(--gold); }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.modal-backdrop { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 18px; background: rgba(0,0,0,.72); backdrop-filter: blur(10px); }
.modal { width: min(480px, 100%); max-height: calc(100dvh - 36px); overflow: auto; border: 1px solid var(--line); border-radius: 24px; background: #111620; box-shadow: 0 35px 100px rgba(0,0,0,.62); padding: 28px; position: relative; }
.modal-close { position: absolute; right: 14px; top: 10px; width: 38px; height: 38px; border-radius: 50%; border: 0; background: rgba(255,255,255,.06); color: white; font-size: 24px; cursor: pointer; }
.modal-logo { display: flex; justify-content: center; }
.modal h2 { text-align: center; font-size: 28px; margin: 14px 0 5px; }
.modal > p { text-align: center; color: var(--muted); }
.oauth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 22px 0; }
.oauth-button { min-height: 48px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.035); color: white; cursor: pointer; font-weight: 750; display: flex; align-items: center; justify-content: center; gap: 8px; }
.facebook-login { background: rgba(24,119,242,.12); border-color: rgba(24,119,242,.35); }
.provider-icon { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: white; color: #161a22; font-weight: 900; }
.provider-icon.four { border-radius: 6px; }
.divider { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; margin: 18px 0; }
.divider::before, .divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.modal form { display: grid; gap: 14px; }
.modal label { display: grid; gap: 6px; font-size: 13px; color: var(--muted); }
.modal input, .modal select, .modal textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 12px; background: #0a0e15; color: white; padding: 11px 13px; outline: none; }
.modal input:focus, .modal select:focus, .modal textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(227,175,49,.1); }
.modal-note { font-size: 11px; color: var(--muted); margin-top: 15px; }
.unlock-steps { color: var(--muted); display: grid; gap: 8px; padding-left: 20px; }
.social-inline { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 18px 0; }
.account-profile { display: flex; gap: 12px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 15px; margin: 18px 0; }
.large-avatar { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg, #f0f3f7, #d69c24); color: #11151d; font-weight: 900; }
.account-profile strong, .account-profile small { display: block; }
.account-profile small { color: var(--gold); }
.demo-role-switch { padding: 15px; background: rgba(255,255,255,.035); border-radius: 15px; margin-bottom: 14px; }
.demo-role-switch p { margin: 0 0 10px; color: var(--muted); font-size: 12px; }
.demo-role-switch > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.demo-role-switch button { border: 1px solid var(--line); background: #0a0e15; color: white; border-radius: 10px; min-height: 38px; cursor: pointer; }
.account-modal > .full { margin-top: 9px; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 24px; transform: translateX(-50%); max-width: calc(100% - 32px); padding: 12px 18px; border-radius: 14px; color: #10150f; background: #8ff0bb; box-shadow: var(--shadow); font-weight: 750; text-align: center; }

/* Admin */
.admin-body { background: #090c12; }
.admin-shell { display: grid; grid-template-columns: 260px 1fr; min-height: 100dvh; }
.admin-sidebar { padding: 22px 16px; border-right: 1px solid var(--line); background: #080b11; position: sticky; top: 0; height: 100dvh; }
.admin-brand { margin-bottom: 30px; }
.admin-nav { display: grid; gap: 5px; }
.admin-nav button, .admin-nav a { border: 0; background: transparent; color: var(--muted); text-align: left; padding: 12px 13px; border-radius: 12px; cursor: pointer; }
.admin-nav .active, .admin-nav button:hover, .admin-nav a:hover { background: rgba(227,175,49,.1); color: var(--gold-light); }
.admin-main { min-width: 0; }
.admin-header { min-height: 76px; padding: 14px 28px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 10; background: rgba(9,12,18,.9); backdrop-filter: blur(14px); }
.admin-content { padding: 28px; }
.admin-panel { display: none; }
.admin-panel.active { display: block; }
.admin-title-row { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-bottom: 22px; }
.admin-title-row h1, .admin-title-row h2 { margin: 0; }
.admin-title-row p { color: var(--muted); margin: 4px 0 0; }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.admin-stat { padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: var(--panel); }
.admin-stat span { color: var(--muted); font-size: 12px; }
.admin-stat strong { display: block; margin-top: 5px; font-size: 28px; }
.admin-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 16px; margin-top: 16px; }
.admin-card { padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.admin-card h3 { margin-top: 0; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 800px; }
.admin-table th, .admin-table td { padding: 12px 10px; border-bottom: 1px solid var(--line); text-align: left; font-size: 12px; }
.admin-table th { color: var(--muted); }
.admin-table button { border: 0; border-radius: 8px; padding: 7px 9px; cursor: pointer; }
.edit-button { background: rgba(79,140,255,.15); color: #9bbcff; }
.delete-button { background: rgba(255,107,114,.13); color: #ff9298; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-grid .span-2 { grid-column: 1 / -1; }
.admin-form label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; }
.admin-form input, .admin-form select, .admin-form textarea { min-height: 45px; border: 1px solid var(--line); border-radius: 11px; background: #0a0e15; color: white; padding: 10px 12px; }
.admin-form textarea { min-height: 95px; resize: vertical; }
.form-actions { display: flex; gap: 9px; justify-content: flex-end; margin-top: 16px; }
.notice { padding: 14px 16px; border: 1px solid rgba(227,175,49,.3); background: rgba(227,175,49,.075); color: #f4db9a; border-radius: 14px; font-size: 13px; }
.code-card { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.code-card input { min-height: 46px; border: 1px solid var(--line); border-radius: 11px; background: #0a0e15; color: white; padding: 10px 12px; }
.member-list { display: grid; gap: 9px; }
.member-row { padding: 13px; border: 1px solid var(--line); border-radius: 13px; display: flex; justify-content: space-between; align-items: center; }
.member-row small { color: var(--muted); display: block; }
.mobile-menu { display: none; }



.payment-card {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 22px;
  align-items: center;
}
.payment-card h3 {
  margin: 8px 0 10px;
  font-size: 28px;
}
.payment-card p {
  margin: 0;
  color: var(--text-soft);
}
.payment-note {
  margin-top: 12px !important;
  color: var(--silver);
  font-size: 14px;
}
.payment-methods {
  display: grid;
  gap: 14px;
}
.payment-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  min-height: 66px;
}
.payment-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  flex: 0 0 38px;
}
.payment-label {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.2px;
}
.payment-pill.mvola { box-shadow: inset 0 0 0 1px rgba(0,196,140,.16); }
.payment-pill.mvola .payment-icon { background: linear-gradient(135deg, #00d58f, #019864); }
.payment-pill.orange-money { box-shadow: inset 0 0 0 1px rgba(255,123,0,.16); }
.payment-pill.orange-money .payment-icon { background: linear-gradient(135deg, #ff9500, #ff5e00); }
.payment-pill.airtel-money { box-shadow: inset 0 0 0 1px rgba(226,39,39,.16); }
.payment-pill.airtel-money .payment-icon { background: linear-gradient(135deg, #f14f4f, #b61313); }

@media (max-width: 920px) {
  .hero-content { grid-template-columns: 1fr; gap: 30px; }
  .hero-logo { max-width: 760px; margin-inline: auto; }
  .hero-copy { text-align: center; }
  .hero-copy p { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .payment-card { grid-template-columns: 1fr; }
  .pricing-card.featured { transform: none; }
  .method-grid { grid-template-columns: 1fr; }
  .method-copy { position: static; }
  .social-card { display: grid; }
  .social-actions { min-width: 0; }
  .history-row { grid-template-columns: 90px 75px 1fr 70px 90px; }
  .history-row .history-match { display: none; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { height: auto; position: static; border-right: 0; border-bottom: 1px solid var(--line); padding: 12px 16px; }
  .admin-brand { margin: 0; }
  .admin-nav { display: flex; overflow-x: auto; margin-top: 12px; }
  .admin-nav button, .admin-nav a { white-space: nowrap; }
  .admin-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 24px, 1160px); }
  .topbar { min-height: 62px; }
  .mini-brand small { display: none; }
  .mini-brand strong { font-size: 15px; }
  .mini-mark { width: 38px; height: 38px; border-radius: 12px; }
  .ghost-button.compact { padding: 0 12px; font-size: 12px; }
  .hero { min-height: auto; }
  .hero-content { padding-block: 40px 52px; }
  .hero-copy h1 { font-size: 42px; letter-spacing: -2.2px; }
  .hero-copy p { font-size: 15px; }
  .hero-actions { display: grid; }
  .hero-actions a { width: 100%; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid article { min-height: 92px; border-bottom: 1px solid var(--line); }
  .stats-grid article:nth-child(2) { border-right: 0; }
  .section { padding-block: 58px; }
  .section-heading { display: grid; align-items: start; }
  .section-heading h2 { font-size: 34px; }
  .date-chip { justify-self: start; }
  .sport-tabs { grid-template-columns: 1fr; }
  .access-summary { grid-template-columns: 1fr; }
  .access-summary > div { grid-template-columns: auto 90px 1fr; }
  .tips-grid { grid-template-columns: 1fr; }
  .history-summary-grid { grid-template-columns: repeat(2, 1fr); }
  .history-filters { overflow-x: auto; }
  .history-row { grid-template-columns: 78px 1fr 60px 80px; }
  .history-row .history-sport, .history-row .history-match { display: none; }
  .method-cards { grid-template-columns: 1fr; }
  .social-card { padding: 24px; }
  .payment-card { grid-template-columns: 1fr; }
  .payment-card h3 { font-size: 24px; }
  .payment-label { font-size: 16px; }
  .social-card h2 { font-size: 28px; }
  .social-actions { grid-template-columns: 1fr; }
  .social-actions .primary-button { grid-column: auto; }
  .responsible-card { align-items: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .oauth-grid { grid-template-columns: 1fr; }
  .demo-role-switch > div { grid-template-columns: 1fr 1fr; }
  .admin-header { padding: 12px 16px; }
  .admin-content { padding: 18px 12px 40px; }
  .admin-stats { grid-template-columns: 1fr 1fr; }
  .admin-title-row { align-items: start; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .span-2 { grid-column: auto; }
}
@media (max-width: 420px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .history-summary-grid { grid-template-columns: 1fr 1fr; }
  .history-row { padding-inline: 10px; gap: 7px; font-size: 11px; }
  .admin-stats { grid-template-columns: 1fr; }
}

/* Protection contre le débordement horizontal sur mobile */
body { overflow-x: hidden; }
.admin-main { overflow-x: hidden; }
.admin-card, .admin-table-wrap { min-width: 0; max-width: 100%; }


.payment-card {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 22px;
  align-items: center;
}
.payment-card h3 {
  margin: 8px 0 10px;
  font-size: 28px;
}
.payment-card p {
  margin: 0;
  color: var(--text-soft);
}
.payment-note {
  margin-top: 12px !important;
  color: var(--silver);
  font-size: 14px;
}
.payment-methods {
  display: grid;
  gap: 14px;
}
.payment-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  min-height: 66px;
}
.payment-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  flex: 0 0 38px;
}
.payment-label {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.2px;
}
.payment-pill.mvola { box-shadow: inset 0 0 0 1px rgba(0,196,140,.16); }
.payment-pill.mvola .payment-icon { background: linear-gradient(135deg, #00d58f, #019864); }
.payment-pill.orange-money { box-shadow: inset 0 0 0 1px rgba(255,123,0,.16); }
.payment-pill.orange-money .payment-icon { background: linear-gradient(135deg, #ff9500, #ff5e00); }
.payment-pill.airtel-money { box-shadow: inset 0 0 0 1px rgba(226,39,39,.16); }
.payment-pill.airtel-money .payment-icon { background: linear-gradient(135deg, #f14f4f, #b61313); }

@media (max-width: 920px) {
  .admin-shell { grid-template-columns: minmax(0, 1fr); width: 100%; }
  .admin-sidebar, .admin-main { min-width: 0; width: 100%; max-width: 100%; }
  .admin-nav { max-width: 100%; }
}

/* Version 4 — logos Mobile Money */
.payment-pill {
  min-height: 82px;
  padding: 10px 14px;
  overflow: hidden;
  background: #ffffff;
}
.payment-logo {
  display: block;
  width: 100%;
  height: 62px;
  object-fit: contain;
}
.site-version {
  margin-left: 8px;
  color: var(--gold);
  font-weight: 800;
}
@media (max-width: 700px) {
  .payment-pill { min-height: 76px; }
  .payment-logo { height: 56px; }
}
