/*

   ██╗  ██╗████████╗██████╗ ███████╗███╗   ███╗███████╗
   ╚██╗██╔╝╚══██╔══╝██╔══██╗██╔════╝████╗ ████║██╔════╝
    ╚███╔╝    ██║   ██████╔╝█████╗  ██╔████╔██║█████╗
    ██╔██╗    ██║   ██╔══██╗██╔══╝  ██║╚██╔╝██║██╔══╝
   ██╔╝ ██╗   ██║   ██║  ██║███████╗██║ ╚═╝ ██║███████╗
   ╚═╝  ╚═╝   ╚═╝   ╚═╝  ╚═╝╚══════╝╚═╝     ╚═╝╚══════╝
 ██╗    ██╗███████╗ █████╗ ████████╗██╗  ██╗███████╗██████╗
 ██║    ██║██╔════╝██╔══██╗╚══██╔══╝██║  ██║██╔════╝██╔══██╗
 ██║ █╗ ██║█████╗  ███████║   ██║   ███████║█████╗  ██████╔╝
 ██║███╗██║██╔══╝  ██╔══██║   ██║   ██╔══██║██╔══╝  ██╔══██╗
 ╚███╔███╔╝███████╗██║  ██║   ██║   ██║  ██║███████╗██║  ██║
  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝   ╚═╝   ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝

          WE're the ones who innovate, not imitate.

*/

.community-page { position: relative; z-index: 1; }

.page-hero {
  padding: 192px 24px 0;
  text-align: center;
  background:
    radial-gradient(ellipse 720px 340px at 50% -40px, rgba(159,94,245,0.42) 0%, transparent 66%),
    radial-gradient(ellipse 92% 80% at 50% -14%, rgba(107,84,245,0.24) 0%, transparent 60%),
    transparent;
}
.page-hero .section-inner { display: flex; flex-direction: column; align-items: center; }
.page-hero .section-title { margin-bottom: 18px; }
.page-hero .section-body { max-width: 600px; margin: 0 auto; }
.page-hero + section { padding-top: 124px; }

.page-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(107,84,245,0.15); border: 1px solid rgba(107,84,245,0.3);
  border-radius: 999px; padding: 6px 16px; margin-bottom: 22px;
  font-size: 12px; color: var(--purple-300);
  letter-spacing: 0.08em; text-transform: uppercase;
}
.page-badge i { font-size: 12px; }
.badge-img-icon { width: 14px; height: 14px; object-fit: contain; vertical-align: middle; }

.page-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.section-heading {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(24px, 3vw, 34px); letter-spacing: -0.02em;
  text-transform: uppercase; line-height: 1.1; color: #fff; margin-bottom: 28px;
  text-align: center;
}
.section-label { text-align: center; }

.card-icon {
  display: flex; align-items: center; gap: 8px; margin-bottom: 10px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--purple-300);
}
.card-icon i { font-size: 13px; }

.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat-card {
  text-align: center; padding: 26px 18px;
  background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px; backdrop-filter: blur(14px);
}
.stat-num {
  display: block; font-family: var(--font-display); font-weight: 700;
  font-size: clamp(28px, 4vw, 40px); line-height: 1;
  background: linear-gradient(90deg, var(--purple-400), var(--purple-300));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-label {
  display: block; margin-top: 8px; font-size: 12px; color: rgba(255,255,255,0.5);
  letter-spacing: 0.06em; text-transform: uppercase;
}

.staff-tier { margin-bottom: 44px; }
.staff-tier:last-child { margin-bottom: 0; }
.staff-tier-title {
  font-family: var(--font-body); font-size: 14px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--purple-300);
  margin-bottom: 20px; display: flex; align-items: center; gap: 14px;
}
.staff-tier-title::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.08); }

.staff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.staff-grid-leadership { grid-template-columns: repeat(2, 1fr); }
.staff-grid-founder .staff-card { grid-column: 1 / -1; }
.staff-grid-donator { grid-template-columns: repeat(3, 1fr); }

.staff-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px; padding: 30px 20px; backdrop-filter: blur(14px);
}
.staff-avatar {
  width: 84px; height: 84px; border-radius: 50%; object-fit: cover;
  border: 2px solid rgba(107,84,245,0.4); background: var(--dark-700);
  margin-bottom: 16px; box-shadow: 0 0 0 4px rgba(107,84,245,0.08);
}
.staff-name { font-family: var(--font-body); font-size: 17px; font-weight: 600; color: #fff; }
.staff-role {
  display: inline-block; margin-top: 9px; padding: 4px 12px; border-radius: 999px;
  font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase;
  background: rgba(107,84,245,0.15); border: 1px solid rgba(107,84,245,0.3); color: var(--purple-300);
}
.staff-handle { margin-top: 7px; font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.62); }
.staff-bio { margin-top: 12px; font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.5); }
.staff-socials { display: flex; gap: 10px; margin-top: 16px; }
.staff-socials a {
  width: 34px; height: 34px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.6); font-size: 14px; text-decoration: none;
  transition: color 0.25s, background 0.25s, border-color 0.25s, transform 0.25s;
}
.staff-socials a:hover {
  color: #fff; background: rgba(107,84,245,0.2);
  border-color: rgba(107,84,245,0.4); transform: translateY(-2px);
}

