::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

body.page-plaza {
  background-color: #f4f3f8;
  color: #1f2937;
  min-height: 100vh;
}

.page-plaza::before,
.page-plaza::after {
  content: '';
  position: fixed;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.page-plaza::before {
  width: 480px;
  height: 480px;
  top: -120px;
  left: -80px;
  background: rgba(196, 181, 253, 0.35);
}

.page-plaza::after {
  width: 420px;
  height: 420px;
  top: 200px;
  right: -100px;
  background: rgba(147, 197, 253, 0.25);
}

.page-plaza > * {
  position: relative;
  z-index: 1;
}

.site-header-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.site-header {
  padding: 0;
}

.site-header-inner {
  max-width: 88rem;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 640px) {
  .site-header-inner {
    padding: 0.75rem 2rem;
  }
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  text-decoration: none;
}

.site-brand img {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
}

.site-brand span {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1f2937;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.site-nav-main {
  flex: 1;
  justify-content: center;
  min-width: 0;
  overflow-x: auto;
}

.site-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.site-header-cta {
  display: none;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  text-decoration: none;
}

@media (min-width: 640px) {
  .site-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.editor-save-status {
  display: none;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875rem;
  color: #6b7280;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .editor-save-status {
    display: flex;
  }
}

.site-header-settings {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  color: #9ca3af;
  cursor: pointer;
  transition: color 0.15s;
}

.site-header-settings:hover {
  color: #4b5563;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  border-radius: 0.625rem;
  transition: color 0.15s, background 0.15s;
  text-decoration: none;
  white-space: nowrap;
}

.nav-link:hover {
  color: #374151;
}

.nav-link.is-active {
  color: #7c6aef;
  background: rgba(124, 106, 239, 0.1);
}

.nav-link .fa-fire {
  color: #ef4444;
  font-size: 0.75rem;
}

.plaza-hero {
  padding: 2rem 1.5rem 1.5rem;
}

.plaza-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #7c6aef;
  margin-bottom: 0.75rem;
}

.plaza-title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
}

.plaza-subtitle {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #9ca3af;
  max-width: 36rem;
}

.plaza-count {
  background: #fff;
  border-radius: 1rem;
  padding: 0.75rem 1.25rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  flex-shrink: 0;
}

.plaza-count-num {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  line-height: 1;
}

.plaza-count-label {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 0.15rem;
}

.filter-panel {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.5rem 1.75rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  margin-bottom: 2rem;
}

.filter-row + .filter-row {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #f3f4f6;
}

.filter-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.75rem;
}

.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-tag {
  padding: 0.375rem 0.875rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #4b5563;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}

.filter-tag:hover {
  border-color: #c4b5fd;
  color: #7c6aef;
}

.filter-tag.is-active {
  background: #7c6aef;
  border-color: #7c6aef;
  color: #fff;
}

.site-footer {
  margin-top: auto;
  border-top: 1px solid rgba(124, 106, 239, 0.12);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.site-footer-main {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2rem 1.5rem;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.footer-brand {
  max-width: 18rem;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  color: #111827;
  font-size: 1.125rem;
  font-weight: 700;
}

.footer-logo img {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
}

.footer-tagline {
  margin: 0.75rem 0 1rem;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #9ca3af;
}

.footer-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-cta .btn-primary {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
}

.footer-cta .btn-secondary {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
}

.footer-col h4 {
  margin: 0 0 0.875rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col li + li {
  margin-top: 0.5rem;
}

.footer-col a {
  font-size: 0.8125rem;
  color: #6b7280;
  text-decoration: none;
  transition: color 0.15s;
}

.footer-col a:hover {
  color: #7c6aef;
}

.footer-col ul.footer-legal {
  margin-top: 0.875rem;
}

.footer-social {
  display: flex;
  gap: 0.625rem;
  margin-top: 0.25rem;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 0.875rem;
  transition: all 0.15s;
}

.footer-social a:hover {
  background: #f5f3ff;
  border-color: #ddd6fe;
  color: #7c6aef;
}

.site-footer-bottom {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1rem 1.25rem 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: #9ca3af;
}

.site-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer-bottom-links a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.15s;
}

.site-footer-bottom-links a:hover {
  color: #7c6aef;
}

.site-footer-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.25rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.75rem;
  color: #9ca3af;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer-links a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.15s;
}

.site-footer-links a:hover {
  color: #7c6aef;
}

.lang-select {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  padding: 0.375rem 0.875rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.lang-select select {
  background: transparent;
  border: none;
  font-size: 0.75rem;
  font-weight: 500;
  color: #4b5563;
  cursor: pointer;
  outline: none;
  appearance: none;
  padding-right: 1rem;
}

.modal-backdrop {
  background: rgba(17, 24, 39, 0.35);
  backdrop-filter: blur(4px);
}

.prose-aura h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin: 1.75rem 0 0.75rem;
  scroll-margin-top: 5rem;
}

.prose-aura h2:first-child {
  margin-top: 0;
}

.prose-aura h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
  margin: 1.25rem 0 0.5rem;
}

.prose-aura p,
.prose-aura li {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.75;
}

.prose-aura p {
  margin: 0 0 0.85rem;
}

.prose-aura p:last-child {
  margin-bottom: 0;
}

.prose-aura ul,
.prose-aura ol {
  padding-left: 1.25rem;
  margin: 0.5rem 0 1rem;
}

.prose-aura ul {
  list-style: disc;
}

.prose-aura ol {
  list-style: decimal;
}

.prose-aura a {
  color: #7c6aef;
}

.prose-aura strong {
  color: #111827;
  font-weight: 600;
}

.prose-aura code {
  font-size: 0.85em;
  background: #f3f4f6;
  padding: 0.1em 0.35em;
  border-radius: 0.25rem;
  color: #111827;
}

.prose-aura table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  margin: 0.75rem 0 1.25rem;
}

