/* Generated from tools/build-pages.js. Do not edit this file directly. */

/* Source: shared/styles/home/cards/14-about-features.css */
.about-hero-signal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: rgba(247, 247, 243, 0.9);
  font-size: 0.96rem;
  font-weight: 600;
  white-space: nowrap;
}

.about-inline-icon,
.about-card-icon,
.about-rating-icon,
.about-continental-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-inline-icon {
  width: 20px;
  height: 20px;
  color: var(--accent);
}

.about-inline-icon svg,
.about-card-icon svg,
.about-rating-icon svg,
.about-continental-icon svg,
.about-story-emblem svg,
.about-cta svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.about-stat-grid {
  gap: 10px;
}

.about-stat-card {
  min-height: 0;
  gap: 6px;
  padding: 20px 24px 18px;
  border-radius: 20px;
  border-color: rgba(255, 255, 255, 0.11);
}

.about-card-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 6px;
  color: rgba(239, 89, 67, 0.98);
}

.about-stat-card p {
  max-width: 17ch;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.52;
}

.about-stat-card .page-card-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.about-stat-card strong {
  font-size: clamp(2rem, 3.2vw, 2.5rem);
}

.about-stack {
  gap: 14px;
}

.about-split-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
}

.about-split-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  align-content: center;
  padding: 24px 22px 24px 22px;
}

.about-split-copy h2 {
  margin-bottom: 4px;
  font-size: clamp(1.3rem, 1.8vw, 1.72rem);
}

.about-split-copy p {
  max-width: 54ch;
  margin: 0;
  line-height: 1.58;
}

.about-standout {
  color: var(--text-primary);
  margin-top: 2px !important;
  font-size: 1.06rem;
  font-weight: 700;
}

.about-split-media {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 164px;
  padding: 22px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 48%, rgba(229, 72, 56, 0.09), transparent 18%),
    linear-gradient(90deg, rgba(3, 5, 8, 0) 0%, rgba(3, 5, 8, 0.16) 42%, rgba(3, 5, 8, 0.34) 100%);
  isolation: isolate;
}

.about-split-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 5, 8, 0.78) 0%, rgba(3, 5, 8, 0.26) 22%, rgba(3, 5, 8, 0.02) 48%, rgba(3, 5, 8, 0.24) 100%),
    linear-gradient(180deg, rgba(3, 5, 8, 0.12) 0%, transparent 18%, transparent 82%, rgba(3, 5, 8, 0.28) 100%),
    radial-gradient(circle at 84% 42%, transparent 0%, rgba(0, 0, 0, 0.08) 68%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
}

.about-split-media img {
  width: auto;
  height: min(100%, 430px);
  max-width: none;
  object-fit: contain;
  object-position: right center;
  transform: translateX(7%);
  filter: saturate(0.88) brightness(0.9) contrast(1.02);
  opacity: 0.94;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.34) 12%, rgba(0, 0, 0, 0.92) 32%, #000 80%, transparent 100%);
}

.about-feature-section,
.about-ratings-card,
.about-support-card,
.supporters-card {
  display: grid;
  gap: 16px;
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.about-feature-tile {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), transparent 100%),
    rgba(10, 13, 17, 0.76);
}

.about-feature-tile h3,
.about-rating-item h3 {
  margin: 0;
  font-size: 1rem;
}

.about-feature-tile p,
.about-rating-item p,
.about-story-copy p,
.supporters-list {
  color: var(--text-secondary);
  font-size: 0.93rem;
  line-height: 1.56;
}

.about-two-column,
.supporters-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-section-intro,
.about-support-note,
.supporters-note {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.55;
}

.about-rating-list {
  display: grid;
  gap: 16px;
}

.about-rating-item,
.about-rating-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.about-rating-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: var(--accent);
}

.about-rating-item-community .about-rating-icon {
  color: #76d65a;
}

.about-rating-note {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.about-rating-icon-muted {
  width: 26px;
  height: 26px;
  color: rgba(247, 247, 243, 0.68);
}

.about-support-actions,
.page-hero-actions,
.supporters-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-hero-actions {
  margin-top: 18px;
}

.about-cta {
  min-height: 56px;
  padding: 0 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--text-primary);
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: var(--shadow-md);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.about-cta svg {
  width: 18px;
  height: 18px;
}

.about-cta:hover,
.about-cta:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.24);
}

.about-cta-primary {
  background: linear-gradient(135deg, #ff6d4f, #e54838);
}

.about-cta-secondary {
  background: rgba(8, 11, 15, 0.9);
  border-color: rgba(239, 89, 67, 0.82);
}

.about-support-note {
  color: var(--text-primary);
}

/* Source: shared/styles/home/cards/14b-about-page-polish.css */
.about-page .about-main {
  gap: 18px;
  padding-bottom: clamp(72px, 7vw, 104px);
}

.about-page .hero-shell {
  margin-bottom: 0;
}

.about-page .about-hero-panel {
  overflow: hidden;
}

.about-page .about-hero-panel::before {
  opacity: 0.22;
}

.about-page .about-hero-panel::after {
  background:
    radial-gradient(circle at 53% 64%, rgba(229, 72, 56, 0.17), transparent 10%),
    radial-gradient(circle at 81% 25%, rgba(255, 255, 255, 0.13), transparent 18%),
    linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.18) 100%);
}

.about-page .about-hero-signal {
  display: flex;
  align-items: flex-start;
  max-width: min(100%, 31ch);
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(247, 247, 243, 0.92);
  font-size: 0.98rem;
  white-space: normal;
}

