/**
 * VibeCart Definitive Experience — one product, three doors.
 * Website · Phone · Operations share Meridian daylight:
 * porcelain mist, ink, mineral teal. Syne + DM Sans.
 * Calm certainty — impressive without shouting.
 */

:root {
  --vc-x-ink: #0f1a22;
  --vc-x-ink-soft: rgba(15, 26, 34, 0.66);
  --vc-x-teal: #0d7377;
  --vc-x-leaf: #1f8a5b;
  --vc-x-ember: #c45c26;
  --vc-x-porcelain: #f3f8f6;
  --vc-x-mist: #eef3f0;
  --vc-x-paper: #ffffff;
  --vc-x-line: rgba(15, 26, 34, 0.1);
  --vc-x-shadow: 0 18px 40px rgba(15, 26, 34, 0.1);
  --vc-x-display: "Syne", "Avenir Next", "Segoe UI", sans-serif;
  --vc-x-text: "DM Sans", "Avenir Next", "Segoe UI", sans-serif;
  --vc-x-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

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

@keyframes vcXMeridianDraw {
  from {
    transform: scaleX(0);
    opacity: 0.2;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes vcXBreathe {
  from {
    transform: scale(1.03) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.07) translate3d(-1%, 0.8%, 0);
  }
}

@keyframes vcXInkPulse {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 0.95;
  }
}

/* Shared meridian signature rule */
.vc-x-meridian {
  display: block;
  width: min(4.5rem, 28vw);
  height: 2px;
  margin: 0.65rem 0 1rem;
  border: none;
  background: linear-gradient(90deg, var(--vc-x-teal), rgba(31, 138, 91, 0.35));
  transform-origin: left center;
  animation: vcXMeridianDraw 0.9s var(--vc-x-ease) both;
}

.vc-x-meridian--center {
  margin-left: auto;
  margin-right: auto;
  transform-origin: center;
}

/* —— Website home: definitive continuum —— */
body.vc-page-home.vc-orbit-home .vc-x-continuum {
  position: relative;
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 clamp(1.15rem, 4vw, 2rem) clamp(2.5rem, 6vw, 3.5rem);
  animation: vcXRise 0.9s var(--vc-x-ease) 0.12s both;
}

body.vc-page-home.vc-orbit-home .vc-x-continuum__eyebrow {
  margin: 0 0 0.45rem;
  font-family: var(--vc-x-text);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vc-x-teal);
}

body.vc-page-home.vc-orbit-home .vc-x-continuum__title {
  margin: 0 0 0.55rem;
  font-family: var(--vc-x-display);
  font-weight: 800;
  font-size: clamp(1.45rem, 3.4vw, 1.95rem);
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: var(--vc-x-ink);
}

body.vc-page-home.vc-orbit-home .vc-x-continuum__lead {
  margin: 0;
  max-width: 36ch;
  font-size: 1.02rem;
  line-height: 1.5;
  color: var(--vc-x-ink-soft);
}

