/* ==========================================================================
   Lotto lördag resultat – site styles
   Sections: 1 Tokens · 2 Base · 3 Layout · 4 Header/Nav · 5 Hero · 6 Components
             7 Balls & Joker · 8 Pages · 9 Footer · 10 Print · 11 Motion
   ========================================================================== */

/* 1. Tokens ---------------------------------------------------------------- */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url('../fonts/nunito-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url('../fonts/nunito-sans-latin.woff2') format('woff2');
}
:root {
  --plum: #28124B;
  --plum-deep: #1C0C36;
  --violet: #6A35D4;
  --violet-dark: #4F22AE;
  --violet-soft: #EFE8FB;
  --coral: #F05265;
  --coral-dark: #C63549;
  --coral-soft: #FDE9EC;
  --turquoise: #007D80;
  --turquoise-soft: #E0F3F3;
  --yellow: #FFC83D;
  --yellow-soft: #FFF4D6;
  --paper: #FFFFFF;
  --canvas: #F7F4FB;
  --ink: #28124B;
  --muted: #635870;
  --line: #DFD7EB;
  --bonus-ink: #513700;
  --success: #1E8E5A;
  --error: #C62838;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 2px 6px rgba(40, 18, 75, .06), 0 12px 28px -12px rgba(40, 18, 75, .18);
  --shadow-sm: 0 1px 3px rgba(40, 18, 75, .08);
  --font-body: 'Nunito Sans', 'Segoe UI', Arial, Helvetica, sans-serif;
  --font-heading: 'Nunito', 'Arial Rounded MT Bold', Arial, sans-serif;
  --content-max: 1160px;
  --gutter: 16px;
  --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px;
  --space-6: 24px; --space-8: 32px; --space-12: 48px; --space-16: 64px;
  --ball: 56px;
  --ball-sm: 44px;
  --joker: 56px;
  --header-h: 68px;
}
@media (min-width: 640px) { :root { --gutter: 24px; } }
@media (min-width: 1024px) { :root { --gutter: 32px; } }

/* 2. Base ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.55;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 800; line-height: 1.15; margin: 0 0 .4em; letter-spacing: -.01em; text-wrap: balance; }
h1 { font-size: clamp(2rem, 5vw, 3.25rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
a { color: var(--violet); text-underline-offset: .15em; }
a:hover { color: var(--violet-dark); }
img, svg { display: block; max-width: 100%; height: auto; }
[hidden] { display: none !important; }
ul, ol { margin: 0; padding: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
input, select, textarea { min-height: 48px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--paper); padding: 10px 14px; width: 100%; color: var(--ink); font-weight: 600; box-shadow: inset 0 1px 2px rgba(40, 18, 75, .04); transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease; }
input::placeholder, textarea::placeholder { color: #8C82A0; font-weight: 400; }
input:hover, select:hover, textarea:hover { border-color: #C3B4E2; }
input:focus, select:focus, textarea:focus { border-color: var(--violet); background: var(--paper); }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline: none; border-color: var(--violet); box-shadow: 0 0 0 3px rgba(106, 53, 212, .28); }

/* Select: native chevron replaced with the site's own chevron */
select { appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; padding-right: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236A35D4' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 18px 18px; }
select::-ms-expand { display: none; }

/* Date field: calendar affordance on the right, native picker still opens on click */
input[type="date"] { font-variant-numeric: tabular-nums; padding-right: 46px; position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236A35D4' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='3'/%3E%3Cpath d='M3 10h18M8 3v4M16 3v4'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 13px center; background-size: 20px 20px; }
input[type="date"]::-webkit-calendar-picker-indicator { opacity: 0; cursor: pointer; width: 34px; height: 34px; margin-right: -10px; }
input[type="date"]::-webkit-datetime-edit { color: var(--ink); }
input[type="date"]:invalid::-webkit-datetime-edit { color: #8C82A0; }
input[type="search"]::-webkit-search-cancel-button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--violet); outline-offset: 3px; }
.hero :focus-visible, .site-footer :focus-visible, .draw-bar :focus-visible, .highlight-card :focus-visible { outline-color: var(--yellow); }
.number, .currency { font-variant-numeric: tabular-nums; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.icon { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; display: inline-block; vertical-align: middle; }
.icon--sm { width: 16px; height: 16px; }
.icon--lg { width: 28px; height: 28px; }
.icon--xl { width: 40px; height: 40px; }
strong { font-weight: 700; }
small { display: block; font-size: .875rem; color: var(--muted); }

/* 3. Layout ---------------------------------------------------------------- */
.container { width: 100%; max-width: calc(var(--content-max) + var(--gutter) * 2); margin: 0 auto; padding-inline: var(--gutter); }
.site-main { min-height: 50vh; padding-bottom: var(--space-12); }
.site-main:focus { outline: none; }
.section { margin-top: var(--space-8); }
.section-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--space-2) var(--space-4); margin-bottom: var(--space-4); }
.section-head .section-title, .section-head p { margin: 0; }
.section-title { font-size: clamp(1.5rem, 3vw, 1.9rem); display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-3); }
.card { background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); padding: var(--space-6); }
.card + .card { margin-top: var(--space-4); }
.product-grid > *, .payout-layout > *, .draw-layout > *, .draw-layout__main > *, .draw-layout__aside > *, .checker-layout > *, .archive-layout > *, .result-card__numbers > *, .archive-card__numbers > *, .steps-2col > *, .split-card > *, .guide-head > *, .hero__inner > *, .payout-preview > *, .feature-card > *, .cta-banner > *, .promo-card > * { min-width: 0; }
@media (max-width: 639.98px) { .card { padding: var(--space-4); } .product-card, .joker-panel { padding: var(--space-4); } .example-block { padding: var(--space-3); } .aside-card { padding: var(--space-4); } }
.skip-link { position: absolute; left: var(--gutter); top: -100px; z-index: 200; background: var(--plum); color: #fff; border: 0; border-radius: 10px; padding: 10px 16px; font-weight: 700; }
.skip-link:focus { top: 8px; }
.page-title { margin-top: var(--space-4); }
.page-sub { font-size: 1.125rem; color: var(--muted); display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-3); margin-bottom: var(--space-6); }
.page-lead { font-size: 1.2rem; font-weight: 600; margin-bottom: var(--space-6); }
.page-head { margin-bottom: var(--space-4); }
.action-row { display: flex; flex-wrap: wrap; gap: var(--space-3); margin: var(--space-4) 0 0; }
.action-row--full .btn { flex: 1 1 260px; }

