/* ============================================================
   VEXARA Beauty & Wellness — Design System
   Palette: Berry Rose #8E1A4A | Warm Gold #C9A84C | Cream #FFF9F7
   Fonts: Playfair Display (headings) | Poppins (body)
   ============================================================ */

html, body {
  height: 100%;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

:root {
  --vx-primary:        #8E1A4A;
  --vx-primary-light:  #B5476E;
  --vx-primary-dark:   #5E0F2F;
  --vx-gold:           #C9A84C;
  --vx-gold-light:     #DBBE7C;
  --vx-cream:          #FFF9F7;
  --vx-blush:          #F8E1ED;
  --vx-blush-mid:      #EFC4D8;
  --vx-dark:           #1C0A14;
  --vx-text:           #2A1520;
  --vx-text-muted:     #7A5C6A;
  --vx-gradient:       linear-gradient(135deg, #8E1A4A 0%, #C9A84C 100%);
  --vx-gradient-dark:  linear-gradient(150deg, #5E0F2F 0%, #8E1A4A 50%, #C9A84C 100%);
  --vx-shadow:         0 4px 24px rgba(142, 26, 74, 0.10);
  --vx-shadow-lg:      0 10px 48px rgba(142, 26, 74, 0.18);
  --vx-radius:         14px;
}

/* ============================================================
   APPBAR — gradient override
   ============================================================ */
.mud-appbar {
  background: var(--vx-gradient) !important;
}

/* ============================================================
   LOGIN PAGE — Full viewport split screen
   ============================================================ */
.vx-login-page {
  display: flex;
  min-height: 100vh;
  overflow: hidden;
}

/* LEFT — Hero Panel */
.vx-login-hero {
  flex: 1.5;
  background: var(--vx-gradient-dark);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 3.5rem;
  position: relative;
  overflow: hidden;
}

.vx-login-hero::before {
  content: '';
  position: absolute;
  top: -130px;
  right: -130px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.vx-login-hero::after {
  content: '';
  position: absolute;
  bottom: -200px;
  left: -100px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.vx-hero-brand {
  position: relative;
  z-index: 1;
}

.vx-hero-logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  line-height: 1;
}

.vx-hero-logo-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.60);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 5px;
}

.vx-hero-content {
  position: relative;
  z-index: 1;
}

.vx-hero-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.22;
  margin-bottom: 1.25rem;
}

.vx-hero-desc {
  font-family: 'Poppins', sans-serif;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.8;
  max-width: 380px;
}

.vx-hero-stats {
  display: flex;
  gap: 2.5rem;
  position: relative;
  z-index: 1;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.vx-hero-stat {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.vx-hero-stat-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.vx-hero-stat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.58);
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* RIGHT — Form Panel */
.vx-login-form-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 4rem;
  background: var(--vx-cream);
  min-width: 440px;
  max-width: 520px;
}

.vx-form-wordmark {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--vx-primary);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 2.75rem;
}

.vx-form-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.1rem;
  color: var(--vx-text);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}

.vx-form-sub {
  font-family: 'Poppins', sans-serif;
  color: var(--vx-text-muted);
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.vx-form-accent-line {
  width: 52px;
  height: 3px;
  background: var(--vx-gradient);
  border-radius: 2px;
  margin-bottom: 2.5rem;
}

/* ============================================================
   SIDEBAR — Brand area + Custom nav
   ============================================================ */
.vx-sidebar-header {
  background: var(--vx-gradient);
  padding: 1.65rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 13px;
}

.vx-sidebar-logo-icon {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
  font-size: 1.2rem;
}

.vx-sidebar-brand-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: white;
  letter-spacing: 2px;
  line-height: 1.1;
}

.vx-sidebar-brand-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.60);
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.vx-nav-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
  margin: 0.5rem 1rem;
}

.vx-nav-section-label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--vx-text-muted);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 0 1.1rem;
  margin: 1.25rem 0 0.5rem;
}

