@font-face {
  font-family: "Owl Times";
  src: url("../fonts/times-new-roman.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Owl Times";
  src: url("../fonts/times-new-roman-bold.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Owl Times";
  src: url("../fonts/times-new-roman-italic.ttf") format("truetype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}

:root {
  color-scheme: dark;
  --owl-navy: #0d1b2a;
  --owl-deep: #0a0f1c;
  --owl-header: #1a2b4c;
  --owl-surface: #112240;
  --owl-surface-raised: #142845;
  --owl-line: #243b55;
  --owl-gold: #d4af37;
  --owl-soft-gold: #bfa85b;
  --owl-body: #ecece7;
  --owl-muted: #b3bdc9;
  --owl-dim: #7c8a9b;
  --owl-success: #77c593;
  --owl-danger: #ff8a8a;
  --owl-truth: #2ed35f;
  --owl-reliability: #437cff;
  --owl-understanding: #d4af37;
  --owl-header-height: 72px;
  --owl-content-width: 1180px;
  --owl-radius: 18px;
  --owl-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--owl-navy);
}

body.site-body {
  min-height: 100vh;
  margin: 0 !important;
  padding: var(--owl-header-height) 0 0 !important;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -140px, rgba(59, 108, 237, 0.12), transparent 440px),
    linear-gradient(180deg, var(--owl-deep), var(--owl-navy) 260px) fixed !important;
  color: var(--owl-body);
  font-family: "Owl Times", "Times New Roman", serif !important;
  font-size: 18px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.owl-menu-open,
body.owl-dialog-open {
  overflow: hidden;
}

a {
  text-underline-offset: 0.18em;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

button,
[role="button"],
input,
select,
textarea {
  min-height: 44px;
}

:focus-visible {
  outline: 3px solid rgba(212, 175, 55, 0.64);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 12px;
  z-index: 10000;
  padding: 9px 13px;
  border-radius: 10px;
  background: var(--owl-gold);
  color: var(--owl-navy);
  font-weight: 700;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-page {
  width: min(100%, var(--owl-content-width));
  min-height: calc(100vh - var(--owl-header-height) - 72px);
  margin: 0 auto;
  padding: clamp(22px, 3.4vw, 44px) clamp(16px, 3.5vw, 36px) 56px;
}

.site-page > :first-child {
  margin-top: 0;
}

.site-page img,
.site-page video,
.site-page iframe {
  max-width: 100%;
}

.site-page img {
  height: auto;
}

.site-page h1,
.site-page h2,
.site-page h3 {
  font-family: "Owl Times", "Times New Roman", serif !important;
  text-wrap: balance;
}

.site-page h1 {
  font-size: clamp(2rem, 5vw, 3.25rem) !important;
  line-height: 1.08;
}

.site-page p,
.site-page li {
  text-wrap: pretty;
}

/* Shared TRU signature used by every page. */
body.site-body .divider-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 354px);
  margin: 24px auto 32px;
}

body.site-body .divider-bar,
body.site-body .divider-labels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

body.site-body .divider-bar > div {
  width: auto;
  height: 6px;
  border-radius: 999px;
  box-shadow: none;
}

body.site-body .divider-bar > .truth {
  background: var(--owl-truth);
  box-shadow: 0 0 11px rgba(46, 211, 95, 0.55);
}

body.site-body .divider-bar > .reliability {
  background: var(--owl-reliability);
  box-shadow: 0 0 11px rgba(67, 124, 255, 0.55);
}

body.site-body .divider-bar > .understanding {
  background: var(--owl-understanding);
  box-shadow: 0 0 11px rgba(212, 175, 55, 0.5);
}

body.site-body .divider-labels {
  margin-top: 8px;
  color: var(--owl-muted);
  font-size: 0.96rem;
  line-height: 1.2;
}

body.site-body .divider-labels > span {
  width: auto;
  color: inherit;
  text-align: center;
}

.site-page table {
  max-width: 100%;
}

.owl-site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 9000;
  height: var(--owl-header-height);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  background:
    linear-gradient(180deg, rgba(62, 84, 124, 0.72), rgba(25, 43, 77, 0.66) 58%, rgba(19, 35, 65, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.14),
    0 12px 34px rgba(0, 0, 0, 0.26);
  -webkit-backdrop-filter: blur(26px) saturate(170%);
  backdrop-filter: blur(26px) saturate(170%);
}

.owl-header-inner {
  display: flex;
  align-items: center;
  width: min(100%, 1460px);
  height: 100%;
  margin: 0 auto;
  padding: 0 clamp(14px, 2.2vw, 28px);
  gap: 18px;
}

.owl-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  color: var(--owl-gold);
  text-decoration: none;
}

.owl-brand img {
  width: 36px;
  height: 42px;
  object-fit: contain;
}

.owl-brand span {
  font-size: clamp(1.15rem, 1.8vw, 1.46rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.owl-primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  gap: clamp(6px, 0.78vw, 13px);
}

.owl-primary-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 4px;
  border-radius: 10px;
  color: #f0f0eb;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(0.95rem, 1.02vw, 1.06rem);
  font-weight: 600;
  letter-spacing: -0.012em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.owl-primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--owl-gold);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 150ms ease, transform 150ms ease;
}

.owl-primary-nav a:hover,
.owl-primary-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  color: var(--owl-gold);
}