.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 22px; align-items: start; }
.contact-layout-single { display: block; max-width: 820px; margin: 0 auto; }
.contact-form,
.contact-side {
  background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px; padding: 28px; backdrop-filter: blur(14px);
}
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.form-field span,
.form-check span {
  font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(255,255,255,0.58);
}
.form-field b { color: #ff4d6d; font-weight: 700; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%; box-sizing: border-box; border: 1px solid rgba(255,255,255,0.1);
  background: rgba(13,13,24,0.72); color: #fff; border-radius: 12px;
  padding: 13px 14px; font: inherit; outline: none;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.form-field textarea { resize: vertical; min-height: 150px; line-height: 1.55; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(107,84,245,0.58); background: rgba(13,13,24,0.9);
  box-shadow: 0 0 0 4px rgba(107,84,245,0.12);
}
.form-field ::placeholder { color: rgba(255,255,255,0.32); }
.form-check { display: flex; align-items: center; gap: 10px; margin: 2px 0 22px; }
.form-check input { width: 17px; height: 17px; accent-color: var(--purple-500); }
.form-submit { width: fit-content; }
.form-honey { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-status {
  min-height: 20px; margin: 0 0 16px; font-size: 14px; line-height: 1.45;
  color: rgba(255,255,255,0.62);
}
.contact-form-status {
  min-height: 0;
  margin: 12px 0 0;
}
.contact-form-status:empty { margin: 0; }
.form-status.is-success { color: #9ee6b7; }
.form-status.is-error { color: #ff8fa3; }
.contact-form.is-sending .form-submit { opacity: 0.72; pointer-events: none; }
.contact-confetti {
  position: fixed; inset: 0; z-index: 10000; pointer-events: none; overflow: hidden;
}
.contact-confetti i {
  position: absolute; top: -18px; width: 9px; height: 14px; border-radius: 3px;
  background: var(--c); left: var(--x); transform: rotate(var(--r));
  animation: contact-confetti-fall var(--d) cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes contact-confetti-fall {
  0% { opacity: 0; transform: translate3d(0, -20px, 0) rotate(var(--r)); }
  10% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(var(--dx), 105vh, 0) rotate(calc(var(--r) + 540deg)); }
}
.contact-side { display: flex; flex-direction: column; gap: 12px; }
.contact-side-link {
  display: flex; align-items: center; gap: 14px; text-decoration: none;
  padding: 14px; border-radius: 14px; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08); color: #fff;
  transition: background 0.2s, border-color 0.2s;
}
.contact-side-link:hover { background: rgba(107,84,245,0.12); border-color: rgba(107,84,245,0.28); }
.contact-side-link i {
  width: 38px; height: 38px; border-radius: 50%; display: inline-flex;
  align-items: center; justify-content: center; background: rgba(107,84,245,0.16);
  color: var(--purple-300); flex: 0 0 auto;
}
.contact-side-link strong { display: block; margin-bottom: 3px; font-size: 14px; }
.contact-side-link span { font-size: 13px; line-height: 1.45; color: rgba(255,255,255,0.58); }
.contact-side-link strong { color: #fff; }
.contact-note {
  margin-top: 6px; padding: 14px; border-radius: 14px; background: rgba(107,84,245,0.08);
  border: 1px solid rgba(107,84,245,0.18); color: rgba(255,255,255,0.58);
  font-size: 13px; line-height: 1.55;
}
.contact-note code { color: var(--purple-300); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.appeal-layout { grid-template-columns: minmax(0, 1fr); max-width: 880px; margin: 0 auto; }
.appeal-layout.is-loading { min-height: 520px; }
.appeal-panel { position: relative; overflow: hidden; }
.appeal-panel-hidden { display: none; }
.appeal-panel-ready { animation: appeal-fade-in 0.45s ease both; }
.appeal-title {
  font-family: var(--font-display); font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.1; text-transform: uppercase; color: #fff; margin: 0 0 12px;
  max-width: 100%; overflow-wrap: anywhere; word-break: break-word;
}
.appeal-copy { margin: 0 0 24px; color: rgba(255,255,255,0.58); line-height: 1.7; }
#appeal-login { margin-top: 4px; margin-bottom: 12px; }
#appeal-gate .form-status { margin-top: 0; }
.appeal-account {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  margin-bottom: 22px;
}
.appeal-avatar {
  width: 38px; height: 38px; border-radius: 50%; object-fit: cover;
  background: rgba(107,84,245,0.2); border: 1px solid rgba(255,255,255,0.12);
}
.appeal-account-label {
  display: block; margin-bottom: 2px; font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.42);
}
.appeal-account strong { display: block; color: #fff; font-size: 15px; line-height: 1.25; overflow-wrap: anywhere; word-break: break-word; }
.appeal-not-you {
  margin-left: auto; color: var(--purple-300); text-decoration: none;
  font-size: 13px; font-weight: 700;
}
.appeal-not-you:hover { color: #fff; }
.appeal-kicker {
  display: block; margin-bottom: 10px; font-size: 12px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--purple-300);
}
.appeal-ban-card {
  margin-bottom: 22px; padding: 20px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(107,84,245,0.13), rgba(255,255,255,0.03));
  border: 1px solid rgba(107,84,245,0.22);
}
.appeal-meta { display: grid; gap: 12px; margin: 18px 0 0; }
.appeal-meta div {
  display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 12px;
  padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.08);
}
.appeal-meta dt {
  font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(255,255,255,0.42);
}
.appeal-meta dd { margin: 0; color: rgba(255,255,255,0.78); line-height: 1.55; }
@keyframes appeal-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.card-link { text-decoration: none; display: block; }
.card-arrow {
  margin-top: 16px; color: var(--purple-300); font-size: 14px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px; transition: gap 0.25s ease;
}
.card-link:hover .card-arrow { gap: 13px; }

.community-cta {
  text-align: center;
  background: linear-gradient(135deg, rgba(107,84,245,0.12), rgba(107,84,245,0.04));
  border: 1px solid rgba(107,84,245,0.25); border-radius: 28px;
  padding: 56px 32px;
}
.community-cta .section-title { margin-bottom: 12px; }
.community-cta .section-body { margin: 0 auto 28px; }

@media (max-width: 900px) {
  .staff-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .page-hero {
    padding-top: 188px;
    background:
      radial-gradient(ellipse 82% 280px at 50% -20px, rgba(159,94,245,0.44) 0%, transparent 66%),
      radial-gradient(ellipse 130% 70% at 50% -10%, rgba(107,84,245,0.22) 0%, transparent 60%),
      transparent;
  }
  .page-hero + section { padding-top: 112px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form, .contact-side { padding: 22px; }
  .form-submit { width: 100%; justify-content: center; }
  .appeal-meta div { grid-template-columns: 1fr; gap: 6px; }
}
@media (max-width: 560px) {
  .staff-grid { grid-template-columns: 1fr; }
}

.tier-icon {
  width: 30px; height: 30px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-size: 13px; flex: 0 0 auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.45);
}
.tier-icon.tier-founder    { background: linear-gradient(135deg, #5b4bc4, #8f7be8); }
.tier-icon.tier-leadership { background: linear-gradient(135deg, #394aa3, #5f7be0); }
.tier-icon.tier-staff      { background: linear-gradient(135deg, #2f7390, #49a7c6); }
.tier-icon.tier-trial      { background: linear-gradient(135deg, #2f7a60, #49a77e); }
.tier-icon.tier-donator    { background: linear-gradient(135deg, #6b54f5, #b46cff); }

.tier-img-icon {
  width: 28px; height: 28px; object-fit: contain; flex: 0 0 auto;
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.5));
}

.donator-amount-pill {
  position: relative; z-index: 1; margin-top: 10px;
  display: inline-block; padding: 4px 12px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  background: rgba(107,84,245,0.22); border: 1px solid rgba(107,84,245,0.42);
  color: var(--purple-300);
}
.donator-date-pill {
  position: relative; z-index: 1; margin-top: 10px;
  display: inline-block; padding: 4px 12px; border-radius: 999px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.04em;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.55);
}

.donate-progress {
  max-width: 720px; margin: 0 auto 38px; padding: 22px 24px;
  background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px; backdrop-filter: blur(14px);
}
.donate-progress-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  margin-bottom: 12px;
}
.donate-progress-label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--purple-300);
}
.donate-progress-figs {
  font-family: var(--font-display); font-weight: 700; font-size: 20px; color: #fff;
}
.donate-progress-figs .muted { color: rgba(255,255,255,0.4); font-size: 16px; }
.donate-progress-track {
  height: 12px; border-radius: 999px; overflow: hidden;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.06);
}
.donate-progress-fill {
  height: 100%; border-radius: 999px; min-width: 8px;
  background: linear-gradient(90deg, var(--purple-500), var(--purple-400));
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.donate-progress.is-met .donate-progress-fill {
  background: linear-gradient(90deg, #2f9e6b, #49c68a);
}
.donate-progress-caption {
  margin-top: 10px; font-size: 13px; color: rgba(255,255,255,0.55);
}

.donate-banner {
  margin-top: 48px; padding: 44px 32px; text-align: center;
  background: linear-gradient(135deg, rgba(107,84,245,0.14), rgba(107,84,245,0.04));
  border: 1px solid rgba(107,84,245,0.28); border-radius: 28px;
}
.donate-banner-total { margin-bottom: 18px; }
.donate-banner-amount {
  display: block; font-family: var(--font-display); font-weight: 700;
  font-size: clamp(40px, 6vw, 64px); line-height: 1;
  background: linear-gradient(90deg, var(--purple-400), var(--purple-300));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.donate-banner-label {
  display: block; margin-top: 10px; font-size: 13px; letter-spacing: 0.06em;
  text-transform: uppercase; color: rgba(255,255,255,0.5);
}
.donate-banner-copy {
  max-width: 480px; margin: 0 auto 24px; font-size: 15px; line-height: 1.6;
  color: rgba(255,255,255,0.62);
}
.donate-banner-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 30px; border-radius: 999px; text-decoration: none;
  font-weight: 700; font-size: 15px; color: #fff;
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.5);
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}
.donate-banner-btn:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.06);
  transform: scale(1.02);
}
.donate-banner-btn i { font-size: 14px; }

.staff-card.has-banner { position: relative; overflow: hidden; background: var(--dark-800); }
.staff-card-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  filter: blur(22px) saturate(1.7);
  transform: scale(1.3);
}
.staff-card-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,20,0.32) 0%, rgba(10,10,20,0.74) 100%);
}
.staff-card-bg-default {
  background: linear-gradient(135deg, rgba(107,84,245,0.5), rgba(107,84,245,0.12));
  filter: none; transform: none;
}
.staff-card.has-banner .staff-avatar,
.staff-card.has-banner .staff-name,
.staff-card.has-banner .staff-handle { position: relative; z-index: 1; }
.staff-card.has-banner .staff-avatar {
  border-width: 3px; border-color: rgba(255,255,255,0.3);
  box-shadow: 0 6px 18px rgba(0,0,0,0.5);
}
.staff-card.has-banner .staff-name { text-shadow: 0 1px 4px rgba(0,0,0,0.55); }
.staff-card.has-banner .staff-handle { color: rgba(255,255,255,0.8); text-shadow: 0 1px 3px rgba(0,0,0,0.5); }
.staff-card-link {
  color: inherit; text-decoration: none;
}
.staff-card-link:focus-visible { outline: none; }

.roast-shell { max-width: 980px; margin: 0 auto; }
.roast-console {
  position: relative; overflow: hidden;
  background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px; padding: 28px; backdrop-filter: blur(14px);
  animation: reveal-up 0.85s cubic-bezier(0.215, 0.61, 0.355, 1) backwards;
}
.roast-console::before {
  content: ''; position: absolute; inset: 0 0 auto; height: 2px;
  background: linear-gradient(90deg, transparent, var(--purple-400), transparent);
}
.roast-console-head {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.roast-target { display: flex; align-items: center; gap: 14px; min-width: 0; }
.roast-target img {
  width: 54px; height: 54px; border-radius: 50%; object-fit: cover;
  border: 2px solid rgba(255,255,255,0.24); box-shadow: 0 6px 18px rgba(0,0,0,0.38);
}
.roast-target strong { display: block; color: #fff; font-size: 17px; }
.roast-target span { display: block; margin-top: 4px; color: rgba(255,255,255,0.58); font-size: 13px; }
.roast-status {
  display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto;
  padding: 7px 13px; border-radius: 999px; color: var(--purple-300);
  background: rgba(107,84,245,0.14); border: 1px solid rgba(107,84,245,0.28);
  font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
}
.roast-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.roast-line {
  min-height: 116px; padding: 18px; border-radius: 16px;
  background: rgba(13,13,24,0.58); border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.72); line-height: 1.58;
}
.roast-line b { display: block; margin-bottom: 8px; color: #fff; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; }
.roast-note {
  margin: 18px 0 0; color: rgba(255,255,255,0.45); font-size: 13px; line-height: 1.6;
}
@media (max-width: 760px) {
  .roast-console { padding: 22px; }
  .roast-console-head { align-items: flex-start; flex-direction: column; }
  .roast-grid { grid-template-columns: 1fr; }
}

@keyframes reveal-up {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
.page-hero .section-title,
.page-hero .section-body,
.community-page .section-label,
.community-page .section-heading,
.economy-grid > *,
.stats-strip > *,
.contact-grid > *,
.contact-layout,
.contact-form .form-grid,
.contact-form > .form-field,
.contact-form .form-check,
.contact-form .form-status,
.contact-form .form-submit,
.contact-side-link,
.contact-note,
.community-cta,
.faq-item,
.mission,
.charter-item,
.radar-web-figure {
  animation: reveal-up 0.85s cubic-bezier(0.215, 0.61, 0.355, 1) backwards;
}
.charter-item:nth-child(1) { animation-delay: 0.08s; }
.charter-item:nth-child(2) { animation-delay: 0.16s; }
.charter-item:nth-child(3) { animation-delay: 0.24s; }
.charter-item:nth-child(4) { animation-delay: 0.32s; }
.charter-item:nth-child(5) { animation-delay: 0.40s; }
.charter-item:nth-child(n+6) { animation-delay: 0.46s; }
.page-hero .section-title { animation-delay: 0.05s; }
.page-hero .section-body  { animation-delay: 0.2s; }
.community-page .section-label   { animation-delay: 0.05s; }
.community-page .section-heading { animation-delay: 0.13s; }
.community-cta { animation-delay: 0.1s; }
.economy-grid > :nth-child(1), .stats-strip > :nth-child(1), .contact-grid > :nth-child(1) { animation-delay: 0.12s; }
.economy-grid > :nth-child(2), .stats-strip > :nth-child(2), .contact-grid > :nth-child(2) { animation-delay: 0.24s; }
.economy-grid > :nth-child(3), .stats-strip > :nth-child(3), .contact-grid > :nth-child(3) { animation-delay: 0.36s; }
.economy-grid > :nth-child(4), .stats-strip > :nth-child(4), .contact-grid > :nth-child(4) { animation-delay: 0.48s; }
.contact-layout { animation-delay: 0.08s; }
.contact-form .form-grid,
.contact-form > .form-field,
.contact-form .form-check,
.contact-form .form-status,
.contact-form .form-submit { animation-delay: 0.16s; }
.contact-side-link:nth-child(1) { animation-delay: 0.24s; }
.contact-side-link:nth-child(2) { animation-delay: 0.34s; }
.contact-note { animation-delay: 0.44s; }
#staff-roster.animate-in .staff-tier-title,
#staff-roster.animate-in .staff-card,
#donator-roster.animate-in .donate-progress,
#donator-roster.animate-in .staff-tier-title,
#donator-roster.animate-in .staff-card {
  animation: reveal-up 0.85s cubic-bezier(0.215, 0.61, 0.355, 1) backwards;
  animation-delay: calc(var(--i, 0) * 85ms);
}
.faq-item { animation-delay: calc(var(--i, 0) * 90ms); }
#staff-roster:empty,
#donator-roster:empty { min-height: 90vh; }
.staff-empty { text-align: center; color: rgba(255,255,255,0.6); font-size: 15px; line-height: 1.7; padding: 40px 0; }
.staff-empty a { color: var(--purple-300); text-decoration: none; }
.staff-empty a:hover { text-decoration: underline; }
@media (prefers-reduced-motion: reduce) {
  .page-hero .section-title, .page-hero .section-body,
  .community-page .section-label, .community-page .section-heading,
  .economy-grid > *, .stats-strip > *, .contact-grid > *,
  .contact-layout, .contact-form .form-grid, .contact-form > .form-field,
  .contact-form .form-check, .contact-form .form-status, .contact-form .form-submit,
  .contact-side-link, .contact-note,
  .community-cta, .timeline-item, .faq-item, .mission,
  .charter-item, .radar-web-figure,
  #staff-roster.animate-in .staff-tier-title, #staff-roster.animate-in .staff-card,
  #donator-roster.animate-in .donate-progress,
  #donator-roster.animate-in .staff-tier-title, #donator-roster.animate-in .staff-card { animation: none; }
}

@keyframes iconFloat {
  0%, 100% { transform: translateY(0)    rotate(var(--ir, 0deg)); }
  50%       { transform: translateY(-9px) rotate(var(--ir, 0deg)); }
}
@keyframes iconDrift {
  0%, 100% { transform: translateY(0)     translateX(0)    rotate(var(--ir, 0deg)); }
  33%       { transform: translateY(-7px)  translateX(4px)  rotate(var(--ir, 0deg)); }
  66%       { transform: translateY(-4px)  translateX(-3px) rotate(var(--ir, 0deg)); }
}
@keyframes iconPulse {
  0%, 100% { transform: scale(1)    rotate(var(--ir, 0deg)); opacity: var(--io, 1); }
  50%       { transform: scale(1.18) rotate(var(--ir, 0deg)); opacity: calc(var(--io, 1) * 1.4); }
}
.page-decor { position: absolute; top: 0; left: 0; width: 100%; height: 760px; z-index: 0; pointer-events: none; overflow: hidden; }
.page-decor i { position: absolute; color: #3a3a48; animation: iconFloat 3.2s ease-in-out infinite; }
.page-decor i:nth-child(1)  { top: 50px;  left: 9%;   font-size: 18px; --ir:-12deg; animation-duration:3.0s; animation-delay:-1.5s; }
.page-decor i:nth-child(2)  { top: 44px;  right: 13%; font-size: 15px; --ir:10deg;  animation-duration:3.6s; animation-delay:-0.4s; animation-name:iconDrift; }
.page-decor i:nth-child(3)  { top: 80px;  left: 27%;  font-size: 14px; --ir:8deg;   animation-duration:2.8s; animation-delay:-0.8s; }
.page-decor i:nth-child(4)  { top: 70px;  right: 29%; font-size: 16px; --ir:-8deg;  animation-duration:3.4s; animation-delay:-0.2s; animation-name:iconDrift; }
.page-decor i:nth-child(5)  { top: 122px; left: 4%;   font-size: 19px; --ir:14deg;  animation-duration:2.6s; animation-delay:-0.6s; }
.page-decor i:nth-child(6)  { top: 110px; right: 5%;  font-size: 17px; --ir:-16deg; animation-duration:3.8s; animation-delay:-1.0s; animation-name:iconDrift; }
.page-decor i:nth-child(7)  { top: 162px; left: 17%;  font-size: 14px; --ir:6deg;   --io:0.85; animation-duration:3.1s; animation-delay:-0.3s; }
.page-decor i:nth-child(8)  { top: 150px; right: 19%; font-size: 15px; --ir:-10deg; --io:0.85; animation-duration:2.9s; animation-delay:-0.7s; animation-name:iconPulse; }
.page-decor i:nth-child(9)  { top: 214px; left: 8%;   font-size: 16px; --ir:12deg;  --io:0.7;  animation-duration:3.3s; animation-delay:-0.1s; }
.page-decor i:nth-child(10) { top: 202px; right: 7%;  font-size: 14px; --ir:-6deg;  --io:0.7;  animation-duration:2.7s; animation-delay:-0.5s; animation-name:iconDrift; }
.page-decor i:nth-child(11) { top: 274px; left: 22%;  font-size: 15px; --ir:16deg;  --io:0.55; animation-duration:3.5s; animation-delay:-0.9s; }
.page-decor i:nth-child(12) { top: 262px; right: 24%; font-size: 13px; --ir:-14deg; --io:0.55; animation-duration:3.0s; animation-delay:-1.2s; animation-name:iconPulse; }
.page-decor i:nth-child(13) { top: 344px; left: 5%;   font-size: 17px; --ir:8deg;   --io:0.4;  animation-duration:2.8s; animation-delay:-0.4s; }
.page-decor i:nth-child(14) { top: 332px; right: 6%;  font-size: 15px; --ir:-8deg;  --io:0.4;  animation-duration:3.6s; animation-delay:-0.8s; animation-name:iconDrift; }
.page-decor i:nth-child(15) { top: 420px; left: 14%;  font-size: 14px; --ir:10deg;  --io:0.28; animation-duration:3.2s; animation-delay:-0.2s; }
.page-decor i:nth-child(16) { top: 408px; right: 12%; font-size: 16px; --ir:-12deg; --io:0.28; animation-duration:2.5s; animation-delay:-0.6s; animation-name:iconPulse; }

.timeline { position: relative; max-width: 1000px; margin: 0 auto; padding: 8px 0; isolation: isolate; }
.timeline::before {
  content: ''; position: absolute; left: 50%; top: 0; bottom: 0;
  width: 4px; margin-left: -2px; border-radius: 999px; background: rgba(255,255,255,0.12);
}
.timeline-item {
  position: relative; z-index: 1; width: calc(50% - 38px); box-sizing: border-box;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px; padding: 26px 30px; margin-bottom: 36px; text-align: left;
}
.timeline-item:nth-child(odd)  { margin-left: 0; margin-right: auto; }
.timeline-item:nth-child(even) { margin-left: auto; margin-right: 0; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-item::after {
  content: ''; position: absolute; top: 37px; height: 2px; width: 38px;
  background: rgba(255,255,255,0.12);
}
.timeline-item:nth-child(odd)::after  { right: -38px; }
.timeline-item:nth-child(even)::after { left: -38px; }
.timeline-item::before {
  content: ''; position: absolute; top: 31px; width: 15px; height: 15px;
  border-radius: 50%; background: #fff; z-index: 1;
  box-shadow: 0 0 0 4px var(--dark-900), 0 0 0 6px rgba(255,255,255,0.2);
}
.timeline-item:nth-child(odd)::before  { right: -45px; }
.timeline-item:nth-child(even)::before { left: -45px; }
.timeline-year { font-family: var(--font-display); font-weight: 700; font-size: clamp(20px, 1.9vw, 26px); color: #fff; margin-bottom: 10px; }
.timeline-text { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.6); margin: 0; }
@media (max-width: 760px) {
  .timeline { max-width: 100%; padding-left: 30px; }
  .timeline::before { left: 8px; margin-left: 0; }
  .timeline-item:nth-child(odd), .timeline-item:nth-child(even) { width: 100%; margin: 0 0 22px; }
  .timeline-item:nth-child(odd)::before, .timeline-item:nth-child(even)::before { left: -30px; right: auto; top: 24px; }
  .timeline-item:nth-child(odd)::after, .timeline-item:nth-child(even)::after { left: -22px; right: auto; width: 16px; top: 31px; }
}
.timeline::after {
  content: ''; position: absolute; left: 50%; top: 0; width: 4px; margin-left: -2px; z-index: 0;
  height: var(--timeline-fill, 0%); border-radius: 999px;
  background: linear-gradient(var(--purple-300), var(--purple-500));
  box-shadow: 0 0 10px rgba(107,84,245,0.5);
}
@media (max-width: 760px) { .timeline::after { left: 8px; margin-left: 0; } }
html.js .timeline-item { opacity: 0; transform: translateY(26px); transition: opacity 0.6s cubic-bezier(0.22,0.61,0.36,1), transform 0.6s cubic-bezier(0.22,0.61,0.36,1); }
html.js .timeline-item.in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .timeline-item { opacity: 1; transform: none; transition: none; }
  .timeline::after { display: none; }
}

.faq { max-width: 720px; margin: 0 auto; text-align: left; }
.faq-intro { max-width: 600px; margin: -6px auto 30px; text-align: center; font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.55); }
.faq-item { background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; margin-bottom: 12px; overflow: hidden; transition: border-color 0.25s, background 0.25s; }
.faq-item.open { border-color: rgba(107,84,245,0.3); background: rgba(107,84,245,0.06); }
.faq-q {
  width: 100%; box-sizing: border-box; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  background: none; border: none; text-align: left;
  padding: 17px 20px; font-family: var(--font-body); font-weight: 600; font-size: 15px; color: #fff;
}
.faq-q i { color: var(--purple-300); font-size: 12px; flex-shrink: 0; transition: transform 0.3s ease; }
.faq-item.open .faq-q i { transform: rotate(180deg); }
.faq-a-wrap { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.32s cubic-bezier(0.4, 0, 0.2, 1); }
.faq-item.open .faq-a-wrap { grid-template-rows: 1fr; }
.faq-a { overflow: hidden; }
.faq-answer { margin: 0; padding: 2px 20px 18px; font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.62); }
.faq-answer a { color: var(--purple-300); text-decoration: none; }
.faq-answer a:hover { text-decoration: underline; }

.quote-section { padding-top: 28px; padding-bottom: 28px; }
.mission { max-width: 820px; margin: 0 auto; text-align: center; padding: 16px 24px; }
.mission-mark {
  display: block; font-family: Georgia, 'Times New Roman', serif;
  font-size: 92px; line-height: 0.8; height: 50px;
  color: var(--purple-400); opacity: 0.4;
}
.mission-quote {
  font-family: var(--font-body); font-size: clamp(20px, 2.7vw, 30px);
  line-height: 1.45; color: #fff; font-weight: 500; letter-spacing: -0.01em; margin: 0;
}
.mission-author { margin-top: 30px; }
.mission-name {
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  text-transform: uppercase; letter-spacing: 0.08em; color: #fff;
}
.mission-role { display: block; margin-top: 7px; font-size: 13px; color: var(--purple-300); }


.doc-meta {
  display: inline-flex; flex-wrap: wrap; align-items: center; gap: 10px 18px;
  margin-top: 18px; padding: 10px 18px;
  background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px; font-size: 13px; color: rgba(255,255,255,0.6);
}
.doc-meta b { color: rgba(255,255,255,0.85); font-weight: 600; }
.doc-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,0.25); }

