@font-face {
  font-family: "Manrope";
  src: url("/static/fonts/manrope-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/static/fonts/manrope-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/static/fonts/manrope-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/static/fonts/manrope-latin-800-normal.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #fafff6;
  --surface: #ffffff;
  --surface-soft: #f0fdf4;
  --surface-glass: rgba(255,255,255,0.82);
  --text: #1c2917;
  --muted: #4b6356;
  --line: rgba(5,150,105,0.13);
  --primary: #059669;
  --primary-light: #d1fae5;
  --secondary: #d97706;
  --secondary-light: #fef3c7;
  --highlight: #f59e0b;
  --highlight-light: #fef3c7;
  --green: #059669;
  --green-light: #d1fae5;
  --em-dark: #065f46;
  --em-mid: #10b981;
  --gold-mid: #f59e0b;
  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 4px 24px rgba(5,150,105,0.09);
  --shadow-lg: 0 12px 40px rgba(5,150,105,0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

.brand__badge img {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: 'Manrope', ui-sans-serif, system-ui, sans-serif;
  min-height: 100vh;
  background-image:
    radial-gradient(ellipse at 90% 0%, rgba(5,150,105,0.08) 0%, transparent 45%),
    radial-gradient(ellipse at 0% 100%, rgba(217,119,6,0.07) 0%, transparent 40%);
}

a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* ── LAYOUT ── */
.container { width: min(1120px, calc(100% - 24px)); margin-inline: auto; }
.main-content { padding-bottom: 96px; }

/* ── HEADER ── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(20px);
  background: rgba(250,255,246,0.90);
  border-bottom: 1.5px solid var(--line);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; min-height: 68px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand__badge {
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 13px;
  background: linear-gradient(135deg, var(--em-dark), var(--primary));
  font-family: "Manrope", sans-serif;
  font-weight: 800; font-size: .88rem; color: #fff;
  box-shadow: 0 4px 14px rgba(5,150,105,0.35);
  flex-shrink: 0;
}
.brand strong { font-family: "Manrope", sans-serif; font-weight: 800; font-size: 1rem; color: var(--em-dark); }
.brand small { display: block; color: var(--muted); margin-top: 1px; font-size: .72rem; }

.desktop-nav { display: none; align-items: center; gap: 4px; }
.desktop-nav a {
  color: var(--muted); padding: 7px 14px; border-radius: 10px;
  font-weight: 700; font-size: .9rem;
  transition: background .15s, color .15s;
}
.desktop-nav a.is-active, .desktop-nav a:hover {
  color: var(--em-dark); background: var(--primary-light);
}

/* ── HERO ── */
.hero { padding: 24px 0 10px; }
.hero__grid { display: grid; gap: 16px; }
.hero__copy { position: relative; }
.hero__copy h1 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.7rem, 5.5vw, 3.5rem);
  line-height: 1.08; margin: 8px 0 12px;
  letter-spacing: -0.03em; color: var(--text);
}
.hero__copy p { font-size: 1rem; color: var(--muted); max-width: 58ch; line-height: 1.6; }

/* ── CARDS ── */
.card, .ad-slot {
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.card { padding: 20px; }
.card--glass { background: var(--surface-glass); backdrop-filter: blur(10px); }
.card--spotlight {
  background: linear-gradient(145deg, #f6fff2 0%, #ecfdf5 100%);
  border-color: rgba(5,150,105,0.16);
}

/* ── LATEST CARD ── */
.latest-card {
  display: flex; flex-direction: column; justify-content: center;
  min-height: 200px;
  background: linear-gradient(145deg, var(--em-dark) 0%, #047857 55%, var(--primary) 100%);
  border-color: transparent; color: #fff;
  box-shadow: 0 12px 40px rgba(5,150,105,0.35);
  position: relative; overflow: hidden;
}
.latest-card::before {
  content: "";
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E") repeat;
  pointer-events: none;
}
.latest-card > * { position: relative; z-index: 1; }
.latest-card__label {
  font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.10em; font-size: .72rem; opacity: .85;
}
.latest-card__date { margin: 8px 0 16px; opacity: .78; font-size: .9rem; }
.latest-card .muted { opacity: .65; font-size: .82rem; margin-top: 12px; }

/* ── EYEBROW ── */
.eyebrow {
  display: inline-block; padding: 5px 12px; border-radius: 999px;
  background: var(--primary-light); border: 1.5px solid rgba(5,150,105,0.18);
  color: var(--em-dark); font-size: .72rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.09em;
}
.eyebrow--compact { margin-bottom: 10px; }

.demo-badge {
  margin-top: 14px; padding: 10px 14px;
  border: 1.5px dashed rgba(217,119,6,0.45);
  color: #92400e; border-radius: 12px;
  background: var(--highlight-light); font-size: .88rem;
}

/* ── CTA ROW ── */
.cta-row { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 18px; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0 20px; border: 0; border-radius: 13px;
  cursor: pointer; font-weight: 800; font-size: .94rem;
  transition: transform .15s ease, box-shadow .15s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.button:disabled { transform: none; cursor: not-allowed; opacity: .58; box-shadow: none; }
.button--primary {
  background: linear-gradient(135deg, var(--em-dark), var(--primary));
  color: #fff; box-shadow: 0 6px 20px rgba(5,150,105,0.3);
}
.button--secondary {
  background: var(--surface-soft); color: var(--text);
  border: 1.5px solid var(--line);
}

/* ── NUMBER BALLS ── */
.number-row { display: flex; flex-wrap: wrap; gap: 9px; }
.number-row--compact { gap: 7px; justify-content: flex-end; }
.number-ball {
  width: 50px; height: 50px; border-radius: 999px;
  display: grid; place-items: center;
  font-weight: 800; font-size: 1rem;
  font-family: "Manrope", sans-serif;
  background: #fff; border: 2px solid rgba(255,255,255,0.5);
  color: var(--em-dark); box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}
.latest-card .number-ball {
  background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.4);
  color: #fff; box-shadow: none;
}
.number-ball--small { width: 34px; height: 34px; font-size: .82rem; }

/* ── GRIDS ── */
.card-grid, .results-grid {
  display: grid; gap: 16px; margin: 16px auto;
}
.highlight-strip, .split-section {
  display: grid; gap: 16px; margin: 16px auto;
}
.stack { display: grid; gap: 16px; align-content: start; }
.stack--tight { gap: 10px; }

/* ── PAGE INTRO ── */
.page-intro { padding-top: 24px; }
.page-intro h1 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.7rem, 5vw, 3rem);
  margin: 10px 0 8px; letter-spacing: -0.03em;
}
.page-intro p, .muted { color: var(--muted); }

/* ── FORMS ── */
.quick-form, .checker-grid, .archive-form { display: grid; gap: 10px; }
.quick-form { grid-template-columns: repeat(5, minmax(0,1fr)); }
.quick-form button { grid-column: 1 / -1; }
.field { display: grid; gap: 6px; }
.field span { color: var(--muted); font-size: .9rem; font-weight: 700; }

input, select {
  min-height: 48px; width: 100%;
  border-radius: 12px; border: 1.5px solid var(--line);
  background: var(--surface-soft); color: var(--text);
  padding: 0 14px; font-weight: 700;
  transition: border-color .15s;
}
input:focus, select:focus {
  outline: none; border-color: var(--primary);
  background: var(--surface);
  box-shadow: 0 0 0 3px var(--primary-light);
}

/* ── DRAW LIST ── */
.draw-list { display: grid; gap: 8px; }
.draw-list--archive { max-height: 720px; overflow: auto; padding-right: 4px; }
.draw-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 11px 0; border-bottom: 1.5px solid var(--line);
}
.draw-row:last-child { border-bottom: 0; }
.draw-row strong { font-weight: 800; }
.draw-row small { display: block; color: var(--muted); margin-top: 3px; font-size: .82rem; }

/* ── SECTION HEAD ── */
.section-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; margin-bottom: 14px;
}
.section-head h2 { margin: 0; }
.text-link { color: var(--em-dark); font-weight: 800; font-size: .88rem; }
.text-button { border: 0; padding: 0; background: none; color: var(--primary); cursor: pointer; font-weight: 800; }