.vx-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  margin: 2px 0.5rem;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
  text-decoration: none !important;
  color: var(--vx-text) !important;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.vx-nav-link:hover {
  background: var(--vx-blush);
  color: var(--vx-primary) !important;
}

.vx-nav-link.active {
  background: linear-gradient(135deg, rgba(142,26,74,0.10) 0%, rgba(201,168,76,0.07) 100%);
  color: var(--vx-primary) !important;
  font-weight: 600;
}

.vx-nav-icon-box {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vx-blush);
  color: var(--vx-primary);
  flex-shrink: 0;
  transition: background 0.18s ease, color 0.18s ease;
}

.vx-nav-link:hover .vx-nav-icon-box,
.vx-nav-link.active .vx-nav-icon-box {
  background: var(--vx-gradient);
  color: white;
}

/* ============================================================
   DASHBOARD STAT CARDS — Gradient
   ============================================================ */
.vx-stat-card {
  border-radius: var(--vx-radius);
  padding: 1.5rem 1.4rem;
  box-shadow: var(--vx-shadow);
  position: relative;
  overflow: hidden;
  color: white;
  min-height: 112px;
  cursor: default;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.vx-stat-card:hover {
  box-shadow: var(--vx-shadow-lg);
  transform: translateY(-2px);
}

.vx-stat-card::before {
  content: '';
  position: absolute;
  top: -35px;
  right: -35px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.vx-stat-card::after {
  content: '';
  position: absolute;
  bottom: -45px;
  right: 10px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.vx-stat-1 { background: linear-gradient(135deg, #8E1A4A 0%, #C44A7A 100%); }
.vx-stat-2 { background: linear-gradient(135deg, #B78A28 0%, #C9A84C 100%); }
.vx-stat-3 { background: linear-gradient(135deg, #5E22A0 0%, #9264D4 100%); }
.vx-stat-4 { background: linear-gradient(135deg, #1B6B4A 0%, #2DA875 100%); }

.vx-stat-value {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.vx-stat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 6px;
  font-weight: 500;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 1;
}

.vx-stat-icon {
  position: absolute;
  bottom: 0.6rem;
  right: 0.8rem;
  opacity: 0.18;
  z-index: 0;
}

/* ============================================================
   PAGE HEADERS
   ============================================================ */
.vx-page-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.85rem;
  color: var(--vx-primary);
  font-weight: 700;
  line-height: 1.2;
}

/* ============================================================
   SECTION TITLE (e.g., "Son Rezervasyonlar")
   ============================================================ */
.vx-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  color: var(--vx-primary);
  font-weight: 600;
  position: relative;
  padding-bottom: 0.6rem;
  margin-bottom: 1rem;
}

.vx-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: var(--vx-gradient);
  border-radius: 2px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .vx-login-hero { display: none; }
  .vx-login-form-panel {
    min-width: unset;
    max-width: unset;
    padding: 2.5rem 1.75rem;
  }
}

/* ============================================================
   PUBLIC LANDING PAGE
   ============================================================ */

/* Navbar */
.vx-pub-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 249, 247, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(142, 26, 74, 0.08);
  padding: 0 2.5rem;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.vx-pub-nav-brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--vx-primary);
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none !important;
  flex-shrink: 0;
}

.vx-pub-nav-links {
  display: flex;
  gap: 0.25rem;
  flex: 1;
  justify-content: center;
}

.vx-pub-nav-link {
  padding: 0.4rem 0.9rem;
  border-radius: 8px;
  color: var(--vx-text);
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none !important;
  transition: background 0.18s, color 0.18s;
}

.vx-pub-nav-link:hover {
  background: var(--vx-blush);
  color: var(--vx-primary);
}

.vx-pub-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

/* Hero */
.vx-pub-hero {
  min-height: 92vh;
  background: var(--vx-gradient-dark);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

.vx-pub-hero::before {
  content: '';
  position: absolute;
  top: -150px;
  right: -150px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.vx-pub-hero::after {
  content: '';
  position: absolute;
  bottom: -200px;
  left: -100px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

.vx-pub-hero-content {
  position: relative;
  z-index: 1;
}

.vx-pub-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.9);
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
}

.vx-pub-hero-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 700;
  color: white;
  line-height: 1.18;
  margin-bottom: 1.25rem;
}

.vx-pub-hero-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 2.5rem;
}

.vx-pub-hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.vx-btn-primary {
  background: white;
  color: var(--vx-primary) !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 0.85rem 2rem;
  border-radius: 100px;
  border: none;
  font-size: 0.95rem;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.2s;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vx-btn-primary:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.18);
  transform: translateY(-2px);
}

.vx-btn-outline {
  background: transparent;
  color: white !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 0.85rem 2rem;
  border-radius: 100px;
  border: 2px solid rgba(255,255,255,0.5);
  font-size: 0.95rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vx-btn-outline:hover {
  border-color: white;
  background: rgba(255,255,255,0.08);
}

.vx-pub-hero-stats {
  display: flex;
  gap: 3rem;
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255,255,255,0.15);
  flex-wrap: wrap;
}

.vx-pub-hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: white;
  line-height: 1;
}

.vx-pub-hero-stat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.60);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 3px;
}

/* Section wrapper */
.vx-pub-section {
  padding: 5rem 0;
}

.vx-pub-section-alt {
  padding: 5rem 0;
  background: #FFF3F8;
}

.vx-pub-section-dark {
  padding: 5rem 0;
  background: var(--vx-gradient-dark);
  position: relative;
  overflow: hidden;
}

.vx-pub-section-dark::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  pointer-events: none;
}