.doc-toc {
  display: flex; flex-wrap: wrap; gap: 10px; margin: 4px 0 36px;
}
.doc-toc a {
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.66);
  padding: 8px 15px; border-radius: 999px; text-decoration: none;
  background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.08);
  transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.2s;
}
.doc-toc a:hover {
  color: #fff; background: rgba(107,84,245,0.16);
  border-color: rgba(107,84,245,0.4); transform: translateY(-2px);
}

.charter-intro {
  position: relative; padding: 24px 26px; margin-bottom: 40px;
  background: linear-gradient(135deg, rgba(107,84,245,0.12), rgba(107,84,245,0.03));
  border: 1px solid rgba(107,84,245,0.22); border-radius: 18px;
}
.charter-intro p { margin: 0; font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.78); }
.charter-intro .charter-intro-mark {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 12px;
  font-family: var(--font-body); font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--purple-300);
}

.charter-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.charter-article {
  position: relative; display: flex; flex-direction: column;
  padding: 24px 24px 22px; border-radius: 18px;
  background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.08);
  border-left: 3px solid rgba(107,84,245,0.5);
  backdrop-filter: blur(14px);
  transition: border-color 0.25s, background 0.25s, transform 0.25s;
}
.charter-article:hover {
  background: rgba(255,255,255,0.05); border-left-color: var(--purple-400);
  transform: translateY(-3px);
}
.charter-article-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.charter-num {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 9px;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 14px; font-weight: 700;
  background: rgba(107,84,245,0.16); border: 1px solid rgba(107,84,245,0.32);
  color: var(--purple-300);
}
.charter-article h3 {
  margin: 0; font-family: var(--font-body); font-size: 17px; font-weight: 700; color: #fff;
}
.charter-article p { margin: 0; font-size: 14px; line-height: 1.66; color: rgba(255,255,255,0.62); }
.charter-article.full { grid-column: 1 / -1; }

