body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: black;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

body.stargazing-mode {
  overflow-y: hidden;
}

body.viewer-identity-open {
  overflow: hidden;
}

body[data-active-section="route"] {
  background: #03050b;
}

    /* NAV BAR STYLES */
    .nav-bar {
      position: fixed;
      top: 18px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2000;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      width: max-content;
      max-width: calc(100vw - 32px);
      pointer-events: none;
      isolation: isolate;
    }

    .nav-bar::before {
      content: "";
      position: absolute;
      inset: -8px;
      border-radius: 30px;
      z-index: -1;
      background: linear-gradient(180deg, rgba(8, 3, 18, 0.74), rgba(8, 3, 18, 0.5));
      filter: blur(16px);
      opacity: 0.96;
    }

    .nav-container {
      position: relative;
      display: inline-flex;
      justify-content: center;
      flex: 0 0 auto;
      width: auto;
      max-width: calc(100vw - 32px - 58px);
      padding: 10px 16px;
      border-radius: 24px;
      pointer-events: auto;
      background:
        linear-gradient(145deg, rgba(28, 15, 45, 0.95), rgba(9, 5, 18, 0.9)),
        rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(24px) saturate(145%) brightness(0.9);
      -webkit-backdrop-filter: blur(24px) saturate(145%) brightness(0.9);
      border: 1px solid rgba(255, 255, 255, 0.16);
      box-shadow:
        0 20px 48px rgba(2, 0, 10, 0.42),
        0 0 0 1px rgba(7, 1, 18, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.09);
      overflow: visible;
      transition:
        background 360ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 360ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1),
        backdrop-filter 360ms cubic-bezier(0.22, 1, 0.36, 1),
        -webkit-backdrop-filter 360ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .nav-container::before,
    .nav-container::after {
      content: "";
      position: absolute;
      pointer-events: none;
      border-radius: 999px;
      filter: blur(28px);
      opacity: 0.72;
    }

    .nav-container::before {
      width: 140px;
      height: 52px;
      top: -16px;
      left: 28px;
      background: rgba(255, 184, 122, 0.22);
    }

    .nav-container::after {
      width: 128px;
      height: 48px;
      right: 24px;
      bottom: -18px;
      background: rgba(121, 159, 255, 0.18);
    }

    .nav-items {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      gap: 8px;
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 1;
    }

    .nav-link {
      position: relative;
      z-index: 1;
      color: rgba(255, 247, 238, 0.82);
      text-decoration: none;
      font-size: 0.95rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 11px 18px;
      border-radius: 999px;
      transition:
        color 180ms ease,
        transform 180ms ease,
        text-shadow 180ms ease;
    }

    .nav-link:hover {
      color: rgba(255, 251, 246, 0.96);
      text-shadow: 0 0 16px rgba(255, 244, 223, 0.18);
    }

    .nav-link.active {
      color: #fffdf9;
      z-index: 2;
      text-shadow: 0 0 18px rgba(255, 224, 185, 0.22);
    }

    html[data-initial-section="home"] .nav-link[data-section="home"],
    html[data-initial-section="route"] .nav-link[data-section="route"],
    html[data-initial-section="gallery"] .nav-link[data-section="gallery"],
    html[data-initial-section="updates"] .nav-link[data-section="updates"] {
      color: #fffdf9;
      z-index: 2;
      text-shadow: 0 0 18px rgba(255, 224, 185, 0.22);
    }

    .nav-highlight {
      position: absolute;
      top: 4px;
      bottom: 4px;
      height: auto;
      border-radius: 999px;
      background:
        linear-gradient(145deg, rgba(64, 35, 92, 0.94), rgba(31, 18, 50, 0.9));
      border: 1px solid rgba(255, 214, 162, 0.24);
      box-shadow:
        0 12px 28px rgba(8, 1, 20, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
      z-index: 0;
      opacity: 0;
      transition:
        opacity 140ms ease,
        left 260ms cubic-bezier(0.22, 1, 0.36, 1),
        width 260ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .nav-container.is-ready .nav-highlight {
      opacity: 1;
    }

    .nav-highlight::before,
    .nav-highlight::after {
      content: "";
      position: absolute;
      border-radius: inherit;
    }

    .nav-highlight::before {
      inset: -10px;
      z-index: -1;
      filter: blur(20px);
      background:
        linear-gradient(135deg, rgba(255, 186, 118, 0.34), rgba(119, 157, 255, 0.22));
      opacity: 0.9;
    }

    .nav-highlight::after {
      inset: 1px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
        radial-gradient(circle at 18% 50%, rgba(255, 205, 137, 0.22), transparent 54%),
        radial-gradient(circle at 82% 50%, rgba(140, 168, 255, 0.16), transparent 52%);
      opacity: 1;
    }

    .nav-profile {
      position: relative;
      flex: 0 0 auto;
      z-index: 3;
      pointer-events: auto;
    }

    .nav-profile-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 46px;
      height: 46px;
      padding: 0;
      border: 1px solid rgba(255, 223, 204, 0.24);
      border-radius: 50%;
      background:
        radial-gradient(circle at 30% 24%, rgba(255, 194, 146, 0.2), transparent 58%),
        linear-gradient(145deg, rgba(78, 48, 118, 0.58), rgba(28, 16, 47, 0.52)),
        rgba(18, 11, 31, 0.28);
      color: #fff7ef;
      cursor: pointer;
      backdrop-filter: blur(22px) saturate(155%);
      -webkit-backdrop-filter: blur(22px) saturate(155%);
      box-shadow:
        0 16px 28px rgba(6, 0, 18, 0.22),
        0 0 0 1px rgba(255, 208, 178, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
      transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
    }

    .nav-profile-button:hover {
      transform: translateY(-1px);
      border-color: rgba(255, 214, 184, 0.34);
      box-shadow:
        0 18px 34px rgba(6, 0, 18, 0.28),
        0 0 0 1px rgba(255, 214, 184, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .nav-profile-avatar {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      font-size: 0.86rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #fffaf6;
      text-shadow: 0 0 14px rgba(255, 230, 208, 0.18);
    }

    .nav-profile-menu[hidden] {
      display: none !important;
    }

    .nav-profile-menu {
      position: absolute;
      top: calc(100% + 14px);
      right: 0;
      min-width: 224px;
      display: grid;
      gap: 10px;
      padding: 16px;
      border-radius: 20px;
      background:
        radial-gradient(circle at 18% 16%, rgba(255, 190, 146, 0.16), transparent 34%),
        linear-gradient(145deg, rgba(31, 19, 52, 0.9), rgba(17, 10, 30, 0.86)),
        rgba(14, 8, 25, 0.36);
      border: 1px solid rgba(255, 255, 255, 0.16);
      box-shadow:
        0 26px 56px rgba(4, 0, 14, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(28px) saturate(155%) brightness(1.02);
      -webkit-backdrop-filter: blur(28px) saturate(155%) brightness(1.02);
    }

    html[data-viewer-identity="pending"] .nav-profile {
      display: none;
    }

    .nav-profile-menu-kicker {
      margin: 0;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(228, 220, 245, 0.58);
    }

    .nav-profile-menu-name {
      margin: 0;
      font-size: 1.15rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: #fffaf6;
    }

    .nav-profile-menu-action {
      min-height: 42px;
      padding: 11px 14px;
      border: 1px solid rgba(255, 206, 177, 0.18);
      border-radius: 16px;
      background: linear-gradient(135deg, rgba(255, 170, 112, 0.18), rgba(255, 255, 255, 0.04));
      color: #fff6ee;
      font: inherit;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      cursor: pointer;
      transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
    }

    .nav-profile-menu-action:hover {
      transform: translateY(-1px);
      border-color: rgba(255, 219, 197, 0.28);
      box-shadow: 0 14px 28px rgba(255, 153, 89, 0.14);
    }

    .nav-profile-menu-action-secondary {
      background: linear-gradient(135deg, rgba(255, 112, 112, 0.2), rgba(129, 23, 40, 0.26));
      border-color: rgba(255, 157, 157, 0.24);
      color: #ffe7e7;
    }

    .nav-profile-menu-action-secondary:hover {
      border-color: rgba(255, 176, 176, 0.32);
      box-shadow: 0 14px 28px rgba(122, 21, 43, 0.24);
    }

    .viewer-identity-gate {
      position: fixed;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      background:
        radial-gradient(circle at 20% 18%, rgba(255, 183, 129, 0.14), transparent 26%),
        radial-gradient(circle at 82% 78%, rgba(124, 87, 255, 0.16), transparent 30%),
        rgba(4, 2, 10, 0.95);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      z-index: 5000;
      opacity: 0;
      pointer-events: none;
      transition: opacity 220ms ease;
    }

    html[data-viewer-identity="pending"] .viewer-identity-gate,
    .viewer-identity-gate.is-open {
      opacity: 1;
      pointer-events: auto;
    }

    .viewer-identity-card {
      width: min(520px, calc(100vw - 32px));
      display: grid;
      gap: 16px;
      padding: 28px;
      border-radius: 30px;
      background:
        radial-gradient(circle at 18% 18%, rgba(255, 182, 126, 0.14), transparent 28%),
        linear-gradient(145deg, rgba(26, 16, 43, 0.98), rgba(14, 8, 24, 0.96));
      border: 1px solid rgba(255, 255, 255, 0.12);
      box-shadow:
        0 36px 90px rgba(2, 0, 10, 0.46),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }

    .viewer-identity-kicker {
      margin: 0;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(230, 222, 245, 0.62);
    }

    .viewer-identity-title {
      margin: 0;
      font-size: clamp(2rem, 5vw, 3.2rem);
      line-height: 0.98;
      letter-spacing: -0.05em;
      color: #fffaf7;
    }

    .viewer-identity-copy {
      margin: 0;
      font-size: 1rem;
      line-height: 1.75;
      color: rgba(236, 231, 245, 0.76);
    }

    .viewer-identity-form {
      display: grid;
      gap: 14px;
      margin-top: 4px;
    }

    .viewer-identity-input {
      width: 100%;
      min-height: 58px;
      padding: 0 18px;
      border-radius: 18px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      background: rgba(255, 255, 255, 0.05);
      color: #fffaf7;
      font: inherit;
      font-size: 1rem;
      outline: none;
      transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
    }

    .viewer-identity-input::placeholder {
      color: rgba(230, 224, 241, 0.42);
    }

    .viewer-identity-input:focus {
      border-color: rgba(255, 193, 154, 0.42);
      background: rgba(255, 255, 255, 0.07);
      box-shadow: 0 0 0 4px rgba(255, 173, 120, 0.08);
    }

    .viewer-identity-submit {
      min-height: 52px;
      padding: 12px 18px;
      border: 1px solid rgba(255, 208, 183, 0.2);
      border-radius: 18px;
      background: linear-gradient(135deg, rgba(255, 170, 112, 0.24), rgba(255, 230, 214, 0.08));
      color: #fff6ee;
      font: inherit;
      font-size: 0.9rem;
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      cursor: pointer;
      transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
    }

    .viewer-identity-submit:hover {
      transform: translateY(-1px);
      border-color: rgba(255, 223, 201, 0.28);
      box-shadow: 0 16px 34px rgba(255, 156, 85, 0.14);
    }

@media (max-width: 640px) {
    .nav-bar {
      top: 12px;
      gap: 8px;
      max-width: calc(100vw - 20px);
    }

    .nav-container {
      width: auto;
      max-width: calc(100vw - 20px - 48px);
      padding: 8px 10px;
      border-radius: 20px;
    }

    .nav-items {
      gap: 4px;
    }

    .nav-link {
      font-size: 0.76rem;
      letter-spacing: 0.06em;
      padding: 10px 11px;
    }

    .nav-highlight {
      top: 4px;
      bottom: 4px;
      height: auto;
    }

    .nav-profile {
      flex: 0 0 auto;
    }

    .nav-profile-button {
      width: 40px;
      height: 40px;
    }

    .nav-profile-menu {
      min-width: 200px;
      padding: 14px;
    }

    .viewer-identity-gate {
      padding: 18px;
    }

    .viewer-identity-card {
      padding: 22px 18px;
      border-radius: 24px;
    }
    }

    #gallery.page-content {
      max-width: 1120px;
      margin-bottom: 84px;
      padding: 0;
      text-align: left;
      background: transparent;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      overflow: visible;
    }

    .blog-shell {
      display: grid;
      gap: 0;
    }

    .blog-hero-card,
    .blog-feed-shell {
      position: relative;
      overflow: hidden;
      border-radius: 34px;
      background:
        radial-gradient(circle at 18% 20%, rgba(255, 184, 137, 0.18), transparent 34%),
        radial-gradient(circle at 82% 82%, rgba(117, 84, 255, 0.18), transparent 38%),
        linear-gradient(145deg, rgba(27, 17, 49, 0.96), rgba(42, 20, 73, 0.92));
      border: 1px solid rgba(255, 255, 255, 0.12);
      box-shadow: 0 30px 80px rgba(6, 0, 22, 0.28);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }

    .blog-hero-card {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
      gap: 28px;
      align-items: stretch;
      padding: 32px;
    }

    .blog-kicker {
      margin: 0 0 12px;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: rgba(233, 223, 255, 0.62);
    }

    .blog-hero-copy {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 16px;
      min-width: 0;
    }

    .blog-hero-title {
      margin: 0;
      font-size: clamp(2.5rem, 5.2vw, 4.8rem);
      line-height: 0.96;
      letter-spacing: -0.05em;
      color: #fffaf7;
    }

    .blog-hero-text {
      margin: 0;
      max-width: 640px;
      font-size: 1.05rem;
      line-height: 1.75;
      color: rgba(237, 234, 247, 0.78);
    }

    .blog-hero-side {
      display: grid;
      gap: 18px;
      align-content: start;
    }

    .blog-author-stack {
      display: grid;
      gap: 14px;
    }

    .blog-author-chip {
      position: relative;
      display: grid;
      grid-template-columns: 62px minmax(0, 1fr);
      gap: 14px;
      align-items: center;
      padding: 16px 18px;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
      overflow: hidden;
    }

    .blog-author-chip::after {
      content: "";
      position: absolute;
      inset: auto -15% -38% auto;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 196, 141, 0.3), transparent 70%);
      pointer-events: none;
    }

    .blog-author-chip[data-author="josue"]::after {
      background: radial-gradient(circle, rgba(134, 109, 255, 0.28), transparent 70%);
    }

    .blog-author-chip-avatar {
      position: relative;
      width: 62px;
      height: 62px;
      border-radius: 22px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.16);
      box-shadow: 0 18px 32px rgba(6, 0, 16, 0.2);
    }

    .blog-author-chip-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    .blog-author-chip[data-author="toni"] .blog-author-chip-avatar img {
      transform: rotate(-90deg) scale(1.24);
      transform-origin: center;
    }

    .blog-author-chip-copy {
      display: flex;
      flex-direction: column;
      gap: 6px;
      min-width: 0;
      text-align: left;
    }

    .blog-author-chip-copy strong {
      font-size: 1.05rem;
      font-weight: 700;
      color: #fff8f3;
    }

    .blog-author-chip-copy span {
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(239, 231, 255, 0.6);
    }

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

    .blog-stat-card {
      display: flex;
      flex-direction: column;
      gap: 10px;
      min-height: 118px;
      padding: 16px 18px;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.07);
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    }

    .blog-stat-label {
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(233, 223, 255, 0.56);
    }

    .blog-stat-value {
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      font-weight: 700;
      letter-spacing: -0.05em;
      color: #fffaf7;
    }

    .blog-feed-shell {
      overflow: visible;
      padding: 34px 28px 28px;
    }

    .blog-feed-head {
      display: grid;
      justify-items: center;
      gap: 10px;
      margin-bottom: 26px;
      text-align: center;
    }

    .blog-feed-title {
      margin: 0;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.28em;
      line-height: 1;
      text-transform: uppercase;
      color: rgba(233, 223, 255, 0.62);
    }

    .blog-feed-summary {
      margin: 0;
      max-width: 620px;
      font-size: 0.92rem;
      line-height: 1.65;
      text-align: center;
      color: rgba(234, 229, 244, 0.68);
    }

    .blog-feed {
      display: grid;
      gap: 24px;
    }

    .blog-feed-placeholder {
      padding: 26px 28px;
      border-radius: 26px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
      text-align: left;
    }

    .blog-feed-placeholder-title,
    .blog-empty-title {
      margin: 0 0 8px;
      font-size: 1.1rem;
      font-weight: 700;
      color: #fff8f3;
    }

    .blog-feed-placeholder-copy,
    .blog-empty-copy {
      margin: 0;
      font-size: 0.95rem;
      line-height: 1.7;
      color: rgba(234, 229, 244, 0.68);
    }

    .blog-card {
      position: relative;
      display: grid;
      grid-template-columns: minmax(320px, 0.94fr) minmax(0, 1.06fr);
      overflow: visible;
      border-radius: 30px;
      background:
        linear-gradient(180deg, rgba(34, 20, 57, 0.96), rgba(19, 14, 35, 0.96));
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 26px 72px rgba(6, 0, 20, 0.24);
      isolation: isolate;
    }

    .blog-card:hover,
    .blog-card:focus-within {
      z-index: 12;
    }

    .blog-card.blog-card-no-media {
      grid-template-columns: minmax(0, 1fr);
      background:
        radial-gradient(circle at 18% 18%, rgba(255, 177, 125, 0.12), transparent 30%),
        radial-gradient(circle at 86% 82%, rgba(120, 92, 255, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(34, 20, 57, 0.96), rgba(19, 14, 35, 0.96));
    }

    .blog-card-media {
      position: relative;
      min-height: 100%;
      border-radius: 30px 0 0 30px;
      overflow: hidden;
      background: rgba(18, 12, 32, 0.85);
    }

    .blog-card-media::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(5, 0, 16, 0.06), rgba(5, 0, 16, 0.48)),
        radial-gradient(circle at 18% 20%, rgba(255, 177, 125, 0.22), transparent 35%);
      pointer-events: none;
    }

    .blog-card[data-author="josue"] .blog-card-media::after {
      background:
        linear-gradient(180deg, rgba(5, 0, 16, 0.06), rgba(5, 0, 16, 0.48)),
        radial-gradient(circle at 78% 18%, rgba(134, 109, 255, 0.24), transparent 35%);
    }

    .blog-card-image {
      width: 100%;
      height: 100%;
      min-height: 420px;
      object-fit: cover;
      display: block;
    }

    .blog-card-location {
      position: absolute;
      left: 20px;
      bottom: 20px;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(10, 6, 22, 0.62);
      border: 1px solid rgba(255, 255, 255, 0.12);
      font-size: 0.74rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #fff4e9;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }

    .blog-card-main {
      display: flex;
      flex-direction: column;
      gap: 18px;
      min-width: 0;
      padding: 24px 24px 22px;
    }

    .blog-card.blog-card-no-media .blog-card-main {
      padding: 28px 28px 24px;
    }

    .blog-card-header {
      display: flex;
      gap: 14px;
      align-items: start;
    }

    .blog-card-author {
      display: flex;
      gap: 12px;
      align-items: center;
      min-width: 0;
    }

    .blog-card-avatar-shell {
      position: relative;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      flex-shrink: 0;
    }

    .blog-card-avatar-shell::before {
      content: "";
      position: absolute;
      inset: -8px;
      border-radius: 50%;
      background:
        radial-gradient(circle at 28% 28%, rgba(255, 190, 146, 0.34), transparent 56%),
        radial-gradient(circle at 72% 72%, rgba(122, 129, 255, 0.24), transparent 62%);
      filter: blur(12px);
      opacity: 0.9;
      pointer-events: none;
    }

    .blog-card-avatar {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
      object-position: center;
      display: block;
      border: 1px solid rgba(255, 255, 255, 0.14);
      box-shadow:
        0 12px 26px rgba(6, 0, 20, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    }

    .blog-card[data-author="toni"] .blog-card-avatar,
    .blog-dialog-post[data-author="toni"] .blog-card-avatar {
      transform: rotate(-90deg) scale(1.12);
      transform-origin: center;
    }

    .blog-card-author-copy {
      display: grid;
      gap: 6px;
      min-width: 0;
      justify-items: start;
      text-align: left;
    }

    .blog-card-author-name {
      margin: 0;
      font-size: 1.02rem;
      font-weight: 700;
      color: #fffaf7;
      text-align: left;
    }

    .blog-card-meta {
      margin: 0;
      font-size: 0.82rem;
      line-height: 1.55;
      color: rgba(234, 229, 244, 0.62);
      text-align: left;
    }

    .blog-card-body {
      display: grid;
      gap: 12px;
      text-align: left;
    }

    .blog-card-title {
      margin: 0;
      font-size: clamp(1.7rem, 2.4vw, 2.45rem);
      line-height: 1.02;
      letter-spacing: -0.035em;
      color: #fffaf7;
    }

    .blog-card-excerpt {
      margin: 0;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.72;
      color: rgba(255, 233, 214, 0.9);
      text-align: left;
    }

    .blog-card-content {
      margin: 0;
      font-size: 0.96rem;
      line-height: 1.78;
      color: rgba(235, 231, 244, 0.76);
      text-align: left;
    }

    .blog-card-actions {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
    }

    .blog-action-group {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }

    .blog-action-group-secondary {
      margin-left: auto;
    }

    .blog-like-hover {
      position: relative;
      display: inline-flex;
      align-items: center;
    }

    .blog-action-button {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 16px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.06);
      color: #fff8f3;
      font: inherit;
      cursor: pointer;
      transition:
        transform 180ms ease,
        background 180ms ease,
        border-color 180ms ease,
        color 180ms ease,
        box-shadow 180ms ease;
    }

    .blog-action-button-secondary {
      background: rgba(255, 255, 255, 0.04);
      color: rgba(255, 248, 243, 0.86);
    }

    .blog-action-button:hover {
      transform: translateY(-1px);
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 255, 255, 0.2);
    }

    .blog-action-button:disabled {
      cursor: wait;
      opacity: 0.7;
    }

    .blog-action-button.is-liked {
      background: rgba(255, 183, 134, 0.16);
      border-color: rgba(255, 205, 173, 0.28);
      color: #ffd8bf;
      box-shadow: 0 12px 34px rgba(255, 162, 95, 0.14);
    }

    .blog-action-button strong {
      font-size: 0.92rem;
      font-weight: 700;
      color: inherit;
    }

    .blog-like-hover-card {
      position: absolute;
      top: calc(100% + 12px);
      left: 0;
      z-index: 30;
      min-width: 220px;
      max-width: 280px;
      max-height: 220px;
      overflow: auto;
      display: grid;
      gap: 10px;
      padding: 14px 14px 14px 13px;
      border-radius: 22px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      background:
        radial-gradient(circle at top left, rgba(255, 181, 132, 0.12), transparent 40%),
        linear-gradient(145deg, rgba(35, 22, 57, 0.98), rgba(18, 13, 34, 0.98));
      box-shadow:
        0 20px 44px rgba(6, 0, 20, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
      opacity: 0;
      transform: translateY(-6px) scale(0.98);
      pointer-events: none;
      transition: opacity 160ms ease, transform 160ms ease;
      scrollbar-width: thin;
      scrollbar-color: rgba(255, 187, 147, 0.5) transparent;
    }

    .blog-like-hover:hover .blog-like-hover-card,
    .blog-like-hover:focus-within .blog-like-hover-card {
      opacity: 1;
      transform: translateY(0) scale(1);
      pointer-events: auto;
    }

    .blog-like-hover-kicker {
      margin: 0;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(232, 227, 243, 0.54);
    }

    .blog-like-hover-list {
      display: grid;
      gap: 8px;
    }

    .blog-like-hover-row {
      display: grid;
      grid-template-columns: 28px minmax(0, 1fr);
      gap: 10px;
      align-items: center;
    }

    .blog-like-hover-avatar {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: linear-gradient(145deg, rgba(255, 173, 120, 0.92), rgba(122, 129, 255, 0.82));
      color: #fffaf7;
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.03em;
      box-shadow: 0 8px 18px rgba(7, 2, 19, 0.2);
    }

    .blog-like-hover-name {
      min-width: 0;
      font-size: 0.88rem;
      font-weight: 600;
      color: rgba(248, 244, 250, 0.88);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .blog-action-heart {
      font-size: 0.98rem;
      line-height: 1;
    }

    .blog-action-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      color: currentColor;
      flex-shrink: 0;
    }

    .blog-action-icon svg {
      display: block;
      width: 18px;
      height: 18px;
      stroke: currentColor;
      opacity: 0.92;
    }

    .blog-action-meta {
      font-size: 0.84rem;
      line-height: 1.5;
      color: rgba(234, 229, 244, 0.66);
    }

    .blog-comments {
      display: grid;
      gap: 14px;
      padding-top: 4px;
    }

    .blog-comments-scroll {
      position: relative;
      border-radius: 22px;
      overflow: hidden;
      padding-right: 20px;
    }

    .blog-comments-scroll::before,
    .blog-comments-scroll::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 58px;
      z-index: 2;
      opacity: 0;
      pointer-events: none;
      transition: opacity 180ms ease;
      backdrop-filter: blur(18px) saturate(115%);
      -webkit-backdrop-filter: blur(18px) saturate(115%);
      will-change: opacity;
    }

    .blog-comments-scroll::before {
      top: 0;
      border-radius: 22px 22px 16px 16px;
      background:
        radial-gradient(circle at 50% 0%, rgba(255, 190, 146, 0.12), transparent 56%),
        linear-gradient(180deg, rgba(27, 18, 46, 0.98), rgba(27, 18, 46, 0.78) 38%, rgba(27, 18, 46, 0.24) 72%, rgba(27, 18, 46, 0) 100%);
      mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 14%, rgba(0, 0, 0, 0.84) 48%, transparent 100%);
      -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 14%, rgba(0, 0, 0, 0.84) 48%, transparent 100%);
    }

    .blog-comments-scroll::after {
      bottom: 0;
      border-radius: 16px 16px 22px 22px;
      background:
        radial-gradient(circle at 50% 100%, rgba(120, 92, 255, 0.16), transparent 56%),
        linear-gradient(0deg, rgba(27, 18, 46, 0.99), rgba(27, 18, 46, 0.8) 38%, rgba(27, 18, 46, 0.24) 72%, rgba(27, 18, 46, 0) 100%);
      mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 14%, rgba(0, 0, 0, 0.84) 48%, transparent 100%);
      -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 14%, rgba(0, 0, 0, 0.84) 48%, transparent 100%);
    }

    .blog-comments-scroll.has-top-fade::before,
    .blog-comments-scroll.has-bottom-fade::after {
      opacity: 1;
    }

    .blog-comments-list {
      display: grid;
      align-content: start;
      grid-auto-rows: max-content;
      gap: 12px;
      max-height: 238px;
      overflow: auto;
      padding: 10px 0;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }

    .blog-comments-list::-webkit-scrollbar {
      width: 0;
      height: 0;
    }

    .blog-comments-scroll-indicator {
      position: absolute;
      top: 14px;
      right: 0;
      bottom: 14px;
      width: 14px;
      z-index: 3;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      pointer-events: auto;
      touch-action: none;
      cursor: grab;
      opacity: 0;
      transform: scaleX(0.92);
      transform-origin: center;
      transition: opacity 180ms ease, transform 180ms ease;
    }

    .blog-comments-scroll.is-scrollable .blog-comments-scroll-indicator {
      opacity: 1;
    }

    .blog-comments-scroll.is-scrollable:hover .blog-comments-scroll-indicator,
    .blog-comments-scroll.is-dragging-scroll .blog-comments-scroll-indicator {
      transform: scaleX(1.12);
    }

    .blog-comments-scroll.is-dragging-scroll .blog-comments-scroll-indicator {
      cursor: grabbing;
    }

    .blog-comments-scroll-indicator::before {
      content: "";
      width: 4px;
      height: 100%;
      border-radius: 999px;
      background:
        linear-gradient(180deg, rgba(255, 240, 226, 0.12), rgba(255, 255, 255, 0.04)),
        rgba(255, 255, 255, 0.05);
      box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.03),
        0 0 18px rgba(255, 170, 108, 0.08);
    }

    .blog-comments-scroll-thumb {
      position: absolute;
      top: 0;
      left: 50%;
      width: 8px;
      min-height: 34px;
      transform: translate(-50%, 0);
      border-radius: 999px;
      background:
        linear-gradient(180deg, rgba(255, 205, 173, 0.95), rgba(255, 175, 137, 0.8));
      box-shadow:
        0 0 0 1px rgba(255, 234, 219, 0.18),
        0 8px 18px rgba(255, 166, 97, 0.18);
      transition: width 180ms ease, box-shadow 180ms ease;
    }

    .blog-comments-scroll.is-scrollable:hover .blog-comments-scroll-thumb,
    .blog-comments-scroll.is-dragging-scroll .blog-comments-scroll-thumb {
      width: 10px;
      box-shadow:
        0 0 0 1px rgba(255, 240, 228, 0.26),
        0 10px 24px rgba(255, 166, 97, 0.26);
    }

    .blog-comment {
      justify-self: stretch;
      width: auto;
      max-width: none;
      padding: 14px 16px;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
      text-align: left;
    }

    .blog-comment-head {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      gap: 12px;
      margin-bottom: 8px;
    }

    .blog-comment-name {
      margin: 0;
      font-size: 0.88rem;
      font-weight: 700;
      color: #fff8f3;
      text-align: left;
    }

    .blog-comment-time {
      margin: 0;
      font-size: 0.76rem;
      color: rgba(234, 229, 244, 0.56);
    }

    .blog-comment-text {
      margin: 0;
      font-size: 0.9rem;
      line-height: 1.65;
      color: rgba(235, 231, 244, 0.76);
      text-align: left;
    }

    .blog-comment-form {
      display: grid;
      gap: 0;
    }

    .blog-comment-input-shell {
      position: relative;
    }

    .blog-comment-textarea {
      width: 100%;
      padding: 14px 64px 14px 16px;
      border-radius: 18px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: rgba(255, 255, 255, 0.04);
      color: #fffaf7;
      font: inherit;
      outline: none;
      transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
    }

    .blog-comment-textarea::placeholder {
      color: rgba(232, 227, 243, 0.42);
    }

    .blog-comment-textarea:focus {
      border-color: rgba(255, 194, 150, 0.42);
      background: rgba(255, 255, 255, 0.06);
      box-shadow: 0 0 0 4px rgba(255, 173, 120, 0.08);
    }

    .blog-comment-textarea {
      min-height: 108px;
      resize: vertical;
    }

    .blog-comment-submit {
      position: absolute;
      right: 12px;
      bottom: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      padding: 0;
      border-radius: 50%;
      border: 1px solid rgba(255, 201, 168, 0.2);
      background: linear-gradient(135deg, rgba(255, 168, 109, 0.26), rgba(255, 215, 177, 0.1));
      color: #fff4ea;
      font: inherit;
      cursor: pointer;
      transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
    }

    .blog-comment-submit svg {
      width: 18px;
      height: 18px;
      stroke: currentColor;
    }

    .blog-comment-submit:hover {
      transform: translateY(-1px);
      border-color: rgba(255, 214, 191, 0.28);
      box-shadow: 0 16px 34px rgba(255, 156, 85, 0.14);
    }

    .blog-comment-submit:disabled {
      cursor: wait;
      opacity: 0.72;
    }

    body.blog-sheet-open {
      overflow: hidden;
    }

    .blog-sheet-layer[hidden] {
      display: none;
    }

    .blog-sheet-layer {
      position: fixed;
      inset: 0;
      z-index: 120;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: clamp(40px, 7vh, 80px) 28px;
    }

    .blog-sheet-backdrop {
      position: absolute;
      inset: 0;
      border: 0;
      background:
        radial-gradient(circle at top, rgba(128, 93, 255, 0.12), transparent 42%),
        rgba(7, 4, 16, 0.8);
      cursor: pointer;
    }

    .blog-sheet {
      position: relative;
      z-index: 1;
      width: min(760px, 100%);
      max-height: min(84vh, 900px);
      display: grid;
      gap: 18px;
      padding: 22px;
      border-radius: 30px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background:
        linear-gradient(145deg, rgba(39, 24, 58, 0.985), rgba(20, 14, 36, 0.975));
      box-shadow:
        0 34px 110px rgba(4, 1, 15, 0.62),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
      overflow: hidden;
    }

    .blog-sheet.is-comments-sheet {
      width: min(1180px, 100%);
      max-height: min(86vh, 880px);
      grid-template-rows: auto minmax(0, 1fr);
      gap: 0;
      padding: 0;
    }

    .blog-sheet.is-comments-sheet .blog-sheet-header {
      position: relative;
      align-items: center;
      justify-content: center;
      min-height: 104px;
      padding: 22px 30px 18px;
    }

    .blog-sheet.is-comments-sheet .blog-sheet-body {
      min-height: 0;
      overflow: hidden;
    }

    .blog-sheet.is-comments-sheet .blog-sheet-title-wrap {
      width: 100%;
      justify-items: center;
      text-align: center;
      padding-inline: 88px;
    }

    .blog-sheet.is-comments-sheet .blog-sheet-close {
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
    }

    .blog-sheet.is-comments-sheet .blog-sheet-close:hover {
      transform: translateY(calc(-50% - 1px));
    }

    .blog-sheet-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 20px;
    }

    .blog-sheet-title-wrap {
      display: grid;
      gap: 8px;
      min-width: 0;
    }

    .blog-sheet-kicker {
      margin: 0;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(232, 227, 243, 0.5);
    }

    .blog-sheet-title {
      margin: 0;
      font-size: clamp(1.45rem, 2vw, 2.15rem);
      line-height: 1.04;
      letter-spacing: -0.03em;
      color: #fffaf7;
    }

    .blog-sheet-close {
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: rgba(255, 255, 255, 0.05);
      color: rgba(255, 248, 243, 0.82);
      border-radius: 999px;
      padding: 12px 17px;
      font: inherit;
      font-weight: 700;
      cursor: pointer;
      transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
    }

    .blog-sheet-close:hover {
      transform: translateY(-1px);
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 255, 255, 0.18);
    }

    .blog-sheet-body {
      display: grid;
      gap: 16px;
      min-height: 0;
    }

    .blog-sheet-comments-layout {
      grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.9fr);
      gap: 0;
      height: 100%;
      min-height: min(78vh, 760px);
      overflow: hidden;
    }

    .blog-dialog-post {
      display: grid;
      align-content: start;
      gap: 0;
      min-height: 0;
      border-right: 1px solid rgba(255, 255, 255, 0.08);
      background:
        radial-gradient(circle at top left, rgba(255, 182, 132, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
    }

    .blog-dialog-post-header,
    .blog-dialog-post-body {
      padding: 30px 30px 0;
    }

    .blog-dialog-post-header {
      text-align: left;
    }

    .blog-dialog-post-media {
      position: relative;
      min-height: 280px;
      margin: 24px 30px 0;
      border-radius: 26px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.08);
      background: rgba(255, 255, 255, 0.03);
    }

    .blog-dialog-post-image {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 280px;
      object-fit: cover;
    }

    .blog-image-expand-button {
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 2;
      display: inline-grid;
      place-items: center;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.16);
      background:
        radial-gradient(circle at top, rgba(255, 193, 149, 0.22), transparent 68%),
        rgba(14, 10, 28, 0.56);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      color: rgba(255, 248, 243, 0.94);
      box-shadow:
        0 18px 40px rgba(4, 2, 16, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
      cursor: pointer;
      transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
    }

    .blog-image-expand-button:hover {
      transform: translateY(-1px) scale(1.03);
      border-color: rgba(255, 219, 191, 0.28);
      background:
        radial-gradient(circle at top, rgba(255, 193, 149, 0.3), transparent 68%),
        rgba(18, 12, 34, 0.68);
    }

    .blog-image-expand-button svg {
      width: 20px;
      height: 20px;
      stroke: currentColor;
    }

    .blog-dialog-post-body {
      display: grid;
      gap: 14px;
      padding-bottom: 30px;
      align-content: start;
    }

    .blog-dialog-post-title {
      margin: 0;
      font-size: clamp(2rem, 2.8vw, 3rem);
      line-height: 0.98;
      letter-spacing: -0.045em;
      color: #fffaf7;
      text-align: left;
    }

    .blog-dialog-post-excerpt {
      margin: 0;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.72;
      color: rgba(255, 233, 214, 0.9);
      text-align: left;
    }

    .blog-dialog-post-copy {
      margin: 0;
      font-size: 0.96rem;
      line-height: 1.82;
      color: rgba(235, 231, 244, 0.78);
      text-align: left;
    }

    .blog-dialog-post-stats {
      margin-top: 6px;
      font-size: 0.84rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: rgba(232, 227, 243, 0.54);
    }

    .blog-dialog-thread {
      display: grid;
      grid-template-rows: auto minmax(0, 1fr) auto;
      min-height: 0;
      overflow: hidden;
      background:
        radial-gradient(circle at top right, rgba(118, 98, 255, 0.08), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
    }

    .blog-dialog-thread-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 16px;
      padding: 30px 30px 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .blog-dialog-thread-title {
      margin: 0;
      font-size: 1.2rem;
      font-weight: 700;
      color: #fffaf7;
    }

    .blog-dialog-thread-meta {
      margin: 0;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(232, 227, 243, 0.5);
    }

    .blog-sheet-scroll {
      display: flex;
      min-height: 0;
      overflow: hidden;
      border-radius: 24px;
      padding: 22px 26px 22px 30px;
    }

    .blog-sheet-comments-list {
      flex: 1;
      max-height: none;
      height: 100%;
      min-height: 0;
      overflow-y: auto;
      padding: 0 4px 0 0;
    }

    .blog-image-lightbox-layer[hidden] {
      display: none;
    }

    .blog-image-lightbox-layer {
      position: fixed;
      inset: 0;
      z-index: 132;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: clamp(28px, 5vh, 60px) 24px;
    }

    .blog-image-lightbox-backdrop {
      position: absolute;
      inset: 0;
      border: 0;
      background:
        radial-gradient(circle at top, rgba(128, 93, 255, 0.08), transparent 42%),
        rgba(5, 2, 14, 0.88);
      cursor: pointer;
    }

    .blog-image-lightbox {
      position: relative;
      z-index: 1;
      width: min(1320px, 100%);
      display: grid;
      gap: 14px;
      justify-items: end;
    }

    .blog-image-lightbox-close {
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: rgba(14, 10, 28, 0.74);
      color: rgba(255, 248, 243, 0.9);
      border-radius: 999px;
      padding: 12px 18px;
      font: inherit;
      font-weight: 700;
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      cursor: pointer;
      transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
    }

    .blog-image-lightbox-close:hover {
      transform: translateY(-1px);
      border-color: rgba(255, 224, 198, 0.2);
      background: rgba(20, 14, 36, 0.82);
    }

    .blog-image-lightbox-figure {
      width: 100%;
      margin: 0;
    }

    .blog-image-lightbox-frame {
      width: 100%;
      border-radius: 30px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.12);
      background:
        radial-gradient(circle at top, rgba(255, 177, 125, 0.09), transparent 36%),
        rgba(8, 5, 18, 0.94);
      box-shadow:
        0 38px 110px rgba(4, 1, 15, 0.64),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }

    .blog-image-lightbox-image {
      display: block;
      width: 100%;
      max-width: 100%;
      max-height: min(84vh, 980px);
      object-fit: contain;
      margin: 0 auto;
      background: rgba(8, 5, 18, 0.94);
    }

    .blog-sheet-replying {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 12px;
      padding: 12px 14px;
      border-radius: 18px;
      background: rgba(255, 183, 134, 0.12);
      border: 1px solid rgba(255, 205, 173, 0.18);
    }

    .blog-sheet-replying-copy {
      margin: 0;
      font-size: 0.9rem;
      font-weight: 700;
      color: #ffd6b8;
    }

    .blog-sheet-replying-clear,
    .blog-reply-button {
      border: 1px solid rgba(255, 255, 255, 0.08);
      background: rgba(255, 255, 255, 0.04);
      color: rgba(255, 248, 243, 0.82);
      border-radius: 999px;
      padding: 8px 12px;
      font: inherit;
      font-size: 0.78rem;
      font-weight: 700;
      cursor: pointer;
      transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, color 180ms ease;
    }

    .blog-sheet-replying-clear:hover,
    .blog-reply-button:hover {
      transform: translateY(-1px);
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 255, 255, 0.16);
    }

    .blog-reply-button.is-active {
      background: rgba(255, 183, 134, 0.12);
      border-color: rgba(255, 205, 173, 0.2);
      color: #ffd6b8;
    }

    .blog-reply-button-delete {
      color: rgba(255, 168, 168, 0.86);
      border-color: rgba(255, 168, 168, 0.16);
    }

    .blog-reply-button-delete:hover {
      background: rgba(255, 128, 128, 0.1);
      border-color: rgba(255, 154, 154, 0.24);
      color: #ffc4c4;
    }

    .blog-comment-meta,
    .blog-reply-head {
      display: grid;
      gap: 4px;
    }

    .blog-reply-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 8px;
    }

    .blog-thread-comment,
    .blog-thread-reply-row {
      display: grid;
      grid-template-columns: 42px minmax(0, 1fr);
      gap: 12px;
      align-items: start;
    }

    .blog-thread-comment {
      padding-right: 8px;
    }

    .blog-thread-avatar {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background:
        linear-gradient(145deg, rgba(255, 173, 120, 0.92), rgba(122, 129, 255, 0.82));
      box-shadow:
        0 12px 24px rgba(7, 2, 19, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
      color: #fffaf7;
      font-size: 0.88rem;
      font-weight: 800;
      letter-spacing: 0.03em;
      flex-shrink: 0;
    }

    .blog-thread-comment-body,
    .blog-thread-reply-body {
      display: grid;
      gap: 8px;
      min-width: 0;
      position: relative;
      justify-items: start;
    }

    .blog-thread-bubble {
      display: grid;
      gap: 6px;
      width: 100%;
      max-width: none;
      padding: 15px 18px;
      border-radius: 22px;
      background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 14px 30px rgba(7, 2, 19, 0.16);
      justify-self: start;
    }

    .blog-thread-bubble-reply {
      max-width: none;
      background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
    }

    .blog-thread-name {
      margin: 0;
      font-size: 0.9rem;
      font-weight: 700;
      color: #fff8f3;
      text-align: left;
    }

    .blog-thread-text {
      margin: 0;
      font-size: 0.94rem;
      line-height: 1.62;
      color: rgba(244, 240, 248, 0.88);
      text-align: left;
    }

    .blog-thread-reply-target,
    .blog-reply-target {
      margin: 0;
      font-size: 0.74rem;
      font-weight: 700;
      letter-spacing: 0.02em;
      color: rgba(255, 210, 179, 0.76);
    }

    .blog-thread-actions {
      display: flex;
      align-items: center;
      gap: 14px;
      padding-left: 18px;
    }

    .blog-thread-time {
      font-size: 0.75rem;
      font-weight: 700;
      color: rgba(232, 227, 243, 0.5);
    }

    .blog-thread-action {
      border: 0;
      padding: 0;
      background: none;
      color: rgba(255, 214, 187, 0.86);
      font: inherit;
      font-size: 0.8rem;
      font-weight: 700;
      cursor: pointer;
      transition: color 180ms ease, transform 180ms ease;
    }

    .blog-thread-action:hover,
    .blog-thread-action.is-active {
      color: #ffd4b5;
      transform: translateY(-1px);
    }

    .blog-thread-action-delete {
      color: rgba(255, 168, 168, 0.82);
    }

    .blog-thread-action-delete:hover {
      color: #ffc4c4;
    }

    .blog-thread-replies {
      --blog-thread-reply-gap: 14px;
      --blog-thread-join-y: 18px;
      --blog-thread-rail-left: -23px;
      --blog-thread-rail-from-body: -77px;
      position: relative;
      display: grid;
      gap: 14px;
      margin-left: 22px;
      padding-left: 24px;
    }

    .blog-thread-replies::before {
      content: none;
    }

    .blog-thread-reply-row {
      position: relative;
    }

    .blog-thread-reply-row::before {
      content: "";
      position: absolute;
      left: var(--blog-thread-rail-left);
      top: calc(var(--blog-thread-join-y) - 1px);
      width: 16px;
      height: 16px;
      border-left: 2px solid rgba(255, 206, 169, 0.34);
      border-bottom: 2px solid rgba(255, 206, 169, 0.34);
      border-bottom-left-radius: 14px;
    }

    .blog-thread-reply-row::after {
      content: "";
      position: absolute;
      left: var(--blog-thread-rail-left);
      top: calc(-1 * var(--blog-thread-reply-gap));
      width: 2px;
      height: calc(var(--blog-thread-join-y) + var(--blog-thread-reply-gap));
      border-radius: 999px;
      background: linear-gradient(180deg, rgba(255, 206, 169, 0.48), rgba(255, 255, 255, 0.1));
    }

    .blog-thread-reply-row.is-first-reply::after {
      top: 0;
      height: var(--blog-thread-join-y);
    }

    .blog-thread-reply-row:not(.is-last-reply) .blog-thread-reply-body::before {
      content: "";
      position: absolute;
      left: var(--blog-thread-rail-from-body);
      top: var(--blog-thread-join-y);
      bottom: calc(-1 * var(--blog-thread-reply-gap));
      width: 2px;
      border-radius: 999px;
      background: linear-gradient(180deg, rgba(255, 206, 169, 0.28), rgba(255, 255, 255, 0.08));
    }

    .blog-replies {
      display: grid;
      gap: 10px;
      margin-top: 14px;
      margin-left: 14px;
      padding-left: 14px;
      border-left: 1px solid rgba(255, 255, 255, 0.08);
    }

    .blog-reply {
      justify-self: stretch;
      width: auto;
      max-width: none;
      padding: 12px 14px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(255, 255, 255, 0.06);
      text-align: left;
    }

    .blog-reply-name {
      margin: 0;
      font-size: 0.8rem;
      font-weight: 700;
      color: #fff8f3;
      text-align: left;
    }

    .blog-reply-time {
      margin: 0;
      font-size: 0.72rem;
      color: rgba(234, 229, 244, 0.52);
    }

    .blog-reply-text {
      margin: 10px 0 0;
      font-size: 0.84rem;
      line-height: 1.6;
      color: rgba(235, 231, 244, 0.74);
      text-align: left;
    }

    .blog-like-list {
      display: grid;
      gap: 12px;
      max-height: min(58vh, 560px);
      overflow: auto;
      padding-right: 6px;
    }

    .blog-like-item {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 16px 18px;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .blog-like-avatar {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background:
        linear-gradient(145deg, rgba(255, 173, 120, 0.9), rgba(122, 129, 255, 0.82));
      color: #fffaf7;
      font-size: 0.92rem;
      font-weight: 800;
      flex-shrink: 0;
    }

    .blog-like-copy {
      display: grid;
      gap: 4px;
      min-width: 0;
    }

    .blog-like-name {
      margin: 0;
      font-size: 0.94rem;
      font-weight: 700;
      color: #fff8f3;
    }

    .blog-like-time {
      margin: 0;
      font-size: 0.78rem;
      color: rgba(234, 229, 244, 0.58);
    }

    .blog-like-heart {
      margin-left: auto;
      font-size: 1rem;
      color: #ffbb8d;
    }

    .blog-sheet-comment-form {
      padding: 22px 30px 28px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      background: linear-gradient(180deg, rgba(20, 14, 36, 0.02), rgba(20, 14, 36, 0.14));
    }

    #updates.page-content {
      max-width: 1180px;
      margin-bottom: 84px;
      padding: 0;
      text-align: left;
      background: transparent;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      overflow: visible;
    }

    .camera-shell {
      display: grid;
      gap: 24px;
      font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .camera-hero-card,
    .camera-stage-card {
      position: relative;
      overflow: hidden;
      border-radius: 34px;
      background:
        radial-gradient(circle at 18% 20%, rgba(255, 184, 137, 0.16), transparent 34%),
        radial-gradient(circle at 82% 82%, rgba(117, 84, 255, 0.14), transparent 36%),
        linear-gradient(145deg, rgba(25, 17, 45, 0.96), rgba(42, 20, 73, 0.92));
      border: 1px solid rgba(255, 255, 255, 0.12);
      box-shadow: 0 30px 80px rgba(6, 0, 22, 0.28);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }

    .camera-hero-card {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
      gap: 28px;
      padding: 32px;
    }

    .camera-kicker,
    .camera-panel-kicker {
      margin: 0 0 12px;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: rgba(233, 223, 255, 0.62);
    }

    .camera-hero-copy {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 16px;
      min-width: 0;
    }

    .camera-hero-title {
      margin: 0;
      font-size: clamp(2.5rem, 5.2vw, 4.8rem);
      line-height: 0.96;
      letter-spacing: -0.05em;
      color: #fffaf7;
    }

    .camera-hero-text {
      margin: 0;
      max-width: 640px;
      font-size: 1.05rem;
      line-height: 1.75;
      color: rgba(237, 234, 247, 0.78);
    }

    .camera-hero-status-row {
      display: grid;
      gap: 12px;
      max-width: 620px;
      padding-top: 6px;
    }

    .camera-status-pill {
      display: inline-flex;
      align-items: center;
      justify-self: start;
      gap: 10px;
      padding: 12px 16px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: #fff9f4;
      font-size: 0.92rem;
      font-weight: 700;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    }

    .camera-status-pill[data-state="live"] {
      background: rgba(255, 183, 134, 0.14);
      border-color: rgba(255, 211, 181, 0.22);
    }

    .camera-status-pill[data-state="offline"] {
      background: rgba(255, 118, 118, 0.12);
      border-color: rgba(255, 161, 161, 0.18);
    }

    .camera-status-dot,
    .camera-player-badge-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #ffbd87;
      box-shadow: 0 0 0 5px rgba(255, 190, 138, 0.16), 0 0 18px rgba(255, 183, 134, 0.5);
      flex-shrink: 0;
    }

    .camera-status-pill[data-state="live"] .camera-status-dot,
    .camera-player-badge-live[data-state="live"] .camera-player-badge-dot {
      background: #9dffbe;
      box-shadow: 0 0 0 5px rgba(157, 255, 190, 0.14), 0 0 18px rgba(157, 255, 190, 0.44);
    }

    .camera-status-pill[data-state="offline"] .camera-status-dot,
    .camera-player-badge-live[data-state="offline"] .camera-player-badge-dot {
      background: #ff8f8f;
      box-shadow: 0 0 0 5px rgba(255, 143, 143, 0.14), 0 0 18px rgba(255, 143, 143, 0.34);
    }

    .camera-player-badge-live[data-state="paused"] .camera-player-badge-dot {
      background: #ffcd95;
      box-shadow: 0 0 0 5px rgba(255, 205, 149, 0.14), 0 0 18px rgba(255, 205, 149, 0.34);
    }

    .camera-status-note,
    .camera-summary-copy,
    .camera-panel-copy,
    .camera-recent-placeholder-copy {
      margin: 0;
      font-size: 0.95rem;
      line-height: 1.72;
      color: rgba(234, 229, 244, 0.7);
    }

    .camera-hero-side {
      display: grid;
      gap: 16px;
      align-content: start;
    }

    .camera-summary-card {
      display: grid;
      gap: 10px;
      padding: 18px 20px;
      border-radius: 26px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    .camera-summary-label {
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(233, 223, 255, 0.56);
    }

    .camera-summary-value {
      font-size: clamp(2.2rem, 4vw, 3.2rem);
      font-weight: 700;
      letter-spacing: -0.05em;
      color: #fffaf7;
    }

    .camera-summary-value-small {
      font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    }

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

    .camera-reaction-mini-card {
      display: grid;
      grid-template-columns: 42px minmax(0, 1fr);
      gap: 12px;
      align-items: center;
      padding: 14px 16px;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .camera-reaction-mini-emoji {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.07);
      font-size: 1.3rem;
    }

    .camera-reaction-mini-copy {
      display: grid;
      gap: 4px;
      min-width: 0;
    }

    .camera-reaction-mini-copy strong {
      font-size: 1.08rem;
      font-weight: 700;
      color: #fffaf7;
    }

    .camera-reaction-mini-copy span {
      font-size: 0.77rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(233, 223, 255, 0.58);
    }

    .camera-stage-card {
      display: grid;
      gap: 22px;
      padding: 24px;
    }

    .camera-stage-head {
      display: grid;
      justify-items: center;
      text-align: center;
    }

    .camera-stage-title-wrap {
      display: grid;
      justify-items: center;
      gap: 10px;
      min-width: 0;
      max-width: 620px;
      margin: 0 auto;
    }

    .camera-stage-title-wrap .camera-kicker {
      margin: 0;
      text-align: center;
    }

    .camera-stage-title {
      margin: 0;
      max-width: 620px;
      font-size: 0.92rem;
      line-height: 1.65;
      letter-spacing: 0;
      font-weight: 500;
      text-align: center;
      color: rgba(234, 229, 244, 0.68);
    }

    .camera-player-stage {
      position: relative;
      overflow: hidden;
      height: clamp(360px, 56vw, 620px);
      min-height: 360px;
      max-height: 620px;
      border-radius: 30px;
      background:
        radial-gradient(circle at 20% 20%, rgba(255, 190, 138, 0.12), transparent 34%),
        linear-gradient(160deg, rgba(12, 8, 24, 0.96), rgba(17, 10, 32, 0.92));
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 28px 68px rgba(3, 0, 14, 0.3);
    }

    .camera-player-stage.is-offline .camera-video,
    .camera-player-stage.is-offline .camera-image {
      opacity: 0;
    }

    .camera-video,
    .camera-image {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      min-height: 0;
      object-fit: cover;
      display: block;
      background: #09050f;
      transition: opacity 260ms ease;
    }

    .camera-image[hidden] {
      display: none;
    }

    .camera-player-stage[data-camera-source="phone"][data-phone-orientation="portrait"] .camera-image,
    .camera-player-stage[data-camera-source="phone"][data-phone-orientation="portrait-upside-down"] .camera-image,
    .camera-player-stage[data-camera-source="phone"]:not([data-phone-orientation]) .camera-image {
      object-fit: contain !important;
      object-position: center;
      background: #04020a;
    }

    .camera-player-stage[data-camera-source="phone"][data-phone-orientation="landscape-left"] .camera-image,
    .camera-player-stage[data-camera-source="phone"][data-phone-orientation="landscape-right"] .camera-image {
      object-fit: cover !important;
      object-position: center;
      background: #04020a;
    }

    .camera-player-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      pointer-events: none;
      background:
        linear-gradient(180deg, rgba(6, 0, 16, 0.52), rgba(6, 0, 16, 0.08) 26%, rgba(6, 0, 16, 0.12) 72%, rgba(6, 0, 16, 0.66));
    }

    .camera-player-topbar {
      display: flex;
      justify-content: space-between;
      align-items: start;
      gap: 16px;
      padding: 18px;
    }

    .camera-player-badges,
    .camera-player-actions {
      display: flex;
      gap: 10px;
      align-items: center;
      flex-wrap: wrap;
    }

    .camera-player-badge-viewers {
      gap: 8px;
    }

    .camera-player-badge-icon {
      width: 17px;
      height: 17px;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.75;
      opacity: 0.86;
      flex-shrink: 0;
    }

    .camera-player-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 11px 14px;
      border-radius: 999px;
      background: rgba(8, 5, 18, 0.56);
      border: 1px solid rgba(255, 255, 255, 0.12);
      color: #fff8f3;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    .camera-player-badge-live {
      position: relative;
      overflow: hidden;
      transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
    }

    .camera-player-badge-live[data-state="connecting"] {
      background: rgba(255, 183, 134, 0.14);
      border-color: rgba(255, 211, 181, 0.2);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 24px rgba(255, 183, 134, 0.08);
    }

    .camera-player-badge-live[data-state="offline"] {
      background: rgba(255, 118, 118, 0.14);
      border-color: rgba(255, 161, 161, 0.22);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 24px rgba(255, 118, 118, 0.08);
    }

    .camera-player-badge-live[data-state="live"] {
      background: rgba(121, 255, 171, 0.14);
      border-color: rgba(186, 255, 211, 0.22);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 24px rgba(121, 255, 171, 0.08);
    }

    .camera-player-badge-live[data-state="paused"] {
      background: rgba(255, 183, 134, 0.14);
      border-color: rgba(255, 211, 181, 0.22);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 24px rgba(255, 183, 134, 0.08);
    }

    .camera-player-badge-source {
      background: rgba(120, 94, 255, 0.12);
      border-color: rgba(186, 176, 255, 0.18);
      color: rgba(247, 241, 252, 0.9);
      letter-spacing: 0.08em;
      text-transform: none;
    }

    .camera-player-badge-health {
      background: rgba(255, 181, 119, 0.14);
      border-color: rgba(255, 211, 171, 0.22);
      color: rgba(255, 239, 224, 0.94);
      letter-spacing: 0.08em;
      text-transform: none;
    }

    .camera-player-badge-health[data-health="live"] {
      background: rgba(121, 255, 171, 0.14);
      border-color: rgba(186, 255, 211, 0.22);
      color: rgba(236, 255, 244, 0.96);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 24px rgba(121, 255, 171, 0.08);
    }

    .camera-player-badge-health[data-health="slow"] {
      background: rgba(255, 115, 115, 0.14);
      border-color: rgba(255, 164, 164, 0.22);
      color: rgba(255, 234, 234, 0.96);
    }

    .camera-player-badge-health[data-health="recovering"] {
      background: rgba(255, 179, 118, 0.14);
      border-color: rgba(255, 210, 173, 0.22);
    }

    .camera-player-badge-live .camera-player-badge-dot {
      animation: camera-live-badge-pulse 1800ms ease-in-out infinite;
    }

    @keyframes camera-live-badge-pulse {
      0%,
      100% {
        transform: scale(0.92);
        opacity: 0.82;
      }

      50% {
        transform: scale(1.12);
        opacity: 1;
      }
    }

    .camera-control-button {
      pointer-events: auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 11px 16px;
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 999px;
      background: rgba(8, 5, 18, 0.54);
      color: #fff8f3;
      font: inherit;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      cursor: pointer;
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
    }

    .camera-control-button:hover {
      transform: translateY(-1px);
      background: rgba(22, 15, 40, 0.74);
      border-color: rgba(255, 255, 255, 0.22);
    }

    .camera-control-button-strong {
      background: rgba(255, 181, 135, 0.18);
      border-color: rgba(255, 211, 181, 0.24);
      color: #fff5ec;
    }

    .camera-player-center {
      pointer-events: none;
      align-self: center;
      margin: auto 22px 22px;
      width: min(520px, calc(100% - 44px));
      padding: 28px 30px;
      border-radius: 28px;
      background: rgba(10, 7, 20, 0.58);
      border: 1px solid rgba(255, 255, 255, 0.12);
      box-shadow: 0 24px 60px rgba(5, 0, 16, 0.28);
      text-align: center;
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }

    .camera-player-side[hidden],
    .camera-chat-shell[hidden] {
      display: none !important;
    }

    .camera-player-side {
      position: absolute;
      top: 50%;
      right: 18px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      pointer-events: none;
      z-index: 4;
    }

    .camera-chat-shell {
      position: absolute;
      left: 18px;
      bottom: 18px;
      z-index: 3;
      width: min(360px, calc(100% - 108px));
      display: grid;
      gap: 12px;
      pointer-events: none;
    }

    .camera-chat-rail-toggle {
      pointer-events: auto;
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 54px;
      height: 54px;
      padding: 0;
      border: 1px solid rgba(255, 212, 182, 0.22);
      border-radius: 999px;
      background:
        radial-gradient(circle at 30% 24%, rgba(255, 200, 159, 0.18), transparent 48%),
        linear-gradient(180deg, rgba(20, 12, 36, 0.82), rgba(9, 5, 18, 0.72));
      color: #fffaf7;
      font: inherit;
      cursor: pointer;
      box-shadow:
        0 18px 32px rgba(5, 0, 16, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
    }

    .camera-chat-rail-toggle:hover {
      transform: translateY(-1px);
      border-color: rgba(255, 223, 205, 0.28);
      box-shadow:
        0 22px 40px rgba(5, 0, 16, 0.26),
        0 0 0 1px rgba(255, 200, 159, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }

    .camera-chat-rail-icon {
      width: 23px;
      height: 23px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.05;
      stroke-linecap: round;
      stroke-linejoin: round;
      filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.22));
    }

    .camera-chat-rail-toggle::after {
      content: '';
      position: absolute;
      width: 22px;
      height: 2px;
      border-radius: 999px;
      background: rgba(255, 217, 194, 0.94);
      box-shadow: 0 0 12px rgba(255, 192, 146, 0.16);
      transform: rotate(-42deg) scaleX(0);
      opacity: 0;
      transition: transform 180ms ease, opacity 180ms ease;
    }

    .camera-chat-rail-toggle.is-collapsed::after {
      transform: rotate(-42deg) scaleX(1);
      opacity: 1;
    }

    .camera-chat-feed-wrap {
      position: relative;
      overflow: hidden;
      height: 230px;
      min-height: 230px;
      pointer-events: auto;
    }

    .camera-chat-feed-wrap::before {
      content: none;
    }

    .camera-chat-feed {
      height: 100%;
      overflow-y: auto;
      padding: 28px 0 24px;
      scrollbar-width: none;
      overscroll-behavior: contain;
      pointer-events: auto;
      -webkit-mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.18) 8%, rgba(0, 0, 0, 0.56) 15%, rgba(0, 0, 0, 0.88) 22%, #000 28%, #000 100%);
      mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.18) 8%, rgba(0, 0, 0, 0.56) 15%, rgba(0, 0, 0, 0.88) 22%, #000 28%, #000 100%);
    }

    .camera-chat-list {
      min-height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      gap: 12px;
    }

    .camera-chat-feed::-webkit-scrollbar {
      display: none;
    }

    .camera-chat-empty {
      padding: 0 4px 10px;
      font-size: 0.86rem;
      line-height: 1.5;
      color: rgba(235, 231, 244, 0.64);
      text-shadow: 0 3px 14px rgba(0, 0, 0, 0.38);
    }

    .camera-chat-message {
      display: grid;
      grid-template-columns: 34px minmax(0, 1fr);
      align-items: start;
      gap: 10px;
      padding-right: 12px;
    }

    .camera-chat-avatar {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: linear-gradient(160deg, rgba(255, 203, 171, 0.98), rgba(171, 167, 255, 0.94));
      box-shadow: 0 12px 22px rgba(8, 4, 19, 0.22);
      font-size: 0.76rem;
      font-weight: 800;
      letter-spacing: 0.02em;
      color: #fffaf7;
      text-transform: uppercase;
    }

    .camera-chat-message-body {
      display: grid;
      gap: 4px;
      width: fit-content;
      max-width: min(100%, 288px);
    }

    .camera-chat-name {
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.02em;
      color: #fffaf7;
      text-shadow: 0 4px 16px rgba(0, 0, 0, 0.36);
    }

    .camera-chat-text {
      margin: 0;
      font-size: 1rem;
      line-height: 1.36;
      font-weight: 700;
      color: rgba(255, 248, 243, 0.96);
      word-break: break-word;
      text-shadow: 0 4px 18px rgba(0, 0, 0, 0.44);
    }

    .camera-chat-form {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 8px;
      align-items: center;
      min-height: 52px;
      padding: 6px 6px 6px 16px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 999px;
      background: rgba(8, 5, 18, 0.24);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      pointer-events: auto;
    }

    .camera-chat-input {
      width: 100%;
      min-width: 0;
      min-height: 0;
      padding: 0;
      border: 0;
      background: transparent;
      color: #fffaf7;
      font: inherit;
      font-size: 0.98rem;
      font-weight: 600;
      outline: none;
      text-shadow: 0 4px 18px rgba(0, 0, 0, 0.34);
    }

    .camera-chat-input::placeholder {
      color: rgba(255, 248, 243, 0.56);
    }

    .camera-chat-send {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      padding: 0;
      border: 1px solid rgba(255, 214, 181, 0.2);
      border-radius: 50%;
      background: rgba(255, 177, 130, 0.16);
      color: #fffaf7;
      cursor: pointer;
      transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, opacity 180ms ease;
    }

    .camera-chat-send:hover:not(:disabled) {
      transform: translateY(-1px);
      background: rgba(255, 177, 130, 0.22);
      border-color: rgba(255, 214, 181, 0.28);
    }

    .camera-chat-send svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      transform: translateX(0.5px);
    }

    .camera-chat-send:disabled,
    .camera-chat-input:disabled {
      opacity: 0.56;
      cursor: not-allowed;
    }

    .camera-reaction-bursts {
      position: absolute;
      inset: 0;
      overflow: hidden;
      pointer-events: none;
    }

    .camera-reaction-burst {
      position: absolute;
      left: calc(var(--camera-burst-origin-x, 50%) + var(--camera-burst-start-x, 0px));
      bottom: var(--camera-burst-origin-bottom, 124px);
      display: inline-block;
      font-size: 2rem;
      line-height: 1;
      opacity: 0;
      transform: translate3d(0, 0, 0) scale(0.72);
      filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.22));
      animation: camera-reaction-float 2200ms cubic-bezier(0.2, 0.8, 0.18, 1) forwards;
    }

    .camera-reaction-burst.is-remote {
      font-size: 1.75rem;
      opacity: 0.96;
    }

    @keyframes camera-reaction-float {
      0% {
        opacity: 0;
        transform: translate3d(0, 8px, 0) scale(0.72);
      }

      12% {
        opacity: 1;
      }

      78% {
        opacity: 0.94;
      }

      100% {
        opacity: 0;
        transform: translate3d(var(--camera-burst-drift-x, 0px), calc(var(--camera-burst-lift, 240px) * -1), 0) scale(1.08);
      }
    }

    .camera-offline-kicker,
    .camera-recent-placeholder-title {
      margin: 0 0 10px;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(233, 223, 255, 0.6);
    }

    .camera-offline-title {
      margin: 0 0 10px;
      font-size: 1.7rem;
      line-height: 1.08;
      color: #fffaf7;
    }

    .camera-offline-copy {
      margin: 0;
      font-size: 0.95rem;
      line-height: 1.72;
      color: rgba(235, 231, 244, 0.76);
    }

    .camera-bottom-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
      gap: 18px;
    }

    .camera-panel {
      display: grid;
      gap: 14px;
      padding: 22px 22px 20px;
      border-radius: 28px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    .camera-panel-title {
      margin: 0;
      font-size: 1.65rem;
      line-height: 1.06;
      letter-spacing: -0.03em;
      color: #fffaf7;
    }

    .camera-reaction-grid {
      pointer-events: auto;
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 10px 8px;
      border-radius: 999px;
      background: rgba(8, 5, 18, 0.46);
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 22px 40px rgba(5, 0, 16, 0.22);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }

    .camera-reaction-button {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      padding: 0;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.09);
      color: #fffaf7;
      font: inherit;
      cursor: pointer;
      transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
      overflow: hidden;
    }

    .camera-reaction-button:hover {
      transform: translateY(-1px);
      background: rgba(255, 255, 255, 0.12);
      border-color: rgba(255, 255, 255, 0.2);
    }

    .camera-reaction-button:disabled {
      opacity: 0.92;
      cursor: wait;
    }

    .camera-reaction-button.is-popping {
      transform: scale(1.08);
      box-shadow: 0 18px 36px rgba(255, 176, 113, 0.14);
    }

    .camera-reaction-button.is-locked {
      background: rgba(255, 255, 255, 0.06);
      border-color: rgba(255, 255, 255, 0.08);
    }

    .camera-reaction-button-face {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
    }

    .camera-reaction-button-emoji {
      font-size: 1.44rem;
      line-height: 1;
      transition: opacity 180ms ease, transform 180ms ease, filter 180ms ease;
    }

    .camera-reaction-button.is-cooling .camera-reaction-button-emoji {
      opacity: 0.18;
      transform: scale(0.78);
      filter: blur(0.6px);
    }

    .camera-reaction-button-cooldown-label {
      position: absolute;
      inset: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0.94rem;
      line-height: 1;
      font-weight: 800;
      letter-spacing: -0.03em;
      color: #fff7f1;
      opacity: 0;
      transform: scale(0.88);
      transition: opacity 160ms ease, transform 160ms ease;
      text-shadow: 0 1px 8px rgba(0, 0, 0, 0.36);
    }

    .camera-reaction-button.is-cooling .camera-reaction-button-cooldown-label {
      opacity: 1;
      transform: scale(1);
    }

    .camera-reaction-button.is-cooling-source {
      background: rgba(255, 255, 255, 0.12);
      border-color: rgba(255, 214, 176, 0.28);
      box-shadow: 0 16px 32px rgba(255, 176, 113, 0.12);
    }

    .camera-reaction-button-cooldown {
      position: absolute;
      inset: 3px;
      width: calc(100% - 6px);
      height: calc(100% - 6px);
      z-index: 0;
      transform: rotate(-90deg);
      pointer-events: none;
      opacity: 0;
      transition: opacity 160ms ease;
    }

    .camera-reaction-button.is-cooling .camera-reaction-button-cooldown {
      opacity: 1;
    }

    .camera-reaction-button-cooldown-track,
    .camera-reaction-button-cooldown-progress {
      fill: none;
      stroke-width: 2.8;
      stroke-linecap: round;
      cx: 24;
      cy: 24;
      r: 20;
    }

    .camera-reaction-button-cooldown-track {
      stroke: rgba(255, 255, 255, 0.12);
    }

    .camera-reaction-button-cooldown-progress {
      stroke: rgba(255, 201, 153, 0.96);
      filter: drop-shadow(0 0 8px rgba(255, 186, 118, 0.22));
      transition: stroke-dashoffset 110ms linear;
    }

    .camera-reaction-button.is-locked .camera-reaction-button-cooldown-progress {
      stroke: rgba(214, 201, 255, 0.72);
      filter: none;
    }

    .camera-reaction-button-label {
      display: none;
    }

    .camera-reaction-button-count {
      display: none;
    }

    .camera-recent-head {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 16px;
    }

    .camera-panel-copy-tight {
      max-width: 180px;
      text-align: right;
    }

    .camera-recent-list {
      display: grid;
      gap: 10px;
      align-content: start;
    }

    .camera-recent-item,
    .camera-recent-placeholder {
      display: grid;
      grid-template-columns: 48px minmax(0, 1fr);
      align-items: center;
      gap: 12px;
      padding: 14px 16px;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .camera-recent-emoji {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.07);
      font-size: 1.45rem;
    }

    .camera-recent-copy {
      display: grid;
      gap: 4px;
      min-width: 0;
    }

    .camera-recent-copy strong {
      font-size: 0.92rem;
      font-weight: 700;
      color: #fff8f3;
    }

    .camera-recent-copy span {
      font-size: 0.82rem;
      color: rgba(234, 229, 244, 0.64);
    }

    /* PAGE CONTENT */
   .page-content {
  display: none;
  max-width: 800px;
  margin: 120px auto 0;
  padding: 32px;
  color: white;
  text-align: center;
  z-index: 10;
  position: relative;

  /* Glassmorphism style */
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

	    .page-content#home {
	      display: block;
	      max-width: 1080px;
	      margin-bottom: 84px;
	      padding: 44px;
	      overflow: hidden;
	      transform-origin: top left;
	      transition:
	        box-shadow 900ms cubic-bezier(0.22, 1, 0.36, 1),
	        background 900ms cubic-bezier(0.22, 1, 0.36, 1),
	        border-radius 900ms cubic-bezier(0.22, 1, 0.36, 1),
	        padding 900ms cubic-bezier(0.22, 1, 0.36, 1);
	    }

    .blog-card-main,
    .blog-comment-form,
    .blog-feed-shell,
    .blog-hero-card {
      font-family: 'Plus Jakarta Sans', sans-serif;
    }

