
body[data-v-93dee8c0] {
  display: block;
  margin: 0;
  padding: 0;
  background: #F5F3F0;
}
.hero-section[data-v-93dee8c0] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  padding-top: 56px;
}
.hero-bg[data-v-93dee8c0] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
.hero-content[data-v-93dee8c0] {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-left: 120px;
}
.top[data-v-93dee8c0]{
    margin-top: 20px; /* Réduit car .main-content a déjà padding-top: 80px */
    margin-left: 120px;
}
h1[data-v-93dee8c0]{
    font-style: italic!important;
    font-size: 175px!important; 
    color: #D477EB!important; 
    background-color: #42bfe500;
}
.bleu[data-v-93dee8c0] {
    color: #00CFFF; /* Bleu de la charte */
}
.rose[data-v-93dee8c0] {
    color: #D477EB; /* Rose de la charte */
}
p[data-v-93dee8c0]{
    font-style: italic!important;
    font-size: 30px;
}

/* Styles pour la section CTA */
.cta-section[data-v-93dee8c0] {
    margin-top: 40px;
    text-align: center;
}
.cta-text[data-v-93dee8c0] {
    font-size: 18px;
    color: #00CFFF;
    margin-bottom: 10px;
}
.cta-subtitle[data-v-93dee8c0] {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.cta-button[data-v-93dee8c0] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.9);
    color: #1C0F2E;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 18px;
    border: 2px solid #000000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.cta-button[data-v-93dee8c0]:hover {
    background: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #1C0F2E;
    text-decoration: none;
}
.cta-icon[data-v-93dee8c0] {
    font-size: 20px;
}