.vx-section-eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--vx-primary);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.vx-section-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--vx-text);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.vx-section-heading-white {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: white;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.vx-section-sub {
  font-family: 'Poppins', sans-serif;
  color: var(--vx-text-muted);
  font-size: 0.95rem;
  line-height: 1.75;
  max-width: 560px;
}

.vx-section-sub-white {
  font-family: 'Poppins', sans-serif;
  color: rgba(255,255,255,0.72);
  font-size: 0.95rem;
  line-height: 1.75;
}

/* Service cards */
.vx-svc-card {
  background: white;
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: 0 2px 16px rgba(142,26,74,0.07);
  border: 1px solid rgba(142,26,74,0.06);
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%;
}

.vx-svc-card:hover {
  box-shadow: 0 8px 32px rgba(142,26,74,0.14);
  transform: translateY(-4px);
}

.vx-svc-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--vx-blush);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.vx-svc-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--vx-text);
  margin-bottom: 0.35rem;
}

.vx-svc-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  color: var(--vx-text-muted);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.vx-svc-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(142,26,74,0.07);
  padding-top: 0.75rem;
}

.vx-svc-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--vx-primary);
}

.vx-svc-dur {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: var(--vx-text-muted);
  background: var(--vx-blush);
  padding: 0.2rem 0.65rem;
  border-radius: 100px;
}

/* Store cards */
.vx-store-card {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 2px 16px rgba(142,26,74,0.07);
  border: 1px solid rgba(142,26,74,0.06);
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.vx-store-card:hover {
  box-shadow: 0 6px 28px rgba(142,26,74,0.12);
  transform: translateY(-2px);
}

.vx-store-avatar {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  background: var(--vx-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  flex-shrink: 0;
}

/* Pricing cards */
.vx-pricing-card {
  background: white;
  border-radius: 20px;
  padding: 2rem 1.75rem;
  box-shadow: 0 4px 24px rgba(142,26,74,0.08);
  border: 1px solid rgba(142,26,74,0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
}

.vx-pricing-card:hover {
  box-shadow: 0 10px 40px rgba(142,26,74,0.14);
  transform: translateY(-4px);
}

.vx-pricing-card-featured {
  background: var(--vx-gradient);
  border: none;
}

.vx-pricing-badge {
  font-family: 'Poppins', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 100px;
  margin-bottom: 1.25rem;
  display: inline-block;
}

.vx-pricing-badge-default {
  background: var(--vx-blush);
  color: var(--vx-primary);
}

.vx-pricing-badge-featured {
  background: rgba(255,255,255,0.2);
  color: white;
}

.vx-pricing-price {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.vx-pricing-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.vx-pricing-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  margin-bottom: 1.5rem;
}

.vx-pricing-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  padding: 0.4rem 0;
}

/* Steps (How it works) */
.vx-step {
  text-align: center;
  padding: 1.5rem 1rem;
}

.vx-step-num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--vx-gradient);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 auto 1.25rem;
  box-shadow: 0 6px 20px rgba(142,26,74,0.3);
}