.charter-flag {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 12px;
  font-size: 12.5px; color: rgba(255,255,255,0.5);
}
.charter-flag a { color: var(--purple-300); text-decoration: none; font-weight: 600; }
.charter-flag a:hover { text-decoration: underline; }

.enforce-note {
  margin: 18px auto 0; max-width: 720px; text-align: center;
  font-size: 13.5px; line-height: 1.65; color: rgba(255,255,255,0.55);
}
.enforce-note a { color: var(--purple-300); text-decoration: none; }
.enforce-note a:hover { text-decoration: underline; }

.legal-doc { max-width: 860px; margin: 0 auto; }
.legal-section { margin-bottom: 40px; }
.legal-section > h2 {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(20px, 2.4vw, 26px); letter-spacing: -0.01em; color: #fff;
  margin: 0 0 8px; display: flex; align-items: baseline; gap: 12px;
}
.legal-section > h2 .legal-num {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(18px, 2vw, 24px); color: var(--purple-300);
}
.legal-section > p { font-size: 14.5px; line-height: 1.74; color: rgba(255,255,255,0.66); margin: 0 0 14px; }
.legal-section ul { margin: 0 0 14px; padding-left: 20px; }
.legal-section li { font-size: 14.5px; line-height: 1.7; color: rgba(255,255,255,0.66); margin-bottom: 6px; }
.legal-section a { color: var(--purple-300); text-decoration: none; }
.legal-section a:hover { text-decoration: underline; }
.legal-section h3 {
  font-family: var(--font-body); font-size: 16px; font-weight: 700; color: #fff; margin: 22px 0 8px;
}