.about-page .about-hero-signal span:last-child {
  display: block;
  text-wrap: balance;
}

.about-page .about-stat-grid {
  gap: 12px;
}

.about-page .about-stat-card {
  position: relative;
  overflow: hidden;
  gap: 8px;
  padding: 22px 22px 20px;
  border-radius: 18px;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 18% 0%, rgba(229, 72, 56, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 72%),
    rgba(9, 12, 16, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 18px 36px rgba(0, 0, 0, 0.28);
}

.about-page .about-stat-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(229, 72, 56, 0.62), transparent 72%);
  opacity: 0.68;
}

.about-page .about-stat-card .about-card-icon {
  width: 27px;
  height: 27px;
  margin-bottom: 5px;
}

.about-page .about-stat-card p {
  max-width: 21ch;
  color: rgba(247, 247, 243, 0.68);
}

.about-page .about-stat-card strong {
  margin-top: 1px;
  font-size: clamp(2.15rem, 3.1vw, 2.85rem);
}

.about-page .about-stack {
  gap: 16px;
}

.about-page .about-split-card {
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  min-height: clamp(390px, 30vw, 460px);
  border-color: rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 71% 56%, rgba(229, 72, 56, 0.09), transparent 18%),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.07), transparent 16%),
    linear-gradient(90deg, rgba(6, 8, 11, 0.98) 0%, rgba(8, 11, 15, 0.96) 42%, rgba(7, 10, 14, 0.92) 100%);
}

.about-page .about-split-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0%, transparent 18%, transparent 72%, rgba(255, 255, 255, 0.012) 100%),
    radial-gradient(circle at 62% 50%, rgba(229, 72, 56, 0.045), transparent 24%);
  pointer-events: none;
  z-index: 0;
}

.about-page .about-split-copy {
  gap: 13px;
  padding: clamp(24px, 2.5vw, 34px);
}

.about-page .about-split-copy h2 {
  max-width: 18ch;
  margin-bottom: 0;
  font-size: clamp(1.5rem, 2.05vw, 2.05rem);
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.about-page .about-split-copy p {
  max-width: 58ch;
}

.about-problem-list {
  display: grid;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.about-problem-list li {
  display: grid;
  gap: 4px;
  padding: 10px 12px 10px 14px;
  border-left: 2px solid rgba(229, 72, 56, 0.78);
  border-radius: 0 14px 14px 0;
  background:
    linear-gradient(90deg, rgba(229, 72, 56, 0.1), rgba(229, 72, 56, 0.025) 48%, transparent 100%);
}

.about-problem-list strong {
  color: rgba(247, 247, 243, 0.94);
  font-size: 0.95rem;
  line-height: 1.25;
}

.about-problem-list span {
  color: rgba(247, 247, 243, 0.66);
  font-size: 0.91rem;
  line-height: 1.48;
}

.about-page .about-standout {
  max-width: 44ch;
  color: rgba(247, 247, 243, 0.95);
}

.about-page .about-split-media {
  min-height: clamp(390px, 30vw, 460px);
  height: auto;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 5, 8, 0) 0%, rgba(3, 5, 8, 0.12) 36%, rgba(3, 5, 8, 0.28) 100%);
}

.about-page .about-split-media::after {
  background:
    linear-gradient(90deg, rgba(3, 5, 8, 0.68) 0%, rgba(3, 5, 8, 0.18) 22%, rgba(3, 5, 8, 0.02) 52%, rgba(3, 5, 8, 0.22) 100%),
    linear-gradient(180deg, rgba(3, 5, 8, 0.1) 0%, transparent 20%, transparent 82%, rgba(3, 5, 8, 0.28) 100%),
    radial-gradient(circle at 76% 42%, transparent 0%, rgba(0, 0, 0, 0.06) 66%, rgba(0, 0, 0, 0.18) 100%);
}

.about-page .about-split-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 46%;
  transform: none;
  filter: saturate(0.86) brightness(0.88) contrast(1.02);
}

.about-page .about-feature-section,
.about-page .about-ratings-card,
.about-page .about-support-card {
  padding: clamp(24px, 2.5vw, 34px);
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 8% 0%, rgba(229, 72, 56, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.042), transparent 100%),
    rgba(9, 12, 16, 0.88);
}

.about-section-heading {
  display: grid;
  gap: 7px;
  max-width: 46rem;
}

.about-section-heading h2,
.about-section-heading p {
  margin: 0;
}

.about-section-heading p {
  color: rgba(247, 247, 243, 0.67);
  font-size: 1rem;
  line-height: 1.5;
}

.about-page .about-feature-grid {
  gap: 14px;
}

.about-page .about-feature-tile {
  position: relative;
  overflow: hidden;
  min-height: 176px;
  gap: 10px;
  padding: 20px 18px 18px;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 18% 0%, rgba(229, 72, 56, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.034), transparent 100%),
    rgba(8, 11, 15, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.028);
}

.about-page .about-feature-tile::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(229, 72, 56, 0.5), transparent);
  opacity: 0.36;
}

.about-page .about-feature-tile .about-card-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 3px;
}

.about-page .about-feature-tile h3 {
  font-size: 1.06rem;
}

.about-page .about-feature-tile p {
  color: rgba(247, 247, 243, 0.68);
  line-height: 1.54;
}

.about-page .about-two-column {
  gap: 16px;
  align-items: stretch;
}

.about-page .about-ratings-card,
.about-page .about-support-card {
  align-content: start;
}