.prose-aura th,
.prose-aura td {
  border: 1px solid #e5e7eb;
  padding: 0.55rem 0.75rem;
  text-align: left;
  color: #6b7280;
  vertical-align: top;
}

.prose-aura th {
  background: #f9fafb;
  color: #111827;
  font-weight: 600;
}

.faq-hero h1 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .faq-hero h1 {
    font-size: 2.25rem;
  }
}

.faq-hero-lead {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.7;
  max-width: 36rem;
}

.faq-search-wrap {
  position: relative;
  margin-top: 1.5rem;
}

.faq-search-wrap i {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 0.875rem;
  pointer-events: none;
}

.faq-search {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  background: #fff;
  font-size: 0.875rem;
  color: #111827;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.faq-search::placeholder {
  color: #9ca3af;
}

.faq-search:focus {
  outline: none;
  border-color: #c4b5fd;
  box-shadow: 0 0 0 3px rgba(124, 106, 239, 0.12);
}

.faq-topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.faq-topic-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.85rem;
  border-radius: 9999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.faq-topic-pill:hover {
  border-color: #c4b5fd;
  color: #7c6aef;
}

.faq-topic-pill i {
  font-size: 0.7rem;
  opacity: 0.75;
}

.faq-section + .faq-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}

.faq-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7c6aef;
  margin-bottom: 0.85rem;
}

.faq-section-title i {
  font-size: 0.8rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

details.faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: #fff;
  padding: 0;
  overflow: hidden;
  transition: border-color 0.15s, box-shadow 0.15s;
}

details.faq-item:hover {
  border-color: #ddd6fe;
}

details.faq-item[open] {
  border-color: #c4b5fd;
  box-shadow: 0 4px 20px rgba(124, 106, 239, 0.08);
}

details.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: #111827;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

details.faq-item summary::-webkit-details-marker {
  display: none;
}

details.faq-item summary::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.7rem;
  color: #9ca3af;
  margin-top: 0.25rem;
  flex-shrink: 0;
  transition: transform 0.2s, color 0.15s;
}

details.faq-item[open] summary {
  color: #7c6aef;
}

details.faq-item[open] summary::after {
  transform: rotate(180deg);
  color: #7c6aef;
}

details.faq-item .faq-answer {
  padding: 0 1.15rem 1rem;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.75;
}

details.faq-item .faq-answer p {
  margin: 0;
}

details.faq-item .faq-answer a {
  color: #7c6aef;
  text-decoration: underline;
  text-underline-offset: 2px;
}

details.faq-item .faq-answer a:hover {
  color: #6d5ce7;
}

details.faq-item > p {
  padding: 0 1.15rem 1rem;
  margin: 0;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.75;
}

details.faq-item.is-hidden {
  display: none;
}

.faq-empty {
  display: none;
  text-align: center;
  padding: 2rem 1rem;
  color: #9ca3af;
  font-size: 0.875rem;
  background: #fff;
  border: 1px dashed #e5e7eb;
  border-radius: 1rem;
}

.faq-empty.is-visible {
  display: block;
}

.content-page {
  background-color: #f4f3f8;
  color: #1f2937;
  min-height: 100vh;
}

.content-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.content-card h1 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
}

.seo-crumb {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-bottom: 1.5rem;
}

.seo-crumb a {
  color: #7c6aef;
  text-decoration: none;
}

.seo-crumb a:hover {
  text-decoration: underline;
}

.editor-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.btn-primary {
  background: #7c6aef;
  color: #fff;
  font-weight: 500;
  border-radius: 0.625rem;
  transition: background 0.15s;
}

.btn-primary:hover {
  background: #6d5ce7;
}

.btn-secondary {
  background: #fff;
  color: #374151;
  border: 1px solid #e5e7eb;
  font-weight: 500;
  border-radius: 0.625rem;
  transition: border-color 0.15s, color 0.15s;
}

.btn-secondary:hover {
  border-color: #c4b5fd;
  color: #7c6aef;
}