body.vc-page-home.vc-orbit-home .hero-copy.vc-orbit-copy > .vc-x-meridian {
  background: linear-gradient(90deg, #f3f8f6, rgba(13, 115, 119, 0.55));
  margin-top: 0.55rem;
  margin-bottom: 0.95rem;
}

body.vc-page-home.vc-orbit-home .vc-orbit-brand {
  position: relative;
}

/* Cinematic intro → Meridian whisper (not carnival) */
body.vc-page-home .cinematic-intro {
  background:
    radial-gradient(70% 50% at 50% 40%, rgba(13, 115, 119, 0.14), transparent 60%),
    linear-gradient(165deg, #0f1a22 0%, #152832 100%) !important;
}

body.vc-page-home .cinematic-intro-text {
  font-family: var(--vc-x-display) !important;
  letter-spacing: -0.04em !important;
}

body.vc-page-home .cinematic-intro-flair {
  font-family: var(--vc-x-text) !important;
  color: rgba(243, 248, 246, 0.72) !important;
}

body.vc-page-home .cinematic-logo-letter {
  font-family: var(--vc-x-display) !important;
}

body.vc-page-home .cinematic-ring--outer,
body.vc-page-home .cinematic-ring--mid {
  border-color: rgba(13, 115, 119, 0.45) !important;
}

/* —— Phone / native: kill leftover night-gold / purple chrome —— */
html.vc-mobile-app .vc-mobile-hero-aurora,
html.vc-phone .vc-mobile-hero-aurora {
  background:
    radial-gradient(circle at 30% 40%, rgba(13, 115, 119, 0.35), transparent 55%),
    radial-gradient(circle at 70% 60%, rgba(31, 138, 91, 0.22), transparent 50%) !important;
  opacity: 0.45 !important;
  filter: blur(36px) !important;
  animation: vcXInkPulse 10s ease-in-out infinite !important;
}

html.vc-mobile-app .hero,
html.vc-phone .hero {
  border-color: rgba(13, 115, 119, 0.18) !important;
  box-shadow: 0 18px 48px rgba(15, 26, 34, 0.14) !important;
}

html.vc-mobile-app body.vc-page-home.vc-orbit-home .hero.hero--orbit,
html.vc-phone body.vc-page-home.vc-orbit-home .hero.hero--orbit {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-top: 0 !important;
}

/* App portal — definitive pocket home */
html.vc-mobile-app .vc-app-lane-portal__card,
html.vc-app-lane-portal-on .vc-app-lane-portal__card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--vc-x-line) !important;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(238, 245, 242, 0.94)) !important;
  box-shadow: var(--vc-x-shadow) !important;
  animation: vcXRise 0.75s var(--vc-x-ease) both;
}

html.vc-mobile-app .vc-app-lane-portal__brand + .vc-x-meridian,
html.vc-app-lane-portal-on .vc-app-lane-portal__brand + .vc-x-meridian {
  margin: 0.35rem 0 0.75rem;
  background: linear-gradient(90deg, var(--vc-x-teal), rgba(31, 138, 91, 0.35));
}

html.vc-mobile-app .vc-app-lane-portal__title,
html.vc-app-lane-portal-on .vc-app-lane-portal__title {
  font-family: var(--vc-x-display) !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em !important;
  color: var(--vc-x-ink) !important;
}

html.vc-mobile-app .vc-app-lane-portal__tagline,
html.vc-app-lane-portal-on .vc-app-lane-portal__tagline {
  color: var(--vc-x-ink-soft) !important;
  font-family: var(--vc-x-text) !important;
}

html.vc-mobile-app .vc-app-lane-tile,
html.vc-app-lane-portal-on .vc-app-lane-tile {
  border-radius: 14px !important;
  border: 1px solid rgba(15, 26, 34, 0.1) !important;
  transition: transform 0.28s var(--vc-x-ease), border-color 0.28s ease, box-shadow 0.28s ease !important;
}

html.vc-mobile-app .vc-app-lane-tile:active,
html.vc-app-lane-portal-on .vc-app-lane-tile:active {
  transform: scale(0.985) translateY(1px);
}

