.text-teal-400, .text-teal-500, .text-teal-600, .text-teal-700 { color: var(--site-primary) !important; }
.bg-teal-500, .bg-teal-600 { background-color: var(--site-primary) !important; }
.hover\:bg-teal-600:hover, .hover\:bg-teal-700:hover { background-color: color-mix(in srgb, var(--site-primary) 84%, #000) !important; }
.border-teal-100, .border-teal-200, .border-teal-500 { border-color: color-mix(in srgb, var(--site-primary) 30%, #fff) !important; }
.hover\:text-teal-600:hover, .hover\:text-teal-700:hover, .group:hover .group-hover\:text-teal-600 { color: color-mix(in srgb, var(--site-primary) 84%, #000) !important; }
html:not(.dark) .text-slate-800, html:not(.dark) .text-slate-900 { color: var(--site-secondary) !important; }
html:not(.dark) .bg-slate-900 { background-color: var(--site-secondary) !important; }
html:not(.dark) .hover\:bg-slate-800:hover { background-color: color-mix(in srgb, var(--site-secondary) 86%, #000) !important; }
.admin-rich-content figure, .prose figure { display: table; max-width: 100%; margin: 1rem auto; }
.admin-rich-content figure img, .prose figure img { max-width: 100%; height: auto; }
.admin-rich-content figcaption, .prose figcaption { display: table-caption; caption-side: bottom; padding-top: .4rem; color: #64748b; font-size: .78rem; line-height: 1.45; text-align: center; }
html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #94a3b8 #f8fafc;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #94a3b8 #f8fafc;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #f8fafc;
}
::-webkit-scrollbar-thumb {
  background: #94a3b8;
  border: 2px solid #f8fafc;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: #64748b;
}
html.dark,
html.dark * {
  scrollbar-color: #475569 #0f172a;
}
.dark ::-webkit-scrollbar-track {
  background: #0f172a;
}
.dark ::-webkit-scrollbar-thumb {
  background: #475569;
  border-color: #0f172a;
}
.dark ::-webkit-scrollbar-thumb:hover {
  background: #64748b;
}
h2[id], h3[id] {
  scroll-margin-top: 5.5rem;
}
body {
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
}
i[data-lucide] {
  --lucide-icon-fallback: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 8v4'/%3E%3Cpath d='M12 16h.01'/%3E%3C/svg%3E");
  -webkit-mask-image: var(--lucide-icon, var(--lucide-icon-fallback));
  mask-image: var(--lucide-icon, var(--lucide-icon-fallback));
}
.site-admin-bar {
  position: sticky;
  top: 0;
  z-index: 60;
  width: 100%;
  height: 20px;
  min-height: 20px;
  background: color-mix(in srgb, var(--site-secondary, #102a56) 72%, #000);
  color: #dce7f3;
  font-size: 10px;
  line-height: 1;
}
.site-admin-bar__inner {
  width: min(calc(100% - 2rem), var(--site-layout-max-width, 76rem));
  height: 100%;
  margin-inline: auto;
  padding-inline: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .55rem;
}
.site-admin-bar__edit {
  margin-right: auto;
  font-weight: 750;
}
.site-admin-bar a,
.site-admin-bar__user {
  height: 100%;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  white-space: nowrap;
}
.site-admin-bar a {
  color: #dce7f3;
  text-decoration: none;
}
.site-admin-bar a:hover {
  color: #fff;
}
.site-admin-bar__logout {
  width: 20px;
  justify-content: center;
  color: #fda4af !important;
}
.site-admin-bar :is(svg, i[data-lucide]) {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
}
.has-site-admin-bar .site-header {
  top: 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
}
.admin-rich-content h2 { font-size: 1.35rem; line-height: 1.35; font-weight: 800; margin: 1.5rem 0 0.65rem; }
.admin-rich-content h3 { font-size: 1.15rem; line-height: 1.4; font-weight: 800; margin: 1.25rem 0 0.55rem; }
.admin-rich-content h4 { font-size: 1rem; line-height: 1.45; font-weight: 800; margin: 1rem 0 0.5rem; }
.admin-rich-content p { margin: 0; min-height: 1.6em; }
.admin-rich-content p + p { margin-top: .8em; }
.admin-rich-content > div { min-height: 1.6em; }
.admin-rich-content > div + div { margin-top: .8em; }
.admin-rich-content > br { display: block; height: .8em; }
.admin-rich-content br.content-line-break, .prose br.content-line-break { display: block; content: ""; margin-top: .8em; }
.admin-rich-content img { display: block; max-width: 100%; height: auto; margin: 0.9rem 0; }
.admin-rich-content ul { list-style: disc; padding-left: 1.5rem; margin: 0.65rem 0; }
.admin-rich-content ol { list-style: decimal; padding-left: 1.5rem; margin: 0.65rem 0; }
.admin-rich-content blockquote { border-left: 3px solid #14b8a6; padding-left: 0.9rem; margin: 0.9rem 0; color: #475569; }
.admin-rich-content a, .prose a { color: inherit; font-weight: 800 !important; text-decoration: none !important; }
.admin-rich-content a:hover, .prose a:hover { color: #0f766e; text-decoration: none !important; }
.dark .admin-rich-content blockquote { color: #cbd5e1; }
.dark .admin-rich-content a:hover, .dark .prose a:hover { color: #5eead4; }

.p-6, .sm\:p-6 {
  padding: 1.25rem !important;
}
.p-10 {
  padding: 1.5rem !important;
}
.p-12 {
  padding: 1.75rem !important;
}
@media (min-width: 640px) {
  .sm\:p-8 {
    padding: 1.5rem !important;
  }
  .sm\:py-12 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .sm\:py-16 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.75rem !important;
  }
  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2.25rem !important;
  }
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.75rem !important;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.25rem !important;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.5rem !important;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.75rem !important;
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 2rem !important;
}
.gap-6 {
  gap: 1rem !important;
}
.gap-8 {
  gap: 1.5rem !important;
}

.dark body {
  background-color: #0f172a !important;
  color: #f1f5f9 !important;
}
.dark input,
.dark select,
.dark textarea {
  background-color: #1e293b !important;
  color: #f8fafc !important;
  border-color: #334155 !important;
}
.dark input::placeholder,
.dark textarea::placeholder {
  color: #94a3b8 !important;
}
.dark form input:not([type="submit"]):not([type="button"]),
.dark .flex-grow input {
  background-color: transparent !important;
}
.dark select option {
  background-color: #1e293b !important;
  color: #f8fafc !important;
}
.dark header {
  background-color: rgba(15, 23, 42, 0.85) !important;
  border-color: #334155 !important;
}
.dark .bg-white {
  background-color: #1e293b !important;
  color: #f1f5f9 !important;
}
.dark .border-slate-100,
.dark .border-slate-200,
.dark .border-slate-150 {
  border-color: #334155 !important;
}
.dark .text-slate-900 {
  color: #f8fafc !important;
}
.dark .text-slate-800,
.dark .text-slate-700 {
  color: #e2e8f0 !important;
}
.dark .text-slate-600,
.dark .text-slate-500 {
  color: #cbd5e1 !important;
}
.dark .text-slate-400,
.dark .text-slate-450 {
  color: #94a3b8 !important;
}
.dark .bg-slate-50 {
  background-color: #1e293b !important;
}
.dark .bg-slate-100 {
  background-color: #334155 !important;
}
.dark .bg-slate-100\/60 {
  background-color: rgba(51, 65, 85, 0.6) !important;
}
.dark .shadow-xs,
.dark .shadow-sm,
.dark .shadow-2xs,
.dark .shadow-3xs {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5) !important;
}
.dark .amenities-panel .text-teal-600 {
  color: #5eead4 !important;
}
.dark .amenities-panel .text-slate-200 {
  color: #475569 !important;
}
.dark .amenities-panel .text-slate-400 {
  color: #94a3b8 !important;
}
.dark .amenity-status-row.bg-emerald-50,
.dark .amenities-panel .bg-emerald-50 {
  background-color: rgba(16, 185, 129, 0.14) !important;
}
.dark .amenity-status-row.bg-amber-50,
.dark .amenities-panel .bg-amber-50 {
  background-color: rgba(245, 158, 11, 0.14) !important;
}
.dark .amenity-status-row.bg-sky-50,
.dark .amenities-panel .bg-sky-50 {
  background-color: rgba(14, 165, 233, 0.14) !important;
}
.dark .amenity-status-row.bg-slate-50,
.dark .amenities-panel .bg-slate-100 {
  background-color: rgba(71, 85, 105, 0.42) !important;
}
.dark .amenity-status-row.border-emerald-100,
.dark .amenities-panel .border-emerald-100,
.dark .amenities-panel .border-emerald-100\/50,
.dark .amenities-panel .border-emerald-200 {
  border-color: rgba(52, 211, 153, 0.38) !important;
}
.dark .amenity-status-row.border-amber-100,
.dark .amenities-panel .border-amber-100,
.dark .amenities-panel .border-amber-200 {
  border-color: rgba(251, 191, 36, 0.38) !important;
}
.dark .amenity-status-row.border-sky-100,
.dark .amenities-panel .border-sky-100 {
  border-color: rgba(56, 189, 248, 0.38) !important;
}
.dark .amenity-status-row .text-emerald-700,
.dark .amenities-panel .text-emerald-700,
.dark .amenities-panel .text-emerald-800 {
  color: #6ee7b7 !important;
}
.dark .amenity-status-row .text-amber-700,
.dark .amenities-panel .text-amber-700 {
  color: #fcd34d !important;
}
.dark .amenity-status-row .text-sky-700,
.dark .amenities-panel .text-sky-700 {
  color: #7dd3fc !important;
}
.dark .amenity-status-row .text-slate-800,
.dark .amenities-panel .text-slate-700,
.dark .amenities-panel .text-slate-800 {
  color: #e2e8f0 !important;
}
.dark .amenity-status-row.bg-slate-50 .text-slate-800,
.dark .amenities-panel .bg-slate-100.text-slate-500 {
  color: #94a3b8 !important;
}
.dark .amenity-status-row .bg-slate-200 {
  background-color: #475569 !important;
  color: #cbd5e1 !important;
}
.dark .home-module-card {
  background-color: #1e293b !important;
  border-color: #334155 !important;
}
.dark .home-module-card:hover {
  background-color: #273449 !important;
}
.dark .recent-place-card {
  background-color: rgba(12, 74, 110, 0.22) !important;
  border-color: rgba(56, 189, 248, 0.34) !important;
}
.dark .recent-place-card:hover {
  border-color: #38bdf8 !important;
}
.dark .recent-place-card:hover h3 {
  color: #7dd3fc !important;
}


.dark .hover\:text-teal-600:hover,
.dark .hover\:text-teal-500:hover,
.dark .hover\:text-teal-400:hover,
.dark .group:hover .group-hover\:text-teal-600,
.dark .group:hover .group-hover\:text-teal-400,
.dark .group:hover .group-hover\:text-teal-300,
.dark .group\/item:hover .group-hover\/item\:text-teal-600,
.dark .group\/item:hover .group-hover\/item\:text-teal-700 {
  color: var(--site-primary) !important;
}
.dark .hover\:text-teal-700:hover {
  color: var(--site-primary) !important;
}
.dark .hover\:text-rose-600:hover,
.dark .group:hover .group-hover\:text-rose-600 {
  color: #fb7185 !important;
}
.dark .hover\:text-emerald-600:hover,
.dark .hover\:text-emerald-700:hover,
.dark .group:hover .group-hover\:text-emerald-700 {
  color: #34d399 !important;
}
.dark .hover\:text-sky-700:hover,
.dark .group:hover .group-hover\:text-sky-700 {
  color: #38bdf8 !important;
}
.dark .hover\:text-blue-700:hover,
.dark .group:hover .group-hover\:text-blue-700 {
  color: #60a5fa !important;
}

.dark .hover\:bg-slate-50:hover,
.dark .hover\:bg-slate-100:hover,
.dark .hover\:bg-slate-100\/60:hover,
.dark .hover\:bg-slate-200:hover,
.dark .group:hover .group-hover\:bg-slate-100 {
  background-color: #334155 !important;
}
.dark .hover\:bg-teal-50:hover,
.dark .group\/item:hover {
  background-color: rgba(45, 212, 191, 0.15) !important;
}
.dark .hover\:bg-sky-50:hover {
  background-color: rgba(56, 189, 248, 0.15) !important;
}
.dark .hover\:bg-blue-50:hover {
  background-color: rgba(59, 130, 246, 0.15) !important;
}
.dark .hover\:bg-emerald-50:hover {
  background-color: rgba(52, 211, 153, 0.15) !important;
}
.dark .hover\:bg-rose-50:hover {
  background-color: rgba(244, 63, 94, 0.15) !important;
}

.dark .hover\:border-teal-500:hover,
.dark .group:hover .group-hover\:border-teal-500 {
  border-color: #14b8a6 !important;
}
.dark .hover\:border-sky-300:hover {
  border-color: #38bdf8 !important;
}
.dark .hover\:border-teal-300:hover {
  border-color: #2dd4bf !important;
}
.dark .hover\:border-blue-300:hover {
  border-color: #60a5fa !important;
}
.dark .hover\:border-emerald-300:hover {
  border-color: #34d399 !important;
}

.dark .bg-gradient-to-br.from-white {
  background-image: linear-gradient(to bottom right, #1e293b, rgba(15, 23, 42, 0.6)) !important;
}


.prose h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.25;
}
.dark .prose h2 {
  color: #f8fafc !important;
}
.prose h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1e293b;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.dark .prose h3 {
  color: #f1f5f9 !important;
}
.prose strong, .prose b {
  font-weight: 800;
  color: #0f172a;
}
.dark .prose strong, .dark .prose b {
  color: #f8fafc !important;
}
.prose em, .prose i {
  font-style: italic;
}
.prose p {
  margin: 0;
  min-height: 1.6em;
}
.prose p + p { margin-top: .8em; }
.prose ul {
  list-style-type: disc !important;
  padding-left: 1.5rem !important;
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
  display: block !important;
}
.prose ol {
  list-style-type: decimal !important;
  padding-left: 1.5rem !important;
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
  display: block !important;
}
.prose li {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  display: list-item !important;
}