/* Styles pour les fonctionnalités */
.features-section[data-v-93dee8c0] {
    margin-top: 60px;
}
.features-section h2[data-v-93dee8c0] {
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 30px;
    text-align: center;
}
.feature-cards[data-v-93dee8c0] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
}
.feature-card[data-v-93dee8c0] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}
.feature-card[data-v-93dee8c0]:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateX(10px);
}
.feature-icon[data-v-93dee8c0] {
    font-size: 24px;
    flex-shrink: 0;
}
.feature-text[data-v-93dee8c0] {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

/* Section À propos */
.about-section[data-v-93dee8c0] {
  background: linear-gradient(135deg, #1C0F2E 0%, #2D1B4E 100%);
  padding: 80px 40px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-container[data-v-93dee8c0] {
  max-width: 1000px;
  width: 100%;
}
.about-section h2[data-v-93dee8c0] {
  font-size: 48px;
  color: #00CFFF;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 207, 255, 0.3);
}
.about-content[data-v-93dee8c0] {
  color: #FFFFFF;
}
.about-intro[data-v-93dee8c0] {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
  color: #EDEDED;
}
.about-intro strong[data-v-93dee8c0] {
  color: #D68CFF;
}
.about-features[data-v-93dee8c0] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}
.about-feature[data-v-93dee8c0] {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(0, 207, 255, 0.3);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.about-feature[data-v-93dee8c0]:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 207, 255, 0.6);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 207, 255, 0.2);
}
.about-feature i[data-v-93dee8c0] {
  font-size: 40px;
  color: #00CFFF;
  margin-bottom: 15px;
  display: block;
}
.about-feature h3[data-v-93dee8c0] {
  font-size: 22px;
  color: #D68CFF;
  margin-bottom: 15px;
  font-weight: 600;
}
.about-feature p[data-v-93dee8c0] {
  font-size: 16px;
  line-height: 1.6;
  color: #EDEDED;
  font-style: normal;
}
.about-cta[data-v-93dee8c0] {
  text-align: center;
  padding: 40px;
  background: rgba(0, 207, 255, 0.1);
  border-radius: 12px;
  border: 2px solid rgba(0, 207, 255, 0.3);
}
.about-cta p[data-v-93dee8c0] {
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-style: normal;
}
.btn-primary[data-v-93dee8c0] {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(135deg, #00CFFF 0%, #D68CFF 100%);
  color: #1C0F2E;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.btn-primary[data-v-93dee8c0]:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 207, 255, 0.4);
}

/* Section Comment ça marche */
.how-it-works-section[data-v-93dee8c0] {
  background: #F5F3F0;
  padding: 80px 40px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-it-works-container[data-v-93dee8c0] {
  max-width: 1200px;
  width: 100%;
}
.how-it-works-section h2[data-v-93dee8c0] {
  font-size: 48px;
  color: #1C0F2E;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.section-subtitle[data-v-93dee8c0] {
  font-size: 18px;
  color: #8F73A3;
  text-align: center;
  margin-bottom: 60px;
  font-style: italic;
}
.steps-grid[data-v-93dee8c0] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}
.step-card[data-v-93dee8c0] {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  position: relative;
}
.step-card[data-v-93dee8c0]:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 207, 255, 0.15);
  border-color: #00CFFF;
}
.step-number[data-v-93dee8c0] {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #00CFFF 0%, #D68CFF 100%);
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}
.step-card i[data-v-93dee8c0] {
  font-size: 48px;
  color: #00CFFF;
  margin-bottom: 20px;
  display: block;
}
.step-card h3[data-v-93dee8c0] {
  font-size: 22px;
  color: #1C0F2E;
  margin-bottom: 15px;
  font-weight: 600;
}
.step-card p[data-v-93dee8c0] {
  font-size: 16px;
  color: #8F73A3;
  line-height: 1.6;
  font-style: normal;
}
.how-it-works-cta[data-v-93dee8c0] {
  text-align: center;
}
.btn-start[data-v-93dee8c0] {
  display: inline-block;
  padding: 15px 50px;
  background: linear-gradient(135deg, #00CFFF 0%, #D68CFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.btn-start[data-v-93dee8c0]:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 207, 255, 0.4);
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 1024px) {
.hero-content[data-v-93dee8c0] {
    margin-left: 60px;
}
h1[data-v-93dee8c0] {
    font-size: 100px !important;
}
p[data-v-93dee8c0] {
    font-size: 24px;
}
.about-section[data-v-93dee8c0] {
    padding: 60px 30px;
}
.about-section h2[data-v-93dee8c0] {
    font-size: 36px;
}
.how-it-works-section[data-v-93dee8c0] {
    padding: 60px 30px;
}
.how-it-works-section h2[data-v-93dee8c0] {
    font-size: 36px;
}
}
@media (max-width: 768px) {
.hero-section[data-v-93dee8c0] {
    height: auto;
    min-height: 60vh;
    background-position: center right;
}
.hero-content[data-v-93dee8c0] {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
    padding: 20px;
}
h1[data-v-93dee8c0] {
    font-size: 60px !important;
}
p[data-v-93dee8c0] {
    font-size: 18px;
}
.about-section[data-v-93dee8c0] {
    padding: 40px 20px;
    min-height: auto;
}
.about-section h2[data-v-93dee8c0] {
    font-size: 28px;
    margin-bottom: 30px;
}
.about-intro[data-v-93dee8c0] {
    font-size: 16px;
    margin-bottom: 30px;
}
.about-features[data-v-93dee8c0] {
    grid-template-columns: 1fr;
    gap: 20px;
}
.about-feature[data-v-93dee8c0] {
    padding: 20px;
}
.about-feature i[data-v-93dee8c0] {
    font-size: 32px;
}
.about-feature h3[data-v-93dee8c0] {
    font-size: 18px;
}
.about-feature p[data-v-93dee8c0] {
    font-size: 14px;
}
.about-cta[data-v-93dee8c0] {
    padding: 25px 20px;
}
.about-cta p[data-v-93dee8c0] {
    font-size: 16px;
}
.how-it-works-section[data-v-93dee8c0] {
    padding: 40px 20px;
    min-height: auto;
}
.how-it-works-section h2[data-v-93dee8c0] {
    font-size: 28px;
}
.section-subtitle[data-v-93dee8c0] {
    font-size: 14px;
    margin-bottom: 40px;
}
.steps-grid[data-v-93dee8c0] {
    grid-template-columns: 1fr;
    gap: 40px;
}
.step-card[data-v-93dee8c0] {
    padding: 30px 20px;
}
.step-card i[data-v-93dee8c0] {
    font-size: 36px;
}
.step-card h3[data-v-93dee8c0] {
    font-size: 18px;
}
.step-card p[data-v-93dee8c0] {
    font-size: 14px;
}
.btn-start[data-v-93dee8c0] {
    padding: 12px 30px;
    font-size: 16px;
}
.btn-primary[data-v-93dee8c0] {
    padding: 12px 30px;
    font-size: 16px;
}
}
@media (max-width: 480px) {
.hero-content[data-v-93dee8c0] {
    margin: 20px 15px;
    padding: 15px;
}
h1[data-v-93dee8c0] {
    font-size: 42px !important;
}
p[data-v-93dee8c0] {
    font-size: 16px;
}
.cta-button[data-v-93dee8c0] {
    padding: 12px 20px;
    font-size: 14px;
}
.about-section h2[data-v-93dee8c0] {
    font-size: 24px;
}
.how-it-works-section h2[data-v-93dee8c0] {
    font-size: 24px;
}
.step-number[data-v-93dee8c0] {
    width: 32px;
    height: 32px;
    font-size: 14px;
    top: -12px;
}
}


.site-header[data-v-c16b9792] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #2A1D34;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.site-nav[data-v-c16b9792] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 0 24px;
}
.logo[data-v-c16b9792] { display: flex; align-items: center;
}
.logo img[data-v-c16b9792] { height: 40px;
}
.menu-toggle[data-v-c16b9792] {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.menu-toggle .bar[data-v-c16b9792] { width: 26px; height: 3px; background: #fff; border-radius: 2px;
}
.menu[data-v-c16b9792] {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}
.menu-item[data-v-c16b9792] { position: relative;
}
.menu-item > a[data-v-c16b9792] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-family: 'Segoe UI', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}
.menu-item > a[data-v-c16b9792]:hover { background: rgba(255,255,255,0.1); color: #fff;
}
.menu-item > a.router-link-active[data-v-c16b9792] { background: rgba(255,255,255,0.15); color: #fff;
}
.btn-cta[data-v-c16b9792] { background: linear-gradient(135deg, #00CFFF, #D68CFF); color: #fff; font-weight: 600;
}
.submenu[data-v-c16b9792] {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  background: #2A1D34;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  padding: 8px;
  list-style: none;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s;
  z-index: 10000;
}
.submenu.is-open[data-v-c16b9792] { opacity: 1; visibility: visible; transform: translateY(0);
}
.submenu li a[data-v-c16b9792] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 16px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}
.submenu li a[data-v-c16b9792]:hover { background: rgba(255,255,255,0.1); color: #fff;
}
.submenu li a i[data-v-c16b9792] { width: 18px; text-align: center;
}
.sep[data-v-c16b9792] { height: 1px; background: rgba(255,255,255,0.1); margin: 6px 0;
}
@media (max-width: 991px) {
.menu-toggle[data-v-c16b9792] { display: flex;
}
.menu[data-v-c16b9792] {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    align-items: stretch;
    background: #2A1D34;
    padding: 16px;
    gap: 0;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.menu.is-open[data-v-c16b9792] { opacity: 1; visibility: visible;
}
.menu-item > a[data-v-c16b9792] { padding: 14px 16px; width: 100%; font-size: 18px;
}
.submenu[data-v-c16b9792] {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: none;
    background: rgba(0,0,0,0.25);
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.submenu.is-open[data-v-c16b9792] { max-height: 500px; padding: 8px; margin-top: 8px;
}
}


.profile-edit-header[data-v-3f81649f] {
  background: linear-gradient(135deg, #1C0F2E, #0D0A1A);
  padding: 1rem 0;
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  z-index: 999;
  border-bottom: 2px solid #00CFFF;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.header-nav[data-v-3f81649f] {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav h1[data-v-3f81649f] {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 0 10px rgba(0,207,255,0.3);
}
.back-link[data-v-3f81649f], .next-link[data-v-3f81649f] {
  color: #00CFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  transition: all 0.3s;
  background: none;
  border: none;
  cursor: pointer;
}
.back-link[data-v-3f81649f]:hover, .next-link[data-v-3f81649f]:hover {
  background: rgba(0,207,255,0.2);
  text-shadow: 0 0 8px #00CFFF;
}
@media (max-width: 600px) {
.header-nav[data-v-3f81649f] {
    flex-wrap: wrap;
    gap: 0.5rem;
}
.header-nav h1[data-v-3f81649f] {
    order: -1;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
}
}




*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  background: #FAFAF8; /* Blanc cassé légèrement beige */
}
.no-scroll {
  overflow-y: hidden;
}
#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #FAFAF8; /* Blanc cassé légèrement beige */
}
.main-content {
  flex: 1;
  padding-top: 56px;
  background: #FAFAF8;
}
.loading-view {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  color: #666;
  font-size: 1rem;
}



/* Profile page transitions */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-left-enter-from {
  opacity: 0;
  transform: translateX(60px);
}
.slide-left-leave-to {
  opacity: 0;
  transform: translateX(-60px);
}
.slide-right-enter-from {
  opacity: 0;
  transform: translateX(-60px);
}
.slide-right-leave-to {
  opacity: 0;
  transform: translateX(60px);
}


/**
 * Variables CSS globales selon la charte graphique MeetVoice
 * Définies dans a.txt
 */

:root {
  /* Couleurs principales de la charte MeetVoice */
  --header-bg: #1C0F2E;
  --accent-blue: #00CFFF;
  --accent-purple: #D68CFF;
  --text-white: #FFFFFF;
  --slogan-gray: #FFFFFF;
  --wall-color: #C1A1B6;
  --sweater-purple: #8F73A3;
  --furniture-white: #FAFAF8; /* Blanc cassé légèrement beige */
  --icon-color: #CCCCCC;

  /* Couleurs utilitaires */
  --text-dark: #333333;
  --error-color: #ef4444;
  --success-color: #10b981;
  --warning-color: #f59e0b;

  /* Espacements */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-xxl: 3rem;

  /* Bordures */
  --border-radius-sm: 6px;
  --border-radius-md: 8px;
  --border-radius-lg: 12px;
  --border-radius-xl: 16px;

  /* Ombres */
  --shadow-sm: 0 2px 4px rgba(28, 15, 46, 0.1);
  --shadow-md: 0 4px 8px rgba(28, 15, 46, 0.15);
  --shadow-lg: 0 8px 16px rgba(28, 15, 46, 0.2);
  --shadow-xl: 0 12px 24px rgba(28, 15, 46, 0.25);

  /* Transitions */
  --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);

  /* Typographie */
  --font-family-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;

  /* Poids de police */
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;

  /* Hauteurs de ligne */
  --line-height-tight: 1.25;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.75;

  /* Z-index */
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  --z-toast: 1080;
}

