:root {
  color-scheme: light;
  --ink: #12212a;
  --muted: #61717a;
  --line: #d7dedb;
  --paper: #fbfaf5;
  --panel: rgba(255, 255, 255, 0.9);
  --panel-solid: #ffffff;
  --lake: #226f71;
  --lake-2: #80aeb2;
  --brick: #934636;
  --moss: #687c43;
  --gold: #b7863b;
  --clay: #d7a078;
  --shadow: 0 24px 70px rgba(18, 33, 42, 0.16);
  --small-shadow: 0 10px 30px rgba(18, 33, 42, 0.09);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 12%, rgba(128, 174, 178, 0.22), transparent 34%),
    radial-gradient(circle at 86% 24%, rgba(183, 134, 59, 0.18), transparent 30%),
    linear-gradient(135deg, #e8f0eb, #f7f5eb 52%, #e0ebe8);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.22)),
    radial-gradient(circle at 50% 0%, transparent 0, rgba(255, 255, 255, 0.12) 52%, rgba(18, 33, 42, 0.08));
}

#app {
  position: relative;
  z-index: 2;
}

#appView {
  position: relative;
  z-index: 2;
}

.cinematic-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
  pointer-events: none;
  background: #03050b;
}

.lightfall-background {
  display: none;
}

.lightfall-background::before,
.lightfall-background::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lightfall-background::before {
  z-index: 1;
  opacity: 0.28;
  background:
    radial-gradient(circle at 50% -8%, rgba(92, 166, 255, 0.9), transparent 28%),
    radial-gradient(circle at 18% 16%, rgba(108, 0, 186, 0.74), transparent 42%),
    radial-gradient(circle at 70% 30%, rgba(36, 68, 255, 0.52), transparent 36%),
    linear-gradient(110deg, rgba(14, 0, 48, 0.62), rgba(4, 5, 67, 0.52) 52%, rgba(0, 0, 0, 0.7));
  mix-blend-mode: multiply;
}

.lightfall-background::after {
  z-index: 3;
  opacity: 0.36;
  background:
    radial-gradient(circle at 52% 0%, rgba(128, 224, 255, 0.55), transparent 18%),
    linear-gradient(90deg, rgba(164, 60, 255, 0.18), transparent 28%, rgba(52, 108, 255, 0.18) 54%, transparent 78%);
  mix-blend-mode: screen;
}

.lightfall-background canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.54;
  filter: saturate(1.18) brightness(1.08);
  mix-blend-mode: screen;
}

.lightfall-css-fallback {
  background:
    radial-gradient(circle at 50% 0%, rgba(120, 222, 255, 0.54), transparent 24%),
    linear-gradient(112deg, rgba(84, 0, 154, 0.52), rgba(8, 16, 126, 0.48), rgba(0, 0, 0, 0.44)),
    repeating-linear-gradient(100deg, transparent 0 38px, rgba(255, 255, 255, 0.24) 39px, transparent 42px);
  background-size: 220% 220%, 100% 100%, 100% 100%;
  animation: lightfallFallback 12s ease-in-out infinite alternate;
  mix-blend-mode: screen;
}

@keyframes lightfallFallback {
  from {
    background-position: 0% 30%, 0 0, 0 0;
  }

  to {
    background-position: 100% 70%, 0 0, 0 0;
  }
}

/* Direct video-first landing refresh. */
.site-shell .cinematic-bg-video {
  opacity: 1;
  filter: brightness(0.88) contrast(1.04) saturate(1.08);
}

.site-shell .cinematic-bg-shade {
  background:
    radial-gradient(circle at 50% 40%, rgba(16, 185, 214, 0.08), transparent 26%),
    linear-gradient(90deg, rgba(2, 4, 12, 0.52), rgba(3, 8, 21, 0.12) 44%, rgba(2, 4, 12, 0.58)),
    linear-gradient(180deg, rgba(3, 5, 11, 0.42), rgba(3, 5, 11, 0.04) 42%, rgba(3, 5, 11, 0.62));
}

.site-shell .cinematic-bg-shade::before {
  opacity: 0.18;
  background:
    linear-gradient(115deg, transparent 0 28%, rgba(35, 217, 240, 0.22) 38%, transparent 50% 100%),
    linear-gradient(250deg, transparent 0 54%, rgba(243, 178, 57, 0.12) 64%, transparent 74% 100%);
}

.site-shell .cinematic-bg-shade::after {
  opacity: 0.12;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 6px),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.18));
}

.site-shell .cinematic-bg-grid {
  opacity: 0.07;
}

.site-shell .studio-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  min-height: 82px;
  padding: 12px clamp(24px, 6vw, 96px);
  transform: none;
  border-width: 0 0 1px;
  border-radius: 0;
  border-color: rgba(96, 116, 145, 0.28);
  background:
    linear-gradient(180deg, rgba(9, 13, 27, 0.98), rgba(8, 12, 25, 0.94)),
    #080c19;
  box-shadow:
    0 18px 60px rgba(0, 0, 0, 0.36),
    0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.site-shell .brand-lockup {
  min-width: 244px;
}

.site-shell .brand-mark {
  width: 50px;
  height: 50px;
  color: #031018;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.9), transparent 26%),
    linear-gradient(135deg, #22d3ee, #7dd3a7 54%, #f4b43f);
}

.site-shell .brand-title {
  color: rgba(248, 252, 255, 0.96);
}

.site-shell .brand-subtitle,
.studio-nav-links {
  color: rgba(221, 231, 244, 0.62);
}

.studio-nav-links {
  gap: 18px;
  font-size: 15px;
}

.studio-nav-links a {
  color: inherit;
}

.studio-nav-links a:hover {
  color: #fff;
  background: transparent;
}

.site-shell .topbar-actions .ghost-button {
  min-height: 44px;
  color: rgba(238, 246, 255, 0.86);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.site-shell .solid-button {
  min-height: 52px;
  padding: 12px 26px;
  border: 0;
  border-radius: 8px;
  color: #031018;
  background: #22c7e8;
  box-shadow:
    0 22px 52px rgba(34, 199, 232, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.site-shell .solid-button:hover {
  background: #31d8f4;
  transform: translateY(-1px);
}

.studio-main {
  overflow: clip;
}

.studio-hero {
  width: 100%;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
  gap: 0;
  padding: 130px 24px 76px;
  text-align: center;
}

.studio-hero-copy {
  display: grid;
  justify-items: center;
  max-width: 1040px;
  margin: 0 auto;
}

.studio-pill {
  min-height: 40px;
  padding: 9px 18px;
  border-color: rgba(34, 199, 232, 0.34);
  background: rgba(12, 22, 38, 0.56);
  color: #2dd4f2;
  letter-spacing: 0;
}

.hero-kicker {
  margin-top: 30px;
  color: rgba(230, 239, 249, 0.72);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
}

.studio-hero h1 {
  display: grid;
  gap: 4px;
  margin: 26px 0 0;
  max-width: 1100px;
  color: #fff;
  font-size: 104px;
  line-height: 0.95;
  letter-spacing: 0;
}

.studio-hero h1 span:first-child {
  background: linear-gradient(90deg, #27d5f2 0%, #7dd3a7 54%, #f4b43f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.studio-hero p {
  max-width: 900px;
  margin: 28px 0 0;
  color: rgba(238, 246, 255, 0.82);
  font-size: 22px;
  line-height: 1.8;
}

.studio-hero-actions {
  justify-content: center;
  margin-top: 34px;
}

.studio-hero-actions .ghost-button {
  min-height: 52px;
  padding: 12px 26px;
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(12, 16, 28, 0.5);
  color: rgba(248, 252, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-bonus-pill {
  margin-top: 26px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: min(680px, 100%);
  padding: 8px 20px;
  border-radius: 999px;
  border: 1px solid rgba(61, 222, 166, 0.32);
  background: rgba(10, 86, 74, 0.26);
  color: rgba(119, 246, 198, 0.94);
  font-size: 15px;
  font-weight: 900;
  box-shadow: inset 0 0 24px rgba(61, 222, 166, 0.08);
}

.studio-hero-showcase,
.studio-preview-window,
.studio-floating-card {
  display: none;
}

.studio-logo-strip {
  margin-top: -36px;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(5, 8, 18, 0.46);
}

.studio-logo-strip span {
  color: rgba(232, 241, 255, 0.72);
  background: rgba(255, 255, 255, 0.04);
}

.studio-feature-card {
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.studio-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 199, 232, 0.28);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(34, 199, 232, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

@media (max-width: 1080px) {
  .site-shell .brand-lockup {
    min-width: 190px;
  }

  .studio-hero h1 {
    font-size: 78px;
  }

  .hero-kicker {
    font-size: 20px;
  }

  .studio-hero p {
    font-size: 20px;
  }
}

@media (max-width: 760px) {
  .site-shell .studio-nav {
    top: 0;
    width: 100%;
    padding: 10px 14px;
    gap: 8px;
  }

  .site-shell .brand-lockup {
    flex: 1 1 150px;
    min-width: 0;
  }

  .site-shell .brand-mark {
    width: 42px;
    height: 42px;
  }

  .studio-nav-links {
    gap: 6px;
    font-size: 13px;
  }

  .studio-nav-links a {
    padding: 8px 6px;
  }

  .site-shell .topbar-actions .ghost-button {
    display: none;
  }

  .site-shell .topbar-actions .solid-button {
    min-height: 40px;
    padding: 9px 13px;
  }

  .studio-hero {
    width: 100%;
    min-height: 100svh;
    padding: 162px 18px 58px;
  }

  .studio-hero h1 {
    font-size: 48px;
    line-height: 1;
  }

  .hero-kicker {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.55;
  }

  .studio-hero p {
    font-size: 16px;
    line-height: 1.75;
  }

  .studio-hero-actions .solid-button,
  .studio-hero-actions .ghost-button {
    width: min(100%, 300px);
  }

  .hero-bonus-pill {
    font-size: 13px;
    line-height: 1.5;
  }

}

/* Final liquid glass pass: keep the glass effect while preserving text contrast. */
.site-shell .studio-feature-card,
.site-shell .studio-map-sidebar,
.site-shell .studio-guide-grid .guide-card,
.site-shell .studio-final-panel,
.site-shell .place-detail,
.site-shell .stat-tile,
.campus-map-empty {
  position: relative;
  overflow: hidden;
  border-color: rgba(219, 242, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055) 38%, rgba(7, 12, 26, 0.56)),
    linear-gradient(315deg, rgba(50, 216, 244, 0.14), transparent 42%),
    rgba(10, 16, 32, 0.68);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(28px) saturate(1.45);
  -webkit-backdrop-filter: blur(28px) saturate(1.45);
}

.site-shell .studio-feature-card.featured {
  border-color: rgba(70, 225, 248, 0.34);
  background:
    linear-gradient(145deg, rgba(42, 216, 244, 0.2), rgba(255, 255, 255, 0.08) 36%, rgba(7, 12, 26, 0.62)),
    linear-gradient(315deg, rgba(244, 180, 63, 0.12), transparent 42%),
    rgba(9, 16, 32, 0.72);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.42),
    0 0 56px rgba(34, 199, 232, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.site-shell .studio-feature-card h3,
.site-shell .studio-map-sidebar h3,
.site-shell .studio-guide-grid .guide-card h3,
.site-shell .studio-final-panel h2,
.site-shell .place-detail h2,
.campus-map-empty h3 {
  color: #fff;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.42),
    0 0 1px rgba(255, 255, 255, 0.42);
}

.site-shell .studio-feature-card p,
.site-shell .studio-map-sidebar .mini-note,
.site-shell .studio-guide-grid .guide-card ul,
.site-shell .studio-final-panel p,
.site-shell .place-detail p,
.campus-map-empty p {
  color: rgba(239, 247, 255, 0.84);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.34);
}

.site-shell .studio-feature-card span,
.site-shell .guide-card h3,
.site-shell .place-detail h2,
.site-shell .stat-value,
.campus-map-empty-kicker {
  color: #38dff7;
  text-shadow: 0 0 18px rgba(34, 199, 232, 0.24);
}

.site-shell .studio-map-canvas .map-toolbar {
  border-color: rgba(219, 242, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06) 36%, rgba(7, 12, 26, 0.74)),
    rgba(8, 13, 28, 0.82);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(34, 199, 232, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
}

.site-shell .studio-logo-strip {
  border-color: rgba(219, 242, 255, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05)),
    rgba(9, 15, 30, 0.58);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(26px) saturate(1.35);
  -webkit-backdrop-filter: blur(26px) saturate(1.35);
}

/* Liquid glass navigation. */
.site-shell .studio-nav {
  top: 14px;
  left: 50%;
  z-index: 9999;
  width: min(1680px, calc(100% - 32px));
  min-height: 78px;
  padding: 10px clamp(18px, 4vw, 54px);
  transform: translateX(-50%);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(231, 248, 255, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.34), transparent 34%),
    radial-gradient(circle at 86% 10%, rgba(66, 223, 250, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.07) 36%, rgba(9, 15, 30, 0.5)),
    rgba(9, 14, 28, 0.56);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 54px rgba(34, 199, 232, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(30px) saturate(1.65);
  -webkit-backdrop-filter: blur(30px) saturate(1.65);
}

.site-shell .studio-nav::before,
.site-shell .studio-nav::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}

.site-shell .studio-nav::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.12) 18%, transparent 38%),
    linear-gradient(252deg, transparent 56%, rgba(101, 232, 255, 0.16) 75%, rgba(255, 255, 255, 0.28));
  opacity: 0.72;
  mix-blend-mode: screen;
}

.site-shell .studio-nav::after {
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow:
    inset 0 0 34px rgba(255, 255, 255, 0.055),
    inset 0 0 76px rgba(34, 199, 232, 0.08);
}

.site-shell .studio-nav > * {
  position: relative;
  z-index: 1;
}

.site-shell .brand-mark {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.86), transparent 24%),
    radial-gradient(circle at 76% 72%, rgba(244, 180, 63, 0.5), transparent 28%),
    linear-gradient(135deg, rgba(92, 231, 255, 0.72), rgba(125, 211, 167, 0.48) 54%, rgba(255, 255, 255, 0.2));
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.26),
    0 0 30px rgba(34, 199, 232, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px) saturate(1.45);
  -webkit-backdrop-filter: blur(16px) saturate(1.45);
}

.site-shell .brand-title {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.42);
}

.site-shell .brand-subtitle,
.site-shell .studio-nav-links {
  color: rgba(242, 248, 255, 0.76);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.34);
}

.site-shell .studio-nav-links a {
  border: 1px solid transparent;
  color: inherit;
}

.site-shell .studio-nav-links a:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.045);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.site-shell .topbar-actions .ghost-button {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(9, 14, 28, 0.22);
  color: rgba(250, 253, 255, 0.92);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
}

.site-shell .topbar-actions .solid-button {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.55), transparent 28%),
    linear-gradient(135deg, rgba(95, 229, 255, 0.96), rgba(34, 199, 232, 0.82) 60%, rgba(125, 211, 167, 0.72));
  color: #031018;
  box-shadow:
    0 18px 42px rgba(34, 199, 232, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -1px 0 rgba(2, 22, 32, 0.12);
}

@media (max-width: 760px) {
  .site-shell .studio-nav {
    top: 10px;
    width: calc(100% - 20px);
    border-radius: 20px;
    padding: 10px 12px;
  }
}

/* Keep these geometry rules last: older theme layers above intentionally remain reusable. */
.site-shell .studio-nav {
  overflow: visible;
}

.campus-scenery-gallery {
  --scenery-row-height: clamp(150px, 21vh, 240px);
}

.campus-scenery-gallery .campus-scenery-viewport {
  display: grid;
  align-content: center;
  gap: 18px;
  width: 100%;
  height: calc(var(--scenery-row-height) * 2 + 76px);
  max-height: min(68vh, 560px);
  padding: 28px 0 30px;
  overflow: hidden;
}

.campus-scenery-gallery .campus-scenery-viewport.is-single-row {
  height: calc(var(--scenery-row-height) + 58px);
}

.campus-scenery-gallery .campus-scenery-row {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(var(--scenery-row-height) + 12px);
  overflow: visible;
}

.campus-scenery-gallery .campus-scenery-track {
  min-width: max-content;
}

.campus-scenery-gallery .campus-scenery-track.is-reverse {
  transform: translate3d(-50%, 0, 0);
  animation-name: campusSceneryLoopReverse;
}

.campus-scenery-gallery .campus-scenery-group {
  align-items: center;
  gap: 14px;
  padding-right: 14px;
}

.campus-scenery-gallery .campus-scenery-card {
  flex: 0 0 auto;
  width: calc(var(--scenery-row-height) * var(--scenery-aspect, 1.5));
  height: var(--scenery-row-height);
  aspect-ratio: var(--scenery-aspect, 1.5);
  contain: layout style;
  transform: translate3d(0, var(--scenery-shift), 0) rotate(calc(var(--scenery-rotation) * 0.42));
  transform-origin: 50% 50%;
}

.campus-scenery-gallery .campus-scenery-card:hover,
.campus-scenery-gallery .campus-scenery-card:focus-within {
  transform: translate3d(0, -18px, 34px) rotate(0deg) scale(1.045);
}

.campus-scenery-gallery .campus-scenery-photo img {
  object-fit: contain;
  background: #07101d;
}

.campus-scenery-gallery.is-editing .campus-scenery-viewport {
  display: grid;
  gap: 34px;
  height: auto;
  max-height: none;
  padding: 40px 0;
  overflow: visible;
}

.campus-scenery-gallery.is-editing .campus-scenery-row {
  height: auto;
}

.campus-scenery-gallery.is-editing .campus-scenery-track,
.campus-scenery-gallery.is-editing .campus-scenery-group {
  width: 100%;
}

.campus-scenery-gallery.is-editing .campus-scenery-track {
  min-width: 0;
}

.campus-scenery-gallery.is-editing .campus-scenery-group {
  gap: 28px 18px;
}

@media (max-width: 760px) {
  .site-shell .studio-nav {
    overflow: visible;
  }

  .campus-scenery-gallery {
    --scenery-row-height: clamp(112px, 18vh, 146px);
  }

  .campus-scenery-gallery .campus-scenery-viewport {
    gap: 12px;
    height: calc(var(--scenery-row-height) * 2 + 54px);
    max-height: min(62vh, 350px);
    padding: 20px 0 22px;
  }

  .campus-scenery-gallery .campus-scenery-viewport.is-single-row {
    height: calc(var(--scenery-row-height) + 44px);
  }

  .campus-scenery-gallery .campus-scenery-row {
    height: calc(var(--scenery-row-height) + 6px);
  }

  .campus-scenery-gallery .campus-scenery-group {
    gap: 10px;
    padding-right: 10px;
  }

  .campus-scenery-gallery .campus-scenery-card {
    width: calc(var(--scenery-row-height) * var(--scenery-aspect, 1.5));
    height: var(--scenery-row-height);
  }

  .campus-scenery-gallery .campus-scenery-card:hover,
  .campus-scenery-gallery .campus-scenery-card:focus-within {
    transform: translate3d(0, -10px, 18px) rotate(0deg) scale(1.025);
  }

  .campus-scenery-gallery.is-editing .campus-scenery-viewport {
    gap: 26px;
    max-height: none;
  }
}

/* Account controls and the mixed-ratio, two-row campus gallery. */
.site-shell .studio-nav {
  overflow: visible;
}

.account-login-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 44px;
  padding: 9px 18px;
  border: 1px solid rgba(227, 248, 255, 0.3);
  border-radius: 12px;
  background:
    radial-gradient(circle at 24% 14%, rgba(255, 255, 255, 0.32), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(45, 216, 241, 0.08)),
    rgba(8, 17, 32, 0.5);
  color: #f7fcff;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 12px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.account-auth-pending {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: 142px;
  min-height: 48px;
  padding: 6px 12px 6px 7px;
  border: 1px solid rgba(224, 247, 255, 0.24);
  border-radius: 15px;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.28), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(48, 211, 234, 0.07)),
    rgba(8, 16, 31, 0.44);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 14px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
}

.account-auth-pending-avatar {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(86, 226, 245, 0.8), rgba(114, 210, 170, 0.68));
}

.account-auth-pending-copy {
  display: grid;
  flex: 1;
  gap: 6px;
}

.account-auth-pending-copy i {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: rgba(232, 247, 253, 0.32);
}

.account-auth-pending-copy i:last-child {
  width: 68%;
  background: rgba(210, 232, 241, 0.2);
}

.account-login-button:hover {
  border-color: rgba(116, 235, 255, 0.76);
  background:
    radial-gradient(circle at 24% 14%, rgba(255, 255, 255, 0.42), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(45, 216, 241, 0.14)),
    rgba(8, 17, 32, 0.62);
  transform: translateY(-1px);
}

.account-login-button:focus-visible,
.user-account-menu summary:focus-visible {
  outline: 3px solid rgba(78, 226, 248, 0.9);
  outline-offset: 3px;
}

.user-account-menu {
  position: relative;
  color: #f8fcff;
}

.user-account-menu summary {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 6px 10px 6px 7px;
  border: 1px solid rgba(224, 247, 255, 0.28);
  border-radius: 15px;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.36), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(48, 211, 234, 0.08)),
    rgba(8, 16, 31, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 14px 34px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  list-style: none;
  backdrop-filter: blur(20px) saturate(1.45);
  -webkit-backdrop-filter: blur(20px) saturate(1.45);
}

.user-account-menu summary::-webkit-details-marker {
  display: none;
}

