body {
  background:
    radial-gradient(1200px 600px at 30% 0%, rgba(60, 170, 255, 0.14) 0%, rgba(5, 11, 20, 0) 60%),
    linear-gradient(180deg, rgba(5, 11, 20, 0.88) 0%, rgba(7, 19, 37, 0.92) 100%),
    url("../../assets/images/hero/hero-globe.png");
  background-size: 100% 100%, 100% 100%, 110% auto;
  background-position: center top, center top, center -80px;
  background-repeat: no-repeat, no-repeat, repeat-y;
}

.destination-hero {
  padding: 44px 18px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(900px 520px at 30% 0%, rgba(60, 170, 255, 0.12) 0%, rgba(5, 11, 20, 0) 60%),
    linear-gradient(180deg, rgba(5, 11, 20, 0.38) 0%, rgba(5, 11, 20, 0.82) 70%, rgba(5, 11, 20, 0.98) 100%),
    var(--destination-hero-image, url("../../assets/images/hero/hero-travel2.png"));
  background-size: cover;
  background-position: 40% 45%;
  background-repeat: no-repeat;
  position: relative;
}

.destination-hero > * {
  position: relative;
  z-index: 1;
}

.destination-hero-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  max-width: 360px;
  justify-self: end;
  align-self: start;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.destination-hero-logo img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
}

.hero-why {
  margin-top: 8px;
  max-width: 560px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 8px;
}

.hero-badge {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 14, 24, 0.75);
  color: rgba(234, 242, 255, 0.85);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 6px 12px;
}

.dest-interest-form {
  margin-top: 14px;
  display: grid;
  gap: 10px;
  max-width: 520px;
}

.dest-interest-form[hidden] {
  display: none;
}

.dest-interest-grid {
  display: grid;
  gap: 10px 12px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.dest-interest-field {
  display: grid;
  gap: 6px;
}

.dest-interest-field label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: rgba(234, 242, 255, 0.7);
}

.dest-interest-field input {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 12, 20, 0.55);
  color: rgba(234, 242, 255, 0.95);
  padding: 8px 10px;
  font-size: 13px;
}

.dest-interest-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

/* Preserve pasted line breaks from admin-edited destination copy. */
#destSubtitle,
#destHeroWhy,
#destNarrative,
#destSummary,
#experienceText,
#seasonalityText,
#logisticsText,
#isoDesc,
#dayToDayText,
#resortDesc,
#resortDetailsText,
#logisticsDetailsText,
#destVibeText,
#destMediaStatus {
  white-space: pre-line;
}

.destination-error .error-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 18, 30, 0.85);
  padding: 20px;
  display: grid;
  gap: 10px;
}

.destination-error h2 {
  margin: 0;
}

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

.facts-grid {
  margin-top: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.facts-grid dt {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(234, 242, 255, 0.65);
  margin-bottom: 6px;
}

.facts-grid dd {
  margin: 0 0 8px;
  font-weight: 600;
}

.facts-note {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}

.vibe-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.vibe-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 14, 24, 0.6);
  padding: 16px;
}

.vibe-card h2,
.vibe-card h3 {
  margin-top: 0;
}

.destination-moments ul {
  margin-top: 12px;
}

.destination-media .media-panel-card {
  border-radius: 18px;
  border: 0;
  background: transparent;
  padding: 0 0 8px;
  box-shadow: none;
  display: grid;
  gap: 12px;
}

.destination-media .media-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.destination-media-grid {
  margin-top: 12px;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  padding: 10px 8px 18px;
  align-items: stretch;
  background: transparent;
  border: 0;
  box-shadow: none;
  --media-card-height: 600px;
  --media-stack-gap: 16px;
  --compact-thumb-height: 150px;
}

.destination-media-grid .media-card {
  padding: 0;
  flex: 0 0 calc((100% - 32px) / 3);
  scroll-snap-align: start;
  height: 100%;
  min-height: var(--media-card-height);
}