.about-page .about-section-intro {
  max-width: 58ch;
  color: rgba(247, 247, 243, 0.7);
}

.about-page .about-rating-list {
  gap: 0;
}

.about-page .about-rating-item {
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.about-page .about-rating-item:first-child {
  border-top: 0;
  padding-top: 2px;
}

.about-page .about-rating-item h3 {
  margin-bottom: 3px;
}

.about-page .about-rating-icon {
  width: 30px;
  height: 30px;
}

.about-page .about-rating-note {
  margin-top: 4px;
  padding: 15px 16px;
  border: 1px solid rgba(229, 72, 56, 0.24);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(229, 72, 56, 0.11), rgba(229, 72, 56, 0.03) 56%, transparent 100%),
    rgba(5, 8, 11, 0.6);
}

.about-page .about-rating-note strong {
  color: rgba(247, 247, 243, 0.96);
}

.about-page .about-support-card {
  background:
    radial-gradient(circle at 10% 0%, rgba(229, 72, 56, 0.07), transparent 28%),
    radial-gradient(circle at 96% 12%, rgba(118, 214, 90, 0.045), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.042), transparent 100%),
    rgba(9, 12, 16, 0.88);
}

.about-page .about-support-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-page .about-support-card .about-cta {
  min-height: 52px;
  border-radius: 999px;
  box-shadow: none;
}

.about-page .about-support-card .about-cta-primary {
  border-color: rgba(229, 72, 56, 0.48);
  background: linear-gradient(135deg, #ff7054, #e54838);
}

.about-page .about-support-card .about-cta-secondary {
  border-color: rgba(229, 72, 56, 0.56);
  background: rgba(8, 11, 15, 0.82);
}

/* Source: shared/styles/home/cards/15-about-supporters.css */
.about-support-meta {
  display: grid;
  gap: 10px;
}

.about-support-honesty {
  margin: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 100%),
    rgba(7, 10, 13, 0.7);
  color: rgba(247, 247, 243, 0.74);
  font-size: 0.88rem;
  line-height: 1.45;
}

.about-support-honesty-icon {
  width: 18px;
  height: 18px;
  color: rgba(247, 247, 243, 0.56);
}

.about-support-status {
  margin: 0;
  color: rgba(247, 247, 243, 0.62);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-story-card,
.supporters-band {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  gap: 22px;
}

.about-founder-card {
  grid-template-columns: auto minmax(0, 1fr);
  padding-right: 240px;
}

.about-founder-portrait {
  position: relative;
  z-index: 1;
  width: 108px;
  height: 108px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  object-fit: cover;
  box-shadow: var(--shadow-md);
}

.about-story-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  max-width: 54rem;
}

.about-founder-thanks {
  color: var(--text-primary) !important;
  font-weight: 600;
}

.about-founder-signoff {
  color: rgba(247, 247, 243, 0.88) !important;
  font-style: italic;
}

.about-story-orbit {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.76;
}

.about-story-orbit img {
  display: block;
  width: min(34vw, 220px);
  height: auto;
  filter: brightness(0.92) contrast(1.08);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.56) 18%, #000 44%, #000 100%);
}

.about-story-emblem {
  position: absolute;
  right: 16px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  color: rgba(247, 247, 243, 0.94);
}

.about-story-orbit-wide img {
  width: min(40vw, 440px);
}

.about-continental-card,
.supporters-band {
  grid-template-columns: auto minmax(0, 1fr);
  padding-right: 250px;
}

.about-continental-icon {
  position: relative;
  z-index: 1;
  width: 112px;
  height: 112px;
  color: rgba(247, 247, 243, 0.36);
}

.about-continental-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-inline-link {
  color: rgba(239, 89, 67, 0.98);
  text-decoration: none;
  font-weight: 700;
}

.about-inline-link:hover,
.about-inline-link:focus-visible {
  color: #ff7d61;
}

.supporters-list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 10px;
}

.supporters-note {
  color: var(--text-primary);
  font-weight: 600;
}

.supporters-page .supporters-grid {
  gap: 16px;
  align-items: stretch;
}

.supporters-page .supporters-card {
  min-height: 100%;
  align-content: start;
  gap: 14px;
  border-color: rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 88% 12%, rgba(229, 72, 56, 0.055), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 100%),
    rgba(8, 11, 15, 0.88);
}

.supporters-page .supporters-card h2,
.supporters-page .supporters-band h2 {
  margin-bottom: 0;
}

.supporters-page .supporters-card p {
  max-width: 60ch;
}

.supporters-page .supporters-note {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(247, 247, 243, 0.94);
  letter-spacing: 0.01em;
}

.supporters-page .supporters-list {
  gap: 8px;
  padding-left: 1.15rem;
}

.supporters-page .supporters-list li::marker {
  color: rgba(239, 89, 67, 0.92);
}

.supporters-page .supporters-band {
  min-height: 164px;
  margin-top: 4px;
  padding: 26px min(260px, 24vw) 26px 28px;
  border-color: rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 10% 0%, rgba(229, 72, 56, 0.065), transparent 30%),
    radial-gradient(circle at 94% 20%, rgba(118, 214, 90, 0.05), transparent 23%),
    linear-gradient(90deg, rgba(10, 13, 17, 0.96), rgba(7, 10, 14, 0.88) 62%, rgba(8, 11, 15, 0.72)),
    rgba(8, 11, 15, 0.9);
}

.supporters-page .supporters-band .about-story-copy {
  gap: 8px;
  max-width: 43rem;
}

