/* --- INITIALISATION DES POLICES LOCALES (SOUVERAIN) --- */

/* inter-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/inter-v13-latin-300.woff2') format('woff2');
}
/* inter-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v13-latin-regular.woff2') format('woff2');
}
/* inter-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v13-latin-500.woff2') format('woff2');
}
/* inter-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v13-latin-600.woff2') format('woff2');
}
/* inter-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v13-latin-700.woff2') format('woff2');
}

/* --- STYLES DE BASE (SOUVERAIN) --- */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: currentColor; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; font-family: Inter, sans-serif; font-feature-settings: normal; font-variation-settings: normal; -webkit-tap-highlight-color: transparent; scroll-behavior: smooth; }
body { margin: 0; line-height: inherit; background-color: #0f0c29; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: flex; flex-direction: column; min-height: 100vh; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0; }
svg { display: block; vertical-align: middle; }
.fixed { position: fixed; }
.static { position: static; }
.absolute { position: absolute; }
.relative { position: relative; }
.inset-0 { inset: 0px; }
.top-0 { top: 0px; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.h-1 { height: 0.25rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-5 { height: 1.25rem; }
.h-8 { height: 2rem; }
.h-full { height: 100%; }
.h-px { height: 1px; }
.min-h-screen { min-height: 100vh; }
.w-1\/2 { width: 50%; }
.w-10 { width: 2.5rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-5 { width: 1.25rem; }
.w-8 { width: 2rem; }
.w-full { width: 100%; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-7xl { max-width: 80rem; }
.flex-grow { flex-grow: 1; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-12 { gap: 3rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.overflow-hidden { overflow: hidden; }
.overflow-x-hidden { overflow-x: hidden; }
.border-b { border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: 0.5rem; }
.bg-clip-text { -webkit-background-clip: text; background-clip: text; }
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.p-10 { padding: 2.5rem; }
.p-12 { padding: 3rem; }
.p-8 { padding: 2rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.pt-12 { padding-top: 3rem; }
.pt-32 { padding-top: 8rem; }
.pb-20 { padding-bottom: 5rem; }
.pb-8 { padding-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-24 { margin-bottom: 6rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mt-12 { margin-top: 3rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.text-center { text-align: center; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.font-sans { font-family: Inter, sans-serif; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.font-bold { font-weight: 700; }
.font-light { font-weight: 300; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.leading-relaxed { line-height: 1.625; }
.leading-tight { line-height: 1.25; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.text-transparent { color: transparent; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.opacity-20 { opacity: 0.2; }
.opacity-30 { opacity: 0.3; }
.opacity-50 { opacity: 0.5; }
.opacity-80 { opacity: 0.8; }
.shadow-\[0_0_20px_rgba\(187\,134\,252\,0\.3\)\] { box-shadow: 0 0 20px rgba(187, 134, 252, 0.3); }
.backdrop-blur-md { --tw-backdrop-blur: blur(12px); -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }

/* --- COULEURS ET UTILITAIRES SPÉCIFIQUES --- */
::selection { background-color: #bb86fc; color: #fff; }
.bg-conceptBg { background-color: #0f0c29; }
.bg-conceptBg\/80 { background-color: rgba(15, 12, 41, 0.8); }
.bg-conceptBgLight\/30 { background-color: rgba(26, 22, 56, 0.3); }
.bg-conceptBgLight\/50 { background-color: rgba(26, 22, 56, 0.5); }
.bg-conceptPurple { background-color: #bb86fc; }
.bg-conceptPurple\/10 { background-color: rgba(187, 134, 252, 0.1); }
.bg-conceptPurple\/20 { background-color: rgba(187, 134, 252, 0.2); }
.bg-conceptTeal\/10 { background-color: rgba(3, 218, 198, 0.1); }
.bg-conceptTeal\/20 { background-color: rgba(3, 218, 198, 0.2); }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.bg-white\/5 { background-color: rgba(255, 255, 255, 0.05); }
.bg-transparent { background-color: transparent; }
.border-conceptPurple\/30 { border-color: rgba(187, 134, 252, 0.3); }
.border-conceptTeal\/20 { border-color: rgba(3, 218, 198, 0.2); }
.border-conceptTeal\/30 { border-color: rgba(3, 218, 198, 0.3); }
.border-gray-600 { border-color: #4b5563; }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.border-white\/20 { border-color: rgba(255, 255, 255, 0.2); }
.border-white\/5 { border-color: rgba(255, 255, 255, 0.05); }
.from-conceptBgLight { --tw-gradient-from: #1a1638 var(--tw-gradient-from-position); --tw-gradient-to: rgba(26, 22, 56, 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-conceptPurple { --tw-gradient-from: #bb86fc var(--tw-gradient-from-position); --tw-gradient-to: rgba(187, 134, 252, 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-conceptPurple\/10 { --tw-gradient-from: rgba(187, 134, 252, 0.1) var(--tw-gradient-from-position); --tw-gradient-to: rgba(187, 134, 252, 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.via-conceptTeal { --tw-gradient-to: rgba(3, 218, 198, 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), #03dac6, var(--tw-gradient-to); }
.to-blue-400 { --tw-gradient-to: #60a5fa var(--tw-gradient-to-position); }
.to-conceptBg { --tw-gradient-to: #0f0c29 var(--tw-gradient-to-position); }
.to-conceptPurple { --tw-gradient-to: #bb86fc var(--tw-gradient-to-position); }
.to-conceptTeal\/10 { --tw-gradient-to: rgba(3, 218, 198, 0.1) var(--tw-gradient-to-position); }
.text-conceptBg { color: #0f0c29; }
.text-conceptPurple { color: #bb86fc; }
.text-conceptTeal { color: #03dac6; }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-white\/50 { color: rgba(255, 255, 255, 0.5); }

/* --- ÉTATS (HOVER, GROUP-HOVER, BREAKPOINTS) --- */
.hover\:border-conceptPurple\/50:hover { border-color: rgba(187, 134, 252, 0.5); }
.hover\:border-conceptTeal:hover { border-color: #03dac6; }
.hover\:border-conceptTeal\/50:hover { border-color: rgba(3, 218, 198, 0.5); }
.hover\:bg-conceptPurpleHover:hover { background-color: #9d63e6; }
.hover\:bg-white\/20:hover { background-color: rgba(255, 255, 255, 0.2); }
.hover\:text-conceptPurple:hover { color: #bb86fc; }
.hover\:text-conceptTeal:hover { color: #03dac6; }
.hover\:text-white:hover { color: #fff; }
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }

@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
}

@media (min-width: 768px) {
  .md\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:col-span-3 { grid-column: span 3 / span 3; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .md\:flex { display: flex; }
  .md\:flex-row { flex-direction: row; }
  .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
}