.destination-media-grid .media-stack {
  flex: 0 0 calc((100% - 32px) / 3);
  display: flex;
  flex-direction: column;
  gap: var(--media-stack-gap);
  scroll-snap-align: start;
  height: 100%;
  min-height: var(--media-card-height);
}

.destination-media-grid .media-card.is-compact {
  display: grid;
  grid-template-rows: var(--compact-thumb-height) 1fr;
}

.destination-media-grid .media-body {
  margin-top: 10px;
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 150px;
}

.destination-media-grid .media-card {
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
  box-shadow: 0 16px 38px rgba(0,0,0,0.45);
  overflow: hidden;
  position: relative;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
  display: flex;
  flex-direction: column;
  padding: 12px;
  height: 100%;
  min-height: var(--media-card-height);
}

.destination-media-grid .media-card:hover{
  transform: translateY(-2px);
  border-color: rgba(85,185,255,0.35);
  background: linear-gradient(180deg, rgba(85,185,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
  z-index: 1;
}

.destination-media-grid .media-thumb{
  position: relative;
  display: block;
  height: var(--media-height, auto) !important;
  aspect-ratio: var(--media-ratio, 16 / 9);
  background: rgba(0,0,0,0.20);
  flex: 0 0 auto;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.destination-media-grid .media-thumb:not([data-aspect]){
  min-height: 220px;
}

.destination-media-grid .media-card.is-compact .media-thumb:not([data-aspect]){
  min-height: var(--compact-thumb-height);
}

.destination-media-grid .media-thumb-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #000;
  border-radius: inherit;
}

.destination-media-grid .media-thumb-embed,
.destination-media-grid .media-thumb-video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
  border-radius: inherit;
}

.destination-media-grid .media-card:not(.is-compact) .media-thumb-img{
  object-fit: cover;
}

.destination-media-grid .media-thumb.is-horizontal .media-thumb-img{
  object-fit: cover;
}

.destination-media-grid .media-thumb.is-youtube .media-thumb-img{
  transform: scale(1.08);
  transform-origin: center;
}

.destination-media-grid .media-thumb-faux{
  height: 100%;
  min-height: 220px;
  display: grid;
  place-items: center;
  color: rgba(234,242,255,0.65);
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  background:
    radial-gradient(900px 520px at 30% 0%, rgba(60,170,255,0.12) 0%, rgba(5,11,20,0) 60%),
    linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(0,0,0,0.18) 100%);
}

.destination-media-grid .media-badge{
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.4px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: rgba(234,242,255,0.85);
}

