@import "https://unpkg.com/leaflet@1.9.4/dist/leaflet.css";
/* [project]/app/globals.css [app-client] (css) */
:root {
  color: #f5f7fb;
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light dark;
  background-color: #040308;
  font-family: Inter, Space Grotesk, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

@media (prefers-color-scheme: dark) {
  :root {
    --lightningcss-light: ;
    --lightningcss-dark: initial;
  }
}

*, :before, :after {
  box-sizing: border-box;
}

body {
  color: #eef2ff;
  background: radial-gradient(circle at 20% -10%, #3551ff 0%, #07101c 47%), radial-gradient(circle at 80% -20%, #43c6e5c7 0%, #0000 47%), linear-gradient(#091327 0%, #03070d 72%);
  min-height: 100vh;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  font-feature-settings: "liga" on, "calt" on;
  flex-direction: column;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px 64px;
  display: flex;
}

.legal-page {
  gap: 24px;
  max-width: 860px;
}

.legal-lede {
  color: #cdd7ff;
  max-width: 720px;
  margin: 0 auto;
}

.legal-section {
  background: #ffffff08;
  border: 1px solid #ffffff14;
  border-radius: 24px;
  padding: 20px 24px;
  line-height: 1.7;
}

.legal-section h2 {
  color: #9ac8ff;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  font-size: .9rem;
}

.legal-section ul {
  color: #dde4ff;
  margin: 0;
  padding-left: 1.2rem;
}

.legal-section a {
  color: #72f5a0;
}

.legal-back {
  text-align: center;
  margin-top: 12px;
}

.legal-back-top {
  margin-top: 18px;
  margin-bottom: 0;
}

.legal-back a {
  color: #72f5a0;
  font-weight: 600;
}

.site-footer {
  text-align: center;
  color: #a5b4ff;
  border-top: 1px solid #ffffff14;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  padding: 32px 0 48px;
  display: flex;
}

.site-footer nav {
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  font-size: .9rem;
  display: flex;
}

.site-footer a {
  color: #72f5a0;
  font-weight: 600;
}

.hero {
  text-align: center;
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.hero h1 {
  letter-spacing: -.04em;
  text-transform: none;
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
}

.hero-title {
  letter-spacing: 0;
  justify-content: center;
  font-size: clamp(2.55rem, 6vw, 4.2rem);
  display: inline-flex;
}

.hero-title-link {
  color: inherit;
  border-radius: 16px;
  padding: 4px 8px;
  text-decoration: none;
  display: inline-flex;
}

.hero-title-link:focus-visible {
  outline-offset: 6px;
  outline: 2px solid #72f5a0;
}

.brand-logo-link {
  padding: 0;
}

.brand-logo {
  color: inherit;
  justify-content: center;
  align-items: center;
  gap: .68rem;
  display: inline-flex;
}

.brand-logo-wordmark {
  letter-spacing: -.04em;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  justify-content: center;
  align-items: baseline;
  padding: 0 .18em .06em .03em;
  font-family: Space Grotesk, Inter, system-ui, sans-serif;
  font-size: clamp(2.7rem, 5.1vw, 4rem);
  font-weight: 800;
  line-height: .99;
  display: inline-flex;
  overflow: visible;
}

.brand-logo-word {
  display: inline-block;
}

.brand-logo-word-urlaubs {
  color: #eff5ff;
  text-shadow: 0 10px 30px #05091847;
  padding-right: .04em;
}

html[data-theme="light"] .brand-logo-word-urlaubs {
  color: #355b86;
  text-shadow: 0 10px 26px #ffffff6b;
}

.brand-logo-word-map {
  background: linear-gradient(135deg, #8fe8ff 0%, #3fd1ff 42%, #2dd4bf 100%);
  -webkit-text-fill-color: transparent;
  color: #0000;
  text-shadow: none;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: .055em;
  padding-right: .12em;
}

.brand-logo-suffix {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--soft-text);
  font-size: .95rem;
  font-weight: 800;
}

.brand-logo.compact {
  gap: .54rem;
}

.brand-logo.compact .brand-logo-wordmark {
  letter-spacing: -.05em;
  font-size: clamp(2rem, 3.4vw, 2.85rem);
}

.brand-logo.compact .brand-logo-suffix {
  letter-spacing: .18em;
  font-size: .78rem;
}

.blog-brand-heading {
  margin: 0;
}

@media (max-width: 640px) {
  .brand-logo-wordmark {
    font-size: clamp(2.3rem, 10vw, 3rem);
  }

  .brand-logo.compact .brand-logo-wordmark {
    font-size: clamp(1.8rem, 7.8vw, 2.3rem);
  }

  .brand-logo-suffix {
    font-size: .7rem;
  }
}

@media (max-width: 460px) {
  .brand-logo {
    gap: .4rem;
  }

  .brand-logo-wordmark {
    font-size: clamp(2.1rem, 9vw, 2.6rem);
  }

  .brand-logo.compact .brand-logo-wordmark {
    font-size: clamp(1.65rem, 7.2vw, 2.05rem);
  }

  .brand-logo-suffix {
    display: none;
  }
}

.hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #8cb4ff;
  margin: 0;
  font-size: .75rem;
}

.hero .lede {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.hero .support {
  color: #d1dbff;
  max-width: 680px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.6;
}

.filters {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
  display: flex;
}

.filter-chip {
  color: #f6f9ff;
  cursor: pointer;
  background: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 999px;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 12px 20px;
  transition: border .2s, transform .2s;
  display: flex;
}

.filter-chip small {
  color: #9fb7ff;
  font-size: .7rem;
}

.filter-chip.active {
  background: #72f5a01a;
  border-color: #72f5a0;
  transform: translateY(-2px);
}

.map-panel {
  z-index: 0;
  background: #050714e6;
  border: 1px solid #ffffff14;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 80px #0000008c;
}

.map-shell {
  z-index: 0;
  width: 100%;
  height: min(70vh, 640px);
  position: relative;
}

.map-shell-canvas {
  width: 100%;
  height: 100%;
}

.map-outside-mask {
  -webkit-backdrop-filter: saturate(.7);
  backdrop-filter: saturate(.7);
  pointer-events: none;
  z-index: 650;
  background: #090c1661;
  position: absolute;
}

.map-allowed-frame {
  pointer-events: none;
  z-index: 651;
  border: 1.5px dashed #8cb4ff8c;
  border-radius: 18px;
  position: absolute;
  box-shadow: inset 0 0 0 1px #080c162e;
}

.map-allowed-frame-compact {
  border-radius: 14px;
}

.map-spotlight-overlay-anchor {
  z-index: 1250;
  cursor: pointer;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.map-spotlight-overlay-anchor.is-hovered, .map-spotlight-overlay-anchor.is-hovered .map-spotlight-card {
  pointer-events: none;
  cursor: default;
}

.floating-add {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #ff6fd8, #7850ff);
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
  box-shadow: 0 15px 35px #7850ff80;
}

.floating-add:disabled {
  opacity: .5;
  cursor: not-allowed;
  box-shadow: none;
}

.map-loader {
  letter-spacing: .08em;
  color: #8cb4ff;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.error-banner {
  color: #ffbdbd;
  text-align: center;
  background: #ff8a8a1f;
  border: 1px solid #ff8a8a59;
  border-radius: 18px;
  padding: 14px 18px;
  font-weight: 600;
}

.success-banner, .warning-banner, .pending-banner {
  text-align: center;
  letter-spacing: .01em;
  text-shadow: none;
  border-radius: 18px;
  padding: 14px 18px;
  font-weight: 700;
  line-height: 1.45;
}

.success-banner {
  color: #f6fff9;
  background: linear-gradient(#1d5e3ef7, #154a30f7);
  border: 1px solid #a6f7c66b;
  box-shadow: 0 12px 26px #0a201447;
}

.warning-banner {
  color: #ffd39a;
  background: #ffa63a29;
  border: 1px solid #ffa63a75;
}

.pending-banner {
  color: #d7e2ff;
  background: #7891ff1f;
  border: 1px solid #7891ff61;
}

.map-density-banner {
  z-index: 30;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #dce7ff;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  background: #0c1126c2;
  border: 1px solid #ffffff2e;
  border-radius: 999px;
  max-width: calc(100% - 240px);
  margin: 0;
  padding: 8px 14px;
  font-size: .82rem;
  line-height: 1.25;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}

.map-style-toggle {
  z-index: 32;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #0c1126c7;
  border: 1px solid #ffffff29;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 6px;
  display: inline-flex;
  position: absolute;
  top: 14px;
  left: 14px;
}

.map-style-chip {
  letter-spacing: -.01em;
  color: #dce7ff;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: .78rem;
  font-weight: 700;
  transition: background .18s, color .18s, transform .18s;
}

.map-style-chip:hover {
  transform: translateY(-1px);
}

.map-style-chip.active {
  color: #0c2a3e;
  background: linear-gradient(#7eeacc, #41d9c9);
  box-shadow: 0 10px 20px #37bdad38;
}

.cta-row {
  background: #ffffff0d;
  border: 1px solid #ffffff14;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 22px;
  display: flex;
}

.cta-copy {
  margin: 4px 0 0;
  font-weight: 600;
}

.submission-guidance {
  flex-direction: column;
  gap: 8px;
  margin-top: -12px;
  display: flex;
}

.blog-teaser-card {
  background: linear-gradient(135deg, #60a8ff1f, #2dd4bf14);
  border: 1px solid #8fc4ff38;
  border-radius: 24px;
  gap: 18px;
  padding: 18px 22px;
  display: grid;
}

.blog-teaser-header {
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  display: flex;
}

.blog-teaser-card h3 {
  margin: 0 0 6px;
  font-size: 1.08rem;
}

.blog-teaser-copy {
  max-width: 760px;
  color: var(--soft-text);
  margin: 0;
  line-height: 1.55;
}

.blog-teaser-link {
  white-space: nowrap;
  flex-shrink: 0;
}

.blog-teaser-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.blog-teaser-mini-card {
  background: #ffffff8a;
  border: 1px solid #8fc4ff38;
  border-radius: 20px;
  gap: 10px;
  padding: 10px;
  transition: transform .18s, border-color .18s, box-shadow .18s;
  display: grid;
  box-shadow: 0 10px 26px #6391cc1a;
}

.blog-teaser-mini-card:hover {
  border-color: #72f5a057;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px #6391cc24;
}

.blog-teaser-mini-thumb {
  aspect-ratio: 16 / 10;
  background: #ffffff8c;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}

.blog-teaser-mini-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.blog-teaser-mini-title {
  color: var(--app-text);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}

.submission-disclaimer {
  text-align: left;
  margin: 0;
}

.motivation {
  background: #ffffff08;
  border: 1px solid #ffffff0f;
  border-radius: 28px;
  padding: 18px 22px;
}

.motivation-card h3 {
  margin: 4px 12px 12px 0;
  padding-left: 12px;
  overflow: visible;
}

.motivation-card ul {
  margin: 0 0 12px 18px;
  padding: 0;
}

.motivation-card li {
  color: #c8dafe;
  margin-bottom: 6px;
}

.motivation-note {
  color: #72f5a0;
  margin: 0;
  font-weight: 600;
}

.list-panel {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: #040612cc;
  border: 1px solid #ffffff14;
  border-radius: 32px;
  padding: 28px;
  box-shadow: 0 25px 70px #0000008c;
}

.list-panel header {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  display: flex;
}

.overline {
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #a6b1ff;
  margin: 0 0 6px;
  font-size: .7rem;
}

.disclaimer {
  color: #9fb2ff;
  background: #ffffff0a;
  border-radius: 20px;
  margin: 0 0 18px;
  padding: 12px 16px;
  font-size: .85rem;
}

.hero-disclaimer {
  max-width: 720px;
  margin-top: 20px;
}

.map-disclaimer {
  text-align: center;
  max-width: 760px;
  margin: 16px auto 40px;
}

.list-panel h2 {
  margin: 0;
  font-size: 1.8rem;
}

.top-list {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.post-card {
  background: linear-gradient(135deg, #ffffff26, #ffffff0d), #0c0e1cc7;
  border: 1px solid #ffffff12;
  border-radius: 22px;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  padding: 18px 22px;
  transition: border .2s, transform .2s;
  display: grid;
  box-shadow: 0 18px 40px #050711b3;
}

.post-card:hover {
  border-color: #ffffff40;
  transform: translateY(-2px);
}

.post-thumb-button {
  cursor: pointer;
  text-align: left;
  background: none;
  border: 0;
  align-self: flex-start;
  width: 100%;
  max-width: 160px;
  padding: 0;
  display: block;
}

.post-thumb-button:focus-visible {
  outline-offset: 4px;
  border-radius: 18px;
  outline: 2px solid #ffffffb3;
}

.post-thumb {
  background: #ffffff14;
  border-radius: 18px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  max-width: 160px;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-thumb.mini {
  padding: 0;
}

.post-thumb.thumb-aspect-16-9 {
  aspect-ratio: 16 / 9;
}

.post-thumb.thumb-aspect-1-1 {
  aspect-ratio: 1;
}

.post-thumb.thumb-aspect-9-16 {
  aspect-ratio: 9 / 16;
}

.mini-preview {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.post-thumb.mini img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.post-thumb.platform-instagram .mini-preview {
  background: #000;
}

.post-thumb.platform-instagram img {
  object-fit: contain;
}

.thumb-fallback {
  text-align: center;
  color: #f3f3f3;
  padding: 8px;
  font-size: .8rem;
}

.platform-chip {
  letter-spacing: .05em;
  color: #fff;
  background: #ffffff0a;
  border: 1px solid #ffffff2e;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  font-size: .8rem;
  font-weight: 700;
  display: inline-flex;
}

.post-info {
  min-width: 0;
}

.post-title {
  color: #f6f8ff;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
  word-break: break-word;
  -webkit-box-orient: vertical;
  max-width: 100%;
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
}

.post-meta {
  color: #95a3d9;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0;
  font-size: .82rem;
}

.post-meta-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
  display: flex;
}

.post-liked-badge {
  color: #6ef0a5;
  letter-spacing: .02em;
  background: #28c76f29;
  border: 1px solid #28c76f57;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  font-size: .78rem;
  font-weight: 700;
  display: inline-flex;
}

.post-liked-badge svg {
  width: 14px;
  height: 14px;
}

.post-author {
  color: #c9d8ff;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  margin: 0 0 8px;
  text-decoration: none;
  display: inline-flex;
}

.post-author:hover {
  color: #fff;
}

.post-author-avatar, .post-author-avatar-fallback {
  object-fit: cover;
  border: 1px solid #ffffff47;
  border-radius: 999px;
  flex: none;
  width: 24px;
  height: 24px;
}

.post-author-avatar-fallback {
  color: #fff;
  background: #ffffff1f;
  justify-content: center;
  align-items: center;
  font-size: .74rem;
  font-weight: 700;
  display: inline-flex;
}

.popup-author-avatar-fallback svg, .post-author-avatar-fallback svg {
  width: 14px;
  height: 14px;
}

.post-author-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
}

.event-meta {
  margin-top: 8px;
}

.post-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.top-list .post-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 6px;
  display: grid;
}

.top-list .post-actions > * {
  width: 100%;
  min-width: 0;
}

.top-list .post-actions > :only-child {
  grid-column: 1 / -1;
}

.ghost, .like-button, .primary {
  color: #fff;
  cursor: pointer;
  background: #ffffff14;
  border: 1px solid #0000;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  font-weight: 600;
  display: inline-flex;
}

.ghost {
  background: none;
  border-color: #fff3;
}

.ghost.reported {
  color: #ffb3b3;
  border-color: #ff808099;
}

.like-button:disabled {
  cursor: not-allowed;
  opacity: .4;
}

.like-button.liked {
  color: #0a0b14;
  opacity: 1;
  cursor: not-allowed;
  background: linear-gradient(135deg, #ffa9fb, #ffdd73);
  box-shadow: 0 10px 25px #ffa9fb59;
}

.like-button.liked svg {
  color: #0a0b14;
}

.primary {
  background: linear-gradient(135deg, #00ffc6, #5a68ff);
  border: none;
}

.primary:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.empty {
  text-align: center;
  color: #97a0c9;
  margin: 0;
  padding: 32px 0;
}

.modal-overlay {
  padding: max(12px, env(safe-area-inset-top)) 20px 20px;
  z-index: 2000;
  background: #03040abf;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.modal-card {
  background: #040611;
  border: 1px solid #ffffff14;
  border-radius: 28px;
  flex-direction: column;
  gap: 16px;
  width: min(720px, 100%);
  max-height: calc(100dvh - 28px);
  margin-top: 8px;
  padding: 24px;
  display: flex;
  overflow: auto;
}

.modal-card.instagram-modal {
  max-height: calc(100dvh - 24px);
  overflow: hidden;
}

.share-card {
  max-width: 520px;
}

.share-body {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.share-media {
  background: #ffffff0d;
  border-radius: 20px;
  overflow: hidden;
}

.share-body code {
  word-break: break-all;
  background: #ffffff14;
  border-radius: 16px;
  padding: 14px;
  font-size: .9rem;
}

.share-actions {
  gap: 10px;
  display: flex;
}

.modal-header {
  z-index: 5;
  background: #040611;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding-top: 2px;
  display: flex;
  position: sticky;
  top: 0;
}

.modal-header > div {
  flex: auto;
  min-width: 0;
  max-width: calc(100% - 56px);
}

.modal-close-inline {
  background: #ffffff1f;
  border-color: #ffffff59;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-left: auto;
  padding: 0;
}

.modal-close-floating {
  top: max(10px, env(safe-area-inset-top));
  right: max(10px, env(safe-area-inset-right));
  z-index: 2200;
  color: #f4f7ff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #040611f0;
  border: 1px solid #ffffff61;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: inline-flex;
  position: fixed;
  box-shadow: 0 12px 28px #00000073;
}

.popup-title-clamped {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 0;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}

.popup-title-clamped-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}

.popup-title-mobile-compact {
  white-space: pre-line;
}

.popup-author {
  color: #c9d8ff;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  margin-top: 8px;
  text-decoration: none;
  display: inline-flex;
}

.popup-author:hover {
  color: #fff;
}

.popup-author-avatar, .popup-author-avatar-fallback {
  object-fit: cover;
  border: 1px solid #ffffff4d;
  border-radius: 999px;
  flex: none;
  width: 28px;
  height: 28px;
}

.popup-author-avatar-fallback {
  color: #fff;
  background: #ffffff1f;
  justify-content: center;
  align-items: center;
  font-size: .78rem;
  font-weight: 700;
  display: inline-flex;
}

.popup-author-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .88rem;
  line-height: 1.2;
  overflow: hidden;
}

.modal-body {
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  display: flex;
}

.modal-body.video-scroll-body {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
  padding-right: 4px;
  overflow: hidden auto;
}

.modal-body.instagram-body {
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  height: auto;
  min-height: 0;
  max-height: calc(100dvh - 130px);
  padding-right: 0;
  overflow: hidden auto;
}

.modal-card.tiktok-modal {
  max-height: 94vh;
  overflow: hidden;
}

.modal-body.tiktok-body {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  height: auto;
  min-height: 0;
  max-height: calc(94vh - 170px);
  padding-right: 0;
  overflow: hidden auto;
}

.pin-attached-article-card {
  background: #ffffff0a;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
  display: flex;
}

.pin-attached-article-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.pin-attached-article-header h4 {
  margin: 4px 0 0;
  font-size: 1rem;
  line-height: 1.35;
}

.pin-attached-article-body {
  width: 100%;
  color: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  grid-template-columns: minmax(132px, 176px) minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 0;
  display: grid;
}

.pin-attached-article-thumb {
  aspect-ratio: 16 / 9;
  background: #ffffff14;
  border: 1px solid #ffffff14;
  border-radius: 16px;
  overflow: hidden;
}

.pin-attached-article-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.pin-attached-article-copy {
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  display: flex;
}

.pin-attached-article-meta {
  margin: 0;
}

.pin-attached-article-excerpt {
  color: #eef3ff;
  margin: 0;
  line-height: 1.5;
}

.pin-attached-article-excerpt-muted {
  color: #b8caef;
}

.hotel-offer-card {
  color: #f5fff9;
  background: linear-gradient(135deg, #0f766e47, #22c55e24);
  border: 1px solid #22c55e47;
  border-radius: 22px;
  flex-direction: column;
  gap: 7px;
  padding: 16px 18px;
  text-decoration: none;
  transition: transform .16s, border-color .16s, box-shadow .16s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 34px #00000038;
}

.hotel-offer-card:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 88% 18%, #fff3, #0000 32%);
  position: absolute;
  inset: 0;
}

.hotel-offer-card:hover {
  border-color: #4ade809e;
  transform: translateY(-1px);
  box-shadow: 0 22px 42px #00000047;
}

.hotel-offer-card-brand, .hotel-offer-card-title, .hotel-offer-card-copy, .hotel-offer-card-action {
  z-index: 1;
  position: relative;
}

.hotel-offer-card-brand {
  color: #dfffea;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: #ffffff24;
  border-radius: 999px;
  width: fit-content;
  padding: 4px 9px;
  font-size: .72rem;
  font-weight: 800;
}

.hotel-offer-card-title {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.25;
}

.hotel-offer-card-copy {
  color: #f5fff9d6;
  font-size: .9rem;
  line-height: 1.45;
}

.hotel-offer-card-action {
  color: #bbffd1;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-top: 2px;
  font-weight: 800;
  display: inline-flex;
}

.hotel-price-summary {
  background: radial-gradient(circle at 12% 0, #2dd4bf38, #0000 30%), linear-gradient(135deg, #07172ceb, #064e3bb3);
  border: 1px solid #7dd3fc33;
  border-radius: 26px;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
  display: flex;
  box-shadow: 0 24px 52px #00000047;
}

.hotel-price-summary-header {
  color: #f7fbff;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}

.hotel-price-summary-header strong {
  text-align: right;
  font-size: .95rem;
}

.hotel-price-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  display: grid;
}

.hotel-price-tile {
  background: radial-gradient(circle at 88% 12%, #ffffff38, #0000 34%), linear-gradient(145deg, #ffffff24, #ffffff0f);
  border: 1px solid #ffffff29;
  border-radius: 22px;
  flex-direction: column;
  gap: 10px;
  min-height: 164px;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffff2e, 0 18px 36px #0003;
}

.hotel-price-tile-packageTour {
  background: radial-gradient(circle at 88% 12%, #38bdf840, #0000 34%), linear-gradient(145deg, #0ea5e933, #22c55e1a);
}

.hotel-price-tile-ownArrival {
  background: radial-gradient(circle at 88% 12%, #86efac47, #0000 34%), linear-gradient(145deg, #22c55e38, #14b8a61a);
}

.hotel-price-tile-top {
  align-items: center;
  gap: 9px;
  display: flex;
}

.hotel-price-tile-icon {
  background: #ffffff24;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: inline-flex;
  box-shadow: inset 0 1px #ffffff2e;
}

.hotel-price-label, .hotel-price-main, .hotel-price-total, .hotel-price-meta-line {
  margin: 0;
}

.hotel-price-label {
  color: #c8f7dc;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .76rem;
  font-weight: 900;
}

.hotel-price-main {
  color: #fff;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
  font-weight: 900;
  display: flex;
}

.hotel-price-from {
  color: #bbffd1;
  text-transform: lowercase;
  background: #bbffd124;
  border-radius: 999px;
  padding: 3px 7px;
  font-size: .76rem;
}

.hotel-price-main strong {
  letter-spacing: -.04em;
  font-size: clamp(1.7rem, 4vw, 2.25rem);
  line-height: 1;
}

.hotel-price-main small, .hotel-price-total {
  color: #e8fbf0c7;
  font-size: .8rem;
  font-weight: 800;
}

.hotel-price-meta-line {
  color: #f5fff9db;
  margin-top: auto;
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.45;
}

.hotel-gallery-card {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.hotel-gallery-main {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #0e749057, #040611eb);
  border: 1px solid #ffffff1a;
  border-radius: 26px;
  min-height: 260px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 44px #00000057;
}

.hotel-gallery-image, .hotel-gallery-fallback {
  width: 100%;
  height: 100%;
  display: block;
}

.hotel-gallery-image {
  object-fit: cover;
}

.hotel-gallery-fallback {
  color: #dfffea;
  background: radial-gradient(circle at 28% 20%, #2dd4bf47, #0000 34%), #07111f;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 900;
  display: flex;
}

.hotel-gallery-shade {
  pointer-events: none;
  background: linear-gradient(#0307129e, #0000 34%, #030712b8), linear-gradient(90deg, #03071270, #0000 34%, #03071238);
  position: absolute;
  inset: 0;
}

.hotel-gallery-topbar {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
}

.hotel-gallery-pill {
  color: #f5fff9;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  letter-spacing: .06em;
  text-transform: uppercase;
  background: #0406119e;
  border: 1px solid #ffffff29;
  border-radius: 999px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 6px 10px;
  font-size: .74rem;
  font-weight: 850;
  display: inline-flex;
}

.hotel-gallery-counter {
  letter-spacing: 0;
  text-transform: none;
}

.hotel-gallery-nav {
  z-index: 3;
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #04061194;
  border: 1px solid #ffffff42;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 2rem;
  line-height: 1;
  transition: background .16s, transform .16s, border-color .16s;
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hotel-gallery-nav:hover {
  background: #040611c7;
  border-color: #ffffff6b;
  transform: translateY(-50%)scale(1.03);
}

.hotel-gallery-nav-prev {
  left: 14px;
}

.hotel-gallery-nav-next {
  right: 14px;
}

.hotel-gallery-open {
  z-index: 3;
  color: #0f5132;
  background: #f5fff9;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  padding: 10px 13px;
  font-size: .86rem;
  font-weight: 850;
  text-decoration: none;
  display: inline-flex;
  position: absolute;
  bottom: 14px;
  right: 14px;
  box-shadow: 0 14px 28px #00000047;
}

.hotel-gallery-open:hover {
  color: #0b3f27;
  transform: translateY(-1px);
}

.hotel-gallery-thumbs {
  grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
  gap: 8px;
  display: grid;
}

.hotel-gallery-thumb {
  aspect-ratio: 4 / 3;
  cursor: pointer;
  opacity: .72;
  background: #ffffff14;
  border: 2px solid #0000;
  border-radius: 14px;
  min-height: 54px;
  padding: 0;
  transition: opacity .16s, border-color .16s, transform .16s;
  position: relative;
  overflow: hidden;
}

.hotel-gallery-thumb:hover, .hotel-gallery-thumb.active {
  opacity: 1;
  border-color: #4ade80db;
}

.hotel-gallery-thumb.active {
  transform: translateY(-1px);
}

.hotel-gallery-thumb-image, .hotel-gallery-thumb-fallback {
  width: 100%;
  height: 100%;
  display: block;
}

.hotel-gallery-thumb-image {
  object-fit: cover;
}

.hotel-gallery-thumb-fallback {
  color: #dfffea;
  background: #0f766e52;
  justify-content: center;
  align-items: center;
  font-weight: 850;
  display: flex;
}

html[data-theme="light"] .pin-attached-article-card {
  background: linear-gradient(#f8fbfffa, #f1f7fffa);
  border-color: #bcd3ece6;
}

html[data-theme="light"] .pin-attached-article-thumb {
  background: #e2edfacc;
  border-color: #bcd3ece0;
}

html[data-theme="light"] .pin-attached-article-meta {
  color: #6a86a6;
}

html[data-theme="light"] .pin-attached-article-excerpt {
  color: #173452;
}

html[data-theme="light"] .pin-attached-article-excerpt-muted {
  color: #5f7d9f;
}

html[data-theme="light"] .hotel-offer-card {
  color: #123a2b;
  background: linear-gradient(135deg, #e7fcf0fa, #d3f5e3f5);
  border-color: #24a16752;
  box-shadow: 0 18px 34px #2467491f;
}

html[data-theme="light"] .hotel-offer-card:hover {
  border-color: #1d8a538f;
  box-shadow: 0 22px 42px #2467492e;
}

html[data-theme="light"] .hotel-offer-card-brand {
  color: #20724a;
  background: #1d8a531f;
}

html[data-theme="light"] .hotel-offer-card-title {
  color: #123a2b;
}

html[data-theme="light"] .hotel-offer-card-copy {
  color: #315b46;
}

html[data-theme="light"] .hotel-offer-card-action {
  color: #1c7b4d;
}

html[data-theme="light"] .hotel-price-summary {
  background: radial-gradient(circle at 12% 0, #2dd4bf2e, #0000 30%), linear-gradient(135deg, #f9fcfffa, #e1f8ecf0);
  border-color: #24a16733;
  box-shadow: 0 22px 48px #2467491f;
}

html[data-theme="light"] .hotel-price-summary-header {
  color: #123a2b;
}

html[data-theme="light"] .hotel-price-tile {
  background: radial-gradient(circle at 88% 12%, #ffffffdb, #0000 34%), linear-gradient(145deg, #fffffff5, #e8f9efe6);
  border-color: #24a16729;
  box-shadow: inset 0 1px #ffffffe6, 0 18px 34px #2467491f;
}

html[data-theme="light"] .hotel-price-tile-icon {
  background: #1d8a531c;
}

html[data-theme="light"] .hotel-price-label {
  color: #20724a;
}

html[data-theme="light"] .hotel-price-main {
  color: #0f2e22;
}

html[data-theme="light"] .hotel-price-from {
  color: #20724a;
  background: #1d8a531c;
}

html[data-theme="light"] .hotel-price-main small, html[data-theme="light"] .hotel-price-total {
  color: #4f735f;
}

html[data-theme="light"] .hotel-price-meta-line {
  color: #315b46;
}

html[data-theme="light"] .hotel-gallery-main {
  background: linear-gradient(135deg, #e7fcf0fa, #e2edfaf0);
  border-color: #bcd3ece6;
  box-shadow: 0 20px 42px #24674929;
}

html[data-theme="light"] .hotel-gallery-pill, html[data-theme="light"] .hotel-gallery-nav {
  color: #173452;
  background: #ffffffbd;
  border-color: #6784a047;
}

html[data-theme="light"] .hotel-gallery-nav:hover {
  background: #ffffffeb;
  border-color: #325b7961;
}

html[data-theme="light"] .hotel-gallery-thumb {
  background: #e2edfad1;
}

html[data-theme="light"] .hotel-gallery-thumb:hover, html[data-theme="light"] .hotel-gallery-thumb.active {
  border-color: #1d8a53bd;
}

.modal-card.instagram-modal .viewer.instagram-embed.aspect-9-16, .modal-card.instagram-modal .viewer.instagram-preview.aspect-9-16 {
  aspect-ratio: 9 / 16;
  width: 100%;
  max-width: min(100%, 520px);
  height: auto;
  margin: 0 auto;
}

.field {
  flex-direction: column;
  gap: 6px;
  font-size: .9rem;
  display: flex;
}

.field input, .field select {
  color: #f9fbff;
  background: #050814e6;
  border: 1px solid #fff3;
  border-radius: 14px;
  padding: 12px 16px;
}

.field.checkbox-field {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
}

.field.checkbox-field input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

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

.date-picker-row {
  align-items: stretch;
  gap: 10px;
  display: flex;
}

.date-picker-row input {
  cursor: pointer;
  flex: auto;
  min-width: 0;
}

.date-picker-trigger {
  justify-content: center;
  align-items: center;
  min-width: 46px;
  display: inline-flex;
}

.inline-search-field {
  align-items: stretch;
  gap: 10px;
  display: flex;
}

.inline-search-field input {
  flex: auto;
  min-width: 0;
}

.search-place-button {
  white-space: nowrap;
  justify-content: center;
}

.place-search-results {
  flex-direction: column;
  gap: 8px;
  max-height: 180px;
  padding-right: 4px;
  display: flex;
  overflow: auto;
}

.place-search-result {
  color: #edf2ff;
  text-align: left;
  cursor: pointer;
  background: #ffffff0d;
  border: 1px solid #ffffff2e;
  border-radius: 14px;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  display: flex;
}

.place-search-result:hover {
  background: #5a88ff29;
  border-color: #5a88ffbf;
}

.place-search-result.active {
  background: #72f5a02e;
  border-color: #72f5a0cc;
}

.place-search-result span {
  color: #d9e6ff;
  font-size: .85rem;
  line-height: 1.35;
}

.place-search-result strong {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #a9bcff;
  font-size: .76rem;
}

.location-picked {
  color: #a9bcff;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0;
  font-size: .78rem;
}

.mini-map .map-shell {
  border-radius: 24px;
  height: 320px;
}

.form-message {
  color: #ff8a8a;
  margin: 0;
  font-size: .85rem;
}

.modal-footer {
  justify-content: flex-end;
  display: flex;
}

.modal-footer.actions {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.viewer {
  background: #000;
  border-radius: 24px;
  justify-content: center;
  width: min(100%, 720px);
  margin: 0 auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-media {
  background: none !important;
  border: 0 !important;
  width: 100% !important;
}

.viewer.external {
  color: inherit;
  text-decoration: none;
  display: flex;
}

.post-thumb .viewer, .post-thumb .viewer * {
  pointer-events: none;
}

.post-thumb .viewer {
  border-radius: 12px;
  width: 100%;
  max-width: none;
  min-height: auto;
}

.post-thumb.mini .viewer {
  width: 100%;
  height: 100%;
}

.post-thumb .viewer iframe, .post-thumb .viewer img, .viewer.external img {
  object-fit: cover;
}

.viewer .viewer-media {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.viewer.instagram-embed .viewer-media {
  object-fit: contain;
  background: #000;
}

.external-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.external-thumb.platform-website, .viewer-media.platform-website, .post-thumb.platform-website img {
  object-position: center 84%;
}

.external-fallback {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
}

.external-pill {
  color: #fff;
  border: 1px solid #ffffff40;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .75rem;
  font-weight: 700;
  position: absolute;
  top: 12px;
  left: 12px;
  box-shadow: 0 8px 18px #00000059;
}

.viewer iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.viewer.facebook-post-embed {
  background: #f8f9fb;
}

.viewer.facebook-post-embed.aspect-9-16 {
  max-width: min(100%, 460px);
}

.viewer.facebook-post-embed iframe {
  background: #fff;
}

.viewer.instagram-embed {
  background: #000;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.viewer.instagram-embed .video-frame, .viewer.tiktok-local-video .video-frame {
  width: 100%;
  height: 100%;
  position: relative;
}

.viewer.instagram-embed video, .viewer.tiktok-local-video video {
  object-fit: contain;
  background: #000;
  width: 100%;
  height: 100%;
  display: block;
}

.viewer.instagram-embed .instagram-media {
  background: #000;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  display: block !important;
}

.viewer.instagram-embed .instagram-media iframe {
  border: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.viewer.tiktok-embed-viewer {
  background: #000;
  position: relative;
  overflow: hidden;
}

.viewer.tiktok-embed-viewer iframe {
  border: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.viewer.instagram-preview .viewer-media {
  object-fit: contain;
  background: #000;
}

.aspect-16-9 {
  aspect-ratio: 16 / 9;
}

.aspect-1-1 {
  aspect-ratio: 1;
  max-width: 520px;
  margin: 0 auto;
}

.aspect-9-16 {
  aspect-ratio: 9 / 16;
  max-width: 360px;
  margin: 0 auto;
}

.aspect-1-1 iframe, .aspect-9-16 iframe {
  height: 100%;
}

.aspect-instagram-post {
  aspect-ratio: 646 / 867;
  width: min(100%, 420px);
  height: auto;
  margin: 0 auto;
}

.like-tooltip {
  display: none;
}

.pin-icon-wrapper, .pin-cluster-wrapper {
  display: block;
}

.pin-spotlight-wrapper {
  display: block;
  background: none !important;
  border: 0 !important;
}

.pin-cluster {
  color: #fff;
  background: radial-gradient(circle at 35% 30%, #86b8ff, #3a63ff 70%);
  border: 2px solid #ffffffb8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  font-size: .92rem;
  font-weight: 800;
  display: inline-flex;
  box-shadow: 0 14px 26px #13215485;
}

.pin-icon {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #ffffff8c;
  border-radius: 50% 50% 44% 44%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 50px;
  font-size: .9rem;
  font-weight: 700;
  display: flex;
  position: relative;
  box-shadow: 0 16px 28px #00000073;
}

.pin-letter {
  letter-spacing: .08em;
}

.pin-icon.pending {
  background: linear-gradient(135deg, #6e7588, #535a6e) !important;
}

@keyframes spotlight-pin-glow {
  0% {
    transform: translateY(-2px)scale(1.02);
    box-shadow: 0 18px 34px #3d7aff75;
  }

  50% {
    transform: translateY(-4px)scale(1.08);
    box-shadow: 0 24px 42px #72f5a08a;
  }

  100% {
    transform: translateY(-2px)scale(1.02);
    box-shadow: 0 18px 34px #3d7aff75;
  }
}

.pin-icon.spotlight {
  will-change: transform, box-shadow;
  animation: 1.8s ease-in-out infinite spotlight-pin-glow;
}

.pin-icon-highlight .pin-icon {
  animation: 1.45s ease-in-out infinite pin-highlight-pulse;
  box-shadow: 0 0 0 4px #72f5a073, 0 0 0 9px #72f5a033, 0 16px 28px #00000073;
}

@keyframes pin-highlight-pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes validating-pin-pulse {
  0% {
    transform: translateZ(0)scale(1);
    box-shadow: 0 16px 28px #d878206b;
  }

  50% {
    transform: translateZ(0)scale(1.08);
    box-shadow: 0 20px 32px #f6a53a94;
  }

  100% {
    transform: translateZ(0)scale(1);
    box-shadow: 0 16px 28px #d878206b;
  }
}

.pin-icon.pending.validating {
  transform-origin: center;
  will-change: transform, box-shadow;
  animation: 1.1s ease-in-out infinite validating-pin-pulse;
  background: linear-gradient(135deg, #f6a53a, #d87820) !important;
}

.pin-status-badge {
  color: #2d3346;
  text-transform: uppercase;
  letter-spacing: .04em;
  background: #d5d9e7;
  border-radius: 999px;
  padding: 2px 7px;
  font-size: .57rem;
  font-weight: 700;
  position: absolute;
  top: -10px;
  right: -10px;
  box-shadow: 0 10px 18px #00000059;
}

.pin-icon.pending.validating .pin-status-badge {
  color: #713f10;
  background: #ffe0b3;
}

@media (prefers-reduced-motion: reduce) {
  .pin-icon.pending.validating, .pin-icon.spotlight {
    animation: none;
  }
}

.pin-icon.event-pin {
  height: 60px;
}

.pin-like {
  color: #0a0b14;
  background: #fff;
  border-radius: 999px;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  font-size: .65rem;
  font-weight: 600;
  display: inline-flex;
  position: absolute;
  top: -10px;
  right: -10px;
  box-shadow: 0 10px 18px #00000059;
}

.pin-like:before {
  content: "❤️";
  margin-right: 4px;
  font-size: .7rem;
}

.pin-event-date, .pin-event-time {
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 2px 7px;
  font-size: .54rem;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  left: -10px;
  box-shadow: 0 10px 18px #00000059;
}

.pin-event-date {
  color: #5a3b00;
  background: #ffe98afa;
  padding: 1px 6px;
  font-size: .5rem;
  top: auto;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 6px 12px #0000002e;
}

.pin-event-time {
  color: #f4f7ff;
  background: #080c18eb;
  padding-inline: 8px;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.pin-icon.event-pin .pin-letter {
  display: none;
}

.pin-icon:after {
  content: "";
  background: inherit;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  border: 1px solid #ffffff8c;
  border-top: none;
  width: 16px;
  height: 20px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 16px 22px #00000059;
}

.pin-icon.platform-youtube, .pin-icon.platform-youtubeShort {
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
}

.pin-icon.platform-tiktok {
  background: linear-gradient(135deg, #00f5a0, #00d9f5);
}

.pin-icon.platform-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.pin-icon.platform-twitter {
  background: linear-gradient(135deg, #0f1419, #2f3644);
}

.pin-icon.platform-facebook {
  background: linear-gradient(135deg, #1877f2, #21a1ff);
}

.pin-icon.platform-linkedin {
  background: linear-gradient(135deg, #0a66c2, #74c0ff);
}

.pin-icon.platform-website {
  background: linear-gradient(135deg, #0f766e, #22c55e);
}

.viewer.external.platform-website .external-pill {
  background: #0f766eeb;
}

.map-spotlight-card {
  width: var(--spotlight-width, 236px);
  pointer-events: auto;
  cursor: pointer;
  transform: translate(var(--spotlight-shift-x, -50%), var(--spotlight-shift-y, calc(-100% - 18px)));
  position: relative;
}

.map-spotlight-shell {
  height: var(--spotlight-shell-height, 188px);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #0a0e1cf5;
  border: 1px solid #ffffff24;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 26px 52px #00000080;
}

.map-spotlight-stem {
  background: #0a0e1cf5;
  position: absolute;
}

.map-spotlight-card.placement-top .map-spotlight-stem {
  left: calc(var(--spotlight-anchor-x, 98px)  - 13px);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 26px;
  height: 20px;
  bottom: -19px;
}

.map-spotlight-card.placement-bottom .map-spotlight-stem {
  left: calc(var(--spotlight-anchor-x, 98px)  - 13px);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  width: 26px;
  height: 20px;
  top: -19px;
}

.map-spotlight-card.placement-left .map-spotlight-stem {
  top: calc(var(--spotlight-anchor-y, 83px)  - 13px);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 20px;
  height: 26px;
  right: -19px;
}

.map-spotlight-card.placement-right .map-spotlight-stem {
  top: calc(var(--spotlight-anchor-y, 83px)  - 13px);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  width: 20px;
  height: 26px;
  left: -19px;
}

.map-spotlight-media {
  background: #ffffff0f;
  width: 100%;
  height: 96px;
  position: relative;
  overflow: hidden;
}

.map-spotlight-media-backdrop {
  filter: blur(14px) brightness(.72);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
  transform: scale(1.14);
}

.map-spotlight-media:after {
  content: "";
  background: linear-gradient(#080a121f, #080a1238);
  position: absolute;
  inset: 0;
}

.map-spotlight-thumb {
  z-index: 1;
  object-fit: contain;
  object-position: center center;
  pointer-events: none;
  background: none;
  display: block;
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.map-spotlight-thumb.fallback {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 800;
  display: flex;
}

.map-spotlight-thumb.fallback.platform-youtube, .map-spotlight-thumb.fallback.platform-youtubeShort {
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
}

.map-spotlight-thumb.fallback.platform-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.map-spotlight-thumb.fallback.platform-tiktok {
  background: linear-gradient(135deg, #00f5a0, #00d9f5);
}

.map-spotlight-thumb.fallback.platform-facebook {
  background: linear-gradient(135deg, #1877f2, #21a1ff);
}

.map-spotlight-content {
  pointer-events: none;
  padding: 10px 12px 12px;
}

.map-spotlight-meta {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
  display: flex;
}

.map-spotlight-platform, .map-spotlight-likes, .map-spotlight-article {
  color: #cfe0ff;
  font-size: .72rem;
  font-weight: 700;
}

.map-spotlight-article {
  color: #ffd59a;
}

.map-spotlight-title {
  color: #fff;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: .84rem;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}

.map-spotlight-event {
  color: #b9cbff;
  margin: 6px 0 0;
  font-size: .72rem;
  line-height: 1.25;
}

.map-spotlight-price-chip {
  color: #bbffd1;
  white-space: nowrap;
  background: #bbffd124;
  border: 1px solid #86efac3d;
  border-radius: 999px;
  flex: none;
  padding: 4px 8px;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 18px #0000002e;
}

@media (max-width: 768px) {
  .map-spotlight-card {
    width: var(--spotlight-width, 190px);
  }

  .map-spotlight-shell {
    height: var(--spotlight-shell-height, 170px);
  }

  .map-spotlight-media {
    height: 90px;
  }

  .map-spotlight-media-backdrop {
    filter: blur(12px) brightness(.74);
  }

  .map-spotlight-content {
    padding: 9px 10px 10px;
  }

  .map-spotlight-title {
    font-size: .78rem;
  }

  .page-shell {
    padding: 20px 16px 80px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .post-card {
    grid-template-columns: 1fr;
  }

  .floating-add {
    top: 16px;
    right: 16px;
  }

  .post-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .post-card .post-actions > * {
    justify-content: center;
    min-width: 0;
  }

  .modal-overlay {
    padding: max(8px, env(safe-area-inset-top)) 12px 14px;
    align-items: flex-start;
    overflow-y: auto;
  }

  .modal-card {
    border-radius: 22px;
    max-height: calc(100dvh - 22px);
    margin-top: 8px;
    padding: 18px;
  }

  .modal-card.instagram-modal, .modal-card.tiktok-modal {
    max-height: calc(100dvh - 20px);
  }

  .hotel-gallery-main {
    border-radius: 20px;
    min-height: 218px;
  }

  .hotel-gallery-topbar {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  .hotel-gallery-nav {
    width: 38px;
    height: 38px;
  }

  .hotel-gallery-nav-prev {
    left: 10px;
  }

  .hotel-gallery-nav-next {
    right: 10px;
  }

  .hotel-gallery-open {
    padding: 9px 11px;
    font-size: .82rem;
    bottom: 10px;
    right: 10px;
  }

  .hotel-gallery-thumbs {
    overscroll-behavior-x: contain;
    grid-template-columns: none;
    grid-auto-columns: 76px;
    grid-auto-flow: column;
    padding-bottom: 3px;
    display: grid;
    overflow-x: auto;
  }

  .modal-close-floating {
    display: none !important;
  }

  .floating-add {
    width: 56px;
    height: 56px;
    bottom: 16px;
    right: 16px;
  }

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

  .map-density-banner {
    white-space: normal;
    max-width: calc(100% - 24px);
  }

  .event-grid {
    grid-template-columns: 1fr;
  }

  .date-picker-row {
    flex-direction: row;
  }

  .inline-search-field {
    flex-direction: column;
  }

  .inline-search-field .search-place-button {
    width: 100%;
  }

  .modal-card.instagram-modal .viewer.instagram-embed, .modal-card.instagram-modal .viewer.instagram-preview {
    aspect-ratio: 9 / 16;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-card.tiktok-modal .viewer.aspect-9-16 {
    max-width: 100%;
  }

  .modal-card.instagram-modal .viewer.instagram-embed .instagram-media, .modal-card.instagram-modal .viewer.instagram-embed iframe, .modal-card.instagram-modal .viewer.instagram-embed video, .modal-card.instagram-modal .viewer.instagram-embed .video-frame, .modal-card.instagram-modal .viewer.instagram-preview .viewer-media {
    width: 100% !important;
    height: 100% !important;
  }
}

.viewer.instagram-photo img {
  object-fit: contain;
  background: #000;
}

.viewer.instagram-photo blockquote {
  margin: 0;
}

.admin-shell {
  flex-direction: column;
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px 40px;
  display: flex;
}

.admin-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.admin-filters {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.admin-filter {
  color: #e5ecff;
  background: none;
  border: 1px solid #ffffff38;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: .92rem;
  font-weight: 700;
}

.admin-filter.active {
  color: #a5ffc5;
  background: #72f5a026;
  border-color: #72f5a0d9;
}

html[data-theme="light"] .admin-filter {
  color: #204b78 !important;
  background: #ffffffeb !important;
  border-color: #6e9ddc4d !important;
}

html[data-theme="light"] .admin-filter.active {
  color: #123a64 !important;
  background: #bfe0ffe6 !important;
  border-color: #2e6fbca6 !important;
}

html[data-theme="dark"] .admin-filter {
  color: #e8f0ff !important;
  background: #131c38e6 !important;
  border-color: #97b5ed3d !important;
}

html[data-theme="dark"] .admin-filter.active {
  color: #d8ffe8 !important;
  background: #72f5a033 !important;
  border-color: #72f5a0d9 !important;
}

.admin-grid {
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 16px;
  display: grid;
}

.admin-card {
  background: #070918e6;
  border: 1px solid #ffffff1f;
  border-radius: 20px;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
  display: flex;
}

.admin-card iframe {
  aspect-ratio: 16 / 9;
  background: #000;
  border: 0;
  border-radius: 14px;
  width: 100%;
}

.admin-meta {
  color: #cbdaff;
  flex-direction: column;
  gap: 4px;
  font-size: .86rem;
  line-height: 1.6;
  display: flex;
}

.admin-location-block {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.admin-location-block .post-meta {
  margin: 0;
}

.admin-location-map {
  aspect-ratio: 16 / 9;
  background: #0d1024;
  border: 0;
  border-radius: 14px;
  width: 100%;
}

.admin-edit-block {
  background: #0c0f22ad;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  display: flex;
}

.admin-edit-header-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  display: flex;
}

.admin-edit-header-row strong {
  margin-top: 2px;
  display: block;
}

.admin-edit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
  display: grid;
}

.admin-inline-field {
  min-width: 0;
  margin: 0;
}

.admin-inline-field input, .admin-inline-field select {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.admin-edit-map-block {
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  display: flex;
}

.admin-location-map-editor, .admin-location-map-placeholder {
  min-height: 240px;
}

.admin-location-map-placeholder {
  color: #cfe0ff;
  background: #0d1024eb;
  border: 1px solid #ffffff1f;
  justify-content: center;
  align-items: center;
  display: flex;
}

.admin-edit-map-hint {
  margin: 0;
}

.admin-edit-title {
  grid-column: span 2;
}

.admin-edit-actions {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.admin-article-block {
  background: #0c0f22ad;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
  display: flex;
}

.admin-article-header-row {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.admin-article-header-row strong {
  margin-top: 2px;
  display: block;
}

.admin-article-badge {
  border: 1px solid #ffffff24;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  font-size: .75rem;
  font-weight: 700;
  display: inline-flex;
}

.admin-article-badge.linked {
  color: #baf7d1;
  background: #44d38d29;
}

.admin-article-badge.empty {
  color: #d6e4ff;
  background: #ffffff0f;
}

.admin-article-badge.muted {
  color: #ffe09d;
  background: #ffb8001f;
}

.admin-article-summary, .admin-article-empty-state {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  display: flex;
}

.admin-article-copy, .admin-article-summary-actions {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.admin-article-copy {
  color: #dbe7ff;
  flex: 280px;
  min-width: 0;
  font-size: .86rem;
}

.admin-article-copy strong {
  font-size: .96rem;
}

.admin-article-summary-actions {
  flex: none;
  align-items: flex-end;
}

.admin-article-summary-actions .ghost, .admin-article-empty-state .ghost {
  min-width: 156px;
}

.admin-article-picker {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.admin-attachable-articles {
  gap: 10px;
  display: grid;
}

.admin-attachable-article {
  background: #ffffff0a;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 12px;
  padding: 12px;
  display: grid;
}

.admin-attachable-article.current {
  background: #44d38d14;
  border-color: #44d38d59;
}

.admin-attachable-article-thumb {
  background: #ffffff0f;
  border-radius: 12px;
  width: 96px;
  min-height: 80px;
  overflow: hidden;
}

.admin-attachable-article-thumb img, .admin-attachable-article-thumb-fallback {
  width: 100%;
  height: 100%;
}

.admin-attachable-article-thumb img {
  object-fit: cover;
  display: block;
}

.admin-attachable-article-thumb-fallback {
  color: #fff;
  letter-spacing: .08em;
  background: linear-gradient(135deg, #1e2d55, #33508f);
  justify-content: center;
  align-items: center;
  font-weight: 800;
  display: flex;
}

.admin-attachable-article-copy {
  color: #dbe7ff;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  font-size: .85rem;
  display: flex;
}

.admin-attachable-article-copy strong {
  font-size: .94rem;
  line-height: 1.35;
}

.admin-attachable-article-actions {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8px;
  display: flex;
}

.admin-actions {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.admin-form {
  background: #040612e6;
  border: 1px solid #ffffff1f;
  border-radius: 22px;
  flex-direction: column;
  gap: 14px;
  max-width: 420px;
  margin: 70px auto;
  padding: 24px;
  display: flex;
}

.admin-reviewers {
  background: #070918d9;
  border: 1px solid #ffffff1f;
  border-radius: 20px;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
  display: flex;
}

.admin-reviewers-header h2 {
  margin: 2px 0 4px;
}

.admin-reviewer-create {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: end;
  gap: 10px;
  display: grid;
}

.admin-reviewer-create button {
  min-height: 42px;
}

.admin-reviewer-list {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
  display: grid;
}

.admin-reviewer-card {
  background: #0c0f22eb;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  display: flex;
}

.admin-reviewer-meta {
  color: #cbdaff;
  flex-direction: column;
  gap: 4px;
  font-size: .85rem;
  display: flex;
}

.admin-reviewer-actions {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.admin-reviewer-reset {
  align-items: end;
  gap: 8px;
  display: flex;
}

.admin-reviewer-reset .field {
  flex: 1;
}

.admin-pagination-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}

.admin-pagination-summary {
  margin: 0;
}

.admin-pagination {
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.admin-pagination.bottom {
  justify-content: center;
}

.admin-page-link {
  color: #dce7ff;
  text-align: center;
  background: none;
  border: 1px solid #fff3;
  border-radius: 10px;
  min-width: 34px;
  padding: 6px 10px;
  font-size: .85rem;
  text-decoration: none;
}

.admin-page-link:hover {
  border-color: #72f5a0a6;
}

.admin-page-link.active {
  color: #b8ffcf;
  background: #72f5a02e;
  border-color: #72f5a0d9;
}

.admin-page-link.disabled {
  opacity: .45;
  pointer-events: none;
}

.admin-synthetic {
  background: #070918d9;
  border: 1px solid #ffffff1f;
  border-radius: 20px;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
  display: flex;
}

.admin-synthetic-header-row {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.admin-synthetic-header-row h2 {
  margin: 2px 0 4px;
}

.admin-synthetic-enabled-form {
  margin-top: 4px;
}

.admin-synthetic-enabled-toggle {
  color: #e9f0ff;
  letter-spacing: .03em;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  gap: 12px;
  font-size: 1.02rem;
  font-weight: 600;
  display: inline-flex;
}

.admin-synthetic-enabled-toggle input {
  width: 22px;
  height: 22px;
}

.admin-synthetic-settings-shell {
  background: #090c1bd1;
  border: 1px solid #ffffff1f;
  border-radius: 14px;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
  display: flex;
}

.admin-synthetic-settings-shell h3 {
  color: #e6ecff;
  letter-spacing: .03em;
  margin: 0;
  font-size: .96rem;
}

.admin-synthetic-settings {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.admin-synthetic-settings .field {
  gap: 6px;
}

.admin-synthetic-setting-row {
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  align-items: end;
  gap: 12px;
  display: grid;
}

.admin-synthetic-setting-side {
  grid-template-columns: 1fr;
  gap: 12px;
  display: grid;
}

.admin-synthetic-setting-side-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.admin-synthetic-settings input, .admin-synthetic-settings select {
  min-height: 42px;
}

.admin-synthetic-settings select {
  appearance: none;
  color: #ecf2ff;
  background-color: #080a1cf5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23d9e4ff' d='M4.2 6.1 8 9.9l3.8-3.8 1.2 1.2L8 12.3 3 7.3z'/%3E%3C/svg%3E");
  background-position: calc(100% - 12px);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  padding-left: 14px;
  padding-right: 38px;
}

.admin-synthetic-settings input:disabled, .admin-synthetic-settings select:disabled {
  opacity: .55;
  cursor: not-allowed;
  border-color: #ffffff1f;
}

.admin-synthetic-hints {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.admin-synthetic-settings-actions, .admin-synthetic-actions {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.admin-synthetic-summary {
  color: #c8d6fb;
  flex-wrap: wrap;
  gap: 10px;
  font-size: .84rem;
  display: flex;
}

.admin-synthetic-summary span {
  background: #0c0f22eb;
  border: 1px solid #ffffff1f;
  border-radius: 999px;
  padding: 5px 10px;
}

.admin-synthetic-entry {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.admin-window-separator {
  color: #a8bbdf;
  align-items: center;
  gap: 10px;
  margin: 2px 0;
  display: flex;
}

.admin-window-separator-line {
  background: linear-gradient(90deg, #91b7f814, #91b7f8cc, #91b7f814);
  border-radius: 999px;
  flex: 1;
  height: 1px;
}

.admin-window-separator-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: min(640px, 100vw - 160px);
  display: flex;
}

.admin-window-separator-content strong {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #d9e5ff;
  font-size: .73rem;
}

.admin-window-separator-content span {
  color: #b5c8ea;
  font-size: .74rem;
}

.admin-synthetic-list {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.admin-pagination-row-bottom {
  margin-top: 8px;
}

.admin-synthetic-row {
  background: #0c0f22eb;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  grid-template-columns: minmax(172px, auto) 172px 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  display: grid;
}

.admin-synthetic-time {
  color: #95aacb;
  white-space: nowrap;
  font-size: .79rem;
}

.admin-synthetic-state {
  text-align: center;
  letter-spacing: .04em;
  border: 1px solid #0000;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: .72rem;
  font-weight: 700;
}

.admin-synthetic-state.state-pending {
  color: #dce7ff;
  background: #dce7ff1a;
  border-color: #dce7ff66;
}

.admin-synthetic-state.state-executed {
  color: #a7ffca;
  background: #72f5a024;
  border-color: #72f5a080;
}

.admin-synthetic-state.state-missed {
  color: #ffd57a;
  background: #ffd57a24;
  border-color: #ffd57a80;
}

.admin-synthetic-state.state-skipped {
  color: #ffb3d5;
  background: #ffb3d524;
  border-color: #ffb3d580;
}

.admin-synthetic-state.state-canceled {
  color: #ffb0b0;
  background: #ffb0b026;
  border-color: #ffb0b080;
}

.admin-synthetic-pin-link {
  color: #dce7ff;
  font-size: .84rem;
  text-decoration: none;
}

.admin-synthetic-pin-link:hover {
  color: #a6ffc6;
}

@media (max-width: 768px) {
  .admin-shell {
    padding: 20px 16px 80px;
  }

  .admin-grid, .admin-reviewer-create, .admin-reviewer-list {
    grid-template-columns: 1fr;
  }

  .admin-reviewer-reset {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-synthetic {
    padding: 14px;
  }

  .admin-synthetic-header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-synthetic-enabled-form {
    width: 100%;
  }

  .admin-synthetic-enabled-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .admin-synthetic-setting-row, .admin-synthetic-setting-side-grid {
    grid-template-columns: 1fr;
  }

  .admin-synthetic-settings-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-pagination-row, .admin-pagination-row-bottom {
    justify-content: center;
  }

  .admin-pagination-row {
    flex-direction: column;
    align-items: center;
  }

  .admin-window-separator-content {
    width: 100%;
    min-width: 0;
  }

  .admin-synthetic-row {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

.cookie-consent {
  z-index: 1200;
  justify-content: center;
  display: flex;
  position: fixed;
  inset: auto 16px 16px;
}

.cookie-consent-panel {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #080a16f5;
  border: 1px solid #ffffff24;
  border-radius: 16px;
  width: min(740px, 100%);
  padding: 14px 16px;
  box-shadow: 0 16px 40px #00000073;
}

.cookie-consent-panel h2 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.cookie-consent-panel p {
  color: #d6e0ff;
  margin: 0;
  font-size: .92rem;
  line-height: 1.45;
}

.cookie-consent-links {
  align-items: center;
  gap: 8px;
  display: flex;
  margin-top: 8px !important;
}

.cookie-consent-links a {
  color: #9bc8ff;
  text-decoration: underline;
}

.cookie-consent-actions {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  display: flex;
}

.turnstile-submit-wrap {
  background: #090c1c9e;
  border: 1px solid #ffffff24;
  border-radius: 12px;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
  padding: 10px;
  display: flex;
}

.turnstile-widget {
  min-height: 65px;
}

.turnstile-submit-hidden, .turnstile-vote-hidden {
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  position: fixed;
  top: -9999px;
  left: -9999px;
  overflow: hidden;
}

.modal-card .search-results, .modal-card .search-results * {
  color: #0f172a;
}

.modal-card .search-results button, .modal-card .search-results [role="option"], .modal-card .search-results .search-result {
  background: #fffffff5;
  border: 1px solid #0f172a14;
  box-shadow: 0 8px 20px #0f172a0f;
}

.modal-card .search-results button:hover, .modal-card .search-results button:focus-visible, .modal-card .search-results [role="option"]:hover, .modal-card .search-results [role="option"]:focus-visible, .modal-card .search-results .search-result:hover {
  background: #eff6fffa;
  border-color: #3b82f638;
}

.modal-card .search-results button[aria-selected="true"], .modal-card .search-results [role="option"][aria-selected="true"], .modal-card .search-results .search-result[aria-selected="true"], .modal-card .search-results .search-result.selected, .modal-card .search-results .search-result.is-active {
  background: linear-gradient(#dbeafefa, #bfdbfefa);
  border-color: #3b82f652;
  box-shadow: 0 10px 24px #3b82f624;
}

.modal-card .search-results .search-result-title, .modal-card .search-results strong, .modal-card .search-results b {
  font-weight: 700;
  color: #0b1220 !important;
}

.modal-card .search-results .search-result-meta, .modal-card .search-results .post-meta, .modal-card .search-results small, .modal-card .search-results .muted {
  opacity: 1;
  font-weight: 600;
  color: #0f172ac2 !important;
}

html[data-theme="dark"] .modal-card .search-results, html[data-theme="dark"] .modal-card .search-results * {
  color: #e5eefc;
}

html[data-theme="dark"] .modal-card .search-results button, html[data-theme="dark"] .modal-card .search-results [role="option"], html[data-theme="dark"] .modal-card .search-results .search-result {
  background: #111827f5;
  border-color: #94a3b82e;
  box-shadow: 0 10px 28px #02061757;
}

html[data-theme="dark"] .modal-card .search-results button[aria-selected="true"], html[data-theme="dark"] .modal-card .search-results [role="option"][aria-selected="true"], html[data-theme="dark"] .modal-card .search-results .search-result[aria-selected="true"], html[data-theme="dark"] .modal-card .search-results .search-result.selected, html[data-theme="dark"] .modal-card .search-results .search-result.is-active {
  background: linear-gradient(#1e3a8aeb, #1e293bf5);
  border-color: #60a5fa57;
}

html[data-theme="dark"] .modal-card .search-results .search-result-title, html[data-theme="dark"] .modal-card .search-results strong, html[data-theme="dark"] .modal-card .search-results b {
  color: #f8fbff !important;
}

html[data-theme="dark"] .modal-card .search-results .search-result-meta, html[data-theme="dark"] .modal-card .search-results .post-meta, html[data-theme="dark"] .modal-card .search-results small, html[data-theme="dark"] .modal-card .search-results .muted {
  color: #e2e8f0d1 !important;
}

.turnstile-vote-hidden {
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  position: fixed;
  top: -9999px;
  left: -9999px;
  overflow: hidden;
}

.youtube-embed-viewer {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.caption-hint-banner {
  color: #fff4c5;
  background: #ffc04329;
  border: 1px solid #ffc04373;
  border-radius: 10px;
  margin: 0;
  padding: 8px 10px;
  font-size: .82rem;
  line-height: 1.35;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #18365b;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #f7fbff;
  }

  body {
    color: #18365b;
    background: radial-gradient(circle at 14% -10%, #7eb5ff6b 0%, #0000 40%), radial-gradient(circle at 88% 0, #bde0ffb8 0%, #0000 34%), linear-gradient(#fff 0%, #eef6ff 56%, #e3efff 100%);
  }

  .page-shell, .legal-page {
    color: #18365b;
  }

  .hero .eyebrow, .overline {
    color: #5e8fcb;
  }

  .hero .lede, .hero .support, .legal-lede, .empty, .post-meta, .disclaimer, .submission-disclaimer, .motivation-card li, .site-footer, .map-loader {
    color: #4b6e99;
  }

  .hero-title-link:focus-visible, .post-thumb-button:focus-visible {
    outline-color: #7fb4ff;
  }

  .filter-chip, .cta-row, .motivation, .list-panel, .legal-section, .disclaimer, .map-panel, .modal-card, .place-search-result, .post-card {
    border-color: #6e9ddc2e !important;
  }

  .filter-chip {
    color: #18365b;
    background: #ffffffe0;
    box-shadow: 0 8px 24px #547cb814;
  }

  .filter-chip small {
    color: #6c8ebb;
  }

  .filter-chip.active {
    background: linear-gradient(#fff, #e8f3ff);
    border-color: #7fb4ff;
  }

  .map-panel {
    background: #ffffffe6;
    box-shadow: 0 25px 70px #6a94cc2e;
  }

  .list-panel, .cta-row, .motivation, .legal-section, .modal-card {
    background: linear-gradient(#fffffff5, #f0f7fff5);
    box-shadow: 0 18px 44px #6a94cc1f;
  }

  .disclaimer {
    background: #f0f7ffe0;
  }

  .post-card {
    background: linear-gradient(#fffffffa, #eff6fffa);
    box-shadow: 0 16px 36px #6a94cc1f;
  }

  .post-card:hover {
    border-color: #6e9ddc47;
  }

  .post-thumb {
    background: #e0eeffcc;
  }

  .site-footer {
    border-top: 1px solid #6e9ddc2e;
  }

  .site-footer a, .legal-section a {
    color: #2e6fbc;
  }

  .ghost, .like-button, .primary {
    color: #18365b;
  }

  .ghost {
    background: #ffffffb8;
    border-color: #6e9ddc38;
  }

  .like-button {
    background: #e0eeffeb;
  }

  .primary {
    color: #18365b;
    background: linear-gradient(135deg, #bfe0ff, #7fb4ff);
    box-shadow: 0 12px 28px #7fb4ff47;
  }

  .floating-add {
    color: #18365b;
    background: linear-gradient(135deg, #fff, #bfe0ff);
    box-shadow: 0 15px 35px #7fb4ff47;
  }

  .field input, .field select, .inline-search-field input {
    color: #18365b;
    background: #f8fbff;
    border-color: #6e9ddc38;
  }

  .field input::placeholder, .inline-search-field input::placeholder {
    color: #7e96b6;
  }

  .success-banner {
    text-shadow: none;
    background: linear-gradient(#f4fff8fc, #e2f7eafc);
    border: 2px solid #1f6f43b8;
    box-shadow: 0 12px 24px #3f855c2e, inset 0 1px #ffffffeb;
    color: #0a2f1d !important;
  }

  .warning-banner {
    color: #8b5f13;
    background: #ffe6bbc7;
    border: 1px solid #d9961e57;
  }

  .pending-banner, .map-density-banner {
    color: #35598a;
    background: #eff6ffeb;
    border: 1px solid #6e9ddc38;
  }

  .error-banner {
    color: #9a3d3d;
    background: #ffe4e4db;
    border: 1px solid #e0848452;
  }

  .place-search-result {
    color: #18365b;
    background: #f8fbfff2;
  }

  .place-search-result.active {
    background: #e1effffa;
  }
}

html[data-theme="dark"] {
  --app-bg: radial-gradient(circle at 18% -10%, #3a4b7e47 0%, transparent 36%), radial-gradient(circle at 85% 0%, #1c28566b 0%, transparent 34%), linear-gradient(180deg, #040308 0%, #070b16 58%, #0a1020 100%);
  --app-text: #f5f7fb;
  --soft-text: #cbdaff;
  --muted-text: #95a3d9;
  --panel-bg: linear-gradient(180deg, #070918f5, #0b0f21f5);
  --panel-header-bg: #070918f5;
  --panel-border: #ffffff1a;
  --panel-shadow: 0 18px 44px #00000059;
  --map-panel-bg: #070918e6;
  --map-panel-shadow: 0 25px 70px #00000059;
  --chip-bg: #070918e0;
  --chip-active-bg: linear-gradient(180deg, #0c1024f5, #141e3af5);
  --chip-small: #95a3d9;
  --control-bg: #10142ad9;
  --control-border: #ffffff1f;
  --link-color: #7fb4ff;
  --thumb-bg: #ffffff0d;
  --code-bg: #ffffff14;
  --overlay-bg: #03050ddb;
  --primary-bg: linear-gradient(135deg, #bfe0ff, #7fb4ff);
  --primary-color: #18365b;
  --ghost-bg: #ffffff0a;
  --ghost-color: #f5f7fb;
  --like-bg: #ffffff0f;
  --theme-toggle-bg: #ffffff14;
  --theme-toggle-border: #ffffff1f;
  --theme-toggle-color: #f5f7fb;
}

html[data-theme="light"] {
  --app-bg: radial-gradient(circle at 14% -10%, #7eb5ff6b 0%, transparent 40%), radial-gradient(circle at 88% 0%, #bde0ffb8 0%, transparent 34%), linear-gradient(180deg, #fff 0%, #eef6ff 56%, #e3efff 100%);
  --app-text: #18365b;
  --soft-text: #4b6e99;
  --muted-text: #5e8fcb;
  --panel-bg: linear-gradient(180deg, #fffffff5, #f0f7fff5);
  --panel-header-bg: #f8fbfffa;
  --panel-border: #6e9ddc2e;
  --panel-shadow: 0 18px 44px #6a94cc1f;
  --map-panel-bg: #ffffffe6;
  --map-panel-shadow: 0 25px 70px #6a94cc2e;
  --chip-bg: #ffffffe0;
  --chip-active-bg: linear-gradient(180deg, #fff, #e8f3ff);
  --chip-small: #6c8ebb;
  --control-bg: #f8fbff;
  --control-border: #6e9ddc38;
  --link-color: #2e6fbc;
  --thumb-bg: #e0eeffcc;
  --code-bg: #e8f2fff2;
  --overlay-bg: #e4edfabd;
  --primary-bg: linear-gradient(135deg, #bfe0ff, #7fb4ff);
  --primary-color: #18365b;
  --ghost-bg: #ffffffb8;
  --ghost-color: #18365b;
  --like-bg: #e0eeffeb;
  --theme-toggle-bg: #ffffffe0;
  --theme-toggle-border: #6e9ddc3d;
  --theme-toggle-color: #18365b;
}

body {
  background: var(--app-bg);
  color: var(--app-text);
}

.page-shell, .legal-page, .hero-title-link, .modal-header, .modal-header button, .site-footer, .admin-meta, .admin-reviewer-meta, .admin-pagination-summary, .admin-synthetic-summary, .admin-synthetic-time, .admin-synthetic-entry, .admin-synthetic-hints, .admin-location-block, .admin-location-block .post-meta, .admin-location-map, .form-message, .share-body, .share-body code {
  color: var(--app-text);
}

.hero .eyebrow, .overline, .post-meta, .disclaimer, .submission-disclaimer, .motivation-card li, .map-loader, .empty, .cta-copy, .hero .support, .hero .lede, .legal-lede, .admin-meta .post-meta, .admin-reviewer-meta .post-meta {
  color: var(--soft-text);
}

.filter-chip, .cta-row, .motivation, .list-panel, .legal-section, .disclaimer, .map-panel, .modal-card, .place-search-result, .post-card, .admin-card, .admin-form, .admin-reviewers, .admin-reviewer-card, .admin-synthetic, .admin-page-link, .admin-location-map {
  border-color: var(--panel-border) !important;
}

.filter-chip {
  background: var(--chip-bg);
  color: var(--app-text);
  box-shadow: 0 8px 24px #547cb814;
}

.filter-chip small {
  color: var(--chip-small);
}

.filter-chip.active {
  background: var(--chip-active-bg);
}

.map-panel {
  background: var(--map-panel-bg);
  box-shadow: var(--map-panel-shadow);
}

.list-panel, .cta-row, .motivation, .legal-section, .modal-card, .admin-card, .admin-form, .admin-reviewers, .admin-reviewer-card, .admin-synthetic {
  background: var(--panel-bg);
  box-shadow: var(--panel-shadow);
}

.modal-header {
  background: var(--panel-header-bg);
}

.share-media, .post-thumb, .admin-location-map {
  background: var(--thumb-bg);
}

.share-body code {
  background: var(--code-bg);
}

.modal-overlay {
  background: var(--overlay-bg);
}

.site-footer {
  border-top: 1px solid var(--panel-border);
}

.site-footer a, .legal-section a, .admin-page-link, .admin-synthetic-pin-link {
  color: var(--link-color);
}

.primary, .floating-add {
  background: var(--primary-bg);
  color: var(--primary-color);
}

.ghost, .like-button, .date-picker-trigger, .search-place-button {
  color: var(--ghost-color);
}

.ghost, .date-picker-trigger, .search-place-button {
  background: var(--ghost-bg);
  border-color: var(--control-border);
}

.like-button {
  background: var(--like-bg);
}

.field input, .field select, .inline-search-field input, .share-body code, .admin-synthetic-settings input, .admin-synthetic-settings select {
  background: var(--control-bg);
  color: var(--app-text);
  border-color: var(--control-border);
}

.field input::placeholder, .inline-search-field input::placeholder, .admin-synthetic-settings input::placeholder {
  color: var(--soft-text);
}

.theme-toggle {
  z-index: 2500;
  border: 1px solid var(--theme-toggle-border);
  background: var(--theme-toggle-bg);
  width: 44px;
  height: 44px;
  color: var(--theme-toggle-color);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: fixed;
  top: 14px;
  right: 14px;
  box-shadow: 0 14px 32px #0000002e;
}

.theme-toggle:hover {
  transform: translateY(-1px);
}

.theme-toggle:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #7fb4ff;
}

body:has(.modal-overlay) .theme-toggle {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

html[data-theme="light"] .legal-page, html[data-theme="light"] .legal-section, html[data-theme="light"] .legal-section p, html[data-theme="light"] .legal-section li, html[data-theme="light"] .legal-back, html[data-theme="light"] .site-footer, html[data-theme="light"] .site-footer p, html[data-theme="light"] .site-footer nav {
  color: #294b72 !important;
}

html[data-theme="light"] .legal-lede {
  color: #426b99 !important;
}

html[data-theme="light"] .legal-section h2 {
  color: #1f5ea8 !important;
}

html[data-theme="light"] .legal-section a, html[data-theme="light"] .legal-back a, html[data-theme="light"] .site-footer a {
  text-decoration-color: #145aa852;
  color: #145aa8 !important;
}

html[data-theme="dark"] .legal-page, html[data-theme="dark"] .legal-section, html[data-theme="dark"] .legal-section p, html[data-theme="dark"] .legal-section li, html[data-theme="dark"] .legal-back, html[data-theme="dark"] .site-footer, html[data-theme="dark"] .site-footer p, html[data-theme="dark"] .site-footer nav {
  color: #d7e4ff !important;
}

html[data-theme="dark"] .legal-lede {
  color: #c9d8ff !important;
}

html[data-theme="dark"] .legal-section h2 {
  color: #9cc8ff !important;
}

html[data-theme="dark"] .legal-section a, html[data-theme="dark"] .legal-back a, html[data-theme="dark"] .site-footer a {
  color: #97ffd2 !important;
}

html[data-theme="light"] {
  --card-title: #15395f;
  --card-meta: #456b98;
  --card-button-text: #15395f;
  --card-button-bg: #fffffffa;
  --card-button-border: #729cd657;
  --card-like-bg: #e2effffa;
  --card-chip-text: #255383;
  --card-chip-bg: #e6f1fff5;
  --card-chip-border: #729cd64d;
}

html[data-theme="dark"] {
  --card-title: #eef4ff;
  --card-meta: #bdd0f4;
  --card-button-text: #eef4ff;
  --card-button-bg: #141c38f5;
  --card-button-border: #97b5ed42;
  --card-like-bg: #212c53f5;
  --card-chip-text: #d6e4ff;
  --card-chip-bg: #1e284af5;
  --card-chip-border: #97b5ed3d;
}

.post-title {
  color: var(--card-title) !important;
}

.post-meta {
  color: var(--card-meta) !important;
}

.post-card .ghost, .post-card .search-place-button, .post-card .date-picker-trigger {
  color: var(--card-button-text) !important;
  background: var(--card-button-bg) !important;
  border-color: var(--card-button-border) !important;
}

.post-card .like-button {
  color: var(--card-button-text) !important;
  background: var(--card-like-bg) !important;
  border-color: var(--card-button-border) !important;
}

.post-card .like-button.liked {
  color: #0a0b14 !important;
}

.platform-chip {
  color: var(--card-chip-text) !important;
  background: var(--card-chip-bg) !important;
  border-color: var(--card-chip-border) !important;
}

.thumb-fallback {
  color: var(--card-title) !important;
}

html[data-theme="light"] .post-card {
  background: linear-gradient(#fffffffa, #eff6fffa) !important;
  border-color: #6e9ddc2e !important;
  box-shadow: 0 16px 36px #6a94cc1f !important;
}

html[data-theme="light"] .post-card:hover {
  border-color: #6e9ddc47 !important;
}

html[data-theme="light"] .post-thumb {
  background: #e0eeffcc !important;
}

html[data-theme="dark"] .post-card {
  background: linear-gradient(#080c18fa, #0f162cfa) !important;
  border-color: #97b5ed2e !important;
  box-shadow: 0 18px 40px #0000006b !important;
}

html[data-theme="dark"] .post-card:hover {
  border-color: #97b5ed57 !important;
}

html[data-theme="dark"] .post-card .like-button {
  color: #eef4ff !important;
  background: #4e68ad57 !important;
  border-color: #97b5ed57 !important;
}

html[data-theme="dark"] .post-card .ghost, html[data-theme="dark"] .post-card .search-place-button, html[data-theme="light"] .place-search-result {
  color: #18365b !important;
  background: #f8fbfffa !important;
  border-color: #6e9ddc3d !important;
}

html[data-theme="light"] .place-search-result:hover {
  background: #e5effffa !important;
  border-color: #5a88ff6b !important;
}

html[data-theme="light"] .place-search-result.active {
  background: #dcecff !important;
  border-color: #4f8ce480 !important;
}

html[data-theme="light"] .place-search-result span {
  color: #18365b !important;
}

html[data-theme="light"] .place-search-result strong {
  color: #4d6fa2 !important;
}

html[data-theme="dark"] .place-search-result {
  color: #edf2ff !important;
  background: #ffffff0d !important;
  border-color: #ffffff2e !important;
}

html[data-theme="dark"] .place-search-result:hover {
  background: #5a88ff29 !important;
  border-color: #5a88ffbf !important;
}

html[data-theme="dark"] .place-search-result.active {
  background: #72f5a02e !important;
  border-color: #72f5a0cc !important;
}

html[data-theme="dark"] .place-search-result span {
  color: #d9e6ff !important;
}

html[data-theme="dark"] .place-search-result strong {
  color: #a9bcff !important;
}

html[data-theme="dark"] .platform-chip {
  color: #eef4ff !important;
  background: #26325cf2 !important;
  border-color: #97b5ed3d !important;
}

.submission-guidance-card {
  box-sizing: border-box;
  border-radius: 22px;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 16px 0 40px;
  padding: 16px 18px;
  display: flex;
}

.submission-guidance-card .submission-disclaimer {
  text-align: left;
  margin: 0;
  line-height: 1.65;
}

.submission-guidance-card .submission-disclaimer + .submission-disclaimer {
  border-top: 1px solid #7fb4ff29;
  margin-top: 12px;
  padding-top: 12px;
}

html[data-theme="light"] .submission-guidance-card {
  box-shadow: 0 16px 36px #6a94cc1f;
  background: linear-gradient(#fffffffa, #f0f7fff5) !important;
  border: 1px solid #6e9ddc33 !important;
}

html[data-theme="light"] .submission-guidance-card .submission-disclaimer {
  color: #426b99 !important;
}

html[data-theme="dark"] .submission-guidance-card {
  box-shadow: 0 18px 40px #00000061;
  background: linear-gradient(#080c18fa, #0f162cfa) !important;
  border: 1px solid #97b5ed2e !important;
}

html[data-theme="dark"] .submission-guidance-card .submission-disclaimer {
  color: #dbe7ff !important;
}

html[data-theme="dark"] .submission-guidance-card .submission-disclaimer + .submission-disclaimer {
  border-top-color: #97b5ed2e;
}

.home-shell {
  gap: clamp(22px, 3vw, 36px);
  max-width: 1280px;
}

.home-hero-stage, .home-map-stage, .home-content-stage, .home-secondary-surface {
  isolation: isolate;
  position: relative;
}

.home-hero-stage {
  border: 1px solid var(--panel-border);
  background: radial-gradient(circle at 12% 0%, #8fe8ff2e 0%, transparent 36%), radial-gradient(circle at 88% 8%, #5a68ff29 0%, transparent 38%), var(--panel-bg);
  box-shadow: var(--panel-shadow);
  border-radius: 34px;
  padding: clamp(24px, 4vw, 40px);
  overflow: hidden;
}

.home-hero-stage:after {
  content: "";
  filter: blur(28px);
  pointer-events: none;
  background: radial-gradient(circle, #3fd1ff2e 0%, #0000 72%);
  height: 120px;
  position: absolute;
  bottom: -54px;
  left: 16%;
  right: 16%;
}

.home-hero-stage .support {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(1rem, 1.28vw, 1.12rem);
  line-height: 1.75;
}

.home-map-stage {
  border-radius: 36px;
  overflow: hidden;
}

.home-map-stage:before, .home-content-stage:before, .home-secondary-surface:before {
  content: "";
  border-radius: inherit;
  -webkit-mask-composite: xor;
  pointer-events: none;
  background: linear-gradient(135deg, #8fe8ff33, #7fb4ff14, #2dd4bf29);
  padding: 1px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.home-content-stage {
  border-radius: 34px;
  padding: clamp(24px, 3vw, 34px);
}

.home-content-stage .content-panel-header {
  margin-bottom: 24px;
}

.home-content-stage .content-tabs {
  border: 1px solid var(--panel-border);
  background: #ffffff0a;
  border-radius: 28px;
  padding: 8px;
  overflow: hidden;
}

.home-content-stage .content-tab {
  border-color: #0000;
  min-height: 42px;
}

.home-content-stage .content-tab.active {
  box-shadow: 0 10px 24px #6391cc2e;
}

.home-secondary-grid {
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .92fr);
  align-items: start;
  gap: 22px;
  display: grid;
}

.home-secondary-main, .home-secondary-rail {
  gap: 22px;
  display: grid;
}

.home-cta-surface {
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.home-cta-surface .primary {
  align-self: flex-start;
}

.home-secondary-surface {
  overflow: hidden;
}

.home-secondary-surface .overline {
  margin-bottom: 8px;
}

.home-secondary-main .motivation-card ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
  padding: 0 0 0 4px;
  list-style: none;
  display: grid;
}

.home-secondary-main .motivation-card li {
  margin: 0;
  padding-left: 20px;
  line-height: 1.55;
  position: relative;
}

.home-secondary-main .motivation-card li:before {
  content: "";
  background: linear-gradient(135deg, #7fb4ff, #2dd4bf);
  border-radius: 999px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: .62em;
  left: 0;
  box-shadow: 0 0 0 4px #7fb4ff1f;
}

.blog-teaser-mini-card {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

html[data-theme="light"] .home-content-stage .content-tabs {
  background: #e8f2ffc7;
}

html[data-theme="light"] .blog-teaser-mini-card {
  background: #ffffffc7;
}

html[data-theme="dark"] .blog-teaser-mini-card {
  background: #0d1428a3;
}

html[data-theme="dark"] .home-content-stage .content-tabs {
  background: #ffffff08;
}

@media (max-width: 960px) {
  .home-secondary-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .home-hero-stage, .home-content-stage {
    border-radius: 28px;
    padding: 20px 18px;
  }

  .home-map-stage {
    border-radius: 28px;
  }

  .home-content-stage .content-tabs {
    border-radius: 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 8px;
    display: grid;
  }

  .home-content-stage .content-tab {
    text-align: center;
    white-space: normal;
    border-radius: 18px;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 12px 14px;
  }

  .home-content-stage .content-tab:last-child {
    grid-column: 1 / -1;
  }

  .home-secondary-main .motivation-card ul, .blog-teaser-grid {
    grid-template-columns: 1fr;
  }
}

.popup-author-name {
  font-weight: 600;
}

html[data-theme="light"] .popup-author, html[data-theme="light"] .post-author {
  color: #426b99 !important;
}

html[data-theme="light"] .post-liked-badge {
  color: #20724a !important;
  background: #29a36224 !important;
  border-color: #29a36247 !important;
}

html[data-theme="light"] .popup-author:hover, html[data-theme="light"] .post-author:hover {
  color: #15395f !important;
}

html[data-theme="light"] .popup-author-name, html[data-theme="light"] .post-author-name {
  color: #426b99 !important;
}

html[data-theme="light"] .popup-author-avatar, html[data-theme="light"] .popup-author-avatar-fallback, html[data-theme="light"] .post-author-avatar, html[data-theme="light"] .post-author-avatar-fallback {
  border-color: #426b993d !important;
}

html[data-theme="light"] .popup-author-avatar-fallback, html[data-theme="light"] .post-author-avatar-fallback {
  color: #15395f !important;
  background: #bfe0ffd1 !important;
}

html[data-theme="dark"] .popup-author, html[data-theme="dark"] .post-author {
  color: #dbe7ff !important;
}

html[data-theme="dark"] .popup-author:hover, html[data-theme="dark"] .post-author:hover {
  color: #fff !important;
}

html[data-theme="dark"] .popup-author-name, html[data-theme="dark"] .post-author-name {
  color: #dbe7ff !important;
}

html[data-theme="light"] .admin-card, html[data-theme="light"] .admin-form, html[data-theme="light"] .admin-reviewers, html[data-theme="light"] .admin-reviewer-card, html[data-theme="light"] .admin-synthetic {
  color: #1f426a !important;
}

html[data-theme="light"] .admin-card h1, html[data-theme="light"] .admin-card h2, html[data-theme="light"] .admin-card h3, html[data-theme="light"] .admin-form h1, html[data-theme="light"] .admin-form h2, html[data-theme="light"] .admin-form h3, html[data-theme="light"] .admin-reviewers h2, html[data-theme="light"] .admin-synthetic h2, html[data-theme="light"] .admin-synthetic h3 {
  color: #123a64 !important;
}

html[data-theme="light"] .admin-card .overline, html[data-theme="light"] .admin-form .overline, html[data-theme="light"] .admin-reviewers .overline, html[data-theme="light"] .admin-synthetic .overline, html[data-theme="light"] .admin-meta, html[data-theme="light"] .admin-reviewer-meta, html[data-theme="light"] .admin-pagination-summary, html[data-theme="light"] .admin-synthetic-summary, html[data-theme="light"] .admin-synthetic-time, html[data-theme="light"] .admin-synthetic-entry, html[data-theme="light"] .admin-synthetic-hints, html[data-theme="light"] .admin-location-block, html[data-theme="light"] .admin-location-block .post-meta, html[data-theme="light"] .admin-card .post-meta, html[data-theme="light"] .admin-form .post-meta, html[data-theme="light"] .admin-reviewers .post-meta, html[data-theme="light"] .admin-synthetic .post-meta, html[data-theme="light"] .admin-synthetic label, html[data-theme="light"] .admin-form label, html[data-theme="light"] .admin-article-copy, html[data-theme="light"] .admin-attachable-article-copy {
  color: #476f9c !important;
}

html[data-theme="light"] .admin-synthetic-settings input, html[data-theme="light"] .admin-synthetic-settings select, html[data-theme="light"] .admin-form input, html[data-theme="light"] .admin-form select, html[data-theme="light"] .admin-form textarea {
  color: #163b63 !important;
  background: #fff !important;
  border-color: #6e9ddc42 !important;
}

html[data-theme="dark"] .admin-card, html[data-theme="dark"] .admin-form, html[data-theme="dark"] .admin-reviewers, html[data-theme="dark"] .admin-reviewer-card, html[data-theme="dark"] .admin-synthetic, html[data-theme="dark"] .admin-article-block, html[data-theme="dark"] .admin-attachable-article, html[data-theme="dark"] .pin-attached-article-card {
  color: #e8f0ff !important;
}

html[data-theme="dark"] .admin-card h1, html[data-theme="dark"] .admin-card h2, html[data-theme="dark"] .admin-card h3, html[data-theme="dark"] .admin-form h1, html[data-theme="dark"] .admin-form h2, html[data-theme="dark"] .admin-form h3, html[data-theme="dark"] .admin-reviewers h2, html[data-theme="dark"] .admin-synthetic h2, html[data-theme="dark"] .admin-synthetic h3 {
  color: #fff !important;
}

html[data-theme="dark"] .admin-card .overline, html[data-theme="dark"] .admin-form .overline, html[data-theme="dark"] .admin-reviewers .overline, html[data-theme="dark"] .admin-synthetic .overline, html[data-theme="dark"] .admin-meta, html[data-theme="dark"] .admin-reviewer-meta, html[data-theme="dark"] .admin-pagination-summary, html[data-theme="dark"] .admin-synthetic-summary, html[data-theme="dark"] .admin-synthetic-time, html[data-theme="dark"] .admin-synthetic-entry, html[data-theme="dark"] .admin-synthetic-hints, html[data-theme="dark"] .admin-location-block, html[data-theme="dark"] .admin-location-block .post-meta, html[data-theme="dark"] .admin-card .post-meta, html[data-theme="dark"] .admin-form .post-meta, html[data-theme="dark"] .admin-reviewers .post-meta, html[data-theme="dark"] .admin-synthetic .post-meta, html[data-theme="dark"] .admin-synthetic label, html[data-theme="dark"] .admin-form label, html[data-theme="dark"] .admin-article-copy, html[data-theme="dark"] .admin-attachable-article-copy {
  color: #cfe0ff !important;
}

.hero .support {
  white-space: pre-line;
}

.filter-chip small {
  display: none !important;
}

.article-section {
  gap: 1rem;
  margin: 1.2rem 0 0;
  display: grid;
}

.article-section-header {
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  display: flex;
}

.article-section-copy {
  color: var(--soft-text);
  max-width: 720px;
  margin: .35rem 0 0;
}

.article-grid, .blog-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  display: grid;
}

.article-card, .blog-card, .article-page-card {
  border: 1px solid var(--panel-border);
  background: var(--panel-bg);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px #00000029;
}

.article-card-image, .blog-card-media, .article-page-cover, .article-modal-image {
  object-fit: cover;
  width: 100%;
  display: block;
}

.article-card-image, .blog-card-media {
  object-position: left center;
  height: 190px;
}

.article-page-cover, .article-modal-image {
  aspect-ratio: 16 / 9;
}

.article-card-body, .blog-card-body, .article-page-body {
  gap: .85rem;
  padding: 1rem;
  display: grid;
}

.article-card-body > *, .blog-card-body > *, .article-page-body > * {
  min-width: 0;
}

.article-card-topline {
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: .6rem;
  display: grid;
}

.article-card-location, .blog-card-meta, .article-card-meta, .article-page-meta, .article-page-excerpt, .article-modal-excerpt {
  color: var(--soft-text);
}

.article-card-location {
  min-width: 0;
}

.article-card-title, .blog-card h2, .article-page-body h1 {
  margin: 0;
}

.article-card-title a, .blog-card h2 a, .blog-card-content-link {
  color: inherit;
  text-decoration: none;
}

.article-card-title a:hover, .blog-card h2 a:hover, .blog-card-content-link:hover .blog-card-title-text, .blog-backlink a:hover {
  text-decoration: underline;
}

.article-card-excerpt, .blog-card-body p, .article-rich-text p {
  margin: 0;
  line-height: 1.65;
}

.article-card-meta {
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  font-size: .92rem;
  display: flex;
}

.article-card-actions, .blog-card-actions, .article-page-actions, .article-modal-actions, .article-tag-row {
  flex-wrap: wrap;
  gap: .65rem;
  display: flex;
}

.article-chip {
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
  flex: none;
  width: auto;
  min-width: max-content;
  max-width: 100%;
  padding-inline: 12px;
}

.article-section-link {
  white-space: nowrap;
}

.article-marker-wrapper {
  background: none !important;
  border: 0 !important;
}

.pin-icon.platform-article {
  background: linear-gradient(135deg, #f59e0b, #f97316);
}

.pin-icon.article-pin {
  font-size: .72rem;
}

.pin-icon.article-pin .pin-letter {
  letter-spacing: .04em;
  font-size: .72rem;
}

.article-marker-highlight .pin-icon.article-pin {
  animation: 1.45s ease-in-out infinite pin-highlight-pulse;
  box-shadow: 0 0 0 4px #7dd3fc4d, 0 0 0 9px #7dd3fc29, 0 16px 28px #0f172a80;
}

.article-post-card .post-meta-row {
  margin-bottom: 8px;
}

.article-post-thumb {
  background: var(--thumb-bg);
}

.article-list-badge {
  background: linear-gradient(135deg, #f59e0b, #f97316);
  width: auto;
  min-width: 46px;
  margin-bottom: 0;
  padding: 0 10px;
}

.article-list-excerpt {
  color: var(--card-title);
  opacity: .78;
  margin: 0 0 10px;
  line-height: 1.55;
}

.article-post-card .post-actions {
  margin-top: 2px;
}

.article-post-card .post-thumb-button, .article-post-card .post-thumb {
  max-width: 160px;
}

.article-post-card .post-thumb {
  height: 160px;
}

.article-post-card .post-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.article-post-card .ghost {
  white-space: nowrap;
}

.article-post-card .post-title {
  margin-bottom: 8px;
}

.article-post-card .post-meta {
  text-transform: none;
}

.article-post-card .post-info {
  min-width: 0;
}

.article-post-card .post-title, .article-post-card .article-list-excerpt {
  overflow-wrap: anywhere;
}

.article-post-card .post-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.article-post-card .article-list-excerpt {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

@media (max-width: 768px) {
  .article-post-card .post-thumb {
    height: auto;
  }
}

.article-modal-card {
  width: min(720px, 100vw - 24px);
}

.article-modal-body {
  gap: 1rem;
  display: grid;
}

.blog-shell, .article-shell {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.blog-hero {
  gap: .6rem;
  margin-bottom: 1rem;
  display: grid;
}

.blog-hero-copy {
  max-width: 760px;
}

.blog-card-media-link, .article-card-image-link, .blog-card-media-button, .article-card-image-button, .blog-card-content-link {
  display: block;
}

.blog-card-media-button, .article-card-image-button, .blog-card-title-button, .article-card-title-button {
  width: 100%;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}

.blog-card-content-link {
  gap: .85rem;
  display: grid;
}

.blog-card-title-button:hover, .article-card-title-button:hover {
  text-decoration: underline;
}

.article-page-excerpt {
  font-size: 1.02rem;
  line-height: 1.7;
}

.article-page-body h1, .article-page-excerpt, .article-rich-text, .article-rich-text h2, .article-rich-text p, .article-rich-text li, .article-rich-text a {
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}

.article-rich-text {
  gap: 1rem;
  display: grid;
}

.article-rich-text h2 {
  margin: .5rem 0 0;
  font-size: 1.15rem;
}

.blog-backlinks {
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: .35rem 0 1rem;
  display: flex;
}

.blog-backlink {
  margin: .35rem 0 1rem;
}

.blog-backlinks a, .blog-backlink a {
  color: var(--link-color);
  letter-spacing: -.01em;
  background: #ffffff0f;
  border: 1px solid #ffffff2e;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s, box-shadow .18s, border-color .18s, background .18s;
  display: inline-flex;
  box-shadow: 0 10px 24px #0e1e301f;
}

.blog-backlinks a:hover, .blog-backlink a:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px #0e1e3029;
}

@media (max-width: 720px) {
  .article-section-header {
    flex-direction: column;
    align-items: stretch;
  }

  .article-card-image, .blog-card-media {
    height: 172px;
  }

  .blog-teaser-header {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-teaser-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-teaser-link {
    align-self: flex-start;
  }
}

.content-panel-header {
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 18px;
  display: flex;
}

.content-panel-copy {
  color: var(--soft-text);
  max-width: 720px;
  margin: 6px 0 0;
}

.content-tabs {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  display: flex;
}

.content-tab {
  color: inherit;
  cursor: pointer;
  background: #ffffff0d;
  border: 1px solid #ffffff2e;
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 700;
  transition: border .2s, transform .2s, background .2s;
}

.content-tab.active {
  background: #72f5a01f;
  border-color: #72f5a0;
  transform: translateY(-1px);
}

.content-panel-actions {
  justify-content: flex-end;
  margin-top: 14px;
  display: flex;
}

.article-section-compact {
  margin-top: 0;
}

.hotel-empty {
  padding: 28px 0 10px;
}

@media (max-width: 720px) {
  .content-panel-header {
    flex-direction: column;
    align-items: stretch;
  }

  .content-tabs {
    justify-content: flex-start;
  }
}

html[data-theme="light"] body {
  background: radial-gradient(circle at 8% 2%, #28bfc2f5 0%, #28bfc2c7 14%, #0000 35%), radial-gradient(circle at 50% 0, #54d2b5c7 0%, #54d2b575 18%, #0000 42%), radial-gradient(circle at 93% 3%, #f28466eb 0%, #f2846694 16%, #0000 38%), linear-gradient(#ebf6ff 0%, #edf5ff 46%, #eef4ff 100%);
  position: relative;
}

html[data-theme="light"] body:before {
  content: "";
  clip-path: polygon(0 22%, 100% 0, 86% 100%, 0 100%);
  filter: blur(2px);
  pointer-events: none;
  z-index: -2;
  background: linear-gradient(#ffffffe6, #f1f8ffb8);
  width: 68vw;
  height: 420px;
  position: fixed;
  inset: 280px auto auto -8vw;
}

html[data-theme="light"] body:after {
  content: "";
  filter: blur(16px);
  pointer-events: none;
  z-index: -2;
  background: radial-gradient(circle, #f7a88e38 0%, #0000 66%);
  border-radius: 50%;
  width: 260px;
  height: 260px;
  position: fixed;
  inset: 118px 58px auto auto;
}

.home-shell {
  gap: 24px;
  max-width: 1284px;
  padding-top: 34px;
  padding-bottom: 44px;
  position: relative;
}

html[data-theme="light"] .home-hero-stage {
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
  backdrop-filter: blur(16px) saturate(1.08);
  background: linear-gradient(135deg, #53d7e457, #ffffffc7 46%, #f4ad8d75), #ffffffb3;
  border: 1px solid #ffffff85;
  border-radius: 30px;
  padding: 22px 34px 24px;
  box-shadow: 0 20px 55px #6290c229, inset 0 1px #ffffff85;
}

html[data-theme="light"] .home-hero-stage:after {
  filter: blur(22px);
  background: radial-gradient(circle, #46cbc133 0%, #0000 72%);
  height: 82px;
  bottom: -34px;
  left: 22%;
  right: 22%;
}

.home-hero-stage .hero-title {
  margin: 0;
}

html[data-theme="light"] .home-hero-stage .support, html[data-theme="dark"] .home-hero-stage .support {
  text-wrap: balance;
  max-width: 920px;
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.42;
}

html[data-theme="light"] .home-hero-stage .support {
  color: #173756;
}

html[data-theme="dark"] .home-hero-stage {
  border-radius: 30px;
  padding: 22px 34px 24px;
}

html[data-theme="dark"] .home-hero-stage:after {
  height: 82px;
  bottom: -34px;
  left: 22%;
  right: 22%;
}

html[data-theme="light"] .brand-logo-wordmark, html[data-theme="dark"] .brand-logo-wordmark {
  letter-spacing: -.07em;
  font-family: Inter, Space Grotesk, system-ui, sans-serif;
  font-size: clamp(3.2rem, 5.5vw, 4.1rem);
  font-weight: 900;
  line-height: .92;
}

html[data-theme="light"] .brand-logo-word-urlaubs {
  background: linear-gradient(135deg, #ee8d73 0%, #f4a57e 48%, #ffd08d 100%);
  -webkit-text-fill-color: transparent;
  color: #0000;
  text-shadow: none;
  -webkit-background-clip: text;
  background-clip: text;
}

html[data-theme="light"] .brand-logo-word-map {
  background: linear-gradient(135deg, #7eeacc 0%, #41d9c9 48%, #3dbd92 100%);
  -webkit-text-fill-color: transparent;
  color: #0000;
  text-shadow: none;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: .06em;
  padding-right: .16em;
}

html[data-theme="light"] .brand-logo-suffix {
  color: #38597a;
}

.theme-toggle {
  color: #102740;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fffffff5;
  border: 1px solid #a0b5cc47;
  border-radius: 999px;
  width: 42px;
  height: 42px;
  top: 22px;
  right: 22px;
  box-shadow: 0 10px 22px #45668d2e;
}

html[data-theme="light"] .home-map-stage {
  background: linear-gradient(#ffffffd6, #f4faffeb);
  border: 1px solid #ffffffad;
  border-radius: 20px;
  padding: 2px;
  overflow: hidden;
  box-shadow: 0 16px 36px #537dae1a;
}

html[data-theme="light"] .home-map-stage:before {
  background: linear-gradient(135deg, #ffffffb8, #86beff1f, #67e2c929);
}

html[data-theme="dark"] .home-map-stage {
  background: linear-gradient(#080c18f5, #0f162cf5);
  border: 1px solid #97b5ed29;
  border-radius: 20px;
  padding: 2px;
  overflow: hidden;
  box-shadow: 0 16px 36px #00000047;
}

html[data-theme="dark"] .home-map-stage:before {
  background: linear-gradient(135deg, #97b5ed42, #67e2c91f, #5a68ff1f);
}

.home-map-stage .map-shell {
  background: linear-gradient(#dcf0fb, #ecf8ff);
  border: 1px solid #83b4da57;
  border-radius: 18px;
  height: clamp(584px, 60vw, 688px);
  overflow: hidden;
}

.home-map-stage .leaflet-container {
  border-radius: 18px;
}

html[data-theme="dark"] .home-map-stage .map-shell {
  background: linear-gradient(#0d1730, #101f3d);
  border-color: #97b5ed2e;
}

html[data-theme="light"] .map-style-toggle {
  background: #ffffffe0;
  border-color: #e9917061;
}

html[data-theme="light"] .map-style-chip {
  color: #3b5979;
}

.floating-add {
  color: #fff;
  background: linear-gradient(#15314e, #09192e);
  border: 5px solid #ffffffe0;
  width: 54px;
  height: 54px;
  top: 18px;
  right: 18px;
  box-shadow: 0 14px 30px #1d406b47;
}

html[data-theme="light"] .list-panel.home-content-stage {
  background: linear-gradient(#ffffffe6, #f6fafff5);
  border: 1px solid #c1d7efa8;
  border-radius: 28px;
  padding: 20px 20px 22px;
  box-shadow: 0 24px 54px #6691c21c;
}

html[data-theme="light"] .home-content-stage:before {
  background: linear-gradient(135deg, #ffffffa8, #74c6ff1f, #66e7ca1f);
}

.home-content-stage .content-panel-header {
  align-items: flex-start;
  gap: 14px;
}

html[data-theme="light"] .home-content-stage h2, html[data-theme="light"] .home-secondary-surface h3, html[data-theme="light"] .blog-card h2, html[data-theme="light"] .article-page-body h1 {
  color: #0f2336;
}

html[data-theme="light"] .home-content-stage .content-panel-copy, html[data-theme="light"] .blog-teaser-copy, html[data-theme="light"] .article-card-excerpt, html[data-theme="light"] .blog-card-body p, html[data-theme="light"] .article-page-excerpt, html[data-theme="light"] .article-modal-excerpt, html[data-theme="light"] .submission-guidance-card .submission-disclaimer, html[data-theme="light"] .content-panel-copy {
  color: #4b6988;
}

.home-content-stage .content-tabs {
  flex-wrap: nowrap;
  gap: 6px;
}

html[data-theme="light"] .home-content-stage .content-tabs {
  background: linear-gradient(135deg, #ee8d73, #f4a57e);
  border: 1px solid #e9917070;
  border-radius: 999px;
  padding: 6px;
  box-shadow: inset 0 1px #ffffff47;
}

html[data-theme="light"] .home-content-stage .content-tab {
  color: #ffffffeb;
  letter-spacing: -.01em;
  background: none;
  border: none;
  min-height: 42px;
  padding: 10px 16px;
  font-size: .84rem;
  font-weight: 700;
}

html[data-theme="light"] .home-content-stage .content-tab.active {
  color: #0c2a3e;
  background: linear-gradient(#7eeacc, #41d9c9);
  transform: none;
  box-shadow: 0 10px 20px #37bdad42;
}

.top-list {
  flex-flow: wrap;
  align-items: stretch;
  gap: 12px;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.top-list .post-card {
  background: linear-gradient(#fffffffa, #f8fbfffa);
  border: 1px solid #caddf3c7;
  border-radius: 18px;
  flex: calc(25% - 9px);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  gap: 0;
  min-width: 0;
  max-width: calc(25% - 9px);
  height: 100%;
  padding: 0;
  display: grid;
  overflow: hidden;
  box-shadow: 0 10px 24px #608ab91c;
}

.top-list .post-card:hover {
  border-color: #8dbdebd1;
  transform: translateY(-1px);
}

.top-list .post-thumb-button {
  max-width: none;
}

.top-list .post-thumb {
  aspect-ratio: 16 / 9.2;
  background: linear-gradient(#d2edfa, #e9f8ff);
  border-radius: 0;
  max-width: none;
  min-height: 104px;
}

.top-list .post-thumb.thumb-aspect-1-1, .top-list .post-thumb.thumb-aspect-9-16, .top-list .post-thumb.thumb-aspect-16-9 {
  aspect-ratio: 16 / 9.2;
}

.top-list .post-info {
  flex-direction: column;
  gap: 6px;
  min-height: 0;
  padding: 10px 10px 11px;
  display: flex;
}

html[data-theme="light"] .top-list .post-title, html[data-theme="light"] .top-list .article-list-excerpt, html[data-theme="light"] .top-list .post-author, html[data-theme="light"] .top-list .post-author-name {
  color: #10253c;
}

html[data-theme="light"] .top-list .post-title {
  margin-bottom: 0;
  font-size: .88rem;
  line-height: 1.24;
}

html[data-theme="light"] .top-list .article-list-excerpt {
  display: none;
}

html[data-theme="light"] .top-list .post-meta, html[data-theme="light"] .top-list .article-list-badge {
  color: #6e87a4;
  letter-spacing: .05em;
  font-size: .69rem;
}

.top-list .post-author {
  display: none;
}

.top-list .post-meta-row {
  gap: 6px;
  margin-bottom: 0;
}

.top-list .article-post-card .post-thumb {
  aspect-ratio: 16 / 9.2;
  height: auto;
  min-height: 104px;
}

.top-list .post-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.48em;
  display: -webkit-box;
  overflow: hidden;
}

.top-list .article-list-excerpt, .top-list .post-liked-badge {
  display: none;
}

.top-list .post-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 5px;
  margin-top: auto;
  display: grid;
}

.top-list .post-actions > * {
  align-self: stretch;
}

.top-list .post-actions .ghost, .top-list .post-actions .like-button {
  text-align: center;
  white-space: nowrap;
  border-radius: 999px;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 32px;
  padding: 6px 9px;
  font-size: .69rem;
  line-height: 1.1;
}

.top-list .post-actions .ghost {
  color: #fff;
  background: #102844;
  border-color: #102844;
  box-shadow: 0 5px 12px #10284424;
}

.top-list .post-actions .like-button {
  color: #113251;
  box-shadow: none;
  background: #f6f9fd;
  border: 1px solid #b4c9e3d6;
}

.top-list .post-actions .like-button.liked {
  color: #0f2438;
  background: linear-gradient(135deg, #ffef99, #ffd56b);
  border-color: #0000;
}

.home-secondary-grid {
  grid-template-columns: minmax(0, 1.3fr) minmax(342px, .84fr);
  gap: 16px;
}

.home-secondary-main, .home-secondary-rail {
  gap: 16px;
}

html[data-theme="light"] .home-secondary-surface {
  background: linear-gradient(#fffffff5, #f5f9fffa);
  border: 1px solid #c6dbf2c7;
  border-radius: 26px;
  padding: 18px 20px;
  box-shadow: 0 16px 38px #6c94c31a;
}

html[data-theme="light"] .home-secondary-surface:before {
  background: linear-gradient(135deg, #ffffffb3, #88cfff1f, #76e9cd1a);
}

html[data-theme="light"] .motivation {
  background: none;
  border: none;
  padding: 0;
}

html[data-theme="light"] .motivation-card h3, html[data-theme="light"] .motivation-card li, html[data-theme="light"] .blog-teaser-mini-title {
  color: #132c43;
}

html[data-theme="light"] .home-secondary-main .motivation-card li:before {
  background: linear-gradient(135deg, #68d8c6, #f3bb55);
  box-shadow: 0 0 0 4px #68d8c629;
}

html[data-theme="light"] .home-cta-surface {
  background: linear-gradient(135deg, #f4cc62, #efbb4e 55%, #f2c95d);
  border-color: #e0bb53b8;
}

html[data-theme="light"] .home-cta-surface .overline, html[data-theme="light"] .home-cta-surface .cta-copy {
  color: #27384d;
}

html[data-theme="light"] .home-cta-surface .primary {
  color: #fff;
  background: linear-gradient(#122842, #0b1d30);
  align-self: center;
  min-height: 44px;
  padding-inline: 16px;
  box-shadow: 0 8px 18px #13284233;
}

html[data-theme="light"] .submission-guidance-card {
  background: linear-gradient(#fffffffa, #f3f8fffa);
}

html[data-theme="light"] .blog-teaser-card {
  background: linear-gradient(135deg, #ef8e7a 0%, #f3a97f 42%, #85e6d0 100%);
  border-color: #e7866c85;
  gap: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.blog-teaser-header {
  align-items: flex-start;
  gap: 10px;
}

.blog-teaser-card h3 {
  margin-bottom: 2px;
  font-size: .94rem;
}

.blog-teaser-copy {
  font-size: .86rem;
  line-height: 1.34;
}

.blog-teaser-grid {
  align-items: stretch;
  gap: 8px;
  display: flex;
}

.blog-teaser-mini-card {
  border-radius: 14px;
  flex: 1 1 0;
  gap: 6px;
  padding: 6px;
}

.blog-teaser-mini-thumb {
  aspect-ratio: 16 / 6.6;
  border-radius: 10px;
}

.blog-teaser-mini-title {
  -webkit-line-clamp: 1;
  font-size: .76rem;
  line-height: 1.18;
}

html[data-theme="light"] .blog-teaser-card h3, html[data-theme="light"] .blog-teaser-card .blog-teaser-copy, html[data-theme="light"] .blog-teaser-card .overline {
  color: #13273d;
}

html[data-theme="light"] .blog-teaser-link {
  color: #fff;
  background: linear-gradient(#102844, #091a2f);
  border: 1px solid #081b2f1f;
  border-radius: 999px;
  padding: 10px 18px;
  box-shadow: 0 10px 22px #10284433;
}

html[data-theme="light"] .blog-teaser-mini-card, html[data-theme="light"] .article-card, html[data-theme="light"] .blog-card, html[data-theme="light"] .article-page-card {
  background: linear-gradient(#fffffffa, #f6fafffa);
  border: 1px solid #c8ddf4c7;
  border-radius: 24px;
  box-shadow: 0 16px 36px #6790bf1f;
}

html[data-theme="light"] .article-card-body, html[data-theme="light"] .blog-card-body, html[data-theme="light"] .article-page-body {
  padding: 18px 18px 20px;
}

html[data-theme="light"] .article-card-location, html[data-theme="light"] .blog-card-meta, html[data-theme="light"] .article-card-meta, html[data-theme="light"] .article-page-meta, html[data-theme="light"] .article-page-excerpt, html[data-theme="light"] .article-modal-excerpt {
  color: #5a7594;
}

html[data-theme="light"] .article-card-actions .ghost, html[data-theme="light"] .blog-card-actions .ghost, html[data-theme="light"] .article-page-actions .ghost, html[data-theme="light"] .article-modal-actions .ghost, html[data-theme="light"] .article-section-link, html[data-theme="light"] .blog-backlinks a, html[data-theme="light"] .blog-backlink a {
  color: #113251;
  background: #f1f6fc;
  border: 1px solid #b2cbe5db;
}

html[data-theme="light"] .blog-shell, html[data-theme="light"] .article-shell {
  max-width: 1200px;
  padding-top: 40px;
}

html[data-theme="light"] .blog-hero {
  background: linear-gradient(135deg, #56d3de29, #fffffff0 48%, #f3ad8e3d);
  border: 1px solid #c8ddf4b8;
  border-radius: 28px;
  padding: 22px 24px;
  box-shadow: 0 18px 40px #648ebc1a;
}

html[data-theme="light"] .blog-grid {
  gap: 18px;
}

html[data-theme="light"] .modal-overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #e2edfabd;
}

html[data-theme="light"] .modal-card.article-modal-card {
  background: linear-gradient(#fffffffa, #f6fafffa);
  border: 1px solid #c8ddf4d1;
  border-radius: 28px;
  box-shadow: 0 24px 56px #5078a62e;
}

html[data-theme="light"] .modal-header {
  background: none;
  position: static;
}

html[data-theme="light"] .modal-close-inline {
  color: #0f2944;
  background: #eff6fd;
  border-color: #b0c9e5d6;
}

html[data-theme="light"] .cookie-consent {
  justify-content: flex-end;
  padding-left: 22px;
  inset: auto 22px 22px auto;
}

html[data-theme="light"] .cookie-consent-panel {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #fffffff5;
  border: 1px solid #c6dbf2d6;
  border-radius: 24px;
  width: min(430px, 100%);
  padding: 18px 18px 16px;
  box-shadow: 0 22px 50px #658ebe2e;
}

html[data-theme="light"] .cookie-consent-panel h2, html[data-theme="light"] .cookie-consent-panel p, html[data-theme="light"] .cookie-consent-links, html[data-theme="light"] .cookie-consent-links a {
  color: #153553;
}

html[data-theme="light"] .cookie-consent-actions .primary {
  color: #fff;
  background: linear-gradient(#132842, #0a1a2d);
}

html[data-theme="light"] .cookie-consent-actions .ghost {
  color: #123250;
  background: #eff5fb;
  border: 1px solid #b4cbe3db;
}

html[data-theme="light"] .legal-section {
  background: linear-gradient(#fffffff7, #f5f9fffa);
  border: 1px solid #c6dbf2d6;
  border-radius: 24px;
  box-shadow: 0 18px 42px #6a93c21a;
}

html[data-theme="light"] .site-footer {
  color: #5b7391;
  border-top: none;
  margin-top: 8px;
  padding: 24px 0 34px;
  position: relative;
}

html[data-theme="light"] .site-footer:before {
  content: "";
  background: linear-gradient(90deg, #dfebf800, #e0effcf2 20% 80%, #dfebf800);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

html[data-theme="light"] .site-footer a {
  color: #173552;
}

@media (max-width: 980px) {
  .home-secondary-grid {
    grid-template-columns: 1fr;
  }

  .home-secondary-main, .home-secondary-rail {
    gap: 18px;
  }

  .top-list .post-card {
    flex: calc(50% - 8px);
    max-width: calc(50% - 8px);
  }

  .blog-teaser-grid {
    flex-wrap: wrap;
  }

  .blog-teaser-mini-card {
    flex: calc(50% - 4px);
  }
}

@media (max-width: 720px) {
  .home-shell {
    gap: 18px;
    padding-top: 22px;
  }

  .home-hero-stage {
    border-radius: 24px;
    padding: 18px 18px 20px;
  }

  html[data-theme="light"] .brand-logo-wordmark, html[data-theme="dark"] .brand-logo-wordmark {
    font-size: clamp(2.4rem, 12vw, 3.15rem);
  }

  .theme-toggle {
    top: 12px;
    right: 12px;
  }

  .home-map-stage {
    border-radius: 16px;
    padding: 2px;
  }

  .home-map-stage .map-shell {
    border-radius: 14px;
    height: min(58vh, 340px);
  }

  .map-style-toggle {
    gap: 4px;
    padding: 5px;
    top: 10px;
    left: 10px;
  }

  .map-style-chip {
    padding: 7px 10px;
    font-size: .74rem;
  }

  .map-density-banner {
    max-width: calc(100% - 168px);
  }

  .floating-add {
    border-width: 4px;
    width: 48px;
    height: 48px;
    top: 12px;
    right: 12px;
  }

  .home-content-stage, .home-secondary-surface, .blog-hero, .article-page-card, .cookie-consent-panel {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-content-stage .content-panel-header {
    align-items: stretch;
  }

  .home-content-stage .content-tabs {
    justify-content: space-between;
    width: 100%;
  }

  .home-content-stage .content-tab {
    flex: 1 1 0;
    justify-content: center;
  }

  .top-list {
    gap: 10px;
  }

  .top-list .post-card {
    flex: 100%;
    max-width: 100%;
  }

  .top-list .post-thumb {
    min-height: 148px;
  }

  .top-list .post-actions {
    grid-template-columns: 1fr;
  }

  .cookie-consent {
    justify-content: center;
    padding-left: 0;
    inset: auto 12px 12px;
  }
}

@media (max-width: 900px) {
  .admin-edit-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .admin-edit-title {
    grid-column: span 1;
  }

  .admin-attachable-article {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .admin-attachable-article-actions {
    flex-flow: wrap;
    grid-column: 1 / -1;
    justify-content: flex-start;
    align-items: center;
  }

  .pin-attached-article-body {
    display: block;
  }
}

@media (max-width: 640px) {
  .admin-article-summary-actions .ghost, .admin-article-empty-state .ghost, .admin-attachable-article-actions .ghost, .admin-attachable-article-actions .primary {
    width: 100%;
  }

  .admin-article-header-row, .admin-article-summary, .admin-article-empty-state, .pin-attached-article-header {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-attachable-article {
    grid-template-columns: 1fr;
  }

  .admin-attachable-article-thumb {
    width: 100%;
    min-height: 168px;
  }
}

/*# sourceMappingURL=app_globals_71f961d1.css.map*/