html[data-initial-section="route"] .page-content#home,
html[data-initial-section="gallery"] .page-content#home,
html[data-initial-section="updates"] .page-content#home {
  display: none;
}

html[data-initial-section="route"] .page-content.route-page,
html[data-initial-section="gallery"] .page-content#gallery,
html[data-initial-section="updates"] .page-content#updates {
  display: block;
}

.page-content.is-section-active {
  animation: page-section-enter 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes page-section-enter {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.988);
    filter: blur(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.page-content.route-page {
  position: fixed;
  inset: 0;
  z-index: 30;
  width: 100vw;
  max-width: none;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  color: #eef4ff;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: hidden;
}

.page-content.route-page.is-section-active {
  animation: none;
}


* {
  box-sizing: border-box;
}

.sky {
  position: fixed;
  height: 100vh;
  width: calc(100vw + var(--route-camera-travel, 0px));
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: #060010;
  background: -moz-linear-gradient(
    top,
    #060010 0%,
    #060010 6%,
    #090016 11%,
    #070016 20%,
    #0a0121 48%,
    #0a0127 55%,
    #0a0129 57%,
    #0c012b 62%,
    #0e0131 68%,
    #0d012f 69%,
    #18023c 78%,
    #19023e 79%,
    #19023e 79%,
    #1c0242 81%,
    #22034b 85%,
    #2e045a 92%,
    #2f045e 96%,
    #340464 98%,
    #370569 100%
  );
  background: -webkit-linear-gradient(
    top,
    #060010 0%,
    #060010 6%,
    #090016 11%,
    #070016 20%,
    #0a0121 48%,
    #0a0127 55%,
    #0a0129 57%,
    #0c012b 62%,
    #0e0131 68%,
    #0d012f 69%,
    #18023c 78%,
    #19023e 79%,
    #19023e 79%,
    #1c0242 81%,
    #22034b 85%,
    #2e045a 92%,
    #2f045e 96%,
    #340464 98%,
    #370569 100%
  );
  background: linear-gradient(
    to bottom,
    #060010 0%,
    #060010 6%,
    #090016 11%,
    #070016 20%,
    #0a0121 48%,
    #0a0127 55%,
    #0a0129 57%,
    #0c012b 62%,
    #0e0131 68%,
    #0d012f 69%,
    #18023c 78%,
    #19023e 79%,
    #19023e 79%,
    #1c0242 81%,
    #22034b 85%,
    #2e045a 92%,
    #2f045e 96%,
    #340464 98%,
    #370569 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#060010",
      endColorstr="#370569",
      GradientType=0
    );

  transform: scale(1);
  transition:
    transform 1000ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 1000ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 900ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, filter;
}

.sky::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 4, 12, 0.02), rgba(2, 4, 12, 0.3) 48%, rgba(2, 4, 12, 0.76)),
    radial-gradient(circle at 50% 18%, rgba(68, 102, 193, 0.16), transparent 40%);
  opacity: 0;
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.route-mode .sky {
  transform: translateX(calc(var(--route-camera-travel, 24vw) * -1)) scale(1.02);
  filter: none;
}