.owl-primary-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.owl-menu-button {
  display: none;
  place-items: center;
  width: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--owl-gold);
  cursor: pointer;
}

.owl-menu-button:hover {
  background: rgba(212, 175, 55, 0.1);
}

.owl-menu-button svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.9;
}

.owl-access-slot {
  display: inline-flex;
  align-items: center;
  flex: 0 0 44px;
}

.owl-menu-backdrop {
  display: none;
}

.owl-site-footer {
  border-top: 1px solid rgba(36, 59, 85, 0.8);
  padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
  color: var(--owl-gold);
  font-size: 15px;
  text-align: center;
}

.owl-access-dialog {
  width: min(92vw, 470px);
  max-height: min(88vh, 720px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(212, 175, 55, 0.62);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(26, 43, 76, 0.98), rgba(13, 27, 42, 0.99));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.62), 0 0 34px rgba(212, 175, 55, 0.12);
  color: var(--owl-body);
}

.owl-access-dialog::backdrop {
  background: rgba(0, 0, 0, 0.66);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.owl-access-card {
  position: relative;
  padding: 28px;
  text-align: center;
}

.owl-access-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--owl-muted);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.owl-access-close:hover {
  background: rgba(255, 255, 255, 0.07);
  color: white;
}

.owl-access-heading {
  margin: 0 44px 8px;
  color: var(--owl-gold);
  font-size: 1.65rem;
  line-height: 1.15;
  text-align: center;
}

.owl-access-intro {
  max-width: 390px;
  margin: 0 auto 20px;
  color: var(--owl-muted);
  text-align: center;
}

.owl-access-intro p {
  margin: 0;
}

.owl-access-intro p + p {
  margin-top: 16px;
}

.owl-access-promise {
  line-height: 1.45;
}

.owl-access-promise-intro,
.owl-access-principle {
  display: block;
}

.owl-access-promise-intro {
  color: var(--owl-body);
  font-size: 1.04rem;
}