.legal-callout {
  position: relative; padding: 16px 20px; margin: 16px 0; border-radius: 14px;
  font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.74);
  background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.08);
}
.legal-callout strong { color: #fff; }
.legal-callout-label {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; margin-bottom: 4px; color: var(--purple-300);
}

.legal-table-wrap { overflow-x: auto; margin: 14px 0; border-radius: 12px; border: 1px solid rgba(255,255,255,0.08); }
.legal-table { width: 100%; border-collapse: collapse; font-size: 13.5px; min-width: 460px; }
.legal-table th, .legal-table td {
  text-align: left; padding: 11px 14px; border-bottom: 1px solid rgba(255,255,255,0.06);
  vertical-align: top; line-height: 1.55;
}
.legal-table th { background: rgba(255,255,255,0.04); color: rgba(255,255,255,0.8); font-weight: 700; }
.legal-table td { color: rgba(255,255,255,0.62); }
.legal-table td:first-child { color: rgba(255,255,255,0.82); font-weight: 600; white-space: nowrap; }
.legal-table tr:last-child td { border-bottom: none; }

.legal-doc .faq-item { margin-bottom: 10px; }

:root { --cov: #2bd4d4; --cov-soft: rgba(43,212,212,0.16); }
.coverage-hero-card {
  position: relative; overflow: hidden;
  padding: 34px 32px; border-radius: 22px; margin-bottom: 14px;
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(43,212,212,0.16) 0%, transparent 55%),
    rgba(255,255,255,0.035);
  border: 1px solid rgba(43,212,212,0.28);
}
.coverage-role-pill {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px;
  padding: 6px 15px; border-radius: 999px;
  background: var(--cov-soft); border: 1px solid rgba(43,212,212,0.4);
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--cov);
}
.coverage-role-pill .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--cov);
  box-shadow: 0 0 0 4px rgba(43,212,212,0.18);
}
.coverage-hero-card h2 {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(24px, 3vw, 34px); color: #fff; margin: 0 0 12px; letter-spacing: -0.01em;
}
.coverage-hero-card p { font-size: 15px; line-height: 1.72; color: rgba(255,255,255,0.74); margin: 0 0 12px; max-width: 720px; }
.coverage-hero-card p:last-child { margin-bottom: 0; }