/* Variables pour les thèmes sombres (optionnel) */
@media (prefers-color-scheme: dark) {
  :root {
    --text-dark: #f8fafc;
    --furniture-white: #1e293b;
    --slogan-gray: #334155;
  }
}

/* Utilitaires pour les couleurs de fond */
.bg-header { background-color: var(--header-bg); }
.bg-accent-blue { background-color: var(--accent-blue); }
.bg-accent-purple { background-color: var(--accent-purple); }
.bg-wall { background-color: var(--wall-color); }
.bg-sweater-purple { background-color: var(--sweater-purple); }
.bg-furniture-white { background-color: var(--furniture-white); }

/* Utilitaires pour les couleurs de texte */
.text-header { color: var(--header-bg); }
.text-accent-blue { color: var(--accent-blue); }
.text-accent-purple { color: var(--accent-purple); }
.text-wall { color: var(--wall-color); }
.text-sweater-purple { color: var(--sweater-purple); }
.text-white { color: var(--text-white); }

/* Utilitaires pour les bordures */
.border-accent-purple { border-color: var(--accent-purple); }
.border-sweater-purple { border-color: var(--sweater-purple); }
.border-header { border-color: var(--header-bg); }

/* ===== RESPONSIVE BREAKPOINTS ===== */
:root {
  --breakpoint-xs: 320px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
}

