/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
html { line-height: 1.5; -webkit-text-size-adjust: 100%; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; background-color: #f8fafc; color: #1e293b; }
body { margin: 0; font-family: inherit; line-height: inherit; }
.bg-slate-50 { background-color: #f8fafc; }
.bg-white\/80 { background-color: rgba(255, 255, 255, 0.8); }
.backdrop-blur-md { -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.border-b { border-bottom-width: 1px; }
.border-slate-200 { border-color: #e2e8f0; }
.sticky { position: -webkit-sticky; position: sticky; }
.top-0 { top: 0; }
.z-50 { z-index: 50; }
.max-w-7xl { max-w-72rem; max-width: 80rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.h-16 { height: 4rem; }
.flex { display: flex; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.space-x-2 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.5rem; }
.space-x-8 > :not([hidden]) ~ :not([hidden]) { margin-left: 2rem; }
.font-bold { font-weight: 700; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-light { font-weight: 300; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.tracking-tight { tracking-spacing: -0.025em; letter-spacing: -0.025em; }
.text-slate-900 { color: #0f172a; }
.text-slate-800 { color: #1e293b; }
.text-slate-600 { color: #475569; }
.text-slate-400 { color: #94a3b8; }
.text-emerald-600 { color: #059669; }
.text-emerald-500 { color: #10b981; }
.bg-emerald-600 { background-color: #059669; }
.hover\:bg-emerald-700:hover { background-color: #047857; }
.text-white { color: #fff; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.rounded-lg { border-radius: 0.5rem; }
.shadow-sm { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); box-shadow: var(--tw-shadow); }
.flex-col { flex-direction: column; }
.min-h-screen { min-height: 100vh; }
.flex-grow { flex-grow: 1; }
.bg-slate-900 { background-color: #0f172a; }
.border-t { border-top-width: 1px; }
.border-slate-800 { border-color: #1e293b; }
.mt-auto { margin-top: auto; }
.gap-6 { gap: 1.5rem; }
.gap-1 { gap: 0.25rem; }
.transition-colors { transition-property: background-color, border-color, color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.hover\:text-emerald-600:hover { color: #059669; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
@media (min-width: 768px) { .md\:flex { display: flex; } .md\:flex-row { flex-direction: row; } }