/* ── LISTS ── */
.check-list, .footer-links { margin: 0; padding-left: 0; list-style: none; color: var(--muted); }
.check-list li, .footer-links li { margin-bottom: 9px; font-weight: 600; }
.check-list li::before { content: '✓ '; color: var(--green); font-weight: 800; }
.footer-links a:hover { color: var(--primary); }

/* ── AD SLOT ── */
.ad-slot {
  min-height: 130px; padding: 18px;
  display: grid; place-items: center;
  color: var(--muted); text-align: center;
  background: repeating-linear-gradient(
    -45deg, rgba(5,150,105,0.02), rgba(5,150,105,0.02) 10px,
    transparent 10px, transparent 20px), var(--surface-soft);
  font-size: .88rem; font-weight: 700;
}
.ad-slot--footer { min-height: 110px; }

/* ── STATS ── */
.statline { margin: 0 0 10px; font-weight: 700; }
.result-big {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1; font-weight: 800;
  letter-spacing: -0.05em; margin: 12px 0;
  background: linear-gradient(135deg, var(--em-dark), var(--primary));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.bar-stack { display: grid; gap: 10px; }
.bar-row { display: grid; grid-template-columns: 72px 1fr auto; gap: 10px; align-items: center; }
.bar-track { height: 10px; border-radius: 999px; background: #eef4f0; overflow: hidden; border: 1px solid var(--line); }
.bar-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--em-dark), var(--primary)); }
.table-like { display: grid; gap: 8px; }
.table-like__row {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px; padding: 10px 0; border-bottom: 1.5px solid var(--line); font-weight: 600;
}
.table-like__row:last-child { border-bottom: 0; }