.supporters-page .supporters-band .about-story-copy p {
  max-width: 56ch;
  color: rgba(247, 247, 243, 0.76);
}

.supporters-page .supporters-band .about-story-orbit {
  opacity: 0.62;
}

.supporters-page .supporters-inline-link {
  width: fit-content;
  margin-top: 2px;
}

.supporters-page .about-cta-primary {
  border-color: rgba(229, 72, 56, 0.52);
}

.supporters-page .supporters-back-link {
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(8, 11, 15, 0.66);
  color: rgba(247, 247, 243, 0.78);
  box-shadow: none;
  font-weight: 600;
}

.supporters-page .supporters-back-link:hover,
.supporters-page .supporters-back-link:focus-visible {
  background: rgba(11, 15, 20, 0.84);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--text-primary);
}

.supporters-page .about-cta:focus-visible,
.supporters-page .supporters-inline-link:focus-visible {
  outline: 2px solid rgba(255, 125, 97, 0.94);
  outline-offset: 3px;
}

.submit-form {
  display: grid;
  gap: 16px;
}

.submit-help {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.6;
}

.submit-form label {
  display: grid;
  gap: 8px;
}

.submit-form label span {
  color: var(--text-primary);
  font-size: 0.95rem;
}

.submit-form input,
.submit-form textarea,
.submit-form select {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(7, 10, 13, 0.88);
  color: var(--text-primary);
}

.submit-form textarea {
  resize: vertical;
  min-height: 160px;
}

.submit-form input::placeholder,
.submit-form textarea::placeholder {
  color: rgba(247, 247, 243, 0.44);
}

.submit-form input:focus,
.submit-form textarea:focus,
.submit-form select:focus {
  outline: none;
  border-color: rgba(229, 72, 56, 0.48);
  box-shadow: 0 0 0 3px rgba(229, 72, 56, 0.14);
}

.submit-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(247, 247, 243, 0.7) 50%),
    linear-gradient(135deg, rgba(247, 247, 243, 0.7) 50%, transparent 50%);
  background-position: calc(100% - 20px) 22px, calc(100% - 15px) 22px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.collection-directory-card {
  display: grid;
  gap: 12px;
  align-content: start;
}

.collection-card-reason {
  margin-top: 12px;
  color: var(--text-secondary);
  line-height: 1.55;
}

.about-page .about-support-meta {
  gap: 12px;
}

.about-page .about-support-honesty {
  padding: 13px 15px;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), transparent 100%),
    rgba(6, 9, 12, 0.72);
  color: rgba(247, 247, 243, 0.7);
}

.about-page .about-support-note {
  max-width: 60ch;
  color: rgba(247, 247, 243, 0.9);
}

.about-page .about-continental-card {
  min-height: 154px;
  margin-top: 4px;
  padding: 26px min(270px, 24vw) 26px 28px;
  border-color: rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 93% 82%, rgba(255, 255, 255, 0.1), transparent 17%),
    radial-gradient(circle at 16% 0%, rgba(229, 72, 56, 0.055), transparent 28%),
    linear-gradient(90deg, rgba(10, 13, 17, 0.95), rgba(7, 10, 14, 0.88) 60%, rgba(8, 11, 15, 0.72)),
    rgba(8, 11, 15, 0.9);
}

.about-page .about-continental-card .about-story-copy {
  max-width: 72rem;
  gap: 8px;
}

.about-page .about-continental-card .about-story-copy p {
  max-width: 82ch;
  color: rgba(247, 247, 243, 0.68);
}

.about-page .about-continental-icon {
  width: 112px;
  height: 112px;
  color: rgba(247, 247, 243, 0.34);
}

.about-page .about-continental-card .about-story-orbit {
  opacity: 0.64;
}

.about-page .about-continental-card .about-story-orbit-wide img {
  width: min(34vw, 390px);
  filter: brightness(0.84) contrast(1.08);
}

.collection-directory-meta {
  color: var(--text-muted);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.collection-directory-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.collection-secondary-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.95rem;
}

.collection-secondary-link:hover,
.collection-secondary-link:focus-visible {
  color: var(--text-primary);
}

@media (max-width: 780px) {
  .supporters-page .supporters-card {
    gap: 12px;
  }

  .supporters-page .supporters-band {
    padding: 24px;
    padding-bottom: 108px;
  }

  .supporters-page .supporters-inline-link {
    width: fit-content;
  }
}

@media (prefers-reduced-motion: reduce) {
  .supporters-page .about-cta,
  .supporters-page .supporters-inline-link {
    transition-duration: 1ms !important;
  }

  .supporters-page .about-cta:hover,
  .supporters-page .about-cta:focus-visible {
    transform: none;
  }
}

.submit-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.submit-status {
  color: var(--text-secondary);
}

.submit-status[data-state="success"] {
  color: #d9f7d5;
}

.submit-status[data-state="error"] {
  color: #ffc7c2;
}

.submit-status[data-state="pending"] {
  color: #ffe0d2;
}

/* Source: shared/styles/home/cards/15b-info-pages.css */
.info-document-main {
  gap: 16px;
}

.info-hero-shell {
  margin-bottom: 0;
}

.info-hero-panel {
  justify-content: center;
  padding: 34px 28px 26px;
  border-color: rgba(255, 255, 255, 0.14);
}

.info-hero-copy {
  max-width: 42rem;
}

.cookies-main .info-hero-copy h1 {
  max-width: 13ch;
}