.user-account-avatar {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: linear-gradient(145deg, #56e2f5, #72d2aa);
  color: #04202a;
  font-size: 14px;
  font-weight: 950;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 8px 20px rgba(48, 211, 234, 0.24);
}

.user-account-identity {
  display: grid;
  gap: 1px;
  min-width: 0;
  line-height: 1.1;
}

.user-account-identity strong {
  max-width: 100px;
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-account-identity small {
  max-width: 104px;
  overflow: hidden;
  color: rgba(224, 239, 247, 0.66);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-account-chevron {
  width: 7px;
  height: 7px;
  margin: 0 2px 4px 3px;
  border-right: 2px solid rgba(240, 249, 255, 0.72);
  border-bottom: 2px solid rgba(240, 249, 255, 0.72);
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.user-account-menu[open] .user-account-chevron {
  margin-bottom: -3px;
  transform: rotate(225deg);
}

.user-account-popover {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 80;
  display: grid;
  gap: 7px;
  width: max-content;
  min-width: 224px;
  padding: 16px;
  border: 1px solid rgba(222, 247, 255, 0.28);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(42, 216, 244, 0.08)),
    rgba(7, 14, 28, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(28px) saturate(1.45);
  -webkit-backdrop-filter: blur(28px) saturate(1.45);
}

.user-account-popover > span {
  color: rgba(222, 237, 246, 0.64);
  font-size: 11px;
}

.user-account-popover > strong {
  font-size: 13px;
}

.user-account-popover button {
  min-height: 38px;
  margin-top: 5px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  color: #f6fbff;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.campus-scenery-gallery {
  --scenery-row-height: clamp(150px, 21vh, 240px);
}

.campus-scenery-viewport {
  display: grid;
  align-content: center;
  gap: 18px;
  width: 100%;
  height: calc(var(--scenery-row-height) * 2 + 76px);
  max-height: min(68vh, 560px);
  padding: 28px 0 30px;
  overflow: hidden;
}

.campus-scenery-viewport.is-single-row {
  height: calc(var(--scenery-row-height) + 58px);
}

.campus-scenery-row {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(var(--scenery-row-height) + 12px);
  overflow: visible;
}

.campus-scenery-track {
  min-width: max-content;
}

.campus-scenery-track.is-reverse {
  transform: translate3d(-50%, 0, 0);
  animation-name: campusSceneryLoopReverse;
}

.campus-scenery-group {
  align-items: center;
  gap: 14px;
  padding-right: 14px;
}

.campus-scenery-card {
  flex: 0 0 auto;
  width: calc(var(--scenery-row-height) * var(--scenery-aspect, 1.5));
  height: var(--scenery-row-height);
  aspect-ratio: var(--scenery-aspect, 1.5);
  contain: layout style;
  transform: translate3d(0, var(--scenery-shift), 0) rotate(calc(var(--scenery-rotation) * 0.42));
  transform-origin: 50% 50%;
}

.campus-scenery-card:hover,
.campus-scenery-card:focus-within {
  transform: translate3d(0, -18px, 34px) rotate(0deg) scale(1.045);
}

.campus-scenery-photo img {
  object-fit: contain;
  background: #07101d;
}

.campus-scenery-gallery.is-editing .campus-scenery-viewport {
  display: grid;
  gap: 34px;
  height: auto;
  max-height: none;
  padding: 40px 0;
}

.campus-scenery-gallery.is-editing .campus-scenery-row {
  height: auto;
}

.campus-scenery-gallery.is-editing .campus-scenery-track,
.campus-scenery-gallery.is-editing .campus-scenery-group {
  width: 100%;
}

.campus-scenery-gallery.is-editing .campus-scenery-group {
  gap: 28px 18px;
}

.community-photo-account {
  display: grid;
  align-content: center;
  min-height: 80px;
  padding: 13px 15px;
  border: 1px solid rgba(208, 242, 250, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.community-photo-account > span,
.community-photo-account > small {
  color: rgba(222, 239, 247, 0.66);
  font-size: 11px;
}

.community-photo-account > strong {
  margin: 3px 0 2px;
  color: #fff;
  font-size: 15px;
}

.visual-editor-logout {
  border-color: rgba(255, 171, 184, 0.36) !important;
  color: #ffdce2 !important;
}

@keyframes campusSceneryLoopReverse {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 760px) {
  .site-shell .studio-nav {
    overflow: visible;
  }

  .account-login-button {
    min-width: 54px;
    min-height: 40px;
    padding: 8px 11px;
    border-radius: 11px;
    font-size: 12px;
  }

  .account-auth-pending {
    width: 42px;
    min-height: 40px;
    padding: 4px 5px;
    border-radius: 12px;
  }

  .account-auth-pending-avatar {
    width: 30px;
    height: 30px;
  }

  .account-auth-pending-copy {
    display: none;
  }

  .user-account-menu summary {
    min-height: 40px;
    padding: 4px 7px 4px 5px;
    border-radius: 12px;
  }

  .user-account-avatar {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .user-account-identity small,
  .user-account-chevron {
    display: none;
  }

  .user-account-identity strong {
    max-width: 64px;
    font-size: 11px;
  }

  .user-account-popover {
    right: -44px;
    min-width: 210px;
  }

  .campus-scenery-gallery {
    --scenery-row-height: clamp(112px, 18vh, 146px);
  }

  .campus-scenery-viewport {
    gap: 12px;
    height: calc(var(--scenery-row-height) * 2 + 54px);
    max-height: min(62vh, 350px);
    padding: 20px 0 22px;
  }

  .campus-scenery-viewport.is-single-row {
    height: calc(var(--scenery-row-height) + 44px);
  }

  .campus-scenery-row {
    height: calc(var(--scenery-row-height) + 6px);
  }

  .campus-scenery-group {
    gap: 10px;
    padding-right: 10px;
  }

  .campus-scenery-card {
    width: calc(var(--scenery-row-height) * var(--scenery-aspect, 1.5));
    height: var(--scenery-row-height);
  }

  .campus-scenery-card:hover,
  .campus-scenery-card:focus-within {
    transform: translate3d(0, -10px, 18px) rotate(0deg) scale(1.025);
  }

  .campus-scenery-gallery.is-editing .campus-scenery-viewport {
    gap: 26px;
    max-height: none;
  }
}

/* Campus scenery: a low-cost continuous photo ribbon with editor controls. */
.site-shell .campus-scenery-section {
  width: 100%;
  padding-top: 84px;
  padding-bottom: 112px;
}

.site-shell .studio-section {
  scroll-margin-top: 112px;
}

.site-shell [data-editor-panel][hidden] {
  display: none !important;
}

.site-shell .editor-copy-panel {
  position: relative;
  min-width: 0;
  max-width: 100%;
}

.site-shell .editor-copy-panel-centered {
  width: 100%;
  text-align: center;
}

.site-shell .studio-section-heading > .editor-copy-panel {
  display: grid;
  justify-items: center;
  width: 100%;
}

.site-shell .studio-hero-copy > .editor-copy-panel {
  width: 100%;
}

.site-shell .studio-map-sidebar > .editor-copy-panel {
  width: 100%;
}

/* Fixed campus mobile-card recommendation. */
.campus-card-promo {
  position: fixed;
  left: 50%;
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 9800;
  width: min(760px, calc(100vw - 32px));
  color: #f7fbff;
  transform: translateX(-50%);
}

.campus-card-promo button {
  font: inherit;
  letter-spacing: 0;
}

.campus-card-promo-teaser {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 15px;
  width: 100%;
  min-height: 72px;
  padding: 10px 16px 10px 10px;
  overflow: hidden;
  border: 1px solid rgba(207, 246, 255, 0.48);
  border-radius: 18px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(115deg, rgba(11, 37, 51, 0.96), rgba(8, 24, 40, 0.97) 58%, rgba(13, 58, 64, 0.96));
  color: #f8fdff;
  box-shadow:
    0 18px 56px rgba(0, 5, 15, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  cursor: pointer;
  text-align: left;
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  animation: campusCardPromoArrive 520ms cubic-bezier(0.2, 0.82, 0.24, 1) both;
}

.campus-card-promo-teaser::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0 46%, rgba(92, 238, 239, 0.1) 55%, transparent 64%);
  content: "";
}

.campus-card-promo-teaser:hover,
.campus-card-promo-teaser:focus-visible {
  border-color: rgba(135, 241, 244, 0.86);
  box-shadow:
    0 22px 64px rgba(0, 5, 15, 0.5),
    0 0 30px rgba(61, 221, 228, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  outline: 0;
  transform: translateY(-2px);
}

.campus-card-signal {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border: 1px solid rgba(211, 255, 249, 0.58);
  border-radius: 14px;
  background: linear-gradient(145deg, #50e0e9, #73d69e);
  color: #06222b;
  box-shadow: 0 9px 28px rgba(56, 218, 217, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.campus-card-signal::before,
.campus-card-signal::after {
  position: absolute;
  border: 1px solid rgba(5, 54, 61, 0.22);
  border-radius: 50%;
  content: "";
}

.campus-card-signal::before {
  width: 34px;
  height: 34px;
}

.campus-card-signal::after {
  width: 46px;
  height: 46px;
}

.campus-card-signal strong {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 950;
}

.campus-card-teaser-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  min-width: 0;
}

.campus-card-teaser-copy small {
  color: #71e8ed;
  font-size: 11px;
  font-weight: 850;
}

.campus-card-teaser-copy strong {
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-weight: 820;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.campus-card-teaser-action {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 15px;
  border: 1px solid rgba(197, 255, 247, 0.38);
  border-radius: 999px;
  background: linear-gradient(135deg, #4fe0ec, #6cd5a2);
  color: #05232c;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.campus-card-teaser-chevron,
.campus-card-promo-close > span {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg) translateY(3px);
}

.campus-card-teaser-chevron {
  position: relative;
  z-index: 1;
  margin: 0 7px 0 2px;
  color: rgba(232, 250, 255, 0.72);
  transition: transform 220ms ease;
}

.campus-card-promo.is-open .campus-card-teaser-chevron {
  transform: rotate(225deg) translate(2px, 2px);
}

.campus-card-promo-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  left: 0;
  max-height: min(700px, calc(100dvh - 226px - env(safe-area-inset-bottom)));
  padding: 24px;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  visibility: hidden;
  border: 1px solid rgba(207, 247, 255, 0.44);
  border-radius: 20px;
  background:
    radial-gradient(circle at 7% 0%, rgba(120, 235, 228, 0.14), transparent 32%),
    radial-gradient(circle at 96% 10%, rgba(73, 171, 231, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(17, 42, 56, 0.98), rgba(7, 19, 33, 0.99));
  box-shadow:
    0 30px 90px rgba(0, 4, 14, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px) scale(0.985);
  transform-origin: center bottom;
  transition: opacity 240ms ease, transform 280ms cubic-bezier(0.2, 0.82, 0.24, 1), visibility 240ms;
  scrollbar-color: rgba(100, 223, 228, 0.55) transparent;
}

.campus-card-promo.is-open .campus-card-promo-panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.campus-card-promo-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.campus-card-promo-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 10px;
  border: 1px solid rgba(113, 235, 235, 0.34);
  border-radius: 999px;
  background: rgba(75, 218, 222, 0.08);
  color: #79ece1;
  font-size: 11px;
  font-weight: 900;
}

.campus-card-promo-header h2 {
  max-width: 620px;
  margin: 13px 0 8px;
  color: #fff;
  font-size: clamp(22px, 2.7vw, 31px);
  line-height: 1.22;
  letter-spacing: 0;
}

.campus-card-promo-header p {
  max-width: 630px;
  margin: 0;
  color: rgba(226, 239, 247, 0.7);
  font-size: 13px;
  line-height: 1.7;
}

.campus-card-trust-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding: 13px 15px;
  border: 1px solid rgba(130, 238, 198, 0.3);
  border-radius: 13px;
  background: linear-gradient(100deg, rgba(82, 219, 184, 0.13), rgba(74, 176, 210, 0.06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.campus-card-trust-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(203, 255, 236, 0.5);
  border-radius: 50%;
  background: linear-gradient(145deg, #62dfcf, #77d79e);
  color: #062a2e;
  font-size: 17px;
  font-weight: 950;
  box-shadow: 0 8px 20px rgba(62, 209, 177, 0.17);
}

.campus-card-trust-note > span:last-child {
  display: grid;
  gap: 3px;
}

.campus-card-trust-note strong {
  color: #f5fffd;
  font-size: 13px;
  line-height: 1.45;
}

.campus-card-trust-note small {
  color: rgba(220, 240, 241, 0.66);
  font-size: 11px;
  line-height: 1.55;
}

.campus-card-promo-close {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(220, 246, 255, 0.26);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(244, 252, 255, 0.82);
  cursor: pointer;
}

.campus-card-promo-close > span {
  transform: rotate(225deg) translate(2px, 2px);
}

.campus-card-promo-close:hover,
.campus-card-promo-close:focus-visible {
  border-color: rgba(133, 237, 240, 0.72);
  background: rgba(89, 221, 224, 0.14);
  outline: 0;
}

.campus-card-plan-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(206, 244, 252, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.campus-card-plan-overview > div {
  display: grid;
  gap: 5px;
  min-height: 66px;
  padding: 11px 15px;
  border-right: 1px solid rgba(206, 244, 252, 0.13);
  background: transparent;
}

.campus-card-plan-overview > div:last-child {
  border-right: 0;
}

.campus-card-plan-overview span {
  color: rgba(218, 233, 241, 0.62);
  font-size: 11px;
  font-weight: 750;
}

.campus-card-plan-overview strong {
  color: #f8fdff;
  font-size: 16px;
  font-weight: 900;
}

.campus-card-benefit-section {
  margin-top: 20px;
}

.campus-card-benefit-heading {
  display: block;
  margin-bottom: 5px;
  color: rgba(224, 240, 247, 0.62);
  font-size: 11px;
  font-weight: 850;
}

.campus-card-benefit-list {
  display: grid;
}

.campus-card-benefit-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 74px;
  padding: 12px 5px;
  border-bottom: 1px solid rgba(209, 244, 251, 0.12);
  transition: background-color 180ms ease, transform 180ms ease;
}

.campus-card-benefit-list article:last-child {
  border-bottom: 0;
}

.campus-card-benefit-list article:hover {
  background: linear-gradient(90deg, rgba(93, 221, 216, 0.07), transparent 78%);
  transform: translateX(4px);
}

.campus-card-benefit-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(218, 255, 250, 0.36);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(72, 225, 229, 0.28), rgba(103, 211, 155, 0.15));
  color: #a4fff2;
  font-size: 12px;
  font-weight: 950;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.campus-card-benefit-list article:nth-child(3n + 2) .campus-card-benefit-icon {
  border-color: rgba(174, 215, 255, 0.38);
  background: linear-gradient(145deg, rgba(85, 185, 238, 0.3), rgba(103, 146, 224, 0.13));
  color: #b9e3ff;
}

.campus-card-benefit-list article:nth-child(3n) .campus-card-benefit-icon {
  border-color: rgba(255, 226, 155, 0.34);
  background: linear-gradient(145deg, rgba(232, 188, 90, 0.28), rgba(179, 216, 108, 0.12));
  color: #ffe4a8;
}

.campus-card-benefit-list h3 {
  margin: 0 0 3px;
  color: #f7fcff;
  font-size: 14px;
  line-height: 1.4;
}

.campus-card-benefit-list p {
  margin: 0;
  color: rgba(218, 233, 241, 0.67);
  font-size: 11px;
  line-height: 1.6;
}

.campus-card-promo-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(219, 247, 253, 0.15);
}

.campus-card-promo-footer p {
  margin: 0;
  color: rgba(212, 229, 238, 0.58);
  font-size: 11px;
  line-height: 1.6;
}

.campus-card-promo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  padding: 10px 17px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #50e0e9, #71d49c);
  color: #06232a;
  font-size: 13px;
  font-weight: 900;
}

.campus-card-promo-link:disabled {
  cursor: not-allowed;
  filter: saturate(0.68);
  opacity: 0.76;
}

@keyframes campusCardPromoArrive {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 720px) {
  .campus-card-promo {
    bottom: max(10px, env(safe-area-inset-bottom));
    width: calc(100vw - 20px);
  }

  .campus-card-promo-teaser {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 64px;
    padding: 8px 12px 8px 8px;
    border-radius: 16px;
  }

  .campus-card-signal {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .campus-card-teaser-copy small {
    font-size: 10px;
  }

  .campus-card-teaser-copy strong {
    font-size: 13px;
  }

  .campus-card-teaser-action {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 11px;
  }

  .campus-card-teaser-chevron {
    display: none;
  }

  .campus-card-promo-panel {
    bottom: calc(100% + 8px);
    max-height: calc(100dvh - 270px - env(safe-area-inset-bottom));
    padding: 18px 14px;
    border-radius: 18px;
  }

  .campus-card-promo-header {
    gap: 12px;
  }

  .campus-card-promo-header h2 {
    font-size: 21px;
  }

  .campus-card-promo-header p {
    font-size: 12px;
  }

  .campus-card-trust-note {
    padding: 11px 12px;
  }

  .campus-card-plan-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .campus-card-plan-overview > div {
    min-height: 62px;
    padding: 9px 8px;
  }

  .campus-card-plan-overview strong {
    font-size: 14px;
  }

  .campus-card-benefit-list article {
    min-height: 68px;
    gap: 11px;
    padding: 10px 2px;
  }

  .campus-card-benefit-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .campus-card-promo-footer {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .campus-card-promo-link {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .campus-card-teaser-copy strong {
    max-width: 170px;
  }

  .campus-card-teaser-action {
    display: none;
  }

  .campus-card-promo-teaser {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .campus-card-promo-header h2 {
    font-size: 20px;
  }

  .campus-card-plan-overview span {
    font-size: 9px;
  }

  .campus-card-plan-overview strong {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .campus-card-promo-teaser,
  .campus-card-promo-panel,
  .campus-card-teaser-chevron {
    animation: none;
    transition: none;
  }
}

/* Campus connectivity promotion: launcher, dual-carrier teaser, details and contact gallery. */
.campus-card-promo {
  right: max(18px, env(safe-area-inset-right));
  left: auto;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 11000;
  width: min(780px, calc(100vw - 36px));
  transform: none;
  pointer-events: none;
}

.campus-card-promo > * {
  pointer-events: auto;
}

.campus-card-launcher {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  width: max-content;
  max-width: min(310px, calc(100vw - 36px));
  min-height: 74px;
  margin-left: auto;
  padding: 8px 14px 8px 8px;
  overflow: visible;
  border: 1px solid rgba(203, 249, 255, 0.5);
  border-radius: 22px;
  background: linear-gradient(125deg, rgba(23, 52, 66, 0.97), rgba(5, 28, 42, 0.98));
  color: #f7fdff;
  box-shadow: 0 18px 55px rgba(0, 8, 18, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  cursor: pointer;
  isolation: isolate;
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.2, 0.82, 0.24, 1), visibility 220ms;
  animation: campusCardLauncherFloat 4.8s ease-in-out infinite;
}

.campus-card-launcher::before {
  position: absolute;
  inset: -14px;
  z-index: -2;
  border-radius: 32px;
  background: radial-gradient(circle at 26% 50%, rgba(70, 244, 229, 0.42), transparent 58%);
  opacity: 0.52;
  filter: blur(13px);
  content: "";
  pointer-events: none;
  animation: campusCardLauncherGlow 2.8s ease-in-out infinite;
}

.campus-card-launcher::after {
  position: absolute;
  inset: -2px;
  z-index: -1;
  padding: 2px;
  border-radius: 24px;
  background: linear-gradient(105deg, rgba(79, 231, 236, 0.12), #8effee 32%, rgba(119, 183, 255, 0.8) 50%, rgba(79, 231, 236, 0.12) 68%);
  background-position: 100% 50%;
  background-size: 240% 100%;
  content: "";
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: campusCardLauncherShimmer 3.8s ease-in-out infinite;
}

.campus-card-launcher:hover,
.campus-card-launcher:focus-visible {
  border-color: rgba(113, 241, 233, 0.92);
  outline: 0;
  box-shadow: 0 22px 66px rgba(0, 8, 18, 0.54), 0 0 34px rgba(77, 227, 223, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transform: translateY(-4px) scale(1.02);
}

.campus-card-launcher-halo {
  position: absolute;
  top: calc(50% - 28px);
  left: 8px;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(97, 238, 226, 0.46);
  border-radius: 50%;
  pointer-events: none;
  animation: campusCardLauncherHalo 2.4s ease-out infinite;
}

.campus-card-launcher-logo {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(0, 10, 20, 0.25), inset 0 0 0 2px rgba(255, 255, 255, 0.72);
  animation: campusCardLogoGlow 2.8s ease-in-out infinite;
}

.campus-card-launcher-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.campus-card-launcher-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
  text-align: left;
}

.campus-card-launcher-copy strong {
  color: #f9fdff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.campus-card-launcher-copy small {
  display: inline-flex;
  align-items: center;
  width: max-content;
  color: #67eee5;
  font-size: 12px;
  font-weight: 850;
}

.campus-card-launcher-copy small::after {
  margin-left: 7px;
  content: "›";
  font-size: 18px;
  line-height: 0;
}

.campus-card-promo.is-teaser-open .campus-card-launcher,
.campus-card-promo.is-details-open .campus-card-launcher {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.96);
}

.campus-card-promo-teaser {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 15px;
  align-items: center;
  width: 100%;
  min-height: 82px;
  margin: 0;
  padding: 10px 13px 10px 11px;
  visibility: hidden;
  border: 1px solid rgba(205, 245, 255, 0.48);
  border-radius: 21px;
  background: linear-gradient(118deg, rgba(24, 53, 68, 0.98), rgba(7, 29, 43, 0.985) 54%, rgba(7, 56, 60, 0.98));
  box-shadow: 0 20px 62px rgba(0, 6, 16, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.26);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.98);
  transition: opacity 230ms ease, transform 280ms cubic-bezier(0.2, 0.82, 0.24, 1), visibility 230ms;
  backdrop-filter: blur(22px) saturate(1.22);
  -webkit-backdrop-filter: blur(22px) saturate(1.22);
}

.campus-card-promo.is-teaser-open .campus-card-promo-teaser,
.campus-card-promo.is-details-open .campus-card-promo-teaser {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.campus-card-carrier-stack {
  display: flex;
  align-items: center;
  min-width: 82px;
  padding-left: 2px;
}

.campus-card-carrier-stack > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 7, 16, 0.28);
}

.campus-card-carrier-stack > span + span {
  margin-left: -13px;
  transform: translateY(7px);
}

.campus-card-carrier-stack img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.campus-card-teaser-copy {
  gap: 5px;
}

.campus-card-teaser-copy small {
  color: #65e9e6;
  font-size: 12px;
  font-weight: 900;
}

.campus-card-teaser-copy strong {
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.36;
}

.campus-card-teaser-action {
  display: inline-flex;
  gap: 9px;
  justify-content: center;
  min-width: 112px;
  min-height: 46px;
  padding: 10px 17px;
  border: 1px solid rgba(221, 255, 249, 0.6);
  border-radius: 999px;
  background: linear-gradient(135deg, #58e1e8, #79d89f);
  color: #06252c;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
  transition: filter 180ms ease, transform 180ms ease;
}

.campus-card-teaser-action:hover,
.campus-card-teaser-action:focus-visible {
  filter: brightness(1.08);
  outline: 0;
  transform: translateY(-2px);
}

.campus-card-teaser-close {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(226, 245, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(243, 251, 255, 0.72);
  font-size: 20px;
  cursor: pointer;
}

.campus-card-promo-panel {
  right: 0;
  bottom: calc(100% + 12px);
  left: 0;
  max-height: min(700px, calc(100dvh - 226px - env(safe-area-inset-bottom)));
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px) scale(0.985);
}

.campus-card-promo.is-details-open .campus-card-promo-panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.campus-card-promo-header h2 {
  margin-top: 12px;
  font-size: clamp(23px, 3vw, 32px);
}

.campus-card-dual-carrier {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 19px;
  padding: 12px;
  border: 1px solid rgba(206, 245, 252, 0.16);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.04);
}

.campus-card-carrier-brand {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.campus-card-carrier-brand:last-child {
  justify-content: flex-end;
}

.campus-card-carrier-brand > img {
  width: 42px;
  height: 42px;
  padding: 5px;
  border-radius: 11px;
  background: #fff;
  object-fit: contain;
}

.campus-card-carrier-brand > span {
  display: grid;
  gap: 2px;
}

.campus-card-carrier-brand strong {
  color: #fff;
  font-size: 13px;
}

.campus-card-carrier-brand small {
  color: rgba(220, 236, 245, 0.58);
  font-size: 10px;
}

.campus-card-carrier-equals {
  padding: 5px 9px;
  border: 1px solid rgba(103, 234, 221, 0.26);
  border-radius: 999px;
  color: #72eee1;
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.campus-card-plan-overview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.campus-card-plan-overview > div:nth-child(4) {
  border-right: 0;
}

.campus-card-trust-note {
  margin-top: 14px;
}

.campus-card-benefit-list article {
  min-height: 68px;
}

.campus-card-booking-button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 64px;
  margin-top: 17px;
  padding: 10px 14px;
  border: 1px solid rgba(209, 255, 246, 0.48);
  border-radius: 16px;
  background: linear-gradient(115deg, rgba(67, 218, 222, 0.2), rgba(89, 211, 153, 0.15));
  color: #f7ffff;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.campus-card-booking-button:hover,
.campus-card-booking-button:focus-visible {
  border-color: rgba(119, 247, 226, 0.88);
  outline: 0;
  transform: translateY(-2px);
}

.campus-card-booking-icons {
  display: flex;
  align-items: center;
  min-width: 62px;
  padding-left: 2px;
}

.campus-card-booking-icons > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(0, 8, 18, 0.26);
}

.campus-card-booking-icons > span + span {
  margin-left: -13px;
  transform: translateY(7px) rotate(4deg);
}

.campus-card-booking-icons img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
}

.campus-card-booking-button > span:nth-child(2) {
  display: grid;
  gap: 4px;
}

.campus-card-booking-button strong {
  font-size: 14px;
}

.campus-card-booking-button small {
  color: rgba(222, 240, 246, 0.66);
  font-size: 11px;
}

.campus-card-booking-arrow {
  color: #8ef6e8;
  font-size: 28px;
}

.campus-card-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 10040;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms;
}

.campus-card-promo.is-contact-open .campus-card-contact-modal {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.campus-card-contact-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(1, 8, 17, 0.78);
  cursor: pointer;
  backdrop-filter: blur(14px) saturate(1.12);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
}

.campus-card-contact-dialog {
  position: relative;
  width: min(980px, 100%);
  max-height: calc(100dvh - 48px);
  padding: 28px;
  overflow: auto;
  border: 1px solid rgba(208, 249, 255, 0.5);
  border-radius: 26px;
  background:
    radial-gradient(circle at 4% 2%, rgba(84, 229, 220, 0.2), transparent 30%),
    radial-gradient(circle at 96% 100%, rgba(109, 157, 255, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(29, 52, 66, 0.98), rgba(5, 21, 35, 0.995));
  box-shadow: 0 34px 120px rgba(0, 3, 10, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: translateY(16px) scale(0.98);
  transition: transform 280ms cubic-bezier(0.2, 0.82, 0.24, 1);
}

.campus-card-promo.is-contact-open .campus-card-contact-dialog {
  transform: translateY(0) scale(1);
}

.campus-card-contact-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(219, 246, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 21px;
  cursor: pointer;
}

.campus-card-contact-header {
  max-width: 720px;
  padding-right: 42px;
}

.campus-card-contact-header h2 {
  margin: 12px 0 9px;
  color: #fff;
  font-size: clamp(25px, 4vw, 38px);
  line-height: 1.18;
}

.campus-card-contact-header p {
  margin: 0;
  color: rgba(227, 241, 248, 0.74);
  font-size: 14px;
  line-height: 1.75;
}

.campus-card-contact-gallery {
  display: grid;
  grid-template-columns: repeat(var(--contact-count), minmax(0, 1fr));
  gap: 18px;
  margin-top: 23px;
}

.campus-card-contact-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(212, 247, 255, 0.36);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 45px rgba(0, 5, 14, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition: border-color 220ms ease, transform 250ms cubic-bezier(0.2, 0.82, 0.24, 1);
}

.campus-card-contact-card:hover {
  border-color: rgba(118, 243, 229, 0.76);
  transform: translateY(-5px);
}

.campus-card-contact-label {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 5px;
  min-height: 106px;
  padding: 18px 18px 15px;
  background: linear-gradient(135deg, rgba(11, 37, 52, 0.98), rgba(24, 63, 71, 0.9));
}

.campus-card-contact-label > span {
  width: fit-content;
  padding: 4px 9px;
  border: 1px solid rgba(102, 239, 227, 0.4);
  border-radius: 999px;
  color: #75f0e5;
  font-size: 10px;
  font-weight: 900;
}

.campus-card-contact-label strong {
  color: #fff;
  font-size: clamp(18px, 2.4vw, 25px);
  font-weight: 950;
  line-height: 1.24;
  text-shadow: 0 4px 18px rgba(0, 7, 16, 0.34);
}

.campus-card-contact-label small {
  color: rgba(225, 239, 246, 0.66);
  font-size: 11px;
  line-height: 1.5;
}

.campus-card-contact-image-wrap {
  position: relative;
  display: grid;
  place-items: center;
  height: min(52vh, 520px);
  min-height: 300px;
  padding: 12px;
  overflow: hidden;
  background: rgba(242, 247, 249, 0.98);
}

.campus-card-contact-image-wrap img {
  position: absolute;
  inset: 12px;
  display: block;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border-radius: 13px;
  object-fit: contain;
}

.campus-card-contact-hint {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 18px 0 0;
  color: rgba(218, 236, 243, 0.66);
  font-size: 12px;
  line-height: 1.6;
}

.campus-card-contact-hint > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(112, 237, 226, 0.38);
  border-radius: 50%;
  color: #7beddf;
  font-size: 11px;
  font-weight: 900;
}

.campus-creator-footer {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 110px;
  padding: 68px max(24px, calc((100vw - 1180px) / 2)) 82px;
  overflow: hidden;
  border-top: 1px solid rgba(192, 239, 249, 0.16);
  background:
    linear-gradient(180deg, rgba(4, 13, 24, 0.08), rgba(3, 15, 26, 0.92) 30%),
    radial-gradient(circle at 78% 24%, rgba(56, 222, 215, 0.17), transparent 34%);
}

.campus-creator-footer::before {
  position: absolute;
  top: -120px;
  right: 7%;
  width: 420px;
  height: 280px;
  border-radius: 50%;
  background: rgba(73, 224, 215, 0.11);
  filter: blur(70px);
  content: "";
  pointer-events: none;
}

.campus-creator-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
  gap: clamp(38px, 7vw, 96px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.campus-creator-copy {
  max-width: 720px;
}

.campus-creator-kicker {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  width: fit-content;
  padding: 6px 12px 6px 7px;
  border: 1px solid rgba(116, 236, 227, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #7beee3;
  font-size: 12px;
  font-weight: 900;
}

.campus-creator-kicker img {
  width: 25px;
  height: 25px;
  padding: 3px;
  border-radius: 7px;
  background: #fff;
  object-fit: contain;
}

.campus-creator-copy h2 {
  margin: 20px 0 7px;
  color: #fff;
  font-size: clamp(35px, 5vw, 62px);
  font-weight: 950;
  line-height: 1.05;
  text-shadow: 0 12px 32px rgba(0, 6, 15, 0.42);
}

.campus-creator-copy > strong {
  display: block;
  color: #79eadf;
  font-size: 15px;
  letter-spacing: 0;
}

.campus-creator-copy > p {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(230, 241, 247, 0.79);
  font-size: clamp(15px, 1.8vw, 19px);
  line-height: 1.9;
}

.campus-creator-signature {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
  color: rgba(216, 233, 241, 0.48);
  font-size: 12px;
  font-weight: 800;
}

.campus-creator-signature > span {
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, #6de9df, transparent);
}

.campus-creator-edit {
  margin-top: 22px;
  padding: 9px 14px;
  border: 1px solid rgba(123, 238, 227, 0.34);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.07);
  color: #ebffff;
  cursor: pointer;
}

.campus-creator-code {
  position: relative;
  margin: 0;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(214, 249, 255, 0.44);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 26px 70px rgba(0, 4, 12, 0.43), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transform: rotate(1.2deg);
  backdrop-filter: blur(20px) saturate(1.12);
  -webkit-backdrop-filter: blur(20px) saturate(1.12);
  transition: transform 260ms cubic-bezier(0.2, 0.82, 0.24, 1), border-color 220ms ease;
}

.campus-creator-code:hover {
  border-color: rgba(120, 242, 230, 0.76);
  transform: rotate(0) translateY(-5px);
}

.campus-creator-code > span {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(4, 17, 27, 0.76);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.campus-creator-code img {
  display: block;
  width: 100%;
  max-height: 410px;
  border-radius: 14px;
  object-fit: contain;
  background: #b39846;
}

.campus-creator-code figcaption {
  padding: 12px 5px 2px;
  color: rgba(225, 238, 244, 0.6);
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 760px) {
  .campus-creator-footer {
    margin-top: 76px;
    padding: 52px 20px 70px;
  }

  .campus-creator-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .campus-creator-copy {
    text-align: left;
  }

  .campus-creator-code {
    width: min(330px, 100%);
    margin: 0 auto;
    transform: none;
  }
}

.campus-card-promo-footer {
  display: block;
  margin-top: 13px;
}

.campus-card-qr-modal {
  position: fixed;
  inset: 0;
  z-index: 10040;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms;
}

.campus-card-promo.is-qr-open .campus-card-qr-modal {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.campus-card-qr-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(1, 8, 17, 0.76);
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.campus-card-qr-dialog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 24px;
  align-items: center;
  width: min(720px, 100%);
  max-height: calc(100dvh - 48px);
  padding: 28px;
  overflow: auto;
  border: 1px solid rgba(208, 249, 255, 0.48);
  border-radius: 24px;
  background: radial-gradient(circle at 0 0, rgba(89, 224, 217, 0.16), transparent 36%), linear-gradient(145deg, rgba(23, 48, 61, 0.99), rgba(6, 22, 36, 0.995));
  box-shadow: 0 32px 110px rgba(0, 3, 10, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.26);
  transform: translateY(14px) scale(0.98);
  transition: transform 260ms cubic-bezier(0.2, 0.82, 0.24, 1);
}

.campus-card-promo.is-qr-open .campus-card-qr-dialog {
  transform: translateY(0) scale(1);
}

.campus-card-qr-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(219, 246, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.campus-card-qr-copy h2 {
  margin: 14px 0 9px;
  color: #fff;
  font-size: clamp(23px, 4vw, 31px);
  line-height: 1.22;
}

.campus-card-qr-copy > p {
  margin: 0;
  color: rgba(224, 239, 246, 0.72);
  font-size: 13px;
  line-height: 1.75;
}

.campus-card-qr-carriers {
  display: flex;
  gap: 9px;
  margin-top: 18px;
}

.campus-card-qr-carriers span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(207, 244, 251, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(244, 251, 255, 0.86);
  font-size: 11px;
  font-weight: 800;
}

.campus-card-qr-carriers img {
  width: 22px;
  height: 22px;
  padding: 2px;
  border-radius: 6px;
  background: #fff;
  object-fit: contain;
}

.campus-card-qr-figure {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(0, 6, 14, 0.32);
}

.campus-card-qr-figure img {
  display: block;
  width: 100%;
  max-height: 350px;
  border-radius: 11px;
  object-fit: contain;
}

.campus-card-qr-figure figcaption {
  margin-top: 8px;
  color: #52626b;
  font-size: 10px;
  font-weight: 750;
  text-align: center;
}

.campus-card-qr-hint {
  grid-column: 1 / -1;
  display: flex;
  gap: 9px;
  align-items: center;
  margin: -4px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(210, 241, 247, 0.13);
  color: rgba(217, 233, 241, 0.62);
  font-size: 11px;
  line-height: 1.6;
}

.campus-card-qr-hint > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(114, 235, 224, 0.34);
  border-radius: 50%;
  color: #79eade;
  font-size: 11px;
  font-weight: 900;
}

@keyframes campusCardLauncherFloat {
  0%, 100% { transform: translateY(0); }
  45% { transform: translateY(-6px); }
  55% { transform: translateY(-6px) rotate(-0.8deg); }
}

@keyframes campusCardLauncherHalo {
  0% { opacity: 0.72; transform: scale(0.82); }
  70%, 100% { opacity: 0; transform: scale(1.42); }
}

@keyframes campusCardLauncherGlow {
  0%, 100% { opacity: 0.36; transform: scale(0.94); }
  50% { opacity: 0.88; transform: scale(1.07); }
}

@keyframes campusCardLauncherShimmer {
  0%, 100% { background-position: 100% 50%; }
  50% { background-position: 0 50%; }
}

@keyframes campusCardLogoGlow {
  0%, 100% {
    box-shadow:
      0 8px 24px rgba(0, 10, 20, 0.25),
      0 0 0 0 rgba(95, 239, 227, 0),
      0 0 18px rgba(95, 239, 227, 0.18),
      inset 0 0 0 2px rgba(255, 255, 255, 0.72);
  }

  50% {
    box-shadow:
      0 10px 30px rgba(0, 10, 20, 0.3),
      0 0 0 7px rgba(95, 239, 227, 0.11),
      0 0 34px rgba(95, 239, 227, 0.52),
      inset 0 0 0 2px rgba(255, 255, 255, 0.9);
  }
}

@media (max-width: 720px) {
  .campus-card-promo {
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    width: calc(100vw - 20px);
  }

  .campus-card-launcher {
    min-height: 66px;
    padding: 7px 12px 7px 7px;
    border-radius: 19px;
  }

  .campus-card-launcher-logo {
    width: 52px;
    height: 52px;
  }

  .campus-card-launcher-halo {
    top: calc(50% - 26px);
    left: 7px;
    width: 52px;
    height: 52px;
  }

  .campus-card-launcher-copy strong {
    font-size: 13px;
  }

  .campus-card-promo-teaser {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 9px;
    min-height: 72px;
    padding: 8px 9px;
    border-radius: 18px;
  }

  .campus-card-carrier-stack {
    min-width: 68px;
  }

  .campus-card-carrier-stack > span {
    width: 41px;
    height: 41px;
    border-radius: 12px;
  }

  .campus-card-teaser-copy small {
    font-size: 9px;
  }

  .campus-card-teaser-copy strong {
    max-width: none;
    font-size: 12px;
    white-space: normal;
  }

  .campus-card-teaser-action {
    min-width: 76px;
    min-height: 39px;
    padding: 8px 10px;
    font-size: 11px;
  }

  .campus-card-teaser-close {
    position: absolute;
    top: -11px;
    right: -3px;
    width: 28px;
    height: 28px;
    background: rgba(10, 27, 39, 0.98);
    font-size: 17px;
  }

  .campus-card-promo-panel {
    position: fixed;
    top: calc(178px + env(safe-area-inset-top));
    right: 10px;
    bottom: calc(92px + env(safe-area-inset-bottom));
    left: 10px;
    width: auto;
    max-height: none;
    padding: 18px 14px;
    border-radius: 19px;
  }

  .campus-card-dual-carrier {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .campus-card-carrier-equals {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
  }

  .campus-card-carrier-brand:last-child {
    justify-content: flex-start;
  }

  .campus-card-plan-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .campus-card-plan-overview > div:nth-child(2) {
    border-right: 0;
  }

  .campus-card-plan-overview > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(206, 244, 252, 0.13);
  }

  .campus-card-qr-modal {
    padding: 12px;
  }

  .campus-card-contact-modal {
    padding: 12px;
  }

  .campus-card-contact-dialog {
    padding: 22px 14px 18px;
    border-radius: 21px;
  }

  .campus-card-contact-header {
    padding-right: 34px;
  }

  .campus-card-contact-header h2 {
    font-size: 25px;
  }

  .campus-card-contact-gallery {
    grid-template-columns: 1fr;
  }

  .campus-card-contact-image-wrap {
    height: min(68dvh, 640px);
    min-height: 360px;
    max-height: none;
  }

  .campus-card-contact-image-wrap img {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    max-width: none;
    max-height: none;
  }

  .campus-card-qr-dialog {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 17px 18px;
    border-radius: 20px;
  }

  .campus-card-qr-copy {
    padding-right: 30px;
  }

  .campus-card-qr-figure {
    justify-self: center;
    width: min(250px, 100%);
  }

  .campus-card-qr-figure img {
    max-height: 300px;
  }
}

@media (max-width: 430px) {
  .campus-card-launcher {
    max-width: 280px;
  }

  .campus-card-teaser-action span:last-child {
    display: none;
  }

  .campus-card-promo-header h2 {
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .campus-card-launcher,
  .campus-card-launcher-halo,
  .campus-card-launcher-logo,
  .campus-card-promo-teaser,
  .campus-card-promo-panel,
  .campus-card-qr-modal,
  .campus-card-qr-dialog,
  .campus-card-contact-modal,
  .campus-card-contact-dialog,
  .campus-card-launcher::before,
  .campus-card-launcher::after {
    animation: none;
    transition: none;
  }
}

.site-shell .studio-map-workspace.is-single-panel {
  grid-template-columns: minmax(0, 1fr);
}

.site-shell .studio-map-workspace.is-empty {
  display: none;
}

.site-shell .campus-scenery-heading {
  width: min(980px, calc(100% - 40px));
  max-width: 980px;
}

.site-shell .campus-scenery-heading p {
  max-width: 760px;
  color: rgba(239, 247, 255, 0.82);
  font-size: 17px;
  line-height: 1.8;
}

.scenery-add-button,
.faq-add-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 46px;
  margin-top: 22px;
  padding: 9px 16px;
  border: 1px solid rgba(153, 239, 255, 0.48);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(52, 211, 235, 0.12)),
    rgba(8, 17, 31, 0.82);
  color: #f5fcff;
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  font: inherit;
  cursor: pointer;
}

.scenery-add-button > span,
.faq-add-button > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #39dff6;
  color: #04131c;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.scenery-add-button input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.scenery-add-button:hover,
.faq-add-button:hover {
  border-color: rgba(193, 249, 255, 0.86);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.27), rgba(52, 211, 235, 0.2)),
    rgba(8, 17, 31, 0.9);
}

.campus-scenery-gallery {
  position: relative;
  width: 100%;
  min-height: 0;
  margin-top: 38px;
  overflow: hidden;
  border-top: 1px solid rgba(209, 244, 255, 0.16);
  border-bottom: 1px solid rgba(209, 244, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 22%, transparent 76%, rgba(61, 221, 245, 0.04)),
    rgba(5, 10, 20, 0.18);
}

.campus-scenery-viewport {
  width: 100%;
  height: 402px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 32px 0 12px;
}

.campus-scenery-track {
  --scenery-duration: 42s;
  display: flex;
  width: max-content;
  transform: translate3d(0, 0, 0);
  animation: campusSceneryLoop var(--scenery-duration) linear infinite;
  animation-play-state: paused;
  will-change: auto;
}

.campus-scenery-track.is-running {
  animation-play-state: running;
  will-change: transform;
}

.campus-scenery-group {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 18px;
  perspective: 1200px;
}

.campus-scenery-card {
  position: relative;
  z-index: 1;
  flex: 0 0 246px;
  width: 246px;
  height: 358px;
  overflow: visible;
  transform: translate3d(0, var(--scenery-shift), 0) rotate(var(--scenery-rotation));
  transform-origin: 50% 85%;
  transition:
    transform 420ms cubic-bezier(0.18, 0.88, 0.24, 1.18),
    filter 280ms ease,
    opacity 280ms ease;
  contain: layout style;
}

.campus-scenery-card:hover,
.campus-scenery-card:focus-within {
  z-index: 8;
  filter: saturate(1.08) brightness(1.04);
  transform: translate3d(0, -30px, 36px) rotate(0deg) scale(1.055);
}

.campus-scenery-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(225, 247, 255, 0.42);
  border-radius: 8px;
  background: #0a1320;
  box-shadow:
    -12px 18px 38px rgba(0, 0, 0, 0.4),
    10px 0 0 rgba(200, 232, 239, 0.2),
    12px 2px 0 rgba(5, 12, 23, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  cursor: zoom-in;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.campus-scenery-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  transition: transform 680ms cubic-bezier(0.2, 0.78, 0.2, 1);
}

.campus-scenery-card:hover .campus-scenery-photo img,
.campus-scenery-card:focus-within .campus-scenery-photo img {
  transform: scale(1.045);
}

.campus-scenery-photo:focus-visible {
  outline: 3px solid #51e5f8;
  outline-offset: 4px;
}

.campus-scenery-gallery.is-editing {
  overflow: visible;
}

.campus-scenery-gallery.is-editing .campus-scenery-viewport {
  height: auto;
  overflow: visible;
  padding: 40px 0;
}

.campus-scenery-gallery.is-editing .campus-scenery-track,
.campus-scenery-gallery.is-editing .campus-scenery-group {
  width: 100%;
}

.campus-scenery-gallery.is-editing .campus-scenery-track {
  animation: none;
}

.campus-scenery-gallery.is-editing .campus-scenery-group {
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 24px;
}

.campus-scenery-editor-actions {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 6;
  display: flex;
  gap: 6px;
}

.campus-scenery-editor-actions label,
.campus-scenery-editor-actions button,
.faq-editor-delete {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 7px;
  background: rgba(5, 13, 26, 0.82);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.campus-scenery-editor-actions input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.campus-scenery-editor-actions button,
.faq-editor-delete {
  border-color: rgba(255, 155, 166, 0.45);
  color: #ffd9df;
}

.campus-scenery-editor-actions .food-info-edit {
  border-color: rgba(108, 231, 245, 0.5);
  background: rgba(5, 39, 53, 0.88);
  color: #d9fbff;
}

.campus-scenery-empty {
  display: grid;
  place-content: center;
  min-height: 360px;
  padding: 30px;
  color: rgba(238, 248, 255, 0.72);
  text-align: center;
}

.campus-scenery-empty strong {
  color: #fff;
  font-size: 24px;
}

.campus-scenery-empty span {
  margin-top: 8px;
}

.community-photo-entry {
  display: grid;
  justify-items: center;
  width: min(760px, calc(100% - 40px));
  margin: 34px auto 0;
  text-align: center;
}

.community-photo-submit-button,
.community-photo-review-button,
.community-photo-primary {
  appearance: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.community-photo-submit-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 66px;
  padding: 9px 22px 9px 10px;
  overflow: hidden;
  border: 1px solid rgba(212, 249, 255, 0.54);
  border-radius: 8px;
  background:
    radial-gradient(circle at var(--glass-x, 24%) var(--glass-y, 15%), rgba(255, 255, 255, 0.34), transparent 36%),
    linear-gradient(135deg, rgba(222, 247, 255, 0.19), rgba(48, 211, 234, 0.12)),
    rgba(7, 17, 31, 0.7);
  color: #f8fdff;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(74, 224, 246, 0.18);
  text-align: left;
  backdrop-filter: blur(24px) saturate(1.5);
  -webkit-backdrop-filter: blur(24px) saturate(1.5);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.community-photo-submit-button:hover {
  border-color: rgba(159, 242, 255, 0.9);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(50, 222, 245, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.54);
  transform: translateY(-3px);
}

.community-photo-submit-button:focus-visible,
.community-photo-review-button:focus-visible,
.community-photo-primary:focus-visible {
  outline: 3px solid rgba(65, 226, 248, 0.92);
  outline-offset: 4px;
}

.community-photo-submit-button > span:last-child {
  display: grid;
  gap: 2px;
}

.community-photo-submit-button strong {
  font-size: 17px;
  font-weight: 850;
  letter-spacing: 0;
}

.community-photo-submit-button small {
  color: rgba(226, 241, 248, 0.7);
  font-size: 12px;
  letter-spacing: 0;
}

.community-photo-submit-icon,
.community-photo-camera {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(145deg, #49e4f7, #67d4bd);
  box-shadow: 0 10px 30px rgba(44, 215, 238, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.community-photo-submit-icon::before,
.community-photo-camera::before {
  width: 23px;
  height: 16px;
  border: 2px solid #04202a;
  border-radius: 5px;
  content: "";
}

.community-photo-submit-icon::after,
.community-photo-camera::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 2px solid #04202a;
  border-radius: 50%;
  content: "";
}

.community-photo-submit-icon > span,
.community-photo-camera > span {
  position: absolute;
  top: 12px;
  left: 14px;
  width: 10px;
  height: 4px;
  border-radius: 2px 2px 0 0;
  background: #04202a;
}

.community-photo-entry > p {
  margin: 12px 0 0;
  color: rgba(225, 240, 247, 0.64);
  font-size: 13px;
  line-height: 1.65;
}

.community-photo-review-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin-top: 16px;
  padding: 8px 9px 8px 15px;
  border: 1px solid rgba(173, 224, 234, 0.34);
  border-radius: 8px;
  background: rgba(8, 18, 31, 0.72);
  color: rgba(240, 249, 253, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.community-photo-review-button strong {
  display: grid;
  place-items: center;
  min-width: 27px;
  height: 27px;
  padding: 0 7px;
  border-radius: 14px;
  background: rgba(175, 203, 211, 0.2);
  color: #fff;
  font-size: 12px;
}

.community-photo-review-button.has-pending strong {
  background: #42dff4;
  color: #04141d;
  box-shadow: 0 0 22px rgba(66, 223, 244, 0.42);
}

@keyframes campusSceneryLoop {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Scenery lightbox. */
body:has(.scenery-lightbox),
body:has(.community-photo-modal) {
  overflow: hidden;
}

.community-photo-modal {
  position: fixed;
  inset: 0;
  z-index: 32000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.community-photo-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(2, 7, 15, 0.72);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
}

.community-photo-dialog {
  position: relative;
  z-index: 1;
  width: min(820px, 94vw);
  max-height: min(850px, 92vh);
  overflow: auto;
  padding: 42px;
  border: 1px solid rgba(225, 249, 255, 0.5);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 4%, rgba(211, 246, 255, 0.28), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(37, 216, 227, 0.16), transparent 38%),
    linear-gradient(150deg, rgba(100, 125, 145, 0.46), rgba(8, 17, 31, 0.9)),
    rgba(7, 15, 27, 0.92);
  color: #f8fdff;
  box-shadow:
    0 48px 150px rgba(0, 0, 0, 0.68),
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 1px 0 0 rgba(184, 239, 248, 0.16);
  backdrop-filter: blur(38px) saturate(1.55);
  -webkit-backdrop-filter: blur(38px) saturate(1.55);
  animation: sceneryLightboxIn 320ms cubic-bezier(0.18, 0.88, 0.24, 1.08) both;
}

.community-photo-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(5, 14, 27, 0.58);
  color: #fff;
  font: inherit;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.community-photo-dialog-header {
  max-width: 680px;
  padding-right: 42px;
}

.community-photo-kicker {
  display: block;
  margin-bottom: 10px;
  color: #4ce4f7;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
}

.community-photo-dialog h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

.community-photo-dialog-header > p,
.community-photo-success > p {
  margin: 14px 0 0;
  color: rgba(231, 242, 249, 0.74);
  font-size: 15px;
  line-height: 1.75;
}

.community-photo-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.community-photo-dropzone {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 144px;
  padding: 14px;
  border: 1px dashed rgba(170, 236, 247, 0.48);
  border-radius: 8px;
  background: rgba(2, 11, 22, 0.42);
  cursor: default;
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.community-photo-dropzone:hover {
  border-color: rgba(87, 228, 247, 0.92);
  background: rgba(9, 31, 44, 0.58);
  transform: translateY(-2px);
}

.community-photo-file-picker input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.community-photo-dropzone.has-image {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  padding: 18px;
}

.community-photo-dropzone.has-image .community-photo-file-copy {
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(640px, 100%);
  align-items: center;
}

.community-photo-dropzone.has-image .community-photo-file-copy small {
  grid-column: 1;
}

.community-photo-dropzone.has-image .community-photo-file-picker {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.community-photo-preview {
  display: grid;
  place-items: center;
  width: 168px;
  height: 112px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(59, 216, 235, 0.14), rgba(255, 255, 255, 0.05));
}

.community-photo-preview.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-photo-preview.has-image {
  width: 100%;
  height: auto;
  min-height: 250px;
  padding: 12px;
  border-color: rgba(122, 232, 245, 0.35);
  background: rgba(1, 8, 16, 0.62);
  box-sizing: border-box;
}

.community-photo-crop-frame {
  position: relative;
  display: block;
  width: min(100%, var(--photo-crop-max-width, 640px));
  aspect-ratio: var(--photo-crop-aspect, 1.333333);
  max-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(231, 252, 255, 0.58);
  border-radius: 7px;
  background: #020912;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.community-photo-crop-frame.is-dragging {
  cursor: grabbing;
}

.community-photo-preview.has-image .community-photo-crop-frame > img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: none;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
  will-change: transform;
}

.community-photo-crop-grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(90deg, transparent 33.1%, rgba(255, 255, 255, 0.2) 33.2% 33.5%, transparent 33.6% 66.4%, rgba(255, 255, 255, 0.2) 66.5% 66.8%, transparent 66.9%),
    linear-gradient(transparent 33.1%, rgba(255, 255, 255, 0.2) 33.2% 33.5%, transparent 33.6% 66.4%, rgba(255, 255, 255, 0.2) 66.5% 66.8%, transparent 66.9%);
  box-shadow: inset 0 0 0 1px rgba(4, 12, 22, 0.35);
  opacity: 0.62;
  pointer-events: none;
}

.community-photo-crop-hint {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(2, 10, 20, 0.68);
  color: rgba(248, 253, 255, 0.88);
  font-size: 10px;
  font-weight: 800;
  pointer-events: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.community-photo-camera {
  width: 50px;
  height: 50px;
}

.community-photo-file-copy {
  display: grid;
  min-width: 0;
  gap: 8px;
  text-align: left;
}

.community-photo-file-copy strong {
  overflow: hidden;
  color: #fff;
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community-photo-file-copy small {
  color: rgba(223, 239, 246, 0.62);
  font-size: 12px;
  line-height: 1.55;
}

.community-photo-file-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  padding: 8px 13px;
  overflow: hidden;
  border: 1px solid rgba(143, 232, 244, 0.42);
  border-radius: 7px;
  background: rgba(49, 204, 225, 0.12);
  color: #dffbff;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.community-photo-file-picker:hover,
.community-photo-file-picker:focus-within {
  border-color: rgba(97, 230, 247, 0.82);
  background: rgba(49, 204, 225, 0.2);
}

.community-photo-crop-controls {
  display: grid;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(183, 230, 240, 0.2);
  border-radius: 8px;
  background: rgba(3, 12, 23, 0.42);
}

.community-photo-crop-controls.is-hidden {
  display: none;
}

.community-photo-batch {
  display: grid;
  gap: 11px;
  padding: 14px;
  border: 1px solid rgba(183, 230, 240, 0.22);
  border-radius: 8px;
  background: rgba(2, 10, 20, 0.52);
}

.community-photo-batch.is-empty {
  display: none;
}

.community-photo-batch > header span {
  display: grid;
  gap: 3px;
}

.community-photo-batch > header strong {
  color: #f5fdff;
  font-size: 13px;
}

.community-photo-batch > header small {
  color: rgba(222, 239, 246, 0.62);
  font-size: 11px;
}

.community-photo-batch-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: 228px;
  overflow: auto;
  padding: 1px 3px 1px 1px;
}

.community-photo-batch-item {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(183, 230, 240, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.045);
  transition: border-color 180ms ease, background 180ms ease;
}

.community-photo-batch-item.active {
  border-color: rgba(83, 229, 245, 0.88);
  background: rgba(47, 206, 226, 0.13);
  box-shadow: 0 0 0 2px rgba(78, 224, 242, 0.1);
}

.community-photo-batch-item[data-status="success"] {
  border-color: rgba(100, 231, 178, 0.5);
  background: rgba(57, 195, 139, 0.1);
}

.community-photo-batch-item[data-status="error"],
.community-photo-batch-item.is-invalid {
  border-color: rgba(255, 138, 151, 0.5);
  background: rgba(188, 63, 82, 0.09);
}

.community-photo-batch-select {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 72px;
  padding: 7px 36px 7px 7px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.community-photo-batch-select:disabled {
  cursor: default;
}

.community-photo-batch-thumb {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(4, 12, 22, 0.82);
  color: #ff9aa7;
  font-size: 24px;
  font-weight: 900;
}

.community-photo-batch-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-photo-batch-copy {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.community-photo-batch-copy strong {
  overflow: hidden;
  color: #f7fdff;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community-photo-batch-copy small {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(220, 237, 244, 0.62);
  font-size: 10px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.community-photo-batch-item[data-status="success"] .community-photo-batch-copy small {
  color: #7ef0bd;
}

.community-photo-batch-item[data-status="error"] .community-photo-batch-copy small {
  color: #ffabb5;
}

.community-photo-batch-remove {
  position: absolute;
  top: 7px;
  right: 7px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(3, 10, 20, 0.72);
  color: rgba(245, 252, 255, 0.82);
  font: inherit;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.community-photo-crop-toolbar,
.community-photo-crop-zoom,
.community-photo-crop-help {
  display: flex;
  align-items: center;
  gap: 12px;
}

.community-photo-crop-toolbar > span,
.community-photo-crop-zoom > span {
  flex: 0 0 auto;
  color: rgba(229, 242, 248, 0.72);
  font-size: 12px;
  font-weight: 750;
}

.community-photo-crop-ratios {
  display: inline-flex;
  gap: 4px;
  padding: 3px;
  border: 1px solid rgba(183, 230, 240, 0.18);
  border-radius: 7px;
  background: rgba(1, 8, 17, 0.48);
}

.community-photo-crop-ratios button,
.community-photo-crop-help button {
  min-height: 32px;
  padding: 6px 11px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: transparent;
  color: rgba(229, 241, 247, 0.72);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.community-photo-crop-ratios button.active {
  border-color: rgba(148, 239, 248, 0.48);
  background: rgba(55, 210, 231, 0.18);
  color: #fff;
}

.community-photo-crop-zoom input {
  flex: 1 1 auto;
  min-width: 100px;
  accent-color: #4fe1f3;
}

.community-photo-crop-zoom output {
  min-width: 42px;
  color: #79edf7;
  font-size: 11px;
  font-weight: 800;
  text-align: right;
}

.community-photo-crop-help {
  justify-content: space-between;
  color: rgba(217, 233, 240, 0.58);
  font-size: 11px;
  line-height: 1.5;
}

.community-photo-crop-help button {
  flex: 0 0 auto;
  border-color: rgba(183, 230, 240, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

.community-photo-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.community-photo-fields label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: rgba(239, 248, 252, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.community-photo-fields input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(192, 232, 240, 0.3);
  border-radius: 7px;
  outline: 0;
  background: rgba(3, 12, 24, 0.5);
  color: #fff;
  font: inherit;
  box-sizing: border-box;
}

.community-photo-fields input:focus {
  border-color: #50e3f6;
  box-shadow: 0 0 0 3px rgba(80, 227, 246, 0.12);
}

.community-photo-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(231, 242, 247, 0.72);
  font-size: 13px;
  line-height: 1.55;
  cursor: pointer;
}

.community-photo-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #45dff4;
}

.community-photo-form-status {
  min-height: 22px;
  margin: 0;
  color: #9eeef8;
  font-size: 13px;
  line-height: 1.5;
}

.community-photo-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  min-width: 176px;
  min-height: 50px;
  padding: 10px 20px;
  border: 1px solid rgba(218, 253, 255, 0.7);
  border-radius: 8px;
  background: linear-gradient(120deg, #37d7f0, #70d2b7);
  color: #04151d;
  box-shadow: 0 16px 42px rgba(44, 215, 237, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.66);
  font-weight: 850;
}

.community-photo-primary:disabled {
  cursor: wait;
  filter: saturate(0.45);
  opacity: 0.72;
}

.community-photo-primary.is-loading .community-photo-arrow {
  animation: communityPhotoSpin 900ms linear infinite;
}

@keyframes communityPhotoSpin {
  to { transform: rotate(360deg); }
}

.community-photo-success {
  display: grid;
  justify-items: start;
  min-height: 330px;
  align-content: center;
}

.community-photo-success-mark {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(145deg, #52e3f4, #70d3b5);
  color: #03161e;
  box-shadow: 0 18px 52px rgba(66, 224, 243, 0.3);
  font-size: 30px;
  font-weight: 900;
}

.community-photo-success .community-photo-primary {
  margin-top: 26px;
}

.community-photo-review-dialog {
  width: min(1120px, 95vw);
}

.community-photo-review-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.community-photo-review-card {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 14px;
  padding: 12px;
  border: 1px solid rgba(202, 239, 246, 0.28);
  border-radius: 8px;
  background: rgba(3, 12, 24, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: opacity 220ms ease, transform 220ms ease;
}

.community-photo-review-card.is-processing {
  opacity: 0.5;
  transform: scale(0.98);
}

.community-photo-review-image {
  display: block;
  width: 168px;
  height: 130px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  background: #07111f;
}

.community-photo-review-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.community-photo-review-image:hover img {
  transform: scale(1.045);
}

.community-photo-review-copy {
  display: grid;
  align-content: start;
  min-width: 0;
}

.community-photo-review-time {
  color: #51e4f6;
  font-size: 11px;
  font-weight: 800;
}

.community-photo-review-copy h3 {
  margin: 7px 0 5px;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.community-photo-review-copy p,
.community-photo-review-copy small {
  margin: 0;
  color: rgba(227, 240, 246, 0.64);
  font-size: 12px;
  line-height: 1.5;
}

.community-photo-review-actions {
  display: flex;
  grid-column: 1 / -1;
  gap: 9px;
}

.community-photo-review-food-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column: 1 / -1;
  gap: 9px;
  padding-top: 2px;
}

.community-photo-review-food-fields label {
  display: grid;
  gap: 5px;
  color: rgba(224, 239, 246, 0.66);
  font-size: 10px;
  font-weight: 750;
}

.community-photo-review-food-fields label:nth-child(3) {
  grid-column: 1 / -1;
}

.community-photo-review-food-fields > button {
  grid-column: 1 / -1;
  justify-self: end;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 158, 169, 0.34);
  border-radius: 6px;
  background: rgba(111, 22, 38, 0.22);
  color: #ffdbe0;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.community-photo-review-food-fields > button:hover {
  border-color: rgba(255, 158, 169, 0.7);
  background: rgba(145, 28, 49, 0.34);
}

.community-photo-review-food-fields input,
.community-photo-review-food-fields textarea {
  width: 100%;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid rgba(190, 229, 238, 0.24);
  border-radius: 6px;
  outline: 0;
  background: rgba(1, 9, 19, 0.55);
  color: #fff;
  font: inherit;
  font-size: 11px;
  line-height: 1.45;
  resize: vertical;
  box-sizing: border-box;
}

.community-photo-review-food-fields input:focus,
.community-photo-review-food-fields textarea:focus {
  border-color: rgba(80, 226, 244, 0.7);
}

.community-photo-review-actions button {
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 7px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.community-photo-approve {
  background: linear-gradient(120deg, #42dcf2, #70d2b7);
  color: #04151d;
}

.community-photo-reject {
  background: rgba(79, 20, 31, 0.48);
  color: #ffdce2;
}

.community-photo-review-empty {
  display: grid;
  grid-column: 1 / -1;
  place-items: center;
  min-height: 260px;
  padding: 30px;
  border: 1px dashed rgba(193, 235, 243, 0.26);
  border-radius: 8px;
  color: rgba(228, 241, 247, 0.68);
  text-align: center;
}

.community-photo-review-empty strong {
  color: #fff;
  font-size: 20px;
}

.community-photo-review-empty p {
  margin: 8px 0 0;
}

.community-photo-review-empty.is-loading > span {
  width: 34px;
  height: 34px;
  border: 3px solid rgba(82, 226, 244, 0.2);
  border-top-color: #52e2f4;
  border-radius: 50%;
  animation: communityPhotoSpin 900ms linear infinite;
}

.scenery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: grid;
  place-items: center;
  padding: 28px;
}

.scenery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(2, 7, 15, 0.88);
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  cursor: zoom-out;
}

.scenery-lightbox-card {
  position: relative;
  z-index: 1;
  width: min(1180px, 92vw);
  max-height: 90vh;
  overflow: hidden;
  border: 1px solid rgba(220, 247, 255, 0.35);
  border-radius: 8px;
  background: rgba(6, 12, 24, 0.96);
  box-shadow: 0 40px 140px rgba(0, 0, 0, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  animation: sceneryLightboxIn 360ms cubic-bezier(0.18, 0.88, 0.24, 1.12) both;
}

.scenery-lightbox-card figure {
  position: relative;
  display: grid;
  place-items: center;
  max-height: 90vh;
  margin: 0;
}

.scenery-lightbox-card figure > img {
  width: 100%;
  max-height: 90vh;
  object-fit: contain;
  background: #020711;
  user-select: none;
}

.food-lightbox-caption {
  position: absolute;
  left: clamp(18px, 4vw, 48px);
  bottom: clamp(18px, 4vw, 44px);
  z-index: 2;
  width: min(620px, calc(100% - 112px));
  min-height: 66px;
  padding: 13px 17px 14px;
  display: grid;
  justify-items: start;
  gap: 5px;
  color: #f8fcff;
  border: 1px solid rgba(241, 250, 255, 0.58);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 222, 165, 0.24), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(7, 20, 31, 0.72) 58%, rgba(5, 14, 24, 0.86));
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 0 -1px 0 rgba(255, 205, 135, 0.14);
  text-align: left;
  backdrop-filter: blur(24px) saturate(1.5);
  -webkit-backdrop-filter: blur(24px) saturate(1.5);
  animation: foodLightboxCaptionIn 440ms 100ms cubic-bezier(0.18, 0.88, 0.24, 1) both;
}

.food-lightbox-store {
  max-width: 100%;
  overflow: hidden;
  color: #ffe1af;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.food-lightbox-caption strong {
  max-width: 100%;
  color: #fff;
  font-size: clamp(18px, 2.1vw, 30px);
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
  text-wrap: balance;
}

.food-lightbox-caption p {
  max-width: 100%;
  margin: 2px 0 0;
  color: rgba(238, 246, 250, 0.72);
  font-size: 12px;
  line-height: 1.55;
  text-wrap: balance;
}

@keyframes foodLightboxCaptionIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.975);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.scenery-lightbox-close,
.scenery-lightbox-nav {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(5, 13, 26, 0.68);
  color: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  cursor: pointer;
  backdrop-filter: blur(14px) saturate(1.35);
  -webkit-backdrop-filter: blur(14px) saturate(1.35);
}

.scenery-lightbox-close {
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  font-size: 26px;
}

.scenery-lightbox-nav {
  top: 44%;
  width: 52px;
  height: 52px;
  font-size: 38px;
  line-height: 1;
  transform: translateY(-50%);
}

.scenery-lightbox-nav.previous {
  left: 16px;
}

.scenery-lightbox-nav.next {
  right: 16px;
}

@keyframes sceneryLightboxIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.965);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* FAQ editor additions. */
.faq-add-button {
  border-color: rgba(105, 235, 250, 0.42);
}

.faq-editor-add-row {
  width: 100%;
  margin-top: 26px;
  display: flex;
  justify-content: center;
}

.faq-editor-add-row .faq-add-button {
  margin: 0;
}

.faq-editor-delete {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 8;
  width: auto;
  height: 34px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 7px;
  font-size: 12px;
  line-height: 1;
}

.site-shell.visual-editor-edit .studio-faq-card summary {
  padding-right: 92px;
}

.site-shell .faq-answer-body p {
  margin-top: 0;
}

@media (max-width: 760px) {
  .site-shell .campus-scenery-section {
    padding-top: 64px;
    padding-bottom: 84px;
  }

  .site-shell .campus-scenery-heading p {
    font-size: 15px;
  }

  .campus-scenery-gallery {
    min-height: 0;
    margin-top: 26px;
  }

  .campus-scenery-viewport {
    height: 310px;
    padding: 24px 0 8px;
  }

  .campus-scenery-group {
    gap: 13px;
    padding-right: 13px;
  }

  .campus-scenery-card {
    flex-basis: 182px;
    width: 182px;
    height: 278px;
  }

  .campus-scenery-card:hover,
  .campus-scenery-card:focus-within {
    transform: translate3d(0, -16px, 20px) rotate(0deg) scale(1.035);
  }

  .campus-scenery-gallery.is-editing .campus-scenery-group {
    gap: 24px 14px;
    padding: 0 12px;
  }

  .campus-scenery-gallery.is-editing .campus-scenery-viewport {
    height: auto;
    padding: 32px 0;
  }

  .scenery-lightbox {
    padding: 12px;
  }

  .scenery-lightbox-card {
    width: 100%;
    max-height: 92vh;
  }

  .scenery-lightbox-card figure,
  .scenery-lightbox-card figure > img {
    max-height: 92vh;
  }

  .scenery-lightbox-nav {
    top: 42%;
    width: 42px;
    height: 42px;
    font-size: 30px;
  }

  .food-lightbox-caption {
    left: 14px;
    right: 68px;
    bottom: 14px;
    width: auto;
    min-height: 56px;
    padding: 10px 12px 11px;
  }

  .food-lightbox-store {
    font-size: 10px;
  }

  .food-lightbox-caption strong {
    font-size: clamp(16px, 5vw, 22px);
  }

  .community-photo-entry {
    width: calc(100% - 28px);
    margin-top: 26px;
  }

  .community-photo-submit-button {
    width: 100%;
    max-width: 390px;
    justify-content: flex-start;
  }

  .community-photo-modal {
    align-items: end;
    padding: 10px;
  }

  .community-photo-dialog {
    width: 100%;
    max-height: 92dvh;
    padding: 34px 18px 22px;
  }

  .community-photo-dialog-header {
    padding-right: 30px;
  }

  .community-photo-dialog h2 {
    font-size: 29px;
  }

  .community-photo-dropzone {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .community-photo-preview {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .community-photo-preview.has-image {
    min-height: 0;
    padding: 8px;
    aspect-ratio: auto;
  }

  .community-photo-dropzone.has-image .community-photo-file-copy {
    grid-template-columns: minmax(0, 1fr);
  }

  .community-photo-dropzone.has-image .community-photo-file-picker {
    grid-column: 1;
    grid-row: auto;
  }

  .community-photo-crop-toolbar,
  .community-photo-crop-help {
    align-items: flex-start;
    flex-direction: column;
  }

  .community-photo-crop-ratios {
    width: 100%;
  }

  .community-photo-crop-ratios button {
    flex: 1 1 0;
    padding-inline: 6px;
  }

  .community-photo-crop-help button {
    width: 100%;
  }

  .community-photo-batch-list {
    grid-template-columns: minmax(0, 1fr);
    max-height: 260px;
  }

  .community-photo-file-copy {
    padding: 2px 2px 5px;
  }

  .community-photo-fields {
    grid-template-columns: 1fr;
  }

  .community-photo-primary {
    width: 100%;
  }

  .community-photo-review-list {
    grid-template-columns: 1fr;
  }

  .community-photo-review-card {
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .community-photo-review-image {
    width: 118px;
    height: 104px;
  }

  .community-photo-review-actions button {
    flex: 1 1 0;
    padding-inline: 8px;
  }
}

/* Freshman Q&A: restrained interactive cards inspired by the project index. */
.site-shell .studio-faq-section {
  scroll-margin-top: 126px;
  padding-top: 82px;
  padding-bottom: 120px;
}

.site-shell .studio-faq-heading {
  max-width: 900px;
}

.site-shell .studio-faq-heading p {
  max-width: 760px;
  color: rgba(239, 247, 255, 0.8);
  font-size: 17px;
  line-height: 1.8;
}

.site-shell .studio-faq-list {
  display: grid;
  gap: 18px;
  margin-top: 42px;
  perspective: 1400px;
}

.site-shell .studio-faq-card {
  --faq-accent: 56, 223, 247;
  --faq-rotate-x: 0deg;
  --faq-rotate-y: 0deg;
  --faq-pointer-x: 50%;
  --faq-pointer-y: 50%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-width: 0;
  border: 1px solid rgba(var(--faq-accent), 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.045) 40%, rgba(7, 12, 26, 0.72)),
    rgba(8, 14, 28, 0.72);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px) saturate(1.32);
  -webkit-backdrop-filter: blur(18px) saturate(1.32);
  transform: perspective(1400px) translate3d(0, 0, 0) rotateX(var(--faq-rotate-x)) rotateY(var(--faq-rotate-y));
  transform-style: preserve-3d;
  transition:
    transform 150ms ease-out,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
  contain: layout paint;
}

.site-shell .studio-faq-card:nth-child(2) {
  --faq-accent: 125, 211, 167;
}

.site-shell .studio-faq-card:nth-child(3) {
  --faq-accent: 244, 180, 63;
}

.site-shell .studio-faq-card:nth-child(4) {
  --faq-accent: 247, 135, 108;
}

.site-shell .studio-faq-card:nth-child(5) {
  --faq-accent: 97, 168, 255;
}

.site-shell .studio-faq-card:nth-child(6) {
  --faq-accent: 233, 116, 181;
}

.site-shell .studio-faq-card::before,
.site-shell .studio-faq-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.site-shell .studio-faq-card::before {
  background: radial-gradient(
    520px circle at var(--faq-pointer-x) var(--faq-pointer-y),
    rgba(var(--faq-accent), 0.18),
    rgba(255, 255, 255, 0.055) 32%,
    transparent 66%
  );
  opacity: 0.74;
  transition: opacity 220ms ease;
}

.site-shell .studio-faq-card::after {
  inset: 1px;
  border-radius: 7px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.2), transparent 24%),
    linear-gradient(300deg, rgba(var(--faq-accent), 0.09), transparent 35%);
  opacity: 0.72;
}

.site-shell .studio-faq-card:hover {
  border-color: rgba(var(--faq-accent), 0.62);
  box-shadow:
    0 32px 92px rgba(0, 0, 0, 0.38),
    0 0 40px rgba(var(--faq-accent), 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.43),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  transform: perspective(1400px) translate3d(0, -4px, 0) rotateX(var(--faq-rotate-x)) rotateY(var(--faq-rotate-y));
}

.site-shell .studio-faq-card[open] {
  border-color: rgba(var(--faq-accent), 0.58);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.4),
    0 0 52px rgba(var(--faq-accent), 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.site-shell .studio-faq-card summary {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  gap: 24px;
  align-items: center;
  min-height: 150px;
  padding: 32px 36px 32px 142px;
  list-style: none;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.site-shell .studio-faq-card summary::-webkit-details-marker {
  display: none;
}

.site-shell .studio-faq-card summary:focus-visible {
  outline: 2px solid rgba(var(--faq-accent), 0.95);
  outline-offset: -4px;
}

.site-shell .faq-card-number {
  position: absolute;
  left: 22px;
  top: 50%;
  z-index: -1;
  color: rgba(var(--faq-accent), 0.13);
  font-size: 100px;
  letter-spacing: 0;
  font-weight: 950;
  line-height: 0.8;
  transform: translate3d(0, -50%, 0);
  transition:
    color 220ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-shell .studio-faq-card:hover .faq-card-number,
.site-shell .studio-faq-card[open] .faq-card-number {
  color: rgba(var(--faq-accent), 0.2);
  transform: translate3d(5px, -50%, 0);
}

.site-shell .faq-question-copy {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
}

.site-shell .faq-category {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(var(--faq-accent), 0.34);
  border-radius: 999px;
  background: rgba(var(--faq-accent), 0.09);
  color: rgb(var(--faq-accent));
  font-size: 12px;
  font-weight: 900;
}

.site-shell .studio-faq-card h3 {
  margin: 13px 0 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.25;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.42),
    0 0 1px rgba(255, 255, 255, 0.5);
}

.site-shell .faq-toggle-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.34), transparent 34%),
    rgba(var(--faq-accent), 0.13);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 12px 28px rgba(0, 0, 0, 0.2);
  transition:
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 220ms ease;
}

.site-shell .faq-toggle-icon::before,
.site-shell .faq-toggle-icon::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 12px rgba(var(--faq-accent), 0.42);
}

.site-shell .faq-toggle-icon::after {
  transform: rotate(90deg);
}

.site-shell .studio-faq-card[open] .faq-toggle-icon {
  background: rgba(var(--faq-accent), 0.25);
  transform: rotate(45deg);
}

.site-shell .faq-answer-reveal {
  position: relative;
  z-index: 2;
  animation: faqAnswerIn 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.site-shell .faq-answer-body {
  margin: 0 36px 34px 142px;
  padding-top: 28px;
  border-top: 1px solid rgba(var(--faq-accent), 0.22);
}

.site-shell .faq-answer-body p {
  max-width: 980px;
  margin: 12px 0 0;
  color: rgba(239, 247, 255, 0.86);
  font-size: 17px;
  line-height: 1.9;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.34);
}

.site-shell .faq-official-sources {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px 16px;
  align-items: start;
  max-width: 980px;
  margin-top: 22px;
  padding: 15px 17px;
  border: 1px solid rgba(113, 238, 203, 0.24);
  border-radius: 7px;
  background:
    linear-gradient(120deg, rgba(95, 232, 202, 0.12), rgba(62, 204, 238, 0.055) 58%, transparent),
    rgba(5, 18, 27, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 12px 32px rgba(0, 0, 0, 0.13);
}

.site-shell .faq-official-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid rgba(130, 247, 214, 0.36);
  border-radius: 999px;
  background: rgba(105, 237, 199, 0.1);
  color: #9af4d8;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.site-shell .faq-official-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  min-width: 0;
}

.site-shell .faq-official-links a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 30px;
  color: #9ef2df;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  text-decoration-color: rgba(158, 242, 223, 0.34);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition:
    color 180ms ease,
    text-decoration-color 180ms ease,
    transform 180ms ease;
}

.site-shell .faq-official-links a:hover {
  color: #e3fff8;
  text-decoration-color: rgba(227, 255, 248, 0.8);
  transform: translateY(-1px);
}

.site-shell .faq-official-links a:focus-visible {
  outline: 2px solid #8df3d5;
  outline-offset: 4px;
  border-radius: 3px;
}

.site-shell .faq-source-arrow {
  color: #70e9d0;
  font-size: 15px;
  line-height: 1;
}

.site-shell .faq-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.site-shell .faq-tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(248, 252, 255, 0.83);
  font-size: 12px;
  font-weight: 800;
}

.site-shell .faq-update-note {
  margin: 24px auto 0;
  color: rgba(222, 232, 246, 0.62);
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.site-shell.visual-editor-edit .studio-faq-card {
  transform: none !important;
}

@keyframes faqAnswerIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  .site-shell .studio-faq-section {
    scroll-margin-top: 104px;
    padding-top: 64px;
    padding-bottom: 92px;
  }

  .site-shell .studio-faq-heading p {
    font-size: 15px;
  }

  .site-shell .studio-faq-list {
    gap: 12px;
    margin-top: 30px;
    perspective: none;
  }

  .site-shell .studio-faq-card,
  .site-shell .studio-faq-card:hover {
    transform: none;
  }

  .site-shell .studio-faq-card summary {
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 14px;
    min-height: 118px;
    padding: 24px 18px 24px 86px;
  }

  .site-shell .faq-card-number {
    left: 9px;
    font-size: 64px;
  }

  .site-shell .studio-faq-card h3 {
    margin-top: 10px;
    font-size: 21px;
    line-height: 1.35;
  }

  .site-shell .faq-category {
    min-height: 25px;
    padding: 4px 8px;
    font-size: 11px;
  }

  .site-shell .faq-toggle-icon {
    width: 42px;
    height: 42px;
  }

  .site-shell .faq-toggle-icon::before,
  .site-shell .faq-toggle-icon::after {
    width: 15px;
  }

  .site-shell .faq-answer-body {
    margin: 0 18px 26px 86px;
    padding-top: 22px;
  }

  .site-shell .faq-answer-body p {
    font-size: 15px;
    line-height: 1.85;
  }

  .site-shell .faq-official-sources {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
    padding: 13px 14px;
  }

  .site-shell .faq-official-label {
    width: fit-content;
  }

  .site-shell .faq-official-links {
    display: grid;
    gap: 9px;
  }

  .site-shell .faq-official-links a {
    width: fit-content;
    font-size: 13px;
  }

  .site-shell .faq-tag-list {
    gap: 7px;
    margin-top: 18px;
  }

  .site-shell .faq-tag-list span {
    min-height: 28px;
    padding: 5px 9px;
    font-size: 11px;
  }
}

/* Final liquid glass pass: keep the glass effect while preserving text contrast. */
.site-shell .studio-feature-card,
.site-shell .studio-map-sidebar,
.site-shell .studio-guide-grid .guide-card,
.site-shell .studio-final-panel,
.site-shell .place-detail,
.site-shell .stat-tile,
.campus-map-empty {
  position: relative;
  overflow: hidden;
  border-color: rgba(219, 242, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055) 38%, rgba(7, 12, 26, 0.56)),
    linear-gradient(315deg, rgba(50, 216, 244, 0.14), transparent 42%),
    rgba(10, 16, 32, 0.68);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(28px) saturate(1.45);
  -webkit-backdrop-filter: blur(28px) saturate(1.45);
}

.site-shell .studio-feature-card.featured {
  border-color: rgba(70, 225, 248, 0.34);
  background:
    linear-gradient(145deg, rgba(42, 216, 244, 0.2), rgba(255, 255, 255, 0.08) 36%, rgba(7, 12, 26, 0.62)),
    linear-gradient(315deg, rgba(244, 180, 63, 0.12), transparent 42%),
    rgba(9, 16, 32, 0.72);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.42),
    0 0 56px rgba(34, 199, 232, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.site-shell .studio-feature-card h3,
.site-shell .studio-map-sidebar h3,
.site-shell .studio-guide-grid .guide-card h3,
.site-shell .studio-final-panel h2,
.site-shell .place-detail h2,
.campus-map-empty h3 {
  color: #fff;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.42),
    0 0 1px rgba(255, 255, 255, 0.42);
}

.site-shell .studio-feature-card p,
.site-shell .studio-map-sidebar .mini-note,
.site-shell .studio-guide-grid .guide-card ul,
.site-shell .studio-final-panel p,
.site-shell .place-detail p,
.campus-map-empty p {
  color: rgba(239, 247, 255, 0.84);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.34);
}

.site-shell .studio-feature-card span,
.site-shell .guide-card h3,
.site-shell .place-detail h2,
.site-shell .stat-value,
.campus-map-empty-kicker {
  color: #38dff7;
  text-shadow: 0 0 18px rgba(34, 199, 232, 0.24);
}

.site-shell .studio-map-canvas .map-toolbar {
  border-color: rgba(219, 242, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06) 36%, rgba(7, 12, 26, 0.74)),
    rgba(8, 13, 28, 0.82);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(34, 199, 232, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
}

.site-shell .studio-logo-strip {
  border-color: rgba(219, 242, 255, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05)),
    rgba(9, 15, 30, 0.58);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(26px) saturate(1.35);
  -webkit-backdrop-filter: blur(26px) saturate(1.35);
}

/* Liquid glass surfaces with readable text. */
.site-shell .studio-feature-card,
.site-shell .studio-map-sidebar,
.site-shell .studio-guide-grid .guide-card,
.site-shell .studio-final-panel,
.site-shell .place-detail,
.site-shell .stat-tile,
.campus-map-empty {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(219, 242, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055) 38%, rgba(7, 12, 26, 0.56)),
    linear-gradient(315deg, rgba(50, 216, 244, 0.14), transparent 42%),
    rgba(10, 16, 32, 0.68);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(28px) saturate(1.45);
  -webkit-backdrop-filter: blur(28px) saturate(1.45);
}

.site-shell .studio-feature-card::before,
.site-shell .studio-map-sidebar::before,
.site-shell .studio-guide-grid .guide-card::before,
.site-shell .studio-final-panel::before,
.site-shell .place-detail::before,
.site-shell .stat-tile::before,
.campus-map-empty::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08) 18%, transparent 38%),
    linear-gradient(245deg, transparent 58%, rgba(255, 255, 255, 0.1) 82%, rgba(255, 255, 255, 0.22));
  opacity: 0.68;
  mix-blend-mode: screen;
}

.site-shell .studio-feature-card::after,
.site-shell .studio-map-sidebar::after,
.site-shell .studio-guide-grid .guide-card::after,
.site-shell .studio-final-panel::after,
.campus-map-empty::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 0 36px rgba(255, 255, 255, 0.045),
    inset 0 0 80px rgba(34, 199, 232, 0.055);
}

.site-shell .studio-feature-card > *,
.site-shell .studio-map-sidebar > *,
.site-shell .studio-guide-grid .guide-card > *,
.site-shell .studio-final-panel > *,
.site-shell .place-detail > *,
.site-shell .stat-tile > *,
.campus-map-empty > * {
  position: relative;
  z-index: 1;
}

.site-shell .studio-feature-card.featured {
  background:
    linear-gradient(145deg, rgba(42, 216, 244, 0.2), rgba(255, 255, 255, 0.08) 36%, rgba(7, 12, 26, 0.62)),
    linear-gradient(315deg, rgba(244, 180, 63, 0.12), transparent 42%),
    rgba(9, 16, 32, 0.72);
  border-color: rgba(70, 225, 248, 0.34);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.42),
    0 0 56px rgba(34, 199, 232, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.site-shell .studio-feature-card:hover,
.site-shell .studio-guide-grid .guide-card:hover,
.site-shell .place-detail:hover {
  transform: translateY(-4px);
  border-color: rgba(94, 231, 255, 0.42);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.07) 36%, rgba(8, 14, 30, 0.62)),
    linear-gradient(315deg, rgba(50, 216, 244, 0.16), transparent 42%),
    rgba(10, 16, 32, 0.72);
  box-shadow:
    0 36px 110px rgba(0, 0, 0, 0.42),
    0 0 46px rgba(34, 199, 232, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.site-shell .studio-feature-card span,
.site-shell .guide-card h3,
.site-shell .place-detail h2,
.site-shell .stat-value,
.campus-map-empty-kicker {
  color: #38dff7;
  text-shadow: 0 0 18px rgba(34, 199, 232, 0.24);
}

.site-shell .studio-feature-card h3,
.site-shell .studio-map-sidebar h3,
.site-shell .studio-guide-grid .guide-card h3,
.site-shell .studio-final-panel h2,
.site-shell .place-detail h2,
.campus-map-empty h3 {
  color: #fff;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.42),
    0 0 1px rgba(255, 255, 255, 0.4);
}

.site-shell .studio-feature-card p,
.site-shell .studio-map-sidebar .mini-note,
.site-shell .studio-guide-grid .guide-card ul,
.site-shell .studio-final-panel p,
.site-shell .place-detail p,
.campus-map-empty p {
  color: rgba(239, 247, 255, 0.84);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.34);
}

.site-shell .stat-label,
.site-shell .list-meta,
.site-shell .type-pill,
.site-shell .tag {
  position: relative;
  z-index: 1;
}

.site-shell .studio-logo-strip {
  border-color: rgba(219, 242, 255, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05)),
    rgba(9, 15, 30, 0.58);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(26px) saturate(1.35);
  -webkit-backdrop-filter: blur(26px) saturate(1.35);
}

.site-shell .studio-logo-strip span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055));
  color: rgba(248, 252, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.site-shell .studio-map-canvas .map-toolbar {
  border-color: rgba(219, 242, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06) 36%, rgba(7, 12, 26, 0.74)),
    rgba(8, 13, 28, 0.82);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(34, 199, 232, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
}

.site-shell .studio-map-canvas .map-toolbar > .ghost-button,
.site-shell .studio-map-canvas .map-toolbar .icon-button,
.site-shell .studio-map-canvas .hd-toggle {
  border-color: rgba(220, 242, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(13, 20, 38, 0.84);
  color: rgba(250, 253, 255, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 10px 26px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
}

.site-shell .studio-map-canvas .map-toolbar > .ghost-button:hover,
.site-shell .studio-map-canvas .map-toolbar .icon-button:hover,
.site-shell .studio-map-canvas .hd-toggle:hover,
.site-shell .studio-map-canvas .hd-toggle.active {
  border-color: rgba(66, 223, 250, 0.72);
  background:
    linear-gradient(180deg, rgba(60, 225, 250, 0.24), rgba(255, 255, 255, 0.07)),
    rgba(11, 34, 51, 0.88);
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(66, 223, 250, 0.18),
    0 0 30px rgba(34, 199, 232, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-shell .studio-feature-card,
  .site-shell .studio-map-sidebar,
  .site-shell .studio-guide-grid .guide-card,
  .site-shell .studio-final-panel,
  .site-shell .place-detail,
  .site-shell .stat-tile,
  .campus-map-empty {
    background: rgba(12, 18, 34, 0.92);
  }
}

/* High-contrast map toolbar overrides. */
.site-shell .studio-map-canvas .map-toolbar {
  z-index: 80;
  gap: 10px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid rgba(88, 215, 238, 0.28);
  background:
    linear-gradient(180deg, rgba(11, 17, 32, 0.98), rgba(7, 12, 24, 0.94)),
    #080c19;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 36px rgba(34, 199, 232, 0.12);
  backdrop-filter: blur(18px);
}

.site-shell .studio-map-canvas .map-toolbar > .ghost-button,
.site-shell .studio-map-canvas .map-toolbar .icon-button {
  min-height: 48px;
  border: 1px solid rgba(129, 161, 196, 0.36);
  background:
    linear-gradient(180deg, rgba(29, 39, 61, 0.98), rgba(16, 24, 42, 0.98));
  color: rgba(246, 250, 255, 0.96);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 10px 24px rgba(0, 0, 0, 0.22);
}

.site-shell .studio-map-canvas .map-toolbar > .ghost-button:hover,
.site-shell .studio-map-canvas .map-toolbar .icon-button:hover {
  border-color: rgba(34, 199, 232, 0.92);
  background:
    linear-gradient(180deg, rgba(29, 70, 92, 0.98), rgba(13, 39, 58, 0.98));
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(34, 199, 232, 0.28),
    0 0 28px rgba(34, 199, 232, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.site-shell .studio-map-canvas .map-toolbar .icon-button {
  width: 52px;
  min-width: 52px;
  font-size: 28px;
  line-height: 1;
}

.site-shell .studio-map-canvas .map-toolbar > .ghost-button {
  padding-inline: 20px;
  font-size: 18px;
  font-weight: 900;
}

.site-shell .studio-map-canvas .map-toolbar > .visual-map-add-button {
  min-width: 116px;
  padding-inline: 12px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-color: rgba(94, 239, 255, 0.78);
  background:
    linear-gradient(135deg, rgba(44, 218, 245, 0.94), rgba(72, 202, 169, 0.92));
  color: #001920;
  text-shadow: none;
  box-shadow:
    0 12px 28px rgba(25, 200, 225, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.site-shell .studio-map-canvas .map-toolbar > .visual-map-add-button:hover,
.site-shell .studio-map-canvas .map-toolbar > .visual-map-add-button:focus-visible {
  border-color: rgba(218, 253, 255, 0.96);
  background:
    linear-gradient(135deg, rgba(91, 232, 251, 0.98), rgba(102, 222, 184, 0.96));
  color: #00141a;
  box-shadow:
    0 0 0 3px rgba(89, 232, 250, 0.16),
    0 14px 34px rgba(25, 200, 225, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  outline: none;
}

.visual-map-add-icon {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(0, 25, 32, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  font-size: 21px;
  line-height: 1;
}

.site-shell .studio-map-canvas .hd-toggle {
  min-height: 54px;
  gap: 12px;
  padding: 9px 13px 9px 20px;
  border-color: rgba(129, 161, 196, 0.38);
  background:
    linear-gradient(180deg, rgba(37, 48, 70, 0.98), rgba(22, 30, 48, 0.98));
  color: rgba(246, 250, 255, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 12px 28px rgba(0, 0, 0, 0.24);
}

.site-shell .studio-map-canvas .hd-toggle:hover,
.site-shell .studio-map-canvas .hd-toggle.active {
  border-color: rgba(34, 199, 232, 0.82);
  background:
    linear-gradient(180deg, rgba(30, 78, 94, 0.98), rgba(16, 44, 58, 0.98));
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(34, 199, 232, 0.22),
    0 0 30px rgba(34, 199, 232, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.site-shell .studio-map-canvas .hd-toggle-label {
  font-size: 18px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.42);
}

.site-shell .studio-map-canvas .hd-toggle-state {
  color: rgba(219, 231, 247, 0.82);
  font-size: 14px;
}

.site-shell .studio-map-canvas .hd-toggle-track {
  width: 50px;
  height: 28px;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(7, 11, 22, 0.92), rgba(17, 24, 39, 0.92));
  box-shadow:
    inset 0 2px 8px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

.site-shell .studio-map-canvas .hd-toggle-thumb {
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  background: #eaf6ff;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.32),
    0 0 10px rgba(255, 255, 255, 0.4);
}

.site-shell .studio-map-canvas .hd-toggle.active .hd-toggle-track {
  background:
    linear-gradient(180deg, rgba(34, 199, 232, 0.95), rgba(20, 124, 151, 0.95));
}

.site-shell .studio-map-canvas .hd-toggle.active .hd-toggle-thumb {
  transform: translateX(22px);
}

@media (max-width: 760px) {
  .site-shell .studio-map-canvas .map-toolbar {
    top: 16px;
    right: 16px;
    max-width: calc(100% - 32px);
  }

  .site-shell .studio-map-canvas .map-toolbar > .ghost-button,
  .site-shell .studio-map-canvas .map-toolbar .icon-button,
  .site-shell .studio-map-canvas .hd-toggle {
    min-height: 42px;
  }

  .site-shell .studio-map-canvas .map-toolbar > .ghost-button,
  .site-shell .studio-map-canvas .hd-toggle-label {
    font-size: 15px;
  }

  .site-shell .studio-map-canvas .map-toolbar > .visual-map-add-button {
    min-width: 104px;
    padding-inline: 9px 12px;
  }

  .visual-map-add-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: 18px;
  }

  .site-shell .studio-map-canvas .map-toolbar .icon-button {
    width: 44px;
    min-width: 44px;
    font-size: 24px;
  }
}

/* Unavailable campus map state. */
.site-shell .studio-map-canvas .map-plane-unavailable {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-color: rgba(88, 215, 238, 0.24);
  background:
    radial-gradient(circle at 50% 38%, rgba(34, 199, 232, 0.18), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(125, 211, 167, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(9, 16, 34, 0.96), rgba(5, 9, 22, 0.98));
}

.site-shell .studio-map-canvas .map-plane-unavailable::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 14px),
    repeating-linear-gradient(90deg, rgba(34, 199, 232, 0.045) 0 1px, transparent 1px 46px);
  opacity: 0.48;
  mask-image: radial-gradient(circle at center, #000 0 44%, transparent 74%);
}

.campus-map-empty {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: min(560px, calc(100% - 48px));
  padding: clamp(28px, 5vw, 54px);
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(88, 215, 238, 0.28);
  background:
    linear-gradient(180deg, rgba(17, 26, 48, 0.9), rgba(8, 13, 29, 0.82)),
    rgba(8, 12, 25, 0.82);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.36),
    0 0 56px rgba(34, 199, 232, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.campus-map-empty-kicker {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(34, 199, 232, 0.34);
  background: rgba(34, 199, 232, 0.1);
  color: #33d8f4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.campus-map-empty h3 {
  margin: 22px 0 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.campus-map-empty p {
  max-width: 450px;
  margin: 18px 0 0;
  color: rgba(226, 238, 255, 0.76);
  font-size: 17px;
  line-height: 1.85;
}

.campus-map-empty .solid-button {
  margin-top: 28px;
  min-height: 50px;
  padding-inline: 24px;
}

@media (max-width: 760px) {
  .campus-map-empty {
    width: min(100% - 28px, 480px);
    padding: 28px 18px;
  }

  .campus-map-empty h3 {
    font-size: 32px;
  }

  .campus-map-empty p {
    font-size: 15px;
  }
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  transition:
    transform 0.16s ease,
    border-color 0.16s ease,
    background 0.16s ease,
    color 0.16s ease;
}

button:hover {
  transform: translateY(-1px);
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(34, 111, 113, 0.25);
  outline-offset: 2px;
}

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

img {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.visitor-shell {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr;
}

.topbar {
  min-height: 70px;
  padding: 14px clamp(16px, 3vw, 34px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(251, 250, 245, 0.68);
  border-bottom: 1px solid rgba(18, 33, 42, 0.08);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 30;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 45%),
    linear-gradient(135deg, var(--lake), var(--brick));
  box-shadow: var(--small-shadow);
  flex: 0 0 auto;
}

.brand-title {
  display: block;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-subtitle {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ghost-button,
.solid-button,
.danger-button,
.icon-button {
  padding: 9px 13px;
  font-weight: 700;
}

.ghost-button {
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(18, 33, 42, 0.12);
  color: var(--ink);
}

.ghost-link {
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 7px;
  border: 1px solid rgba(18, 33, 42, 0.12);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  font-weight: 800;
  display: inline-flex;
  align-items: center;
}

.ghost-button.active,
.ghost-button:hover {
  border-color: rgba(34, 111, 113, 0.34);
  color: var(--lake);
  background: #fff;
}

.solid-button {
  color: #fff;
  background: var(--lake);
  box-shadow: 0 14px 28px rgba(34, 111, 113, 0.24);
}

.danger-button {
  color: #fff;
  background: #9b3131;
}

.icon-button {
  width: 40px;
  min-width: 40px;
  padding: 0;
  background: #fff;
  border-color: rgba(18, 33, 42, 0.12);
}

.main-map {
  display: grid;
  grid-template-columns: minmax(330px, 420px) minmax(0, 1fr);
  min-height: calc(100vh - 70px);
  align-items: start;
}

.control-panel {
  position: relative;
  z-index: 5;
  padding: clamp(18px, 2.4vw, 28px);
  border-right: 1px solid rgba(18, 33, 42, 0.08);
  background: rgba(251, 250, 245, 0.76);
  backdrop-filter: blur(22px);
  overflow: auto;
}

.hero-image {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--small-shadow);
  background: #dfe7e1;
}

.hero-image img,
.place-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.place-photo img,
.spotlight-image img {
  object-position: var(--place-image-x, 50%) var(--place-image-y, 50%);
  transform: scale(var(--place-image-zoom, 1));
  transform-origin: var(--place-image-x, 50%) var(--place-image-y, 50%);
}

.eyebrow {
  margin: 20px 0 8px;
  color: var(--brick);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.control-panel h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
}

.lead {
  margin: 14px 0 0;
  color: #405058;
  font-size: 15px;
  line-height: 1.8;
}

.notice-strip {
  margin-top: 18px;
  padding: 12px;
  border-radius: var(--radius);
  border: 1px solid rgba(183, 134, 59, 0.28);
  background: rgba(255, 249, 231, 0.76);
  color: #6c4c17;
  font-size: 13px;
  line-height: 1.6;
}

.selector-row,
.filter-row,
.route-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.selector-row button,
.filter-row button,
.route-row button {
  min-height: 36px;
  padding: 8px 11px;
}

.search-field {
  margin-top: 16px;
  position: relative;
}

.search-field input {
  width: 100%;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  padding: 0 12px;
  color: var(--ink);
}

.quick-stats {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.stat-tile {
  padding: 12px 10px;
  min-height: 72px;
  border-radius: var(--radius);
  border: 1px solid rgba(18, 33, 42, 0.08);
  background: rgba(255, 255, 255, 0.76);
}

.stat-value {
  display: block;
  font-size: 23px;
  font-weight: 900;
}

.stat-label {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.place-detail {
  margin-top: 18px;
  padding: 14px;
  border-radius: var(--radius);
  border: 1px solid rgba(18, 33, 42, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--small-shadow);
}

.place-photo {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(135deg, #dbe7e4, #f2e6d8);
}

.place-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 13px;
}

.place-detail h2 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0;
}

.type-pill {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--brick);
  font-size: 12px;
  font-weight: 800;
}

.place-detail p {
  color: #405058;
  line-height: 1.7;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 12px 0;
}

.tag {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(34, 111, 113, 0.1);
  color: var(--lake);
  font-size: 12px;
  font-weight: 800;
}

.tip-box {
  padding: 11px;
  border-left: 3px solid var(--gold);
  border-radius: 5px;
  background: #fff8e8;
  color: #5f461d;
  line-height: 1.7;
  font-size: 13px;
}

.place-spotlight {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 22px;
}

.place-spotlight-backdrop {
  position: absolute;
  inset: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(7, 18, 23, 0.68), rgba(20, 38, 44, 0.56)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 22px);
  cursor: default;
}

.place-spotlight-backdrop:hover {
  transform: none;
}

.place-spotlight-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) minmax(260px, 0.85fr);
  width: min(1060px, calc(100vw - 34px));
  max-height: calc(100vh - 44px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(234, 242, 239, 0.84)),
    repeating-linear-gradient(0deg, rgba(34, 111, 113, 0.08) 0 1px, transparent 1px 10px);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(22px);
  animation: spotlightIn 0.34s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.place-spotlight-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(128, 174, 178, 0.18), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 28%);
  mix-blend-mode: screen;
  animation: spotlightScan 3.8s ease-in-out infinite;
}

.spotlight-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 40px;
  min-width: 40px;
  padding: 0;
  border-radius: 50%;
  border-color: rgba(18, 33, 42, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
  backdrop-filter: blur(12px);
}

.spotlight-image {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background: #dfe7e1;
}

.spotlight-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.spotlight-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 36px);
}

.spotlight-kicker {
  color: var(--lake);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spotlight-copy h2 {
  margin: 10px 0 12px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
}

.spotlight-copy p {
  margin: 0;
  color: #405058;
  font-size: 15px;
  line-height: 1.8;
}

@keyframes spotlightIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes spotlightScan {
  0%,
  100% {
    transform: translateX(-18%);
    opacity: 0.48;
  }

  50% {
    transform: translateX(18%);
    opacity: 0.78;
  }
}

.map-area {
  position: relative;
  min-width: 0;
  height: calc(100vh - 70px);
  min-height: 680px;
  overflow: hidden;
  align-self: start;
  position: sticky;
  top: 70px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), transparent 28%),
    radial-gradient(circle at 76% 16%, rgba(183, 134, 59, 0.18), transparent 25%),
    radial-gradient(circle at 14% 84%, rgba(34, 111, 113, 0.18), transparent 30%),
    rgba(223, 233, 229, 0.72);
  backdrop-filter: blur(18px);
}

.map-toolbar {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 10;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: calc(100% - 36px);
}

.hd-toggle {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px 8px 13px;
  border-radius: 8px;
  border: 1px solid rgba(18, 33, 42, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(235, 241, 239, 0.82));
  color: var(--ink);
  box-shadow:
    0 14px 30px rgba(18, 33, 42, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(14px);
}

.hd-toggle:hover {
  border-color: rgba(34, 111, 113, 0.32);
  color: var(--lake);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 246, 243, 0.9));
}

.hd-toggle-label {
  font-weight: 900;
  letter-spacing: 0;
}

.hd-toggle-state {
  min-width: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.hd-toggle-track {
  position: relative;
  width: 42px;
  height: 22px;
  border-radius: 999px;
  background: rgba(18, 33, 42, 0.16);
  box-shadow:
    inset 0 1px 4px rgba(18, 33, 42, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.58);
  transition:
    background 0.18s ease,
    box-shadow 0.18s ease;
}

.hd-toggle-thumb {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 4px 10px rgba(18, 33, 42, 0.2),
    inset 0 0 0 1px rgba(18, 33, 42, 0.08);
  transition: transform 0.2s ease;
}

.hd-toggle.active {
  border-color: rgba(34, 111, 113, 0.44);
  color: var(--lake);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(224, 240, 235, 0.92));
  box-shadow:
    0 16px 34px rgba(34, 111, 113, 0.18),
    0 0 0 5px rgba(128, 174, 178, 0.12);
}

.hd-toggle.active .hd-toggle-state {
  color: var(--lake);
}

.hd-toggle.active .hd-toggle-track {
  background: linear-gradient(135deg, var(--lake), #5fa6aa);
  box-shadow:
    inset 0 1px 4px rgba(18, 33, 42, 0.16),
    0 0 14px rgba(34, 111, 113, 0.28);
}

.hd-toggle.active .hd-toggle-thumb {
  transform: translateX(20px);
}

.map-plane {
  position: absolute;
  inset: clamp(18px, 3vw, 42px);
  border-radius: 8px;
  border: 1px solid rgba(18, 33, 42, 0.08);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #edf4ef;
}

.map-plane-handdrawn {
  background:
    radial-gradient(ellipse at 50% 44%, rgba(255, 255, 255, 0.82), transparent 45%),
    radial-gradient(circle at 78% 18%, rgba(183, 134, 59, 0.16), transparent 28%),
    radial-gradient(circle at 18% 86%, rgba(34, 111, 113, 0.18), transparent 32%),
    linear-gradient(145deg, #dbe8e3, #f3f5ea 52%, #d2e1dd);
}

.map-plane-handdrawn::before {
  display: none;
}

.handdrawn-map-flat {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.flat-map-viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  overscroll-behavior: contain;
  background:
    radial-gradient(ellipse at 50% 46%, rgba(255, 255, 255, 0.78), transparent 46%),
    radial-gradient(circle at 22% 82%, rgba(34, 111, 113, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(238, 244, 237, 0.92), rgba(220, 232, 227, 0.84));
}

.flat-map-viewport.is-dragging,
.flat-map-viewport.is-pinching {
  cursor: grabbing;
}

.flat-map-progress {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: grid;
  place-items: center;
  padding: 24px;
  color: rgba(30, 54, 62, 0.78);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease;
}

.flat-map-viewport.is-map-visible .flat-map-progress {
  opacity: 0;
  visibility: hidden;
}

.flat-map-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center center;
  will-change: transform;
  filter:
    drop-shadow(0 36px 30px rgba(18, 33, 42, 0.2))
    drop-shadow(0 10px 8px rgba(18, 33, 42, 0.12));
  isolation: isolate;
}

.flat-map-content::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 3%;
  z-index: 0;
  height: 19%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(18, 33, 42, 0.22), transparent 68%);
  filter: blur(18px);
  opacity: 0.72;
  transform: translateY(46%) scaleX(0.86);
  pointer-events: none;
}

.flat-map-image,
.flat-label-layer,
.flat-route-layer,
.flat-pin-layer {
  position: absolute;
  inset: 0;
}

.flat-map-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  image-rendering: auto;
  filter: saturate(1.04) contrast(1.02);
}

.flat-map-image-preview {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.flat-map-image-hq {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.28s ease;
}

.flat-map-content.is-preview-ready .flat-map-image-preview,
.flat-map-content.is-hq-ready .flat-map-image-hq {
  opacity: 1;
}

.flat-map-content.is-hq-ready .flat-map-image-preview {
  opacity: 0;
}

.flat-label-layer {
  display: none;
  z-index: 2;
  overflow: visible;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.18s ease;
}

.flat-map-content.is-labels-enhanced .flat-label-layer {
  opacity: 0;
}

.map-vector-label {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  paint-order: stroke fill;
  stroke: rgba(255, 255, 255, 0.88);
  stroke-width: 0.28;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.map-vector-label.place,
.map-vector-label.code,
.map-vector-label.legend-red {
  fill: #915346;
  text-shadow: 0 0.08px 0 rgba(70, 30, 25, 0.12);
}

.map-vector-label.code {
  fill: #8f4e42;
}

.map-vector-label.note {
  fill: #111;
  stroke-width: 0.18;
  font-weight: 800;
}

.flat-route-layer {
  z-index: 3;
  overflow: visible;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.flat-route-line {
  fill: none;
  stroke: rgba(214, 146, 52, 0.9);
  stroke-width: 0.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1.8 1.1;
  filter: drop-shadow(0 1px 1px rgba(108, 46, 18, 0.28));
}

.flat-pin-layer {
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.flat-map-content.is-preview-ready .flat-route-layer,
.flat-map-content.is-preview-ready .flat-pin-layer {
  opacity: 1;
}

.flat-map-content.is-preview-ready .flat-pin-layer {
  pointer-events: auto;
}

.flat-map-pin {
  position: absolute;
  left: calc(var(--x) * 1%);
  top: calc(var(--y) * 1%);
  transform: translate(-50%, -100%) scale(var(--flat-pin-scale, 1)) scale(var(--pin-size, 0.72));
  transform-origin: center bottom;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  max-width: 130px;
  padding: 4px 8px 4px 4px;
  border-radius: 999px;
  border: 1px solid rgba(18, 33, 42, 0.14);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 9px 20px rgba(18, 33, 42, 0.16);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  backdrop-filter: blur(10px);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.flat-map-pin:hover {
  transform: translate(-50%, -100%) scale(var(--flat-pin-scale, 1)) scale(var(--pin-size, 0.72)) scale(1.08);
  border-color: rgba(34, 111, 113, 0.34);
  box-shadow:
    0 14px 28px rgba(18, 33, 42, 0.2),
    0 0 0 6px rgba(128, 174, 178, 0.14);
}

.flat-map-pin.active {
  outline: 4px solid rgba(183, 134, 59, 0.28);
  z-index: 4;
}

.flat-pin-dot {
  display: grid;
  width: 22px;
  height: 22px;
  min-width: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--lake);
  color: #fff;
  font-size: 10px;
}

.flat-map-pin[data-kind="生活"] .flat-pin-dot {
  background: var(--gold);
}

.flat-map-pin[data-kind="服务"] .flat-pin-dot {
  background: var(--brick);
}

.flat-map-pin[data-kind="运动"] .flat-pin-dot {
  background: var(--moss);
}

.flat-map-pin[data-kind="入口"] .flat-pin-dot {
  background: #2d4652;
}

.flat-pin-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.three-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #405058;
  font-weight: 800;
  background:
    radial-gradient(circle at 52% 40%, rgba(255, 255, 255, 0.62), transparent 28%),
    #dce9e4;
}

.map-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #405058;
  font-weight: 800;
  background: #dfe9e5;
}

.map-source-badge {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 8;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(18, 33, 42, 0.1);
  color: #405058;
  box-shadow: 0 10px 24px rgba(18, 33, 42, 0.12);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.map-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.route-line {
  fill: none;
  stroke: var(--brick);
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 2.8 1.8;
  filter: drop-shadow(0 2px 2px rgba(147, 70, 54, 0.22));
}

.place-pin {
  position: absolute;
  left: calc(var(--x) * 1%);
  top: calc(var(--y) * 1%);
  transform: translate(-50%, -50%) translateY(-8px);
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.92);
  background: var(--lake);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow:
    0 14px 24px rgba(18, 33, 42, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  font-weight: 900;
  font-size: 13px;
  z-index: 4;
  backdrop-filter: blur(8px);
}

.place-pin[data-kind="生活"] {
  background: var(--gold);
}

.place-pin[data-kind="教学"] {
  background: var(--lake);
}

.place-pin[data-kind="服务"] {
  background: var(--brick);
}

.place-pin[data-kind="运动"] {
  background: var(--moss);
}

.place-pin[data-kind="入口"] {
  background: #2d4652;
}

.place-pin.active {
  outline: 5px solid rgba(183, 134, 59, 0.28);
  transform: translate(-50%, -50%) translateY(-8px) scale(1.1);
}

.pin-label {
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 150px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 33, 42, 0.08);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(18, 33, 42, 0.11);
  pointer-events: none;
}

.route-card {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: min(390px, calc(100% - 36px));
  padding: 14px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(18, 33, 42, 0.1);
  box-shadow: var(--small-shadow);
  z-index: 9;
}

.route-card h3 {
  margin: 0 0 7px;
  font-size: 17px;
}

.route-card p,
.empty-detail {
  color: var(--muted);
  line-height: 1.7;
  font-size: 13px;
}

.route-steps {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #405058;
  line-height: 1.75;
  font-size: 13px;
}

.guide-dock {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 16px clamp(16px, 3vw, 34px) 22px;
  background: rgba(251, 250, 245, 0.72);
  border-top: 1px solid rgba(18, 33, 42, 0.08);
  backdrop-filter: blur(18px);
}

.guide-card {
  padding: 14px;
  min-height: 142px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(18, 33, 42, 0.08);
  box-shadow: 0 10px 22px rgba(18, 33, 42, 0.06);
}

.guide-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.guide-card ul {
  margin: 0;
  padding-left: 17px;
  color: #405058;
  font-size: 13px;
  line-height: 1.72;
}

.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  background: rgba(245, 247, 245, 0.72);
  backdrop-filter: blur(16px);
}

.admin-sidebar {
  padding: 18px;
  border-right: 1px solid rgba(18, 33, 42, 0.1);
  background: #ffffff;
}

.admin-sidebar .brand-lockup {
  margin-bottom: 24px;
}

.admin-nav {
  display: grid;
  gap: 8px;
}

.admin-nav button {
  width: 100%;
  justify-content: flex-start;
  text-align: left;
  background: transparent;
  border-color: transparent;
  padding: 11px 12px;
  color: #405058;
}

.admin-nav button.active,
.admin-nav button:hover {
  color: var(--lake);
  background: rgba(34, 111, 113, 0.08);
  border-color: rgba(34, 111, 113, 0.12);
}

.admin-main {
  min-width: 0;
  padding: clamp(18px, 3vw, 34px);
  overflow: auto;
}

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

.admin-header h1 {
  margin: 0;
  font-size: 28px;
}

.admin-header p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.admin-card {
  padding: 16px;
  border-radius: var(--radius);
  border: 1px solid rgba(18, 33, 42, 0.09);
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 33, 42, 0.06);
}

.admin-spaced {
  margin-top: 16px;
}

.admin-card h2,
.admin-card h3 {
  margin: 0 0 12px;
}

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

.form-grid .wide {
  grid-column: 1 / -1;
}

.field {
  display: grid;
  gap: 6px;
}

.field label,
.field-title {
  color: #405058;
  font-size: 12px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #cdd7d3;
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  padding: 10px 11px;
}

.field textarea {
  min-height: 112px;
  resize: vertical;
  line-height: 1.65;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.admin-header-actions {
  margin-top: 0;
  justify-content: flex-end;
}

.place-list {
  display: grid;
  gap: 8px;
  max-height: 65vh;
  overflow: auto;
  padding-right: 4px;
}

.place-list button {
  width: 100%;
  min-height: 54px;
  padding: 9px 10px;
  text-align: left;
  background: #fff;
  border-color: rgba(18, 33, 42, 0.12);
}

.place-list button.active {
  border-color: rgba(34, 111, 113, 0.42);
  background: rgba(34, 111, 113, 0.08);
}

.list-title {
  display: block;
  font-weight: 900;
}

.list-meta {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.preview-pane {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.preview-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 7px;
  overflow: hidden;
  background: #e6ece8;
  border: 1px solid rgba(18, 33, 42, 0.08);
}

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

.admin-location-editor {
  margin: 0 0 16px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(34, 111, 113, 0.16);
  background:
    linear-gradient(145deg, rgba(246, 250, 247, 0.95), rgba(230, 240, 236, 0.9)),
    repeating-linear-gradient(90deg, rgba(34, 111, 113, 0.06) 0 1px, transparent 1px 18px);
}

.admin-location-map {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 2674 / 3787;
  max-height: 520px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(18, 33, 42, 0.12);
  background: #e5efeb;
  cursor: crosshair;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.46);
  touch-action: none;
}

.admin-location-map.is-dragging {
  cursor: grabbing;
}

.admin-location-map img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}

.admin-location-pin {
  position: absolute;
  left: calc(var(--x) * 1%);
  top: calc(var(--y) * 1%);
  z-index: 2;
  transform: translate(-50%, -100%) scale(var(--pin-size, 0.72));
  transform-origin: center bottom;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  max-width: 168px;
  padding: 5px 10px 5px 5px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  box-shadow:
    0 14px 26px rgba(18, 33, 42, 0.22),
    0 0 0 7px rgba(34, 111, 113, 0.12);
  backdrop-filter: blur(12px);
  cursor: grab;
}

.admin-location-pin:active {
  cursor: grabbing;
}

.admin-location-pin:hover {
  transform: translate(-50%, -100%) scale(var(--pin-size, 0.72)) scale(1.08);
}

.admin-location-pin span {
  display: grid;
  width: 26px;
  height: 26px;
  min-width: 26px;
  place-items: center;
  border-radius: 50%;
  background: var(--lake);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.admin-location-pin strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.data-tools {
  display: grid;
  gap: 10px;
}

.mini-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.section-list {
  display: grid;
  gap: 14px;
}

.hidden-input {
  display: none;
}

@media (max-width: 1040px) {
  .main-map {
    grid-template-columns: 1fr;
  }

  .control-panel {
    border-right: 0;
    border-bottom: 1px solid rgba(18, 33, 42, 0.08);
  }

  .map-area {
    position: relative;
    top: auto;
    height: auto;
    min-height: 76vh;
  }

  .map-plane {
    inset: 18px;
  }

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

@media (max-width: 760px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .main-map {
    min-height: auto;
  }

  .control-panel h1 {
    font-size: 34px;
  }

  .quick-stats,
  .guide-dock {
    grid-template-columns: 1fr;
  }

  .map-area {
    position: relative;
    top: auto;
    height: auto;
    min-height: 72vh;
  }

  .place-spotlight {
    padding: 12px;
  }

  .place-spotlight-card {
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .spotlight-image {
    min-height: 240px;
    max-height: 42vh;
  }

  .spotlight-copy h2 {
    font-size: 30px;
  }

  .map-source-badge {
    top: 72px;
    left: 14px;
    max-width: calc(100% - 28px);
  }

  .flat-map-pin {
    padding-right: 5px;
    max-width: 92px;
  }

  .flat-pin-label {
    max-width: 56px;
  }

  .pin-label {
    display: none;
  }

  .route-card {
    left: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    max-height: 178px;
    overflow: auto;
  }

  .route-card p {
    margin: 0;
  }

  .route-steps {
    margin-top: 7px;
  }

  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(18, 33, 42, 0.1);
  }

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

  .admin-header,
  .preview-pane {
    display: block;
  }

  .preview-img {
    margin-bottom: 12px;
  }

  .admin-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }
}

/* Cinematic campus theme inspired by the referenced AI studio style. */
.visitor-shell {
  --ink: #f7fbff;
  --muted: rgba(206, 219, 238, 0.74);
  --line: rgba(147, 197, 253, 0.2);
  --panel: rgba(9, 13, 28, 0.64);
  --panel-solid: rgba(12, 17, 34, 0.86);
  --lake: #20d6e8;
  --lake-2: #7db8ff;
  --brick: #ff5f9f;
  --moss: #95d86f;
  --gold: #ffb545;
  --clay: #ff8e5f;
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.46);
  --small-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--ink);
  background: #03050b;
}

.cinematic-bg-video {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.46) contrast(1.12) saturate(1.08);
  pointer-events: none;
}

.cinematic-bg-shade,
.cinematic-bg-grid {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.cinematic-bg-shade {
  background:
    linear-gradient(90deg, rgba(2, 4, 12, 0.9), rgba(4, 8, 20, 0.5) 42%, rgba(2, 4, 12, 0.78)),
    linear-gradient(180deg, rgba(2, 4, 12, 0.76), rgba(6, 12, 28, 0.28) 34%, rgba(2, 4, 12, 0.88)),
    linear-gradient(135deg, rgba(32, 214, 232, 0.18), transparent 34%, rgba(255, 95, 159, 0.16));
  box-shadow: inset 0 0 22vw rgba(0, 0, 0, 0.72);
}

.cinematic-bg-grid {
  opacity: 0.34;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(90deg, rgba(32, 214, 232, 0.042) 0 1px, transparent 1px 34px);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 78%);
}

.visitor-shell > .topbar,
.visitor-shell > .main-map,
.visitor-shell > .guide-dock {
  position: relative;
  z-index: 2;
}

.visitor-shell .topbar {
  min-height: 74px;
  margin: 14px clamp(12px, 2.4vw, 30px) 0;
  border: 1px solid rgba(160, 197, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(10, 15, 32, 0.74), rgba(13, 18, 40, 0.46)),
    rgba(4, 7, 15, 0.52);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
}

.visitor-shell .brand-mark {
  color: #061018;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 42%),
    linear-gradient(135deg, var(--lake), var(--gold) 54%, var(--brick));
  box-shadow:
    0 0 28px rgba(32, 214, 232, 0.3),
    0 12px 28px rgba(0, 0, 0, 0.34);
}

.visitor-shell .brand-title {
  color: #fff;
}

.visitor-shell .brand-subtitle {
  color: rgba(206, 219, 238, 0.68);
}

.visitor-shell .main-map {
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  gap: 16px;
  min-height: calc(100vh - 88px);
  padding: 16px clamp(12px, 2.4vw, 30px) 18px;
}

.visitor-shell .control-panel {
  height: calc(100vh - 120px);
  min-height: 680px;
  border: 1px solid rgba(160, 197, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(12, 18, 38, 0.76), rgba(7, 11, 24, 0.62)),
    rgba(6, 9, 20, 0.52);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
}

.visitor-shell .hero-image {
  position: relative;
  border: 1px solid rgba(125, 184, 255, 0.24);
  background: #08101e;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

.visitor-shell .hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 58%, rgba(2, 4, 12, 0.58)),
    linear-gradient(90deg, rgba(32, 214, 232, 0.12), transparent 46%, rgba(255, 181, 69, 0.12));
}

.hero-image video,
.preview-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.visitor-shell .eyebrow {
  color: var(--lake);
  text-shadow: 0 0 18px rgba(32, 214, 232, 0.4);
}

.visitor-shell .control-panel h1 {
  color: #fff;
  font-size: clamp(36px, 5vw, 58px);
  text-wrap: balance;
}

.visitor-shell .lead,
.visitor-shell .place-detail p,
.visitor-shell .route-card p,
.visitor-shell .empty-detail,
.visitor-shell .guide-card ul {
  color: rgba(222, 232, 246, 0.78);
}

.visitor-shell .notice-strip {
  border-color: rgba(255, 181, 69, 0.26);
  background:
    linear-gradient(135deg, rgba(255, 181, 69, 0.14), rgba(32, 214, 232, 0.08)),
    rgba(255, 255, 255, 0.04);
  color: rgba(255, 234, 198, 0.92);
}

.visitor-shell .ghost-button,
.visitor-shell .ghost-link,
.visitor-shell .icon-button {
  border-color: rgba(160, 197, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(236, 244, 255, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.visitor-shell .ghost-button.active,
.visitor-shell .ghost-button:hover,
.visitor-shell .ghost-link:hover,
.visitor-shell .icon-button:hover {
  border-color: rgba(32, 214, 232, 0.48);
  background: rgba(32, 214, 232, 0.13);
  color: #fff;
  box-shadow:
    0 0 22px rgba(32, 214, 232, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.visitor-shell .solid-button {
  color: #041018;
  background: linear-gradient(135deg, var(--lake), #9ef6ff 48%, var(--gold));
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 18px 38px rgba(32, 214, 232, 0.24),
    0 0 22px rgba(255, 181, 69, 0.12);
}

.visitor-shell .search-field input {
  border-color: rgba(160, 197, 255, 0.18);
  background: rgba(4, 8, 19, 0.52);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.visitor-shell .search-field input::placeholder {
  color: rgba(206, 219, 238, 0.48);
}

.visitor-shell .stat-tile,
.visitor-shell .place-detail,
.visitor-shell .guide-card,
.visitor-shell .route-card {
  border-color: rgba(160, 197, 255, 0.15);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.04)),
    rgba(7, 11, 24, 0.58);
  color: #fff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
}

.visitor-shell .stat-value,
.visitor-shell .place-detail h2,
.visitor-shell .guide-card h3,
.visitor-shell .route-card h3 {
  color: #fff;
}

.visitor-shell .stat-label,
.visitor-shell .mini-note {
  color: rgba(206, 219, 238, 0.68);
}

.visitor-shell .place-photo {
  background: #08101e;
  border: 1px solid rgba(160, 197, 255, 0.12);
}

.visitor-shell .type-pill,
.visitor-shell .tag {
  color: #061018;
  background: linear-gradient(135deg, var(--lake), #bdf9ff);
}

.visitor-shell .tip-box {
  border-left-color: var(--gold);
  background: rgba(255, 181, 69, 0.12);
  color: rgba(255, 238, 210, 0.92);
}

.visitor-shell .map-area {
  height: calc(100vh - 120px);
  min-height: 680px;
  top: 88px;
  border: 1px solid rgba(160, 197, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(32, 214, 232, 0.09), transparent 38%),
    linear-gradient(315deg, rgba(255, 95, 159, 0.08), transparent 42%),
    rgba(4, 8, 18, 0.5);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.visitor-shell .map-plane {
  inset: 16px;
  border-color: rgba(32, 214, 232, 0.24);
  background: rgba(3, 6, 14, 0.72);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 48px rgba(32, 214, 232, 0.12),
    0 28px 80px rgba(0, 0, 0, 0.42);
}

.visitor-shell .map-plane-handdrawn {
  background:
    linear-gradient(135deg, rgba(236, 255, 246, 0.88), rgba(213, 232, 226, 0.78)),
    rgba(222, 237, 231, 0.82);
}

.visitor-shell .flat-map-viewport {
  background:
    linear-gradient(145deg, rgba(231, 244, 239, 0.92), rgba(196, 218, 214, 0.74)),
    rgba(217, 234, 228, 0.86);
}

.visitor-shell .hd-toggle {
  border-color: rgba(160, 197, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    rgba(4, 8, 18, 0.68);
  color: rgba(236, 244, 255, 0.9);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.visitor-shell .hd-toggle:hover,
.visitor-shell .hd-toggle.active {
  border-color: rgba(32, 214, 232, 0.54);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(32, 214, 232, 0.22), rgba(255, 181, 69, 0.1)),
    rgba(4, 8, 18, 0.72);
  box-shadow:
    0 0 28px rgba(32, 214, 232, 0.18),
    0 18px 42px rgba(0, 0, 0, 0.36);
}

.visitor-shell .hd-toggle-state {
  color: rgba(206, 219, 238, 0.72);
}

.visitor-shell .hd-toggle.active .hd-toggle-state {
  color: var(--lake);
}

.visitor-shell .hd-toggle-track {
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 5px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.visitor-shell .hd-toggle.active .hd-toggle-track {
  background: linear-gradient(135deg, var(--lake), var(--gold));
  box-shadow:
    inset 0 1px 4px rgba(0, 0, 0, 0.18),
    0 0 18px rgba(32, 214, 232, 0.3);
}

.visitor-shell .flat-map-pin {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(250, 253, 255, 0.94);
  color: #081421;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(32, 214, 232, 0.08);
}

.visitor-shell .guide-dock {
  gap: 12px;
  padding: 0 clamp(12px, 2.4vw, 30px) 28px;
  border-top: 0;
  background: transparent;
  backdrop-filter: none;
}

.visitor-shell .place-spotlight-backdrop {
  background:
    linear-gradient(135deg, rgba(1, 4, 12, 0.82), rgba(4, 10, 24, 0.7)),
    repeating-linear-gradient(90deg, rgba(32, 214, 232, 0.05) 0 1px, transparent 1px 24px);
}

.visitor-shell .place-spotlight-card {
  border-color: rgba(32, 214, 232, 0.24);
  background:
    linear-gradient(145deg, rgba(11, 18, 39, 0.9), rgba(7, 11, 24, 0.82)),
    rgba(4, 8, 18, 0.78);
  color: #fff;
}

.visitor-shell .spotlight-copy p {
  color: rgba(222, 232, 246, 0.78);
}

.visitor-shell .spotlight-close {
  border-color: rgba(160, 197, 255, 0.2);
  background: rgba(4, 8, 18, 0.72);
  color: #fff;
}

@media (max-width: 1040px) {
  .visitor-shell .main-map {
    grid-template-columns: 1fr;
  }

  .visitor-shell .control-panel {
    height: auto;
    min-height: 0;
  }

  .visitor-shell .map-area {
    position: relative;
    top: auto;
    height: auto;
    min-height: 76vh;
  }
}

@media (max-width: 760px) {
  .visitor-shell .topbar {
    margin: 10px 10px 0;
  }

  .visitor-shell .main-map {
    padding: 10px;
  }

  .visitor-shell .control-panel h1 {
    font-size: 36px;
  }

  .visitor-shell .map-toolbar {
    top: 12px;
    right: 12px;
    max-width: calc(100% - 24px);
  }

  .visitor-shell .map-plane {
    inset: 12px;
  }

  .visitor-shell .guide-dock {
    padding: 0 10px 20px;
  }
}

/* Cineyx-like landing layout adapted for the campus guide. */
.site-shell {
  display: block;
  min-height: 100vh;
  overflow: visible;
  background: transparent;
}

.site-shell .cinematic-bg-video {
  filter: brightness(0.38) contrast(1.16) saturate(1.08);
}

.site-shell .cinematic-bg-shade {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 4, 12, 0.94), rgba(3, 8, 21, 0.56) 42%, rgba(2, 4, 12, 0.9)),
    linear-gradient(180deg, rgba(2, 4, 12, 0.74), rgba(2, 4, 12, 0.26) 38%, rgba(2, 4, 12, 0.92)),
    linear-gradient(135deg, rgba(6, 182, 212, 0.24), transparent 36%, rgba(245, 158, 11, 0.12));
}

.site-shell .cinematic-bg-shade::before,
.site-shell .cinematic-bg-shade::after,
.cinematic-backdrop .cinematic-bg-shade::before,
.cinematic-backdrop .cinematic-bg-shade::after {
  content: "";
  position: absolute;
  inset: -28%;
  pointer-events: none;
}

.site-shell .cinematic-bg-shade::before,
.cinematic-backdrop .cinematic-bg-shade::before {
  opacity: 0.58;
  background:
    linear-gradient(115deg, transparent 0 26%, rgba(31, 213, 249, 0.2) 35%, transparent 48% 100%),
    linear-gradient(245deg, transparent 0 48%, rgba(245, 158, 11, 0.12) 58%, transparent 70% 100%);
  animation: studioLightSweep 12s ease-in-out infinite alternate;
}

.site-shell .cinematic-bg-shade::after,
.cinematic-backdrop .cinematic-bg-shade::after {
  opacity: 0.42;
  background:
    repeating-linear-gradient(105deg, transparent 0 64px, rgba(255, 255, 255, 0.055) 65px, transparent 68px),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
  animation: studioRain 18s linear infinite;
}

.site-shell .cinematic-bg-grid,
.cinematic-backdrop .cinematic-bg-grid {
  opacity: 0.28;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(90deg, rgba(6, 249, 249, 0.045) 0 1px, transparent 1px 42px);
  animation: studioGridDrift 18s linear infinite;
}

.studio-main,
.studio-nav {
  position: relative;
  z-index: 2;
}

.site-shell .studio-nav {
  position: fixed;
  top: 16px;
  left: 50%;
  width: min(1120px, calc(100% - 32px));
  min-height: 68px;
  margin: 0;
  padding: 10px 12px;
  transform: translateX(-50%);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(12, 17, 36, 0.8), rgba(8, 11, 24, 0.58)),
    rgba(3, 5, 11, 0.72);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(24px);
}

.site-shell .brand-lockup {
  min-width: 210px;
}

.site-shell .brand-mark {
  width: 44px;
  height: 44px;
}

.studio-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(222, 232, 246, 0.66);
  font-size: 14px;
  font-weight: 800;
}

.studio-nav-links a {
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 8px;
  transition:
    background 0.18s ease,
    color 0.18s ease;
}

.studio-nav-links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.site-shell .solid-button,
.site-shell .ghost-button,
.site-shell .icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-shell .solid-button {
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 900;
}

.studio-main {
  overflow: hidden;
}

.studio-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 132px 0 72px;
}

.studio-hero-copy {
  max-width: 660px;
}

.studio-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(31, 213, 249, 0.28);
  background: rgba(6, 182, 212, 0.1);
  color: rgba(205, 247, 255, 0.96);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 0 18px rgba(31, 213, 249, 0.08);
}

.studio-hero h1 {
  margin: 22px 0 0;
  max-width: 720px;
  color: #fff;
  font-size: clamp(58px, 8.4vw, 116px);
  line-height: 0.9;
  letter-spacing: 0;
  text-wrap: balance;
}

.studio-hero p {
  margin: 24px 0 0;
  max-width: 620px;
  color: rgba(222, 232, 246, 0.72);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.9;
}

.studio-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.studio-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 560px;
  margin-top: 34px;
}

.studio-metrics span {
  min-height: 94px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.studio-metrics strong {
  display: block;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.studio-metrics small {
  display: block;
  margin-top: 8px;
  color: rgba(206, 219, 238, 0.68);
  font-size: 12px;
  font-weight: 800;
}

.studio-hero-showcase {
  position: relative;
  min-height: 520px;
  perspective: 1100px;
}

.studio-preview-window {
  position: absolute;
  inset: 48px 22px 34px 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(31, 213, 249, 0.3);
  background: rgba(3, 7, 16, 0.74);
  box-shadow:
    0 40px 110px rgba(0, 0, 0, 0.48),
    0 0 70px rgba(31, 213, 249, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: rotateY(-13deg) rotateX(4deg);
  transform-origin: center;
}

.studio-preview-window::before,
.studio-preview-window::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.studio-preview-window::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%, rgba(0, 0, 0, 0.26)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 5px);
  mix-blend-mode: screen;
}

.studio-preview-window::after {
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.42);
}

.studio-preview-window video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08);
}

.studio-preview-hud {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(3, 7, 16, 0.62);
  backdrop-filter: blur(18px);
}

.studio-preview-hud span,
.studio-floating-card span {
  color: rgba(206, 219, 238, 0.64);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.studio-preview-hud strong,
.studio-floating-card strong {
  color: #fff;
  font-size: 15px;
}

.studio-floating-card {
  position: absolute;
  z-index: 4;
  min-width: 180px;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 12, 28, 0.72);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  animation: studioFloat 5.5s ease-in-out infinite;
}

.studio-floating-card strong {
  display: block;
  margin-top: 5px;
}

.studio-floating-card-a {
  top: 14px;
  left: 34px;
}

.studio-floating-card-b {
  right: 0;
  top: 45%;
  animation-delay: -1.6s;
}

.studio-floating-card-c {
  left: 18%;
  bottom: 0;
  animation-delay: -2.7s;
}

.studio-logo-strip {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(1120px, calc(100% - 40px));
  margin: -28px auto 0;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(3, 6, 14, 0.58);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.studio-logo-strip span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  color: rgba(222, 232, 246, 0.76);
  background: rgba(255, 255, 255, 0.055);
  font-weight: 900;
  font-size: 13px;
}

.studio-section {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 112px 0 0;
}

.studio-section-heading {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 18px;
  max-width: 800px;
  margin: 0 auto 34px;
}

.studio-section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.studio-section-heading p {
  margin: 0;
  color: rgba(222, 232, 246, 0.68);
  line-height: 1.8;
}

.studio-feature-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(2, minmax(0, 0.9fr));
  gap: 12px;
}

.studio-feature-card {
  min-height: 260px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
    rgba(6, 10, 23, 0.62);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.studio-feature-card.featured {
  grid-row: span 2;
  min-height: 532px;
  background:
    linear-gradient(135deg, rgba(6, 249, 249, 0.16), transparent 38%),
    linear-gradient(315deg, rgba(245, 158, 11, 0.12), transparent 48%),
    rgba(6, 10, 23, 0.68);
}

.studio-feature-card span {
  color: rgba(31, 213, 249, 0.92);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.studio-feature-card h3 {
  margin: 22px 0 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
}

.studio-feature-card p {
  margin: 18px 0 0;
  color: rgba(222, 232, 246, 0.7);
  line-height: 1.85;
}

.studio-map-section {
  width: min(1320px, calc(100% - 32px));
}

.map-heading {
  max-width: 860px;
}

.studio-map-workspace {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  min-height: 760px;
}

.studio-map-sidebar {
  min-width: 0;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(180deg, rgba(12, 17, 36, 0.74), rgba(7, 11, 24, 0.68)),
    rgba(3, 6, 14, 0.62);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
}

.studio-map-sidebar h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 26px;
  line-height: 1.12;
}

.site-shell .studio-map-canvas {
  position: relative;
  top: auto;
  height: auto;
  min-height: 760px;
  border-color: rgba(31, 213, 249, 0.2);
  background:
    linear-gradient(135deg, rgba(6, 249, 249, 0.12), transparent 40%),
    rgba(3, 6, 14, 0.58);
}

.site-shell .studio-map-canvas .map-plane {
  inset: 14px;
}

.site-shell .studio-map-canvas .map-toolbar {
  top: 28px;
  right: 28px;
}

.studio-guide-section {
  padding-bottom: 70px;
}

.site-shell .studio-guide-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  background: transparent;
}

.site-shell .studio-guide-grid .guide-card {
  min-height: 220px;
}

.studio-final-panel {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 18px;
  margin-top: 18px;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 8px;
  border: 1px solid rgba(31, 213, 249, 0.18);
  background:
    linear-gradient(135deg, rgba(6, 249, 249, 0.14), transparent 42%),
    linear-gradient(315deg, rgba(245, 158, 11, 0.1), transparent 46%),
    rgba(6, 10, 23, 0.72);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.studio-final-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.06;
}

.studio-final-panel p {
  max-width: 720px;
  margin: 0;
  color: rgba(222, 232, 246, 0.72);
  line-height: 1.85;
}

@keyframes studioLightSweep {
  from {
    transform: translateX(-8%) translateY(-3%) rotate(0.001deg);
  }

  to {
    transform: translateX(8%) translateY(3%) rotate(0.001deg);
  }
}

@keyframes studioRain {
  from {
    transform: translate3d(-2%, -2%, 0);
  }

  to {
    transform: translate3d(2%, 4%, 0);
  }
}

@keyframes studioGridDrift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 0 220px, 140px 0;
  }
}

@keyframes studioFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 1080px) {
  .studio-hero,
  .studio-map-workspace {
    grid-template-columns: 1fr;
  }

  .studio-hero-showcase {
    min-height: 460px;
  }

  .studio-preview-window {
    inset: 18px 0 28px;
    transform: none;
  }

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

  .studio-feature-card.featured {
    grid-row: auto;
    grid-column: span 2;
    min-height: 320px;
  }

  .site-shell .studio-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-shell .studio-nav {
    top: 10px;
    width: calc(100% - 20px);
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .site-shell .brand-lockup {
    flex: 1 1 150px;
    min-width: 0;
  }

  .site-shell .topbar-actions {
    width: auto;
    flex: 0 0 auto;
    gap: 6px;
  }

  .site-shell .topbar-actions .solid-button,
  .site-shell .topbar-actions .ghost-button {
    padding-inline: 11px;
  }

  .studio-nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
  }

  .studio-hero,
  .studio-section {
    width: calc(100% - 20px);
  }

  .studio-hero {
    min-height: auto;
    padding: 184px 0 54px;
  }

  .studio-hero h1 {
    font-size: 54px;
  }

  .studio-metrics,
  .studio-feature-grid,
  .site-shell .studio-guide-grid {
    grid-template-columns: 1fr;
  }

  .studio-feature-card,
  .studio-feature-card.featured {
    grid-column: auto;
    min-height: 0;
  }

  .studio-logo-strip,
  .studio-map-section {
    width: calc(100% - 20px);
  }

  .studio-map-workspace {
    min-height: 0;
  }

  .site-shell .studio-map-canvas {
    min-height: 72vh;
  }

  .site-shell .studio-map-canvas .map-toolbar {
    top: 24px;
    right: 24px;
  }

  .studio-floating-card {
    min-width: 148px;
  }

  .studio-floating-card-b {
    right: 8px;
  }
}

/* Final video-first landing overrides. */
.site-shell .cinematic-bg-video,
.cinematic-backdrop .cinematic-bg-video {
  opacity: 1;
  filter: brightness(0.88) contrast(1.04) saturate(1.08);
}

.site-shell .cinematic-bg-shade,
.cinematic-backdrop .cinematic-bg-shade {
  background:
    radial-gradient(circle at 50% 40%, rgba(16, 185, 214, 0.08), transparent 26%),
    linear-gradient(90deg, rgba(2, 4, 12, 0.52), rgba(3, 8, 21, 0.12) 44%, rgba(2, 4, 12, 0.58)),
    linear-gradient(180deg, rgba(3, 5, 11, 0.42), rgba(3, 5, 11, 0.04) 42%, rgba(3, 5, 11, 0.62));
}

.site-shell .cinematic-bg-shade::before,
.cinematic-backdrop .cinematic-bg-shade::before {
  opacity: 0.18;
  background:
    linear-gradient(115deg, transparent 0 28%, rgba(35, 217, 240, 0.22) 38%, transparent 50% 100%),
    linear-gradient(250deg, transparent 0 54%, rgba(243, 178, 57, 0.12) 64%, transparent 74% 100%);
}

.site-shell .cinematic-bg-shade::after,
.cinematic-backdrop .cinematic-bg-shade::after {
  opacity: 0.12;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 6px),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.18));
}