/* ===== RESPONSIVE TYPOGRAPHY (clamp) ===== */
.text-responsive-xs { font-size: clamp(0.625rem, 1.5vw, 0.75rem); }
.text-responsive-sm { font-size: clamp(0.75rem, 2vw, 0.875rem); }
.text-responsive-base { font-size: clamp(0.875rem, 2.5vw, 1rem); }
.text-responsive-lg { font-size: clamp(1rem, 3vw, 1.25rem); }
.text-responsive-xl { font-size: clamp(1.25rem, 4vw, 1.5rem); }
.text-responsive-2xl { font-size: clamp(1.5rem, 5vw, 2rem); }
.text-responsive-3xl { font-size: clamp(1.875rem, 6vw, 2.5rem); }
.text-responsive-4xl { font-size: clamp(2.25rem, 7vw, 3rem); }

/* ===== RESPONSIVE SPACING ===== */
.p-responsive { padding: clamp(0.5rem, 3vw, 1.5rem); }
.px-responsive { padding-inline: clamp(0.5rem, 3vw, 1.5rem); }
.py-responsive { padding-block: clamp(0.5rem, 2vw, 1rem); }
.m-responsive { margin: clamp(0.5rem, 3vw, 1.5rem); }
.mx-responsive { margin-inline: clamp(0.5rem, 3vw, 1.5rem); }
.my-responsive { margin-block: clamp(0.5rem, 2vw, 1rem); }
.gap-responsive { gap: clamp(0.5rem, 2vw, 1rem); }

