/* Tailwind Aurora utility bundle - generated for prenom.php */
:root {
  --tw-primary-900: #141032;
  --tw-primary-800: #241f5a;
  --tw-primary-700: #3d33a3;
  --tw-primary-600: #7c5cff;
  --tw-primary-500: #9d82ff;
  --tw-neutral-900: #111827;
  --tw-neutral-800: #1f2937;
  --tw-neutral-700: #374151;
  --tw-neutral-500: #6b7280;
  --tw-neutral-300: #d1d5db;
  --tw-neutral-200: #e5e7eb;
  --tw-emerald-600: #059669;
}

.max-w-5xl { max-width: 64rem; }
.max-w-3xl { max-width: 48rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-0 { margin-top: 0; }
.mt-3 { margin-top: 0.75rem; }
.mt-6 { margin-top: 1.5rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-12 { margin-bottom: 3rem; }
.pb-0 { padding-bottom: 0; }
.pb-3 { padding-bottom: 0.75rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pt-0 { padding-top: 0; }
.pt-4 { padding-top: 1rem; }
.pt-5 { padding-top: 1.25rem; }
.pt-6 { padding-top: 1.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.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; }

.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.block { display: block; }
.hidden { display: none; }
.flex-col { flex-direction: column; }
.flex-1 { flex: 1 1 0%; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.w-full { width: 100%; }
.w-5 { width: 1.25rem; }
.w-10 { width: 2.5rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.h-5 { height: 1.25rem; }
.h-10 { height: 2.5rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }
.space-y-10 > :not([hidden]) ~ :not([hidden]) { margin-top: 2.5rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.italic { font-style: italic; }
.leading-relaxed { line-height: 1.625; }
.tracking-wider { letter-spacing: 0.05em; }
.uppercase { text-transform: uppercase; }
.underline { text-decoration-line: underline; }
.decoration-dotted { text-decoration-style: dotted; }
.text-white { color: #ffffff; }
.text-neutral-500 { color: var(--tw-neutral-500); }
.text-neutral-700 { color: var(--tw-neutral-700); }
.text-neutral-800 { color: var(--tw-neutral-800); }
.text-neutral-900 { color: var(--tw-neutral-900); }
.text-primary-900 { color: var(--tw-primary-900); }
.text-primary-800 { color: var(--tw-primary-800); }
.text-primary-700 { color: var(--tw-primary-700); }
.text-primary-600 { color: var(--tw-primary-600); }
.text-emerald-600 { color: var(--tw-emerald-600); }
.text-aurora-foreground { color: var(--aurora-text-primary, #f4f6ff); }
.text-aurora-muted { color: var(--aurora-text-muted, rgba(244, 246, 255, 0.68)); }
.text-aurora-body { color: var(--aurora-text-soft, rgba(244, 246, 255, 0.48)); }
.text-aurora-highlight { color: var(--aurora-primary, #7c5cff); }

.bg-white { background-color: #ffffff; }
.bg-primary-600 { background-color: var(--tw-primary-600); }
.bg-primary-500 { background-color: var(--tw-primary-500); }
.bg-neutral-100 { background-color: #f3f4f6; }
.bg-neutral-900\/60 { background-color: rgba(17, 24, 39, 0.6); }
.bg-\[aliceblue\] { background-color: aliceblue; }
.bg-\[#eceff5\] { background-color: #eceff5; }
.bg-\[#E60023\] { background-color: #E60023; }
.bg-\[#cef5dc\] { background-color: #cef5dc; }
.bg-\[#448AFF\] { background-color: #448AFF; }
.bg-\[#fefeee\] { background-color: #fefeee; }
.bg-aurora-surface { background-color: var(--aurora-surface, rgba(18, 26, 61, 0.92)); }
.bg-aurora-surface\/70 { background-color: rgba(18, 26, 61, 0.7); background-color: color-mix(in srgb, var(--aurora-surface, rgba(18, 26, 61, 0.92)) 70%, transparent); }
.bg-aurora-night\/5 { background-color: rgba(3, 7, 28, 0.05); background-color: color-mix(in srgb, var(--aurora-bg, #03071c) 5%, transparent); }

.border { border-width: 1px; border-style: solid; border-color: currentColor; }
.border-b { border-bottom-width: 1px; border-style: solid; }
.border-t { border-top-width: 1px; border-style: solid; }
.border-neutral-200 { border-color: var(--tw-neutral-200); }
.border-neutral-300 { border-color: var(--tw-neutral-300); }
.border-\[#efe5f2\] { border-color: #efe5f2; }
.border-aurora-border { border-color: var(--aurora-border, rgba(255, 255, 255, 0.08)); }

.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(15, 23, 42, 0.05); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.1), 0 10px 10px -5px rgba(15, 23, 42, 0.04); }
.shadow-aurora { box-shadow: var(--aurora-shadow, 0 30px 60px -35px rgba(15, 23, 60, 0.75)); }

.transition { transition-property: all; transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.transition-all { transition-property: all; transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.transition-opacity { transition-property: opacity; transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.duration-300 { transition-duration: 300ms; }

.opacity-0 { opacity: 0; }
.transform { transform-origin: center; }
.scale-95 { transform: scale(0.95); }

.hover\:bg-primary-500:hover { background-color: var(--tw-primary-500); }
.hover\:bg-neutral-100:hover { background-color: #f5f5f5; }
.hover\:text-neutral-700:hover { color: var(--tw-neutral-700); }
.hover\:text-primary-600:hover { color: var(--tw-primary-600); }

.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus-visible\:outline:focus-visible { outline-style: solid; }
.focus-visible\:outline-2:focus-visible { outline-width: 2px; }
.focus-visible\:outline-offset-2:focus-visible { outline-offset: 2px; }
.focus-visible\:outline-primary-600:focus-visible { outline-color: var(--tw-primary-600); }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px color-mix(in srgb, var(--aurora-primary, #7c5cff) 45%, transparent); }
.focus\:ring-aurora-highlight:focus { box-shadow: 0 0 0 2px color-mix(in srgb, var(--aurora-primary-strong, #5a3bff) 55%, transparent); }
.focus\:ring-primary-500:focus { box-shadow: 0 0 0 2px rgba(157, 130, 255, 0.55); }

.inline-flex.items-center { align-items: center; }
.inline-flex.justify-center { justify-content: center; }
.flex.items-center { align-items: center; }
.flex.justify-center { justify-content: center; }
.flex.justify-between { justify-content: space-between; }

.text-sm.font-medium { font-weight: 500; }

.filter { filter: none; }
.blur-sm { filter: blur(4px); }
.object-cover { object-fit: cover; }
.overflow-hidden { overflow: hidden; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.placeholder\:text-aurora-muted::placeholder { color: var(--aurora-text-muted, rgba(244, 246, 255, 0.68)); }
.prose {
  color: var(--aurora-text-soft, rgba(244, 246, 255, 0.48));
  line-height: 1.75;
}
.btn-aurora {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  border-radius: var(--aurora-radius-md, 20px);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: var(--aurora-text-primary, #f4f6ff);
  background: linear-gradient(135deg, var(--aurora-primary, #7c5cff) 0%, var(--aurora-primary-strong, #5a3bff) 100%);
  border: 1px solid color-mix(in srgb, var(--aurora-primary, #7c5cff) 60%, transparent);
  box-shadow: 0 18px 40px -22px color-mix(in srgb, var(--aurora-primary, #7c5cff) 85%, transparent);
  transition: var(--aurora-transition, all 180ms ease);
}
.btn-aurora:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 48px -20px color-mix(in srgb, var(--aurora-primary-strong, #5a3bff) 90%, transparent);
}
.btn-aurora:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (min-width: 640px) {
  .sm\:p-6 { padding: 1.5rem; }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  .md\:px-0 { padding-left: 0; padding-right: 0; }
  .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:flex-row { flex-direction: row; }
  .md\:items-center { align-items: center; }
}

@media (min-width: 1024px) {
  .lg\:text-5xl { font-size: 3rem; line-height: 1; }
  .lg\:max-w-3xl { max-width: 48rem; }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
