/*
Theme Name: Moban 8-2-37
Description: Chủ đề WordPress Glassmorphism cho cổng thông tin game Bầu Cua Tôm Cá (Hoo Hey How) – biến thể Cực Quang: kính mờ lơ lửng trên nền đêm xanh lục tím, tối ưu SEO.
Version: 1.0
Author: Moban82
Text Domain: moban82
*/

/* Google Fonts (Sora + Be Vietnam Pro) are enqueued in functions.php — no @import here. */

/* ============================================================
   1. Aurora design tokens
   ============================================================ */
:root {
  --bg: #04121c;
  --bg-deep: #020a12;
  --ink: #eafcff;
  --ink-muted: #9cc4d6;
  --aurora-green: #3ef2b6;
  --aurora-violet: #8b5cf6;
  --aurora-cyan: #38c9ff;
  --glass: rgba(255, 255, 255, 0.07);
  --glass-strong: rgba(255, 255, 255, 0.13);
  --edge: rgba(140, 255, 224, 0.26);
  --edge-hi: rgba(255, 255, 255, 0.42);
  --blur: 18px;
  --radius: 26px;
  --radius-sm: 16px;
  --shadow: 0 26px 60px rgba(1, 8, 15, 0.6);
  --font-display: 'Sora', 'Be Vietnam Pro', sans-serif;
  --font-body: 'Be Vietnam Pro', 'Segoe UI', sans-serif;
  --wrap: 1180px;
}

/* ============================================================
   2. Reset & base
   ============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--bg);
  overflow-x: hidden;
}

/* Fixed blurred aurora veil behind all content */
.aurora-veil {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 58% 42% at 18% -8%, rgba(62, 242, 182, 0.24), transparent 62%),
    radial-gradient(ellipse 52% 46% at 84% 2%, rgba(139, 92, 246, 0.3), transparent 64%),
    radial-gradient(ellipse 70% 48% at 50% 108%, rgba(56, 201, 255, 0.16), transparent 60%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 100%);
  filter: blur(0px);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--aurora-green);
  text-decoration: none;
  transition: color 0.25s ease;
}

a:hover {
  color: #b8ffe7;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.22;
  color: #f2fdff;
  margin: 0 0 0.6em;
}

h1 { font-size: clamp(1.75rem, 4.6vw, 2.9rem); }
h2 { font-size: clamp(1.4rem, 3.4vw, 2.05rem); }
h3 { font-size: clamp(1.08rem, 2.4vw, 1.3rem); }

p {
  margin: 0 0 1.2em;
}

.wrap {
  width: min(var(--wrap), 92%);
  margin-inline: auto;
}

.section {
  padding: 3.4rem 0;
}

.section-kicker {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--aurora-green);
  border: 1px solid var(--edge);
  border-radius: 999px;
  padding: 0.35rem 1.05rem;
  margin-bottom: 0.9rem;
  background: rgba(62, 242, 182, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.section-title {
  position: relative;
  padding-bottom: 0.7rem;
}

.section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 74px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--aurora-green), var(--aurora-violet), transparent);
}