body.route-mode .sky::after {
  opacity: 0;
}

body.route-transitioning .sky {
  transition-duration: 1240ms, 1240ms, 980ms;
}

body.route-transitioning .sky,
body.route-transitioning .sky::after,
body.route-transitioning .stars,
body.route-transitioning .stars-cross,
body.route-transitioning .stars-cross-aux,
body.route-transitioning .shooting-stars,
body.route-transitioning .stargaze-overlay,
body.route-transitioning .ufo-layer,
body.route-transitioning .route-map {
  transition: none !important;
}

body.route-mode .route-page.is-section-active .route-map-shell,
body.route-mode .route-page.is-section-active .route-map,
body.route-mode .route-page.is-section-active .route-stage-copy,
body.route-mode .route-page.is-section-active .route-panels {
  animation: none !important;
}

body.route-mode .nav-container {
  background:
    linear-gradient(145deg, rgba(16, 20, 32, 0.96), rgba(7, 10, 18, 0.92)),
    rgba(255, 255, 255, 0.03);
  border-color: rgba(140, 168, 255, 0.14);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(4, 8, 15, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.route-mode .nav-profile-button {
  background:
    radial-gradient(circle at 30% 24%, rgba(133, 175, 255, 0.18), transparent 58%),
    linear-gradient(145deg, rgba(24, 32, 52, 0.78), rgba(11, 16, 28, 0.74)),
    rgba(11, 15, 26, 0.38);
  border-color: rgba(170, 198, 255, 0.18);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(150, 178, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.route-stage {
  position: relative;
  min-height: 100vh;
}

.route-stage-copy {
  position: absolute;
  top: max(92px, calc(74px + env(safe-area-inset-top)));
  left: max(24px, calc(24px + env(safe-area-inset-left)));
  z-index: 5;
  width: min(460px, calc(100vw - 48px));
  padding: 24px 26px 26px;
  border-radius: 30px;
  text-align: left;
  background:
    linear-gradient(145deg, rgba(10, 15, 25, 0.84), rgba(7, 11, 20, 0.7)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(143, 174, 255, 0.14);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.route-location-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 22px;
}

.route-section-kicker {
  width: 100%;
  margin: 0 0 10px;
  text-align: left;
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(173, 192, 255, 0.66);
}

.route-location-title {
  width: 100%;
  margin: 0;
  text-align: left;
  font-size: 1.45rem;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #f4f8ff;
}

.route-location-meta {
  width: 100%;
  margin: 10px 0 0;
  text-align: left;
  font-size: 0.82rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: rgba(201, 216, 255, 0.62);
}

.route-stage-title {
  margin: 0;
  font-size: clamp(2.4rem, 4.4vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #f4f8ff;
}

.route-stage-description {
  max-width: 34rem;
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(218, 227, 255, 0.76);
}

.route-map-shell {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  border-radius: 0;
  overflow: hidden;
  background: #04070e;
  border: 0;
  box-shadow: none;
}

.route-map-shell::before,
.route-map-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.route-map-shell::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(125, 157, 255, 0.09), transparent 30%),
    radial-gradient(circle at 84% 82%, rgba(255, 186, 118, 0.06), transparent 30%),
    linear-gradient(180deg, rgba(3, 7, 13, 0.28), rgba(3, 6, 12, 0.03) 28%, rgba(3, 6, 12, 0.16) 100%);
}

.route-map-shell::after {
  background:
    linear-gradient(180deg, rgba(3, 6, 13, 0.02), rgba(3, 6, 13, 0) 34%, rgba(3, 6, 13, 0.18)),
    linear-gradient(90deg, rgba(3, 6, 13, 0.08), rgba(3, 6, 13, 0) 20%, rgba(3, 6, 13, 0.04) 80%, rgba(3, 6, 13, 0.08));
  background-size: auto, auto;
}

.route-map {
  position: absolute;
  inset: -2%;
  z-index: 1;
  transform: scale(1.035);
  opacity: 1;
  transition: transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.route-top-chrome {
  position: absolute;
  top: max(92px, calc(82px + env(safe-area-inset-top)));
  right: max(24px, calc(24px + env(safe-area-inset-right)));
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.route-speed-chip,
.route-refresh-chip,
.route-unit-toggle,
.route-map-zoom {
  min-width: 128px;
  padding: 14px 18px 16px;
  border-radius: 22px;
  text-align: right;
  background:
    linear-gradient(145deg, rgba(17, 22, 35, 0.82), rgba(9, 13, 23, 0.72)),
    rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  border: 1px solid rgba(147, 172, 243, 0.12);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.route-refresh-chip {
  min-width: 164px;
  padding: 12px 16px 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background:
    linear-gradient(145deg, rgba(15, 20, 33, 0.8), rgba(8, 12, 22, 0.72)),
    rgba(255, 255, 255, 0.03);
}

.route-unit-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 6px;
  border-radius: 999px;
  text-align: left;
  background:
    linear-gradient(145deg, rgba(19, 27, 43, 0.9), rgba(10, 14, 25, 0.82)),
    rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 214, 165, 0.18);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(255, 197, 132, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.route-map-zoom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 6px;
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(18, 26, 41, 0.9), rgba(10, 14, 25, 0.82)),
    rgba(255, 255, 255, 0.03);
  border-color: rgba(143, 174, 255, 0.18);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(139, 182, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.route-unit-button {
  appearance: none;
  border: 0;
  min-width: 92px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(239, 244, 255, 0.82);
  font: inherit;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 180ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    transform 180ms ease;
}

.route-unit-button:hover {
  color: rgba(255, 252, 247, 0.96);
  background: rgba(255, 255, 255, 0.05);
}

.route-unit-button.is-active {
  color: #fffdf8;
  background:
    linear-gradient(145deg, rgba(255, 196, 126, 0.94), rgba(217, 131, 86, 0.9));
  border: 1px solid rgba(255, 236, 209, 0.18);
  box-shadow:
    0 10px 22px rgba(17, 8, 5, 0.26),
    0 0 24px rgba(255, 202, 139, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  text-shadow: 0 0 14px rgba(255, 247, 234, 0.18);
}

.route-map-zoom-button {
  appearance: none;
  display: inline-grid;
  place-items: center;
  border: 0;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  color: #f6f9ff;
  font: inherit;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 18px rgba(0, 0, 0, 0.18);
  transition:
    transform 180ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    color 180ms ease;
}

.route-map-zoom-button-symbol {
  display: block;
  line-height: 1;
  letter-spacing: 0;
  transform: translateY(-0.03em);
}

.route-map-zoom-button:hover {
  background:
    linear-gradient(145deg, rgba(255, 211, 157, 0.14), rgba(139, 182, 255, 0.12));
  color: #fffdf8;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(0, 0, 0, 0.22),
    0 0 18px rgba(255, 196, 129, 0.12);
}

.route-speed-chip-label {
  margin: 0 0 8px;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(170, 188, 244, 0.62);
}

.route-refresh-chip-label {
  margin: 0 0 8px;
  width: 100%;
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: right;
  color: rgba(177, 194, 245, 0.58);
}

.route-speed-chip-value {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  color: #f7fbff;
}

.route-speed-chip-value #speed {
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.route-speed-chip-unit {
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(225, 234, 255, 0.72);
}

.route-refresh-chip-value {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: #f6f9ff;
}

.route-refresh-live-dot {
  position: relative;
  display: none;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 999px;
  background: #ff8d72;
  box-shadow:
    0 0 0 0 rgba(255, 141, 114, 0.55),
    0 0 18px rgba(255, 141, 114, 0.3);
}

.route-refresh-chip-note {
  margin: 10px 0 0;
  width: 100%;
  max-width: 15.5rem;
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: right;
  color: rgba(219, 229, 255, 0.72);
}

.route-refresh-chip-track {
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(188, 205, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.route-refresh-chip-fill {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transform: scaleX(1);
  transform-origin: right center;
  background:
    linear-gradient(90deg, rgba(139, 182, 255, 0.96), rgba(255, 211, 157, 0.9));
  box-shadow:
    0 0 18px rgba(139, 182, 255, 0.28),
    0 0 22px rgba(255, 196, 129, 0.18);
  transition: transform 500ms linear, opacity 240ms ease;
}

.route-refresh-chip.is-refreshing .route-refresh-chip-fill {
  opacity: 0.92;
  animation: route-refresh-pulse 1200ms ease-in-out infinite;
}

.route-refresh-chip.is-live {
  min-width: 0;
  width: auto;
  padding: 10px 14px 10px 18px;
  background:
    linear-gradient(145deg, rgba(19, 28, 47, 0.9), rgba(10, 15, 29, 0.8)),
    rgba(255, 255, 255, 0.03);
  border-color: rgba(126, 172, 255, 0.2);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(122, 170, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.route-refresh-chip.is-live .route-refresh-chip-label {
  color: rgba(170, 204, 255, 0.74);
}

.route-refresh-chip.is-live .route-refresh-chip-value {
  justify-content: flex-end;
  color: #f8fbff;
  text-shadow:
    0 0 18px rgba(140, 187, 255, 0.22),
    0 0 24px rgba(255, 211, 157, 0.12);
}

.route-refresh-chip.is-live .route-refresh-chip-label,
.route-refresh-chip.is-live .route-refresh-chip-note,
.route-refresh-chip.is-live .route-refresh-chip-track {
  display: none;
}

.route-refresh-chip.is-live .route-refresh-chip-value {
  gap: 12px;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-refresh-chip.is-live .route-refresh-live-dot {
  display: inline-block;
  animation: route-live-dot-pulse 1400ms ease-out infinite;
}

.route-refresh-chip.is-live .route-refresh-chip-note {
  color: rgba(229, 237, 255, 0.82);
}

.route-refresh-chip.is-live .route-refresh-chip-fill {
  animation: route-live-signal 1700ms ease-in-out infinite;
}

.route-panels {
  position: absolute;
  left: max(24px, calc(24px + env(safe-area-inset-left)));
  right: auto;
  bottom: max(24px, calc(24px + env(safe-area-inset-bottom)));
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: fit-content;
  max-width: calc(100vw - 48px);
  gap: 16px;
  z-index: 4;
}

.route-page #map-info-container {
  margin-top: 0;
  width: auto;
}

.route-panel {
  flex: 0 0 auto;
  width: fit-content;
  height: 100%;
  min-height: 140px;
  padding: 20px 22px;
  border-radius: 24px;
  text-align: left;
  color: #eef4ff;
  background:
    linear-gradient(145deg, rgba(15, 20, 33, 0.84), rgba(9, 13, 23, 0.76)),
    rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  border: 1px solid rgba(147, 172, 243, 0.12);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.route-panel-featured {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(19, 24, 41, 0.9), rgba(10, 14, 26, 0.82)),
    rgba(255, 255, 255, 0.03);
}

.route-panel-featured .route-panel-kicker,
.route-panel-featured .route-panel-title,
.route-panel-featured .route-panel-subtitle {
  width: auto;
  text-align: center;
}

.route-panel-kicker {
  margin: 0 0 10px;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(170, 188, 244, 0.62);
}

.route-panel-title {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.08;
  color: #f7fbff;
}

.route-panel-subtitle {
  margin: 10px 0 0;
  font-size: 0.92rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 210, 156, 0.76);
}

.route-panel-metric {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.route-panel-metric .route-panel-kicker,
.route-panel-metric .route-panel-title {
  width: auto;
  text-align: center;
}

.route-panel-metric .route-panel-kicker {
  margin-bottom: 12px;
}

.route-panel-metric .route-panel-title {
  font-size: clamp(1.35rem, 2vw, 2rem);
  white-space: nowrap;
}

.route-panel-metric .route-panel-subtitle {
  display: none;
}

.route-page .leaflet-container {
  background: #05070d;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.route-page .leaflet-control-zoom {
  border: 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.route-page .leaflet-control-zoom a {
  background: rgba(11, 15, 24, 0.92);
  color: #eef5ff;
  border: 1px solid rgba(140, 168, 255, 0.12);
}

.route-page .leaflet-control-zoom a:hover {
  background: rgba(18, 24, 38, 0.96);
  color: #ffffff;
}

.route-page .leaflet-control-attribution {
  background: rgba(5, 8, 15, 0.72);
  color: rgba(196, 209, 255, 0.66);
}

.route-page .leaflet-control-attribution a {
  color: rgba(234, 240, 255, 0.82);
}

.route-page .leaflet-popup-content-wrapper,
.route-page .leaflet-popup-tip {
  background: rgba(10, 14, 24, 0.96);
  color: #f4f8ff;
}

.route-vehicle-pin {
  background: transparent;
  border: 0;
  overflow: visible;
}

.route-vehicle-marker {
  position: relative;
  width: 60px;
  height: 44px;
  pointer-events: none;
  overflow: visible;
}

.route-vehicle-car-shell {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 44px;
}

.route-vehicle-car-image {
  display: block;
  width: 60px;
  height: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter:
    drop-shadow(0 7px 10px rgba(0, 0, 0, 0.32))
    drop-shadow(0 0 12px rgba(139, 182, 255, 0.1));
}

.route-accuracy-pin {
  background: transparent;
  border: 0;
  overflow: visible;
}

.route-accuracy-visual,
.route-accuracy-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.route-accuracy-visual {
  position: relative;
}

.route-accuracy-fill {
  fill: rgba(143, 190, 255, 0.08);
}

.route-accuracy-outline {
  fill: none;
  stroke: rgba(143, 190, 255, 0.34);
  stroke-width: 2;
}

.route-accuracy-glow {
  fill: none;
  stroke: rgba(255, 207, 150, 0.2);
  stroke-width: 1.5;
  stroke-dasharray: 4 8;
}

.route-speed-arc-glow {
  fill: none;
  stroke: rgba(255, 197, 132, 0.14);
  stroke-width: 20;
  stroke-linecap: round;
  filter: drop-shadow(0 0 14px rgba(255, 197, 132, 0.14));
}

.route-speed-arc {
  fill: none;
  stroke: rgba(13, 19, 33, 0.94);
  stroke-width: 17;
  stroke-linecap: round;
}

.route-speed-text {
  fill: rgba(248, 251, 255, 0.98);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.01em;
  paint-order: stroke fill;
  stroke: rgba(6, 9, 15, 0.88);
  stroke-width: 2.35px;
  stroke-linejoin: round;
}

.route-accuracy-text {
  fill: rgba(239, 245, 255, 0.86);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  paint-order: stroke fill;
  stroke: rgba(5, 8, 15, 0.92);
  stroke-width: 3px;
  stroke-linejoin: round;
}

.route-page.is-section-active .route-stage-copy {
  animation: route-copy-enter 980ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.route-page.is-section-active .route-map-shell {
  animation: route-map-enter 1280ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.route-page.is-section-active .route-panels {
  animation: route-panels-enter 980ms cubic-bezier(0.22, 1, 0.36, 1) 180ms both;
}

.route-page.is-section-active .route-map {
  transform: scale(1);
}

body.route-entering-from-home .route-page.is-section-active .route-map-shell {
  animation: route-map-earth-rise 1320ms cubic-bezier(0.18, 0.88, 0.2, 1) both;
}

body.route-entering-from-home .route-page.is-section-active .route-map {
  animation: route-map-depth-shift 1320ms cubic-bezier(0.18, 0.88, 0.2, 1) both;
}

body.route-entering-from-home .route-page.is-section-active .route-stage-copy {
  animation: route-overlay-enter 700ms cubic-bezier(0.22, 1, 0.36, 1) 760ms both;
}

body.route-entering-from-home .route-page.is-section-active .route-panels {
  animation: route-overlay-enter 720ms cubic-bezier(0.22, 1, 0.36, 1) 880ms both;
}

@keyframes route-copy-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.98);
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes route-map-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, 22vh, 0) scale(1.08);
    filter: blur(12px) brightness(0.54);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0) brightness(1);
  }
}

@keyframes route-panels-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
    filter: blur(12px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes route-map-earth-rise {
  0% {
    opacity: 1;
    clip-path: inset(64vh 0 0 0);
    transform: translate3d(0, 10vh, 0) scale(1.035);
    filter: brightness(0.54) saturate(0.84);
  }

  48% {
    opacity: 1;
    clip-path: inset(30vh 0 0 0);
    transform: translate3d(0, 5vh, 0) scale(1.018);
    filter: brightness(0.76) saturate(0.92);
  }

  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translate3d(0, 0, 0) scale(1);
    filter: brightness(1) saturate(1);
  }
}

@keyframes route-map-depth-shift {
  0% {
    transform: scale(1.14);
    filter: blur(2px);
  }

  50% {
    transform: scale(1.08);
    filter: blur(1px);
  }

  100% {
    transform: scale(1);
    filter: blur(0);
  }
}

@keyframes route-overlay-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes route-refresh-pulse {
  0%,
  100% {
    opacity: 0.62;
    filter: saturate(1);
  }

  50% {
    opacity: 1;
    filter: saturate(1.16);
  }
}

@keyframes route-live-signal {
  0%,
  100% {
    filter: saturate(1) brightness(0.92);
    box-shadow:
      0 0 18px rgba(139, 182, 255, 0.24),
      0 0 22px rgba(255, 196, 129, 0.14);
  }

  50% {
    filter: saturate(1.14) brightness(1.04);
    box-shadow:
      0 0 22px rgba(139, 182, 255, 0.34),
      0 0 28px rgba(255, 196, 129, 0.2);
    }
}

@keyframes route-live-dot-pulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(255, 141, 114, 0.5),
      0 0 14px rgba(255, 141, 114, 0.26);
    transform: scale(0.96);
  }

  65% {
    box-shadow:
      0 0 0 12px rgba(255, 141, 114, 0),
      0 0 20px rgba(255, 141, 114, 0.38);
    transform: scale(1);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(255, 141, 114, 0),
      0 0 14px rgba(255, 141, 114, 0.24);
    transform: scale(0.96);
  }
}

.mountains {
  position: absolute;
  height: 80px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}

.light-base {
  position: absolute;
  bottom: -80px;
  left: 10vw;
  width: 80vw;
  height: 100px;
  border-radius: 50%;
  box-shadow: -0px -10px 30px 10px #ffc1a0, -0px -20px 40px 20px #fe9c7f,
    -0px -30px 60px 30px #be6590, -0px -50px 150px 75px #632b6c;
  background-color: #ffc1a0;
  z-index: 1;
}

.mountains-base {
  content: "";

  background: -moz-linear-gradient(
    top,
    rgba(55, 5, 105, 0) 0%,
    rgba(9, 0, 22, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(55, 5, 105, 0) 0%,
    rgba(9, 0, 22, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(55, 5, 105, 0) 0%,
    rgba(9, 0, 22, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#00370569",
      endColorstr="#090016",
      GradientType=0
    );

  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -10px;
  z-index: 3;
}

.mountains-base:after {
  content: "";

  background: -moz-linear-gradient(
    top,
    rgba(55, 5, 105, 0) 0%,
    rgba(9, 0, 22, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(55, 5, 105, 0) 0%,
    rgba(9, 0, 22, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(55, 5, 105, 0) 0%,
    rgba(9, 0, 22, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#00370569",
      endColorstr="#090016",
      GradientType=0
    );
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0px;
  z-index: 3;
}

.mountains-base:before {
  content: "";

  background: -moz-linear-gradient(
    top,
    rgba(55, 5, 105, 0) 0%,
    rgba(9, 0, 22, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(55, 5, 105, 0) 0%,
    rgba(9, 0, 22, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(55, 5, 105, 0) 0%,
    rgba(9, 0, 22, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#00370569",
      endColorstr="#090016",
      GradientType=0
    );
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 10px;
  z-index: 2;
}

.mountains > [class^="mountain"],
.mountains > [class^="mountain"]:after,
.mountains > [class^="mountain"]:before,
.mountains > [class^="land"],
.mountains > [class^="land"]:after,
.mountains > [class^="land"]:before {
  background: #110124;
  box-shadow: 0px 0px 50px 5px rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0px;
}

.mountain-2 {
  width: 60px;
  height: 60px;
  bottom: -20px !important;
  left: -10px;
  transform: rotate(45deg);
  border-top-left-radius: 10px;
}

.mountain-1 {
  width: 100px;
  height: 100px;
  bottom: -40px !important;
  left: 10px;
  transform: rotate(45deg);
  border-top-left-radius: 10px;
}

.land-1 {
  width: 30%;
  height: 20px;
  border-top-right-radius: 100%;
}

.land-2 {
  width: 60%;
  height: 15px;
  left: 30%;
  border-top-left-radius: 200%;
  border-top-right-radius: 200%;
}

.land-3 {
  width: 20%;
  height: 20px;
  left: 80%;
  border-top-left-radius: 100%;
}

.stars {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.78;
  filter: brightness(0.92);
  transform: scale(1);
  transition:
    opacity 860ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.stars-cross,
.stars-cross-aux {
  opacity: 0.68;
  filter: brightness(0.94);
  transform: scale(1);
  transition:
    opacity 860ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.shooting-stars {
  position: absolute;
  inset: 0;
  overflow: hidden;
  transition: opacity 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.stargaze-overlay,
.ufo-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  transition: opacity 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ufo-layer {
  pointer-events: none;
}

.stargaze-overlay {
  opacity: 0;
  transform: scale(1.045);
  filter: brightness(0.94);
  background-image:
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.92) 0 1px, transparent 1.6px),
    radial-gradient(circle at 28% 48%, rgba(255, 246, 231, 0.85) 0 0.95px, transparent 1.55px),
    radial-gradient(circle at 46% 22%, rgba(220, 237, 255, 0.8) 0 1px, transparent 1.6px),
    radial-gradient(circle at 67% 62%, rgba(255, 255, 255, 0.84) 0 0.95px, transparent 1.5px),
    radial-gradient(circle at 84% 34%, rgba(255, 237, 214, 0.86) 0 1px, transparent 1.6px),
    radial-gradient(circle at 92% 78%, rgba(229, 242, 255, 0.72) 0 0.9px, transparent 1.45px);
  background-repeat: repeat;
  background-size: 120px 120px, 160px 160px, 210px 210px, 260px 260px, 320px 320px, 380px 380px;
  transition:
    opacity 860ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1200ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.stargaze-overlay::before,
.stargaze-overlay::after {
  content: "";
  position: absolute;
  inset: -10%;
  background-repeat: repeat;
  will-change: opacity, transform;
}

.stargaze-overlay::before {
  background-image:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.96) 0 1.2px, transparent 1.9px),
    radial-gradient(circle at 35% 70%, rgba(255, 243, 219, 0.86) 0 1px, transparent 1.7px),
    radial-gradient(circle at 62% 18%, rgba(255, 255, 255, 0.82) 0 1.15px, transparent 1.8px),
    radial-gradient(circle at 84% 40%, rgba(226, 240, 255, 0.8) 0 1px, transparent 1.7px),
    radial-gradient(circle at 12% 88%, rgba(255, 236, 210, 0.82) 0 1.15px, transparent 1.8px),
    radial-gradient(circle at 74% 78%, rgba(255, 255, 255, 0.82) 0 1px, transparent 1.7px),
    radial-gradient(circle at 56% 54%, rgba(255, 250, 244, 0.7) 0 0.95px, transparent 1.55px),
    radial-gradient(circle at 8% 52%, rgba(206, 230, 255, 0.68) 0 0.85px, transparent 1.45px);
  background-size: 150px 150px, 180px 180px, 210px 210px, 240px 240px, 300px 300px, 340px 340px, 390px 390px, 460px 460px;
  opacity: 0.84;
  animation: stargaze-shimmer 9s ease-in-out infinite alternate;
}

.stargaze-overlay::after {
  background-image:
    radial-gradient(circle at 22% 30%, rgba(255, 255, 255, 0.92) 0 1.3px, transparent 2px),
    radial-gradient(circle at 48% 62%, rgba(255, 250, 237, 0.78) 0 1.05px, transparent 1.7px),
    radial-gradient(circle at 68% 12%, rgba(206, 228, 255, 0.76) 0 1px, transparent 1.7px),
    radial-gradient(circle at 90% 74%, rgba(255, 243, 225, 0.82) 0 1.2px, transparent 1.85px),
    radial-gradient(circle at 37% 82%, rgba(255, 255, 255, 0.7) 0 0.95px, transparent 1.5px),
    radial-gradient(circle at 72% 44%, rgba(215, 238, 255, 0.68) 0 0.9px, transparent 1.45px);
  background-size: 200px 200px, 280px 280px, 360px 360px, 440px 440px, 520px 520px, 620px 620px;
  opacity: 0.58;
  animation: stargaze-shimmer 12s ease-in-out infinite alternate-reverse;
}

body.stargazing-mode .stargaze-overlay {
  opacity: 1;
  transform: scale(1);
  filter: brightness(1.16);
}

body.stargazing-mode .stars {
  opacity: 1;
  filter: brightness(1.12);
  transform: scale(1.02);
}

body.stargazing-mode .stars-cross,
body.stargazing-mode .stars-cross-aux {
  opacity: 1;
  filter: brightness(1.16);
  transform: scale(1.035);
}

body.route-mode .stars {
  opacity: 0.78;
  filter: brightness(0.92);
}

body.route-mode .stars-cross,
body.route-mode .stars-cross-aux {
  opacity: 0.68;
  filter: brightness(0.94);
}

body.route-mode .shooting-stars,
body.route-mode .stargaze-overlay,
body.route-mode .ufo-layer {
  opacity: 0;
}

body.route-transitioning .stars,
body.route-transitioning .stars-cross,
body.route-transitioning .stars-cross-aux,
body.route-transitioning .shooting-stars,
body.route-transitioning .stargaze-overlay,
body.route-transitioning .ufo-layer {
  transition-duration: 1240ms;
}

.route-page.is-camera-transitioning .route-stage-copy,
.route-page.is-camera-transitioning .route-panels {
  opacity: 0;
}

@keyframes stargaze-shimmer {
  0% {
    opacity: 0.42;
    transform: scale(1) translate3d(0, 0, 0);
  }

  100% {
    opacity: 0.92;
    transform: scale(1.02) translate3d(0, -6px, 0);
  }
}

.shooting-star {
  position: absolute;
  height: 2px;
  width: var(--tail-length, 160px);
  border-radius: 999px;
  opacity: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.35) 45%,
    rgba(255, 255, 255, 1) 100%
  );
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.55);
  transform: translate3d(0, 0, 0) rotate(var(--angle, 18deg));
  transform-origin: right center;
  will-change: transform, opacity;
  animation:
    shooting-star-travel var(--duration, 1.8s) linear forwards,
    shooting-star-fade var(--duration, 1.8s) ease-out forwards;
}

@keyframes shooting-star-travel {
  0% {
    transform: translate3d(calc(var(--travel-x, 360px) * -0.14), calc(var(--travel-y, 190px) * -0.14), 0)
      rotate(var(--angle, 18deg)) scaleX(1);
  }

  100% {
    transform: translate3d(var(--travel-x, 360px), var(--travel-y, 190px), 0)
      rotate(var(--angle, 18deg)) scaleX(1);
  }
}

@keyframes shooting-star-fade {
  0% {
    opacity: 0;
  }

  14% {
    opacity: 0.95;
  }

  72% {
    opacity: 0.82;
  }

  100% {
    opacity: 0;
  }
}

.ufo-flight {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 24px;
  opacity: 0;
  pointer-events: auto;
  touch-action: none;
  user-select: none;
  cursor: grab;
  will-change: transform, opacity;
}

.ufo-flight.is-captured {
  cursor: grabbing;
}

.ufo {
  position: relative;
  width: 54px;
  height: 24px;
  filter: drop-shadow(0 0 14px rgba(153, 230, 255, 0.42));
  will-change: transform, filter;
  transform: translate3d(0, 0, 0);
  animation: ufo-hover var(--ufo-float-duration, 3200ms) ease-in-out infinite alternate;
  animation-delay: var(--ufo-hover-delay, 0ms);
}

.ufo.is-captured {
  animation: ufo-captured-wiggle 520ms ease-in-out infinite alternate;
  filter: drop-shadow(0 0 18px rgba(176, 240, 255, 0.7));
}

.ufo::before {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 0;
  height: 13px;
  border-radius: 999px 999px 14px 14px;
  background: linear-gradient(180deg, rgba(225, 238, 255, 0.96), rgba(130, 170, 255, 0.65));
  box-shadow:
    0 0 12px rgba(147, 214, 255, 0.48),
    inset 0 -4px 8px rgba(42, 69, 132, 0.35);
}

.ufo::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 2px;
  height: 11px;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, rgba(214, 255, 255, 0.92), rgba(103, 210, 255, 0.4));
  box-shadow:
    0 0 12px rgba(147, 255, 248, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.ufo-beam {
  position: absolute;
  left: 50%;
  top: 14px;
  width: 10px;
  height: var(--beam-height, 80px);
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(163, 255, 247, 0.9) 0%,
    rgba(146, 244, 255, 0.5) 35%,
    rgba(146, 244, 255, 0.12) 100%
  );
  clip-path: polygon(40% 0, 60% 0, 100% 100%, 0 100%);
  filter: blur(0.6px);
}

.ufo.is-beaming .ufo-beam {
  animation: ufo-beam-pulse 900ms ease-in-out infinite alternate;
}

.ufo.is-beaming {
  filter: drop-shadow(0 0 22px rgba(160, 242, 255, 0.72));
}

.ufo-captured-star {
  position: absolute;
  left: 50%;
  top: calc(18px + var(--beam-height, 80px));
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) scale(0.45);
  background: radial-gradient(circle, rgba(255, 254, 236, 1) 0%, rgba(255, 220, 151, 0.94) 62%, rgba(255, 220, 151, 0) 100%);
  box-shadow: 0 0 14px rgba(255, 231, 161, 0.8);
}

.ufo.is-sucking-star .ufo-captured-star {
  animation: ufo-star-capture 1500ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes ufo-beam-pulse {
  0% {
    opacity: 0.28;
    transform: translateX(-50%) scaleY(0.55);
  }

  100% {
    opacity: 0.86;
    transform: translateX(-50%) scaleY(1);
  }
}

@keyframes ufo-star-capture {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0) scale(0.45);
  }

  10% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(calc(var(--beam-height, 80px) * -1)) scale(0.18);
  }
}

@keyframes ufo-hover {
  0% {
    transform:
      translate3d(calc(var(--ufo-drift-distance, 4px) * -0.4), calc(var(--ufo-float-distance, 6px) * -0.55), 0)
      rotate(calc(var(--ufo-tilt-angle, 3deg) * -1));
  }

  50% {
    transform:
      translate3d(calc(var(--ufo-drift-distance, 4px) * 0.45), calc(var(--ufo-float-distance, 6px) * 0.15), 0)
      rotate(calc(var(--ufo-tilt-angle, 3deg) * 0.35));
  }

  100% {
    transform:
      translate3d(calc(var(--ufo-drift-distance, 4px) * -1), var(--ufo-float-distance, 6px), 0)
      rotate(var(--ufo-tilt-angle, 3deg));
  }
}

@keyframes ufo-captured-wiggle {
  0% {
    transform: scale(1.018);
  }

  50% {
    transform: scale(0.996);
  }

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

.star {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0.45;
  transform-origin: center;
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.blink {
  animation-name: glimmer;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: both;
}

@keyframes glimmer {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(0.92);
  }

  30% {
    opacity: 0.5;
    transform: scale(1);
  }

  55% {
    opacity: 0.9;
    transform: scale(1.18);
  }

  75% {
    opacity: 0.65;
    transform: scale(1.06);
  }
}

.star-0 {
  height: 0.5px;
  width: 0.5px;
}

p {
  text-align: center;
  font-size: 60px;
  margin-top: 0px;
}

.countdown-kicker {
  margin: 0 0 18px;
  font-size: clamp(0.95rem, 2vw, 1.2rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.home-eyebrow {
  margin: 0 0 10px;
  font-size: 0.88rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  transition:
    margin 420ms cubic-bezier(0.22, 1, 0.36, 1),
    font-size 420ms cubic-bezier(0.22, 1, 0.36, 1),
    letter-spacing 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease;
}

.home-title {
  margin: 0;
  font-size: clamp(3rem, 8vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: #fff9f2;
  transition:
    font-size 480ms cubic-bezier(0.22, 1, 0.36, 1),
    line-height 480ms cubic-bezier(0.22, 1, 0.36, 1),
    letter-spacing 480ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease;
}

.home-card-toggle {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fffaf7;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    top 420ms cubic-bezier(0.22, 1, 0.36, 1),
    right 420ms cubic-bezier(0.22, 1, 0.36, 1),
    min-width 420ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 180ms ease,
    color 180ms ease;
}

.home-card-toggle:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.home-card-toggle:focus-visible {
  outline: 2px solid rgba(255, 208, 147, 0.9);
  outline-offset: 3px;
}

.home-card-body {
  display: block;
}

.home-card-body-ghost {
  position: absolute;
  z-index: 4;
  margin: 0;
  pointer-events: none;
  will-change: transform, opacity, filter;
}

.home-heading-ghost {
  position: absolute;
  z-index: 6;
  margin: 0;
  pointer-events: none;
  transform-origin: top left;
  will-change: transform, opacity;
  white-space: nowrap;
}

.home-card-toggle-ghost {
  position: absolute;
  z-index: 7;
  min-width: 0;
  margin: 0;
  pointer-events: none;
  overflow: hidden;
  transform: none !important;
  transition: none !important;
}

.home-card-toggle-ghost:hover {
  transform: none !important;
}

.home-card-toggle-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  white-space: nowrap;
}

.home-card-toggle-label-next {
  opacity: 0;
}

.home-intro {
  max-width: 680px;
  margin: 20px auto 28px;
  font-size: clamp(1.02rem, 2.3vw, 1.24rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

.countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin: 0 auto 28px;
}

.home-scroll-hint {
  margin: 8px 0 0;
  font-size: 0.84rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.home-stargaze-placeholder {
  display: block;
  height: 0;
  margin: 0;
  pointer-events: none;
  overflow-anchor: none;
}

.page-content#home.is-stargazing,
.home-stargaze-measure {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  width: min(560px, calc(100vw - 24px));
  max-width: 560px;
  padding: 20px 126px 20px 24px;
  border-radius: 28px;
  background: rgba(10, 6, 18, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.page-content#home.is-stargazing {
  z-index: 2200;
}

.home-stargaze-measure {
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}

.page-content#home.is-transitioning-stargaze {
  pointer-events: none;
}

.page-content#home.is-transitioning-to-route {
  pointer-events: none;
  box-shadow:
    0 36px 84px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.page-content#home.is-transitioning-stargaze.is-stargaze-expanding .home-card-body {
  display: block !important;
}

.page-content#home.is-transitioning-stargaze.is-stargaze-collapsing .home-card-body {
  display: block !important;
  pointer-events: none;
}

.page-content#home.is-transitioning-stargaze.is-stargaze-collapsing {
  padding: 20px 126px 20px 24px;
  border-radius: 28px;
  background: rgba(10, 6, 18, 0.66);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.42);
}

.page-content#home.is-transitioning-stargaze.is-stargaze-collapsing .home-eyebrow,
.page-content#home.is-transitioning-stargaze.is-stargaze-collapsing .home-title {
  text-align: left;
}

.page-content#home.is-transitioning-stargaze.is-stargaze-collapsing .home-eyebrow {
  margin-bottom: 6px;
  font-size: 0.74rem;
  letter-spacing: 0.28em;
}

.page-content#home.is-transitioning-stargaze.is-stargaze-collapsing .home-title {
  font-size: clamp(2rem, 5.2vw, 3rem);
  line-height: 1;
}

.page-content#home.is-transitioning-stargaze.is-stargaze-collapsing.is-stargaze-collapse-dock-phase .home-card-toggle {
  top: 50%;
  right: 18px;
  min-width: 108px;
  transform: translateY(-50%);
}

.page-content#home.is-stargazing .home-card-body,
.home-stargaze-measure .home-card-body {
  display: none;
}

.page-content#home.is-stargazing .home-eyebrow,
.home-stargaze-measure .home-eyebrow,
.page-content#home.is-stargazing .home-title,
.home-stargaze-measure .home-title {
  text-align: left;
}

.page-content#home.is-stargazing .home-eyebrow,
.home-stargaze-measure .home-eyebrow {
  margin-bottom: 6px;
  font-size: 0.74rem;
  letter-spacing: 0.28em;
}

.page-content#home.is-stargazing .home-title,
.home-stargaze-measure .home-title {
  font-size: clamp(2rem, 5.2vw, 3rem);
  line-height: 1;
}

.page-content#home.is-stargazing .home-card-toggle,
.home-stargaze-measure .home-card-toggle {
  top: 50%;
  right: 18px;
  min-width: 108px;
  transform: translateY(-50%);
}

.page-content#home.is-stargazing .home-card-toggle:hover {
  transform: translateY(calc(-50% - 1px));
}

.trip-travelers,
.trip-story {
  text-align: left;
  background:
    linear-gradient(145deg, rgba(29, 16, 45, 0.82), rgba(13, 8, 24, 0.62)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 60px rgba(4, 0, 14, 0.32);
}

.trip-travelers {
  margin-top: 42px;
  padding: 32px;
  border-radius: 34px;
}

.trip-travelers-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.trip-travelers-title {
  margin: 0;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #fff8f1;
}

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

.traveler-card {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.traveler-portrait-shell {
  position: relative;
  width: 140px;
  height: 140px;
}

.traveler-portrait-shell::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  filter: blur(24px);
  opacity: 0.76;
}

.traveler-portrait-shell-toni::before {
  background: rgba(255, 184, 122, 0.28);
}

.traveler-portrait-shell-josue::before {
  background: rgba(122, 166, 255, 0.24);
}

.traveler-portrait {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 42px rgba(6, 0, 20, 0.34);
}

.traveler-portrait-toni {
  object-position: 34% 36%;
  transform: rotate(-90deg);
}

.traveler-portrait-josue {
  object-position: 34% 46%;
}

.traveler-card-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.traveler-name {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.1;
  color: #fffaf5;
}

.traveler-role {
  font-size: 0.68rem;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.traveler-quote {
  position: relative;
  margin: 8px 0 0;
  padding-left: 22px;
  font-size: 0.98rem;
  font-style: italic;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

.traveler-quote::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: -0.08em;
  font-size: 2rem;
  line-height: 1;
  color: rgba(255, 202, 146, 0.86);
}

.traveler-quote::after {
  content: "\201D";
  margin-left: 2px;
  color: rgba(255, 202, 146, 0.86);
}

.trip-story {
  margin-top: 28px;
  padding: 32px;
  border-radius: 34px;
}

.trip-story-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.trip-section-kicker {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}

.trip-section-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff9f2;
}

.trip-description {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
}

.trip-route-rail {
  position: relative;
  display: grid;
  gap: 18px;
  padding-left: 32px;
  margin-top: 4px;
}

.trip-route-rail::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(
    to bottom,
    rgba(255, 199, 132, 0.88),
    rgba(255, 255, 255, 0.28) 34%,
    rgba(255, 255, 255, 0.18) 70%,
    rgba(133, 185, 255, 0.55)
  );
}

.trip-stop {
  position: relative;
}

.trip-stop-dot {
  position: absolute;
  left: -32px;
  top: 26px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fffdf8 0%, #ffd3a3 48%, #f0916d 100%);
  border: 4px solid rgba(19, 12, 32, 0.92);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08), 0 10px 22px rgba(10, 1, 22, 0.34);
}

.trip-stop-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 22px 20px;
  border-radius: 24px;
  text-align: left;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.trip-stop-card > * {
  align-self: stretch;
}

.trip-stop-card-with-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: 30px;
  align-items: center;
}

.trip-stop-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 4px;
  min-width: 0;
}

.trip-stop-main > * {
  align-self: stretch;
}

.trip-stop-media {
  position: relative;
  isolation: isolate;
  margin: 0;
  min-height: 196px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.trip-stop-media::before,
.trip-stop-media::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.trip-stop-media::before {
  inset: -12px;
  border-radius: 24px;
  filter: blur(24px);
  opacity: 0.72;
  z-index: 0;
  background: var(--trip-stop-glow, rgba(255, 255, 255, 0.18));
}

.trip-stop-media::after {
  inset: 0;
  border-radius: inherit;
  z-index: 2;
  background: var(--trip-stop-overlay, linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)));
}

.trip-stop-media-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 196px;
  border-radius: inherit;
  object-fit: cover;
}

.trip-stop-media-ohio {
  --trip-stop-glow: linear-gradient(135deg, rgba(113, 185, 255, 0.34), rgba(121, 255, 203, 0.2));
  --trip-stop-overlay: linear-gradient(155deg, rgba(132, 198, 255, 0.22), rgba(34, 21, 52, 0.04) 42%, rgba(111, 255, 201, 0.16));
}

.trip-stop-media-illinois {
  --trip-stop-glow: linear-gradient(135deg, rgba(255, 209, 131, 0.34), rgba(163, 226, 255, 0.18));
  --trip-stop-overlay: linear-gradient(155deg, rgba(255, 214, 144, 0.24), rgba(40, 28, 58, 0.04) 40%, rgba(173, 231, 255, 0.14));
}

.trip-stop-media-oklahoma {
  --trip-stop-glow: linear-gradient(135deg, rgba(255, 170, 113, 0.34), rgba(207, 112, 91, 0.2));
  --trip-stop-overlay: linear-gradient(155deg, rgba(255, 171, 118, 0.22), rgba(43, 24, 38, 0.05) 38%, rgba(202, 108, 88, 0.14));
}

.trip-stop-media-new-mexico {
  --trip-stop-glow: linear-gradient(135deg, rgba(130, 154, 255, 0.3), rgba(255, 189, 119, 0.18));
  --trip-stop-overlay: linear-gradient(155deg, rgba(124, 154, 255, 0.2), rgba(25, 20, 45, 0.06) 42%, rgba(255, 198, 128, 0.12));
}

.trip-stop-highlight .trip-stop-card,
.trip-stop-return .trip-stop-card {
  background: rgba(255, 255, 255, 0.08);
}

.trip-stop-highlight .trip-stop-dot {
  background: radial-gradient(circle at 35% 35%, #fffcef 0%, #ffd77f 46%, #ffb24b 100%);
}

.trip-stop-return .trip-stop-dot {
  background: radial-gradient(circle at 35% 35%, #f7fbff 0%, #b7d7ff 46%, #6f8dff 100%);
}

.trip-stop-date {
  width: 100%;
  margin: 0 0 10px;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-align: left;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.46);
}

.trip-stop-title {
  width: 100%;
  margin: 0 0 10px;
  font-size: 1.16rem;
  line-height: 1.28;
  text-align: left;
  color: #fff8f1;
}

.trip-stop-copy {
  width: 100%;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  text-align: left;
  color: rgba(255, 255, 255, 0.74);
}

.trip-stop-link {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  width: auto;
  max-width: max-content;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  font-size: 0.77rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff7ef;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.trip-stop-link:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.trip-stop-route {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 16px;
}

.trip-stop-route > span:not(.trip-stop-route-arrow) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.86);
}

.trip-stop-route-arrow {
  position: relative;
  flex: 0 0 26px;
  width: 26px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: transparent;
}

.trip-stop-route-arrow::before,
.trip-stop-route-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  pointer-events: none;
}