html.vc-mobile-app .vc-app-lane-tile__label,
html.vc-app-lane-portal-on .vc-app-lane-tile__label {
  font-family: var(--vc-x-display) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

html.vc-mobile-app .mobile-quick-nav,
html.vc-phone .mobile-quick-nav {
  border-top: 1px solid rgba(15, 26, 34, 0.1) !important;
  background: linear-gradient(180deg, rgba(243, 248, 246, 0.94), rgba(238, 243, 240, 0.98)) !important;
  backdrop-filter: blur(14px);
  box-shadow: 0 -10px 28px rgba(15, 26, 34, 0.06) !important;
}

html.vc-mobile-app .mobile-quick-nav a,
html.vc-phone .mobile-quick-nav a {
  color: var(--vc-x-ink-soft) !important;
  font-family: var(--vc-x-text) !important;
  font-weight: 650 !important;
}

html.vc-mobile-app .mobile-quick-nav a.is-active,
html.vc-phone .mobile-quick-nav a.is-active {
  color: var(--vc-x-teal) !important;
}

/* —— Admin / Operations: Meridian daylight command —— */
body.admin-surface,
body.vc-ops-gate {
  --bg: var(--vc-x-porcelain);
  --bg-deep: var(--vc-x-mist);
  --panel: var(--vc-x-paper);
  --panel-2: #eef5f2;
  --text: var(--vc-x-ink);
  --muted: var(--vc-x-ink-soft);
  --accent: var(--vc-x-teal);
  --ochre: var(--vc-x-teal);
  color-scheme: light !important;
  color: var(--vc-x-ink) !important;
  font-family: var(--vc-x-text) !important;
  background:
    radial-gradient(90% 55% at 100% 0%, rgba(13, 115, 119, 0.12), transparent 55%),
    radial-gradient(70% 45% at 0% 100%, rgba(196, 92, 38, 0.07), transparent 50%),
    linear-gradient(180deg, #f3f8f6 0%, #e8f0ed 100%) !important;
}

body.admin-surface .topbar {
  background: linear-gradient(180deg, rgba(243, 248, 246, 0.97), rgba(243, 248, 246, 0.88)) !important;
  border-bottom: 1px solid var(--vc-x-line) !important;
  color: var(--vc-x-ink) !important;
  backdrop-filter: blur(12px);
}

body.admin-surface .brand-name,
body.admin-surface .topbar a,
body.admin-surface .nav-links a {
  color: var(--vc-x-ink) !important;
  font-family: var(--vc-x-text);
}

body.admin-surface .brand-mark {
  background: var(--vc-x-teal) !important;
  color: #f3f8f6 !important;
  border-radius: 10px;
  font-family: var(--vc-x-display);
  font-weight: 800;
}

body.admin-surface .section,
body.admin-surface .section.alt {
  border: 1px solid var(--vc-x-line) !important;
  border-radius: 18px !important;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.97), rgba(238, 245, 242, 0.94)) !important;
  box-shadow: var(--vc-x-shadow) !important;
  color: var(--vc-x-ink) !important;
}

body.admin-surface h1,
body.admin-surface h2,
body.admin-surface h3 {
  font-family: var(--vc-x-display) !important;
  letter-spacing: -0.03em;
  color: var(--vc-x-ink) !important;
}

body.admin-surface .note,
body.admin-surface p,
body.admin-surface label {
  color: var(--vc-x-ink-soft) !important;
}

body.admin-surface input,
body.admin-surface select,
body.admin-surface textarea {
  background: #ffffff !important;
  border: 1px solid rgba(15, 26, 34, 0.14) !important;
  color: var(--vc-x-ink) !important;
  border-radius: 12px !important;
}

body.admin-surface .btn-primary,
body.admin-surface button.btn-primary {
  background: var(--vc-x-teal) !important;
  border: none !important;
  color: #f3f8f6 !important;
  border-radius: 12px !important;
  font-family: var(--vc-x-display) !important;
  font-weight: 700 !important;
  box-shadow: 0 12px 28px rgba(13, 115, 119, 0.22);
}

body.admin-surface .btn-secondary,
body.admin-surface button.btn-secondary {
  background: rgba(13, 115, 119, 0.08) !important;
  border: 1px solid rgba(13, 115, 119, 0.28) !important;
  color: var(--vc-x-ink) !important;
  border-radius: 12px !important;
}

body.admin-surface .admin-mode-switcher {
  border: 1px solid rgba(13, 115, 119, 0.35) !important;
  background: rgba(255, 255, 255, 0.9) !important;
}

body.admin-surface .admin-mode-switcher__btn {
  color: var(--vc-x-ink) !important;
}

body.admin-surface .admin-mode-switcher__btn.is-active {
  background: linear-gradient(135deg, rgba(13, 115, 119, 0.28), rgba(31, 138, 91, 0.18)) !important;
  color: var(--vc-x-ink) !important;
}

body.admin-surface .admin-mode-switcher__btn:focus-visible {
  outline: 2px solid rgba(13, 115, 119, 0.7);
}