.section-lead {
  max-width: 70ch;
  color: var(--ink-muted);
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* Shared glass surfaces */
.glass-card,
.glass-slab,
.glass-tile,
.glass-frame,
.card {
  background: var(--glass);
  border: 1px solid var(--edge);
  border-radius: var(--radius);
  backdrop-filter: blur(var(--blur)) saturate(150%);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(150%);
  box-shadow: var(--shadow), inset 0 1px 0 var(--edge-hi);
}

.card {
  overflow: hidden;
}

/* ============================================================
   3. Header — full-width glass top bar
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(4, 18, 28, 0.55);
  border-bottom: 1px solid var(--edge);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06), 0 12px 34px rgba(1, 8, 15, 0.35);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 0;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.site-brand__logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--edge-hi);
  box-shadow: 0 0 22px rgba(62, 242, 182, 0.35);
}

.site-brand__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.12rem;
  color: #f2fdff;
  line-height: 1.1;
}

.site-brand__tag {
  display: block;
  font-family: var(--font-body);
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.site-nav {
  display: none;
}

.site-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__link {
  display: block;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--ink);
  border: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.site-nav__link:hover,
.site-nav__link:focus {
  color: #04222b;
  background: linear-gradient(140deg, var(--aurora-green), var(--aurora-cyan));
  border-color: var(--edge-hi);
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 12px;
  background: var(--glass);
  border: 1px solid var(--edge);
  border-radius: var(--radius-sm);
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.nav-toggle__bar {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: var(--aurora-green);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav.is-open {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(3, 15, 24, 0.86);
  border-bottom: 1px solid var(--edge);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: var(--shadow);
}

.site-nav.is-open .site-nav__list {
  flex-direction: column;
  padding: 0.75rem 4%;
}

.site-nav.is-open .site-nav__link {
  padding: 0.8rem 1rem;
}

@media (min-width: 960px) {
  .site-nav {
    display: block;
  }

  .nav-toggle {
    display: none;
  }
}

/* ============================================================
   4. Floating hero + levitating glass carousel frame
   ============================================================ */
.hero {
  position: relative;
  padding: 3.4rem 0 4.2rem;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: -20% -10% auto;
  height: 130%;
  background:
    radial-gradient(ellipse 44% 34% at 24% 18%, rgba(62, 242, 182, 0.2), transparent 65%),
    radial-gradient(ellipse 40% 36% at 78% 12%, rgba(139, 92, 246, 0.26), transparent 65%);
  filter: blur(34px);
  pointer-events: none;
}

.hero__intro {
  position: relative;
  text-align: center;
  margin-bottom: 2.6rem;
}

.hero__badge {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--aurora-green);
  border: 1px solid var(--edge);
  border-radius: 999px;
  padding: 0.4rem 1.2rem;
  margin-bottom: 1.1rem;
  background: rgba(62, 242, 182, 0.07);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero__title {
  max-width: 24ch;
  margin-inline: auto;
  background: linear-gradient(120deg, #eafcff 20%, var(--aurora-green) 55%, var(--aurora-violet) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 18px 44px rgba(62, 242, 182, 0.18);
}

.hero__lead {
  max-width: 66ch;
  margin-inline: auto;
  color: var(--ink-muted);
  font-size: 1.02rem;
}

.hero__stage {
  position: relative;
}

.glass-frame {
  position: relative;
  padding: 0.9rem;
  animation: glass-float 7s ease-in-out infinite;
}

.glass-frame .carousel__track {
  position: relative;
  aspect-ratio: 2560 / 1080;
  min-height: 200px;
  max-height: 560px;
  border-radius: calc(var(--radius) - 8px);
  overflow: hidden;
}

.carousel__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
}

.carousel__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel__dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.carousel__dot {
  width: 32px;
  height: 5px;
  border: 0;
  border-radius: 3px;
  background: rgba(234, 252, 255, 0.35);
  cursor: pointer;
  transition: background 0.3s ease;
  padding: 0;
}

.carousel__dot.is-active {
  background: var(--aurora-green);
}

@keyframes glass-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ============================================================
   5. Pill row + glass stats band
   ============================================================ */
.pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  padding-bottom: 2.6rem;
}

.pill {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
  padding: 0.55rem 1.35rem;
  border-radius: 999px;
  border: 1px solid var(--edge);
  background: var(--glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 var(--edge-hi);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.pill:hover {
  color: #04222b;
  background: linear-gradient(140deg, var(--aurora-green), var(--aurora-cyan));
  transform: translateY(-2px);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--edge);
  border: 1px solid var(--edge);
  border-radius: var(--radius);
  overflow: hidden;
  backdrop-filter: blur(var(--blur)) saturate(150%);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(150%);
  box-shadow: var(--shadow), inset 0 1px 0 var(--edge-hi);
  margin-bottom: 1rem;
}

.stats-band__cell {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 1.3rem 1rem;
  text-align: center;
  background: rgba(6, 26, 38, 0.5);
}

.stats-band__num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.7rem;
  color: var(--aurora-green);
}