.vx-step-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--vx-text);
  margin-bottom: 0.4rem;
}

.vx-step-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  color: var(--vx-text-muted);
  line-height: 1.65;
}

/* Booking section */
.vx-book-form-wrap {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 2.5rem;
}

/* Footer */
.vx-footer {
  background: var(--vx-dark);
  padding: 3rem 0 2rem;
}

.vx-footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  letter-spacing: 4px;
  margin-bottom: 0.5rem;
}

.vx-footer-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.vx-footer-copy {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.38);
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

/* ============================================================
   PHONE FIELD — Country selector + local number composite
   ============================================================ */
.vx-phone-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: var(--vx-text-muted);
  margin-bottom: 4px;
  padding-left: 2px;
}

.vx-phone-field {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0,0,0,0.23);
  border-radius: 4px;
  height: 56px;
  overflow: hidden;
  transition: border-color 0.15s;
  background: white;
  margin-bottom: 1rem;
}

.vx-phone-field:hover {
  border-color: rgba(0,0,0,0.87);
}

.vx-phone-field:focus-within {
  border-color: var(--vx-primary);
  outline: 1px solid var(--vx-primary);
}

.vx-phone-country-select {
  border: none;
  outline: none;
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: var(--vx-text);
  padding: 0 6px 0 12px;
  height: 100%;
  cursor: pointer;
  flex-shrink: 0;
  min-width: 90px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vx-phone-country-select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.vx-phone-divider {
  width: 1px;
  height: 55%;
  background: rgba(0,0,0,0.15);
  flex-shrink: 0;
  margin: 0 2px;
}

.vx-phone-number-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: var(--vx-text);
  padding: 0 14px;
  height: 100%;
  min-width: 0;
}

.vx-phone-number-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ============================================================
   BLAZOR ERROR BOUNDARY
   ============================================================ */
.blazor-error-boundary {
  background: #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}
.blazor-error-boundary::after { content: "Bir hata oluştu."; }

.valid.modified:not([type=checkbox]) { outline: 1px solid #26b050; }
.invalid { outline: 1px solid #e50000; }
.validation-message { color: #e50000; }

/* ============================================================
   Shift / Staff Schedule
   ============================================================ */
.vx-shift-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(142,26,74,0.06);
  transition: background 0.15s;
}
.vx-shift-row:last-child { border-bottom: none; }
.vx-shift-row.active { background: rgba(248,225,237,0.3); border-radius: 10px; padding-left: 0.5rem; padding-right: 0.5rem; }
.vx-shift-day {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 140px;
}
.vx-shift-day-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--vx-text-dark);
}
.vx-shift-times {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}
.vx-shift-off {
  flex: 1;
  display: flex;
  align-items: center;
}

/* ============================================================
   Campaign Cards
   ============================================================ */
.vx-campaign-card {
  transition: transform 0.2s, box-shadow 0.2s;
}
.vx-campaign-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--vx-shadow-lg) !important;
}

/* ============================================================
   Package Cards
   ============================================================ */
