/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --navy-950: #071e3f;
  --navy-900: #082957;
  --navy-800: #0d3b73;
  --blue-600: #1267c4;
  --blue-100: #eaf4ff;
  --red-600: #df1f2d;
  --red-700: #c71322;
  --gold-500: #eaa317;
  --green-600: #1e8a50;
  --amber-600: #a65c00;
  --ink: #172235;
  --muted: #68758a;
  --line: #dde5ef;
  --canvas: #f4f7fb;
  --white: #fff;
  --radius: 14px;
  --shadow: 0 16px 45px #09285514;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--canvas);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}
.site-shell {
  width: min(1200px, 100% - 40px);
  margin: 0 auto;
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
.utility-bar {
  background: var(--navy-950);
  color: #dce8f7;
  font-size: 12px;
}
.utility-content {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 36px;
  display: flex;
}
.utility-content p {
  align-items: center;
  gap: 8px;
  margin: 0;
  display: flex;
}
.pulse-dot {
  background: #43d889;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px #43d88924;
}
.utility-meta {
  color: #9fb2ca;
}
.utility-divider {
  background: #ffffff2e;
  width: 1px;
  height: 13px;
  margin: 0 4px;
}
.muted-language {
  opacity: 0.55;
}
.site-header {
  z-index: 40;
  background: #fffffffa;
  position: sticky;
  top: 0;
  box-shadow: 0 1px #08295714;
}
.header-main {
  grid-template-columns: 245px minmax(260px, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  display: grid;
}
.brand {
  width: 218px;
  display: flex;
}
.brand img {
  width: 100%;
  height: auto;
  display: block;
}
.header-search {
  justify-self: end;
  width: 100%;
  max-width: 430px;
  position: relative;
}
.header-search input {
  border: 1px solid var(--line);
  width: 100%;
  height: 46px;
  color: var(--ink);
  background: #f8fafc;
  border-radius: 10px;
  outline: none;
  padding: 0 16px 0 44px;
  transition: all 0.18s;
}
.header-search input:focus {
  border-color: var(--blue-600);
  background: #fff;
  box-shadow: 0 0 0 3px #1267c41f;
}
.search-icon {
  border: 2px solid #7d8a9e;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 14px;
  left: 17px;
}
.search-icon:after {
  content: "";
  background: #7d8a9e;
  border-radius: 2px;
  width: 7px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  right: -5px;
  transform: rotate(45deg);
}
.button {
  cursor: pointer;
  border: 0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 750;
  transition:
    transform 0.16s,
    background 0.16s,
    box-shadow 0.16s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-1px);
}
.button--primary {
  background: var(--red-600);
  color: #fff;
  box-shadow: 0 9px 20px #df1f2d33;
}
.button--primary:hover {
  background: var(--red-700);
}
.button--secondary {
  color: #fff;
  background: #ffffff14;
  border: 1px solid #ffffff59;
}
.button--secondary:hover {
  background: #ffffff26;
}
.button--navy {
  background: var(--navy-900);
  color: #fff;
  width: 100%;
}
.button--large {
  min-height: 52px;
  padding: 0 24px;
}
.main-nav {
  border-top: 1px solid #eef2f7;
}
.nav-links {
  align-items: stretch;
  gap: 28px;
  min-height: 48px;
  display: flex;
}
.nav-links a {
  color: #4d5a6e;
  white-space: nowrap;
  align-items: center;
  font-size: 13px;
  font-weight: 680;
  display: flex;
  position: relative;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--navy-900);
}
.nav-links a.active:after {
  content: "";
  background: var(--red-600);
  border-radius: 3px 3px 0 0;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.mobile-menu {
  display: none;
}
.notice-bar {
  background: var(--blue-100);
  border-bottom: 1px solid #cfe4fb;
}
.notice-content {
  color: #31577f;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  font-size: 12.5px;
  line-height: 1.55;
  display: grid;
}
.notice-content p {
  margin: 0;
}
.notice-content a {
  color: var(--blue-600);
  white-space: nowrap;
  font-weight: 750;
}
.notice-icon,
.info-dot {
  width: 22px;
  height: 22px;
  color: var(--blue-600);
  border: 1px solid #91bceb;
  border-radius: 50%;
  place-items: center;
  font-family: Georgia, serif;
  font-weight: 700;
  display: inline-grid;
}
.hero {
  color: #fff;
  background:
    linear-gradient(115deg, #051a3bfa, #093569f5),
    repeating-linear-gradient(125deg, #0000 0 52px, #ffffff06 52px 53px);
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "8";
  color: #ffffff06;
  font-size: 640px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: -180px;
  right: -10px;
}
.hero-grid {
  z-index: 2;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.8fr);
  align-items: center;
  gap: 74px;
  min-height: 520px;
  padding-top: 64px;
  padding-bottom: 82px;
  display: grid;
  position: relative;
}
.hero-glow {
  filter: blur(4px);
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
}
.hero-glow--one {
  background: #1267c447;
  width: 340px;
  height: 340px;
  bottom: -220px;
  left: -180px;
}
.hero-glow--two {
  background: #df1f2d1a;
  width: 260px;
  height: 260px;
  top: 12%;
  right: 13%;
}
.eyebrow {
  color: #9ec9f4;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}
.eyebrow span {
  background: var(--red-600);
  border-radius: 99px;
  width: 26px;
  height: 3px;
}
.eyebrow--dark {
  color: var(--blue-600);
  margin-bottom: 10px;
}
.hero h1 {
  letter-spacing: -0.05em;
  max-width: 660px;
  margin: 0;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 850;
  line-height: 1.04;
}
.hero h1 em {
  color: #8fc9ff;
  font-style: normal;
  display: block;
}
.hero-description {
  color: #c6d6ea;
  max-width: 625px;
  margin: 24px 0 0;
  font-size: 17px;
  line-height: 1.75;
}
.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  display: flex;
}
.hero-trust {
  color: #aebed2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  gap: 24px;
  margin-top: 34px;
  font-size: 11px;
  display: flex;
}
.hero-trust span {
  align-items: center;
  gap: 8px;
  display: flex;
}
.hero-trust b {
  color: #fff;
  letter-spacing: 0;
  font-size: 10px;
}
.draw-card {
  color: var(--ink);
  background: #fffffff7;
  border: 1px solid #ffffff26;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 35px 80px #0000003d;
}
.draw-card:before {
  content: "";
  background: linear-gradient(
    90deg,
    var(--red-600),
    #ff5e69 33%,
    var(--blue-600) 33%,
    #63b6ff
  );
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.draw-card__top,
.draw-card__date,
.draw-card__footer {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}
.draw-card__top {
  padding: 25px 28px 20px;
}
.draw-card__top p,
.result-title p,
.finder-card__heading p {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 800;
}
.draw-card__top h2 {
  color: var(--navy-900);
  margin: 0;
  font-size: 21px;
}
.status-pill {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 99px;
  align-items: center;
  gap: 7px;
  width: fit-content;
  min-height: 27px;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 850;
  display: inline-flex;
}
.status-pill i {
  background: currentColor;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.status-pill--amber {
  color: var(--amber-600);
  background: #fff4dd;
}
.status-pill--outline {
  color: #66758a;
  background: #fff;
  border: 1px solid #cfd9e6;
}
.draw-card__date {
  color: var(--muted);
  background: #f5f8fc;
  border-top: 1px solid #e7edf4;
  border-bottom: 1px solid #e7edf4;
  padding: 14px 28px;
  font-size: 12px;
}
.draw-card__date strong {
  color: var(--navy-900);
  font-size: 13px;
}
.draw-number-area {
  padding: 30px 28px 33px;
}
.draw-number-area p {
  max-width: 360px;
  color: var(--muted);
  text-align: center;
  margin: 0 auto 20px;
  font-size: 12px;
  line-height: 1.55;
}
.number-row {
  grid-template-columns: repeat(6, 1fr);
  gap: 9px;
  display: grid;
}
.number-ball {
  aspect-ratio: 1;
  background: linear-gradient(145deg, #fdfefe 25%, #dfe6ee 100%);
  border: 1px solid #d7e0ea;
  border-radius: 50%;
  place-items: center;
  min-width: 0;
  display: grid;
  box-shadow:
    inset 0 2px 3px #ffffffe6,
    0 4px 8px #071e3f1f;
}
.number-ball span {
  color: #a5b0bf;
  border: 2px dashed #b9c5d3;
  border-radius: 50%;
  place-items: center;
  width: 68%;
  height: 68%;
  font-size: 22px;
  font-weight: 800;
  display: grid;
}
.draw-card__footer {
  background: var(--navy-950);
  color: #b6c7dc;
  padding: 15px 28px;
  font-size: 10px;
}
.draw-card__footer strong {
  color: #fff;
}
.region-strip {
  z-index: 4;
  margin-top: -28px;
  position: relative;
}
.region-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  display: grid;
}
.region-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 94px;
  box-shadow: var(--shadow);
  background: #fff;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 17px 18px;
  transition:
    transform 0.18s,
    border-color 0.18s;
  display: grid;
  position: relative;
  overflow: hidden;
}
.region-card:before {
  content: "";
  background: var(--region-color);
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.region-card:hover {
  border-color: #c5d3e2;
  transform: translateY(-3px);
}
.region-card--navy {
  --region-color: var(--navy-900);
}
.region-card--blue {
  --region-color: var(--blue-600);
}
.region-card--red {
  --region-color: var(--red-600);
}
.region-card--gold {
  --region-color: var(--gold-500);
}
.region-card > span:last-child {
  color: var(--region-color);
  font-size: 20px;
}
.region-code {
  background: var(--region-color, var(--navy-900));
  color: #fff;
  width: 43px;
  height: 43px;
  box-shadow: 0 5px 12px var(--region-color, var(--navy-900));
  border-radius: 50%;
  flex: none;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  display: grid;
}
@supports (color: color-mix(in lab, red, red)) {
  .region-code {
    box-shadow: 0 5px 12px
      color-mix(in srgb, var(--region-color, var(--navy-900)) 24%, transparent);
  }
}
.region-code--large {
  width: 50px;
  height: 50px;
  font-size: 13px;
}
.region-text {
  min-width: 0;
}
.region-text strong,
.region-text small {
  display: block;
}
.region-text strong {
  color: var(--navy-950);
  margin-bottom: 3px;
  font-size: 13px;
}
.region-text small {
  color: var(--muted);
  font-size: 10px;
}
.result-section {
  padding: 82px 0 90px;
}
.content-layout {
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: start;
  gap: 26px;
  display: grid;
}
.section-heading {
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 22px;
  display: flex;
}
.section-heading h2 {
  color: var(--navy-950);
  letter-spacing: -0.03em;
  margin: 0;
  font-size: clamp(26px, 3vw, 34px);
}
.results-card,
.finder-card,
.mini-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 30px #071e3f0e;
}
.results-card {
  overflow: hidden;
}
#live-results {
  display: grid;
  gap: 18px;
}
.result-breadcrumb {
  color: var(--muted);
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  font-size: 11px;
  display: flex;
}
.result-breadcrumb[hidden] {
  display: none;
}
.result-breadcrumb a {
  color: var(--blue-600);
  font-weight: 750;
}
.result-station {
  color: var(--muted);
  margin: 2px 0 0;
  font-size: 11px;
}
.prize-number {
  color: var(--navy-950);
  letter-spacing: .06em;
  text-align: center;
  font-size: clamp(18px, 2.3vw, 25px);
  font-weight: 850;
}
.prize-row--special .prize-number {
  color: var(--red-600);
  font-size: clamp(22px, 2.8vw, 30px);
}
.feed-alert {
  color: #6c4a00;
  background: #fff8df;
  border: 1px solid #f0d788;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 12px;
  line-height: 1.55;
}
.feed-alert p {
  margin: 0;
}
.feed-alert .button {
  margin-top: 10px;
}
.status-pill--green {
  color: #087443;
  background: #e8f8ef;
  border-color: #9ddbb9;
}
.finder-card button:disabled {
  cursor: wait;
  opacity: .65;
}
.results-card__header {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  display: flex;
}
.result-title {
  align-items: center;
  gap: 14px;
  display: flex;
}
.result-title h3,
.finder-card h3,
.mini-card h3 {
  color: var(--navy-950);
  margin: 0;
}
.result-title h3 {
  font-size: 19px;
}
.result-meta {
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  display: flex;
}
.result-meta small {
  color: var(--muted);
  font-size: 10px;
}
.prize-row {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 142px 1fr;
  align-items: stretch;
  min-height: 72px;
  display: grid;
}
.prize-row--special {
  background: #fff9fa;
}
.prize-label {
  border-right: 1px solid var(--line);
  color: #5a687c;
  align-items: center;
  padding: 17px 20px;
  font-size: 12px;
  font-weight: 750;
  display: flex;
}
.prize-row--special .prize-label {
  color: var(--red-600);
}
.prize-values {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  display: grid;
}
.prize-placeholder {
  color: #8a97a8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #f7f9fc;
  border: 1px dashed #c8d3df;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  font-size: 10px;
  font-weight: 750;
  display: flex;
}
.results-card__footer {
  color: var(--muted);
  background: #f8fafc;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  font-size: 11px;
  line-height: 1.55;
  display: flex;
}
.results-card__footer p {
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  display: flex;
}
.results-card__footer .info-dot {
  flex: none;
  width: 18px;
  height: 18px;
  font-size: 10px;
}
.results-card__footer a {
  color: var(--blue-600);
  flex: none;
  font-weight: 750;
}
.content-sidebar {
  gap: 16px;
  display: grid;
}
.finder-card,
.mini-card {
  padding: 22px;
}
.finder-card__heading {
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
  display: flex;
}
.finder-card__heading h3,
.mini-card h3 {
  font-size: 17px;
}
.calendar-icon {
  background: var(--blue-100);
  width: 45px;
  height: 45px;
  color: var(--blue-600);
  border-radius: 10px;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  display: grid;
}
.calendar-icon i {
  border-top: 2px solid;
  width: 22px;
  height: 4px;
  margin-bottom: -7px;
}
.finder-card label {
  color: #56657a;
  margin: 13px 0 7px;
  font-size: 11px;
  font-weight: 760;
  display: block;
}
.finder-card input,
.finder-card select {
  width: 100%;
  height: 45px;
  color: var(--ink);
  background: #fbfcfe;
  border: 1px solid #d7e0ea;
  border-radius: 8px;
  outline: none;
  padding: 0 13px;
}
.finder-card select {
  margin-bottom: 15px;
}
.finder-card input:focus,
.finder-card select:focus {
  border-color: var(--blue-600);
  box-shadow: 0 0 0 3px #1267c41a;
}
.finder-note {
  color: #8a96a8;
  margin: 12px 0 0;
  font-size: 9.5px;
  line-height: 1.5;
}
.mini-card__label {
  color: var(--red-600);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 5px;
  font-size: 10px;
  font-weight: 850;
}
.recent-links {
  margin-top: 15px;
  display: grid;
}
.recent-links a {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr auto;
  gap: 2px 12px;
  padding: 13px 0;
  display: grid;
}
.recent-links a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.recent-links span {
  color: var(--navy-950);
  font-size: 12px;
  font-weight: 750;
}
.recent-links b {
  color: var(--muted);
  grid-column: 1;
  font-size: 9.5px;
  font-weight: 500;
}
.recent-links a > span:last-child {
  color: var(--blue-600);
  grid-area: 1/2 / span 2;
  align-self: center;
  font-size: 16px;
}
.build-marker {
  height: 1px;
}
.guide-article {
  background: #fff;
}
.guide-article__hero {
  color: #fff;
  background: radial-gradient(circle at 80% 20%, #1b6abe55, transparent 28%), linear-gradient(120deg, var(--navy-950), #0b3972);
  padding: 58px 0 64px;
}
.guide-article__hero-inner {
  max-width: 920px;
}
.article-breadcrumb {
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  font-size: 11px;
  display: flex;
}
.article-breadcrumb a {
  color: #b9d8f8;
  font-weight: 750;
}
.guide-article__hero h1 {
  max-width: 850px;
  letter-spacing: -.045em;
  margin: 12px 0 18px;
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.06;
}
.guide-article__lead {
  max-width: 790px;
  color: #c8d8e9;
  margin: 0;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.7;
}
.article-meta {
  color: #9ebbd8;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 28px;
  font-size: 11px;
  display: flex;
}
.article-layout {
  grid-template-columns: minmax(0, 760px) 290px;
  justify-content: space-between;
  align-items: start;
  gap: 60px;
  padding-top: 64px;
  padding-bottom: 88px;
  display: grid;
}
.article-content {
  color: #34445a;
  font-size: 15px;
  line-height: 1.82;
}
.article-content h2 {
  color: var(--navy-950);
  letter-spacing: -.025em;
  scroll-margin-top: 20px;
  margin: 48px 0 13px;
  font-size: 27px;
  line-height: 1.25;
}
.article-content h3 {
  color: var(--navy-900);
  margin: 27px 0 8px;
  font-size: 18px;
}
.article-content p {
  margin: 0 0 19px;
}
.article-content a {
  color: var(--blue-600);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-content li + li {
  margin-top: 7px;
}
.quick-answer,
.article-notice,
.responsible-box {
  border-radius: 14px;
  padding: 25px 28px;
}
.quick-answer {
  background: #eef6ff;
  border: 1px solid #bfdcf7;
  margin-bottom: 32px;
}
.quick-answer h2,
.responsible-box h2 {
  margin-top: 0;
}
.article-table-wrap {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow-x: auto;
}
.article-content table {
  border-collapse: collapse;
  width: 100%;
  min-width: 560px;
}
.article-content th,
.article-content td {
  border-bottom: 1px solid var(--line);
  text-align: left;
  padding: 13px 16px;
}
.article-content th {
  color: #fff;
  background: var(--navy-900);
  font-size: 12px;
}
.article-content td:first-child {
  color: var(--navy-950);
  font-weight: 750;
}
.article-notice {
  color: #604600;
  background: #fff8df;
  border: 1px solid #ecd482;
  margin: 26px 0;
}
.mistake-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  display: grid;
}
.mistake-grid section {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 18px;
}
.mistake-grid h3 {
  margin-top: 0;
  font-size: 15px;
}
.mistake-grid p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.6;
}
.responsible-box {
  background: #f4f8f5;
  border-left: 4px solid #168653;
  margin: 42px 0;
}
.article-faq details {
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
}
.article-faq summary {
  color: var(--navy-950);
  cursor: pointer;
  font-weight: 800;
}
.article-faq p {
  margin: 12px 0 0;
}
.final-checklist {
  columns: 2;
}
.article-sidebar {
  gap: 18px;
  display: grid;
  position: sticky;
  top: 20px;
}
.article-toc,
.article-side-cta {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
}
.article-toc h2,
.article-side-cta h2 {
  color: var(--navy-950);
  margin: 0 0 15px;
  font-size: 17px;
}
.article-toc nav {
  display: grid;
}
.article-toc nav a {
  border-top: 1px solid var(--line);
  color: #536378;
  padding: 11px 0;
  font-size: 11px;
  font-weight: 700;
}
.article-side-cta {
  color: #fff;
  background: var(--navy-950);
}
.article-side-cta h2 {
  color: #fff;
}
.article-side-cta p {
  color: #b9c9dc;
  font-size: 12px;
  line-height: 1.6;
}
.article-side-cta .button {
  width: 100%;
  margin-top: 8px;
}
.archive-search-panel { background:#f7faff; border:1px solid #cbdced; border-radius:15px; scroll-margin-top:20px; margin-bottom:36px; padding:26px; }
.archive-search-panel h2 { margin-top:0; }
.archive-search-panel form { grid-template-columns:1fr 1fr; align-items:end; gap:15px; display:grid; }
.archive-search-panel label { color:var(--navy-900); margin-bottom:6px; font-size:11px; font-weight:800; display:block; }
.archive-search-panel input,
.archive-search-panel select { width:100%; height:45px; background:#fff; border:1px solid #ccd8e5; border-radius:8px; padding:0 12px; }
.archive-search-panel button { grid-column:1 / -1; justify-self:start; }
.article-footer {
  padding-top: 22px;
}
.blog-archive {
  background: #f6f9fc;
}
.blog-archive__hero {
  color: #fff;
  background: radial-gradient(circle at 82% 18%, #1b6abe55, transparent 28%), linear-gradient(120deg, var(--navy-950), #0b3972);
  padding: 58px 0 64px;
}
.blog-archive__hero-inner {
  max-width: 850px;
}
.blog-archive__hero h1 {
  letter-spacing: -.045em;
  margin: 12px 0 18px;
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.06;
}
.blog-archive__lead {
  max-width: 720px;
  color: #c8d8e9;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.7;
}
.blog-archive__content {
  padding-top: 64px;
  padding-bottom: 88px;
}
.blog-archive__heading {
  max-width: 680px;
  margin-bottom: 30px;
}
.blog-archive__heading h2 {
  color: var(--navy-950);
  letter-spacing: -.03em;
  margin: 8px 0 10px;
  font-size: 30px;
}
.blog-archive__heading p:last-child {
  color: var(--muted);
  line-height: 1.7;
}
.blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  display: grid;
}
.blog-card {
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  flex-direction: column;
  overflow: hidden;
  display: flex;
  box-shadow: 0 12px 30px #0a28500a;
}
.blog-card__visual {
  min-height: 150px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy-950), #1261ae);
  justify-content: space-between;
  align-items: flex-end;
  padding: 22px;
  display: flex;
}
.blog-card:nth-child(2) .blog-card__visual { background: linear-gradient(135deg, #0d4d86, #1689b7); }
.blog-card:nth-child(3) .blog-card__visual { background: linear-gradient(135deg, #751c2a, #bf303f); }
.blog-card__icon {
  width: 48px;
  height: 48px;
  background: #ffffff18;
  border: 1px solid #ffffff40;
  border-radius: 50%;
  place-items: center;
  font-size: 20px;
  font-weight: 850;
  display: grid;
}
.blog-card__category {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 9px;
  font-weight: 850;
}
.blog-card__body {
  flex: 1;
  flex-direction: column;
  padding: 24px;
  display: flex;
}
.blog-card__meta {
  color: var(--muted);
  gap: 8px;
  margin-bottom: 12px;
  font-size: 10px;
  display: flex;
}
.blog-card h2 {
  color: var(--navy-950);
  letter-spacing: -.025em;
  margin-bottom: 11px;
  font-size: 20px;
  line-height: 1.3;
}
.blog-card__body > p {
  color: #536378;
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1.7;
}
.blog-card__link {
  color: var(--blue-600);
  margin-top: auto;
  font-size: 12px;
  font-weight: 800;
}
.article-meta a {
  color: #d8ebff;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.author-profile {
  background: #f6f9fc;
}
.author-profile__hero {
  color: #fff;
  background: radial-gradient(circle at 80% 20%, #1b6abe55, transparent 28%), linear-gradient(120deg, var(--navy-950), #0b3972);
  padding: 58px 0 64px;
}
.author-profile__intro {
  grid-template-columns: 92px minmax(0, 760px);
  align-items: center;
  gap: 26px;
  display: grid;
}
.author-profile__avatar {
  width: 92px;
  height: 92px;
  background: linear-gradient(145deg, #fff, #c5dff7);
  border: 3px solid #ffffff44;
  border-radius: 50%;
  color: var(--navy-950);
  place-items: center;
  font-size: 30px;
  font-weight: 900;
  display: grid;
}
.author-profile__hero h1 {
  letter-spacing: -.04em;
  margin: 8px 0 10px;
  font-size: clamp(38px, 6vw, 60px);
  line-height: 1.05;
}
.author-profile__hero-copy > p:last-child {
  color: #c8d8e9;
  line-height: 1.7;
}
.author-profile__content {
  grid-template-columns: minmax(0, 760px) 290px;
  justify-content: space-between;
  align-items: start;
  gap: 60px;
  padding-top: 64px;
  padding-bottom: 88px;
  display: grid;
}
.author-profile__main {
  color: #34445a;
  font-size: 15px;
  line-height: 1.82;
}
.author-profile__main h2 {
  color: var(--navy-950);
  letter-spacing: -.025em;
  margin: 38px 0 13px;
  font-size: 27px;
}
.author-profile__main h2:first-child { margin-top: 0; }
.author-profile__main p { margin-bottom: 19px; }
.author-profile__main a {
  color: var(--blue-600);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.author-profile__main ul { margin-bottom: 22px; }
.author-profile__main li + li { margin-top: 7px; }
.author-profile__sidebar { gap: 18px; display: grid; }
.author-profile__card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
}
.author-profile__card h2 {
  color: var(--navy-950);
  margin-bottom: 14px;
  font-size: 17px;
}
.author-profile__card a {
  color: var(--blue-600);
  overflow-wrap: anywhere;
  font-size: 12px;
  font-weight: 750;
}
.author-profile__links { gap: 10px; display: grid; }
@media (max-width: 900px) {
  .author-profile__content { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 900px) {
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .article-layout { grid-template-columns: 1fr; gap: 36px; }
  .article-sidebar { position: static; }
}
@media (max-width: 600px) {
  .author-profile__hero { padding: 42px 0 48px; }
  .author-profile__intro { grid-template-columns: 64px 1fr; gap: 16px; }
  .author-profile__avatar { width: 64px; height: 64px; font-size: 22px; }
  .author-profile__content { padding-top: 42px; padding-bottom: 60px; }
  .blog-archive__hero { padding: 42px 0 48px; }
  .blog-archive__content { padding-top: 42px; padding-bottom: 60px; }
  .blog-grid { grid-template-columns: 1fr; }
  .guide-article__hero { padding: 42px 0 48px; }
  .article-layout { padding-top: 40px; padding-bottom: 60px; }
  .article-content { font-size: 14px; }
  .article-content h2 { font-size: 23px; }
  .quick-answer, .article-notice, .responsible-box { padding: 20px; }
  .mistake-grid { grid-template-columns: 1fr; }
  .final-checklist { columns: 1; }
  .archive-search-panel form { grid-template-columns:1fr; }
  .archive-search-panel button { grid-column:auto; width:100%; }
}
.section-heading--centered {
  text-align: center;
  justify-content: center;
}
.section-heading--centered .eyebrow {
  justify-content: center;
}
.section-intro {
  max-width: 670px;
  color: var(--muted);
  margin: 14px auto 0;
  font-size: 15px;
  line-height: 1.7;
}
.coverage-section {
  background: #fff;
  border-top: 1px solid #edf1f6;
  padding: 88px 0 94px;
}
.coverage-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 38px;
  display: grid;
}
.coverage-card {
  --region-color: var(--navy-900);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  min-height: 310px;
  padding: 23px;
  transition: all 0.18s;
  position: relative;
  overflow: hidden;
}
.coverage-card:hover {
  box-shadow: var(--shadow);
  border-color: #c8d5e3;
  transform: translateY(-4px);
}
.coverage-card:after {
  content: "";
  background: var(--region-color);
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.coverage-card--navy {
  --region-color: var(--navy-900);
}
.coverage-card--blue {
  --region-color: var(--blue-600);
}
.coverage-card--red {
  --region-color: var(--red-600);
}
.coverage-card--gold {
  --region-color: var(--gold-500);
}
.coverage-card__top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}
.coverage-index {
  color: #e2e8f0;
  letter-spacing: -0.04em;
  font-size: 31px;
  font-weight: 900;
}
.coverage-card > p:first-of-type {
  color: var(--region-color);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 10px;
  font-weight: 800;
}
.coverage-card h3 {
  color: var(--navy-950);
  letter-spacing: -0.02em;
  margin: 0;
  font-size: 20px;
}
.coverage-rule {
  background: var(--region-color);
  width: 34px;
  height: 3px;
  margin: 19px 0;
  display: block;
}
.coverage-card .coverage-description {
  min-height: 62px;
  color: var(--muted);
  margin: 0;
  font-size: 12.5px;
  line-height: 1.65;
}
.coverage-card a {
  color: var(--region-color);
  justify-content: space-between;
  margin-top: 25px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}
.schedule-section {
  background:
    radial-gradient(circle at 10% 90%, #1b6abe38, transparent 30%),
    linear-gradient(115deg, var(--navy-950), #0b3972);
  color: #fff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.schedule-section:after {
  content: "";
  border: 80px solid #ffffff06;
  border-radius: 50%;
  width: 480px;
  height: 480px;
  position: absolute;
  top: -270px;
  right: -300px;
}
.schedule-layout {
  z-index: 2;
  grid-template-columns: 0.66fr 1.15fr;
  align-items: center;
  gap: 75px;
  display: grid;
  position: relative;
}
.eyebrow--light {
  color: #9ec9f4;
}
.schedule-copy h2,
.final-cta h2 {
  letter-spacing: -0.04em;
  margin: 0;
  font-size: clamp(31px, 4vw, 45px);
  line-height: 1.12;
}
.schedule-copy > p:not(.eyebrow),
.final-cta__content > div > p:not(.eyebrow) {
  color: #bccde1;
  margin: 20px 0 22px;
  font-size: 14px;
  line-height: 1.75;
}
.text-link {
  color: var(--blue-600);
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
}
.text-link--light {
  color: #fff;
}
.schedule-board {
  color: var(--ink);
  background: #fff;
  border: 1px solid #ffffff24;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px #0003;
}
.schedule-days {
  border-bottom: 1px solid var(--line);
  background: #f5f8fc;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  padding: 12px;
  display: grid;
}
.schedule-day {
  color: #778499;
  cursor: pointer;
  background: 0 0;
  border: 0;
  border-radius: 9px;
  place-items: center;
  gap: 4px;
  min-height: 58px;
  display: grid;
}
.schedule-day span {
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 750;
}
.schedule-day b {
  color: var(--navy-900);
  font-size: 15px;
}
.schedule-day.active {
  background: var(--red-600);
  color: #fff;
  box-shadow: 0 7px 15px #df1f2d33;
}
.schedule-day.active b {
  color: #fff;
}
.schedule-list {
  padding: 6px 22px;
}
.schedule-row {
  border-bottom: 1px solid var(--line);
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 15px 0;
  display: grid;
}
.schedule-row:last-child {
  border-bottom: 0;
}
.schedule-row strong,
.schedule-row small {
  display: block;
}
.schedule-row strong {
  color: var(--navy-950);
  font-size: 12px;
}
.schedule-row small {
  color: var(--muted);
  margin-top: 3px;
  font-size: 9.5px;
}
.schedule-marker {
  color: #fff;
  border-radius: 10px;
  place-items: center;
  width: 37px;
  height: 37px;
  font-size: 10px;
  font-weight: 900;
  display: grid;
}
.schedule-marker--navy {
  background: var(--navy-900);
}
.schedule-marker--blue {
  background: var(--blue-600);
}
.schedule-marker--red {
  background: var(--red-600);
}
.schedule-marker--gold {
  background: var(--gold-500);
}
.schedule-note {
  border-top: 1px solid var(--line);
  color: #7e8a9c;
  background: #f8fafc;
  margin: 0;
  padding: 12px 20px;
  font-size: 9px;
  line-height: 1.5;
}
.process-section {
  background: #fff;
  padding: 96px 0;
}
.process-layout {
  grid-template-columns: minmax(0, 1.3fr) 390px;
  align-items: start;
  gap: 28px;
  display: grid;
}
.process-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcfe;
  padding: 34px;
}
.process-card__heading h2,
.archive-copy h2,
.faq-heading h2 {
  color: var(--navy-950);
  letter-spacing: -0.04em;
  margin: 0;
  font-size: clamp(28px, 3.5vw, 40px);
}
.process-card__heading > p:last-child,
.faq-heading > p:last-child {
  max-width: 610px;
  color: var(--muted);
  margin: 15px 0 0;
  font-size: 13.5px;
  line-height: 1.7;
}
.process-steps {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 30px;
  display: grid;
}
.process-step {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 17px;
  display: grid;
}
.process-step > span {
  background: var(--blue-100);
  width: 34px;
  height: 34px;
  color: var(--blue-600);
  border-radius: 50%;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
  display: grid;
}
.process-step h3 {
  color: var(--navy-950);
  margin: 1px 0 5px;
  font-size: 13px;
}
.process-step p {
  color: var(--muted);
  margin: 0;
  font-size: 10.5px;
  line-height: 1.55;
}
.label-card {
  border-radius: var(--radius);
  background: var(--navy-950);
  color: #fff;
  padding: 27px;
  box-shadow: 0 18px 45px #071e3f2e;
}
.label-card h3 {
  margin: 0;
  font-size: 21px;
}
.label-list {
  margin-top: 20px;
  display: grid;
}
.label-list > div {
  border-bottom: 1px solid #ffffff1a;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 15px 0;
  display: grid;
}
.label-list p {
  margin: 0;
}
.label-list strong,
.label-list small {
  display: block;
}
.label-list strong {
  font-size: 12px;
}
.label-list small {
  color: #9fb2ca;
  margin-top: 4px;
  font-size: 9.5px;
}
.label-dot {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin-top: 3px;
  box-shadow: 0 0 0 5px #ffffff0f;
}
.label-dot--blue {
  background: #50a7ff;
}
.label-dot--green {
  background: #45d889;
}
.label-dot--amber {
  background: #ffb23e;
}
.label-dot--red {
  background: #ff5662;
}
.label-disclaimer {
  color: #91a7c0;
  margin: 18px 0 0;
  font-size: 9.5px;
  line-height: 1.55;
}
.archive-section {
  padding: 100px 0;
  overflow: hidden;
}
.archive-layout {
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  gap: 90px;
  display: grid;
}
.archive-visual {
  min-height: 410px;
  position: relative;
}
.archive-sheet {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  position: absolute;
  inset: 0 8% 0 4%;
  box-shadow: 0 25px 55px #071e3f1f;
}
.archive-sheet--back {
  box-shadow: none;
  background: #dfe8f4;
  inset: 20px 2% -18px 12%;
  transform: rotate(3deg);
}
.archive-sheet__top {
  border-bottom: 1px solid var(--line);
  color: var(--navy-950);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  font-size: 15px;
  font-weight: 850;
  display: flex;
}
.archive-sheet__top b {
  color: var(--blue-600);
  font-size: 12px;
}
.archive-sheet__grid {
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  padding: 24px 0;
  display: grid;
}
.archive-sheet__grid button {
  aspect-ratio: 1;
  color: #4b5a6e;
  background: #f5f8fc;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  border-radius: 8px;
  place-items: center;
  font-size: 11px;
  font-weight: 700;
  display: grid;
}
.archive-sheet__grid button.selected {
  background: var(--red-600);
  color: #fff;
  box-shadow: 0 8px 16px #df1f2d33;
}
.archive-sheet__grid button.muted,
.archive-sheet__grid button:disabled {
  color: #b2bcc9;
  cursor: not-allowed;
}
.archive-sheet__grid button:not(:disabled):hover,
.archive-sheet__grid button:not(:disabled):focus-visible {
  outline: 2px solid var(--blue-600);
  outline-offset: 2px;
}
.archive-sheet__bottom {
  background: var(--blue-100);
  color: #466b92;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 12px;
  font-size: 10px;
  display: flex;
}
.archive-sheet__bottom i {
  background: var(--blue-600);
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.archive-copy > p:not(.eyebrow):first-of-type {
  color: var(--muted);
  margin: 19px 0;
  font-size: 14px;
  line-height: 1.75;
}
.filter-chips {
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0 25px;
  display: flex;
}
.filter-chips span {
  border: 1px solid var(--line);
  color: #5f6c7f;
  background: #fff;
  border-radius: 99px;
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 700;
}
.archive-copy .button {
  width: fit-content;
}
.archive-warning {
  color: #8b97a8;
  margin: 16px 0 0;
  font-size: 9.5px;
}
.guides-section {
  background: #fff;
  padding: 92px 0 100px;
}
.guides-grid {
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 17px;
  display: grid;
}
.guide-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcfe;
  min-height: 370px;
  padding: 27px;
  position: relative;
  overflow: hidden;
}
.guide-card--featured {
  background: var(--navy-950);
  color: #fff;
  border-color: var(--navy-950);
}
.guide-number {
  color: #edf1f5;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 18px;
}
.guide-card--featured .guide-number {
  color: #ffffff0f;
}
.guide-icon {
  background: var(--red-600);
  color: #fff;
  border-radius: 18px;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 32px;
  display: grid;
  transform: rotate(-4deg);
}
.ticket-mark {
  border: 2px solid #fff;
  border-radius: 50%;
  place-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: 900;
  display: grid;
}
.guide-icon--calendar {
  background: var(--blue-100);
  color: var(--blue-600);
  font-size: 25px;
  transform: none;
}
.guide-icon--archive {
  background: #fff3d8;
  flex-direction: column;
  gap: 6px;
  display: flex;
  transform: none;
}
.guide-icon--archive i {
  background: var(--gold-500);
  border-radius: 5px;
  width: 30px;
  height: 4px;
}
.guide-card > p {
  color: var(--blue-600);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 850;
}
.guide-card--featured > p {
  color: #78bbfa;
}
.guide-card h3 {
  color: var(--navy-950);
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}
.guide-card--featured h3 {
  color: #fff;
  font-size: 24px;
}
.guide-card > span:not(.guide-number):not(.guide-icon) {
  color: var(--muted);
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.65;
  display: block;
}
.guide-card--featured > span:not(.guide-number):not(.guide-icon) {
  color: #aebfd4;
}
.guide-card a {
  color: var(--blue-600);
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
  position: absolute;
  bottom: 27px;
  left: 27px;
}
.guide-card--featured a {
  color: #fff;
}
.responsible-section {
  padding: 64px 0;
}
.responsible-card {
  border-radius: var(--radius);
  background: #fffaf0;
  border: 1px solid #f0d8aa;
  grid-template-columns: auto 1.15fr 1fr;
  align-items: center;
  gap: 30px;
  padding: 32px 38px;
  display: grid;
}
.responsible-icon {
  border: 2px solid var(--amber-600);
  width: 72px;
  height: 72px;
  color: var(--amber-600);
  border-radius: 50%;
  place-items: center;
  font-size: 19px;
  font-weight: 900;
  display: grid;
}
.responsible-copy .eyebrow {
  color: var(--amber-600);
  margin-bottom: 8px;
}
.responsible-copy .eyebrow span {
  background: var(--amber-600);
}
.responsible-copy h2 {
  color: var(--navy-950);
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
}
.responsible-copy > p:last-child {
  color: #7c705e;
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.6;
}
.responsible-card ul {
  color: #675d4e;
  margin: 0;
  padding-left: 19px;
  font-size: 11px;
  line-height: 1.9;
}
.faq-section {
  background: #fff;
  padding: 94px 0 105px;
}
.faq-layout {
  grid-template-columns: 360px 1fr;
  align-items: start;
  gap: 80px;
  display: grid;
}
.faq-heading {
  position: sticky;
  top: 170px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  color: var(--navy-950);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 21px 0;
  font-size: 14px;
  font-weight: 790;
  list-style: none;
  display: flex;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  color: var(--blue-600);
  font-size: 22px;
  font-weight: 400;
  transition: transform 0.16s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  color: var(--muted);
  margin: -5px 35px 22px 0;
  font-size: 12.5px;
  line-height: 1.75;
}
.final-cta {
  background: linear-gradient(115deg, var(--navy-950), #0c3b75);
  color: #fff;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.final-cta:after {
  content: "8";
  color: #ffffff09;
  font-size: 350px;
  font-weight: 900;
  position: absolute;
  top: -105px;
  right: 3%;
}
.final-cta__content {
  z-index: 2;
  grid-template-columns: 1.15fr auto;
  align-items: center;
  gap: 65px;
  display: grid;
  position: relative;
}
.final-cta h2 {
  max-width: 760px;
  font-size: clamp(28px, 4vw, 42px);
}
.final-cta__content > div > p:not(.eyebrow) {
  max-width: 730px;
  margin-bottom: 0;
}
.final-cta__actions {
  gap: 11px;
  min-width: 240px;
  display: grid;
}
.site-footer {
  color: #fff;
  background: #04152e;
  padding: 64px 0 22px;
}
.footer-grid {
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 60px;
  padding-bottom: 45px;
  display: grid;
}
.footer-brand img {
  filter: brightness(0) invert();
  opacity: 0.96;
  width: 210px;
  height: auto;
}
.footer-brand p {
  color: #8fa5bf;
  max-width: 290px;
  margin: 20px 0 16px;
  font-size: 11px;
  line-height: 1.7;
}
.footer-brand span {
  color: #d7e3f1;
  font-size: 10px;
  font-weight: 750;
}
.footer-links {
  align-content: start;
  gap: 11px;
  display: grid;
}
.footer-links h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 2px 0 8px;
  font-size: 12px;
}
.footer-links a {
  color: #8fa5bf;
  font-size: 11px;
}
.footer-links a:hover {
  color: #fff;
}
.footer-disclosure {
  color: #7188a3;
  border-top: 1px solid #ffffff17;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding-top: 20px;
  font-size: 9px;
  line-height: 1.6;
  display: flex;
}
.footer-disclosure p {
  max-width: 760px;
  margin: 0;
}
.footer-disclosure span {
  white-space: nowrap;
}
@media (width<=1020px) {
  .header-main {
    grid-template-columns: 210px 1fr auto;
    gap: 18px;
  }
  .brand {
    width: 195px;
  }
  .header-cta {
    display: none;
  }
  .nav-links {
    gap: 17px;
    overflow-x: auto;
  }
  .hero-grid {
    grid-template-columns: 1fr 390px;
    gap: 40px;
  }
  .hero-trust {
    flex-wrap: wrap;
    gap: 14px;
  }
  .region-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-layout {
    grid-template-columns: minmax(0, 1fr) 310px;
  }
  .coverage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .schedule-layout {
    gap: 45px;
  }
  .process-layout {
    grid-template-columns: minmax(0, 1fr) 330px;
  }
  .archive-layout {
    gap: 55px;
  }
  .faq-layout {
    grid-template-columns: 300px 1fr;
    gap: 50px;
  }
  .responsible-card {
    grid-template-columns: auto 1fr;
  }
  .responsible-card ul {
    grid-column: 2;
  }
  .footer-grid {
    gap: 35px;
  }
}
@media (width<=800px) {
  .site-shell {
    width: min(100% - 28px, 700px);
  }
  .utility-meta {
    display: none !important;
  }
  .utility-content {
    justify-content: center;
  }
  .site-header {
    top: 0;
  }
  .header-main {
    grid-template-columns: 1fr auto;
    min-height: 70px;
  }
  .brand {
    width: 178px;
  }
  .header-search,
  .main-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu summary {
    border: 1px solid var(--line);
    cursor: pointer;
    border-radius: 9px;
    place-content: center;
    gap: 4px;
    width: 42px;
    height: 42px;
    list-style: none;
    display: grid;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary span {
    background: var(--navy-900);
    border-radius: 2px;
    width: 18px;
    height: 2px;
  }
  .mobile-menu nav {
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    display: grid;
    position: absolute;
    top: 62px;
    left: 14px;
    right: 14px;
  }
  .mobile-menu nav a {
    border-bottom: 1px solid var(--line);
    padding: 12px;
    font-size: 13px;
    font-weight: 700;
  }
  .mobile-menu nav a:last-child {
    border-bottom: 0;
  }
  .notice-content {
    grid-template-columns: auto 1fr;
    padding: 11px 0;
  }
  .notice-content a {
    display: none;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 52px;
    padding-bottom: 72px;
  }
  .hero-copy {
    text-align: center;
  }
  .eyebrow,
  .hero-actions,
  .hero-trust {
    justify-content: center;
  }
  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }
  .draw-card {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .region-strip {
    margin-top: -34px;
  }
  .content-layout {
    grid-template-columns: 1fr;
  }
  .content-sidebar {
    grid-template-columns: repeat(2, 1fr);
  }
  .schedule-layout,
  .process-layout,
  .archive-layout,
  .faq-layout,
  .final-cta__content {
    grid-template-columns: 1fr;
  }
  .schedule-layout {
    gap: 38px;
  }
  .process-layout {
    gap: 18px;
  }
  .archive-layout {
    gap: 45px;
  }
  .archive-visual {
    min-height: 390px;
  }
  .guides-grid {
    grid-template-columns: 1fr 1fr;
  }
  .guide-card--featured {
    grid-column: 1/-1;
  }
  .faq-heading {
    position: static;
  }
  .final-cta__actions {
    grid-template-columns: 1fr 1fr;
    min-width: 0;
  }
  .footer-grid {
    grid-template-columns: 1.3fr repeat(2, 1fr);
  }
  .footer-links:last-child {
    grid-column: 2;
  }
}
@media (width<=560px) {
  .site-shell {
    width: min(100% - 22px, 480px);
  }
  .utility-bar {
    font-size: 10.5px;
  }
  .hero h1 {
    font-size: 39px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-actions {
    display: grid;
  }
  .hero-trust {
    justify-items: start;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }
  .draw-card__top,
  .draw-card__date,
  .draw-card__footer {
    padding-left: 18px;
    padding-right: 18px;
  }
  .draw-card__top {
    align-items: flex-start;
  }
  .draw-number-area {
    padding: 27px 18px;
  }
  .number-row {
    gap: 5px;
  }
  .number-ball span {
    font-size: 17px;
  }
  .draw-card__footer {
    gap: 5px;
    display: grid;
  }
  .region-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .region-card {
    min-height: 76px;
    padding: 13px 15px;
  }
  .result-section {
    padding: 62px 0 70px;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .results-card__header {
    align-items: flex-start;
  }
  .result-meta {
    align-items: flex-end;
  }
  .prize-row {
    grid-template-columns: 105px 1fr;
  }
  .prize-label {
    padding: 14px 12px;
  }
  .prize-values {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 10px 12px;
  }
  .results-card__footer {
    display: grid;
  }
  .results-card__footer a {
    padding-left: 27px;
  }
  .content-sidebar,
  .coverage-grid {
    grid-template-columns: 1fr;
  }
  .coverage-card {
    min-height: 285px;
  }
  .schedule-days {
    gap: 1px;
    padding: 8px;
  }
  .schedule-day {
    min-height: 52px;
  }
  .schedule-list {
    padding: 4px 14px;
  }
  .schedule-row {
    grid-template-columns: auto 1fr;
  }
  .schedule-row .status-pill {
    grid-column: 2;
  }
  .process-card {
    padding: 23px;
  }
  .process-steps {
    grid-template-columns: 1fr;
  }
  .archive-visual {
    min-height: 330px;
  }
  .archive-sheet {
    padding: 16px;
    inset: 0;
  }
  .archive-sheet--back {
    inset: 15px -5px -15px 15px;
  }
  .archive-sheet__grid {
    gap: 5px;
    padding: 18px 0;
  }
  .guides-grid {
    grid-template-columns: 1fr;
  }
  .guide-card--featured {
    grid-column: auto;
  }
  .responsible-card {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 28px 24px;
  }
  .responsible-card ul {
    grid-column: 1;
  }
  .final-cta__actions {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-links:last-child {
    grid-column: auto;
  }
  .footer-disclosure {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition: none !important;
  }
}