body.admin-surface .vc-password-toggle--icon {
  border: 1px solid rgba(15, 26, 34, 0.14) !important;
  background: #fff !important;
  color: var(--vc-x-ink) !important;
}

body.admin-surface #loginBox h1::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 2px;
  margin-top: 0.55rem;
  background: linear-gradient(90deg, var(--vc-x-teal), rgba(31, 138, 91, 0.35));
}

/* Ops gate (admin-app.html) */
body.vc-ops-gate {
  min-height: 100vh;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

body.vc-ops-gate .vc-ops-wrap {
  max-width: 420px;
  margin: 0 auto;
  padding: clamp(1.5rem, 5vw, 2.5rem) 1.1rem 2rem;
}

body.vc-ops-gate .vc-ops-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  padding: 1.35rem 1.2rem 1.25rem;
  border-radius: 20px;
  border: 1px solid var(--vc-x-line);
  background:
    linear-gradient(145deg, rgba(13, 115, 119, 0.1), transparent 42%),
    linear-gradient(165deg, #ffffff, #eef5f2);
  box-shadow: var(--vc-x-shadow);
  animation: vcXRise 0.75s var(--vc-x-ease) both;
}

body.vc-ops-gate .vc-ops-hero__glow {
  position: absolute;
  width: 220px;
  height: 220px;
  right: -60px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 115, 119, 0.22), transparent 68%);
  pointer-events: none;
  animation: vcXInkPulse 6s ease-in-out infinite;
}

body.vc-ops-gate .vc-ops-brand {
  position: relative;
  margin: 0;
  font-family: var(--vc-x-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 6vw, 2.1rem);
  letter-spacing: -0.045em;
  color: var(--vc-x-ink);
  line-height: 1;
}

body.vc-ops-gate .vc-ops-kicker {
  position: relative;
  margin: 0.35rem 0 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vc-x-teal);
}

body.vc-ops-gate .vc-ops-lead {
  position: relative;
  margin: 0.75rem 0 0;
  font-size: 0.98rem;
  line-height: 1.45;
  color: var(--vc-x-ink-soft);
  max-width: 32ch;
}

body.vc-ops-gate .vc-ops-card {
  padding: 1.15rem 1.15rem 1.2rem;
  border-radius: 18px;
  border: 1px solid var(--vc-x-line);
  background: linear-gradient(165deg, #ffffff, #eef5f2);
  box-shadow: 0 12px 30px rgba(15, 26, 34, 0.08);
  margin-bottom: 0.85rem;
  animation: vcXRise 0.8s var(--vc-x-ease) 0.06s both;
}

body.vc-ops-gate .vc-ops-card h2 {
  margin: 0 0 0.35rem;
  font-family: var(--vc-x-display);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--vc-x-ink);
}

body.vc-ops-gate .vc-ops-card .small {
  margin: 0 0 0.85rem;
  color: var(--vc-x-ink-soft);
  font-size: 0.9rem;
  line-height: 1.4;
}

body.vc-ops-gate input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid rgba(15, 26, 34, 0.14);
  background: #fff;
  color: var(--vc-x-ink);
  padding: 0.7rem 0.8rem;
  margin-bottom: 0.7rem;
  font-family: var(--vc-x-text);
  font-size: 1rem;
}

body.vc-ops-gate input:focus {
  outline: 2px solid rgba(13, 115, 119, 0.35);
  outline-offset: 1px;
  border-color: rgba(13, 115, 119, 0.45);
}

body.vc-ops-gate .vc-password-field {
  display: flex;
  gap: 0.45rem;
  align-items: stretch;
  margin-bottom: 0.7rem;
}

body.vc-ops-gate .vc-password-field input {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}

body.vc-ops-gate .vc-password-toggle--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  padding: 0.45rem 0.55rem;
  border-radius: 12px;
  border: 1px solid rgba(15, 26, 34, 0.14);
  background: #fff;
  color: var(--vc-x-ink);
  cursor: pointer;
  flex-shrink: 0;
}