.destination-media-grid .media-badge-row{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.destination-media-grid .media-body h3{
  margin: 0;
  font-size: clamp(14px, calc(260px / 20), 18px);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.destination-media-grid .media-body p{
  margin: 0;
  color: var(--muted);
  font-size: clamp(12px, calc(260px / 24), 14.5px);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.destination-media-grid .media-card.is-compact .media-body{
  padding: 12px 14px 14px;
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 6px;
}

.destination-media-grid .media-card.is-compact .media-body p{
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.destination-media-grid .media-card.is-compact .media-thumb{
  max-height: var(--compact-thumb-height);
}

.destination-media-grid .media-card.is-compact .media-thumb-img{
  object-fit: cover;
}

.destination-media-grid .media-card.is-compact .media-body h3{
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  min-height: 0;
}

.destination-media-grid .media-card.is-compact .media-body p{
  min-height: 0;
}

.destination-media-grid .media-body p.media-desc-empty{
  display: none;
}

.destination-media-grid .media-meta{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  color: rgba(234,242,255,0.60);
  font-size: clamp(10px, calc(260px / 28), 12.5px);
  margin-top: auto;
}

.destination-media-grid .media-stack .media-card {
  flex: 1 1 0;
  min-height: calc((var(--media-card-height) - var(--media-stack-gap)) / 2);
}

.destination-media-grid .media-stack .media-card.is-compact {
  height: calc((var(--media-card-height) - var(--media-stack-gap)) / 2);
}

.destination-media-grid .media-card.is-compact .media-thumb{
  height: var(--compact-thumb-height) !important;
  min-height: var(--compact-thumb-height);
}

.destination-media-grid.is-scroll {
  scroll-padding-inline: 6px;
}

.destination-media-grid::-webkit-scrollbar {
  height: 0;
}

.destination-media-grid::-webkit-scrollbar-track {
  background: transparent;
}

.destination-media-grid::-webkit-scrollbar-thumb {
  background: transparent;
}

.media-dots {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.media-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(234, 242, 255, 0.3);
  cursor: pointer;
  padding: 0;
}

.media-dot.is-active {
  background: rgba(85, 185, 255, 0.85);
}

.destination-media {
  position: relative;
  overflow: visible;
  background: transparent;
}

.media-arrow {
  position: absolute;
  top: calc(50% + 20px);
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(8, 14, 24, 0.92);
  color: rgba(234, 242, 255, 0.9);
  font-size: 24px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease, opacity 140ms ease;
}

.media-arrow:hover {
  transform: translateY(-50%) scale(1.05);
  border-color: rgba(85, 185, 255, 0.45);
  background: rgba(10, 18, 30, 0.95);
}

.media-arrow[disabled] {
  opacity: 0.35;
  cursor: default;
}

.media-arrow-prev {
  left: -12px;
}

.media-arrow-next {
  right: -12px;
}

.media-thumb-play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(8,12,18,0.75);
  box-shadow: 0 14px 30px rgba(0,0,0,0.45);
  display: grid;
  place-items: center;
  pointer-events: none;
}

.media-thumb-play::before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid rgba(234,242,255,0.95);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 3px;
}

.media-thumb:hover .media-thumb-play{
  transform: translate(-50%, -50%);
  border-color: rgba(85,185,255,0.55);
  background: rgba(10,18,30,0.85);
}

.media-video-modal{
  position: fixed;
  inset: 0;
  background: rgba(5, 8, 14, 0.8);
  display: grid;
  place-items: center;
  z-index: 200;
  padding: 28px 18px;
}

.media-video-modal[aria-hidden="true"]{
  display: none;
}

.media-video-modal-card{
  width: min(960px, 100%);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(7, 12, 20, 0.96);
  box-shadow: 0 18px 48px rgba(0,0,0,0.6);
  padding: 12px;
  position: relative;
}

.media-video-frame{
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.media-video-frame iframe,
.media-video-frame video{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.media-video-close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(8,12,18,0.85);
  color: rgba(234,242,255,0.9);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.dmz-honey {
  position: absolute;
  left: -9999px;
  height: 1px;
  width: 1px;
  opacity: 0;
}

.iso-placeholder {
  margin-top: 12px;
  height: auto;
  aspect-ratio: 16 / 9;
  min-height: 220px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(900px 520px at 30% 0%, rgba(60, 170, 255, 0.12) 0%, rgba(5, 11, 20, 0) 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0.18) 100%);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.iso-placeholder .iso-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 220ms ease;
}

.iso-placeholder.is-loaded .iso-image {
  opacity: 1;
}

.iso-placeholder .iso-label {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 12px;
  transition: opacity 220ms ease;
}

.iso-placeholder.is-loaded .iso-label {
  opacity: 0;
}

.site-highlight-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.destination-overview-grid {
  margin-top: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.overview-hero-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(1200px 600px at 20% 0%, rgba(60, 170, 255, 0.18) 0%, rgba(5, 11, 20, 0) 60%),
    linear-gradient(180deg, rgba(8, 14, 24, 0.82) 0%, rgba(6, 12, 22, 0.92) 100%);
  padding: 20px;
}

.overview-hero-card h2 {
  margin-top: 0;
}

.overview-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 14, 24, 0.6);
  padding: 16px;
}

.overview-card h2,
.overview-card h3 {
  margin-top: 0;
}

.destination-hero-info .two-col-grid {
  align-items: start;
}

.destination-hero-iso {
  padding-right: 22px;
}

.destination-hero-info .two-col-side {
  padding-left: 22px;
}

.day-to-day-block {
  margin-top: 18px;
}

.trip-logistics {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.destination-flow .content-columns {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
}

.ops-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.ops-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 12, 20, 0.6);
  padding: 16px;
}