.stats-band__label {
  font-size: 0.82rem;
  color: var(--ink-muted);
}

@media (min-width: 760px) {
  .stats-band {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ============================================================
   6. CTA button
   ============================================================ */
.cta-btn {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.04em;
  color: #04222b;
  background: linear-gradient(150deg, #b8ffe7, var(--aurora-green) 45%, var(--aurora-cyan));
  border-radius: 999px;
  padding: 0.95rem 2.6rem;
  box-shadow: 0 14px 36px rgba(62, 242, 182, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: cta-pulse 2.8s ease-in-out infinite;
}

.cta-btn:hover,
.cta-btn:focus {
  color: #04222b;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 20px 46px rgba(62, 242, 182, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.cta-btn--block {
  display: block;
  width: max-content;
  margin-inline: auto;
}

@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 14px 36px rgba(62, 242, 182, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.6); }
  50% { box-shadow: 0 14px 52px rgba(62, 242, 182, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.6); }
}

/* ============================================================
   7. Floating feature cards
   ============================================================ */
.feature-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-top: 2.2rem;
}

@media (min-width: 640px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .feature-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.feature-card {
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
  animation: glass-float 8s ease-in-out infinite;
  animation-delay: var(--float-delay, 0s);
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: var(--aurora-green);
  animation-play-state: paused;
}

.feature-card__media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.feature-card__body {
  padding: 1.1rem 1.2rem 1.4rem;
}

.feature-card__title {
  margin-bottom: 0.35rem;
}

.feature-card__text {
  font-size: 0.92rem;
  color: var(--ink-muted);
  margin: 0;
}

/* ============================================================
   8. Rules slab, symbol tiles, reviews
   ============================================================ */
.glass-slab {
  padding: 2.2rem clamp(1.2rem, 4vw, 2.6rem) 2.4rem;
}

.table-scroll {
  overflow-x: auto;
}

.rules-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4rem 0 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--edge);
}

.rules-table th,
.rules-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(140, 255, 224, 0.14);
  font-size: 0.94rem;
}

.rules-table th {
  background: rgba(62, 242, 182, 0.14);
  color: #d8fff1;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.rules-table tbody tr:hover {
  background: rgba(62, 242, 182, 0.07);
}

.icon-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .icon-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .icon-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.icon-tile {
  text-align: center;
  padding: 1.1rem 0.8rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-tile:hover {
  transform: translateY(-6px) rotate(-1.5deg);
  box-shadow: 0 18px 36px rgba(62, 242, 182, 0.25), inset 0 1px 0 var(--edge-hi);
}

.icon-tile img {
  width: 84px;
  height: 84px;
  margin: 0 auto 0.7rem;
  border-radius: 50%;
  border: 1px solid var(--edge-hi);
}

.icon-tile__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--aurora-green);
}

.review-grid {
  display: grid;
  gap: 1.3rem;
  grid-template-columns: 1fr;
  margin-top: 2rem;
}

@media (min-width: 860px) {
  .review-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.review-card {
  padding: 1.5rem 1.4rem;
  margin: 0;
}

.review-card__stars {
  color: var(--aurora-green);
  letter-spacing: 0.15em;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

.review-card__text {
  font-style: italic;
  color: var(--ink);
  font-size: 0.95rem;
}

.review-card__author {
  margin: 0.9rem 0 0;
  font-weight: 700;
  color: #c7b7ff;
  font-size: 0.88rem;
}

/* ============================================================
   9. Breadcrumbs
   ============================================================ */
.breadcrumbs {
  padding: 1rem 0 0;
  font-size: 0.85rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink-muted);
}

.breadcrumbs li + li::before {
  content: '›';
  margin-right: 0.4rem;
  color: var(--aurora-green);
}

.breadcrumbs a {
  color: var(--ink-muted);
}

.breadcrumbs a:hover {
  color: var(--aurora-green);
}

.breadcrumbs [aria-current="page"] {
  color: var(--aurora-green);
}

/* ============================================================
   10. Archive / posts
   ============================================================ */
.page-head {
  padding: 2.2rem 0 0.6rem;
}

.archive-shell {
  padding: 1.6rem 0 3rem;
}

.post-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .post-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.post-card {
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.post-card:hover {
  transform: translateY(-6px);
  border-color: var(--aurora-green);
}

.post-card__media {
  position: relative;
  display: block;
}

.post-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.post-card__media::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(4, 18, 28, 0.72));
  pointer-events: none;
}