/* 4. Header / navigation --------------------------------------------------- */
.site-header { background: var(--paper); box-shadow: var(--shadow-sm); position: sticky; top: 0; z-index: 100; }
.site-header__inner { display: flex; align-items: center; gap: var(--space-4); min-height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--plum); }
.brand__mark { width: 52px; height: 44px; }
.brand__name { font-family: var(--font-heading); font-weight: 900; font-size: 1.45rem; letter-spacing: .01em; white-space: nowrap; }
.brand__name--light { color: #fff; }
.header-search { margin-left: auto; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--plum); }
.header-search:hover { background: var(--violet-soft); }
.menu-toggle { width: 44px; height: 44px; border: 0; background: transparent; border-radius: 10px; color: var(--plum); display: inline-flex; align-items: center; justify-content: center; }
.menu-toggle__open, .menu-toggle__close { display: inline-flex; }
.menu-toggle .icon { width: 28px; height: 28px; }
.menu-toggle[aria-expanded="true"] .menu-toggle__open, .menu-toggle[aria-expanded="false"] .menu-toggle__close { display: none; }
.nav__list { list-style: none; display: flex; }
.nav__link { display: flex; align-items: center; gap: var(--space-3); text-decoration: none; color: var(--plum); font-weight: 600; }
.nav__extra { display: none; }
/* Phone: opaque full-height menu */
@media (max-width: 1023.98px) {
  .nav { display: none; position: fixed; inset: var(--header-h) 0 0 0; background: var(--canvas); overflow-y: auto; padding: var(--space-6) var(--gutter) var(--space-8); z-index: 90; }
  body.menu-open .nav { display: block; }
  body.menu-open { overflow: hidden; }
  .nav__list { flex-direction: column; gap: var(--space-3); }
  .nav__link { background: var(--paper); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: var(--space-3) var(--space-4); font-family: var(--font-heading); font-size: 1.6rem; font-weight: 800; min-height: 72px; }
  .nav__link.is-active { background: var(--violet); color: #fff; }
  .nav__label { flex: 1; }
  .nav__chevron { width: 24px; height: 24px; }
  .nav__extra { display: block; margin-top: var(--space-8); padding-top: var(--space-6); border-top: 1px solid var(--line); }
  .nav__extra-link { display: inline-flex; align-items: center; gap: var(--space-2); font-size: 1.05rem; font-weight: 600; text-decoration: none; color: var(--plum); min-height: 44px; margin-right: var(--space-4); }
  .nav__copy { color: var(--muted); font-size: .95rem; margin-top: var(--space-4); }
}
@media (min-width: 1024px) {
  .menu-toggle { display: none; }
  .nav { margin-left: var(--space-8); }
  .nav__list { gap: var(--space-2); }
  .nav__link { padding: 22px 14px; position: relative; font-size: 1rem; }
  .nav__link .ball--nav, .nav__chevron { display: none; }
  .nav__link::after { content: ''; position: absolute; left: 14px; right: 14px; bottom: 0; height: 3px; border-radius: 3px 3px 0 0; background: transparent; }
  .nav__link:hover::after { background: var(--line); }
  .nav__link.is-active { color: var(--violet); }
  .nav__link.is-active::after { background: var(--violet); }
}

/* 5. Hero ------------------------------------------------------------------ */
.hero { background: #5B27BA linear-gradient(100deg, #3F1687 0%, #4E1FA6 30%, #5B27BA 60%, #5B27BA 100%); color: #fff; overflow: hidden; }
.hero__inner { display: grid; grid-template-columns: 1fr; gap: var(--space-4); align-items: center; padding-block: var(--space-6); }
.hero__title { color: #fff; margin-bottom: var(--space-3); }
.hero__accent { color: var(--yellow); }
.hero__intro { font-size: 1.15rem; font-weight: 600; margin-bottom: var(--space-4); max-width: 34ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: var(--space-3); }
.hero__media { display: flex; justify-content: flex-end; align-items: center; }
.hero__img { width: min(100%, 560px); height: auto; opacity: .92;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 26%), linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 26%), linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
  -webkit-mask-composite: source-in; mask-composite: intersect; }
.hero .breadcrumbs { margin-bottom: var(--space-3); }
@media (max-width: 639.98px) {
  .hero { margin: var(--space-3) var(--gutter) 0; border-radius: var(--radius-lg); }
  .hero__inner { padding-inline: var(--space-4); padding-block: var(--space-4); grid-template-columns: 1.2fr .9fr; gap: var(--space-2); }
  .hero__media { align-self: stretch; align-items: center; margin-right: calc(-1 * var(--space-4)); }
  .hero__img { width: calc(100% + var(--space-2)); max-width: none; }
  .hero__title { font-size: 2.15rem; }
  .hero__intro { font-size: 1rem; }
  .hero__actions { grid-column: 1 / -1; }
  .hero__actions .btn { flex: 1 1 100%; }
  .hero__img { width: 100%; }
}
@media (min-width: 640px) {
  .hero__inner { grid-template-columns: 1.1fr 1fr; padding-block: var(--space-8); }
  .hero__title { font-size: clamp(2.5rem, 5.5vw, 3.6rem); }
}
@media (min-width: 640px) and (max-width: 1023.98px) {
  .hero__media { margin-right: calc(-1 * var(--gutter)); }
  .hero__img { width: 100%; max-width: none; }
}
@media (min-width: 1024px) {
  .hero { position: relative; }
  .hero__inner { min-height: 360px; padding-block: var(--space-8); }
  .hero__content { position: relative; z-index: 1; }
  .hero__media { position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: min(48%, 680px); height: 116%; margin: 0; pointer-events: none; }
  .hero__img { width: 100%; height: 100%; max-width: none; object-fit: contain; object-position: right center; }
}

/* 6. Components ------------------------------------------------------------ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 10px 22px; border-radius: 12px; border: 2px solid transparent; font-weight: 700; text-decoration: none; cursor: pointer; transition: background-color .15s ease, color .15s ease, border-color .15s ease, transform .1s ease; }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--violet); color: #fff; }
.btn--primary:hover { background: var(--violet-dark); color: #fff; }
.btn--yellow { background: var(--yellow); color: var(--plum); }
.btn--yellow:hover { background: #F5B800; color: var(--plum); }
.btn--outline { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .8); }
.btn--outline:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.btn--outline-dark { background: var(--paper); color: var(--violet); border-color: var(--violet); }
.btn--outline-dark:hover { background: var(--violet-soft); color: var(--violet-dark); }
.btn--soft { background: var(--violet-soft); color: var(--violet-dark); }
.btn--soft:hover { background: #E3D7F7; color: var(--violet-dark); }
.btn--ghost { background: transparent; color: var(--violet); border-color: var(--line); }
.btn--sm { min-height: 44px; padding: 8px 16px; font-size: .95rem; }
.btn--lg { min-height: 56px; font-size: 1.1rem; padding-inline: 28px; }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; text-decoration: underline; min-height: 32px; }
.badge { display: inline-block; padding: 4px 10px; border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; line-height: 1.4; vertical-align: middle; white-space: nowrap; }
.badge--demo, .badge--violet { background: var(--violet-soft); color: var(--violet-dark); }
.badge--coral { background: var(--coral-soft); color: var(--coral-dark); }
.badge--turquoise { background: var(--turquoise-soft); color: var(--turquoise); }
.badge--yellow { background: var(--yellow-soft); color: var(--bonus-ink); }
.badge--neutral { background: #EEE9F4; color: var(--muted); }
.notice { display: flex; gap: var(--space-3); align-items: flex-start; padding: var(--space-4); border-radius: var(--radius); margin: var(--space-4) 0; background: var(--violet-soft); color: var(--plum); }
.notice .icon { margin-top: 2px; color: var(--violet); }
.notice ul { padding-left: 1.2em; margin-top: 4px; }
.notice--info { background: var(--violet-soft); }
.notice--violet { background: var(--violet-soft); padding: var(--space-6); }
.notice--yellow { background: var(--yellow-soft); }
.notice--yellow .icon { color: var(--bonus-ink); }
.notice--error { background: #FDECEE; color: #7D1622; }
.notice--error .icon { color: var(--error); }
.notice--success { background: #E4F5EC; color: #124D31; }
.notice--success .icon { color: var(--success); }
.breadcrumbs__list { list-style: none; display: flex; flex-wrap: wrap; gap: 4px; font-size: .9rem; color: var(--muted); margin: var(--space-4) 0 0; }
.breadcrumbs__item { display: inline-flex; align-items: center; gap: 4px; }
.breadcrumbs__item a { color: var(--violet); text-decoration: none; }
.breadcrumbs__item a:hover { text-decoration: underline; }
.breadcrumbs--light .breadcrumbs__list { color: rgba(255, 255, 255, .85); margin-top: 0; }
.breadcrumbs--light a { color: #fff; }
.tabs { display: flex; gap: 4px; margin: var(--space-4) 0; background: var(--violet-soft); padding: 4px; border-radius: 14px; width: fit-content; max-width: 100%; }
.tabs__tab { flex: 1 1 140px; text-align: center; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 24px; border-radius: 11px; text-decoration: none; font-weight: 800; font-family: var(--font-heading); color: var(--plum); font-size: 1.05rem; }
.tabs__tab.is-active { background: var(--violet); color: #fff; }
.tabs__tab--coral.is-active { background: var(--coral); }
.tabs__tab--turquoise.is-active { background: var(--turquoise); }
@media (max-width: 639.98px) { .tabs { width: 100%; } }
.segmented { display: inline-flex; gap: 4px; padding: 4px; margin: 0; border: 0; background: var(--violet-soft); border-radius: 14px; }
.segmented__opt { position: relative; }
.segmented__opt input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.segmented__opt span { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 6px 22px; border-radius: 11px; font-weight: 800; font-family: var(--font-heading); }
.segmented__opt input:checked + span { background: var(--violet); color: #fff; }
.segmented__opt input:focus-visible + span { outline: 3px solid var(--violet); outline-offset: 2px; }
.selector-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--space-3) var(--space-4); margin: var(--space-6) 0 var(--space-4); }
.draw-selector { display: flex; align-items: center; gap: var(--space-2); background: var(--paper); border: 1.5px solid var(--line); border-radius: 12px; padding: 4px 4px 4px 14px; box-shadow: var(--shadow-sm); flex: 1 1 320px; max-width: 100%; }
.draw-selector--inline { flex: 1 1 280px; }
.draw-selector__label { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; white-space: nowrap; color: var(--plum); }
.draw-selector__label .icon { color: var(--violet); }
.draw-selector__select { flex: 1; min-width: 0; border: 0; background-color: transparent; box-shadow: none; padding-left: 8px; padding-right: 34px; font-weight: 700; background-position: right 6px center; background-size: 17px 17px; }
.draw-selector__select:hover { border: 0; background-color: var(--violet-soft); border-radius: 10px; }
.draw-selector__select:focus-visible { box-shadow: 0 0 0 3px rgba(106, 53, 212, .28); border-radius: 10px; }
.draw-selector:focus-within { border-color: var(--violet); }
.draw-selector__submit { min-height: 40px; }
.selector-row__status { margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-2) var(--space-3); color: var(--muted); font-weight: 600; }
.selector-row__date { color: var(--plum); font-weight: 800; }
.product-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-4); margin-bottom: var(--space-4); }
@media (min-width: 900px) { .product-grid { grid-template-columns: 1fr 1fr; } }
.product-card { border-left: 6px solid var(--violet); padding: var(--space-6); }
.product-card--coral { border-left-color: var(--coral); }
.product-card--turquoise { border-left-color: var(--turquoise); }
.product-card--coral .product-card__title { color: var(--coral-dark); }
.product-card--turquoise .product-card__title { color: var(--turquoise); }
.product-card__head { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-2) var(--space-3); margin-bottom: var(--space-2); }
.product-card__title { font-size: 1.9rem; margin: 0; }
.product-card__title-sub { font-size: 1.1rem; color: var(--muted); font-weight: 700; }
.product-card__meta { margin: 0; flex-basis: 100%; font-size: .85rem; color: var(--muted); }
.product-card__hint { color: var(--muted); margin-bottom: var(--space-3); }
.product-card__label { font-family: var(--font-body); font-size: .95rem; font-weight: 700; margin: 0 0 var(--space-2); }
.product-card__label--bonus { margin-top: var(--space-4); padding-top: var(--space-4); border-top: 1px solid var(--line); }
.product-card__link { margin-top: var(--space-4); }
.product-state { display: flex; gap: var(--space-3); align-items: flex-start; background: var(--canvas); border-radius: 12px; padding: var(--space-4); }
.product-state__icon { color: var(--violet); }
.product-state--unavailable .product-state__icon { color: var(--error); }
.product-state__title { font-weight: 800; margin: 0 0 2px; }
.product-state__text { margin: 0; color: var(--muted); }
.payout-preview { display: grid; gap: var(--space-4); }
.payout-preview__intro p { color: var(--muted); }
.payout-preview__list { list-style: none; display: grid; gap: var(--space-3); }
.payout-preview__item { display: grid; grid-template-columns: auto 1fr; gap: var(--space-3); align-items: center; background: var(--violet-soft); border-radius: 12px; padding: var(--space-4); }
.payout-preview__item .icon { color: var(--violet); }
.payout-preview__item .btn { grid-column: 1 / -1; }
.payout-preview__title { font-weight: 800; margin: 0; }
.payout-preview__text { margin: 0; color: var(--muted); font-size: .95rem; }
@media (min-width: 640px) { .payout-preview__item { grid-template-columns: auto 1fr auto; } .payout-preview__item .btn { grid-column: auto; } }
@media (min-width: 900px) { .payout-preview { grid-template-columns: 1fr 1.4fr; align-items: start; } }
.source-list { display: grid; gap: var(--space-2) var(--space-6); grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin: 0 0 var(--space-4); }
.source-list--stack { grid-template-columns: 1fr; gap: var(--space-2); }
.source-list div { display: flex; justify-content: space-between; gap: var(--space-3); border-bottom: 1px solid var(--line); padding: 6px 0; }
.source-list dt { color: var(--muted); font-weight: 600; }
.source-list dd { margin: 0; text-align: right; font-weight: 600; }
.source-block__cta { display: flex; flex-wrap: wrap; gap: var(--space-3); margin: 0; }
.mini-grid { list-style: none; display: grid; gap: var(--space-4); grid-template-columns: 1fr; }
@media (min-width: 640px) { .mini-grid { grid-template-columns: repeat(3, 1fr); } }
.mini-card { display: flex; gap: var(--space-3); align-items: flex-start; padding: var(--space-4); margin: 0 !important; }
.mini-card__balls { display: flex; }
.mini-card__balls .ball + .ball { margin-left: -12px; }
.mini-card__title { font-size: 1.1rem; margin-bottom: 2px; }
.mini-card__text { color: var(--muted); font-size: .95rem; margin-bottom: var(--space-2); display: flex; align-items: center; gap: 6px; }
.guide-grid { display: grid; gap: var(--space-4); grid-template-columns: 1fr; }
@media (min-width: 640px) { .guide-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .guide-grid { grid-template-columns: repeat(3, 1fr); } }
.guide-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; margin: 0 !important; }
.guide-card__media { display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.guide-card__media img { width: 100%; height: 100%; object-fit: cover; }
.guide-card__body { padding: var(--space-4) var(--space-6) var(--space-6); display: grid; gap: var(--space-2); }
.guide-card__title { font-size: 1.25rem; margin: 0; }
.guide-card__title a { color: var(--plum); text-decoration: none; }
.guide-card__title a:hover { color: var(--violet); }
.faq-grid { display: grid; gap: var(--space-3); grid-template-columns: 1fr; }
@media (min-width: 900px) { .faq-grid { grid-template-columns: repeat(2, 1fr); } }
.faq { padding: 0; margin: 0 !important; }
.faq__q { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: var(--space-3); padding: var(--space-4) var(--space-6); font-family: var(--font-heading); font-weight: 800; font-size: 1.1rem; min-height: 56px; }
.faq__q::-webkit-details-marker { display: none; }
.faq[open] .faq__chevron { transform: rotate(180deg); }
.faq__chevron { transition: transform .2s ease; color: var(--violet); }
.faq__a { padding: 0 var(--space-6) var(--space-6); color: var(--muted); }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; max-width: 100%; }
.payout-table { width: 100%; border-collapse: collapse; min-width: 320px; }
.payout-table th, .payout-table td { padding: 12px 10px; text-align: left; border-bottom: 1px solid var(--line); }
.payout-table thead th { background: var(--canvas); color: var(--muted); font-weight: 600; font-size: .95rem; }
.payout-table tbody th { font-weight: 800; }
.payout-table .num { text-align: right; }
.payout-table td.currency { font-weight: 800; color: var(--violet-dark); white-space: nowrap; }
.empty-state h2, .empty-state h3 { margin-bottom: var(--space-2); }
.link-list { list-style: none; display: grid; gap: 2px; }
.link-list a { display: flex; align-items: center; justify-content: space-between; gap: var(--space-2); min-height: 44px; padding: 8px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 600; }
.link-list li:last-child a { border-bottom: 0; }
.link-list--big a { font-size: 1.15rem; }
.split-card { display: grid; gap: var(--space-6); grid-template-columns: 1fr; margin-top: var(--space-6); }
.split-card__title { font-size: 1.5rem; }
.split-card__aside { display: flex; gap: var(--space-4); align-items: flex-start; }
.split-card__aside .icon { color: var(--violet); }
.split-card__aside-title { font-size: 1.15rem; margin-bottom: 4px; }
@media (min-width: 900px) { .split-card { grid-template-columns: 1.2fr 1fr; } .split-card__aside { border-left: 1px solid var(--line); padding-left: var(--space-6); } }
.tip-card { display: flex; gap: var(--space-4); align-items: flex-start; margin-top: var(--space-4); }
.tip-card__icon { color: var(--violet); background: var(--violet-soft); border-radius: 50%; padding: 12px; width: 64px; height: 64px; flex: none; }
.tip-card__title { font-size: 1.5rem; margin-bottom: 4px; }
.feature-card { display: grid; gap: var(--space-6); grid-template-columns: 1fr; margin-top: var(--space-6); overflow: hidden; }
.feature-card__title { font-size: 1.75rem; }
.feature-card__img { border-radius: var(--radius); width: 100%; height: auto; }
.feature-card--soft { background: linear-gradient(135deg, #fff 0%, var(--violet-soft) 100%); }
@media (min-width: 900px) { .feature-card { grid-template-columns: 1.1fr 1fr; align-items: center; } }
.aside-card { padding: var(--space-4) var(--space-6); }
.aside-card__title { font-size: 1.25rem; display: flex; align-items: center; gap: var(--space-2); margin-bottom: var(--space-3); }
.aside-card__title .icon { color: var(--violet); }
.aside-card__row { padding: var(--space-3) 0; border-top: 1px solid var(--line); }
.aside-card__row:first-of-type { border-top: 0; }
.aside-card__row p { margin-bottom: var(--space-2); }
.aside-tip { text-align: left; }
.aside-tip__icon { color: var(--violet); background: var(--violet-soft); border-radius: 50%; padding: 12px; width: 64px; height: 64px; margin-bottom: var(--space-3); }
.aside-tip__title { font-size: 1.5rem; margin-bottom: 4px; }
.aside-tip__lead { font-weight: 700; margin-bottom: var(--space-3); }
.pager { display: flex; justify-content: space-between; gap: var(--space-3); padding: var(--space-3) var(--space-4); margin-top: var(--space-6); }
.pager__link { display: inline-flex; align-items: center; gap: var(--space-2); text-decoration: none; color: var(--violet); min-height: 48px; }
.pager__link span { display: flex; flex-direction: column; }
.pager__link--next { text-align: right; margin-left: auto; }
.pager__spacer { flex: 1; }
.promo-card { display: grid; grid-template-columns: 1fr; gap: var(--space-4); align-items: center; margin-top: var(--space-6); background: linear-gradient(135deg, var(--violet-soft), #fff); overflow: hidden; }
.promo-card__title { font-size: 1.6rem; }
.promo-card__img { width: 220px; justify-self: end; }
@media (min-width: 700px) { .promo-card { grid-template-columns: 1fr auto; } }
.cta-banner { display: grid; grid-template-columns: 1fr; gap: var(--space-4); align-items: center; margin-top: var(--space-8); background: linear-gradient(135deg, #fff, var(--violet-soft)); }
.cta-banner__img { width: 160px; }
.cta-banner__title { font-size: 1.5rem; margin-bottom: 4px; }
@media (min-width: 700px) { .cta-banner { grid-template-columns: auto 1fr auto; } }
.steps-grid, .steps-row { list-style: none; display: grid; gap: var(--space-4); grid-template-columns: 1fr; }
@media (min-width: 768px) { .steps-grid, .steps-row { grid-template-columns: repeat(3, 1fr); } }
.step-card { display: grid; grid-template-columns: auto 1fr; gap: var(--space-3); margin: 0 !important; }
.step-card__title { font-size: 1.15rem; margin-bottom: 4px; }
.step-card__icon { color: var(--violet); grid-column: 1; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--violet); color: #fff; font-family: var(--font-heading); font-weight: 800; font-size: 1.25rem; flex: none; }
.step-num--coral { background: var(--coral); }
.step-num--turquoise { background: var(--turquoise); }
.step-num--yellow { background: var(--yellow); color: var(--plum); }
.step-num--violet { background: var(--violet); }
.step-title { display: flex; align-items: center; gap: var(--space-3); font-size: 1.6rem; margin-bottom: var(--space-3); }
.step-title .icon { color: var(--violet); }
.steps-row li { display: grid; gap: var(--space-2); }
.steps-row h3 { font-size: 1.15rem; margin: 0; }
.steps-row p { color: var(--muted); }
.steps-2col { display: grid; gap: var(--space-4); grid-template-columns: 1fr; margin-top: var(--space-6); }
@media (min-width: 768px) { .steps-2col { grid-template-columns: 1fr 1fr; } }
.guide-step { margin: 0 !important; }
.guide-step__title { display: flex; align-items: center; gap: var(--space-3); font-size: 1.4rem; }
.guide-step__title .icon { color: var(--violet); }
.guide-step--mint { background: var(--turquoise-soft); }
.guide-head { display: grid; gap: var(--space-4); grid-template-columns: 1fr; align-items: center; margin-bottom: var(--space-6); }
.guide-head__img { width: min(100%, 420px); justify-self: center; }
@media (min-width: 768px) { .guide-head { grid-template-columns: 1.2fr 1fr; } .guide-head__img { justify-self: end; } }
.toc { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-2) var(--space-4); background: var(--violet-soft); box-shadow: none; padding: var(--space-4) var(--space-6); }
.toc__title { font-weight: 800; margin: 0; }
.toc a { font-weight: 700; min-height: 32px; display: inline-flex; align-items: center; }
.example-block { margin-top: var(--space-6); background: var(--violet-soft); }
.example-block > .card { margin-top: var(--space-4); }
.example-block__note { color: var(--muted); }
.feature-links { list-style: none; display: grid; gap: var(--space-3); grid-template-columns: 1fr; }
@media (min-width: 768px) { .feature-links { grid-template-columns: 1fr 1fr; } }
.feature-links a { display: flex; align-items: center; gap: var(--space-3); padding: var(--space-4); border: 1.5px solid var(--line); border-radius: var(--radius); text-decoration: none; color: var(--plum); min-height: 72px; }
.feature-links a:hover { border-color: var(--violet); }
.feature-links a > .icon:first-child { color: var(--violet); background: var(--violet-soft); border-radius: 50%; padding: 12px; width: 52px; height: 52px; }
.feature-links span { flex: 1; }
.feature-links strong { display: block; }
.results-count { color: var(--muted); font-weight: 600; }
.filter-form { display: grid; gap: var(--space-4); grid-template-columns: 1fr; margin-top: var(--space-6); align-items: start; padding: var(--space-6); border: 1px solid var(--line); }
.filter-form__field { display: grid; gap: 6px; align-content: start; }
.filter-form__field label { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: .95rem; color: var(--plum); }
.filter-form__field label .icon { color: var(--violet); width: 18px; height: 18px; }
.filter-form__hint { margin: 0; color: var(--muted); font-size: .85rem; }
.filter-form__submit { align-self: start; margin-top: 26px; width: 100%; }
.filter-form__group { border: 0; padding: 0; margin: 0; display: grid; gap: 6px; min-width: 0; }
.filter-form__legend { display: flex; align-items: center; gap: 8px; padding: 0; margin-bottom: 2px; font-weight: 700; font-size: .95rem; color: var(--plum); }
.filter-form__legend .icon { color: var(--violet); width: 18px; height: 18px; }
.filter-form__row { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr) minmax(0, 1fr); gap: var(--space-2); }
@media (max-width: 559.98px) {
  /* Dag and Månad share the first line; År takes the full width below so no label truncates. */
  .filter-form__row { grid-template-columns: 92px minmax(0, 1fr); gap: var(--space-2) var(--space-3); }
  .filter-form__row .filter-form__field:nth-child(3) { grid-column: 1 / -1; }
}
.filter-form__row .filter-form__field label { font-weight: 600; font-size: .85rem; color: var(--muted); }
@media (min-width: 560px) {
  .filter-form__submit { width: auto; min-width: 190px; justify-self: start; margin-top: var(--space-1); }
}
@media (min-width: 1024px) {
  .filter-form { grid-template-columns: minmax(0, 2.4fr) minmax(0, 1fr) auto; column-gap: var(--space-6); }
  .filter-form__submit { min-width: 150px; margin-top: 26px; justify-self: stretch; }
}
@media (max-width: 767.98px) { .filter-form__submit { margin-top: var(--space-1); } }
.archive-layout { display: grid; gap: var(--space-4); grid-template-columns: 1fr; margin-top: var(--space-4); align-items: start; }
@media (min-width: 900px) { .archive-layout { grid-template-columns: 1fr 280px; } }
.archive-card { border-left: 6px solid var(--violet); }
.archive-card--coral { border-left-color: var(--coral); }
.archive-card--turquoise { border-left-color: var(--turquoise); }
.archive-card--yellow { border-left-color: var(--yellow); }
.archive-card__head { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-2) var(--space-3); }
.archive-card__title { font-size: 1.4rem; margin: 0; }
.archive-card__title a { color: var(--plum); text-decoration: none; }
.archive-card__title a:hover { color: var(--violet); }
.archive-card__meta { color: var(--muted); margin-bottom: var(--space-3); }
.archive-card__numbers { display: grid; gap: var(--space-4); grid-template-columns: 1fr; margin-bottom: var(--space-3); }
@media (min-width: 640px) { .archive-card__numbers { grid-template-columns: 1.6fr 1fr; } }
.archive-card__links { list-style: none; display: flex; flex-wrap: wrap; gap: var(--space-2) var(--space-6); }
.draw-bar { display: grid; gap: var(--space-4); grid-template-columns: 1fr; background: var(--plum); color: #fff; border-radius: var(--radius); padding: var(--space-4) var(--space-6); margin-bottom: var(--space-4); }
.draw-bar__item { display: flex; align-items: center; gap: var(--space-3); }
.draw-bar__item .icon { color: var(--yellow); }
.draw-bar__title { font-weight: 800; margin: 0; }
.draw-bar__text { margin: 0; color: rgba(255, 255, 255, .8); font-size: .95rem; }
.draw-bar__actions { display: flex; flex-wrap: wrap; gap: var(--space-3); }
@media (min-width: 900px) { .draw-bar { grid-template-columns: 1fr 1fr auto; align-items: center; } .draw-bar__item + .draw-bar__item { border-left: 1px solid rgba(255, 255, 255, .2); padding-left: var(--space-6); } }
.draw-layout { display: grid; gap: var(--space-4); grid-template-columns: 1fr; align-items: start; }
.draw-layout__main { display: grid; gap: var(--space-4); }
.draw-layout__main .card { margin-top: 0 !important; }
.draw-layout__aside { display: grid; gap: var(--space-4); }
.draw-layout__aside .card { margin-top: 0 !important; }
@media (min-width: 1024px) { .draw-layout { grid-template-columns: 2fr 1fr; } }
.payout-layout { display: grid; gap: var(--space-4); grid-template-columns: 1fr; align-items: stretch; }
@media (min-width: 1024px) { .payout-layout { grid-template-columns: 2fr 1fr; } }
.payout-card .product-card__head { margin-bottom: var(--space-4); }
.highlight-card { background: linear-gradient(160deg, #5B27BA 0%, var(--plum) 100%); color: #fff; margin: 0 !important; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.highlight-card__label { font-weight: 700; color: rgba(255, 255, 255, .85); margin-bottom: var(--space-3); }
.highlight-card__big { overflow-wrap: anywhere; font-family: var(--font-heading); font-weight: 800; font-size: 2.6rem; line-height: 1; margin-bottom: var(--space-3); padding-bottom: var(--space-3); border-bottom: 1px solid rgba(255, 255, 255, .25); }
.highlight-card__amount { font-family: var(--font-heading); font-weight: 800; font-size: 2rem; color: var(--yellow); margin-bottom: 2px; }
.highlight-card__sub { color: rgba(255, 255, 255, .85); }
.highlight-card__img { width: 60%; align-self: flex-end; margin-top: auto; filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .4)); }
.checker { margin-top: var(--space-6); }
.selector-row--checker { margin-top: 0; }
.checker-layout { display: grid; gap: var(--space-4); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) { .checker-layout { grid-template-columns: 1.7fr 1fr; } }
.checker-card, .checker-about { margin: 0 !important; }
.checker-about__img { width: 70%; margin: var(--space-4) auto 0; }
.row-inputs { border: 0; padding: 0; margin: var(--space-4) 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-2); }
@media (min-width: 640px) { .row-inputs { grid-template-columns: repeat(7, 1fr); } }
.row-inputs__input { text-align: center; font-family: var(--font-heading); font-weight: 800; font-size: 1.5rem; min-height: 64px; padding: 4px; -moz-appearance: textfield; }
.row-inputs__input::-webkit-outer-spin-button, .row-inputs__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.row-inputs__input[aria-invalid="true"] { border-color: var(--error); }
.checker-card__actions { display: flex; flex-wrap: wrap; gap: var(--space-3); }
.checker-card__actions .btn--primary { flex: 2 1 220px; }
.checker-card__actions .btn--soft { flex: 1 1 120px; }
.result-card { margin-top: var(--space-4); border-top: 6px solid var(--turquoise); }
.result-card:focus { outline: none; }
.result-card__head { display: flex; flex-wrap: wrap; gap: var(--space-4); align-items: flex-start; padding-bottom: var(--space-4); border-bottom: 1px solid var(--line); margin-bottom: var(--space-4); }
.result-card__icon { width: 56px; height: 56px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff; flex: none; }
.result-card__icon--win { background: var(--success); }
.result-card__icon--none { background: var(--muted); }
.result-card__title { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 4px; }
.result-card__text { margin-bottom: 4px; }
.result-card__head > div { flex: 1 1 300px; }
.result-card__numbers { display: grid; gap: var(--space-4); grid-template-columns: 1fr; }
@media (min-width: 900px) { .result-card__numbers { grid-template-columns: 1.7fr 1fr; } }
.result-card__legend { display: flex; align-items: center; gap: var(--space-2); color: var(--muted); margin-top: var(--space-4); }
.live-hint { margin: 0; }
.page-text { max-width: 820px; }
.page-text .card { margin-top: var(--space-4); }
.text-block h2 { font-size: 1.4rem; }
.contact-form { display: grid; gap: var(--space-4); }
.form-field { display: grid; gap: 6px; }
.form-field label { font-weight: 700; font-size: .95rem; color: var(--plum); }
.form-field--hp { position: absolute; left: -9999px; }
.req { color: var(--coral-dark); }
.field-help { color: var(--muted); font-size: .95rem; margin: 0; }
.field-error { color: var(--error); font-weight: 700; margin: 0; }
input[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--error); }
.page-404 { text-align: center; padding-top: var(--space-8); }
.page-404 .ball--xl { margin: 0 auto var(--space-4); }
.page-404 .link-list { text-align: left; max-width: 420px; margin: var(--space-6) auto 0; }