/* ===== RESPONSIVE CONTAINER ===== */
.container-responsive {
  width: 100%;
  max-width: min(1400px, 95vw);
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}

/* ===== RESPONSIVE GRID ===== */
.grid-responsive {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: clamp(1rem, 3vw, 1.5rem);
}

.grid-responsive-sm {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  gap: clamp(0.75rem, 2vw, 1rem);
}

/* ===== RESPONSIVE FLEXBOX ===== */
.flex-responsive {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.5rem, 2vw, 1rem);
}

.flex-col-mobile {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .flex-col-mobile {
    flex-direction: row;
  }
}

/* ===== HIDE/SHOW UTILITIES ===== */
.hide-mobile { display: none; }
.show-mobile { display: block; }

@media (min-width: 768px) {
  .hide-mobile { display: block; }
  .show-mobile { display: none; }
}

.hide-tablet { display: block; }
@media (min-width: 768px) and (max-width: 1023px) {
  .hide-tablet { display: none; }
}

/* ===== RESPONSIVE IMAGES ===== */
.img-responsive {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ===== RESPONSIVE BUTTONS ===== */
.btn-responsive {
  padding: clamp(0.5rem, 2vw, 0.75rem) clamp(1rem, 3vw, 1.5rem);
  font-size: clamp(0.875rem, 2vw, 1rem);
  border-radius: var(--border-radius-md);
  transition: var(--transition-fast);
}

/* ===== RESPONSIVE CARDS ===== */
.card-responsive {
  padding: clamp(1rem, 3vw, 1.5rem);
  border-radius: var(--border-radius-lg);
  background: var(--furniture-white);
  box-shadow: var(--shadow-sm);
}

/* ===== ASPECT RATIOS ===== */
.aspect-square { aspect-ratio: 1 / 1; }
.aspect-video { aspect-ratio: 16 / 9; }
.aspect-portrait { aspect-ratio: 3 / 4; }

/* ===== TRUNCATE TEXT ===== */
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== BOOTSTRAP-COMPATIBLE GRID SYSTEM ===== */
.container {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 0.75rem;
}
@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }
@media (min-width: 1400px) { .container { max-width: 1320px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -0.75rem;
}

[class*="col-"] {
  flex-shrink: 0;
  width: 100%;
  padding-inline: 0.75rem;
  box-sizing: border-box;
}

.col-12 { width: 100%; }
.col-6 { width: 50%; }
.col-4 { width: 33.333333%; }
.col-3 { width: 25%; }

@media (min-width: 768px) {
  .col-md-4 { width: 33.333333%; }
  .col-md-6 { width: 50%; }
  .col-md-8 { width: 66.666667%; }
  .col-md-12 { width: 100%; }
}

@media (min-width: 992px) {
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.333333%; }
  .col-lg-5 { width: 41.666667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-8 { width: 66.666667%; }
}

/* Gap utilities */
.g-1 { --grid-gap: 0.25rem; }
.g-2 { --grid-gap: 0.5rem; }
.g-3 { --grid-gap: 1rem; }
.g-4 { --grid-gap: 1.5rem; }
.g-5 { --grid-gap: 3rem; }
.row.g-1, .row.g-2, .row.g-3, .row.g-4, .row.g-5 { margin-inline: calc(var(--grid-gap) * -0.5); row-gap: var(--grid-gap); }
.row.g-1 > [class*="col-"], .row.g-2 > [class*="col-"], .row.g-3 > [class*="col-"], .row.g-4 > [class*="col-"], .row.g-5 > [class*="col-"] { padding-inline: calc(var(--grid-gap) * 0.5); }

/* Spacing utilities */
.p-0 { padding: 0; }
.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 1rem; }
.p-4 { padding: 1.5rem; }
.p-5 { padding: 3rem; }
.px-0 { padding-inline: 0; }
.px-1 { padding-inline: 0.25rem; }
.px-2 { padding-inline: 0.5rem; }
.px-3 { padding-inline: 1rem; }
.px-4 { padding-inline: 1.5rem; }
.py-0 { padding-block: 0; }
.py-1 { padding-block: 0.25rem; }
.py-2 { padding-block: 0.5rem; }
.py-3 { padding-block: 1rem; }
.py-4 { padding-block: 1.5rem; }
.py-5 { padding-block: 3rem; }
.pt-0 { padding-top: 0; }
.pt-1 { padding-top: 0.25rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 1rem; }
.pt-4 { padding-top: 1.5rem; }
.pb-0 { padding-bottom: 0; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 1rem; }
.pb-4 { padding-bottom: 1.5rem; }
.m-0 { margin: 0; }
.m-1 { margin: 0.25rem; }
.m-2 { margin: 0.5rem; }
.m-3 { margin: 1rem; }
.m-4 { margin: 1.5rem; }
.m-5 { margin: 3rem; }
.mx-auto { margin-inline: auto; }
.my-0 { margin-block: 0; }
.my-1 { margin-block: 0.25rem; }
.my-2 { margin-block: 0.5rem; }
.my-3 { margin-block: 1rem; }
.my-4 { margin-block: 1.5rem; }
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }

/* Flexbox utilities */
.d-flex { display: flex; }
.d-none { display: none; }
.d-block { display: block; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }
.d-grid { display: grid; }
.flex-row { flex-direction: row; }
.flex-column { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex-wrap: nowrap; }
.flex-grow-1 { flex-grow: 1; }
.flex-shrink-0 { flex-shrink: 0; }
.justify-content-start { justify-content: flex-start; }
.justify-content-end { justify-content: flex-end; }
.justify-content-center { justify-content: center; }
.justify-content-between { justify-content: space-between; }
.justify-content-around { justify-content: space-around; }
.align-items-start { align-items: flex-start; }
.align-items-end { align-items: flex-end; }
.align-items-center { align-items: center; }
.align-items-stretch { align-items: stretch; }
.align-self-start { align-self: flex-start; }
.align-self-end { align-self: flex-end; }
.align-self-center { align-self: center; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 1rem; }
.gap-4 { gap: 1.5rem; }
.gap-5 { gap: 3rem; }

/* Text utilities */
.text-center { text-align: center; }
.text-start { text-align: left; }
.text-end { text-align: right; }
.fw-bold { font-weight: 700; }
.fw-semibold { font-weight: 600; }
.fw-normal { font-weight: 400; }
.fs-1 { font-size: 2.5rem; }
.fs-2 { font-size: 2rem; }
.fs-3 { font-size: 1.75rem; }
.fs-4 { font-size: 1.5rem; }
.fs-5 { font-size: 1.25rem; }
.fs-6 { font-size: 1rem; }

/* Width/Height utilities */
.w-100 { width: 100%; }
.w-75 { width: 75%; }
.w-50 { width: 50%; }
.w-25 { width: 25%; }
.w-auto { width: auto; }
.h-100 { height: 100%; }
.h-auto { height: auto; }
.mw-100 { max-width: 100%; }
.vh-100 { height: 100vh; }

/* Position utilities */
.position-relative { position: relative; }
.position-absolute { position: absolute; }
.position-fixed { position: fixed; }
.position-sticky { position: sticky; }
.top-0 { top: 0; }
.bottom-0 { bottom: 0; }
.start-0 { left: 0; }
.end-0 { right: 0; }

/* Border utilities */
.rounded { border-radius: var(--border-radius-md); }
.rounded-circle { border-radius: 50%; }
.rounded-pill { border-radius: 50rem; }
.border { border: 1px solid #dee2e6; }
.border-0 { border: 0; }

/* Shadow utilities */
.shadow-sm { box-shadow: var(--shadow-sm); }
.shadow { box-shadow: var(--shadow-md); }
.shadow-lg { box-shadow: var(--shadow-lg); }
.shadow-none { box-shadow: none; }

/* Overflow utilities */
.overflow-hidden { overflow: hidden; }
.overflow-auto { overflow: auto; }
.overflow-visible { overflow: visible; }

/* Visibility utilities */
.visible { visibility: visible; }
.invisible { visibility: hidden; }

/* Cursor utilities */
.cursor-pointer { cursor: pointer; }

/* Opacity utilities */
.opacity-0 { opacity: 0; }
.opacity-25 { opacity: 0.25; }
.opacity-50 { opacity: 0.5; }
.opacity-75 { opacity: 0.75; }
.opacity-100 { opacity: 1; }

/* Base reset */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: var(--font-family-primary); line-height: var(--line-height-normal); color: var(--text-dark); background-color: var(--furniture-white); }
img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font: inherit; }
ul, ol { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }

/* Form elements */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-dark);
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: var(--border-radius-md);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: var(--accent-purple);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(214, 140, 255, 0.25);
}

/* Buttons */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: var(--border-radius-md);
  transition: var(--transition-fast);
}
.btn-primary {
  color: #fff;
  background-color: var(--accent-purple);
  border: 1px solid var(--accent-purple);
}
.btn-primary:hover {
  background-color: #c77de8;
  border-color: #c77de8;
}
.btn-secondary {
  color: #fff;
  background-color: var(--header-bg);
  border: 1px solid var(--header-bg);
}
.btn-outline-primary {
  color: var(--accent-purple);
  border: 1px solid var(--accent-purple);
  background-color: transparent;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--accent-purple);
}

/* Cards */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: var(--border-radius-lg);
}
.card-body { flex: 1 1 auto; padding: 1rem; }
.card-title { margin-bottom: 0.5rem; }
.card-text:last-child { margin-bottom: 0; }

/* Alerts */
.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: var(--border-radius-md);
}
.alert-success { color: #0f5132; background-color: #d1e7dd; border: 1px solid #badbcc; }
.alert-danger { color: #842029; background-color: #f8d7da; border: 1px solid #f5c2c7; }
.alert-warning { color: #664d03; background-color: #fff3cd; border: 1px solid #ffecb5; }
.alert-info { color: #055160; background-color: #cff4fc; border: 1px solid #b6effb; }

/* Badges */
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--border-radius-sm);
}
.bg-primary { background-color: var(--accent-purple) !important; }
.bg-secondary { background-color: var(--header-bg) !important; }
.bg-success { background-color: var(--success-color) !important; }
.bg-danger { background-color: var(--error-color) !important; }
.bg-warning { background-color: var(--warning-color) !important; }
.bg-info { background-color: var(--accent-blue) !important; }
.bg-light { background-color: #f8f9fa !important; }
.bg-dark { background-color: #212529 !important; }
.bg-white { background-color: #fff !important; }

/* Modal backdrop */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-modal-backdrop);
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-modal);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal.show { display: block; }
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
@media (min-width: 576px) {
  .modal-dialog { max-width: 500px; margin: 1.75rem auto; }
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-xl);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
}
.modal-body { position: relative; flex: 1 1 auto; padding: 1rem; }
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  gap: 0.5rem;
}

/* Dropdown */
.dropdown { position: relative; }
.dropdown-menu {
  position: absolute;
  z-index: var(--z-dropdown);
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: var(--text-dark);
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: var(--border-radius-md);
  box-shadow: var(--shadow-md);
}
.dropdown-menu.show { display: block; }
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: var(--text-dark);
  text-align: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover { background-color: #f8f9fa; }

/* Spinner */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
@keyframes spinner-border {
  to { transform: rotate(360deg); }
}
.spinner-border-sm { width: 1rem; height: 1rem; border-width: 0.2em; }

/* Navbar */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.5rem;
  padding-inline: 1rem;
}
.navbar-brand {
  padding-block: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav { flex-direction: row; }
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.nav-link:hover { color: var(--accent-purple); }

/* Table */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: var(--text-dark);
  border-collapse: collapse;
}
.table th, .table td {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
.table-hover tbody tr:hover { background-color: rgba(0,0,0,.075); }

/* List group */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--border-radius-md);
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: var(--text-dark);
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}
.list-group-item:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit; }
.list-group-item:last-child { border-bottom-right-radius: inherit; border-bottom-left-radius: inherit; }
.list-group-item + .list-group-item { border-top-width: 0; }

/* Progress */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: var(--border-radius-md);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--accent-purple);
  transition: width 0.6s ease;
}

/* Accordion */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: var(--text-dark);
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--transition-fast);
}
.accordion-button:not(.collapsed) { color: var(--accent-purple); background-color: #f8f0ff; }
.accordion-body { padding: 1rem 1.25rem; }

/* Tooltip placeholder */
.tooltip {
  position: absolute;
  z-index: var(--z-tooltip);
  display: block;
  margin: 0;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show { opacity: 0.9; }
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: var(--border-radius-sm);
}