.site-shell .cinematic-bg-grid,
.cinematic-backdrop .cinematic-bg-grid {
  opacity: 0.07;
}

.site-shell .studio-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  min-height: 82px;
  padding: 12px clamp(24px, 6vw, 96px);
  transform: none;
  border-width: 0 0 1px;
  border-radius: 0;
  border-color: rgba(96, 116, 145, 0.28);
  background:
    linear-gradient(180deg, rgba(9, 13, 27, 0.98), rgba(8, 12, 25, 0.94)),
    #080c19;
  box-shadow:
    0 18px 60px rgba(0, 0, 0, 0.36),
    0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.site-shell .brand-lockup {
  min-width: 244px;
}

.site-shell .brand-mark {
  width: 50px;
  height: 50px;
  color: #031018;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.9), transparent 26%),
    linear-gradient(135deg, #22d3ee, #7dd3a7 54%, #f4b43f);
}

.site-shell .brand-title {
  color: rgba(248, 252, 255, 0.96);
}

.site-shell .brand-subtitle,
.studio-nav-links {
  color: rgba(221, 231, 244, 0.62);
}

.studio-nav-links {
  gap: 18px;
  font-size: 15px;
}

.studio-nav-links a {
  color: inherit;
}

.studio-nav-links a:hover {
  color: #fff;
  background: transparent;
}

.site-shell .topbar-actions .ghost-button {
  min-height: 44px;
  color: rgba(238, 246, 255, 0.86);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.site-shell .solid-button {
  min-height: 52px;
  padding: 12px 26px;
  border: 0;
  border-radius: 8px;
  color: #031018;
  background: #22c7e8;
  box-shadow:
    0 22px 52px rgba(34, 199, 232, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.site-shell .solid-button:hover {
  background: #31d8f4;
  transform: translateY(-1px);
}

.studio-main {
  overflow: clip;
}

.studio-hero {
  width: 100%;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
  gap: 0;
  padding: 130px 24px 76px;
  text-align: center;
}

.studio-hero-copy {
  display: grid;
  justify-items: center;
  max-width: 1040px;
  margin: 0 auto;
}

.studio-pill {
  min-height: 40px;
  padding: 9px 18px;
  border-color: rgba(34, 199, 232, 0.34);
  background: rgba(12, 22, 38, 0.56);
  color: #2dd4f2;
  letter-spacing: 0;
}

.hero-kicker {
  margin-top: 30px;
  color: rgba(230, 239, 249, 0.72);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
}

.studio-hero h1 {
  display: grid;
  gap: 4px;
  margin: 26px 0 0;
  max-width: 1100px;
  color: #fff;
  font-size: 104px;
  line-height: 0.95;
  letter-spacing: 0;
}

.studio-hero h1 span:first-child {
  background: linear-gradient(90deg, #27d5f2 0%, #7dd3a7 54%, #f4b43f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.studio-hero p {
  max-width: 900px;
  margin: 28px 0 0;
  color: rgba(238, 246, 255, 0.82);
  font-size: 22px;
  line-height: 1.8;
}

.studio-hero-actions {
  justify-content: center;
  margin-top: 34px;
}

.studio-hero-actions .ghost-button {
  min-height: 52px;
  padding: 12px 26px;
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(12, 16, 28, 0.5);
  color: rgba(248, 252, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-bonus-pill {
  margin-top: 26px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: min(680px, 100%);
  padding: 8px 20px;
  border-radius: 999px;
  border: 1px solid rgba(61, 222, 166, 0.32);
  background: rgba(10, 86, 74, 0.26);
  color: rgba(119, 246, 198, 0.94);
  font-size: 15px;
  font-weight: 900;
  box-shadow: inset 0 0 24px rgba(61, 222, 166, 0.08);
}

.studio-hero-showcase,
.studio-preview-window,
.studio-floating-card {
  display: none;
}

.studio-logo-strip {
  margin-top: -36px;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(5, 8, 18, 0.46);
}

.studio-logo-strip span {
  color: rgba(232, 241, 255, 0.72);
  background: rgba(255, 255, 255, 0.04);
}

.studio-feature-card {
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.studio-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 199, 232, 0.28);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(34, 199, 232, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

@media (max-width: 1080px) {
  .site-shell .brand-lockup {
    min-width: 190px;
  }

  .studio-hero h1 {
    font-size: 78px;
  }

  .hero-kicker {
    font-size: 20px;
  }

  .studio-hero p {
    font-size: 20px;
  }
}

@media (max-width: 760px) {
  .site-shell .studio-nav {
    top: 0;
    width: 100%;
    padding: 10px 14px;
    gap: 8px;
  }

  .site-shell .brand-lockup {
    flex: 1 1 150px;
    min-width: 0;
  }

  .site-shell .brand-mark {
    width: 42px;
    height: 42px;
  }

  .studio-nav-links {
    gap: 6px;
    font-size: 13px;
  }

  .studio-nav-links a {
    padding: 8px 6px;
  }

  .site-shell .topbar-actions .ghost-button {
    display: none;
  }

  .site-shell .topbar-actions .solid-button {
    min-height: 40px;
    padding: 9px 13px;
  }

  .studio-hero {
    width: 100%;
    min-height: 100svh;
    padding: 162px 18px 58px;
  }

  .studio-hero h1 {
    font-size: 48px;
    line-height: 1;
  }

  .hero-kicker {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.55;
  }

  .studio-hero p {
    font-size: 16px;
    line-height: 1.75;
  }

  .studio-hero-actions .solid-button,
  .studio-hero-actions .ghost-button {
    width: min(100%, 300px);
  }

  .hero-bonus-pill {
    font-size: 13px;
    line-height: 1.5;
  }

}

/* Final liquid glass pass: keep the glass effect while preserving text contrast. */
.site-shell .studio-feature-card,
.site-shell .studio-map-sidebar,
.site-shell .studio-guide-grid .guide-card,
.site-shell .studio-final-panel,
.site-shell .place-detail,
.site-shell .stat-tile,
.campus-map-empty {
  position: relative;
  overflow: hidden;
  border-color: rgba(219, 242, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055) 38%, rgba(7, 12, 26, 0.56)),
    linear-gradient(315deg, rgba(50, 216, 244, 0.14), transparent 42%),
    rgba(10, 16, 32, 0.68);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(28px) saturate(1.45);
  -webkit-backdrop-filter: blur(28px) saturate(1.45);
}

.site-shell .studio-feature-card.featured {
  border-color: rgba(70, 225, 248, 0.34);
  background:
    linear-gradient(145deg, rgba(42, 216, 244, 0.2), rgba(255, 255, 255, 0.08) 36%, rgba(7, 12, 26, 0.62)),
    linear-gradient(315deg, rgba(244, 180, 63, 0.12), transparent 42%),
    rgba(9, 16, 32, 0.72);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.42),
    0 0 56px rgba(34, 199, 232, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.site-shell .studio-feature-card h3,
.site-shell .studio-map-sidebar h3,
.site-shell .studio-guide-grid .guide-card h3,
.site-shell .studio-final-panel h2,
.site-shell .place-detail h2,
.campus-map-empty h3 {
  color: #fff;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.42),
    0 0 1px rgba(255, 255, 255, 0.42);
}

.site-shell .studio-feature-card p,
.site-shell .studio-map-sidebar .mini-note,
.site-shell .studio-guide-grid .guide-card ul,
.site-shell .studio-final-panel p,
.site-shell .place-detail p,
.campus-map-empty p {
  color: rgba(239, 247, 255, 0.84);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.34);
}

.site-shell .studio-feature-card span,
.site-shell .guide-card h3,
.site-shell .place-detail h2,
.site-shell .stat-value,
.campus-map-empty-kicker {
  color: #38dff7;
  text-shadow: 0 0 18px rgba(34, 199, 232, 0.24);
}

.site-shell .studio-map-canvas .map-toolbar {
  border-color: rgba(219, 242, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06) 36%, rgba(7, 12, 26, 0.74)),
    rgba(8, 13, 28, 0.82);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(34, 199, 232, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
}

.site-shell .studio-logo-strip {
  border-color: rgba(219, 242, 255, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05)),
    rgba(9, 15, 30, 0.58);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(26px) saturate(1.35);
  -webkit-backdrop-filter: blur(26px) saturate(1.35);
}

/* Liquid glass navigation final override. */
.site-shell .studio-nav {
  top: 14px;
  left: 50%;
  z-index: 9999;
  width: min(1680px, calc(100% - 32px));
  min-height: 78px;
  padding: 10px clamp(18px, 4vw, 54px);
  transform: translateX(-50%);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(231, 248, 255, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.34), transparent 34%),
    radial-gradient(circle at 86% 10%, rgba(66, 223, 250, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.07) 36%, rgba(9, 15, 30, 0.5)),
    rgba(9, 14, 28, 0.56);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 54px rgba(34, 199, 232, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(30px) saturate(1.65);
  -webkit-backdrop-filter: blur(30px) saturate(1.65);
}

.site-shell .studio-nav::before,
.site-shell .studio-nav::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}

.site-shell .studio-nav::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.12) 18%, transparent 38%),
    linear-gradient(252deg, transparent 56%, rgba(101, 232, 255, 0.16) 75%, rgba(255, 255, 255, 0.28));
  opacity: 0.72;
  mix-blend-mode: screen;
}

.site-shell .studio-nav::after {
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow:
    inset 0 0 34px rgba(255, 255, 255, 0.055),
    inset 0 0 76px rgba(34, 199, 232, 0.08);
}

.site-shell .studio-nav > * {
  position: relative;
  z-index: 1;
}

.site-shell .brand-mark {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.86), transparent 24%),
    radial-gradient(circle at 76% 72%, rgba(244, 180, 63, 0.5), transparent 28%),
    linear-gradient(135deg, rgba(92, 231, 255, 0.72), rgba(125, 211, 167, 0.48) 54%, rgba(255, 255, 255, 0.2));
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.26),
    0 0 30px rgba(34, 199, 232, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px) saturate(1.45);
  -webkit-backdrop-filter: blur(16px) saturate(1.45);
}

.site-shell .brand-title {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.42);
}

.site-shell .brand-subtitle,
.site-shell .studio-nav-links {
  color: rgba(242, 248, 255, 0.76);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.34);
}

.site-shell .studio-nav-links a {
  border: 1px solid transparent;
  color: inherit;
}

.site-shell .studio-nav-links a:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.045);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.site-shell .topbar-actions .ghost-button {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(9, 14, 28, 0.22);
  color: rgba(250, 253, 255, 0.92);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
}

.site-shell .topbar-actions .solid-button {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.55), transparent 28%),
    linear-gradient(135deg, rgba(95, 229, 255, 0.96), rgba(34, 199, 232, 0.82) 60%, rgba(125, 211, 167, 0.72));
  color: #031018;
  box-shadow:
    0 18px 42px rgba(34, 199, 232, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -1px 0 rgba(2, 22, 32, 0.12);
}

@media (max-width: 760px) {
  .site-shell .studio-nav {
    top: 10px;
    width: calc(100% - 20px);
    border-radius: 20px;
    padding: 10px 12px;
  }
}