body.vc-ops-gate .vc-ops-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  border-radius: 12px;
  background: var(--vc-x-teal);
  color: #f3f8f6;
  padding: 0.78rem 1rem;
  font-family: var(--vc-x-display);
  font-weight: 750;
  font-size: 1rem;
  letter-spacing: -0.01em;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(13, 115, 119, 0.22);
  transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

body.vc-ops-gate .vc-ops-btn:hover {
  background: #0a5f62;
  transform: translateY(-1px);
}

body.vc-ops-gate .vc-ops-btn:active {
  transform: translateY(1px) scale(0.995);
  filter: brightness(0.97);
}

body.vc-ops-gate .vc-ops-btn--ghost {
  margin-top: 0.55rem;
  background: rgba(13, 115, 119, 0.08);
  color: var(--vc-x-ink);
  box-shadow: none;
  border: 1px solid rgba(13, 115, 119, 0.25);
}

body.vc-ops-gate .vc-ops-btn--ghost:hover {
  background: rgba(13, 115, 119, 0.14);
}

body.vc-ops-gate .vc-ops-btn.hidden,
body.vc-ops-gate .hidden {
  display: none !important;
}

body.vc-ops-gate .vc-ops-foot {
  margin: 0.85rem 0 0;
  text-align: center;
  font-size: 0.82rem;
  color: var(--vc-x-ink-soft);
}

body.vc-ops-gate .vc-ops-foot a {
  color: var(--vc-x-teal);
  font-weight: 650;
  text-decoration: none;
}

body.vc-ops-gate .vc-ops-status {
  margin: 0.55rem 0 0;
  min-height: 1.2em;
  font-size: 0.86rem;
  color: var(--vc-x-ember);
}