.coverage-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 26px 0 8px; }
.coverage-point {
  padding: 22px 20px; border-radius: 16px;
  background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.08);
}
.coverage-point i { color: var(--cov); font-size: 20px; margin-bottom: 12px; }
.coverage-point h4 { margin: 0 0 7px; font-family: var(--font-body); font-size: 15px; font-weight: 700; color: #fff; }
.coverage-point p { margin: 0; font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,0.6); }

.coverage-leads { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.lead-card {
  display: flex; align-items: center; gap: 16px; padding: 20px 22px; border-radius: 18px;
  background: rgba(255,255,255,0.035); border: 1px solid rgba(43,212,212,0.22);
  border-left: 3px solid var(--cov);
  transition: transform 0.25s, background 0.25s;
}
.lead-card:hover { transform: translateY(-3px); background: rgba(255,255,255,0.05); }
.lead-avatar {
  width: 62px; height: 62px; border-radius: 50%; object-fit: cover; flex-shrink: 0;
  border: 2px solid rgba(43,212,212,0.5); background: var(--dark-700);
  box-shadow: 0 0 0 4px rgba(43,212,212,0.1);
}
.lead-info { display: flex; flex-direction: column; gap: 4px; }
.lead-name { font-family: var(--font-body); font-size: 17px; font-weight: 700; color: #fff; }
.lead-role {
  align-self: flex-start; padding: 3px 11px; border-radius: 999px; font-size: 11px;
  letter-spacing: 0.05em; text-transform: uppercase; font-weight: 600;
  background: var(--cov-soft); border: 1px solid rgba(43,212,212,0.4); color: var(--cov);
}

@media (max-width: 760px) {
  .charter-grid { grid-template-columns: 1fr; }
  .coverage-points { grid-template-columns: 1fr; }
  .coverage-leads { grid-template-columns: 1fr; }
}

.charter-article, .coverage-point, .lead-card {
  animation: reveal-up 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) backwards;
  animation-delay: calc(var(--i, 0) * 70ms);
}
@media (prefers-reduced-motion: reduce) {
  .charter-article, .coverage-point, .lead-card { animation: none; }
}

.coverage-page .mode-card,
.coverage-page .charter-list .charter-item {
  animation: reveal-up 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) backwards;
}
.coverage-page .coverage-modes .mode-card:nth-child(1) { animation-delay: 0.06s; }
.coverage-page .coverage-modes .mode-card:nth-child(2) { animation-delay: 0.15s; }
.coverage-page .coverage-modes .mode-card:nth-child(3) { animation-delay: 0.24s; }
.coverage-page .charter-list .charter-item:nth-child(1) { animation-delay: 0.05s; }
.coverage-page .charter-list .charter-item:nth-child(2) { animation-delay: 0.12s; }
.coverage-page .charter-list .charter-item:nth-child(3) { animation-delay: 0.19s; }
.coverage-page .charter-list .charter-item:nth-child(4) { animation-delay: 0.26s; }
.coverage-page .charter-list .charter-item:nth-child(5) { animation-delay: 0.33s; }
.coverage-page .charter-list .charter-item:nth-child(6) { animation-delay: 0.40s; }
.coverage-page .charter-list .charter-item:nth-child(7) { animation-delay: 0.47s; }
.coverage-page .charter-list .charter-item:nth-child(8) { animation-delay: 0.54s; }
@media (prefers-reduced-motion: reduce) {
  .coverage-page .mode-card,
  .coverage-page .charter-list .charter-item { animation: none; }
}

