/* RetardTrain.fr — Tailwind CSS compiled (classes used only) */

/* === RESET === */
*, ::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%; tab-size: 4; }
body { margin: 0; }
hr { height: 0; color: inherit; border-top-width: 1px; }
abbr[title] { text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp, pre { font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; } sup { top: -0.5em; }
table { text-indent: 0; border-color: inherit; border-collapse: collapse; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button, select { text-transform: none; }
button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; background-image: none; }
:-moz-focusring { outline: auto; }
:-moz-ui-invalid { box-shadow: none; }
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; }
fieldset { margin: 0; padding: 0; }
legend { padding: 0; }
ol, ul, menu { list-style: none; margin: 0; padding: 0; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { opacity: 1; color: #9ca3af; }
button, [role="button"] { cursor: pointer; }
:disabled { cursor: default; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
[hidden] { display: none; }

/* === DISPLAY === */
.block { display: block; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.table { display: table; }

/* === POSITION === */
.relative { position: relative; }
.absolute { position: absolute; }

/* === OVERFLOW === */
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }

/* === SIZING === */
.h-3 { height: 0.75rem; }
.h-3\.5 { height: 0.875rem; }
.h-6 { height: 1.5rem; }
.w-3 { width: 0.75rem; }
.w-3\.5 { width: 0.875rem; }
.w-6 { width: 1.5rem; }
.w-10 { width: 2.5rem; }
.w-24 { width: 6rem; }
.w-full { width: 100%; }
.w-\[2\.5rem\] { width: 2.5rem; }
.w-\[3\.2rem\] { width: 3.2rem; }
.min-h-screen { min-height: 100vh; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-\[9rem\] { max-width: 9rem; }
@media (min-width: 768px) { .md\:max-w-none { max-width: none; } }
.shrink-0 { flex-shrink: 0; }
.flex-1 { flex: 1 1 0%; }

/* === FLEX === */
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.items-baseline { align-items: baseline; }
.justify-between { justify-content: space-between; }
@media (min-width: 640px) { .sm\:flex-row { flex-direction: row; } }

/* === GRID === */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 640px) { .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 640px) { .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 768px) { .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } }

/* === GAP === */
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }

/* === SPACING MARGIN === */
.-mt-2 { margin-top: -0.5rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.ml-1 { margin-left: 0.25rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-5 { margin-left: 1.25rem; }
.mr-2 { margin-right: 0.5rem; }
.mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.space-y-0 > * + * { margin-top: 0px; }
.space-y-1 > * + * { margin-top: 0.25rem; }
.space-y-1\.5 > * + * { margin-top: 0.375rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-8 > * + * { margin-top: 2rem; }

/* === SPACING PADDING === */
.p-0 { padding: 0px; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-12 { padding: 3rem; }
.px-1\.5 { padding-left: 0.375rem; padding-right: 0.375rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.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-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-4 { padding-top: 1rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-8 { padding-bottom: 2rem; }
@media (min-width: 768px) { .md\:p-4 { padding: 1rem; } }
@media (min-width: 768px) { .md\:p-8 { padding: 2rem; } }
.p-4 { padding: 1rem; }

/* === TYPOGRAPHY === */
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
@media (min-width: 640px) { .sm\:text-left { text-align: left; } }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.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; }
@media (min-width: 768px) { .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; } }
.text-\[10px\] { font-size: 10px; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.tracking-wider { letter-spacing: 0.05em; }
.leading-relaxed { line-height: 1.625; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.whitespace-nowrap { white-space: nowrap; }
.list-disc { list-style-type: disc; }
.list-decimal { list-style-type: decimal; }
.list-inside { list-style-position: inside; }
.underline { text-decoration-line: underline; }
.no-underline { text-decoration-line: none; }

/* === TEXT COLORS === */
.text-white { color: rgb(255 255 255); }
.text-gray-200 { color: rgb(229 231 235); }
.text-gray-300 { color: rgb(209 213 219); }
.text-gray-400 { color: rgb(156 163 175); }
.text-gray-500 { color: rgb(107 114 128); }
.text-gray-600 { color: rgb(75 85 99); }
.text-gray-700 { color: rgb(55 65 81); }
.text-blue-300 { color: rgb(147 197 253); }
.text-blue-400 { color: rgb(96 165 250); }
.text-blue-400\/70 { color: rgb(96 165 250 / 0.7); }
.text-red-300 { color: rgb(252 165 165); }
.text-red-400 { color: rgb(248 113 113); }
.text-orange-300 { color: rgb(253 186 116); }
.text-orange-400 { color: rgb(251 146 60); }
.text-amber-200\/90 { color: rgb(253 230 138 / 0.9); }
.text-amber-300 { color: rgb(252 211 77); }
.text-amber-400 { color: rgb(251 191 36); }
.text-amber-400\/70 { color: rgb(251 191 36 / 0.7); }
.text-cyan-300 { color: rgb(103 232 249); }
.text-green-400 { color: rgb(74 222 128); }
.text-emerald-300 { color: rgb(110 231 183); }
.text-emerald-400 { color: rgb(52 211 153); }
.text-emerald-500\/60 { color: rgb(16 185 129 / 0.6); }

/* === BACKGROUND COLORS === */
.bg-white\/\[0\.03\] { background-color: rgb(255 255 255 / 0.03); }
.bg-gray-700 { background-color: rgb(55 65 81); }
.bg-gray-900\/30 { background-color: rgb(17 24 39 / 0.3); }
.bg-gray-900\/60 { background-color: rgb(17 24 39 / 0.6); }
.bg-gray-950\/95 { background-color: rgb(3 7 18 / 0.95); }
.bg-blue-900\/15 { background-color: rgb(30 58 138 / 0.15); }
.bg-blue-600 { background-color: rgb(37 99 235); }
.bg-red-500\/20 { background-color: rgb(239 68 68 / 0.2); }
.bg-orange-500\/20 { background-color: rgb(249 115 22 / 0.2); }
.bg-amber-500\/\[0\.03\] { background-color: rgb(245 158 11 / 0.03); }
.bg-amber-500\/\[0\.04\] { background-color: rgb(245 158 11 / 0.04); }
.bg-amber-500\/\[0\.07\] { background-color: rgb(245 158 11 / 0.07); }
.bg-amber-500\/10 { background-color: rgb(245 158 11 / 0.1); }
.bg-amber-500\/20 { background-color: rgb(245 158 11 / 0.2); }
.bg-cyan-500\/20 { background-color: rgb(6 182 212 / 0.2); }
.bg-blue-500\/15 { background-color: rgb(59 130 246 / 0.15); }
.bg-blue-500\/20 { background-color: rgb(59 130 246 / 0.2); }
.bg-emerald-500\/20 { background-color: rgb(16 185 129 / 0.2); }
.bg-emerald-900\/15 { background-color: rgb(6 78 59 / 0.15); }
.bg-gray-500\/20 { background-color: rgb(107 114 128 / 0.2); }
.bg-pink-600 { background-color: rgb(219 39 119); }
.bg-emerald-600 { background-color: rgb(5 150 105); }
.bg-purple-600 { background-color: rgb(124 58 237); }
.bg-orange-600 { background-color: rgb(234 88 12); }
.bg-red-700 { background-color: rgb(185 28 28); }
.bg-gray-600 { background-color: rgb(75 85 99); }

/* === BORDERS === */
.border { border-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }
.border-l-2 { border-left-width: 2px; }
.border-l-4 { border-left-width: 4px; }
.border-collapse { border-collapse: collapse; }
.border-gray-600 { border-color: rgb(75 85 99); }
.border-gray-700\/50 { border-color: rgb(55 65 81 / 0.5); }
.border-gray-700\/60 { border-color: rgb(55 65 81 / 0.6); }
.border-gray-800\/30 { border-color: rgb(31 41 55 / 0.3); }
.border-gray-800\/50 { border-color: rgb(31 41 55 / 0.5); }
.border-blue-900\/40 { border-color: rgb(30 58 138 / 0.4); }
.border-blue-500 { border-color: rgb(59 130 246); }
.border-amber-500\/10 { border-color: rgb(245 158 11 / 0.1); }
.border-amber-500\/20 { border-color: rgb(245 158 11 / 0.2); }
.border-amber-500\/40 { border-color: rgb(245 158 11 / 0.4); }
.border-red-500 { border-color: rgb(239 68 68); }
.border-green-500 { border-color: rgb(34 197 94); }
.border-emerald-500 { border-color: rgb(16 185 129); }

/* === BORDER RADIUS === */
.rounded { border-radius: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-r-lg { border-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem; }
.rounded-full { border-radius: 9999px; }

/* === SHADOW === */
.shadow-2xl { box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); }

/* === CURSOR === */
.cursor-pointer { cursor: pointer; }

/* === RESIZE === */
.resize-y { resize: vertical; }

/* === TRANSITIONS === */
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; 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; }
.duration-200 { transition-duration: 200ms; }

/* === TRANSFORM === */
.rotate-90 { --tw-rotate: 90deg; transform: rotate(var(--tw-rotate)); }

/* === FILTER === */
.backdrop-blur-md { --tw-backdrop-blur: blur(12px); -webkit-backdrop-filter: var(--tw-backdrop-blur); backdrop-filter: var(--tw-backdrop-blur); }

/* === HOVER / FOCUS === */
.hover\:text-white:hover { color: rgb(255 255 255); }
.hover\:text-gray-400:hover { color: rgb(156 163 175); }
.hover\:text-blue-300:hover { color: rgb(147 197 253); }
.hover\:bg-amber-500\/\[0\.07\]:hover { background-color: rgb(245 158 11 / 0.07); }
.hover\:bg-blue-500:hover { background-color: rgb(59 130 246); }
.hover\:bg-emerald-500:hover { background-color: rgb(16 185 129); }
.hover\:bg-gray-600:hover { background-color: rgb(75 85 99); }
.hover\:border-gray-400:hover { border-color: rgb(156 163 175); }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:border-blue-500:focus { border-color: rgb(59 130 246); }
.focus\:border-emerald-500:focus { border-color: rgb(16 185 129); }