/* ── PILLS ── */
.pill-list { display: flex; flex-wrap: wrap; gap: 9px; }
.pill {
  border: 1.5px solid rgba(5,150,105,0.2);
  background: var(--primary-light); color: var(--em-dark);
  padding: 8px 13px; border-radius: 999px; font-weight: 800; font-size: .9rem;
}
.pill--ghost { background: var(--surface-soft); border-color: var(--line); color: var(--text); }
.button--small { min-height: 38px; padding-inline: 14px; font-size: .9rem; }
.button--quiet { background: transparent; color: var(--muted); border: 1.5px solid var(--line); font-weight: 700; }
.region-filter { cursor: pointer; font-weight: 700; }
.region-filter.is-active {
  background: linear-gradient(135deg, var(--em-dark), var(--primary));
  color: #fff; border-color: transparent;
  box-shadow: 0 4px 14px rgba(5,150,105,0.28);
}

/* ── HIGHLIGHT CARDS ── */
.highlight-card h2 { margin: 0 0 9px; }
.highlight-card p { margin: 0 0 13px; color: var(--muted); line-height: 1.55; }

/* ── FAQ ── */
.faq-list { display: grid; gap: 16px; margin: 16px auto; }

/* ── SAVED COMBOS ── */
.saved-combos { display: grid; gap: 12px; }
.combo-card {
  padding: 14px; border-radius: 16px;
  border: 1.5px solid var(--line); background: var(--surface);
}
.combo-card__numbers { display: flex; flex-wrap: wrap; gap: 8px; }
.combo-card__numbers--extra { margin-top: 10px; }
.combo-card__meta { margin: 10px 0 0; color: var(--muted); font-size: .88rem; font-weight: 600; }
.combo-card__actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 11px; }
.last-check-card .button { margin-top: 14px; width: 100%; }

/* ── MAP / WINNER ── */
.split-mini { display: grid; gap: 14px; }
.map-box { min-height: 420px; border-radius: 16px; overflow: hidden; }
.winners-list { display: grid; gap: 10px; max-height: 420px; overflow: auto; }
.winner-card {
  padding: 13px; border-radius: 14px;
  border: 1.5px solid var(--line); background: var(--surface);
}
.winner-card__head {
  display: flex; justify-content: space-between;
  gap: 12px; margin-bottom: 5px; font-weight: 700;
}
.error-message { margin-top: 14px; color: #dc2626; font-weight: 700; }

/* ── FOOTER ── */
.site-footer {
  padding: 28px 0 30px; border-top: 1.5px solid var(--line);
  margin-top: 28px; background: var(--surface);
}
.footer-grid { display: grid; gap: 18px; }
.site-footer h3 { font-family: "Manrope", sans-serif; margin: 0 0 10px; font-size: .95rem; color: var(--em-dark); }
.site-footer p { color: var(--muted); font-size: .9rem; line-height: 1.6; margin: 0; }

/* ── BOTTOM NAV ── */
.bottom-nav {
  position: fixed; inset-inline: 12px; bottom: 12px;
  display: grid; grid-template-columns: repeat(4,1fr); gap: 6px;
  padding: 7px; border-radius: 20px;
  background: rgba(255,255,255,0.92); border: 1.5px solid var(--line);
  backdrop-filter: blur(18px); z-index: 60;
  box-shadow: 0 8px 32px rgba(5,150,105,0.16);
}
.bottom-nav__item {
  display: grid; place-items: center;
  min-height: 46px; border-radius: 14px;
  color: var(--muted); font-weight: 800; font-size: .78rem;
  transition: background .14s, color .14s;
}
.bottom-nav__item.is-active { background: var(--primary-light); color: var(--em-dark); }

/* ── QUICK HIGHLIGHTS (Home) ── */
.quick-highlights { display: grid; gap: 14px; margin: 18px auto 0; }
.stat-card { display: grid; gap: 6px; min-height: 144px; }
.stat-card strong {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.8rem, 6vw, 2.6rem); letter-spacing: -0.04em;
  background: linear-gradient(135deg, var(--em-dark), var(--primary));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-card p { margin: 0; color: var(--muted); }
.stat-card__kicker {
  font-size: .72rem; text-transform: uppercase; letter-spacing: .09em;
  color: var(--em-dark); font-weight: 800;
}
.stat-card--soft { background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(236,253,245,0.72)); }

/* ── DRAW FEED ── */
.draw-feed { display: grid; gap: 12px; }
.draw-feed--archive { max-height: 760px; overflow: auto; padding-right: 4px; }
.draw-card {
  display: grid; gap: 10px;
  border: 1.5px solid var(--line); border-radius: 16px;
  padding: 14px; background: var(--surface);
}
.draw-card__meta {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: 8px;
}
.draw-card__meta small { color: var(--muted); }
.draw-card__content { display: grid; gap: 10px; }
.draw-card--feed,
.draw-card--archive { background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(236,253,245,0.55)); }
.draw-card--archive .draw-card__content { gap: 12px; }
.draw-card__label {
  font-size: .7rem; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 7px;
}