/* 7. Balls & Joker --------------------------------------------------------- */
.balls { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; container-type: inline-size; }
.balls .ball { --ball: clamp(28px, calc((100cqw - 6 * 6px) / 7), 56px); }
.balls--sm .ball { --ball: clamp(28px, calc((100cqw - 6 * 6px) / 7), 44px); }
.ball { --c1: var(--violet); --c2: var(--violet-dark); position: relative; display: inline-flex; align-items: center; justify-content: center; width: var(--ball); height: var(--ball); border-radius: 50%; flex: none;
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, .95) 0, rgba(255, 255, 255, .55) 10%, rgba(255, 255, 255, 0) 32%), radial-gradient(circle at 50% 50%, var(--c1) 0, var(--c1) 58%, var(--c2) 100%);
  box-shadow: inset -4px -6px 10px rgba(0, 0, 0, .28), inset 3px 3px 8px rgba(255, 255, 255, .25), 0 6px 10px -4px rgba(40, 18, 75, .45); }
.ball__disc { display: inline-flex; align-items: center; justify-content: center; width: 64%; height: 64%; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #fff 0, #fff 60%, #E9E4F1 100%); color: var(--plum); font-family: var(--font-heading); font-weight: 800; font-size: calc(var(--ball) * .36); line-height: 1; box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .12); }
.ball--coral { --c1: #F66A7A; --c2: #C4283E; }
.ball--turquoise { --c1: #16A3A5; --c2: #005C5E; }
.ball--violet { --c1: #8A56EE; --c2: #4C1FA9; }
.ball--yellow { --c1: #FFD45E; --c2: #E0A100; }
.ball--lavender { --c1: #B79BEC; --c2: #7A50CF; }
.ball--mint { --c1: #7FD5D6; --c2: #2E9FA1; }
.ball--hit { outline: 4px solid var(--yellow); outline-offset: 2px; }
.ball--hit .ball__disc { background: radial-gradient(circle at 40% 35%, #FFF6D6 0, var(--yellow) 90%); }
.balls--sm .ball, .ball--sm { --ball: 44px; }
.ball--xs { --ball: 22px; }
.ball--xl { --ball: 120px; }
.ball--nav { --ball: 52px; }
@media (max-width: 639.98px) { .balls { gap: 6px; } }
.joker-panel { border-left: 6px solid var(--violet); }
.joker-panel__body { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--space-4); }
.joker-digits { list-style: none; display: grid; grid-template-columns: repeat(7, minmax(0, var(--joker))); gap: 6px; container-type: inline-size; max-width: 100%; }
.joker-digit { display: inline-flex; align-items: center; justify-content: center; width: auto; aspect-ratio: 1; min-width: 0; border-radius: 10px; background: var(--plum); color: #fff; font-family: var(--font-heading); font-weight: 800; font-size: clamp(1rem, 7.5cqw, calc(var(--joker) * .55)); box-shadow: 0 4px 8px -2px rgba(40, 18, 75, .4); }
.joker-panel--large .joker-digit { --joker: 88px; }
@media (max-width: 639.98px) { .joker-digit { border-radius: 8px; } .joker-digits { gap: 4px; } }
@media (min-width: 640px) and (max-width: 899.98px) { .joker-panel--large .joker-digit { --joker: 64px; } }

/* 8. Footer ---------------------------------------------------------------- */
.site-footer { background: var(--plum); color: #fff; margin-top: var(--space-8); }
.site-footer a { color: #fff; }
.site-footer__top { display: grid; gap: var(--space-6); padding: var(--space-8) 0 var(--space-6); border-bottom: 1px solid rgba(255, 255, 255, .15); }
.site-footer__brand { display: grid; grid-template-columns: auto auto; align-items: center; gap: 4px 10px; justify-content: start; }
.site-footer__brand .brand__mark { filter: brightness(1.05); }
.site-footer__tagline { grid-column: 1 / -1; margin: 0; color: rgba(255, 255, 255, .8); }
.site-footer__nav { display: flex; flex-wrap: wrap; gap: var(--space-2) var(--space-4); }
.site-footer__nav a { font-weight: 600; min-height: 32px; display: inline-flex; align-items: center; }
.site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--space-3) var(--space-6); padding: var(--space-4) 0 var(--space-6); font-size: .9rem; color: rgba(255, 255, 255, .8); }
.site-footer__bottom p { margin: 0; }
.site-footer__legal { display: flex; flex-wrap: wrap; gap: var(--space-4); }
@media (min-width: 900px) { .site-footer__top { grid-template-columns: auto 1fr auto; align-items: center; } .site-footer__nav { justify-content: center; } }

/* 9. Print ----------------------------------------------------------------- */
@media print {
  .site-header, .site-footer, .skip-link, .hero, .draw-bar__actions, .pager, .promo-card, .draw-layout__aside .aside-card:nth-child(n+3), .checker-about, .cta-banner, .guide-card__media, img, .btn, .notice--info { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .card { box-shadow: none; border: 1px solid #999; break-inside: avoid; }
  .draw-bar { background: #fff; color: #000; border: 1px solid #999; }
  .draw-layout { grid-template-columns: 1fr; }
  .ball { box-shadow: none; background: #fff; border: 2px solid #000; }
  .ball__disc { background: #fff; color: #000; }
  .ball--hit { outline: 3px solid #000; }
  .joker-digit { background: #fff; color: #000; border: 2px solid #000; box-shadow: none; }
  a[href^="http"]::after { content: ' (' attr(href) ')'; font-size: 9pt; }
  .product-card, .joker-panel, .archive-card { border-left-color: #000; }
}

/* 10. Motion --------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* 11. Editorial additions (SEO content pass) ------------------------------- */
.guide-meta { display: flex; flex-wrap: wrap; gap: 4px var(--space-4); color: var(--muted); font-size: .9rem; margin: 0 0 var(--space-4); }
.guide-meta time { font-weight: 600; color: var(--plum); }
.prose { max-width: 72ch; }
.prose h2 { font-size: 1.5rem; margin-top: var(--space-6); }
.prose h3 { font-size: 1.2rem; margin-top: var(--space-4); }
.prose ul, .prose ol { padding-left: 1.3em; margin-bottom: 1em; display: grid; gap: 4px; }
.source-note { color: var(--muted); font-size: .92rem; margin-top: var(--space-3); }
.status-block { border-left: 6px solid var(--yellow); }
.status-block__title { font-size: 1.5rem; margin-bottom: var(--space-2); }
.status-block p { max-width: 72ch; }
.fact-list { list-style: none; display: grid; gap: var(--space-2); grid-template-columns: 1fr; margin: var(--space-4) 0; }
@media (min-width: 640px) { .fact-list { grid-template-columns: repeat(2, 1fr); } }
.fact-list li { background: var(--canvas); border-radius: 12px; padding: var(--space-3) var(--space-4); display: grid; gap: 2px; }
.fact-list strong { font-family: var(--font-heading); font-size: 1.2rem; }
.fact-list span { color: var(--muted); font-size: .95rem; }
.odds-table td { font-size: .95rem; }
.timeline { list-style: none; display: grid; gap: var(--space-3); margin: var(--space-4) 0; }
.timeline li { display: grid; grid-template-columns: 84px 1fr; gap: var(--space-3); align-items: start; }
.timeline__time { font-family: var(--font-heading); font-weight: 800; font-size: 1.25rem; color: var(--violet-dark); }
.timeline__text strong { display: block; }

/* 12. Header search + search page ------------------------------------------ */
.header-search { margin-left: auto; position: relative; }
.header-search__toggle { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 0; background: transparent; border-radius: 50%; color: var(--plum); }
.header-search__toggle:hover { background: var(--violet-soft); }
.header-search__form { display: none; position: absolute; right: 0; top: calc(100% + 8px); background: var(--paper); border: 1.5px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); padding: var(--space-3); gap: var(--space-2); width: min(92vw, 380px); z-index: 120; }
body.search-open .header-search__form { display: flex; }
.header-search__input { flex: 1; min-width: 0; }
.search-form { display: grid; gap: var(--space-4); align-items: end; margin-top: var(--space-4); }
@media (min-width: 640px) { .search-form { grid-template-columns: 1fr auto; } }
.search-results { list-style: none; display: grid; gap: var(--space-3); }
.search-results .card { margin: 0 !important; padding: var(--space-4); }
.search-results h3 a { text-decoration: none; }
.search-results h3 a:hover { text-decoration: underline; }
@media (max-width: 1023.98px) {
  .header-search { margin-left: auto; }
  .header-search__form { right: -8px; }
}

/* 13. Back to top ---------------------------------------------------------- */
.to-top { position: fixed; right: var(--gutter); bottom: calc(var(--gutter) + env(safe-area-inset-bottom, 0px)); z-index: 80;
  width: 52px; height: 52px; border: 0; border-radius: 50%; background: var(--violet); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px -6px rgba(40, 18, 75, .6);
  opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.to-top:hover { background: var(--violet-dark); }
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top .icon { width: 26px; height: 26px; }
body.menu-open .to-top { display: none; }
@media print { .to-top { display: none; } }

/* 14. Information and legal pages ------------------------------------------ */
.doc-head { margin-bottom: var(--space-4); }
.doc-meta { color: var(--muted); font-size: .92rem; margin: 0; }
.doc-meta time { font-weight: 600; color: var(--plum); }
.text-block h2 { font-size: 1.4rem; margin-top: 0; }
.text-block h3 { font-size: 1.1rem; margin-top: var(--space-4); }
.text-block ul, .text-block ol { padding-left: 1.3em; margin-bottom: 1em; display: grid; gap: 6px; }
.text-block li { padding-left: 2px; }
.doc-links { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-top: var(--space-6); }
.doc-actions { margin: var(--space-4) 0 0; }
.notice__title { font-size: 1.15rem; margin: 0 0 4px; font-family: var(--font-heading); }
.notice h2.notice__title { font-size: 1.25rem; }
.fact-rows { list-style: none; display: grid; gap: var(--space-2); margin: var(--space-4) 0; padding: 0; }
.fact-rows li { display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--space-2) var(--space-4); background: var(--canvas); border-radius: 10px; padding: var(--space-3) var(--space-4); }
.fact-rows span { color: var(--muted); }
.fact-rows strong { text-align: right; }
.numbered-steps { display: grid; gap: var(--space-3); padding-left: 1.3em; }
.numbered-steps li { padding-left: 4px; }
.error-summary { padding-left: 1.2em; margin: 6px 0 0; display: grid; gap: 4px; }
.error-summary a { color: inherit; font-weight: 700; }
.form-title { font-size: 1.5rem; margin-bottom: 4px; }
.form-field--check { margin-top: var(--space-1); }
.checkbox { display: grid; grid-template-columns: auto 1fr; gap: var(--space-3); align-items: start; cursor: pointer; font-weight: 400; }
.checkbox input[type="checkbox"] { width: 24px; height: 24px; min-height: 24px; margin: 2px 0 0; padding: 0; accent-color: var(--violet); border-radius: 6px; cursor: pointer; flex: none; }
.checkbox span { display: block; }
.checkbox small { display: block; color: var(--muted); font-size: .92rem; margin-top: 2px; }
.field-error { display: flex; align-items: center; gap: 6px; }
.field-error .icon { flex: none; }
.search-form--404 { text-align: left; margin-bottom: var(--space-6); }
.page-404__heading { text-align: left; font-size: 1.4rem; margin-top: var(--space-6); }
.page-404__help { margin-top: var(--space-6); color: var(--muted); }
.site-footer__cookie { background: none; border: 0; color: #fff; font: inherit; font-weight: 600; text-decoration: underline; text-underline-offset: .15em; padding: 6px 0; min-height: 32px; cursor: pointer; }
.site-footer__cookie:hover { color: var(--yellow); }

/* 15. Cookie consent -------------------------------------------------------- */
.cookie-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 140; background: var(--paper); border-top: 3px solid var(--violet); box-shadow: 0 -8px 30px -10px rgba(40, 18, 75, .35); padding: var(--space-4) 0; }
.cookie-bar[hidden] { display: none; }
.cookie-bar__inner { display: grid; gap: var(--space-4); align-items: center; }
.cookie-bar__title { font-size: 1.15rem; margin-bottom: 4px; }
.cookie-bar__text p { margin: 0; color: var(--muted); max-width: 70ch; }
.cookie-bar__actions { display: flex; flex-wrap: wrap; gap: var(--space-2); }
.cookie-bar__actions .btn { flex: 1 1 auto; }
/* While the bar is shown, reserve space so it never covers the footer or a focused control. */
body.has-cookie-bar { padding-bottom: 300px; }
body.has-cookie-bar .to-top { bottom: calc(var(--gutter) + 132px); }
@media (min-width: 900px) {
  .cookie-bar__inner { grid-template-columns: 1fr auto; }
  .cookie-bar__actions .btn { flex: 0 0 auto; }
  body.has-cookie-bar { padding-bottom: 140px; }
  body.has-cookie-bar .to-top { bottom: calc(var(--gutter) + 92px); }
}
@media (min-width: 560px) and (max-width: 899.98px) {
  body.has-cookie-bar { padding-bottom: 220px; }
}
.cookie-dialog { border: 0; border-radius: var(--radius-lg); padding: 0; width: min(92vw, 560px); max-height: 86vh; background: var(--paper); color: var(--ink); box-shadow: 0 30px 60px -20px rgba(28, 12, 54, .55); }
.cookie-dialog::backdrop { background: rgba(28, 12, 54, .55); }
.cookie-dialog__form { padding: var(--space-6); display: grid; gap: var(--space-4); margin: 0; }
.cookie-dialog__head { display: flex; align-items: center; justify-content: space-between; gap: var(--space-3); }
.cookie-dialog__title { font-size: 1.5rem; margin: 0; }
.cookie-dialog__close { width: 44px; height: 44px; border: 0; background: transparent; border-radius: 50%; color: var(--plum); display: inline-flex; align-items: center; justify-content: center; }
.cookie-dialog__close:hover { background: var(--violet-soft); }
.cookie-dialog__intro { margin: 0; color: var(--muted); }
.cookie-cats { list-style: none; display: grid; gap: var(--space-2); padding: 0; margin: 0; }
.cookie-cat { background: var(--canvas); border-radius: 12px; padding: var(--space-3) var(--space-4); }
.cookie-cat input:disabled { opacity: .55; cursor: not-allowed; }
.cookie-dialog__actions { display: flex; flex-wrap: wrap; gap: var(--space-2); }
.cookie-dialog__actions .btn { flex: 1 1 auto; }
.cookie-dialog__link { margin: 0; font-size: .92rem; color: var(--muted); }
@media print { .cookie-bar, .cookie-dialog { display: none !important; } }