.owl-access-principle {
  color: var(--owl-gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.owl-access-promise-intro + .owl-access-principle {
  margin-top: 12px;
}

.owl-access-principle + .owl-access-principle {
  margin-top: 3px;
}

.owl-access-benefits {
  font-size: 0.98rem;
  line-height: 1.48;
}

.owl-access-form {
  display: grid;
  gap: 10px;
}

.owl-access-form label {
  color: white;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.owl-access-form input {
  width: 100%;
  min-height: 50px;
  padding: 11px 14px;
  border: 1px solid rgba(212, 175, 55, 0.7);
  border-radius: 12px;
  background: rgba(10, 15, 28, 0.62);
  color: white;
  font-size: 16px;
}

.owl-access-primary,
.owl-access-secondary,
.owl-access-subscribe-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.owl-access-primary {
  border: 1px solid var(--owl-gold);
  background: var(--owl-gold);
  color: var(--owl-navy);
}

.owl-access-primary:disabled {
  cursor: wait;
  opacity: 0.68;
}

.owl-access-secondary,
.owl-access-subscribe-link {
  border: 1px solid rgba(212, 175, 55, 0.78);
  background: transparent;
  color: var(--owl-gold);
}

.owl-access-message {
  min-height: 25px;
  margin: 12px 0 4px;
  color: var(--owl-gold);
  text-align: center;
}

.owl-access-message:empty {
  min-height: 0;
  margin: 0;
}

.owl-access-offers {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(36, 59, 85, 0.9);
}

.owl-access-offers[hidden],
.owl-access-administrator-sign-in[hidden] {
  display: none;
}

.owl-access-offers p {
  margin: 0 0 12px;
  color: var(--owl-muted);
  text-align: center;
}

.owl-access-administrator-sign-in {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(36, 59, 85, 0.9);
}

.owl-access-administrator-sign-in p {
  margin: 0;
  color: var(--owl-muted);
  text-align: center;
}

.owl-access-apple-subscriber strong {
  color: white;
  font-size: 1.04rem;
  text-align: center;
}

.owl-access-apple-subscriber {
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
}

.owl-access-apple-subscriber .owl-access-secondary {
  margin-top: 4px;
}

.owl-access-administrator-message {
  color: var(--owl-danger) !important;
}

.owl-access-administrator-sign-in .owl-access-secondary {
  width: 100%;
}

.owl-access-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.owl-access-active {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.owl-access-active[hidden],
.owl-access-locked[hidden],
.owl-access-management[hidden],
.owl-access-subscribe-link[hidden] {
  display: none;
}

.owl-access-management {
  width: 100%;
  padding-top: 4px;
}

.owl-access-management p {
  margin: 0 0 12px;
  color: var(--owl-muted);
  text-align: center;
}

.owl-access-management .owl-access-links {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.owl-access-active-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(212, 175, 55, 0.62);
  border-radius: 50%;
  color: var(--owl-gold);
}

.owl-access-active-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.owl-access-active-icon span {
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 3px solid var(--owl-header);
  border-radius: 50%;
  background: var(--owl-success);
  color: var(--owl-navy);
  font-size: 15px;
  font-weight: 700;
}

.owl-access-session-email {
  margin: -5px 0 5px;
  color: var(--owl-muted);
  overflow-wrap: anywhere;
}

@media (max-width: 1240px) {
  .owl-site-header {
    /* iOS Safari treats fixed children as header-bound when backdrop-filter
       is present, which collapses the navigation drawer to a thin strip. */
    background:
      linear-gradient(180deg, rgba(46, 68, 108, 0.97), rgba(24, 42, 75, 0.97));
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .owl-header-inner {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 8px;
  }

  .owl-menu-button {
    display: grid;
  }

  .owl-brand {
    justify-self: center;
    min-width: 0;
  }

  .owl-brand span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .owl-access-slot {
    justify-self: end;
  }

  .owl-primary-nav {
    position: fixed;
    top: var(--owl-header-height);
    bottom: auto;
    left: 0;
    z-index: 9002;
    display: block;
    width: min(84vw, 344px);
    height: calc(100vh - var(--owl-header-height));
    height: calc(100dvh - var(--owl-header-height));
    padding: 10px 12px calc(20px + env(safe-area-inset-bottom));
    overflow-y: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 1px solid rgba(212, 175, 55, 0.3);
    background:
      linear-gradient(145deg, rgba(37, 59, 94, 0.84), rgba(10, 25, 43, 0.9) 62%, rgba(13, 27, 42, 0.94));
    box-shadow:
      inset 1px 0 0 rgba(255, 255, 255, 0.08),
      18px 0 44px rgba(0, 0, 0, 0.44);
    -webkit-backdrop-filter: blur(26px) saturate(165%);
    backdrop-filter: blur(26px) saturate(165%);
    transform: translateX(-105%);
    visibility: hidden;
    transition: transform 210ms ease, visibility 210ms ease;
  }

  .owl-primary-nav[data-open="true"] {
    transform: translateX(0);
    visibility: visible;
  }

  .owl-primary-nav a {
    display: flex;
    min-height: 50px;
    padding: 6px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #f0f0eb;
    font-size: 1.24rem;
    font-weight: 600;
    text-align: left;
  }

  .owl-primary-nav a::after {
    display: none;
  }

  .owl-menu-backdrop {
    position: fixed;
    inset: var(--owl-header-height) 0 0;
    z-index: 9001;
    display: block;
    border: 0;
    background: rgba(2, 8, 17, 0.52);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .owl-menu-backdrop[data-open="true"] {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 600px) {
  :root {
    --owl-header-height: 64px;
  }

  body.site-body {
    font-size: 17px;
  }

  .owl-header-inner {
    padding: 0 8px;
  }

  .owl-brand {
    gap: 7px;
  }

  .owl-brand img {
    width: 30px;
    height: 36px;
  }

  .owl-brand span {
    font-size: 1.08rem;
  }

  .site-page {
    padding: 20px 12px 42px;
  }

  .site-page h1 {
    font-size: clamp(1.9rem, 10vw, 2.55rem) !important;
  }

  .owl-access-card {
    padding: 26px 18px 20px;
  }

  .owl-access-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@view-transition {
  navigation: auto;
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 160ms;
}
/* Shared Supabase-driven election countdown. */
.owl-countdown-home {
  margin: 18px auto 24px;
  color: var(--understanding, #d4af37);
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.owl-countdown-card {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 28px;
  padding: 24px 20px 20px;
  border: 1px solid rgba(212, 175, 55, 0.34);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(23, 42, 72, 0.96), rgba(15, 32, 54, 0.96));
  text-align: center;
}

.owl-countdown-result {
  color: var(--understanding, #d4af37);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 7vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
}

.owl-countdown-label {
  margin-top: 6px;
  color: var(--text, #eee);
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.owl-countdown-date {
  margin-top: 8px;
  color: var(--text-muted, #a7b3c1);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.9rem;
}

.owl-countdown-action {
  min-height: 46px;
  margin-top: 16px;
  padding: 10px 20px;
  border: 1px solid rgba(212, 175, 55, 0.68);
  border-radius: 14px;
  background: transparent;
  color: var(--understanding, #d4af37);
  font: 700 0.95rem Inter, system-ui, sans-serif;
  cursor: pointer;
}

.owl-countdown-action:hover,
.owl-countdown-action:focus-visible {
  background: rgba(212, 175, 55, 0.1);
}