.vx-package-card {
  transition: transform 0.2s, box-shadow 0.2s;
}
.vx-package-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--vx-shadow-lg) !important;
}

/* ============================================================
   CUSTOMER PORTAL — Mobile-first layout
   ============================================================ */

/* Top bar */
.vx-customer-topbar {
  background: var(--vx-gradient);
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(142,26,74,0.25);
}

.vx-customer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
  letter-spacing: 2px;
}

/* Main content area — leaves room for bottom nav */
.vx-customer-content {
  min-height: calc(100dvh - 56px - 64px);
  padding-bottom: 80px;
  background: #fafafa;
  overflow-y: auto;
}

/* Bottom navigation */
.vx-customer-bottomnav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: white;
  border-top: 1px solid rgba(142,26,74,0.10);
  box-shadow: 0 -4px 20px rgba(142,26,74,0.10);
  display: flex;
  align-items: stretch;
  z-index: 200;
}

.vx-customer-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  cursor: pointer;
  color: var(--vx-text-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 0.65rem;
  font-weight: 500;
  transition: color 0.15s;
  padding: 0.25rem;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.vx-customer-nav-item.active {
  color: var(--vx-primary);
}

.vx-customer-nav-item.active .mud-icon-root {
  color: var(--vx-primary);
}

/* Stat cards on home tab */
.vx-customer-stat-card {
  background: white;
  border-radius: 12px;
  padding: 0.85rem 0.5rem;
  text-align: center;
  box-shadow: var(--vx-shadow);
  border: 1px solid rgba(142,26,74,0.07);
  cursor: pointer;
  transition: transform 0.15s;
}

.vx-customer-stat-card:active {
  transform: scale(0.96);
}

.vx-customer-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--vx-primary);
  line-height: 1;
}

.vx-customer-stat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.65rem;
  color: var(--vx-text-muted);
  margin-top: 3px;
}

/* Cart badge */
.vx-cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background: var(--vx-primary);
  color: white;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  font-size: 0.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
}

/* Booking overlay / bottom sheet */
.vx-booking-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 500;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.vx-booking-sheet {
  background: white;
  border-radius: 20px 20px 0 0;
  padding: 1.5rem 1.25rem;
  width: 100%;
  max-width: 600px;
  max-height: 90dvh;
  overflow-y: auto;
  animation: slideUp 0.25s ease-out;
}

@keyframes slideUp {
  from { transform: translateY(100%); }
  to   { transform: translateY(0); }
}

/* ============================================================
   MOBILE RESPONSIVE — Admin & Staff panel pages
   ============================================================ */

/* Page title responsive */
@media (max-width: 600px) {
  .vx-page-title {
    font-size: 1.2rem !important;
  }

  /* Sidebar collapses to drawer on mobile — MudBlazor handles this,
     but we ensure content has correct left padding when drawer is closed */
  .mud-main-content {
    padding: 0.75rem !important;
  }

  /* Schedule timeline: allow horizontal scroll */
  .vx-schedule-scroll {
    -webkit-overflow-scrolling: touch;
  }

  /* Stack toolbar buttons on small screens */
  .vx-toolbar-stack {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}

/* Public nav responsive */
.vx-pub-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background: white;
  box-shadow: 0 2px 20px rgba(142,26,74,0.08);
  position: sticky;
  top: 0;
  z-index: 100;
  gap: 1rem;
}