.ops-card h2 {
  margin-top: 0;
}

@media (max-width: 900px) {
  .destination-flow .content-columns {
    grid-template-columns: minmax(0, 1fr);
  }
}

.site-highlight-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
  padding: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
}

.site-highlight-card h3 {
  margin: 0 0 6px;
  font-size: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.site-highlight-card p {
  margin: 0;
  color: var(--muted);
}

.dest-highlight-delete {
  display: none;
  margin-top: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 140, 0.45);
  background: rgba(24, 8, 12, 0.75);
  color: rgba(255, 208, 208, 0.95);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 6px 10px;
  cursor: pointer;
}

.media-edit-modal{
  position: fixed;
  inset: 0;
  background: rgba(5, 8, 14, 0.72);
  display: grid;
  place-items: start center;
  z-index: 100;
  padding: 88px 18px 24px;
}

.media-edit-modal-card{
  width: min(520px, 100%);
  max-height: calc(100vh - 96px);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(7, 12, 20, 0.95);
  box-shadow: 0 18px 48px rgba(0,0,0,0.6);
  padding: 18px;
  display: grid;
  gap: 12px;
  overflow-y: auto;
}

.media-edit-modal-card h3{
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.media-edit-modal-hint{
  margin: 0;
  color: rgba(234,242,255,0.6);
  font-size: 12.5px;
}

.media-edit-form{
  display: grid;
  gap: 8px;
}

.media-edit-form label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(234,242,255,0.6);
}

.media-edit-form input,
.media-edit-form select,
.media-edit-form textarea{
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(5,11,20,0.6);
  color: rgba(234,242,255,0.9);
  padding: 8px 10px;
  font-size: 13px;
}

.media-edit-form input:focus,
.media-edit-form select:focus,
.media-edit-form textarea:focus{
  outline: 2px solid rgba(85,185,255,0.6);
  outline-offset: 2px;
}

.media-edit-modal-actions{
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.media-edit-cancel,
.media-edit-save{
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 12, 20, 0.75);
  color: rgba(234, 242, 255, 0.85);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 8px 14px;
  cursor: pointer;
}

.media-edit-save{
  border-color: rgba(85,185,255,0.6);
  background: rgba(12, 22, 36, 0.9);
}

.cta.cta-inline.destination-cta {
  background:
    linear-gradient(180deg, rgba(5, 11, 20, 0.45) 0%, rgba(5, 11, 20, 0.86) 100%),
    var(--destination-hero-image, url("../../assets/images/hero/hero-travel2.png"));
  background-size: cover;
  background-position: center 40%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
}

.destination-cta h2,
.destination-cta p {
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
}

