.st-orbis-hero-note {
  padding: 0 0 8px;
}

.st-orbis-access-note {
  margin: 0;
  max-width: 72ch;
  color: rgba(16, 35, 61, 0.72);
  font-size: 0.94rem;
  line-height: 1.55;
}

.st-orbis-section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.st-orbis-section-intro {
  margin: 0 0 16px;
  max-width: 68ch;
  color: var(--st-text);
  line-height: 1.6;
  font-size: 1rem;
}

.st-orbis-panel {
  display: grid;
  gap: 16px;
}

.st-orbis-panel--accent {
  border-color: rgba(77, 163, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(227, 239, 255, 0.34)),
    var(--st-panel);
}

.st-orbis-panel--community {
  border-color: rgba(77, 163, 255, 0.22);
}

.st-orbis-lede {
  margin: 0;
  max-width: 72ch;
  color: var(--st-text);
  line-height: 1.65;
  font-size: 1.02rem;
}

.st-orbis-lede--secondary {
  font-size: 0.98rem;
  opacity: 0.92;
}

.st-orbis-list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 10px;
  color: var(--st-text);
  line-height: 1.55;
}

.st-orbis-list--reading {
  max-width: 68ch;
}

.st-orbis-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.st-orbis-action-row--prominent {
  padding-top: 4px;
}

.st-orbis-prompt-grid {
  margin-top: 0;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 14px;
}

.st-orbis-prompt-card {
  display: grid;
  gap: 8px;
  align-content: start;
  min-width: 0;
}

.st-orbis-prompt-grid .st-glass-card h3,
.st-orbis-prompt-card h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.35;
  color: var(--st-heading);
}

.st-orbis-prompt-grid .st-glass-card p,
.st-orbis-prompt-card p {
  margin: 0;
  line-height: 1.5;
  color: var(--st-text);
}

.st-orbis-action--pending {
  opacity: 0.72;
  cursor: not-allowed;
  pointer-events: none;
}

.st-hero--orbis-reader-circle .st-hero__fallback {
  background:
    radial-gradient(circle at 18% 42%, rgba(77, 163, 255, 0.2), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(132, 92, 255, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(5, 7, 13, 0.96), rgba(10, 17, 31, 0.94) 42%, rgba(14, 25, 43, 0.88));
}

.st-hero--orbis-reader-circle .st-hero__actions {
  flex-wrap: wrap;
  gap: 12px;
}

.st-site-footer__community {
  margin-top: 20px;
}

.st-site-footer__community-heading {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--st-heading);
}

.st-site-footer__community-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.st-site-footer__community-list a,
.st-site-footer__community-list .st-footer-link--pending {
  color: var(--st-text);
  font-size: 14px;
  text-decoration: none;
}

.st-site-footer__community-list a:hover,
.st-site-footer__community-list a:focus-visible {
  color: var(--st-heading);
}

:root[data-theme="dark"] .st-orbis-panel--accent {
  background:
    linear-gradient(180deg, rgba(12, 20, 36, 0.88), rgba(8, 12, 24, 0.92)),
    var(--st-panel);
}

:root[data-theme="dark"] .st-orbis-access-note {
  color: rgba(226, 232, 240, 0.72);
}

@media (max-width: 767px) {
  .st-orbis-hero-note {
    padding-bottom: 4px;
  }

  .st-orbis-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .st-orbis-section-intro {
    margin-bottom: 14px;
    font-size: 0.98rem;
  }

  .st-orbis-lede {
    font-size: 1rem;
  }

  .st-orbis-prompt-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .st-orbis-action-row {
    flex-direction: column;
    align-items: stretch;
  }

  .st-orbis-action-row .st-button,
  .st-orbis-action-row .st-orbis-action--pending {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
  }

  .st-hero--orbis-reader-circle .st-hero__actions .st-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .st-orbis-section *,
  .st-orbis-section *::before,
  .st-orbis-section *::after,
  .st-orbis-hero-note * {
    animation: none !important;
    transition: none !important;
  }
}