.lead-avatar.initial {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 24px; font-weight: 700;
  color: var(--cov); background: var(--cov-soft); text-transform: uppercase;
}

.coverage-modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mode-card {
  --mode: rgba(255,255,255,0.4);
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 26px 22px 24px; border-radius: 20px;
  background:
    radial-gradient(110% 90% at 50% 38%, color-mix(in srgb, var(--mode) 16%, transparent) 0%, transparent 62%),
    rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.08);
}
.mode-badge {
  width: 84px; height: 84px; border-radius: 50%; margin-bottom: 14px;
  box-shadow: 0 8px 26px color-mix(in srgb, var(--mode) 40%, transparent);
}
.mode-card h3 {
  margin: 0 0 6px; font-family: var(--font-display); font-size: 16px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.01em; color: rgba(255,255,255,0.92);
}
.mode-crit { margin: 0 0 14px; font-size: 12.5px; line-height: 1.55; color: rgba(255,255,255,0.55); }
.mode-thresholds {
  width: 100%; display: flex; flex-direction: column; gap: 0; text-align: left;
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 12px;
}
.mode-threshold {
  display: grid;
  grid-template-columns: 18px 1fr;
  column-gap: 9px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: none; border-radius: 0;
}
.mode-threshold:last-child { border-bottom: none; padding-bottom: 0; }
.mode-threshold::before {
  content: '✓';
  grid-row: 1 / 3;
  color: var(--mode); filter: brightness(1.3);
  font-size: 14px; font-weight: 800; line-height: 1;
  padding-top: 3px;
}
.mode-threshold .t-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--mode); filter: brightness(1.25);
}
.mode-threshold .t-value { font-size: 12px; line-height: 1.45; color: rgba(255,255,255,0.65); }
.mode-card.severe   { --mode: #e0556d; }
.mode-card.winter   { --mode: #5b9dff; }
.mode-card.tropical { --mode: #3fb96b; }

.coverage-expert-note {
  margin: 18px auto 0; max-width: 720px; text-align: center;
  font-size: 13.5px; line-height: 1.65; color: rgba(255,255,255,0.55);
}
.coverage-expert-note .ce-tag {
  color: var(--cov); font-weight: 600;
}

.coverage-rules { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.coverage-rule {
  display: flex; gap: 15px; align-items: flex-start;
  padding: 18px 20px; border-radius: 16px;
  background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.08);
}
.coverage-rule .rule-ico {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 11px;
  display: inline-flex; align-items: center; justify-content: center; font-size: 16px;
  background: var(--cov-soft); border: 1px solid rgba(43,212,212,0.35); color: var(--cov);
}
.coverage-rule h4 { margin: 1px 0 5px; font-family: var(--font-body); font-size: 15px; font-weight: 700; color: #fff; }
.coverage-rule p { margin: 0; font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.6); }
.coverage-rule.full { grid-column: 1 / -1; }

@media (max-width: 760px) {
  .coverage-modes { grid-template-columns: 1fr; }
  .coverage-rules { grid-template-columns: 1fr; }
}

.coverage-rule a { color: var(--cov); text-decoration: none; }
.coverage-rule a:hover { text-decoration: underline; }

.staff-grid-coverage { grid-template-columns: repeat(2, 1fr); }
.staff-card.coverage-card { border-color: rgba(255,255,255,0.1); }
.staff-card.coverage-card .staff-card-bg-cov {
  background: linear-gradient(135deg, rgba(43,212,212,0.42), rgba(43,212,212,0.1));
  filter: none; transform: none;
}
.staff-card.coverage-card .staff-avatar {
  border-color: rgba(255,255,255,0.28); box-shadow: 0 0 0 4px rgba(255,255,255,0.05);
}
.staff-avatar.initial {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 30px; font-weight: 700;
  color: var(--cov); background: var(--cov-soft); text-transform: uppercase;
}
.staff-role.cov { background: var(--cov-soft); border-color: rgba(43,212,212,0.4); color: var(--cov); }
@media (max-width: 600px) { .staff-grid-coverage { grid-template-columns: 1fr; } }

.staff-card.coverage-card .staff-role { position: relative; z-index: 1; }


.charter-lead {
  max-width: 720px; margin: 0 auto 36px; text-align: center;
  font-size: 15px; line-height: 1.75; color: rgba(255,255,255,0.6);
}
.charter-list { list-style: none; margin: 0 auto; padding: 0; max-width: 820px; }
.charter-item {
  display: flex; gap: 22px; align-items: flex-start;
  padding: 24px 6px; border-bottom: 1px solid rgba(255,255,255,0.07);
}
.charter-item:last-child { border-bottom: none; }
.charter-item-no {
  flex-shrink: 0; min-width: 40px;
  font-family: var(--font-display); font-size: 20px; font-weight: 700;
  color: var(--purple-300); line-height: 1.4;
  font-variant-numeric: tabular-nums;
}
.charter-item-body { flex: 1; }
.charter-item-body h3 {
  margin: 2px 0 8px; font-family: var(--font-body); font-size: 17px; font-weight: 700; color: #fff;
}
.charter-item-body p { margin: 0; font-size: 14.5px; line-height: 1.7; color: rgba(255,255,255,0.64); }
.charter-item-body p a { color: rgba(255,255,255,0.75); text-decoration: underline; text-underline-offset: 2px; }
.charter-item-body p a:hover { color: #fff; }
.charter-item-flag {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 10px;
  font-size: 12.5px; color: rgba(255,255,255,0.46);
}
.charter-item-flag a { color: var(--purple-300); text-decoration: none; font-weight: 600; }
.charter-item-flag a:hover { text-decoration: underline; }

#experts-roster.animate-in .staff-tier-title,
#experts-roster.animate-in .staff-card {
  animation: reveal-up 0.85s cubic-bezier(0.215, 0.61, 0.355, 1) backwards;
  animation-delay: calc(var(--i, 0) * 85ms);
}
#experts-roster:empty { min-height: 40vh; }
@media (prefers-reduced-motion: reduce) {
  #experts-roster.animate-in .staff-tier-title,
  #experts-roster.animate-in .staff-card { animation: none; }
}

.charter-item-ico {
  font-size: 16px; color: var(--cov); min-width: 40px;
  display: flex; align-items: flex-start; justify-content: flex-start; padding-top: 3px;
}

.charter-list-icons .charter-item-ico { color: var(--purple-300); }

.radar-web-figure {
  max-width: 980px;
  margin: 0 auto;
}
.radar-web-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 30px 70px -28px rgba(0,0,0,0.6);
}

.policy-list {
  list-style: none; margin: 0 auto; padding: 4px 0; max-width: 760px;
  background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px;
}
.policy-row {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 18px 22px; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.policy-row:last-child { border-bottom: none; }
.policy-ico {
  flex-shrink: 0; width: 30px; text-align: center; color: var(--cov); font-size: 16px; margin-top: 2px;
}
.policy-row h4 { margin: 0 0 4px; font-family: var(--font-body); font-size: 15px; font-weight: 700; color: #fff; }
.policy-row p { margin: 0; font-size: 13.5px; line-height: 1.62; color: rgba(255,255,255,0.62); }
.policy-row a { color: var(--cov); text-decoration: none; }
.policy-row a:hover { text-decoration: underline; }

.doc-meta-plain {
  margin-top: 14px; font-size: 13px; color: rgba(255,255,255,0.5);
}
.doc-meta-plain b { color: rgba(255,255,255,0.72); font-weight: 600; }
.doc-meta-plain a { color: inherit; }

.legal-doc .legal-section {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity  0.72s cubic-bezier(0.215, 0.61, 0.355, 1) var(--ls-delay, 0ms),
    transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1) var(--ls-delay, 0ms);
}
.legal-doc .legal-section.ls-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .legal-doc .legal-section { opacity: 1; transform: none; transition: none; }
}

.legal-doc-footer {
  margin-top: 48px; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.07);
  font-size: 12.5px; color: rgba(255,255,255,0.38);
}
.legal-effective {
  margin: 0 0 36px; padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.55);
}
.legal-doc-footer b { color: rgba(255,255,255,0.55); font-weight: 600; }
.legal-doc-footer a { color: inherit; text-decoration: none; }
.legal-doc-footer a:hover { color: rgba(255,255,255,0.6); }