.vx-pub-nav-links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.vx-pub-nav-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .vx-pub-nav-links {
    display: none;
  }

  .vx-pub-nav-actions a.vx-btn-primary {
    display: none;
  }

  .vx-pub-hero-content {
    padding: 2rem 0 1rem;
  }

  .vx-pub-hero-headline {
    font-size: 2.2rem !important;
  }

  .vx-pricing-card {
    padding: 1.5rem 1.25rem;
  }

  .vx-book-form-wrap {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 480px) {
  .vx-pub-hero-headline {
    font-size: 1.8rem !important;
  }

  .vx-pub-hero-stats {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .vx-pricing-price {
    font-size: 2.2rem !important;
  }
}

/* ============================================================
   CUSTOMER SIDE PANELS — right-side overlay panels
   ============================================================ */
.vx-side-panel-overlay {
  position: fixed;
  inset: 0;
  background: rgba(28, 10, 20, 0.45);
  z-index: 1200;
  display: flex;
  justify-content: flex-end;
  animation: fadeInOverlay 0.2s ease;
}

@keyframes fadeInOverlay {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.vx-side-panel {
  width: 100%;
  max-width: 420px;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 40px rgba(142, 26, 74, 0.18);
  animation: slideInRight 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}

@keyframes slideInRight {
  from { transform: translateX(100%); }
  to   { transform: translateX(0); }
}

.vx-side-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.25rem 1rem;
  background: var(--vx-gradient);
  color: white;
  flex-shrink: 0;
}

.vx-side-panel-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
}

.vx-side-panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.vx-side-panel-body::-webkit-scrollbar {
  width: 4px;
}

.vx-side-panel-body::-webkit-scrollbar-track {
  background: var(--vx-cream);
}

.vx-side-panel-body::-webkit-scrollbar-thumb {
  background: var(--vx-blush-mid);
  border-radius: 4px;
}

.vx-side-panel-footer {
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--vx-blush);
  background: var(--vx-cream);
  flex-shrink: 0;
}

/* Cart item row */
.vx-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--vx-cream);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--vx-blush);
  gap: 0.5rem;
}

.vx-cart-item-name {
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--vx-text);
  flex: 1;
}

.vx-cart-item-price {
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  color: var(--vx-primary);
  font-weight: 600;
  white-space: nowrap;
}

/* Package card in panel */
.vx-pkg-panel-card {
  background: var(--vx-cream);
  border-radius: 12px;
  padding: 0.9rem 1rem;
  border: 1px solid var(--vx-blush);
}

.vx-pkg-panel-name {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--vx-primary);
  margin-bottom: 0.25rem;
}

.vx-pkg-panel-meta {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  color: var(--vx-text-muted);
  margin-bottom: 0.5rem;
}

/* Reservation row in panel */
.vx-res-panel-row {
  background: var(--vx-cream);
  border-radius: 10px;
  padding: 0.8rem 1rem;
  border: 1px solid var(--vx-blush);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.vx-res-panel-service {
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--vx-text);
}

.vx-res-panel-time {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  color: var(--vx-text-muted);
}

/* Customer greeting banner */
.vx-customer-banner {
  background: var(--vx-gradient);
  border-radius: var(--vx-radius);
  padding: 1.5rem 2rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.vx-customer-banner-greeting {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.vx-customer-banner-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  opacity: 0.8;
}

.vx-customer-stat-chip {
  background: rgba(255,255,255,0.18);
  border-radius: 10px;
  padding: 0.55rem 1rem;
  text-align: center;
  cursor: pointer;
  transition: background 0.15s;
  min-width: 90px;
}

.vx-customer-stat-chip:hover {
  background: rgba(255,255,255,0.28);
}

.vx-customer-stat-value {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.vx-customer-stat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  opacity: 0.85;
  margin-top: 2px;
}

@media (max-width: 600px) {
  .vx-side-panel {
    max-width: 100%;
  }

  .vx-customer-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem 1.25rem;
  }
}

/* ============================================================
   BOOKING DIALOG — field labels, staff chips
   ============================================================ */
.vx-field-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--vx-text-muted);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.vx-staff-chip {
  background: var(--vx-blush);
  border: 1.5px solid var(--vx-blush-mid);
  border-radius: 100px;
  padding: 0.35rem 0.85rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--vx-text);
  cursor: pointer;
  transition: all 0.15s;
}

.vx-staff-chip:hover {
  border-color: var(--vx-primary);
  color: var(--vx-primary);
}