.post-card__body {
  padding: 1.1rem 1.2rem 1.4rem;
}

.post-card__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

.post-card__title a {
  color: var(--ink);
}

.post-card__title a:hover {
  color: var(--aurora-green);
}

.post-card__excerpt {
  font-size: 0.9rem;
  color: var(--ink-muted);
  margin-bottom: 0.8rem;
}

.post-card__meta {
  font-size: 0.8rem;
  color: var(--aurora-cyan);
}

.empty-state {
  text-align: center;
  padding: 4rem 1rem;
  color: var(--ink-muted);
}

.pagination,
.nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 1.6rem 0 0;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.7rem;
  border: 1px solid var(--edge);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-weight: 600;
  background: var(--glass);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.page-numbers.current {
  background: linear-gradient(140deg, var(--aurora-green), var(--aurora-cyan));
  color: #04222b;
  border-color: transparent;
}

.page-numbers:hover {
  border-color: var(--aurora-green);
  color: var(--aurora-green);
}

.page-numbers.current:hover {
  color: #04222b;
}

/* ============================================================
   11. Single post
   ============================================================ */
.single-panel {
  margin-top: 1.4rem;
  padding: 2rem clamp(1.2rem, 4vw, 2.6rem);
}

.single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.4rem;
  font-size: 0.85rem;
  color: var(--ink-muted);
  margin-bottom: 1.4rem;
}

.single-media {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-top: 0.6rem;
}

.single-media img {
  width: 100%;
}

.single-media__veil {
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background: linear-gradient(180deg, transparent, rgba(4, 18, 28, 0.66));
  pointer-events: none;
}

.entry-content {
  max-width: 760px;
}

.entry-content img {
  border-radius: var(--radius-sm);
}

.entry-content h2,
.entry-content h3 {
  margin-top: 1.8em;
}

.entry-content blockquote {
  margin: 1.6em 0;
  padding: 1rem 1.4rem;
  border-left: 4px solid var(--aurora-green);
  background: var(--glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
}

.related-block {
  padding: 2.5rem 0 3rem;
}

.cta-shell {
  padding-bottom: 3rem;
}

.cta-strip {
  text-align: center;
  padding: 2.6rem 1.4rem;
  background:
    radial-gradient(ellipse at center, rgba(62, 242, 182, 0.12), transparent 70%),
    var(--glass);
}

/* ============================================================
   12. Footer
   ============================================================ */
.site-footer {
  border-top: 1px solid var(--edge);
  background: rgba(2, 10, 18, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 2.8rem 0 1.6rem;
  text-align: center;
}

.site-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 1.6rem;
  margin: 0 0 1.6rem;
  padding: 0;
  list-style: none;
}

.site-footer__nav a {
  color: var(--ink-muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.site-footer__nav a:hover {
  color: var(--aurora-green);
}

.site-footer__badge {
  margin: 1.4rem 0;
}

.site-footer__disclaimer {
  max-width: 720px;
  margin: 1.2rem auto 0;
  font-size: 0.82rem;
  line-height: 1.8;
  color: var(--ink-muted);
}

.site-footer__disclaimer p {
  margin: 0.3em 0;
}

.site-footer__copy {
  margin-top: 1.4rem;
  font-size: 0.78rem;
  color: rgba(156, 196, 214, 0.6);
}

/* ============================================================
   13. Motion & a11y
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }
}

:focus-visible {
  outline: 2px solid var(--aurora-green);
  outline-offset: 3px;
}