.destination-cta .cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .destination-hero {
    background: none;
  }

  .destination-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(900px 520px at 30% 0%, rgba(60, 170, 255, 0.12) 0%, rgba(5, 11, 20, 0) 60%),
      linear-gradient(180deg, rgba(5, 11, 20, 0.38) 0%, rgba(5, 11, 20, 0.82) 70%, rgba(5, 11, 20, 0.98) 100%),
      var(--destination-hero-image, url("../../assets/images/hero/hero-travel2.png"));
    background-size: cover;
    background-position: center 40%;
    transform: scaleX(-1);
    z-index: 0;
  }

  .destination-hero .page-hero-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .destination-hero-logo {
    max-width: 240px;
    justify-self: center;
    margin: 0 auto;
  }

  .dest-interest-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .destination-hero-iso {
    padding-right: 0;
  }

  .destination-hero-info .two-col-side {
    padding-left: 0;
  }

  .destination-media-grid .media-card {
    flex-basis: 80%;
    scroll-snap-align: center;
  }

  .destination-media-grid .media-stack {
    flex-basis: 80%;
    scroll-snap-align: center;
  }

  .destination-media-grid {
    --media-card-height: 520px;
    scroll-padding-inline: 10%;
  }

  .destination-media-grid .media-card.is-compact .media-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 768px) {
  .iso-placeholder {
    width: 100%;
    max-width: 100%;
    min-height: 180px;
  }

  .iso-placeholder .iso-image {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.dest-page-admin-panel {
  width: min(300px, 90vw);
  position: fixed;
  top: 110px;
  right: 18px;
  z-index: 40;
  transform: translateX(calc(100% + 24px));
  transition: transform 180ms ease, opacity 180ms ease;
  opacity: 0;
  pointer-events: none;
}

body.dest-page-admin-open .dest-page-admin-panel {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.dest-page-admin-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 12, 20, 0.9);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.45);
  padding: 14px;
  display: grid;
  gap: 12px;
  max-height: calc(100vh - 160px);
  overflow: auto;
}

.dest-page-admin-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dest-page-admin-head-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dest-page-admin-title {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: rgba(234, 242, 255, 0.7);
}

.dest-page-admin-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(234, 242, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 4px 10px;
  background: rgba(10, 18, 30, 0.6);
}

.dest-page-admin-status.is-ready {
  border-color: rgba(85, 185, 255, 0.45);
}

.dest-page-admin-status.is-saving {
  border-color: rgba(255, 214, 153, 0.5);
  color: rgba(255, 234, 194, 0.95);
}

.dest-page-admin-status.is-saved {
  border-color: rgba(120, 220, 160, 0.55);
  color: rgba(194, 255, 215, 0.95);
}

.dest-page-admin-status.is-error {
  border-color: rgba(255, 122, 122, 0.6);
  color: rgba(255, 196, 196, 0.95);
}

.dest-page-admin-note {
  margin: 0;
  color: rgba(234, 242, 255, 0.65);
  font-size: 12px;
}

.dest-page-admin-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.dest-page-admin-section {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 11, 20, 0.55);
  padding: 10px;
  display: grid;
  gap: 10px;
}

.dest-page-admin-section h3 {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: rgba(234, 242, 255, 0.7);
}

.dest-page-admin-hint {
  margin: 0;
  color: rgba(234, 242, 255, 0.6);
  font-size: 11.5px;
}

.dest-page-admin-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dest-page-admin-actions button {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 12, 20, 0.65);
  color: rgba(234, 242, 255, 0.75);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 7px 12px;
  cursor: pointer;
  transition: opacity 140ms ease, border-color 140ms ease, background 140ms ease;
}

.dest-page-save {
  border-color: rgba(85, 185, 255, 0.55) !important;
  background: rgba(12, 22, 36, 0.85) !important;
  color: rgba(234, 242, 255, 0.95) !important;
}

.dest-page-cancel {
  color: rgba(234, 242, 255, 0.82) !important;
}

.dest-page-logout {
  border-color: rgba(255, 140, 140, 0.45) !important;
  color: rgba(255, 208, 208, 0.9) !important;
}

.dest-page-add-highlight {
  display: none;
}

.dest-page-admin-actions button:hover {
  opacity: 0.9;
  border-color: rgba(85, 185, 255, 0.4);
  background: rgba(10, 18, 30, 0.75);
}

.dest-page-admin-close {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(7, 12, 20, 0.7);
  color: rgba(234, 242, 255, 0.7);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 6px 10px;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 140ms ease, border-color 140ms ease, background 140ms ease, transform 140ms ease;
}

.dest-page-admin-close:hover {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(10, 18, 30, 0.7);
  transform: translateY(-1px);
}

.dest-page-edit-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

.dest-page-edit-grid label {
  display: grid;
  gap: 6px;
  font-size: 11.5px;
  color: rgba(234, 242, 255, 0.7);
}