.info-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.info-summary-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  min-height: 100%;
  padding: 17px 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(239, 89, 67, 0.05), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0) 62%),
    rgba(8, 11, 15, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 14px 28px rgba(0, 0, 0, 0.2);
}

.info-summary-card-community {
  background:
    radial-gradient(circle at top left, rgba(118, 214, 90, 0.055), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0) 62%),
    rgba(8, 11, 15, 0.82);
}

.info-summary-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  border: 1px solid rgba(239, 89, 67, 0.14);
  background: radial-gradient(circle at 50% 36%, rgba(239, 89, 67, 0.09), rgba(8, 11, 15, 0.28));
  color: rgba(239, 89, 67, 0.98);
}

.info-summary-card-community .info-summary-icon {
  border-color: rgba(118, 214, 90, 0.16);
  background: radial-gradient(circle at 50% 36%, rgba(118, 214, 90, 0.09), rgba(8, 11, 15, 0.28));
  color: #76d65a;
}

.info-summary-icon svg,
.info-text-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.info-summary-card h2 {
  margin: 0 0 5px;
  font-size: 1rem;
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.info-summary-card p {
  margin: 0;
  color: rgba(247, 247, 243, 0.72);
  font-size: 0.91rem;
  line-height: 1.48;
}

.info-policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 14px 0 0;
  color: rgba(247, 247, 243, 0.66);
  font-size: 0.82rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.info-policy-meta strong,
.info-policy-meta time {
  color: var(--text-primary);
  font-weight: 600;
}

.info-detail-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.info-detail-list li {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    rgba(255, 255, 255, 0.018);
}

.info-detail-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text-primary);
  font-size: 0.93rem;
}

.archive-error-main {
  gap: 0;
}

.archive-error-hero-shell {
  width: 100%;
}

.archive-error-hero-panel {
  min-height: 0;
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 36px;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at top left, rgba(229, 72, 56, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(9, 12, 16, 0.98), rgba(7, 10, 14, 0.94));
}

.archive-error-hero-panel::after {
  display: none;
}

.archive-error-hero-panel-server {
  background:
    radial-gradient(circle at top left, rgba(239, 89, 67, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(9, 12, 16, 0.98), rgba(7, 10, 14, 0.94));
}

.archive-error-hero-panel-offline {
  background:
    radial-gradient(circle at top left, rgba(118, 214, 90, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(9, 12, 16, 0.98), rgba(7, 10, 14, 0.94));
}

.archive-error-copy {
  display: grid;
  justify-items: center;
  gap: 16px;
  max-width: 40rem;
  text-align: center;
}

.archive-error-copy h1 {
  max-width: 12ch;
  margin: 0;
}

.archive-error-copy p {
  margin: 0;
}

.archive-error-kicker {
  margin: 0;
  color: rgba(255, 125, 97, 0.98);
}

.offline-page .archive-error-kicker {
  color: rgba(118, 214, 90, 0.98);
}

.archive-error-actions {
  justify-content: center;
  margin-top: 4px;
}

.info-detail-list p {
  margin: 0;
}

.info-storage-table-wrap {
  display: block;
  max-width: 100%;
  min-width: 0;
  margin-top: 14px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)),
    rgba(5, 8, 11, 0.64);
  -webkit-overflow-scrolling: touch;
}

.info-storage-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.info-storage-table th,
.info-storage-table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
}