/* ── CHECKER HERO ── */
.data-card h2, .result-panel h2 { margin-bottom: 10px; }
.card--form { padding: 18px; }
.checker-hero { padding-top: 24px; }
.checker-hero__panel {
  position: relative; overflow: hidden;
  display: grid; gap: 20px; padding: 26px 24px;
  background: linear-gradient(145deg, var(--em-dark) 0%, #047857 55%, var(--primary) 100%);
  border-radius: var(--radius); color: #fff;
  box-shadow: 0 12px 40px rgba(5,150,105,0.35);
}
.checker-hero__panel::before {
  content: "";
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E") repeat;
  pointer-events: none;
}
.checker-hero__panel > * { position: relative; z-index: 1; }
.checker-hero__copy { position: relative; z-index: 1; display: grid; gap: 10px; }
.checker-hero__copy h1 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.7rem, 6vw, 3.2rem);
  line-height: 1.05; letter-spacing: -0.03em; margin: 0; color: #fff;
}
.checker-hero__copy p { margin: 0; max-width: 58ch; font-size: 1rem; line-height: 1.65; opacity: .85; }
.checker-hero__chips { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; }
.checker-chip {
  display: inline-flex; align-items: center; min-height: 36px;
  padding: 0 14px; border-radius: 999px;
  background: rgba(255,255,255,0.15); border: 1.5px solid rgba(255,255,255,0.25);
  color: #fff; font-size: .84rem; font-weight: 800;
}
.checker-chip--extra { background: rgba(217,119,6,0.22); border-color: rgba(217,119,6,0.35); color: #fef3c7; }
.checker-chip--gold { background: rgba(245,158,11,0.2); border-color: rgba(245,158,11,0.3); color: #fef3c7; }

/* ── LOTTERY STUDIO ── */
.lottery-studio {
  position: relative; overflow: hidden; padding: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(236,253,245,0.92));
  border: 1.5px solid var(--line); border-radius: var(--radius);
}
.lottery-studio::before {
  content: ""; position: absolute; inset: 14px;
  border-radius: calc(var(--radius) - 6px);
  border: 1px solid rgba(255,255,255,0.6); pointer-events: none;
}
.lottery-studio__form { position: relative; z-index: 1; display: grid; gap: 18px; }
.lottery-console { display: grid; gap: 14px; }

/* ── SELECTION TICKET ── */
.selection-ticket {
  position: relative; overflow: hidden;
  display: grid; gap: 12px; padding: 18px;
  border-radius: 22px; border: 1.5px solid rgba(5,150,105,0.12);
  background: rgba(255,255,255,0.82); cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.selection-ticket::after {
  content: ""; position: absolute; inset: auto auto -44px -24px;
  width: 120px; height: 120px; border-radius: 999px;
  background: radial-gradient(circle, rgba(5,150,105,0.16), transparent 68%);
  pointer-events: none;
}
.selection-ticket--extra { border-color: rgba(217,119,6,0.14); }
.selection-ticket--extra::after { background: radial-gradient(circle, rgba(217,119,6,0.18), transparent 68%); }
.selection-ticket.is-active { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(5,150,105,0.12); }
.selection-ticket.is-complete { border-color: rgba(5,150,105,0.3); box-shadow: 0 16px 36px rgba(5,150,105,0.14); }
.selection-ticket__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.selection-ticket__head h2 { margin: 4px 0 0; font-size: 1.02rem; font-family: "Manrope", sans-serif; }
.selection-ticket__kicker { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--em-dark); }
.selection-ticket--extra .selection-ticket__kicker { color: var(--secondary); }
.selection-ticket__counter {
  display: inline-flex; align-items: center;
  min-height: 34px; padding: 0 12px; border-radius: 999px;
  background: var(--primary-light); color: var(--em-dark); font-size: .86rem; font-weight: 800;
}
.selection-ticket__counter--extra { background: var(--secondary-light); color: var(--secondary); }
.selection-ticket__copy { margin: 0; color: var(--muted); line-height: 1.5; }
.selection-ticket__slots { display: flex; flex-wrap: wrap; gap: 10px; }
.selection-slot {
  width: 46px; height: 46px; border-radius: 16px;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.78); border: 1.5px dashed rgba(100,116,139,0.28);
  color: #94a3b8; font-weight: 800; font-size: .92rem;
}
.selection-slot--main.is-filled {
  border-style: solid; border-color: rgba(5,150,105,0.16);
  background: linear-gradient(135deg, rgba(5,150,105,0.12), rgba(16,185,129,0.2));
  color: var(--em-dark); font-family: "Manrope", sans-serif; font-size: .84rem;
}
.selection-slot--extra.is-filled {
  border-style: solid; border-color: rgba(217,119,6,0.18);
  background: linear-gradient(135deg, rgba(217,119,6,0.12), rgba(245,158,11,0.2));
  color: var(--secondary); font-family: "Manrope", sans-serif; font-size: .84rem;
}

