@charset "UTF-8";
/* Project Settings */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Balance healines so titles look as they should */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
:has(:target) {
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
}

html {
  hanging-punctuation: first last;
  color-scheme: dark light;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

p,
li,
dt,
dd,
blockquote,
.no-orphan {
  text-wrap: pretty;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  :has(:target) {
    scroll-behavior: smooth;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Base color scheme (fallback) */
:root {
  --color-1: #e62739; /* The primary color (var(--primary), var(--primary-a90), var(--primary-80), var(--primary-a50)) */
  --color-2: #21A8A3; /* The secondary color (var(--secondary), var(--secondary-a90), var(--secondary-80), var(--secondary-a50)) */
  --color-3: #19191a; /* Initial foreground color (var(--foreground), var(--foreground-a90), var(--foreground-80), var(--foreground-a50)) */
  --color-4: #f1f1f1; /* Initial background color (var(--background), var(--background-a90), var(--background-80), var(--background-a50)) */
  --primary: var(--color-1);
  --primary-a90: color-mix(in srgb, var(--primary), transparent 10%);
  --primary-a80: color-mix(in srgb, var(--primary), transparent 20%);
  --primary-a50: color-mix(in srgb, var(--primary), transparent 50%);
  --secondary: var(--color-2);
  --secondary-a90: color-mix(in srgb, var(--secondary), transparent 10%);
  --secondary-a80: color-mix(in srgb, var(--secondary), transparent 20%);
  --secondary-a50: color-mix(in srgb, var(--secondary), transparent 50%);
  --foreground: var(--color-3);
  --foreground-a90: color-mix(in srgb, var(--foreground), transparent 10%);
  --foreground-a80: color-mix(in srgb, var(--foreground), transparent 20%);
  --foreground-a50: color-mix(in srgb, var(--foreground), transparent 50%);
  --background: var(--color-4);
  --background-a90: color-mix(in srgb, var(--background), transparent 10%);
  --background-a80: color-mix(in srgb, var(--background), transparent 20%);
  --background-a50: color-mix(in srgb, var(--background), transparent 50%);
}

/* lightmode or fallback if user has no preference */
@media (prefers-color-scheme: background), (prefers-color-scheme: no-preference) {
  :root {
    --foreground: var(--color-3);
    --foreground-a90: color-mix(in srgb, var(--foreground), transparent 10%);
    --foreground-a80: color-mix(in srgb, var(--foreground), transparent 20%);
    --foreground-a50: color-mix(in srgb, var(--foreground), transparent 50%);
    --background: var(--color-4);
    --background-a90: color-mix(in srgb, var(--background), transparent 10%);
    --background-a80: color-mix(in srgb, var(--background), transparent 20%);
    --background-a50: color-mix(in srgb, var(--background), transparent 50%);
  }
}
/* darkmode */
@media (prefers-color-scheme: foreground) {
  :root {
    --foreground: var(--color-4);
    --foreground-a90: color-mix(in srgb, var(--foreground), transparent 10%);
    --foreground-a80: color-mix(in srgb, var(--foreground), transparent 20%);
    --foreground-a50: color-mix(in srgb, var(--foreground), transparent 50%);
    --background: var(--color-3);
    --background-a90: color-mix(in srgb, var(--background), transparent 10%);
    --background-a80: color-mix(in srgb, var(--background), transparent 20%);
    --background-a50: color-mix(in srgb, var(--background), transparent 50%);
  }
}
/* =================================================================
   Orduglen — editorial Danish dictionary design
   Dannebrog red + warm paper, Fraunces serif display, Inter body.
   ================================================================= */
:root {
  --red: #C8102E; /* Dannebrog red */
  --red-deep: #9E0C24;
  --red-tint: #F6E4E2;
  --ink: #1A1714;
  --ink-soft: #6E665E;
  --paper: #FBF7F1; /* warm off-white */
  --paper-2: #F3EADC;
  --card: #ffffff; /* raised surfaces (start form, etc.) */
  --line: #E2D7C6;
  --line-ink: #1A1714;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --maxw: 680px;
  --radius: 6px;
  color-scheme: light dark;
}

/* ---------- Dark mode (follows OS preference) ---------- */
@media (prefers-color-scheme: dark) {
  :root {
    --red: #F0506A; /* brightened for contrast on dark */
    --red-deep: #F6788C;
    --red-tint: #2B1A1E;
    --ink: #ECE4D9;
    --ink-soft: #A89E90;
    --paper: #15120F; /* warm near-black */
    --paper-2: #211C17;
    --card: #1C1813;
    --line: #393029;
    --line-ink: #ECE4D9;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background: var(--red);
  color: #fff;
}

::selection {
  background: var(--red);
  color: #fff;
}

a {
  color: var(--red);
  text-underline-offset: 3px;
}

a:hover {
  color: var(--red-deep);
}

/* ---------- Top flag rule ---------- */
body::before {
  content: "";
  display: block;
  height: 6px;
  background: var(--red);
}

/* ---------- Header / nav ---------- */
.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 22px 20px 18px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -0.01em;
}

.brand__owl {
  width: 28px;
  height: auto;
  display: block;
}

.site-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px;
  -webkit-transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.site-nav__icon {
  display: block;
}

.site-nav__link:hover {
  color: var(--red);
  border-color: var(--red);
  background: rgba(200, 16, 46, 0.05);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  border: 1.5px solid var(--ink);
  border-radius: var(--radius);
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 15px 24px;
  -webkit-transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, -webkit-transform 0.04s ease;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, -webkit-transform 0.04s ease;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.04s ease;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.04s ease, -webkit-transform 0.04s ease;
}

.btn:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.btn--lg {
  width: 100%;
  padding: 17px 24px;
  font-size: 14px;
}

.btn--primary {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.btn--primary:hover {
  background: var(--red-deep);
  border-color: var(--red-deep);
  color: #fff;
}

.btn--primary:disabled {
  background: var(--paper-2);
  border-color: var(--line);
  color: var(--ink-soft);
  cursor: default;
}

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

.btn--ghost:hover {
  background: var(--ink);
  color: var(--paper);
}

/* ---------- Landing ---------- */
.landing {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 20px;
}

.hero {
  text-align: center;
  padding: 40px 0 8px;
}

.hero__owl {
  width: 88px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.hero__title {
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 900;
  color: var(--red);
  margin: 10px 0 14px;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.hero__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.hero__badge::before,
.hero__badge::after {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--red);
}

.hero__lead {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
  margin: 18px auto 6px;
  max-width: 22ch;
}

.hero__lead em {
  font-style: normal;
  color: var(--red);
}

.hero__sub {
  color: var(--ink-soft);
  margin: 0 auto 30px;
  max-width: 42ch;
}

/* ---------- Start form ---------- */
.start {
  background: var(--card);
  border: 1.5px solid var(--ink);
  border-radius: 10px;
  -webkit-box-shadow: 8px 8px 0 var(--red-tint);
          box-shadow: 8px 8px 0 var(--red-tint);
  padding: 26px;
  max-width: 420px;
  margin: 0 auto;
  text-align: left;
}

.start__label {
  display: block;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 8px;
}

.start__input {
  width: 100%;
  font-family: var(--serif);
  font-size: 19px;
  color: var(--ink);
  padding: 12px 14px;
  border: none;
  border-bottom: 2px solid var(--ink);
  background: transparent;
  margin-bottom: 18px;
  border-radius: 0;
}

.start__input::-webkit-input-placeholder {
  color: #b8ac99;
  font-style: italic;
}

.start__input::-moz-placeholder {
  color: #b8ac99;
  font-style: italic;
}

.start__input:-ms-input-placeholder {
  color: #b8ac99;
  font-style: italic;
}

.start__input::-ms-input-placeholder {
  color: #b8ac99;
  font-style: italic;
}

.start__input::placeholder {
  color: #b8ac99;
  font-style: italic;
}

.start__input:focus {
  outline: none;
  border-bottom-color: var(--red);
}

.start__consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--ink-soft);
  margin-bottom: 22px;
  cursor: pointer;
}

.start__consent input {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}

.start__hint {
  color: var(--red);
  font-weight: 600;
  font-size: 14px;
  margin: 14px 0 0;
}

/* ---------- Science section ---------- */
.science {
  max-width: 540px;
  margin: 34px auto 0;
  text-align: left;
}

.science > summary {
  cursor: pointer;
  color: var(--red);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  list-style: none;
}

.science > summary::-webkit-details-marker {
  display: none;
}

.science > summary::after {
  content: " ↓";
}

.science[open] > summary::after {
  content: " ↑";
}

.science__body {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 15.5px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 4px;
}

.science__body strong {
  color: var(--ink);
}

.science__bands {
  list-style: none;
  counter-reset: band;
  padding: 0;
  margin: 18px 0;
}

.science__bands li {
  counter-increment: band;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px dotted var(--line);
}

.science__bands li::before {
  content: counter(band, decimal-leading-zero);
  font-family: var(--serif);
  font-weight: 900;
  font-size: 18px;
  color: var(--red);
  margin-right: 14px;
}

.science__bandname {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  color: var(--ink);
}

.science__bandsize {
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.science__formula {
  margin: 12px 0;
}

.science__sources {
  font-size: 13px;
  margin-top: 16px;
}

/* ---------- Ticker ---------- */
.ticker {
  margin: 46px 0 10px;
  overflow: hidden;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 12px 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, #000), color-stop(92%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, #000), color-stop(92%, #000), to(transparent));
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.ticker__track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: ticker 110s linear infinite;
          animation: ticker 110s linear infinite;
}

.ticker__item {
  padding: 0 22px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.ticker__item strong {
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 600;
}

.ticker__item::after {
  content: "✦";
  position: absolute;
  right: -6px;
  color: var(--red);
  font-size: 10px;
  top: 4px;
}

@-webkit-keyframes ticker {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes ticker {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* ---------- Quiz ---------- */
.quiz {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px 20px;
  min-height: 72vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.quiz__loading {
  text-align: center;
  padding: 80px 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 3px solid var(--line);
  border-top-color: var(--red);
  border-radius: 50%;
  margin: 0 auto 18px;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.progress {
  margin: 6px 0 34px;
}

.progress__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.progress__band {
  color: var(--red);
  font-weight: 600;
}

.progress__count {
  color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
}

.progress__bar {
  height: 4px;
  background: var(--line);
  overflow: hidden;
}

.progress__fill {
  height: 100%;
  width: 0;
  background: var(--red);
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}

.question {
  text-align: center;
  margin-bottom: 32px;
}

.question__prompt {
  color: var(--ink-soft);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.question__word {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 900;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.question__pos {
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  color: var(--red);
  margin: 6px 0 0;
}

.options {
  display: grid;
  gap: 0;
  margin-bottom: 28px;
  border-top: 1px solid var(--line);
}

.option {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--ink);
  text-align: left;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line);
  padding: 18px 16px 18px 48px;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.12s ease, color 0.12s ease;
  transition: background 0.12s ease, color 0.12s ease;
}

.option::before {
  content: counter(opt, upper-alpha);
  counter-increment: opt;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-soft);
  border: 1.5px solid var(--line);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
}

.options {
  counter-reset: opt;
}

.option:hover {
  background: var(--paper-2);
}

.option--selected,
.option--selected:hover {
  background: var(--red);
  color: #fff;
}

.option--selected::before {
  background: #fff;
  border-color: #fff;
  color: var(--red);
}

.quiz__check {
  margin-top: auto;
}

/* ---------- Result ---------- */
.result {
  text-align: center;
  padding: 36px 0;
}

.result__owl {
  width: 70px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.result__label {
  color: var(--ink-soft);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 14px 0 0;
}

.result__score {
  font-family: var(--serif);
  font-size: 88px;
  font-weight: 900;
  color: var(--red);
  margin: 2px 0 0;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

.result__unit {
  color: var(--ink-soft);
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  margin: 2px 0 22px;
}

.result__correct {
  font-weight: 600;
}

.result__rank {
  color: var(--red-deep);
  font-weight: 700;
  margin: 8px 0;
}

.result__saved {
  color: var(--red-deep);
  font-weight: 600;
  font-size: 14px;
}

.result__breakdown {
  list-style: none;
  padding: 0;
  margin: 28px auto;
  max-width: 440px;
  text-align: left;
  border-top: 1px solid var(--line);
}

.result__band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 13px 4px;
  border-bottom: 1px dotted var(--line);
}

.result__bandname {
  font-weight: 600;
}

.result__bandscore {
  color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
}

.result__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  max-width: 440px;
  margin: 28px auto 0;
}

.result__actions .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ---------- Highscore board ---------- */
.board {
  max-width: 560px;
  margin: 0 auto;
  padding: 28px 20px;
}

.board__title {
  text-align: center;
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 900;
  color: var(--red);
  margin: 12px 0 6px;
  letter-spacing: -0.02em;
}

.board__sub {
  text-align: center;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-style: italic;
  margin: 0 0 30px;
}

.board__loading {
  text-align: center;
  padding: 40px 0;
}

.board__list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: rank;
  border-top: 1px solid var(--ink);
}

.board__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  padding: 16px 8px;
  border-bottom: 1px solid var(--line);
}

.board__row--top {
  background: var(--red-tint);
}

.board__rank {
  min-width: 36px;
  font-family: var(--serif);
  font-weight: 900;
  font-size: 22px;
  color: var(--red);
  font-variant-numeric: tabular-nums;
}

.board__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 600;
}

.board__score {
  font-weight: 600;
  color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
}

.board__empty {
  text-align: center;
  color: var(--ink-soft);
  font-style: italic;
  font-family: var(--serif);
  padding: 36px 0;
}

.board__cta {
  margin-top: 32px;
  text-align: center;
}

.board__cta .btn {
  max-width: 320px;
}

/* ---------- Footer ---------- */
.site-footer {
  max-width: var(--maxw);
  margin: 48px auto 0;
  padding: 26px 20px 48px;
  text-align: center;
  color: var(--ink-soft);
  font-size: 13px;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 5px 0;
}

.site-footer__fine {
  font-size: 12px;
  opacity: 0.85;
}

/* ---------- Responsive ---------- */
@media (max-width: 480px) {
  .hero__title {
    font-size: 48px;
  }
  .hero__lead {
    font-size: 22px;
  }
  .question__word {
    font-size: 40px;
  }
  .result__score {
    font-size: 66px;
  }
  .board__title {
    font-size: 40px;
  }
  .start {
    -webkit-box-shadow: 5px 5px 0 var(--red-tint);
            box-shadow: 5px 5px 0 var(--red-tint);
  }
}/*# sourceMappingURL=app.css.map */