.info-storage-table th {
  color: rgba(247, 247, 243, 0.56);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.info-storage-table td {
  color: rgba(247, 247, 243, 0.75);
  font-size: 0.92rem;
  line-height: 1.55;
}

.info-storage-table tbody tr:last-child td {
  border-bottom: 0;
}

.info-storage-table code {
  white-space: nowrap;
}

.info-callout-note {
  margin-top: 14px;
  padding: 13px 14px;
  border-left: 3px solid rgba(239, 89, 67, 0.92);
  border-radius: 14px;
  background: rgba(239, 89, 67, 0.06);
}

.info-callout-note p {
  margin: 0;
}

.info-document-layout {
  display: grid;
  grid-template-columns: minmax(218px, 0.3fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.info-page-rail {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 14px;
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  padding: 18px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), transparent 100%),
    rgba(8, 11, 15, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 14px 28px rgba(0, 0, 0, 0.18);
  overscroll-behavior: contain;
}

.info-rail-links {
  display: grid;
  gap: 7px;
}

.info-rail-links a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 12px;
  color: rgba(247, 247, 243, 0.78);
  background: rgba(255, 255, 255, 0.035);
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.2;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.info-rail-links a:hover,
.info-rail-links a:focus-visible {
  color: var(--text-primary);
  background: rgba(239, 89, 67, 0.1);
}

.info-rail-links a.is-active,
.info-rail-links a[aria-current="true"] {
  color: var(--text-primary);
  background: rgba(239, 89, 67, 0.12);
  box-shadow: inset 0 0 0 1px rgba(239, 89, 67, 0.18);
}

.info-rail-links a:focus-visible,
.info-text-button:focus-visible {
  outline: 2px solid rgba(239, 89, 67, 0.5);
  outline-offset: 3px;
}

.info-rail-note {
  margin: 0;
  padding-top: 2px;
  color: rgba(247, 247, 243, 0.56);
  font-size: 0.84rem;
  line-height: 1.48;
}

.info-section-stack {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.info-section-card {
  min-width: 0;
  padding: 22px 24px;
  border-radius: 20px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 14px 30px rgba(0, 0, 0, 0.2);
}

.info-section-card[id] {
  scroll-margin-top: 108px;
}

.info-section-card h2 {
  margin-bottom: 9px;
  font-size: clamp(1.18rem, 1.45vw, 1.5rem);
  letter-spacing: -0.035em;
}

.info-section-card p {
  max-width: 76ch;
  margin: 0;
  color: rgba(247, 247, 243, 0.75);
  font-size: 0.96rem;
  line-height: 1.62;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.info-section-card p + p {
  margin-top: 10px;
}

.info-section-card ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 1.15rem;
}

.info-section-card li {
  color: rgba(247, 247, 243, 0.74);
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.info-section-card a {
  color: rgba(255, 125, 97, 0.98);
  text-decoration-color: rgba(255, 125, 97, 0.38);
  text-underline-offset: 3px;
}

.info-section-card a:hover,
.info-section-card a:focus-visible {
  color: #ff9278;
}

.info-section-card code {
  padding: 0.12em 0.34em;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--text-primary);
  font-size: 0.92em;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.info-cta-card {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 22px 24px;
  border-color: rgba(229, 72, 56, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 4% 50%, rgba(229, 72, 56, 0.1), transparent 18%),
    linear-gradient(90deg, rgba(16, 10, 12, 0.95), rgba(10, 13, 18, 0.96)),
    rgba(11, 13, 18, 0.92);
}

.info-cta-card h2 {
  margin: 5px 0 6px;
  font-size: clamp(1.28rem, 1.7vw, 1.72rem);
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.info-cta-card p {
  max-width: 58ch;
  margin: 0;
  color: rgba(247, 247, 243, 0.74);
  line-height: 1.55;
}

.info-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
}

.info-text-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(247, 247, 243, 0.9);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.info-text-button svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.info-text-button:hover,
.info-text-button:focus-visible {
  color: #ffffff;
}

/* Source: shared/styles/home/cards/15c-info-pages-responsive.css */
@media (max-width: 960px) {
  .info-summary-grid,
  .info-document-layout {
    grid-template-columns: 1fr;
  }

  .info-page-rail {
    position: relative;
    top: auto;
    order: -1;
    max-height: none;
    overflow: visible;
  }

  .info-rail-links {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }

  .info-rail-links a {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .info-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .info-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 780px) {
  .info-hero-panel {
    min-height: 0;
    padding: 24px 22px;
    background-position: center;
  }

  .archive-error-hero-panel {
    padding: 30px 22px;
  }

  .info-summary-card {
    padding: 16px;
  }

  .info-section-card {
    padding: 20px;
  }

  .info-cta-actions,
  .info-cta-actions .about-cta {
    width: 100%;
  }

  .archive-error-actions {
    width: 100%;
  }

  .info-cta-actions .about-cta {
    justify-content: space-between;
  }
}

@media (max-width: 560px) {
  .info-rail-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .info-rail-links a {
    white-space: normal;
  }

  .info-summary-card,
  .info-page-rail,
  .info-section-card,
  .info-cta-card {
    padding-right: clamp(52px, 18vw, 72px);
  }

  .info-summary-card {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  .info-summary-icon {
    width: 36px;
    height: 36px;
  }

  .info-cta-card {
    padding: 20px;
  }
}

/* Source: shared/styles/home/cards/15d-help-center.css */
.help-center-main {
  gap: 16px;
}

.help-center-hero-shell {
  margin-bottom: 0;
}

.help-center-page .help-center-hero-panel {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: center;
  gap: clamp(22px, 3vw, 44px);
  padding: clamp(26px, 3vw, 34px);
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.15);
  background:
    linear-gradient(120deg, rgba(4, 6, 9, 0.98) 0%, rgba(6, 9, 13, 0.94) 46%, rgba(8, 11, 15, 0.82) 100%),
    radial-gradient(circle at 78% 36%, rgba(229, 72, 56, 0.14), transparent 18%),
    radial-gradient(circle at 74% 70%, rgba(118, 214, 90, 0.08), transparent 22%),
    #05070a;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 30px 80px rgba(0, 0, 0, 0.42);
}

.help-center-page .help-center-hero-panel::before {
  opacity: 0.18;
}

.help-center-page .help-center-hero-panel::after {
  background:
    radial-gradient(circle at 68% 50%, rgba(229, 72, 56, 0.18), transparent 10%),
    radial-gradient(circle at 82% 25%, rgba(255, 255, 255, 0.08), transparent 18%),
    linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.18) 100%);
}

.help-center-hero-copy {
  max-width: 42rem;
}

.help-center-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(229, 72, 56, 0.18);
  background: rgba(229, 72, 56, 0.1);
  color: rgba(255, 210, 201, 0.88);
}

.help-center-page .help-center-hero-copy h1 {
  margin-bottom: 12px;
  text-wrap: balance;
}

.help-center-page .help-center-hero-copy p {
  max-width: 33ch;
  color: rgba(247, 247, 243, 0.76);
}

.help-center-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.help-center-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.help-center-hero-tags li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 247, 243, 0.76);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.help-center-hero-visual {
  position: relative;
  width: min(100%, 360px);
  height: 320px;
  justify-self: end;
  isolation: isolate;
}

.help-center-radar {
  position: absolute;
  inset: 18px 22px 18px 18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 50%, rgba(229, 72, 56, 0.12), rgba(8, 11, 15, 0.24) 32%, rgba(6, 9, 13, 0.9) 72%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 24px 42px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.help-center-radar-grid,
.help-center-radar-ring,
.help-center-radar-sweep,
.help-center-radar-core,
.help-center-radar-dot {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.help-center-radar-grid {
  inset: 14%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    0 0 0 38px rgba(255, 255, 255, 0.025),
    0 0 0 76px rgba(255, 255, 255, 0.018);
}

.help-center-radar-ring {
  inset: 50%;
  border: 1px solid rgba(229, 72, 56, 0.18);
  transform: translate(-50%, -50%) scale(0.24);
  opacity: 0;
  animation: help-center-ring-pulse 4.8s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

.help-center-radar-ring-b {
  animation-delay: 1.6s;
}

.help-center-radar-ring-c {
  animation-delay: 3.2s;
}

.help-center-radar-sweep {
  inset: 8%;
  background: conic-gradient(from 210deg, transparent 0deg, rgba(229, 72, 56, 0.24) 52deg, transparent 92deg);
  opacity: 0.92;
  mask-image: radial-gradient(circle, transparent 0 16%, #000 38%, transparent 72%);
  animation: help-center-sweep 7s linear infinite;
}

.help-center-radar-core {
  inset: 45%;
  background:
    radial-gradient(circle, rgba(255, 244, 241, 0.95) 0%, rgba(229, 72, 56, 0.9) 28%, rgba(229, 72, 56, 0.22) 66%, transparent 100%);
  box-shadow:
    0 0 18px rgba(229, 72, 56, 0.34),
    0 0 34px rgba(229, 72, 56, 0.18);
}

.help-center-radar-dot {
  inset: auto;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.04);
}

.help-center-radar-dot-a {
  top: 28%;
  left: 71%;
}

.help-center-radar-dot-b {
  top: 62%;
  left: 21%;
  width: 8px;
  height: 8px;
  background: rgba(118, 214, 90, 0.92);
}

.help-center-radar-dot-c {
  top: 76%;
  left: 58%;
  width: 9px;
  height: 9px;
  background: rgba(229, 72, 56, 0.96);
}

.help-center-signal-card {
  position: absolute;
  display: grid;
  gap: 4px;
  min-width: 118px;
  padding: 11px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 100%),
    rgba(8, 11, 15, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 16px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.help-center-signal-card span {
  color: rgba(247, 247, 243, 0.52);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.help-center-signal-card strong {
  color: rgba(247, 247, 243, 0.94);
  font-size: 0.96rem;
  line-height: 1.14;
}

.help-center-signal-card-search {
  top: 12px;
  right: 0;
  animation: help-center-float 6s ease-in-out infinite;
}

.help-center-signal-card-correction {
  bottom: 18px;
  left: 0;
  animation: help-center-float 6s ease-in-out infinite 1.2s;
}

.help-center-signal-card-trust {
  right: 24px;
  bottom: 34px;
  animation: help-center-float 6s ease-in-out infinite 2.2s;
}

.help-center-summary-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.help-center-route-card {
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.help-center-route-card:hover,
.help-center-route-card:focus,
.help-center-route-card:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(239, 89, 67, 0.22);
  background:
    radial-gradient(circle at top left, rgba(239, 89, 67, 0.075), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 62%),
    rgba(8, 11, 15, 0.88);
}

.help-center-route-card > div {
  display: grid;
  gap: 6px;
}

.help-center-route-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  color: rgba(255, 214, 206, 0.9);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.help-center-route-card-link::after {
  content: "->";
  font-size: 0.86rem;
  letter-spacing: 0;
}

.help-center-route-card-community {
  background:
    radial-gradient(circle at top left, rgba(118, 214, 90, 0.055), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0) 62%),
    rgba(8, 11, 15, 0.82);
}

.help-center-route-card-community:hover,
.help-center-route-card-community:focus,
.help-center-route-card-community:focus-visible {
  border-color: rgba(118, 214, 90, 0.22);
  background:
    radial-gradient(circle at top left, rgba(118, 214, 90, 0.075), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 62%),
    rgba(8, 11, 15, 0.88);
}

.help-center-route-card-community .info-summary-icon {
  border-color: rgba(118, 214, 90, 0.16);
  background: radial-gradient(circle at 50% 36%, rgba(118, 214, 90, 0.09), rgba(8, 11, 15, 0.28));
  color: #76d65a;
}

.help-center-page-rail {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top left, rgba(229, 72, 56, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 100%),
    rgba(8, 11, 15, 0.84);
}

.help-center-section-stack {
  gap: 14px;
}

.help-center-section-heading,
.help-center-section-header {
  display: grid;
  gap: 8px;
}

.help-center-section-header p,
.help-center-section-heading p {
  margin: 0;
  max-width: 62ch;
  color: rgba(247, 247, 243, 0.68);
}

.help-center-issues-card,
.help-center-guide-card,
.help-center-ratings-card,
.help-center-browser-card,
.help-center-faq-section {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 10% 0%, rgba(229, 72, 56, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 100%),
    rgba(9, 12, 16, 0.88);
}

.help-center-issue-grid {
  margin-top: 4px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.help-center-issue-card {
  min-height: 100%;
}

.help-center-issue-card .creator-action-card-copy {
  gap: 8px;
}

.help-center-issue-card .creator-action-card-footer {
  padding-top: 14px;
  border-top-color: rgba(255, 255, 255, 0.08);
}

.help-center-page .creator-action-link {
  color: rgba(247, 247, 243, 0.9);
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.help-center-page .creator-action-link:hover,
.help-center-page .creator-action-link:focus-visible {
  transform: translateX(1px);
}

.help-center-steps,
.help-center-browser-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.15rem;
}

.help-center-steps li,
.help-center-browser-list li {
  color: rgba(247, 247, 243, 0.74);
  line-height: 1.56;
}

.help-center-page .about-cta-secondary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0) 100%),
    rgba(8, 11, 15, 0.92);
  border-color: rgba(239, 89, 67, 0.58);
}

.help-center-page .about-cta-secondary:hover,
.help-center-page .about-cta-secondary:focus,
.help-center-page .about-cta-secondary:focus-visible {
  border-color: rgba(255, 172, 158, 0.62);
}

.help-center-guide-grid {
  gap: 14px;
}

.help-center-guide-tile {
  min-height: 0;
}

.help-center-trust-grid {
  margin-top: 2px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.help-center-rating-note {
  margin: 2px 0 0;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(229, 72, 56, 0.16);
  background:
    linear-gradient(180deg, rgba(229, 72, 56, 0.08), transparent 100%),
    rgba(12, 9, 10, 0.72);
  color: rgba(247, 247, 243, 0.84);
  font-size: 0.92rem;
  line-height: 1.55;
}

.help-center-faq-section .creator-faq-list {
  margin-top: 2px;
}

.help-center-page .info-rail-links a,
.help-center-page .creator-faq-toggle,
.help-center-page .about-cta,
.help-center-page .creator-action-link,
.help-center-page .help-center-route-card {
  outline: none;
}

.help-center-page .info-rail-links a:focus,
.help-center-page .info-rail-links a:focus-visible,
.help-center-page .creator-faq-toggle:focus,
.help-center-page .creator-faq-toggle:focus-visible,
.help-center-page .about-cta:focus,
.help-center-page .about-cta:focus-visible,
.help-center-page .creator-action-link:focus,
.help-center-page .creator-action-link:focus-visible,
.help-center-page .help-center-route-card:focus,
.help-center-page .help-center-route-card:focus-visible {
  box-shadow:
    0 0 0 1px rgba(7, 10, 13, 0.92),
    0 0 0 3px rgba(255, 109, 79, 0.34);
}

.help-center-page .info-rail-links a {
  justify-content: space-between;
  border: 1px solid transparent;
}

.help-center-page .info-rail-links a::after {
  content: "->";
  color: rgba(255, 214, 206, 0.6);
  font-size: 0.8rem;
}

.help-center-page .creator-faq-answer-inner {
  animation: help-center-faq-open 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.help-center-cta-card {
  border-color: rgba(229, 72, 56, 0.24);
}

/* Source: shared/styles/home/cards/15e-help-center-motion.css */
.help-center-page .help-center-hero-copy > *,
.help-center-page .help-center-hero-visual,
.help-center-page .help-center-summary-grid .info-summary-card {
  animation: help-center-rise 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.help-center-page .help-center-hero-copy > :nth-child(1) {
  animation-delay: 40ms;
}

.help-center-page .help-center-hero-copy > :nth-child(2) {
  animation-delay: 100ms;
}

.help-center-page .help-center-hero-copy > :nth-child(3) {
  animation-delay: 160ms;
}

.help-center-page .help-center-hero-copy > :nth-child(4) {
  animation-delay: 220ms;
}

.help-center-page .help-center-hero-copy > :nth-child(5) {
  animation-delay: 280ms;
}

.help-center-page .help-center-hero-visual {
  animation-delay: 160ms;
}

.help-center-page .help-center-summary-grid .info-summary-card:nth-child(1) {
  animation-delay: 200ms;
}

.help-center-page .help-center-summary-grid .info-summary-card:nth-child(2) {
  animation-delay: 260ms;
}

.help-center-page .help-center-summary-grid .info-summary-card:nth-child(3) {
  animation-delay: 320ms;
}

.help-center-page .help-center-summary-grid .info-summary-card:nth-child(4) {
  animation-delay: 380ms;
}

@keyframes help-center-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes help-center-ring-pulse {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.24);
  }

  12% {
    opacity: 0.36;
  }

  72% {
    opacity: 0.08;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes help-center-sweep {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes help-center-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes help-center-faq-open {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1180px) {
  .help-center-page .help-center-hero-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .help-center-hero-visual {
    justify-self: center;
  }

  .help-center-summary-grid,
  .help-center-issue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .help-center-trust-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .help-center-page .help-center-hero-panel {
    padding: 24px 22px;
  }

  .help-center-hero-actions,
  .help-center-hero-actions .about-cta {
    width: 100%;
  }

  .help-center-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .help-center-hero-actions .about-cta {
    justify-content: space-between;
  }

  .help-center-hero-tags {
    gap: 8px;
  }

  .help-center-hero-visual {
    width: min(100%, 320px);
    height: 286px;
  }

  .help-center-summary-grid,
  .help-center-issue-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .help-center-hero-visual {
    height: 260px;
  }

  .help-center-radar {
    inset: 14px 18px 14px 14px;
  }

  .help-center-signal-card {
    min-width: 104px;
    padding: 10px 11px;
    border-radius: 14px;
  }

  .help-center-signal-card strong {
    font-size: 0.88rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .help-center-page .help-center-hero-copy > *,
  .help-center-page .help-center-hero-visual,
  .help-center-page .help-center-summary-grid .info-summary-card,
  .help-center-page .creator-faq-answer-inner,
  .help-center-radar-ring,
  .help-center-radar-sweep,
  .help-center-signal-card {
    animation: none !important;
    transform: none !important;
  }
}