/* ── SELECTION STAGE ── */
.selection-stage {
  position: relative; overflow: hidden;
  display: grid; gap: 16px; padding: 18px;
  border-radius: 28px; border: 1.5px solid rgba(5,150,105,0.14);
  background: radial-gradient(circle at top right, rgba(5,150,105,0.1), transparent 28%),
    linear-gradient(180deg, rgba(250,255,250,0.98), rgba(236,253,245,0.92));
}
.selection-stage[data-active-group="extra"] {
  border-color: rgba(217,119,6,0.18);
  background: radial-gradient(circle at top right, rgba(217,119,6,0.1), transparent 28%),
    linear-gradient(180deg, rgba(255,253,246,0.98), rgba(254,243,199,0.88));
}
.selection-stage.is-limit { animation: lotteryShake .3s ease; }
.selection-stage__head { display: grid; gap: 14px; }
.selection-stage__head h2 {
  margin: 6px 0 0; font-family: "Manrope", sans-serif;
  font-size: clamp(1.2rem, 4vw, 1.8rem); letter-spacing: -0.03em;
}
.checker-stage-eyebrow { background: rgba(5,150,105,0.1); border-color: rgba(5,150,105,0.18); color: var(--em-dark); }
.selection-stage[data-active-group="extra"] .checker-stage-eyebrow {
  background: rgba(217,119,6,0.12); border-color: rgba(217,119,6,0.18); color: var(--secondary);
}
.selection-mode {
  display: inline-grid; grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 8px; padding: 6px; border-radius: 18px;
  background: rgba(255,255,255,0.82); border: 1.5px solid rgba(5,150,105,0.08);
}
.selection-mode__button {
  min-height: 44px; padding: 0 18px; border: 0; border-radius: 14px;
  background: transparent; color: var(--muted); cursor: pointer;
  font-weight: 800; transition: background .18s ease, color .18s ease;
}
.selection-mode__button.is-active {
  background: linear-gradient(135deg, var(--em-dark), var(--primary));
  color: #fff; box-shadow: 0 10px 22px rgba(5,150,105,0.25);
}
.selection-stage[data-active-group="extra"] .selection-mode__button.is-active {
  background: linear-gradient(135deg, var(--secondary), var(--gold-mid));
  box-shadow: 0 10px 22px rgba(217,119,6,0.25);
}
.selection-stage__status { display: grid; gap: 4px; }
.selection-stage__status strong { font-size: .98rem; }
.selection-stage__status span { color: var(--muted); font-size: .9rem; }

/* ── LOTTERY BOARD ── */
.selection-stage__board {
  position: relative; padding: 14px; border-radius: 24px;
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.82), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(214,253,231,0.8));
  border: 1.5px solid rgba(255,255,255,0.7);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}
.selection-stage[data-active-group="extra"] .selection-stage__board {
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.82), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(254,243,199,0.88));
}
.lottery-grid {
  display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 9px;
}
.lottery-number {
  position: relative; min-height: 56px; border: 0; border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(209,250,229,0.8));
  color: var(--text); cursor: pointer; font-weight: 800;
  font-family: "Manrope", sans-serif; font-size: .85rem;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.92), 0 6px 16px rgba(5,150,105,0.08);
}
.lottery-number:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.92), 0 10px 22px rgba(5,150,105,0.14);
}
.lottery-number__value { position: relative; z-index: 1; font-size: .88rem; letter-spacing: .01em; }
.lottery-number.is-selected-main {
  background: linear-gradient(145deg, var(--em-dark), var(--primary));
  color: #fff; box-shadow: 0 8px 20px rgba(5,150,105,0.38), inset 0 1px 0 rgba(255,255,255,0.25);
}
.lottery-number.is-selected-extra {
  background: linear-gradient(145deg, var(--secondary), var(--gold-mid));
  color: #fff; box-shadow: 0 8px 20px rgba(217,119,6,0.38), inset 0 1px 0 rgba(255,255,255,0.25);
}
.lottery-number.is-selected-main.is-selected-extra {
  background: linear-gradient(145deg, var(--em-dark), var(--secondary));
}
.lottery-number.is-burst { animation: lotteryPop .28s ease; }

/* ── STAGE FOOTER ── */
.selection-stage__footer { display: grid; gap: 12px; }
.lottery-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.lottery-actions .button { flex: 1 1 160px; }

/* ── RESULTS ── */
.checker-support-grid { margin-top: 18px; }
.cta-row--stretch .button { flex: 1 1 180px; }
.results-grid--summary { margin-top: 20px; }
.card-grid--results-extended { margin-top: 18px; }
.result-big--small { font-size: clamp(1.8rem, 5vw, 3rem); }
.table-like--wide .table-like__row--4 { grid-template-columns: 64px repeat(3, minmax(0,1fr)); }
.split-section--matches { margin-top: 18px; }
.mini-stats-grid { display: grid; gap: 10px; margin-top: 16px; }
.mini-stat {
  border-radius: 14px; border: 1.5px solid var(--line);
  background: var(--surface-soft); padding: 12px 14px; display: grid; gap: 4px;
}
.mini-stat span { color: var(--muted); font-size: .82rem; font-weight: 700; }
.mini-stat strong { font-size: 1.25rem; }
.button--full { width: 100%; justify-content: center; margin-top: 14px; }
.archive-form--inline { margin-bottom: 16px; }
.split-mini--tight { grid-template-columns: 1fr; }
.card-span-2 { grid-column: span 1; }