/* —— Admin daylight lock: kill leftover night glass —— */
body.admin-surface .admin-easy-mode-panel,
body.admin-surface details.admin-hub,
body.admin-surface .owner-copilot-panel,
body.admin-surface .affiliate-health-hero,
body.admin-surface .owner-cockpit,
body.admin-surface .owner-playbook-hub,
body.admin-surface .admin-message-center {
  background: linear-gradient(165deg, #ffffff, #eef5f2) !important;
  border-color: rgba(15, 26, 34, 0.1) !important;
  color: var(--vc-x-ink) !important;
  box-shadow: 0 12px 28px rgba(15, 26, 34, 0.08) !important;
}

body.admin-surface .admin-easy-card,
body.admin-surface .admin-easy-status-card,
body.admin-surface .admin-easy-kpi,
body.admin-surface .command-card,
body.admin-surface .kpi-card,
body.admin-surface .messages-box,
body.admin-surface .ai-result,
body.admin-surface .admin-easy-mirror,
body.admin-surface .admin-message-item,
body.admin-surface .ai-ops-queue-row--reviewed {
  background: #ffffff !important;
  border-color: rgba(15, 26, 34, 0.1) !important;
  color: var(--vc-x-ink) !important;
}

body.admin-surface .ai-ops-queue-row--pending {
  background: rgba(13, 115, 119, 0.08) !important;
  border-color: rgba(13, 115, 119, 0.28) !important;
  color: var(--vc-x-ink) !important;
}

body.admin-surface .ai-ops-queue-section-title {
  color: rgba(15, 26, 34, 0.72) !important;
}

body.admin-surface .admin-easy-nav__btn,
body.admin-surface .admin-quick-nav a {
  background: #ffffff !important;
  border-color: rgba(13, 115, 119, 0.28) !important;
  color: var(--vc-x-ink) !important;
}

body.admin-surface .admin-easy-nav__btn.is-active {
  background: linear-gradient(135deg, rgba(13, 115, 119, 0.28), rgba(31, 138, 91, 0.18)) !important;
  border-color: rgba(13, 115, 119, 0.5) !important;
}

body.admin-surface .vc-copilot-float__panel {
  background: linear-gradient(165deg, #ffffff, #eef5f2) !important;
  border: 1px solid rgba(15, 26, 34, 0.12) !important;
  box-shadow: 0 16px 48px rgba(15, 26, 34, 0.14) !important;
  color: var(--vc-x-ink) !important;
}

body.admin-surface .vc-copilot-float__head strong {
  color: var(--vc-x-ink) !important;
  font-family: var(--vc-x-display);
  font-weight: 800;
  letter-spacing: -0.03em;
}

body.admin-surface .vc-copilot-float__opts > summary {
  color: var(--vc-x-teal) !important;
}

body.admin-surface .vc-copilot-msg--assistant {
  background: #ffffff !important;
  border-color: rgba(15, 26, 34, 0.1) !important;
  color: var(--vc-x-ink) !important;
}

body.admin-surface .vc-copilot-msg--user {
  background: rgba(13, 115, 119, 0.12) !important;
  border-color: rgba(13, 115, 119, 0.22) !important;
  color: var(--vc-x-ink) !important;
}

body.admin-surface .vc-copilot-float__launcher {
  background: linear-gradient(130deg, rgba(13, 115, 119, 0.18), rgba(31, 138, 91, 0.14)) !important;
  border-color: rgba(13, 115, 119, 0.35) !important;
  color: var(--vc-x-ink) !important;
  box-shadow: 0 8px 28px rgba(15, 26, 34, 0.12) !important;
}

body.admin-surface .vc-copilot-float__compose textarea,
body.admin-surface .vc-copilot-float__compose .btn-secondary {
  color: var(--vc-x-ink) !important;
}

body.admin-surface .note,
body.admin-surface .msg,
body.admin-surface .admin-message-item,
body.admin-surface strong,
body.admin-surface td,
body.admin-surface th,
body.admin-surface li {
  color: var(--vc-x-ink) !important;
}

body.admin-surface .btn-secondary,
body.admin-surface button.btn-secondary,
body.admin-surface a.btn-secondary {
  background: rgba(13, 115, 119, 0.08) !important;
  border: 1px solid rgba(13, 115, 119, 0.28) !important;
  color: var(--vc-x-ink) !important;
}

/* Cookie banner — Meridian daylight (was missing styles) */
.vc-cookie-banner {
  position: fixed;
  left: max(0.75rem, env(safe-area-inset-left));
  right: max(0.75rem, env(safe-area-inset-right));
  bottom: max(0.75rem, env(safe-area-inset-bottom));
  z-index: 13000;
  max-width: 28rem;
  margin: 0 auto;
  padding: 1rem 1.05rem 1.05rem;
  border-radius: 16px;
  border: 1px solid rgba(15, 26, 34, 0.12);
  background: linear-gradient(165deg, #ffffff, #eef5f2);
  box-shadow: 0 18px 40px rgba(15, 26, 34, 0.16);
  color: #0f1a22;
  animation: vcCookieBannerIn 0.45s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes vcCookieBannerIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vc-cookie-banner.is-leaving {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.vc-cookie-banner__title {
  margin: 0 0 0.35rem;
  font-family: "Syne", "Avenir Next", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f1a22;
}

.vc-cookie-banner__body {
  margin: 0 0 0.85rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(15, 26, 34, 0.68);
}

.vc-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.vc-cookie-banner__actions .btn {
  min-height: 2.4rem;
  border-radius: 10px;
  font-weight: 700;
}

.vc-cookie-banner__link {
  font-size: 0.82rem;
  font-weight: 650;
  color: #0d7377;
  text-decoration: none;
  margin-left: 0.15rem;
}

html.vc-mobile-app .vc-cookie-banner,
html.vc-vibecart-native .vc-cookie-banner {
  bottom: calc(4.25rem + env(safe-area-inset-bottom, 0px));
}

@media (prefers-reduced-motion: reduce) {
  .vc-x-meridian,
  body.vc-page-home.vc-orbit-home .vc-x-continuum,
  body.vc-ops-gate .vc-ops-hero,
  body.vc-ops-gate .vc-ops-card,
  body.vc-ops-gate .vc-ops-hero__glow,
  html.vc-mobile-app .vc-app-lane-portal__card,
  html.vc-mobile-app .vc-mobile-hero-aurora,
  html.vc-phone .vc-mobile-hero-aurora {
    animation: none !important;
  }
}