.trip-stop-route-arrow::before {
  left: 0;
  right: 6px;
  height: 1.5px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(255, 214, 152, 0.18), rgba(255, 214, 152, 0.76));
}

.trip-stop-route-arrow::after {
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid rgba(255, 214, 152, 0.76);
  border-right: 1.5px solid rgba(255, 214, 152, 0.76);
  transform: translateY(-50%) rotate(45deg);
}

.countdown-unit {
  min-width: clamp(116px, 18vw, 144px);
  padding: 20px 20px 18px;
  border-radius: 24px;
  background: rgba(20, 13, 34, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 40px rgba(5, 0, 16, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.countdown-value-window {
  position: relative;
  min-width: 3ch;
  height: clamp(4.9rem, 10vw, 6.2rem);
  overflow: hidden;
  margin-bottom: 14px;
}

.countdown-value {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2.35rem, 6.6vw, 4.15rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums lining-nums;
  color: #fffaf7;
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

.countdown-value-current {
  z-index: 1;
}

.countdown-value-next {
  transform: translateY(125%);
  opacity: 0;
  filter: blur(8px);
  z-index: 2;
}

.countdown-unit.is-animating .countdown-value-current {
  animation: countdown-value-out 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.countdown-unit.is-animating .countdown-value-next {
  animation: countdown-value-in 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes countdown-value-out {
  0% {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
  }

  100% {
    transform: translateY(-125%);
    opacity: 0;
    filter: blur(8px);
  }
}

@keyframes countdown-value-in {
  0% {
    transform: translateY(125%);
    opacity: 0;
    filter: blur(8px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
  }
}

.countdown-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.countdown-finished {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  padding: 26px 32px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 40px rgba(5, 0, 16, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #fffaf7;
}

@media (max-width: 900px) {
  .page-content#home {
    margin-bottom: 68px;
    padding: 34px 26px;
  }

  #gallery.page-content {
    margin-bottom: 68px;
  }

  #updates.page-content {
    margin-bottom: 68px;
  }

  .page-content.route-page {
    min-height: 100vh;
  }

  .blog-hero-card {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .blog-hero-title {
    font-size: clamp(2.25rem, 9vw, 4rem);
  }

  .blog-feed-shell {
    padding: 24px;
  }

  .blog-feed-head {
    justify-items: center;
    text-align: center;
  }

  .blog-feed-summary {
    max-width: none;
    text-align: center;
  }

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

  .blog-card-image {
    min-height: 320px;
  }

  .camera-hero-card {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .camera-stage-card {
    padding: 20px;
  }

  .camera-player-stage {
    min-height: 520px;
    height: 520px;
  }

  .camera-bottom-grid {
    grid-template-columns: 1fr;
  }

  .camera-panel-copy-tight {
    max-width: none;
    text-align: left;
  }

  .home-card-toggle {
    top: 18px;
    right: 18px;
    min-width: 108px;
    padding: 10px 14px;
    font-size: 0.8rem;
  }

  .trip-travelers,
  .trip-story {
    padding: 26px;
  }

  .trip-travelers-grid {
    grid-template-columns: 1fr;
  }

  .traveler-card {
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 18px;
    padding: 22px;
  }

  .traveler-portrait-shell {
    width: 128px;
    height: 128px;
  }

  .trip-route-rail {
    padding-left: 30px;
  }

  .route-stage-copy {
    top: max(86px, calc(70px + env(safe-area-inset-top)));
    left: max(18px, calc(18px + env(safe-area-inset-left)));
    width: min(460px, calc(100vw - 36px));
    padding: 22px;
    border-radius: 26px;
  }

  .route-location-title {
    font-size: 1.45rem;
  }

  .route-map-shell {
    min-height: 100vh;
  }

  .route-panels {
    display: grid;
    grid-template-columns: 1fr;
    left: max(18px, calc(18px + env(safe-area-inset-left)));
    right: max(18px, calc(18px + env(safe-area-inset-right)));
    bottom: max(18px, calc(18px + env(safe-area-inset-bottom)));
    width: auto;
    max-width: none;
  }

  .route-panel {
    width: auto;
    min-height: 0;
  }

  .trip-stop-card-with-media {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .page-content#home {
    margin-bottom: 56px;
    padding: 28px 18px;
  }

  #gallery.page-content {
    margin-top: 104px;
    margin-bottom: 56px;
  }

  #updates.page-content {
    margin-top: 104px;
    margin-bottom: 56px;
  }

  .page-content.route-page {
    min-height: 100vh;
  }

  .blog-hero-card,
  .blog-feed-shell {
    border-radius: 28px;
  }

  .blog-hero-card {
    padding: 22px 18px;
    gap: 20px;
  }

  .blog-hero-side {
    gap: 14px;
  }

  .blog-author-stack {
    gap: 12px;
  }

  .blog-author-chip {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-radius: 20px;
  }

  .blog-author-chip-avatar {
    width: 56px;
    height: 56px;
    border-radius: 18px;
  }

  .blog-stat-grid {
    grid-template-columns: 1fr;
  }

  .blog-stat-card {
    min-height: 0;
  }

  .blog-feed-shell {
    padding: 20px 16px;
  }

  .blog-card {
    border-radius: 24px;
  }

  .blog-card-media {
    border-radius: 24px 24px 0 0;
  }

  .blog-card-image {
    min-height: 260px;
  }

  .blog-card-main {
    padding: 18px 16px 16px;
  }

  .blog-card-header {
    flex-direction: column;
  }

  .blog-card-author {
    width: 100%;
  }

  .blog-card-title {
    font-size: 1.58rem;
  }

  .blog-card-actions {
    align-items: stretch;
  }

  .blog-action-group,
  .blog-action-group-secondary {
    width: 100%;
    margin-left: 0;
  }

  .blog-action-button {
    justify-content: center;
    width: 100%;
  }

  .blog-sheet-layer {
    padding: 20px 12px;
  }

  .blog-sheet {
    padding: 18px;
    border-radius: 26px;
  }

  .blog-sheet.is-comments-sheet {
    padding: 0;
  }

  .blog-sheet-comments-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .blog-dialog-post {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .blog-dialog-post-header,
  .blog-dialog-post-body,
  .blog-dialog-thread-head,
  .blog-sheet-comment-form {
    padding-left: 18px;
    padding-right: 18px;
  }

  .blog-dialog-post-media {
    margin-left: 18px;
    margin-right: 18px;
    min-height: 220px;
  }

  .blog-dialog-post-image {
    min-height: 220px;
  }

  .blog-sheet-scroll {
    padding-left: 18px;
    padding-right: 18px;
  }

  .blog-thread-bubble,
  .blog-thread-bubble-reply {
    max-width: 100%;
  }

  .blog-comment-submit {
    width: 38px;
    height: 38px;
  }

  .camera-hero-card,
  .camera-stage-card {
    border-radius: 28px;
  }

  .camera-hero-card {
    padding: 22px 18px;
    gap: 20px;
  }

  .camera-stage-title {
    font-size: 0.92rem;
  }

  .camera-reaction-strip {
    grid-template-columns: 1fr;
  }

  .camera-stage-card {
    padding: 16px;
  }

  .camera-player-stage {
    min-height: 360px;
    border-radius: 24px;
    height: 360px;
  }

  .camera-video,
  .camera-image {
    border-radius: 24px;
  }

  .camera-player-topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .camera-player-badges {
    justify-content: flex-start;
  }

  .camera-player-actions {
    justify-content: stretch;
  }

  .camera-control-button {
    flex: 1 1 0;
  }

  .camera-player-center {
    width: calc(100% - 28px);
    margin: auto 14px 14px;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .camera-chat-shell {
    left: 14px;
    right: 80px;
    bottom: 14px;
    width: auto;
  }

  .camera-chat-feed {
    max-height: 172px;
    padding-top: 8px;
  }

  .camera-chat-form {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 48px;
    padding: 4px 4px 4px 14px;
  }

  .camera-chat-input {
    font-size: 0.88rem;
  }

  .camera-chat-send {
    width: 38px;
    height: 38px;
  }

  .camera-reaction-grid {
    gap: 10px;
    padding: 10px;
  }

  .camera-reaction-button {
    width: 46px;
    height: 46px;
  }

  .camera-reaction-button-cooldown-label {
    font-size: 0.82rem;
  }

  .camera-player-bottom {
    padding: 0 12px 14px;
  }

  .camera-reaction-burst {
    bottom: 82px;
  }

  .camera-recent-head {
    flex-direction: column;
    align-items: start;
  }

  .camera-panel-copy-tight {
    text-align: left;
  }

  .page-content#home.is-stargazing,
  .home-stargaze-measure {
    width: calc(100vw - 18px);
    padding: 18px 112px 18px 18px;
    bottom: 12px;
  }

  .home-title {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .page-content#home.is-stargazing .home-title,
  .home-stargaze-measure .home-title {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
  }

  .trip-travelers,
  .trip-story {
    padding: 22px 18px;
    border-radius: 28px;
  }

  .trip-travelers-title {
    font-size: clamp(1.55rem, 8vw, 2.2rem);
  }

  .trip-travelers-grid {
    gap: 18px;
  }

  .traveler-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 16px;
    padding: 20px 18px;
  }

  .traveler-portrait-shell {
    width: 126px;
    height: 126px;
  }

  .traveler-card-copy {
    align-items: center;
  }

  .traveler-quote {
    padding-top: 16px;
    padding-left: 0;
    text-align: center;
  }

  .traveler-quote::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .trip-route-rail {
    padding-left: 28px;
  }

  .route-stage-copy {
    top: max(76px, calc(64px + env(safe-area-inset-top)));
    left: max(14px, calc(14px + env(safe-area-inset-left)));
    width: calc(100vw - 28px);
    max-width: 100%;
    padding: 18px 18px 20px;
    border-radius: 22px;
  }

  .route-location-title {
    font-size: 1.35rem;
  }

  .route-location-meta {
    font-size: 0.78rem;
  }

  .route-map-shell {
    min-height: 100vh;
  }

  .route-panels {
    left: max(14px, calc(14px + env(safe-area-inset-left)));
    right: max(14px, calc(14px + env(safe-area-inset-right)));
    bottom: max(14px, calc(14px + env(safe-area-inset-bottom)));
    width: auto;
    max-width: none;
    gap: 12px;
  }

  .route-unit-toggle {
    padding: 5px;
    gap: 4px;
  }

  .route-map-zoom {
    padding: 5px;
    gap: 6px;
  }

  .route-unit-button {
    min-width: 84px;
    padding: 9px 12px;
    font-size: 0.68rem;
  }

  .route-map-zoom-button {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }

  .route-panel {
    width: auto;
    padding: 16px 16px 15px;
    border-radius: 20px;
  }

  .trip-stop-card-with-media {
    gap: 16px;
  }

  .trip-stop-media {
    min-height: 172px;
    border-radius: 16px;
  }

  .trip-stop-media-image {
    min-height: 172px;
  }

  .trip-stop-dot {
    left: -28px;
    width: 22px;
    height: 22px;
  }

}

.star-1 {
  height: 1px;
  width: 1px;
}

.star-2 {
  height: 1.5px;
  width: 1.5px;
}

.star-3 {
  height: 2px;
  width: 2px;
}



.star-4 {
  height: 2.5px;
  width: 2.5px;
  box-shadow: 0px 0px 6px 1px rgba(255,255,255,0.5);
}

.star-5 {
  height: 2.5px;
  width: 2.5px;
  box-shadow: 0px 0px 6px 1px rgba(255,255,255,0.7);
}

.stars-cross {
  position: absolute;
  top: 10vh;
  left: 0px;
  width: 120vw;
  height: 20vh;
  transform: rotate(20deg);
  transform-origin: top left;
}

.stars-cross-aux {
  position: absolute;
  top: 0vh;
  left: 10vw;
  width: 120vw;
  height: 10vh;
  transform: rotate(20deg);
  transform-origin: top left;
}

.stars-cross > .blur,
.stars-cross-aux > .blur {
  position: absolute;
  border-radius: 50%;
  background-color: white;
  opacity: 1;
  filter: blur(15px);
  width: 5px;
  height: 10px;
}
