/*
Theme Name: NovaBet Editable
Author: NovaBet Theme
Description: Fully editable, responsive dark landing-page theme with site-wide WordPress settings.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: novabet
*/

:root {
  --bg: #12151b;
  --surface: #1b2029;
  --surface-2: #232a35;
  --text: #f5f7fa;
  --muted: #aab2c0;
  --accent: #f4b942;
  --accent-2: #ffd666;
  --success: #34d399;
  --danger: #fb7185;
  --border: #303846;
  --radius: 18px;
  --content-width: 1240px;
  --section-space: 84px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --shadow: 0 28px 80px rgba(0,0,0,.26);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-family: var(--font); line-height: 1.55; text-rendering: optimizeLegibility; }
body.customizer-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 70%, white); outline-offset: 3px; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; border-radius: 8px; color: #111; background: var(--accent); transform: translateY(-140%); transition: transform .2s; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(var(--content-width), calc(100% - 40px)); margin-inline: auto; }
.site-section { padding: var(--section-space) 0; position: relative; }
.site-section--compact { padding-top: calc(var(--section-space) * .45); padding-bottom: calc(var(--section-space) * .45); }
.site-section--tinted { background: color-mix(in srgb, var(--surface) 54%, var(--bg)); border-block: 1px solid color-mix(in srgb, var(--border) 70%, transparent); }
.site-section--glow { overflow: hidden; }
.site-section--glow::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: var(--accent); opacity: .055; filter: blur(110px); left: -260px; top: -200px; pointer-events: none; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 32px; }
.section-heading__copy { max-width: 730px; }
.section-heading h2 { margin: 7px 0 8px; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading p { max-width: 650px; color: var(--muted); margin: 0; font-size: 16px; }
.section-kicker { display: inline-flex; align-items: center; gap: 8px; margin: 0; color: var(--accent); font-size: 11px; line-height: 1; letter-spacing: .18em; font-weight: 900; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 22px; height: 1px; background: currentColor; }
.section-link { color: var(--accent-2); font-size: 14px; text-decoration: none; font-weight: 850; white-space: nowrap; }
.section-link:hover { text-decoration: underline; }

.statusbar { background: #181c22; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 13px; }
.statusbar__inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.statusbar__item { display: flex; align-items: center; gap: 6px; }
.statusbar b, .statusbar strong { color: var(--success); }
.statusbar a { color: var(--accent-2); text-decoration: none; font-weight: 800; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px color-mix(in srgb, var(--success) 18%, transparent); }
.site-header { z-index: 30; background: color-mix(in srgb, var(--bg) 92%, transparent); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
.site-header.is-sticky { position: sticky; top: 0; }
.site-header__inner { min-height: 74px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; font-weight: 950; font-size: 29px; line-height: 1; letter-spacing: -1.7px; }
.brand span:last-child { color: var(--accent); }
.site-nav { display: flex; align-items: center; gap: 4px; margin-inline: auto; }
.site-nav a { padding: 10px 13px; border-radius: 9px; color: var(--muted); font-size: 14px; font-weight: 750; text-decoration: none; transition: color .18s, background .18s; }
.site-nav a:hover, .site-nav a.is-active { color: var(--accent); background: color-mix(in srgb, var(--accent) 7%, transparent); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); color: var(--text); cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle.is-open span { opacity: 0; }
.menu-toggle.is-open::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-open::after { transform: translateY(-6px) rotate(-45deg); }
.btn { min-height: 44px; appearance: none; border: 0; border-radius: 10px; padding: 11px 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font: inherit; font-size: 14px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .18s ease, filter .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); filter: brightness(1.06); }
.btn--primary { color: #15181e; background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 12px 32px color-mix(in srgb, var(--accent) 16%, transparent); }
.btn--secondary { color: var(--text); background: var(--surface-2); border: 1px solid var(--border); }
.btn--ghost { color: var(--muted); background: transparent; border: 1px solid color-mix(in srgb, var(--muted) 50%, transparent); }
.btn--large { padding: 14px 23px; font-size: 15px; }

.hero { min-height: 600px; padding: 72px 0 76px; display: flex; align-items: center; overflow: hidden; position: relative; background: radial-gradient(circle at 84% 24%, color-mix(in srgb, var(--accent) 9%, transparent), transparent 28%), linear-gradient(180deg, color-mix(in srgb, var(--surface) 28%, var(--bg)), var(--bg)); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(color-mix(in srgb, var(--border) 24%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--border) 24%, transparent) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 76%); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: 64px; align-items: center; }
.hero__copy { max-width: 720px; }
.hero h1 { margin: 14px 0 0; max-width: 760px; font-size: clamp(43px, 5.4vw, 72px); line-height: 1.01; letter-spacing: -.052em; }
.hero__lead { max-width: 650px; margin: 24px 0 30px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero__actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 30px; color: var(--muted); font-size: 13px; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row i { width: 20px; height: 20px; border: 1px solid color-mix(in srgb, var(--accent) 58%, transparent); border-radius: 50%; display: grid; place-items: center; color: var(--accent); font-style: normal; font-size: 11px; }
.offer-card { min-height: 390px; padding: 42px; overflow: hidden; isolation: isolate; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid color-mix(in srgb, var(--border) 86%, white); border-radius: calc(var(--radius) + 6px); background: linear-gradient(150deg, color-mix(in srgb, var(--surface-2) 96%, white), var(--surface)); box-shadow: var(--shadow); }
.offer-card::before, .offer-card::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }
.offer-card::before { width: 270px; height: 270px; top: -130px; right: -70px; background: var(--accent); opacity: .14; filter: blur(90px); }
.offer-card::after { width: 190px; height: 190px; bottom: -100px; left: -65px; border: 1px solid color-mix(in srgb, var(--accent) 20%, transparent); box-shadow: 0 0 0 32px color-mix(in srgb, var(--accent) 3%, transparent), 0 0 0 64px color-mix(in srgb, var(--accent) 2%, transparent); }
.offer-card__label { padding: 5px 14px; color: var(--accent); background: color-mix(in srgb, var(--accent) 13%, transparent); border: 1px solid color-mix(in srgb, var(--accent) 18%, transparent); border-radius: 99px; font-size: 11px; font-weight: 900; letter-spacing: .06em; }
.offer-card__value { margin: 19px 0 4px; color: var(--accent-2); font-size: clamp(66px, 8vw, 92px); line-height: .9; letter-spacing: -.06em; }
.offer-card h2 { margin: 12px 0 0; font-size: 23px; }
.offer-card p { max-width: 360px; color: var(--muted); margin: 12px 0 22px; }
.offer-card small { display: block; max-width: 360px; margin-top: 15px; color: color-mix(in srgb, var(--muted) 72%, transparent); font-size: 11px; }

.status-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.dashboard-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(160deg, color-mix(in srgb, var(--surface) 97%, white), var(--surface)); box-shadow: 0 20px 50px rgba(0,0,0,.12); }
.dashboard-card__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 26px 20px; border-bottom: 1px solid var(--border); }
.dashboard-card__head h3 { margin: 5px 0 0; font-size: 21px; letter-spacing: -.02em; }
.dashboard-card__head .section-kicker { font-size: 10px; }
.active-chip, .history-chip { padding: 5px 11px; display: inline-flex; align-items: center; gap: 7px; border-radius: 99px; color: var(--success); background: color-mix(in srgb, var(--success) 12%, transparent); font-size: 11px; font-weight: 900; }
.active-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px currentColor; }
.dashboard-card__body { padding: 10px 26px 24px; }
.card-description { margin: 8px 0 10px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.status-row { min-height: 59px; display: grid; grid-template-columns: 28px 1fr auto; gap: 8px; align-items: center; border-bottom: 1px solid color-mix(in srgb, var(--border) 62%, transparent); }
.status-row:last-of-type { border-bottom: 0; }
.status-row__icon { color: var(--accent); }
.status-row__label { color: var(--muted); font-size: 14px; }
.status-row__value { text-align: right; font-size: 14px; font-weight: 800; }
.status-row__value.is-success { color: var(--success); }
.status-row__value.is-accent { color: var(--accent); }
.dashboard-card__button { width: 100%; margin-top: 18px; }
.history-list { display: grid; gap: 10px; padding-top: 14px; }
.history-item { min-height: 66px; padding: 11px 13px; display: grid; grid-template-columns: 12px 1fr auto; gap: 12px; align-items: center; border: 1px solid var(--border); border-radius: 12px; background: var(--surface-2); }
.history-item.is-active { border-color: color-mix(in srgb, var(--success) 40%, var(--border)); background: color-mix(in srgb, var(--success) 7%, var(--surface-2)); }
.history-dot { width: 9px; height: 9px; border-radius: 50%; background: #6b7280; }
.history-item.is-active .history-dot { background: var(--success); box-shadow: 0 0 14px var(--success); }
.history-item strong { display: block; font-size: 14px; }
.history-item small { display: block; color: var(--muted); margin-top: 2px; }
.history-chip { color: var(--muted); background: color-mix(in srgb, var(--muted) 9%, transparent); }
.history-item.is-active .history-chip { color: var(--success); background: color-mix(in srgb, var(--success) 12%, transparent); }
.card-link { margin-top: 18px; display: inline-flex; color: var(--accent-2); font-size: 13px; font-weight: 850; text-decoration: none; }

.notice { padding: 18px 20px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 15px; border: 1px solid color-mix(in srgb, var(--accent) 26%, var(--border)); border-radius: var(--radius); background: color-mix(in srgb, var(--accent) 6%, var(--surface)); }
.notice__icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent); border-radius: 50%; color: var(--accent); font-weight: 900; }
.notice h2 { margin: 0 0 2px; font-size: 15px; }
.notice p { color: var(--muted); margin: 0; font-size: 13px; }
.notice a { color: var(--accent); font-size: 13px; font-weight: 850; text-decoration: none; white-space: nowrap; }