.vx-staff-chip.active {
  background: var(--vx-primary);
  border-color: var(--vx-primary);
  color: white;
}

/* ============================================================
   VX TIME PICKER — Custom Vanilla JS Component
   ============================================================ */

.vx-tp {
  position: relative;
  font-family: 'Poppins', sans-serif;
  width: 100%;
}

.vx-tp-field {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border: 1.5px solid rgba(0, 0, 0, 0.23);
  border-radius: 8px;
  padding: 0.55rem 0.75rem;
  background: white;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
  min-height: 42px;
}

.vx-tp-field:hover {
  border-color: var(--vx-primary);
}

.vx-tp-field:focus-within {
  border-color: var(--vx-primary);
  box-shadow: 0 0 0 2px rgba(142, 26, 74, 0.12);
}

.vx-tp-clock {
  font-size: 1rem;
  flex-shrink: 0;
  user-select: none;
  pointer-events: none;
}

.vx-tp-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--vx-text);
  letter-spacing: 0.08rem;
  cursor: text;
  min-width: 0;
}

.vx-tp-input::placeholder {
  color: rgba(0, 0, 0, 0.38);
  font-weight: 400;
}

.vx-tp-caret {
  font-size: 0.72rem;
  color: rgba(0, 0, 0, 0.45);
  flex-shrink: 0;
  transition: transform 0.18s ease;
  user-select: none;
  pointer-events: none;
}

/* Dropdown */
.vx-tp-drop {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: white;
  border: 1.5px solid rgba(142, 26, 74, 0.18);
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(142, 26, 74, 0.14);
  max-height: 220px;
  overflow-y: auto;
  z-index: 9999;
  overscroll-behavior: contain;
}

.vx-tp-drop.open {
  display: block;
  animation: vxTpSlide 0.15s ease;
}

@keyframes vxTpSlide {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.vx-tp-drop::-webkit-scrollbar {
  width: 4px;
}

.vx-tp-drop::-webkit-scrollbar-track {
  background: var(--vx-cream);
}

.vx-tp-drop::-webkit-scrollbar-thumb {
  background: var(--vx-blush-mid);
  border-radius: 4px;
}

.vx-tp-opt {
  padding: 0.6rem 1rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--vx-text);
  cursor: pointer;
  transition: background 0.1s;
  letter-spacing: 0.05rem;
  border-radius: 6px;
  margin: 2px 4px;
}

.vx-tp-opt:hover {
  background: var(--vx-blush);
  color: var(--vx-primary);
}

.vx-tp-empty {
  padding: 1rem;
  text-align: center;
  color: var(--vx-text-muted);
  font-size: 0.82rem;
}

/* Feedback area */
.vx-tp-feedback {
  margin-top: 5px;
  min-height: 22px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.77rem;
  line-height: 1.4;
}

.vx-tp-err {
  color: #d32f2f;
}

.vx-tp-ok {
  color: #2e7d32;
}

.vx-tp-suggest {
  color: var(--vx-text-muted);
  margin-left: 6px;
}

.vx-tp-sug-btn {
  background: var(--vx-primary);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 2px 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  margin-left: 4px;
  letter-spacing: 0.05rem;
  transition: background 0.15s;
}

.vx-tp-sug-btn:hover {
  background: var(--vx-primary-dark);
}

/* ============================================================
   CATALOG — Unified service + package browse
   ============================================================ */
.vx-catalog-bar {
  background: white;
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2.5rem;
  box-shadow: var(--vx-shadow);
  border: 1px solid var(--vx-blush);
}

.vx-catalog-search { margin-bottom: 1rem; }

.vx-catalog-controls {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.vx-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  flex: 1;
}