/* ── EXTRA PILL ── */
.pill--extra { background: var(--secondary-light); border-color: rgba(217,119,6,0.18); color: var(--secondary); }
.bar-fill--extra { background: linear-gradient(90deg, var(--secondary), var(--gold-mid)); }
.number-ball--extra {
  background: linear-gradient(145deg, var(--secondary), var(--gold-mid));
  color: #fff; border-color: transparent;
  box-shadow: 0 4px 10px rgba(217,119,6,0.25);
}
.latest-card .number-ball--extra {
  background: rgba(245,158,11,0.28); color: #fef3c7;
  border: 2px solid rgba(245,158,11,0.45);
}

/* ── ANIMATIONS ── */
@keyframes lotteryPop {
  0% { transform: scale(.8); }
  65% { transform: scale(1.1); }
  100% { transform: scale(1); }
}
@keyframes lotteryShake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-6px); }
  50% { transform: translateX(6px); }
  75% { transform: translateX(-4px); }
}

/* ── RESPONSIVE ── */
@media (min-width: 720px) {
  .hero { padding-top: 32px; }
  .hero__grid, .split-section { grid-template-columns: minmax(0,1.4fr) minmax(300px,.8fr); }
  .card-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .results-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .highlight-strip, .card-grid--saved { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .checker-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
  .split-mini, .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .desktop-nav { display: flex; }
  .bottom-nav { display: none; }
  .main-content { padding-bottom: 0; }
  .quick-highlights { grid-template-columns: repeat(3,1fr); }
  .checker-hero__panel { grid-template-columns: minmax(0,1.25fr) auto; align-items: end; }
  .lottery-console { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .selection-stage__head { grid-template-columns: minmax(0,1fr) auto; align-items: end; }
  .lottery-grid { grid-template-columns: repeat(8, minmax(0,1fr)); }
  .card-grid--three-up { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .card-grid--results-extended { grid-template-columns: 1.1fr 1.1fr .95fr; }
  .split-section--matches { grid-template-columns: 1.2fr .8fr; }
  .checker-support-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .mini-stats-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .card-span-2 { grid-column: span 2; }
}
@media (min-width: 980px) {
  .split-section { grid-template-columns: minmax(0,1.55fr) minmax(300px,.75fr); }
  .footer-grid { grid-template-columns: 1.4fr .8fr .8fr; }
  .lottery-studio { padding: 24px; }
  .selection-stage { padding: 24px; }
  .lottery-grid { grid-template-columns: repeat(11, minmax(0,1fr)); }
}

.card,
.draw-card,
.stat-card,
.highlight-card,
.latest-card,
.combo-card,
.winner-card {
  contain: layout paint;
}
/* ── CHECKER ARCHIVE ── */
.match-archive-cta {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.match-archive-cta .button { margin-top: auto; }
.checker-archive-hero__card h1 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.7rem, 5vw, 3rem);
  letter-spacing: -0.03em;
  margin: 14px 0 10px;
}
.checker-archive-hero__card p { color: rgba(255,255,255,0.78); max-width: 780px; }
.checker-archive-selected {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}
.checker-archive-selected small {
  display: block;
  margin-bottom: 7px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.74);
}
.checker-archive-toolbar { margin-top: 16px; }
.checker-archive-form {
  display: grid;
  gap: 12px;
}
.checker-archive-summary { margin-top: 16px; }
.checker-archive-list-card { padding: 0; overflow: hidden; }
.checker-archive-list-head { padding: 18px 18px 0; }
.checker-archive-feed {
  display: grid;
  gap: 12px;
  max-height: 920px;
  overflow: auto;
  padding: 18px;
}
.checker-archive-row {
  border: 1.5px solid var(--line);
}
.checker-archive-row__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}
.checker-archive-row__meta strong { margin-right: auto; }
.checker-archive-row__content {
  grid-template-columns: 1fr;
  align-items: center;
}
.checker-archive-numbers { justify-content: flex-start; margin-top: 6px; }
.checker-archive-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.checker-archive-badges span {
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: var(--surface-soft);
  padding: 6px 10px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
}
.checker-archive-badges strong { color: var(--text); }
.number-ball--hit-main {
  background: linear-gradient(145deg, var(--em-dark), var(--primary));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 5px 16px rgba(5,150,105,0.28);
}
.number-ball--hit-main-extra {
  outline: 3px solid rgba(5,150,105,.35);
  outline-offset: 2px;
}
.number-ball--hit-extra {
  background: linear-gradient(145deg, var(--secondary), var(--gold-mid));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 5px 16px rgba(217,119,6,0.28);
}

@media (min-width: 720px) {
  .checker-archive-form { grid-template-columns: minmax(180px, .8fr) minmax(180px, .8fr) auto auto; align-items: end; }
  .checker-archive-row__content { grid-template-columns: 1fr 1fr; }
  .checker-archive-badges { grid-column: 1 / -1; }
}