.odds-shell { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.odds-toolbar { min-height: 54px; padding: 10px 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 12px; }
.odds-pause { border: 0; color: var(--muted); background: transparent; cursor: pointer; font-weight: 750; }
.odds-pause::before { content: "Ⅱ"; margin-right: 7px; color: var(--accent); }
.odds-pause.is-paused::before { content: "▶"; }
.odds-scroll { overflow-x: auto; }
.odds-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.odds-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.odds-table th { padding: 13px 18px; color: var(--muted); background: color-mix(in srgb, var(--surface-2) 80%, var(--surface)); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; text-align: center; }
.odds-table th:first-child { text-align: left; }
.odds-table td { padding: 16px 18px; border-top: 1px solid color-mix(in srgb, var(--border) 72%, transparent); text-align: center; }
.odds-table td:first-child { text-align: left; }
.match { display: flex; align-items: center; gap: 13px; }
.match__time { min-width: 47px; padding: 5px 8px; border-radius: 7px; color: var(--accent); background: color-mix(in srgb, var(--accent) 9%, transparent); font-size: 11px; font-weight: 900; text-align: center; }
.match strong { display: block; font-size: 14px; }
.match small { color: var(--muted); }
.score { font-weight: 900; }
.odd-btn { min-width: 72px; min-height: 40px; border: 1px solid var(--border); border-radius: 9px; color: var(--text); background: var(--surface-2); cursor: pointer; font-weight: 850; }
.odd-btn:hover, .odd-btn.is-selected { border-color: var(--accent); color: #171717; background: var(--accent); }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-card { min-height: 350px; overflow: hidden; position: relative; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); transition: transform .22s, border-color .22s; }
.article-card:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--accent) 35%, var(--border)); }
.article-card__visual { height: 138px; padding: 20px; overflow: hidden; position: relative; display: flex; align-items: flex-end; background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 15%, var(--surface-2)), var(--surface-2)); border-bottom: 1px solid var(--border); }
.article-card:nth-child(2) .article-card__visual { background: linear-gradient(135deg, color-mix(in srgb, var(--success) 13%, var(--surface-2)), var(--surface-2)); }
.article-card:nth-child(3) .article-card__visual { background: linear-gradient(135deg, color-mix(in srgb, #8b5cf6 16%, var(--surface-2)), var(--surface-2)); }
.article-card__visual::before { content: ""; position: absolute; width: 170px; height: 170px; border: 1px solid color-mix(in srgb, var(--accent) 24%, transparent); border-radius: 50%; top: -92px; right: -32px; box-shadow: 0 0 0 24px color-mix(in srgb, var(--accent) 4%, transparent), 0 0 0 48px color-mix(in srgb, var(--accent) 3%, transparent); }
.article-card__number { color: color-mix(in srgb, var(--text) 14%, transparent); font-size: 88px; line-height: .75; font-weight: 950; letter-spacing: -.08em; }
.article-card__tag { position: absolute; top: 18px; left: 20px; padding: 5px 9px; border-radius: 6px; color: var(--accent); background: color-mix(in srgb, var(--bg) 70%, transparent); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.article-card__body { padding: 22px; display: flex; flex: 1; flex-direction: column; }
.article-card time { color: var(--muted); font-size: 12px; }
.article-card h3 { margin: 8px 0; font-size: 20px; line-height: 1.25; letter-spacing: -.02em; }
.article-card p { color: var(--muted); margin: 0 0 20px; font-size: 14px; }
.article-card a { margin-top: auto; color: var(--accent-2); text-decoration: none; font-size: 13px; font-weight: 850; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { min-height: 218px; padding: 26px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.feature-card__icon { width: 46px; height: 46px; margin-bottom: 28px; display: grid; place-items: center; border-radius: 13px; color: var(--accent); background: color-mix(in srgb, var(--accent) 10%, transparent); border: 1px solid color-mix(in srgb, var(--accent) 18%, transparent); font-size: 20px; }
.feature-card h3 { margin: 0 0 8px; font-size: 17px; }
.feature-card p { color: var(--muted); margin: 0; font-size: 14px; }

.tips-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: tip; }
.tip-card { min-height: 286px; padding: 28px; position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(160deg, var(--surface-2), var(--surface)); }
.tip-card::after { content: attr(data-step); position: absolute; top: 8px; right: 18px; color: color-mix(in srgb, var(--text) 7%, transparent); font-size: 88px; line-height: 1; font-weight: 950; letter-spacing: -.07em; }
.tip-card__icon { width: 48px; height: 48px; position: relative; z-index: 1; display: grid; place-items: center; border-radius: 50%; color: #161a20; background: var(--accent); font-weight: 950; }
.tip-card h3 { position: relative; z-index: 1; margin: 55px 0 9px; font-size: 20px; }
.tip-card p { position: relative; z-index: 1; color: var(--muted); margin: 0; font-size: 14px; }
.tip-card__meta { position: absolute; z-index: 1; left: 28px; bottom: 24px; color: var(--accent-2); font-size: 12px; font-weight: 800; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.faq-layout .section-heading { position: sticky; top: 120px; display: block; margin: 0; }
.faq-list { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { width: 100%; min-height: 78px; padding: 18px 4px; display: grid; grid-template-columns: 1fr 34px; gap: 20px; align-items: center; border: 0; color: var(--text); background: transparent; text-align: left; cursor: pointer; font-size: 17px; font-weight: 800; }
.faq-question span:last-child { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--accent); transition: transform .2s; }
.faq-question[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.faq-answer { padding: 0 48px 22px 4px; color: var(--muted); font-size: 14px; }
.faq-answer p { margin: 0; }

.values-wrap { padding: 54px; position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: calc(var(--radius) + 8px); background: linear-gradient(135deg, var(--surface-2), var(--surface)); }
.values-wrap::before { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid color-mix(in srgb, var(--accent) 18%, transparent); border-radius: 50%; right: -180px; top: -180px; box-shadow: 0 0 0 44px color-mix(in srgb, var(--accent) 3%, transparent), 0 0 0 88px color-mix(in srgb, var(--accent) 2%, transparent); }
.values-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; }
.value-item { padding-top: 20px; border-top: 1px solid color-mix(in srgb, var(--border) 80%, transparent); }
.value-item__icon { color: var(--accent); font-size: 20px; }
.value-item h3 { margin: 14px 0 5px; font-size: 16px; }
.value-item p { color: var(--muted); margin: 0; font-size: 13px; }

.final-cta { padding: 72px 56px; overflow: hidden; position: relative; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; border-radius: calc(var(--radius) + 10px); color: #171a1f; background: linear-gradient(120deg, var(--accent), var(--accent-2)); }
.final-cta::after { content: ""; position: absolute; width: 300px; height: 300px; border: 60px solid rgba(255,255,255,.12); border-radius: 50%; right: -110px; top: -135px; }
.final-cta__copy { position: relative; z-index: 1; max-width: 760px; }
.final-cta .section-kicker { color: #171a1f; }
.final-cta h2 { margin: 10px 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; letter-spacing: -.04em; }
.final-cta p { max-width: 680px; margin: 0; color: rgba(23,26,31,.72); font-weight: 600; }
.final-cta__actions { position: relative; z-index: 1; display: flex; gap: 10px; }
.final-cta .btn--dark { color: white; background: #171a1f; }
.final-cta .btn--light { color: #171a1f; background: rgba(255,255,255,.34); border: 1px solid rgba(23,26,31,.2); }

.site-footer { margin-top: var(--section-space); padding: 64px 0 24px; border-top: 1px solid var(--border); background: #0e1116; }
.footer-top { display: grid; grid-template-columns: 1.25fr 2fr; gap: 70px; }
.footer-intro p { max-width: 350px; color: var(--muted); font-size: 14px; }
.footer-badges { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.footer-badges span { padding: 6px 9px; border: 1px solid var(--border); border-radius: 7px; color: var(--muted); font-size: 11px; }
.footer-columns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.footer-column h3 { margin: 0 0 15px; font-size: 13px; }
.footer-column a { display: block; width: fit-content; margin: 9px 0; color: var(--muted); font-size: 13px; text-decoration: none; }
.footer-column a:hover { color: var(--accent); }
.footer-legal { margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--border); }
.footer-legal p { max-width: 940px; color: #77808f; margin: 0; font-size: 11px; line-height: 1.6; }
.footer-bottom { margin-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #77808f; font-size: 11px; }

.customizer-fab { position: fixed; right: 22px; bottom: 22px; z-index: 80; min-height: 48px; padding: 12px 18px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #171a1f; background: #fff; box-shadow: 0 18px 55px rgba(0,0,0,.38); font-weight: 900; cursor: pointer; transition: transform .2s; }
.customizer-fab:hover { transform: translateY(-2px); }
.customizer-backdrop { position: fixed; inset: 0; z-index: 89; background: rgba(4,6,9,.66); backdrop-filter: blur(3px); }
.customizer { width: min(520px, 100%); height: 100dvh; position: fixed; z-index: 90; top: 0; right: 0; display: grid; grid-template-rows: auto auto 1fr auto; color: #edf0f5; background: #151922; border-left: 1px solid #303846; box-shadow: -32px 0 80px rgba(0,0,0,.4); transform: translateX(104%); visibility: hidden; transition: transform .28s ease, visibility .28s; }
.customizer.is-open { transform: translateX(0); visibility: visible; }
.customizer__header { min-height: 86px; padding: 19px 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #303846; }
.customizer__eyebrow { color: #f4b942; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.customizer__header h2 { margin: 2px 0 0; font-size: 22px; }
.icon-btn { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #303846; border-radius: 10px; color: #edf0f5; background: #1b2029; cursor: pointer; font-size: 27px; line-height: 1; }
.customizer__tabs { padding: 10px 12px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; border-bottom: 1px solid #303846; }
.customizer__tab { min-height: 40px; padding: 7px; border: 0; border-bottom: 2px solid transparent; color: #929aaa; background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; }
.customizer__tab.is-active { color: #f4b942; border-color: #f4b942; }
.customizer__body { overflow-y: auto; overscroll-behavior: contain; padding: 18px; }
.customizer__pane { display: grid; gap: 15px; }
.control-group { padding: 17px; border: 1px solid #303846; border-radius: 14px; background: #1b2029; }
.control-group h3 { margin: 0 0 14px; font-size: 14px; }
.control-hint { margin: -6px 0 14px; color: #929aaa; font-size: 11px; }
.control-group label { margin-top: 11px; display: grid; gap: 6px; color: #aab2c0; font-size: 11px; font-weight: 750; }
.control-group input[type="text"], .control-group input[type="url"], .control-group select, .control-group textarea { width: 100%; min-height: 42px; padding: 9px 11px; border: 1px solid #3b4556; border-radius: 9px; color: #edf0f5; background: #11151c; resize: vertical; }
.control-group textarea { min-height: 72px; line-height: 1.45; }
.control-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.color-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.color-grid label { margin: 0; }
.color-grid input[type="color"] { width: 100%; height: 42px; padding: 4px; border: 1px solid #3b4556; border-radius: 9px; background: #11151c; cursor: pointer; }
.range-control { margin-top: 13px; }
.range-label { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #aab2c0; font-size: 11px; font-weight: 750; }
.range-label label { margin: 0; display: block; }
.range-label output { color: #f4b942; font-weight: 850; }
.control-group input[type="range"] { width: 100%; accent-color: #f4b942; }
.switch-row { grid-template-columns: 1fr auto !important; align-items: center; }
.switch-row input { width: 20px; height: 20px; accent-color: #f4b942; }
.section-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.section-toggle { min-height: 44px; padding: 9px 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid #303846; border-radius: 9px; color: #c9ced7; background: #11151c; font-size: 11px; font-weight: 750; }
.section-toggle input { width: 18px; height: 18px; accent-color: #f4b942; }
.section-order { display: grid; gap: 7px; }
.order-item { min-height: 44px; padding: 7px 8px 7px 11px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 5px; border: 1px solid #303846; border-radius: 9px; color: #c9ced7; background: #11151c; font-size: 11px; font-weight: 750; }
.order-btn { width: 30px; height: 30px; border: 1px solid #3b4556; border-radius: 7px; color: #edf0f5; background: #222935; cursor: pointer; }
.json-editor { min-height: 380px !important; color: #bbf7d0 !important; font-family: ui-monospace, SFMono-Regular, Consolas, monospace !important; font-size: 11px !important; white-space: pre; tab-size: 2; }
.form-message { min-height: 18px; margin: 8px 0; color: #aab2c0; font-size: 11px; }
.form-message.is-error { color: #fb7185; }
.form-message.is-success { color: #34d399; }
.panel-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.panel-btn { min-height: 42px; padding: 9px 12px; border: 1px solid #3b4556; border-radius: 9px; color: #edf0f5; background: #222935; text-align: center; cursor: pointer; font-size: 11px; font-weight: 850; }
.panel-btn--primary { width: 100%; border-color: #f4b942; color: #171a1f; background: #f4b942; }
.panel-btn--file { display: grid; place-items: center; }
.panel-btn--file input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.panel-btn--file:focus-within { outline: 3px solid #f4b942; outline-offset: 3px; }
.customizer__footer { min-height: 68px; padding: 12px 18px; display: flex; align-items: center; gap: 12px; border-top: 1px solid #303846; }
.customizer__footer span { color: #7e8796; font-size: 10px; line-height: 1.3; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

@media (max-width: 1080px) {
  .site-nav { gap: 0; }
  .site-nav a { padding-inline: 9px; }
  .hero__grid { gap: 36px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 860px) {
  .container { width: min(var(--content-width), calc(100% - 28px)); }
  .statusbar__item:nth-child(2) { display: none; }
  .site-header__inner { min-height: 68px; }
  .menu-toggle { display: block; order: 3; }
  .site-nav { position: absolute; top: calc(100% + 1px); left: 14px; right: 14px; padding: 10px; display: none; align-items: stretch; flex-direction: column; border: 1px solid var(--border); border-radius: 0 0 var(--radius) var(--radius); background: color-mix(in srgb, var(--surface) 97%, transparent); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 14px; }
  .header-actions { order: 2; margin-left: auto; }
  .header-actions .btn--ghost { display: none; }
  .hero { padding: 58px 0; min-height: auto; }
  .hero__grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 340px; }
  .status-grid, .faq-layout { grid-template-columns: 1fr; gap: 22px; }
  .faq-layout .section-heading { position: static; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .article-card:last-child { grid-column: 1 / -1; }
  .tips-grid { grid-template-columns: 1fr; }
  .tip-card { min-height: 240px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .final-cta { grid-template-columns: 1fr; padding: 52px 36px; }
  .final-cta__actions { justify-self: start; }
  .footer-columns { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  :root { --section-space: 58px; }
  .container { width: min(var(--content-width), calc(100% - 24px)); }
  .statusbar__item:last-child { display: none; }
  .brand { font-size: 25px; }
  .header-actions .btn { min-height: 40px; padding: 9px 12px; font-size: 12px; }
  .hero h1 { font-size: 42px; }
  .hero__lead { font-size: 16px; }
  .hero__actions .btn { width: 100%; }
  .trust-row { gap: 10px; }
  .offer-card { padding: 30px 18px; }
  .section-heading { display: block; }
  .section-heading .section-link { display: inline-flex; margin-top: 15px; }
  .dashboard-card__head, .dashboard-card__body { padding-inline: 18px; }
  .notice { grid-template-columns: 36px 1fr; }
  .notice a { grid-column: 2; }
  .blog-grid, .feature-grid, .values-grid { grid-template-columns: 1fr; }
  .article-card:last-child { grid-column: auto; }
  .values-wrap { padding: 34px 24px; }
  .final-cta { padding: 42px 24px; }
  .final-cta__actions { width: 100%; flex-direction: column; }
  .final-cta__actions .btn { width: 100%; }
  .footer-columns { grid-template-columns: 1fr 1fr; gap: 30px 18px; }
  .footer-bottom { flex-direction: column; }
  .customizer-fab span:last-child { display: none; }
  .customizer-fab { width: 50px; height: 50px; padding: 0; justify-content: center; }
  .control-row { grid-template-columns: 1fr; }
  .section-controls { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* WordPress integration */
body.novabet-visitor .customizer-fab,
body.novabet-visitor .customizer,
body.novabet-visitor .customizer-backdrop,
body.novabet-visitor .open-customizer-link { display: none !important; }
.admin-bar .site-header.is-sticky { top: 32px; }
.admin-bar .customizer { top: 32px; height: calc(100dvh - 32px); }
.customizer__footer { flex-wrap: wrap; }
.save-status { flex: 1 1 100%; color: var(--muted); font-size: 12px; }
.save-status.is-success { color: var(--success); }
.save-status.is-error { color: var(--danger); }
.wp-shell { width: min(920px, calc(100% - 40px)); margin: 0 auto; padding: 34px 0 80px; }
.wp-site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0 34px; border-bottom: 1px solid var(--border); }
.wp-site-brand { color: var(--text); font-size: 26px; font-weight: 900; text-decoration: none; }
.wp-primary-nav ul { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; padding: 0; list-style: none; }
.wp-primary-nav a { color: var(--muted); text-decoration: none; }
.wp-content { padding-top: 38px; }
.wp-entry { margin-bottom: 28px; padding: 30px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.wp-entry-title { margin-top: 0; }
.wp-entry-title a { color: var(--text); text-decoration: none; }
.wp-entry-content { color: var(--muted); }
.wp-entry-content a { color: var(--accent); }
.wp-entry-content img { height: auto; }
.nav-links { display: flex; justify-content: space-between; gap: 20px; }
.nav-links a { color: var(--accent); }

@media (max-width: 782px) {
  .admin-bar .site-header.is-sticky { top: 46px; }
  .admin-bar .customizer { top: 46px; height: calc(100dvh - 46px); }
}