.vx-filter-chip {
  padding: 0.38rem 1rem;
  border-radius: 100px;
  border: 1.5px solid var(--vx-blush-mid);
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  color: var(--vx-text-muted);
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.vx-filter-chip:hover {
  border-color: var(--vx-primary);
  color: var(--vx-primary);
  background: var(--vx-blush);
}

.vx-filter-chip.active {
  background: var(--vx-gradient);
  border-color: transparent;
  color: white;
  font-weight: 600;
}

.vx-sort-select {
  padding: 0.42rem 0.85rem;
  border-radius: 8px;
  border: 1.5px solid var(--vx-blush-mid);
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  color: var(--vx-text);
  background: white;
  cursor: pointer;
  outline: none;
  appearance: auto;
}

.vx-catalog-section-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--vx-text-muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1.5px solid var(--vx-blush);
}

/* Store-specific badge */
.vx-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: var(--vx-blush);
  border: 1px solid rgba(142, 26, 74, 0.14);
  border-radius: 100px;
  padding: 0.18rem 0.65rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.68rem;
  color: var(--vx-primary);
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0.15rem;
}

.vx-store-badge.global {
  background: rgba(46, 125, 50, 0.07);
  border-color: rgba(46, 125, 50, 0.2);
  color: #2e7d32;
}

.vx-store-badge.featured {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.35);
  color: white;
}

/* Catalog empty state */
.vx-catalog-empty {
  text-align: center;
  padding: 4rem 1rem;
  color: var(--vx-text-muted);
  font-family: 'Poppins', sans-serif;
}

/* ============================================================
   SNACKBAR — Brand-consistent severity colors
   ============================================================ */

/* SUCCESS — brand gradient (berry → gold), unmistakably positive */
.mud-snackbar .mud-alert-filled-success {
  background: linear-gradient(135deg, #8E1A4A 0%, #C9A84C 100%) !important;
  color: #fff !important;
  box-shadow: 0 8px 28px rgba(142, 26, 74, 0.32) !important;
  border-left: 3px solid rgba(255, 255, 255, 0.35) !important;
}

.mud-snackbar .mud-alert-filled-success .mud-icon-root,
.mud-snackbar .mud-alert-filled-success .mud-snackbar-icon,
.mud-snackbar .mud-alert-filled-success button,
.mud-snackbar .mud-alert-filled-success .mud-button-root {
  color: rgba(255, 255, 255, 0.92) !important;
}

/* INFO — deep primary, calm & on-brand */
.mud-snackbar .mud-alert-filled-info {
  background: #5E0F2F !important;
  color: #fff !important;
  box-shadow: 0 8px 28px rgba(94, 15, 47, 0.28) !important;
}

.mud-snackbar .mud-alert-filled-info .mud-icon-root,
.mud-snackbar .mud-alert-filled-info button,
.mud-snackbar .mud-alert-filled-info .mud-button-root {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* ============================================================
   SCHEDULE — Timeline zone overlays
   ============================================================ */

/* Base — shared by all zone overlays */
.vx-sch-zone {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

/* Store closed — darkest, dense diagonal stripes */
.vx-sch-closed {
  z-index: 2;
  background-color: rgba(10, 0, 8, 0.20);
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 5px,
    rgba(0, 0, 0, 0.08) 5px,
    rgba(0, 0, 0, 0.08) 10px
  );
}

/* Outside staff shift but store is open — medium, sparse stripes */
.vx-sch-offshift {
  z-index: 2;
  background-color: rgba(10, 0, 8, 0.09);
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(0, 0, 0, 0.045) 10px,
    rgba(0, 0, 0, 0.045) 20px
  );
}

/* Approved break — coffee tint with diagonal stripes */
.vx-sch-break {
  z-index: 3;
  background-color: rgba(121, 85, 72, 0.18);
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 4px,
    rgba(121, 85, 72, 0.12) 4px,
    rgba(121, 85, 72, 0.12) 8px
  );
  border-left:  2px solid rgba(121, 85, 72, 0.35);
  border-right: 2px solid rgba(121, 85, 72, 0.35);
}

/* Legend swatch helper */
.vx-sch-swatch {
  display: inline-block;
  width: 18px;
  height: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