/* ── CHECKER ARCHIVE: match highlight + pagination ── */
.checker-archive-range {
  margin: 6px 0 0;
  font-size: .88rem;
}
.checker-archive-ball {
  position: relative;
  transition: transform .16s ease, box-shadow .16s ease, outline-color .16s ease;
}
.checker-archive-row--has-hit {
  border-color: rgba(5,150,105,0.24);
  box-shadow: 0 10px 28px rgba(5,150,105,0.10);
}
.pill--hit {
  background: var(--primary-light);
  border-color: rgba(5,150,105,0.22);
  color: var(--em-dark);
}
.number-ball--hit-main,
.number-ball--hit-main-extra,
.number-ball--hit-extra {
  transform: scale(1.08);
  font-weight: 800;
  z-index: 2;
}
.number-ball--hit-main {
  background: linear-gradient(145deg, var(--em-dark), var(--primary));
  color: #fff;
  border-color: #047857;
  box-shadow: 0 0 0 4px rgba(5,150,105,0.18), 0 8px 18px rgba(5,150,105,0.32);
}
.number-ball--hit-main-extra {
  background: linear-gradient(145deg, var(--em-dark), var(--primary));
  color: #fff;
  border-color: #047857;
  box-shadow: 0 0 0 4px rgba(5,150,105,0.18), 0 8px 18px rgba(5,150,105,0.32);
}
.number-ball--hit-extra {
  background: linear-gradient(145deg, var(--secondary), var(--gold-mid));
  color: #fff;
  border-color: #b45309;
  box-shadow: 0 0 0 4px rgba(217,119,6,0.22), 0 8px 18px rgba(217,119,6,0.32);
}
.number-ball--hit-main::after,
.number-ball--hit-main-extra::after,
.number-ball--hit-extra::after {
  content: "✓";
  position: absolute;
  top: -7px;
  right: -7px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--em-dark);
  border: 1.5px solid rgba(5,150,105,0.24);
  font-family: 'Manrope', ui-sans-serif, system-ui, sans-serif;
  font-size: .68rem;
  line-height: 1;
  box-shadow: 0 3px 8px rgba(0,0,0,0.14);
}
.number-ball--hit-extra::after {
  color: var(--secondary);
  border-color: rgba(217,119,6,0.28);
}
.checker-archive-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0 18px 18px;
}
.checker-archive-pagination:empty {
  display: none;
}