.dest-page-edit-grid input {
  padding: 10px 11px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 18, 30, 0.65);
  color: rgba(234, 242, 255, 0.95);
  font-size: 12px;
}

.dest-page-upload-grid {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.dest-page-upload-card {
  display: grid;
  gap: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: rgba(234, 242, 255, 0.65);
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  background: rgba(10, 18, 30, 0.35);
  padding: 10px;
}

.dest-page-upload-button {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 12, 20, 0.65);
  color: rgba(234, 242, 255, 0.75);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 7px 12px;
  cursor: pointer;
  transition: opacity 140ms ease, border-color 140ms ease, background 140ms ease;
}

.dest-page-upload-button:hover {
  opacity: 0.9;
  border-color: rgba(85, 185, 255, 0.4);
  background: rgba(10, 18, 30, 0.75);
}

.dest-page-upload-status {
  min-height: 16px;
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(234, 242, 255, 0.7);
}

.dest-page-add {
  display: none;
  margin-top: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 12, 20, 0.6);
  color: rgba(234, 242, 255, 0.7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 6px 12px;
  cursor: pointer;
}

body.dest-page-editing .dest-page-add {
  display: inline-flex;
}

body.dest-page-editing .dest-page-add-highlight {
  display: inline-flex;
}

body.dest-page-editing .dest-highlight-delete {
  display: inline-flex;
}

body.dest-page-editing [contenteditable="true"] {
  outline: 1px dashed rgba(85, 185, 255, 0.6);
  outline-offset: 2px;
  border-radius: 6px;
  background: rgba(80, 165, 220, 0.08);
  box-shadow: inset 0 0 0 999px rgba(80, 165, 220, 0.03);
}

body.dest-page-editing .content-steps li {
  position: relative;
  padding-right: 28px;
}

.dest-page-delete {
  position: absolute;
  right: 0;
  top: 2px;
  border: 0;
  background: rgba(10, 18, 30, 0.7);
  color: rgba(234, 242, 255, 0.75);
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  transition: opacity 140ms ease, border-color 140ms ease, background 140ms ease, transform 140ms ease;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

body.dest-page-editing .dest-page-delete {
  display: inline-flex;
}

.dest-page-delete:hover {
  opacity: 0.9;
  border-color: rgba(255, 140, 140, 0.45);
  background: rgba(20, 10, 12, 0.75);
  transform: translateY(-1px);
}

.site-footer {
  position: relative;
}

.dest-page-login-button {
  position: absolute;
  right: 18px;
  bottom: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(7, 12, 20, 0.55);
  color: rgba(234, 242, 255, 0.55);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 6px 10px;
  cursor: pointer;
  opacity: 0.35;
  transition: opacity 140ms ease, border-color 140ms ease, background 140ms ease, transform 140ms ease;
}

.dest-page-login-button:hover {
  opacity: 0.7;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(10, 18, 30, 0.7);
  transform: translateY(-1px);
}

body.dest-page-authenticated .dest-page-login-button {
  display: none;
}

.dest-page-admin-fab {
  position: fixed;
  top: 110px;
  right: 18px;
  z-index: 39;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(8, 14, 24, 0.92);
  color: rgba(234, 242, 255, 0.9);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.4px;
  padding: 10px 14px;
  cursor: pointer;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.45);
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease, opacity 140ms ease;
  opacity: 0;
  pointer-events: none;
}

.dest-page-admin-fab:hover {
  transform: translateY(-1px);
  border-color: rgba(85, 185, 255, 0.45);
  background: rgba(10, 18, 30, 0.95);
}

body.dest-page-admin-open .dest-page-admin-fab {
  opacity: 0;
  pointer-events: none;
}

body.dest-page-authenticated .dest-page-admin-fab {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 780px) {
  .dest-page-admin-panel {
    width: min(100%, calc(100% - 24px));
    right: 12px;
  }
}
