:root {
  --bg: #f4f6f8;
  --ink: #17202c;
  --muted: #64748b;
  --line: #dfe6eb;
  --card: #fff;
  --primary: #0f766e;
  --primary-deep: #115e59;
  --primary-soft: #ecfdf5;
  --accent: #d97706;
  --accent-soft: #fef3c7;
  --navy: #0c3b3d;
  --navy-blue: #123a5c;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(15,35,52,.05), 0 10px 28px rgba(15,35,52,.08);
}
* { box-sizing: border-box; }
.no-break { white-space: nowrap; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--ink); line-height: 1.65;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Segoe UI", "Yu Gothic UI", Meiryo, sans-serif;
  font-size: 15px; font-variant-numeric: tabular-nums;
}
h1, h2, h3, p { margin-top: 0; }
a { color: var(--primary); }
button, select { font: inherit; }
.shell { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.topbar-inner { min-height: 64px; display: flex; align-items: center; gap: 14px; }
.brand { display: flex; align-items: baseline; gap: 10px; color: inherit; text-decoration: none; white-space: nowrap; }
.brand .logo { font-size: 19px; font-weight: 850; }
.brand .logo em { color: var(--primary); font-style: normal; }
.brand .tagline { font-size: 11px; color: var(--muted); }
.mainnav { display: flex; gap: 3px; margin-left: auto; }
.mainnav a { padding: 7px 9px; border-radius: 8px; color: #475569; text-decoration: none; font-size: 13px; font-weight: 700; }
.mainnav a:hover, .mainnav a.active { background: var(--primary-soft); color: var(--primary-deep); }
.nav-toggle { display: none; }
.note-cta { display: inline-flex; align-items: center; justify-content: center; padding: 8px 14px; border-radius: 999px; background: var(--primary); color: #fff !important; text-decoration: none; font-weight: 800; font-size: 12.5px; box-shadow: 0 3px 9px rgba(15,118,110,.25); }
.note-cta:hover { background: var(--primary-deep); }
.note-cta.disabled { background: #cbd5e1; color: #64748b !important; box-shadow: none; }
.status-strip { background: #fff; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.status-strip .shell { min-height: 38px; display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.hero { padding: 42px 0 46px; color: #f4fbfa; background: linear-gradient(135deg, var(--navy), var(--primary-deep) 52%, var(--navy-blue)); }
.hero h1 { margin: 5px 0 0; font-size: clamp(25px, 4vw, 38px); line-height: 1.3; }
.hero .draw-date { margin: 4px 0 0; color: #a8d5ce; font-weight: 700; }
.hero .sub { margin: 8px 0 0; color: #c2ddd8; }
.kicker, .eyebrow { color: var(--primary); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.hero .kicker { color: #9bd2c9; }
.hero-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 16px; margin-top: 22px; }
.glass { padding: 20px 22px; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.ballrow { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.ball { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--navy); font-size: 17px; font-weight: 850; background: radial-gradient(circle at 32% 28%,#fff,#dbe7e5 40%,#b8cdc9); box-shadow: inset 0 -3px 6px rgba(12,59,61,.18),0 2px 6px rgba(0,0,0,.2); }
.ball.bonus { color: #6b3d05; background: radial-gradient(circle at 32% 28%,#fff7e6,#fcd589 42%,#e8a33d); }
.ball.mini { width: 29px; height: 29px; font-size: 11px; margin-right: 4px; }
.bonus-group { display: inline-flex; align-items: center; gap: 7px; margin-left: 4px; }
.bonus-label { color: #a8d5ce; font-size: 10px; font-weight: 800; }
.chip-row { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { display: inline-flex; align-items: center; gap: 7px; padding: 4px 11px; border-radius: 999px; border: 1px solid transparent; font-size: 11.5px; font-weight: 750; }
.chip .dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.chip.ok { color: #065f46; background: #ecfdf5; border-color: #a7f3d0; }
.chip.co { color: #9a3412; background: #fff7ed; border-color: #fdba74; }
.chip.plain { color: #475569; background: #f1f5f9; border-color: var(--line); }
.hero-note { margin: 11px 0 0; color: #bcd8d3; font-size: 11.5px; }
.hero-actions { display: flex; margin-top: 14px; }
.hero-primary-cta { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 15px; border: 1px solid #99e6d3; border-radius: 9px; color: #ecfdf5; background: rgba(15,118,110,.45); font-size: 13px; font-weight: 800; text-decoration: none; }
.hero-primary-cta:hover { color: #fff; background: rgba(15,118,110,.75); }
.rank-table { width: 100%; color: #eef8f6; font-size: 12px; }
.rank-table th, .rank-table td { padding: 5px 4px; border-bottom-color: rgba(255,255,255,.1); }
.rank-table td { text-align: right; }
.note-banner { background: var(--accent-soft); border-bottom: 1px solid #f5c75b; }
.note-banner .shell { min-height: 56px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; color: #92400e; }
.note-banner span { font-size: 12px; }
.note-banner .note-cta { margin-left: auto; }
main section { padding: 34px 0 6px; }
.offer-section { padding: 44px 0 30px; background: linear-gradient(180deg,#fff 0%,#f7fbfa 100%); border-bottom: 1px solid var(--line); }
.offer-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr); gap: 28px; align-items: stretch; }
.offer-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 12px; }
.offer-meta span { padding: 4px 9px; border-radius: 999px; color: var(--primary-deep); background: var(--primary-soft); font-size: 11.5px; font-weight: 750; }
.offer-copy h2 { max-width: 15em; margin-bottom: 12px; color: var(--navy); font-size: clamp(28px,3.6vw,40px); line-height: 1.25; letter-spacing: -.02em; }
.offer-lead { max-width: 44em; color: #475569; font-size: 16px; }
.offer-benefits { display: grid; gap: 9px; margin: 22px 0; padding: 0; list-style: none; }
.offer-benefits li { display: grid; grid-template-columns: 112px 1fr; gap: 12px; align-items: baseline; padding-bottom: 9px; border-bottom: 1px solid var(--line); }
.offer-benefits strong { color: var(--navy); }
.offer-benefits span { color: var(--muted); font-size: 13px; }
.price-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 9px; margin: 20px 0 14px; }
.price-row > span { color: var(--muted); font-size: 12px; font-weight: 750; }
.price-row strong { color: var(--primary-deep); font-size: 31px; line-height: 1; }
.price-row small { color: var(--muted); }
.offer-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.sales-cta { min-height: 48px; padding: 11px 19px; border-radius: 10px; font-size: 14px; }
.text-cta { font-size: 13px; font-weight: 750; }
.offer-status { max-width: 46em; margin: 10px 0 0; color: var(--muted); font-size: 11.5px; }
.product-preview { display: flex; flex-direction: column; padding: 25px; border: 1px solid #b7ded8; border-radius: 18px; background: #fff; box-shadow: 0 18px 46px rgba(15,118,110,.14); }
.preview-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.preview-label { color: var(--primary-deep); font-size: 12px; font-weight: 850; }
.preview-count { color: var(--muted); font-size: 12px; font-weight: 800; }
.product-preview h3 { margin: 15px 0 4px; font-size: 22px; }
.product-preview > p { color: #475569; font-size: 13.5px; }
.product-preview .ballrow { margin: 13px 0 16px; }
.weekly-counts { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 8px 0 13px; }
.weekly-counts span { display: grid; gap: 1px; padding: 10px 7px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); background: #f8fafc; font-size: 10.5px; text-align: center; }
.weekly-counts strong { color: var(--navy); font-size: 19px; line-height: 1.1; }
.sample-evidence { margin: 4px 0 12px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.sample-evidence strong { color: var(--navy); font-size: 14px; }
.change-line { margin-bottom: 14px; padding: 8px 10px; border-radius: 8px; color: var(--primary-deep) !important; background: var(--primary-soft); font-weight: 800; text-align: center; }
.locked-tickets { display: grid; gap: 7px; margin: 15px 0; padding-top: 14px; border-top: 1px solid var(--line); }
.locked-ticket { display: grid; grid-template-columns: 24px minmax(110px,1fr) auto; gap: 9px; align-items: center; min-height: 26px; }
.locked-rank { color: var(--muted); font-size: 11px; font-weight: 800; }
.locked-balls { display: flex; gap: 5px; }
.locked-balls i { width: 18px; height: 18px; display: block; border-radius: 50%; background: #dce7e5; box-shadow: inset 0 -2px 3px rgba(12,59,61,.12); }
.locked-label { color: var(--primary-deep); font-size: 10.5px; font-weight: 800; white-space: nowrap; }
.preview-note { display: grid; gap: 3px; margin-top: auto; padding: 15px; border-radius: 11px; color: var(--primary-deep); background: var(--primary-soft); }
.preview-note span { color: #476b67; font-size: 12.5px; }
.choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.choice-guide { max-width: 790px; margin: -8px 0 18px; color: var(--muted); }
.choice-card { position: relative; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.choice-card.paid { border-color: #99d6cd; background: linear-gradient(145deg,#fff,#f0fdfa); }
.choice-tag { display: inline-flex; padding: 3px 9px; border-radius: 999px; color: #fff; background: var(--primary); font-size: 11px; font-weight: 850; }
.choice-tag.free { color: #475569; background: #e2e8f0; }
.choice-card h3 { margin: 11px 0 7px; }
.choice-card p { color: #475569; }
.choice-card .btn, .choice-card .note-cta { margin-top: 4px; }
.page-hero { padding: 42px 0 !important; color: #eef8f6; background: linear-gradient(135deg,var(--navy),var(--navy-blue)); }
.page-hero h1 { margin: 5px 0 6px; font-size: clamp(25px,4vw,36px); }
.page-hero p { color: #bcd8d3; max-width: 52em; }
.mobile-break { display: none; }
.promise { padding: 26px; color: #eef8f6; border-radius: var(--radius); background: linear-gradient(120deg,#102f42,var(--navy)); box-shadow: var(--shadow); }
.promise h2 { margin: 4px 0 8px; font-size: clamp(22px,4vw,31px); }
.promise p:last-child { margin-bottom: 0; color: #c4dcd8; max-width: 58em; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 14px; }
.trust-grid article { display: grid; gap: 3px; padding: 16px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.trust-grid strong { color: var(--navy); font-size: 21px; }
.trust-grid span { color: var(--muted); font-size: 12px; }
.set-design-note { margin: 11px 2px 0; color: var(--muted); font-size: 12px; }
.sec-head { display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px; margin-bottom: 15px; }
.sec-head h2 { margin: 0; font-size: 21px; }
.lead, .legal-note { color: var(--muted); font-size: 12.5px; }
.cardgrid { display: grid; gap: 14px; }
.cardgrid.c3 { grid-template-columns: repeat(3,1fr); }
.cardgrid.c2 { grid-template-columns: repeat(2,1fr); }
.card, .sample-card { padding: 19px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow); }
.card h2, .card h3 { margin-bottom: 8px; }
.card p { margin-bottom: 0; color: #475569; }
.honest { margin-bottom: 14px; padding: 13px 16px; border-left: 4px solid var(--accent); border-radius: 8px; background: var(--accent-soft); color: #7c2d12; font-size: 13.5px; }
.editor-note { margin-bottom: 14px; padding: 17px 18px; border: 1px solid #bfe1dc; border-radius: 11px; background: #f2fbf9; }
.editor-note strong { color: var(--navy); }
.editor-note p { margin: 5px 0 0; color: #475569; }
.method-details { margin-top: 18px; }
.validation-details { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.validation-details > summary { padding: 17px 20px; color: var(--navy); font-weight: 850; cursor: pointer; }
.validation-details > summary::marker { color: var(--primary); }
.validation-body { padding: 0 20px 20px; }
.validation-body > p { color: var(--muted); font-size: 13px; }
.validation-verdict { display: grid; grid-template-columns: minmax(140px,.7fr) minmax(0,1.3fr); margin-bottom: 12px; overflow: hidden; border-radius: var(--radius); color: #effcf9; background: linear-gradient(120deg,var(--navy),var(--primary-deep)); box-shadow: var(--shadow); }
.verdict-item { display: flex; flex-direction: column; justify-content: center; min-height: 104px; padding: 17px 20px; }
.verdict-item + .verdict-item { border-left: 1px solid rgba(255,255,255,.16); }
.verdict-item span { color: #9bd2c9; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.verdict-item strong { margin-top: 4px; font-size: clamp(21px,3vw,28px); line-height: 1.3; }
.verdict-result strong { color: #fcd589; }
.verdict-item small { margin-top: 5px; color: #c4dcd8; font-size: 12px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
table { width: 100%; border-collapse: collapse; font-size: 12.5px; }
th, td { padding: 9px 11px; border-bottom: 1px solid var(--line); white-space: nowrap; text-align: left; }
thead th { color: var(--primary-deep); background: var(--primary-soft); }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.audit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 13px; }
.audit-grid > div { padding: 12px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.audit-grid span { display: block; color: var(--muted); font-size: 11px; }
.audit-grid strong, .audit-grid code { display: block; margin-top: 5px; font-size: 13px; overflow-wrap: anywhere; }
.sample-card { display: grid; grid-template-columns: 1.3fr .7fr; gap: 20px; }
.sample-card p { color: #475569; }
.sample-cta { padding: 17px; border-radius: 10px; background: var(--primary-soft); }
.sample-cta p { font-size: 13px; }
.stat-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.stat-pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 999px; color: var(--primary-deep); background: var(--primary-soft); font-size: 12px; }
.stat-pill strong { font-size: 14px; }
.stat-pill.warm { color: #92400e; background: var(--accent-soft); }
.section-link { text-align: right; margin-top: 12px; font-weight: 700; }
.anticipation-teaser { background: linear-gradient(180deg,#f7fbfa,#fff); }
.anticipation-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); align-items: center; gap: 32px; }
.anticipation-grid h2 { margin: 7px 0 13px; color: var(--navy); font-size: clamp(29px,4vw,43px); line-height: 1.25; }
.anticipation-grid p { max-width: 45em; color: #475569; }
.mystery-pick { display: grid; grid-template-columns: repeat(6,1fr); align-items: center; gap: 9px; padding: 28px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; color: #fff; background: linear-gradient(145deg,var(--navy),var(--primary-deep) 55%,#755118); box-shadow: 0 18px 42px rgba(12,59,61,.24); }
.mystery-pick > span { aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: radial-gradient(circle at 32% 28%,#fff,#dcebe8 42%,#a9c8c1); font-size: 22px; font-weight: 900; box-shadow: inset 0 -3px 6px rgba(12,59,61,.18),0 3px 9px rgba(0,0,0,.2); }
.mystery-pick > small { grid-column: 1 / -1; margin-top: 4px; color: #cfe6e1; text-align: center; }
.plan-hero { padding: 64px 0; color: #effcf9; background: radial-gradient(circle at 85% 10%,rgba(221,160,55,.25),transparent 32%),linear-gradient(135deg,#092f34,var(--navy) 52%,#17324f); }
.plan-hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(340px,.9fr); align-items: center; gap: 48px; }
.plan-hero h1 { max-width: 12em; margin: 8px 0 17px; font-size: clamp(38px,6vw,66px); line-height: 1.16; letter-spacing: -.035em; }
.plan-lead { max-width: 46em; color: #d3e7e3; font-size: 16px; }
.plan-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px; margin: 25px 0 16px; }
.plan-price strong { color: #f7d58e; font-size: 34px; }
.plan-price span { color: #b9d4cf; font-size: 12px; }
.plan-hero .btn.primary, .narrow-cta .btn.primary { display: inline-flex; align-items: center; justify-content: center; border-color: #eab44c; color: #2e250f; background: #f2c35d; }
.intent-note { max-width: 48em; margin: 11px 0 0; color: #b9d4cf; font-size: 11.5px; }
.plan-pick { padding: 31px 28px; }
.pick-eyebrow { grid-column: 1 / -1; color: #f7d58e; font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.plan-pick > strong { grid-column: 1 / -1; margin-top: 10px; text-align: center; }
.plan-step { width: 28px; height: 28px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 50%; color: #fff; background: var(--primary); font-size: 12px; font-weight: 850; }
.promise-section { color: #edf9f6; background: var(--navy); }
.promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.promise-grid article { padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.promise-grid .not-promise { background: rgba(16,37,54,.65); }
.promise-grid h2 { margin: 7px 0 13px; color: #fff; }
.promise-grid li { margin: 8px 0; color: #c8ddd9; }
.narrow-cta { max-width: 760px; padding: 36px; border: 1px solid #b8ded7; border-radius: 18px; text-align: center; background: #f2fbf9; box-shadow: var(--shadow); }
.narrow-cta h2 { margin: 8px 0 12px; color: var(--navy); }
.narrow-cta p { color: #475569; }
.narrow-cta .intent-note { color: var(--muted); }
details.faq { padding: 12px 16px; margin-bottom: 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
details.faq summary { color: var(--navy); font-weight: 750; cursor: pointer; }
details.faq p { margin: 8px 0 0; color: #475569; }
.deviation-list { display: grid; gap: 3px; }
.deviation-row { display: grid; grid-template-columns: 34px minmax(140px,1fr) 62px 48px; gap: 8px; align-items: center; font-size: 12px; }
.deviation-number { font-weight: 850; }
.deviation-track { position: relative; height: 12px; border-radius: 999px; background: linear-gradient(90deg,#eef2f5 49.5%,#94a3b8 49.5%,#94a3b8 50.5%,#eef2f5 50.5%); }
.deviation-bar { position: absolute; top: 0; bottom: 0; }
.deviation-bar.pos { left: 50%; border-radius: 0 999px 999px 0; background: var(--primary); }
.deviation-bar.neg { right: 50%; border-radius: 999px 0 0 999px; background: var(--accent); }
.deviation-delta.pos { color: var(--primary); }
.deviation-delta.neg { color: #b45309; }
.statbar { display: grid; grid-template-columns: 34px 1fr 50px; align-items: center; gap: 8px; margin: 7px 0; font-size: 12px; }
.statbar .label { font-weight: 850; }
.statbar .track { height: 11px; overflow: hidden; border-radius: 999px; background: #e8eef0; }
.statbar .fill { display: block; height: 100%; border-radius: 999px; background: var(--primary); }
.statbar .fill.warm { background: var(--accent); }
.statbar .val { color: var(--muted); text-align: right; }
.w-0 { width: 0; }
.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }
.heat { min-width: 1120px; font-size: 10px; }
.heat th, .heat td { min-width: 23px; padding: 5px 3px; text-align: center; }
.heat .rowhead { position: sticky; left: 0; min-width: 105px; z-index: 2; background: #fff; }
.heat thead .rowhead { background: var(--primary-soft); }
.heat td.hit { color: #fff; background: var(--primary); font-weight: 800; }
.heat td.bonus-cell { color: #7c2d12; background: var(--accent-soft); font-weight: 800; }
.generator-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 16px; }
.generator-grid.paid-mode { grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr); }
.generator-grid.paid-mode .generator-results { grid-template-columns: repeat(2,minmax(0,1fr)); }
.generator-grid.paid-mode .generated-unused { grid-column: 1 / -1; }
.profile-banner { margin-bottom: 10px; padding: 10px 14px; border: 1px solid #5eead4; border-radius: 10px; color: var(--primary-deep); background: var(--primary-soft); font-weight: 850; }
.profile-summary { margin-bottom: 14px; padding: 0 4px; color: #475569; font-size: 13px; }
.generator-options { margin-top: 15px; padding-top: 12px; border-top: 1px solid var(--line); }
.generator-options > summary { color: var(--primary-deep); font-weight: 800; cursor: pointer; }
.generator-options h3 { margin: 15px 0 0; font-size: 14px; }
.picker-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 7px; margin-top: 12px; }
.pick-btn { min-height: 44px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: #475569; font-weight: 800; cursor: pointer; }
.pick-btn:hover { border-color: var(--primary); }
.pick-btn[aria-pressed="true"] { color: #fff; border-color: var(--primary-deep); background: var(--primary); }
.exclude-picker { margin-bottom: 4px; }
.exclude-pick-btn[aria-pressed="true"] { color: #fff; border-color: #9b3535; background: #b54747; }
.ctrl-row { display: flex; align-items: end; flex-wrap: wrap; gap: 10px; margin: 14px 0; }
.ctrl-row label { display: grid; gap: 4px; color: var(--muted); font-size: 11px; }
select, .btn { min-height: 42px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: #fff; }
.btn { cursor: pointer; text-decoration: none; font-weight: 750; }
.btn.compact { min-height: 34px; padding: 5px 9px; font-size: 11px; }
.btn.primary { color: #fff; border-color: var(--primary-deep); background: var(--primary); }
.btn.wide { width: 100%; }
.result-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.result-heading h2 { margin-bottom: 0; }
.generator-results { display: grid; gap: 10px; margin-top: 12px; }
.generated-ticket { padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: #f8fafc; }
.generated-ticket .meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.generated-ticket .ball { width: 35px; height: 35px; font-size: 13px; }
.generated-unused { margin: 4px 0 0; padding: 13px; border-radius: 10px; background: #f3f5f7; color: var(--muted); line-height: 1.8; }
.generated-unused strong { color: var(--ink); }
.generator-note { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 16px; padding: 22px; border: 1px solid #99e6d3; border-radius: var(--radius); background: var(--primary-soft); }
.generator-note h2 { margin: 4px 0 7px; }
.generator-note p { margin-bottom: 0; }
.result-upsell { margin-top: 16px; padding: 15px; border: 1px solid #99e6d3; border-radius: 10px; background: var(--primary-soft); }
.result-upsell p { margin: 0 0 12px; color: var(--muted); }
.prose { max-width: 48em; }
.prose h2 { margin: 28px 0 9px; font-size: 19px; }
.prose p, .prose li { color: #475569; }
.not-found-links { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.site-footer { margin-top: 46px; padding: 32px 0 40px; color: #b6cdc9; background: var(--navy); font-size: 12px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; }
.site-footer h4 { margin: 0 0 8px; color: #fff; }
.site-footer p { margin-bottom: 8px; }
.site-footer a { color: #8fd6cb; }
.foot-links { display: flex; flex-wrap: wrap; gap: 12px; }
.footer-cta { margin-top: 16px; }
.copyright { color: #7ba39d; }
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90; display: none; max-width: 560px; margin: auto; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 42px rgba(15,35,52,.25); }
.cookie-banner.show { display: block; }
.cookie-banner p { color: #475569; font-size: 12px; }
.cookie-actions { display: flex; gap: 10px; }
@media (max-width: 960px) { .hero-grid, .offer-grid, .generator-grid, .generator-grid.paid-mode, .sample-card, .anticipation-grid, .plan-hero-grid { grid-template-columns: 1fr; } .product-preview { min-height: 0; } .audit-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 768px) {
  .cardgrid.c3, .cardgrid.c2, .choice-grid, .trust-grid, .foot-grid, .promise-grid { grid-template-columns: 1fr; }
  .topbar-inner { min-height: 56px; gap: 8px; }
  .brand .tagline { display: none; }
  .mainnav { display: none; }
  .mainnav.open { position: absolute; top: 100%; left: 0; right: 0; display: flex; flex-direction: column; padding: 10px 18px 14px; background: #fff; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: inline-flex; flex: 0 0 auto; margin-left: auto; padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; white-space: nowrap; }
  .topbar .note-cta { flex: 0 1 auto; max-width: 128px; padding: 7px 9px; font-size: 11px; line-height: 1.35; text-align: center; }
  .topbar .note-cta.disabled { display: none; }
  .status-strip .shell { min-height: 30px; flex-wrap: nowrap; gap: 6px; }
  .status-strip .status-current { padding: 2px 8px; font-size: 10.5px; }
  .status-strip .status-audit, .status-strip .status-updated { display: none; }
  .hero { padding: 24px 0 28px; }
  .hero-grid { gap: 10px; margin-top: 14px; }
  .hero .glass { padding: 15px 16px; }
  .hero .sub { margin-top: 6px; font-size: 13.5px; }
  .note-banner .note-cta { margin-left: 0; }
  .offer-section { padding: 31px 0 20px; }
  .offer-grid { gap: 18px; }
  .offer-copy h2 { font-size: 31px; }
  .generator-note { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 480px) { .shell { width: min(100% - 24px,1120px); } .hero h1 { font-size: 23px; } .mobile-break { display: block; } .hero .ballrow { gap: 6px; margin: 8px 0 10px; } .hero-note { display: none; } .hero-actions { margin-top: 10px; } .hero-primary-cta { width: 100%; } .offer-benefits li { grid-template-columns: 1fr; gap: 1px; } .offer-actions, .offer-actions .note-cta { width: 100%; } .product-preview { padding: 20px 17px; } .locked-ticket { grid-template-columns: 22px minmax(104px,1fr) auto; gap: 6px; } .locked-balls { gap: 4px; } .locked-balls i { width: 16px; height: 16px; } .ball { width: 38px; height: 38px; font-size: 15px; } .validation-verdict { grid-template-columns: .72fr 1.28fr; } .verdict-item { min-height: 96px; padding: 14px 13px; } .verdict-item strong { font-size: 19px; } .verdict-item small { font-size: 10.5px; line-height: 1.45; } .picker-grid { grid-template-columns: repeat(6,1fr); } .generator-grid.paid-mode .generator-results { grid-template-columns: 1fr; } .audit-grid { grid-template-columns: 1fr; } .deviation-row { grid-template-columns: 30px 1fr 50px 38px; } .plan-hero { padding: 42px 0; } .plan-hero h1 { font-size: 39px; } .mystery-pick { gap: 5px; padding: 21px 16px; } .mystery-pick > span { font-size: 18px; } .narrow-cta { padding: 28px 18px; } .demand-cta { width: 100%; } }
@media (max-width: 360px) {
  .topbar-inner { flex-wrap: wrap; padding: 7px 0; row-gap: 6px; }
  .topbar .note-cta { order: 3; width: 100%; max-width: none; min-height: 34px; padding: 6px 10px; border-radius: 8px; white-space: nowrap; }
}