/* ── CHECKER ARCHIVE: chip filters + insight summary ── */
.checker-archive-toolbar--chips {
  display: grid;
  gap: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(236,253,245,0.74));
}
.checker-filter-group {
  display: grid;
  gap: 10px;
}
.checker-filter-group__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 12px;
}
.checker-filter-group__head span {
  color: var(--text);
  font-weight: 800;
  font-size: .96rem;
}
.checker-filter-group__head small {
  color: var(--muted);
  font-weight: 700;
  font-size: .8rem;
}
.checker-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  background: rgba(255,255,255,0.78);
  color: var(--muted);
  font-size: .88rem;
  font-weight: 800;
  box-shadow: 0 3px 10px rgba(5,150,105,0.05);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease, border-color .16s ease;
}
.filter-chip:hover {
  transform: translateY(-1px);
  color: var(--em-dark);
  border-color: rgba(5,150,105,0.24);
  box-shadow: 0 8px 20px rgba(5,150,105,0.10);
}
.filter-chip.is-active {
  background: linear-gradient(135deg, var(--em-dark), var(--primary));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 22px rgba(5,150,105,0.24);
}
.filter-chip--extra.is-active {
  background: linear-gradient(135deg, var(--secondary), var(--gold-mid));
  box-shadow: 0 8px 22px rgba(217,119,6,0.22);
}
.filter-chip--quiet.is-active {
  background: var(--text);
  color: #fff;
  box-shadow: 0 8px 22px rgba(28,41,23,0.18);
}
.checker-archive-toolbar__actions {
  display: flex;
  justify-content: flex-start;
  padding-top: 2px;
}
.checker-archive-summary--insight {
  grid-template-columns: 1fr;
}
.checker-insight-card {
  min-height: 150px;
}
.checker-insight-card--primary {
  background: radial-gradient(circle at top right, rgba(5,150,105,0.14), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(209,250,229,0.82));
  border-color: rgba(5,150,105,0.18);
}
.checker-insight-card--primary strong {
  font-size: clamp(2.2rem, 8vw, 3.4rem);
}
@media (min-width: 760px) {
  .checker-archive-toolbar--chips {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .checker-archive-summary--insight {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .filter-chip {
    flex: 1 1 auto;
    min-width: calc(50% - 6px);
  }
  .checker-filter-group__head {
    display: grid;
  }
}

.checker-archive-toolbar {
  display: grid;
  gap: 18px;
}

.checker-archive-controls {
  display: grid;
  gap: 18px;
}

.checker-archive-filter-group {
  display: grid;
  gap: 10px;
}

.checker-archive-filter-group__head {
  display: grid;
  gap: 2px;
}

.checker-archive-filter-group__head strong {
  font-size: 1rem;
  color: var(--text);
}

.checker-archive-filter-group__head span {
  color: var(--muted);
  font-size: .88rem;
  font-weight: 600;
}

.checker-archive-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.checker-archive-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  background: var(--surface-soft);
  color: var(--text);
  font-weight: 800;
  font-size: .9rem;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.checker-archive-pill:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.checker-archive-pill.is-active {
  background: linear-gradient(135deg, var(--em-dark), var(--primary));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(5,150,105,0.25);
}

.checker-archive-pill--extra.is-active {
  background: linear-gradient(135deg, var(--secondary), var(--gold-mid));
  color: #fff;
}

.blog-article {
  padding-top: 24px;
}

.blog-hero {
  margin-bottom: 18px;
  background: linear-gradient(145deg, #f6fff2 0%, #ecfdf5 100%);
}

.blog-hero h1 {
  font-size: clamp(1.8rem, 5vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 12px 0;
}

.blog-hero p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 760px;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 700;
}

.blog-layout {
  display: grid;
  gap: 18px;
}

.blog-content {
  line-height: 1.75;
  font-size: 1rem;
}

.blog-content h2 {
  margin-top: 32px;
  margin-bottom: 10px;
  font-size: 1.45rem;
}

.blog-content h3 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.blog-content p {
  color: var(--text);
}

.blog-content a {
  color: var(--primary);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-content ul,
.blog-content ol {
  padding-left: 22px;
}

.blog-content li {
  margin-bottom: 8px;
}

.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  overflow: hidden;
  border-radius: 14px;
}

.blog-content th,
.blog-content td {
  padding: 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.blog-content th {
  background: var(--surface-soft);
  color: var(--em-dark);
}

.blog-sidebar {
  display: grid;
  gap: 14px;
  align-content: start;
}

.blog-side-card h2 {
  margin-top: 0;
  font-size: 1.1rem;
}

.blog-side-card p {
  color: var(--muted);
  line-height: 1.6;
}

.blog-related {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-related li {
  border-bottom: 1px solid var(--line);
}

.blog-related li:last-child {
  border-bottom: 0;
}

.blog-related a {
  display: block;
  padding: 10px 0;
  color: var(--em-dark);
  font-weight: 800;
}

@media (min-width: 900px) {
  .blog-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
  }
}

.legal-content {
  max-width: 920px;
  margin: 0 auto;
  line-height: 1.75;
}

.legal-content h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.legal-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.legal-content ul {
  padding-left: 1.25rem;
}

.legal-content li {
  margin-bottom: 0.45rem;
}

.legal-content p {
  margin-bottom: 1rem;
}

/* ============================= */
/* Checker archive toolbar       */
/* ============================= */

.checker-archive-toolbar {
  display: flex;
  flex-direction: column;
  gap: 18px;

  padding: 20px;
  margin-top: 18px;

  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(5, 150, 105, 0.12);
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);

  color: #0f172a;
}

.checker-archive-toolbar--chips {
  overflow: hidden;
}

.checker-filter-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checker-filter-group__head {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.checker-filter-group__head span {
  font-size: 0.95rem;
  font-weight: 800;
  color: #064e3b;
}

.checker-filter-group__head small {
  font-size: 0.78rem;
  font-weight: 500;
  color: #64748b;
}

.checker-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 36px;
  padding: 8px 13px;

  border-radius: 999px;
  border: 1px solid rgba(5, 150, 105, 0.22);
  background: #ecfdf5;

  color: #047857;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;

  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.filter-chip:hover {
  background: #d1fae5;
  border-color: rgba(5, 150, 105, 0.45);
  transform: translateY(-1px);
}

.filter-chip.is-active {
  background: #059669;
  border-color: #059669;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(5, 150, 105, 0.25);
}

.filter-chip--extra {
  background: #fff7ed;
  border-color: rgba(217, 119, 6, 0.3);
  color: #b45309;
}

.filter-chip--extra:hover {
  background: #ffedd5;
  border-color: rgba(217, 119, 6, 0.5);
}

.filter-chip--extra.is-active {
  background: #d97706;
  border-color: #d97706;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(217, 119, 6, 0.25);
}

.filter-chip--quiet {
  background: #f8fafc;
  border-color: rgba(100, 116, 139, 0.22);
  color: #475569;
}

.filter-chip--quiet:hover {
  background: #f1f5f9;
  border-color: rgba(100, 116, 139, 0.4);
}

.checker-archive-toolbar__actions {
  display: flex;
  justify-content: flex-start;
  padding-top: 2px;
}

.checker-archive-toolbar .button,
.checker-archive-toolbar .button--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 42px;
  padding: 10px 18px;

  border-radius: 14px;
  border: 1px solid rgba(5, 150, 105, 0.22);
  background: #ecfdf5;

  color: #064e3b;
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: none;

  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  transition:
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.checker-archive-toolbar .button:hover,
.checker-archive-toolbar .button--secondary:hover {
  background: #d1fae5;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

/* Mobile */
@media (max-width: 520px) {
  .checker-archive-toolbar {
    padding: 18px;
    border-radius: 20px;
    gap: 16px;
  }

  .checker-filter-chips {
    gap: 7px;
  }

  .filter-chip {
    min-height: 34px;
    padding: 8px 11px;
    font-size: 0.8rem;
  }

  .checker-archive-toolbar__actions .button,
  .checker-archive-toolbar__actions .button--secondary {
    width: 100%;
  }
}