/*
 * Tailwind CSS Pre-compiled Utilities
 * Generated from index.html class usage - replaces cdn.tailwindcss.com runtime compilation
 */

/* ===== Reset / Base (Tailwind Preflight subset) ===== */
*, *::before, *::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

/* ===== Layout ===== */
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }

.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.top-0 { top: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.bottom-1 { bottom: 0.25rem; }
.right-1 { right: 0.25rem; }

.z-50 { z-index: 50; }
.z-\[100\] { z-index: 100; }

/* ===== Flexbox ===== */
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.flex-col { flex-direction: column; }
.flex-1 { flex: 1 1 0%; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.items-start { align-items: start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-end { justify-content: flex-end; }
.shrink-0 { flex-shrink: 0; }
.content-start { align-content: flex-start; }

/* ===== Grid ===== */
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* ===== Gap ===== */
.gap-1 { gap: 0.25rem; }
.gap-1\.5 { gap: 0.375rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }

/* ===== Spacing (Padding) ===== */
.p-1 { padding: 0.25rem; }
.p-1\.5 { padding: 0.375rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.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; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.pt-1 { padding-top: 0.25rem; }
.pt-3 { padding-top: 0.75rem; }
.pt-28 { padding-top: 7rem; }
.pl-0\.5 { padding-left: 0.125rem; }
.pl-1 { padding-left: 0.25rem; }
.pl-2 { padding-left: 0.5rem; }
.pr-5 { padding-right: 1.25rem; }

/* ===== Spacing (Margin) ===== */
.mb-2 { margin-bottom: 0.5rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-12 { margin-bottom: 3rem; }
.ml-2 { margin-left: 0.5rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }

/* ===== Sizing ===== */
.w-2 { width: 0.5rem; }
.w-2\.5 { width: 0.625rem; }
.w-5 { width: 1.25rem; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-24 { width: 6rem; }
.w-full { width: 100%; }
.w-fit { width: fit-content; }
.w-0 { width: 0; }
.w-1\/2 { width: 50%; }
.w-1\/3 { width: 33.333333%; }
.w-2\/3 { width: 66.666667%; }

.h-2 { height: 0.5rem; }
.h-2\.5 { height: 0.625rem; }
.h-5 { height: 1.25rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-24 { height: 6rem; }
.h-48 { height: 12rem; }
.h-full { height: 100%; }
.h-\[2px\] { height: 2px; }

.max-w-sm { max-width: 24rem; }
.max-w-lg { max-width: 32rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-\[140px\] { max-width: 140px; }

.min-h-\[200px\] { min-height: 200px; }
.min-h-\[400px\] { min-height: 400px; }
.min-w-\[80px\] { min-width: 80px; }

/* ===== Typography ===== */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-\[10px\] { font-size: 10px; }

.font-mono { font-family: 'Fira Code', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.font-bold { font-weight: 700; }
.font-medium { font-weight: 500; }

.uppercase { text-transform: uppercase; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.leading-relaxed { line-height: 1.625; }
.leading-tight { line-height: 1.25; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wide { letter-spacing: 0.025em; }
.text-center { text-align: center; }

/* ===== Colors ===== */
.text-white { color: #ffffff; }
.text-slate-200 { color: #e2e8f0; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-700 { color: #334155; }
.text-emerald-400 { color: #34d399; }
.text-emerald-400\/90 { color: rgba(52, 211, 153, 0.9); }
.text-sky-400 { color: #38bdf8; }
.text-orange-400 { color: #fb923c; }
.text-indigo-400 { color: #818cf8; }
.text-purple-400 { color: #c084fc; }

/* ===== Background Colors ===== */
.bg-black\/30 { background-color: rgba(0, 0, 0, 0.3); }
.bg-black\/40 { background-color: rgba(0, 0, 0, 0.4); }
.bg-black\/60 { background-color: rgba(0, 0, 0, 0.6); }
.bg-black\/80 { background-color: rgba(0, 0, 0, 0.8); }
.bg-white\/5 { background-color: rgba(255, 255, 255, 0.05); }
.bg-slate-800 { background-color: #1e293b; }
.bg-slate-900 { background-color: #0f172a; }
.bg-slate-900\/80 { background-color: rgba(15, 23, 42, 0.8); }
.bg-emerald-500 { background-color: #10b981; }
.bg-emerald-500\/10 { background-color: rgba(16, 185, 129, 0.1); }
.bg-emerald-600 { background-color: #059669; }
.bg-emerald-600\/20 { background-color: rgba(5, 150, 105, 0.2); }
.bg-sky-500\/10 { background-color: rgba(14, 165, 233, 0.1); }
.bg-sky-600\/20 { background-color: rgba(2, 132, 199, 0.2); }
.bg-orange-500\/10 { background-color: rgba(249, 115, 22, 0.1); }
.bg-orange-600\/20 { background-color: rgba(234, 88, 12, 0.2); }
.bg-indigo-500\/10 { background-color: rgba(99, 102, 241, 0.1); }
.bg-purple-600\/20 { background-color: rgba(147, 51, 234, 0.2); }
.bg-red-500\/80 { background-color: rgba(239, 68, 68, 0.8); }
.bg-yellow-500\/80 { background-color: rgba(234, 179, 8, 0.8); }
.bg-emerald-500\/80 { background-color: rgba(16, 185, 129, 0.8); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-slate-700 { --tw-gradient-from: #334155; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); }
.to-slate-800 { --tw-gradient-to: #1e293b; }

/* ===== Borders ===== */
.border { border-width: 1px; }
.border-4 { border-width: 4px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-l { border-left-width: 1px; }
.border-white\/5 { border-color: rgba(255, 255, 255, 0.05); }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.border-slate-700 { border-color: #334155; }
.border-slate-950 { border-color: #020617; }
.border-emerald-500\/20 { border-color: rgba(16, 185, 129, 0.2); }
.border-emerald-500\/30 { border-color: rgba(16, 185, 129, 0.3); }
.border-sky-500\/30 { border-color: rgba(14, 165, 233, 0.3); }
.border-orange-500\/30 { border-color: rgba(249, 115, 22, 0.3); }
.border-purple-500\/30 { border-color: rgba(168, 85, 247, 0.3); }

/* ===== Border Radius ===== */
.rounded { border-radius: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }

/* ===== Shadows ===== */
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.shadow-emerald-500\/20 { --tw-shadow-color: rgba(16, 185, 129, 0.2); }
.drop-shadow-sm { filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05)); }

/* ===== Ring ===== */
.ring-4 { box-shadow: 0 0 0 4px var(--tw-ring-color, rgba(59, 130, 246, 0.5)); }
.ring-slate-900 { --tw-ring-color: #0f172a; }
.ring-4.ring-slate-900 { box-shadow: 0 0 0 4px #0f172a; }

/* ===== Effects ===== */
.opacity-0 { opacity: 0; }
.overflow-hidden { overflow: hidden; }
.overflow-y-auto { overflow-y: auto; }
.pointer-events-none { pointer-events: none; }
.pointer-events-auto { pointer-events: auto; }
.cursor-default { cursor: default; }
.object-cover { object-fit: cover; }
.resize-none { resize: none; }

/* ===== Backdrop ===== */
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.backdrop-blur-md { backdrop-filter: blur(12px); }

/* ===== Transitions ===== */
.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; }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-100 { transition-duration: 100ms; }
.duration-300 { transition-duration: 300ms; }
.ease-linear { transition-timing-function: linear; }

/* ===== Transforms ===== */
.active\:scale-95:active { transform: scale(0.95); }

/* ===== Visibility ===== */
.hidden { display: none; }

/* ===== Tailwind Animations ===== */
.animate-pulse { animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
@keyframes tw-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* ===== Space Utilities ===== */
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.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; }

/* ===== Hover States ===== */
.hover\:text-white:hover { color: #ffffff; }
.hover\:text-emerald-400:hover { color: #34d399; }
.hover\:bg-white\/10:hover { background-color: rgba(255, 255, 255, 0.1); }
.hover\:bg-emerald-400:hover { background-color: #34d399; }
.hover\:bg-emerald-600\/30:hover { background-color: rgba(5, 150, 105, 0.3); }
.hover\:bg-sky-600\/30:hover { background-color: rgba(2, 132, 199, 0.3); }
.hover\:bg-orange-600\/30:hover { background-color: rgba(234, 88, 12, 0.3); }
.hover\:bg-purple-600\/30:hover { background-color: rgba(147, 51, 234, 0.3); }
.hover\:bg-slate-900\/90:hover { background-color: rgba(15, 23, 42, 0.9); }

/* ===== Group Hover States ===== */
.group:hover .group-hover\:text-white { color: #ffffff; }
.group:hover .group-hover\:text-slate-400 { color: #94a3b8; }
.group:hover .group-hover\:text-emerald-400 { color: #34d399; }
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }
.group:hover .group-hover\:border-sky-500\/30 { border-color: rgba(14, 165, 233, 0.3); }
.group:hover .group-hover\:border-emerald-500\/30 { border-color: rgba(16, 185, 129, 0.3); }
.group:hover .group-hover\:border-orange-500\/30 { border-color: rgba(249, 115, 22, 0.3); }
.group:hover .group-hover\:border-indigo-500\/30 { border-color: rgba(99, 102, 241, 0.3); }

/* ===== Responsive: sm (640px) ===== */
@media (min-width: 640px) {
  .sm\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
}

/* ===== Responsive: md (768px) ===== */
@media (min-width: 768px) {
  .md\:py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .md\:flex-row { flex-direction: row; }
  .md\:items-start { align-items: flex-start; }
  .md\:items-center { align-items: center; }
  .md\:text-left { text-align: left; }
  .md\:justify-start { justify-content: flex-start; }
  .md\:gap-4 { gap: 1rem; }
  .md\:mx-0 { margin-left: 0; margin-right: 0; }
  .md\:h-56 { height: 14rem; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ===== Responsive: lg (1024px) ===== */
@media (min-width: 1024px) {
  .lg\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:col-span-1 { grid-column: span 1 / span 1; }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
}

/* ===== Group utility ===== */
.group { position: relative; }

/* ===== Additional classes used in dynamically created elements (script.js) ===== */
.text-slate-600 { color: #475569; }
.text-rose-400 { color: #fb7185; }
.text-amber-400 { color: #fbbf24; }
.pl-0 { padding-left: 0; }
.z-10 { z-index: 10; }
.flex-shrink-0 { flex-shrink: 0; }
.group-hover\:scale-105:is(.group:hover *) { transform: scale(1.05); }