button.clean-link {
  width: 100%;
  background: transparent;
  border: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button.clean-link:focus { outline: none; }
button.clean-link:focus-visible { outline: 2px solid var(--purple-400); outline-offset: 2px; border-radius: 8px; }

.community-page .page-hero .section-body a { color: var(--purple-300); text-decoration: underline; text-underline-offset: 3px; }
.community-page .page-hero .section-body a:hover { color: #fff; }
.glossary-list { max-width: 860px; }
.glossary-term { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.glossary-term:last-child { border-bottom: none; }
.glossary-term h2 { font-size: 20px; margin: 0 0 10px; scroll-margin-top: 90px; }
.glossary-term p { margin: 0 0 10px; color: rgba(255,255,255,0.72); line-height: 1.65; font-size: 15.5px; }
.glossary-term p:last-child { margin-bottom: 0; }
.glossary-term ul { margin: 0 0 10px 18px; color: rgba(255,255,255,0.72); line-height: 1.65; font-size: 15.5px; }
.glossary-anchor { opacity: 0; margin-left: 8px; color: var(--purple-300); text-decoration: none; font-weight: 400; transition: opacity 0.25s linear; }
.glossary-term:hover .glossary-anchor, .glossary-anchor:focus-visible { opacity: 1; }

.glossary-pager { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; }
.glossary-pager .btn-ghost { font-size: 14px; padding: 12px 22px; }
@media (max-width: 600px) {
  .glossary-pager { flex-direction: column; align-items: stretch; }
  .glossary-pager .btn-ghost { justify-content: center; }
}
.glossary-compact .glossary-term { padding: 12px 0; }
.glossary-compact .glossary-term h2 { font-size: 16px; margin-bottom: 4px; }
.glossary-compact .glossary-term p { font-size: 14px; }
.glossary-cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 14px; }
.glossary-cat-grid .glossary-cat-card { animation: reveal-up 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) backwards; }
.glossary-cat-grid .glossary-cat-card:nth-child(1) { animation-delay: 0.05s; }
.glossary-cat-grid .glossary-cat-card:nth-child(2) { animation-delay: 0.09s; }
.glossary-cat-grid .glossary-cat-card:nth-child(3) { animation-delay: 0.13s; }
.glossary-cat-grid .glossary-cat-card:nth-child(4) { animation-delay: 0.17s; }
.glossary-cat-grid .glossary-cat-card:nth-child(5) { animation-delay: 0.21s; }
.glossary-cat-grid .glossary-cat-card:nth-child(6) { animation-delay: 0.25s; }
.glossary-cat-grid .glossary-cat-card:nth-child(7) { animation-delay: 0.29s; }
.glossary-cat-grid .glossary-cat-card:nth-child(8) { animation-delay: 0.33s; }
.glossary-cat-grid .glossary-cat-card:nth-child(9) { animation-delay: 0.37s; }
.glossary-cat-grid .glossary-cat-card:nth-child(10) { animation-delay: 0.41s; }
.glossary-cat-grid .glossary-cat-card:nth-child(11) { animation-delay: 0.45s; }
.glossary-cat-grid .glossary-cat-card:nth-child(12) { animation-delay: 0.49s; }
.glossary-cat-grid .glossary-cat-card:nth-child(n+13) { animation-delay: 0.55s; }
@media (prefers-reduced-motion: reduce) { .glossary-cat-grid .glossary-cat-card { animation: none; } }
.page-hero + .glossary-hub-cats { padding-top: 32px; }
.glossary-cat-card { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 18px; border-radius: 16px; background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.08); text-decoration: none; color: #fff; transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease; }
.glossary-cat-card:hover { transform: translateY(-3px); border-color: rgba(159,94,245,0.46); background: rgba(255,255,255,0.07); }
.glossary-cat-card img { width: 44px; height: 44px; object-fit: contain; }
.glossary-cat-name { font-weight: 700; font-size: 15px; }
.glossary-cat-count { font-size: 13px; color: rgba(255,255,255,0.55); }
