/* ===== lponews Theme Styles - Self-contained, no CDN, no @apply ===== */

/* ===== BASE ===== */
* { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background-color: #f9fafb; color: #111827; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
table { border-collapse: collapse; width: 100%; }

/* ===== DARK MODE ===== */
.dark body, body.dark { background-color: #111827; color: #f3f4f6; }
.dark .card { background-color: #1f2937; border-color: #374151; }
.dark .btn-secondary { background-color: #374151; color: #d1d5db; }
.dark .btn-secondary:hover { background-color: #4b5563; }
.dark .nav-link { color: #d1d5db; }
.dark .nav-link:hover { background-color: #374151; color: #60a5fa; }
.dark .dropdown-menu { background-color: #1f2937; border-color: #374151; }
.dark .dropdown-menu a { color: #d1d5db; }
.dark .dropdown-menu a:hover { background-color: #374151; color: #60a5fa; }
.dark #mobile-menu a { color: #d1d5db; border-bottom-color: #374151; }
.dark #mobile-menu a:hover { background-color: #374151; }
.dark .quick-link-card { background-color: #1f2937; border-color: #374151; }
.dark .quick-link-card .label { color: #f9fafb; }
.dark .quick-link-card:hover .label { color: #60a5fa !important; }
.dark .stats-card { background-color: #1f2937; border-color: #374151; }
.dark .stats-card .stat-label { color: #9ca3af; }
.dark .broker-card { background-color: #1f2937; border-color: #374151; }
.dark .mobile-bottom-nav { background-color: #1f2937; border-top-color: #374151; }
.dark .mobile-bottom-nav a { color: #9ca3af; }
.dark .mobile-bottom-nav a:hover, .dark .mobile-bottom-nav a.active { color: #60a5fa; }
.dark .progress-bar { background-color: #4b5563; }
.dark .calendar-day:hover { background-color: #374151; }
.dark .bg-white { background-color: #1f2937 !important; }
.dark .bg-gray-50 { background-color: #111827 !important; }
.dark .bg-gray-100 { background-color: #374151 !important; }
.dark .bg-gray-200 { background-color: #4b5563; }
.dark .text-gray-900 { color: #f3f4f6 !important; }
.dark .text-gray-800 { color: #f3f4f6 !important; }
.dark .text-gray-700 { color: #d1d5db !important; }
.dark .text-gray-600 { color: #9ca3af !important; }
.dark .text-gray-500 { color: #9ca3af !important; }
.dark .text-gray-400 { color: #9ca3af !important; }
.dark .text-blue-600 { color: #60a5fa !important; }
.dark .text-green-600 { color: #34d399; }
.dark .text-purple-600 { color: #a78bfa; }
.dark .text-yellow-600 { color: #fbbf24; }
.dark .border-gray-200 { border-color: #374151 !important; }
.dark .border-gray-300 { border-color: #4b5563; }
.dark .divide-gray-200 > * + * { border-color: #374151 !important; }
.dark .shadow-sm { box-shadow: 0 1px 2px rgba(0,0,0,0.2); }
.dark .hover\:bg-gray-50:hover { background-color: #374151 !important; }
.dark .hover\:bg-gray-100:hover { background-color: #374151 !important; }
.dark .hover\:bg-gray-200:hover { background-color: #4b5563; }
.dark .hover\:bg-blue-50:hover { background-color: #374151; }
.dark .hover\:text-blue-600:hover { color: #60a5fa; }
.dark input, .dark select, .dark textarea { background-color: #1f2937; border-color: #4b5563; color: #f3f4f6; }
.dark .badge-open, .dark .bg-green-100.text-green-800 { background-color: #064e3b; color: #a7f3d0; }
.dark .badge-upcoming, .dark .bg-blue-100.text-blue-800 { background-color: #1e3a5f; color: #93c5fd; }
.dark .badge-closed, .dark .bg-red-100.text-red-800 { background-color: #450a0a; color: #fca5a5; }
.dark .badge-listed, .dark .bg-purple-100.text-purple-800 { background-color: #3b0764; color: #d8b4fe; }

/* ===== LAYOUT ===== */
.max-w-7xl { max-width: 80rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-xl { max-width: 36rem; }
.max-w-lg { max-width: 32rem; }
.max-w-md { max-width: 28rem; }
.max-w-none { max-width: none; }
.mx-auto { margin-left: auto; margin-right: auto; }
.w-full { width: 100%; }
.w-auto { width: auto; }
.w-3\/4 { width: 75%; }
.w-1\/2 { width: 50%; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-16 { width: 4rem; }
.w-20 { width: 5rem; }
.w-24 { width: 6rem; }
.w-32 { width: 8rem; }
.w-48 { width: 12rem; }
.w-64 { width: 16rem; }
.h-3 { height: 0.75rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-32 { height: 8rem; }
.h-full { height: 100%; }
.min-h-screen { min-height: 100vh; }
.min-w-0 { min-width: 0; }
.max-h-96 { max-height: 24rem; }

/* ===== FLEX ===== */
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.flex-1 { flex: 1; }
.flex-auto { flex: auto; }
.flex-none { flex: none; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap; }
.flex-shrink-0 { flex-shrink: 0; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-end { justify-content: flex-end; }
.justify-around { justify-content: space-around; }
.gap-0 { gap: 0; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.space-y-1 > * + * { margin-top: 0.25rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-x-2 > * + * { margin-left: 0.5rem; }
.space-x-4 > * + * { margin-left: 1rem; }
.space-x-reverse > * + * { margin-left: 0; margin-right: 0.5rem; }

/* ===== 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)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.col-span-1 { grid-column: span 1 / span 1; }
.col-span-2 { grid-column: span 2 / span 2; }
.col-span-3 { grid-column: span 3 / span 3; }
.col-span-4 { grid-column: span 4 / span 4; }
.col-span-6 { grid-column: span 6 / span 6; }
.col-span-12 { grid-column: span 12 / span 12; }
@media (min-width: 768px) {
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .md\:flex-row { flex-direction: row; }
    .md\:flex { display: flex; }
    .md\:hidden { display: none; }
    .md\:items-center { align-items: center; }
    .md\:justify-between { justify-content: space-between; }
    .md\:text-left { text-align: left; }
    .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
    .md\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
    .md\:py-4 { padding-top: 1rem; padding-bottom: 1rem; }
}
@media (min-width: 1024px) {
    .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-2 { grid-column: span 2 / span 2; }
    .lg\:col-span-3 { grid-column: span 3 / span 3; }
    .lg\:flex { display: flex; }
    .lg\:hidden { display: none; }
    .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
}
@media (min-width: 640px) {
    .sm\:flex { display: flex; }
    .sm\:hidden { display: none; }
    .sm\:flex-row { flex-direction: row; }
    .sm\:items-center { align-items: center; }
    .sm\:justify-between { justify-content: space-between; }
    .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
    .sm\:text-left { text-align: left; }
}

/* ===== DISPLAY ===== */
.hidden { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }
.contents { display: contents; }

/* ===== PADDING ===== */
.p-0 { padding: 0; }
.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-0 { padding-left: 0; padding-right: 0; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; }
.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 { padding-top: 0; padding-bottom: 0; }
.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; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pt-4 { padding-top: 1rem; }
.pt-6 { padding-top: 1.5rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-16 { padding-bottom: 4rem; }

/* ===== MARGIN ===== */
.m-0 { margin: 0; }
.m-2 { margin: 0.5rem; }
.m-4 { margin: 1rem; }
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mt-auto { margin-top: auto; }
.mb-0 { margin-bottom: 0; }
.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; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.mr-3 { margin-right: 0.75rem; }
.mr-4 { margin-right: 1rem; }
.ml-1 { margin-left: 0.25rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-3 { margin-left: 0.75rem; }
.ml-4 { margin-left: 1rem; }
.mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.mx-4 { margin-left: 1rem; margin-right: 1rem; }
.my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.my-4 { margin-top: 1rem; margin-bottom: 1rem; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.-mt-5 { margin-top: -1.25rem; }
.-mx-5 { margin-left: -1.25rem; margin-right: -1.25rem; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.-mb-8 { margin-bottom: -2rem; }

/* ===== TYPOGRAPHY ===== */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.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; }
.text-5xl { font-size: 3rem; line-height: 1.2; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-8xl { font-size: 6rem; line-height: 1; }
.font-hairline { font-weight: 100; }
.font-thin { font-weight: 200; }
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.font-black { font-weight: 900; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }
.normal-case { text-transform: none; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-normal { letter-spacing: 0; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.whitespace-nowrap { white-space: nowrap; }
.whitespace-pre { white-space: pre; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-snug { line-height: 1.375; }
.leading-normal { line-height: 1.5; }
.leading-relaxed { line-height: 1.625; }
.leading-loose { line-height: 2; }
.list-inside { list-style-position: inside; }
.list-outside { list-style-position: outside; }
.list-disc { list-style-type: disc; }
.list-decimal { list-style-type: decimal; }
.list-none { list-style-type: none; }
.italic { font-style: italic; }
.no-underline { text-decoration: none; }

/* ===== TEXT COLORS ===== */
.text-white { color: #ffffff; }
.text-black { color: #000000; }
.text-transparent { color: transparent; }
.text-gray-50 { color: #f9fafb; }
.text-gray-100 { color: #f3f4f6; }
.text-gray-200 { color: #e5e7eb; }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }
.text-gray-800 { color: #1f2937; }
.text-gray-900 { color: #111827; }
.text-blue-50 { color: #eff6ff; }
.text-blue-100 { color: #dbeafe; }
.text-blue-200 { color: #bfdbfe; }
.text-blue-300 { color: #93c5fd; }
.text-blue-400 { color: #60a5fa; }
.text-blue-500 { color: #3b82f6; }
.text-blue-600 { color: #2563eb; }
.text-blue-700 { color: #1d4ed8; }
.text-blue-800 { color: #1e40af; }
.text-blue-900 { color: #1e3a5f; }
.text-green-50 { color: #ecfdf5; }
.text-green-100 { color: #d1fae5; }
.text-green-200 { color: #a7f3d0; }
.text-green-300 { color: #6ee7b7; }
.text-green-400 { color: #34d399; }
.text-green-500 { color: #10b981; }
.text-green-600 { color: #059669; }
.text-green-700 { color: #047857; }
.text-green-800 { color: #065f46; }
.text-green-900 { color: #064e3b; }
.text-purple-50 { color: #f5f3ff; }
.text-purple-100 { color: #f3e8ff; }
.text-purple-200 { color: #e9d5ff; }
.text-purple-300 { color: #d8b4fe; }
.text-purple-400 { color: #a78bfa; }
.text-purple-500 { color: #8b5cf6; }
.text-purple-600 { color: #7c3aed; }
.text-purple-700 { color: #6d28d9; }
.text-purple-800 { color: #5b21b6; }
.text-purple-900 { color: #3b0764; }
.text-yellow-50 { color: #fffbeb; }
.text-yellow-100 { color: #fef3c7; }
.text-yellow-200 { color: #fde68a; }
.text-yellow-300 { color: #fcd34d; }
.text-yellow-400 { color: #fbbf24; }
.text-yellow-500 { color: #f59e0b; }
.text-yellow-600 { color: #d97706; }
.text-yellow-700 { color: #b45309; }
.text-yellow-800 { color: #92400e; }
.text-yellow-900 { color: #78350f; }
.text-red-50 { color: #fef2f2; }
.text-red-100 { color: #fee2e2; }
.text-red-200 { color: #fecaca; }
.text-red-300 { color: #fca5a5; }
.text-red-400 { color: #f87171; }
.text-red-500 { color: #ef4444; }
.text-red-600 { color: #dc2626; }
.text-red-700 { color: #b91c1c; }
.text-red-800 { color: #991b1b; }
.text-red-900 { color: #450a0a; }

/* ===== BACKGROUND COLORS ===== */
.bg-white { background-color: #ffffff; }
.bg-black { background-color: #000000; }
.bg-transparent { background-color: transparent; }
.bg-current { background-color: currentColor; }
.bg-gray-50 { background-color: #f9fafb; }
.bg-gray-100 { background-color: #f3f4f6; }
.bg-gray-200 { background-color: #e5e7eb; }
.bg-gray-300 { background-color: #d1d5db; }
.bg-gray-400 { background-color: #9ca3af; }
.bg-gray-500 { background-color: #6b7280; }
.bg-gray-600 { background-color: #4b5563; }
.bg-gray-700 { background-color: #374151; }
.bg-gray-800 { background-color: #1f2937; }
.bg-gray-900 { background-color: #111827; }
.bg-blue-50 { background-color: #eff6ff; }
.bg-blue-100 { background-color: #dbeafe; }
.bg-blue-200 { background-color: #bfdbfe; }
.bg-blue-300 { background-color: #93c5fd; }
.bg-blue-400 { background-color: #60a5fa; }
.bg-blue-500 { background-color: #3b82f6; }
.bg-blue-600 { background-color: #2563eb; }
.bg-blue-700 { background-color: #1d4ed8; }
.bg-blue-800 { background-color: #1e40af; }
.bg-blue-900 { background-color: #1e3a5f; }
.bg-green-50 { background-color: #ecfdf5; }
.bg-green-100 { background-color: #d1fae5; }
.bg-green-200 { background-color: #a7f3d0; }
.bg-green-300 { background-color: #6ee7b7; }
.bg-green-400 { background-color: #34d399; }
.bg-green-500 { background-color: #10b981; }
.bg-green-600 { background-color: #059669; }
.bg-green-700 { background-color: #047857; }
.bg-green-800 { background-color: #065f46; }
.bg-green-900 { background-color: #064e3b; }
.bg-purple-50 { background-color: #f5f3ff; }
.bg-purple-100 { background-color: #f3e8ff; }
.bg-purple-200 { background-color: #e9d5ff; }
.bg-purple-300 { background-color: #d8b4fe; }
.bg-purple-400 { background-color: #a78bfa; }
.bg-purple-500 { background-color: #8b5cf6; }
.bg-purple-600 { background-color: #7c3aed; }
.bg-purple-700 { background-color: #6d28d9; }
.bg-purple-800 { background-color: #5b21b6; }
.bg-purple-900 { background-color: #3b0764; }
.bg-yellow-50 { background-color: #fffbeb; }
.bg-yellow-100 { background-color: #fef3c7; }
.bg-yellow-200 { background-color: #fde68a; }
.bg-yellow-300 { background-color: #fcd34d; }
.bg-yellow-400 { background-color: #fbbf24; }
.bg-yellow-500 { background-color: #f59e0b; }
.bg-yellow-600 { background-color: #d97706; }
.bg-yellow-700 { background-color: #b45309; }
.bg-yellow-800 { background-color: #92400e; }
.bg-yellow-900 { background-color: #78350f; }
.bg-red-50 { background-color: #fef2f2; }
.bg-red-100 { background-color: #fee2e2; }
.bg-red-200 { background-color: #fecaca; }
.bg-red-300 { background-color: #fca5a5; }
.bg-red-400 { background-color: #f87171; }
.bg-red-500 { background-color: #ef4444; }
.bg-red-600 { background-color: #dc2626; }
.bg-red-700 { background-color: #b91c1c; }
.bg-red-800 { background-color: #991b1b; }
.bg-red-900 { background-color: #450a0a; }
.bg-opacity-50 { background-color: rgba(0,0,0,0.5); }

/* ===== BORDERS ===== */
.border { border: 1px solid #e5e7eb; }
.border-0 { border: 0; }
.border-2 { border-width: 2px; }
.border-4 { border-width: 4px; }
.border-b { border-bottom: 1px solid #e5e7eb; }
.border-b-2 { border-bottom-width: 2px; }
.border-t { border-top: 1px solid #e5e7eb; }
.border-t-0 { border-top-width: 0; }
.border-l { border-left: 1px solid #e5e7eb; }
.border-l-4 { border-left-width: 4px; }
.border-r { border-right: 1px solid #e5e7eb; }
.border-dashed { border-style: dashed; }
.border-dotted { border-style: dotted; }
.border-none { border-style: none; }
.border-gray-50 { border-color: #f9fafb; }
.border-gray-100 { border-color: #f3f4f6; }
.border-gray-200 { border-color: #e5e7eb; }
.border-gray-300 { border-color: #d1d5db; }
.border-gray-400 { border-color: #9ca3af; }
.border-gray-500 { border-color: #6b7280; }
.border-gray-600 { border-color: #4b5563; }
.border-gray-700 { border-color: #374151; }
.border-gray-800 { border-color: #1f2937; }
.border-gray-900 { border-color: #111827; }
.border-blue-200 { border-color: #bfdbfe; }
.border-blue-300 { border-color: #93c5fd; }
.border-blue-400 { border-color: #60a5fa; }
.border-blue-500 { border-color: #3b82f6; }
.border-blue-600 { border-color: #2563eb; }
.border-blue-700 { border-color: #1d4ed8; }
.border-blue-800 { border-color: #1e40af; }
.border-green-200 { border-color: #a7f3d0; }
.border-green-300 { border-color: #6ee7b7; }
.border-green-400 { border-color: #34d399; }
.border-green-500 { border-color: #10b981; }
.border-green-600 { border-color: #059669; }
.border-green-800 { border-color: #065f46; }
.border-red-200 { border-color: #fecaca; }
.border-red-300 { border-color: #fca5a5; }
.border-red-400 { border-color: #f87171; }
.border-red-500 { border-color: #ef4444; }
.border-red-800 { border-color: #991b1b; }
.border-yellow-200 { border-color: #fde68a; }
.border-yellow-400 { border-color: #fbbf24; }
.border-yellow-500 { border-color: #f59e0b; }
.border-yellow-600 { border-color: #d97706; }
.border-yellow-800 { border-color: #92400e; }
.border-purple-200 { border-color: #e9d5ff; }
.border-purple-300 { border-color: #d8b4fe; }
.border-purple-400 { border-color: #a78bfa; }
.border-purple-500 { border-color: #8b5cf6; }
.border-purple-800 { border-color: #5b21b6; }
.border-transparent { border-color: transparent; }
.border-white { border-color: #ffffff; }

/* ===== BORDER RADIUS ===== */
.rounded-none { border-radius: 0; }
.rounded-sm { border-radius: 0.125rem; }
.rounded { border-radius: 0.25rem; }
.rounded-md { border-radius: 0.375rem; }
.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; }

/* ===== DIVIDE ===== */
.divide-y > * + * { border-top-width: 1px; border-top-style: solid; }
.divide-y-2 > * + * { border-top-width: 2px; border-top-style: solid; }
.divide-x > * + * { border-left-width: 1px; border-left-style: solid; }
.divide-gray-200 > * + * { border-color: #e5e7eb; }
.divide-gray-300 > * + * { border-color: #d1d5db; }
.divide-gray-700 > * + * { border-color: #374151; }

/* ===== OVERFLOW ===== */
.overflow-hidden { overflow: hidden; }
.overflow-visible { overflow: visible; }
.overflow-scroll { overflow: scroll; }
.overflow-x-auto { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.overflow-y-auto { overflow-y: auto; }
.overflow-x-hidden { overflow-x: hidden; }
.overflow-y-hidden { overflow-y: hidden; }

/* ===== SHADOWS ===== */
.shadow-sm { box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.shadow { box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06); }
.shadow-md { box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.06); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.shadow-inner { box-shadow: inset 0 2px 4px rgba(0,0,0,0.06); }
.shadow-none { box-shadow: none; }

/* ===== HOVER ===== */
.hover\:bg-gray-50:hover { background-color: #f9fafb; }
.hover\:bg-gray-100:hover { background-color: #f3f4f6; }
.hover\:bg-gray-200:hover { background-color: #e5e7eb; }
.hover\:bg-gray-300:hover { background-color: #d1d5db; }
.hover\:bg-blue-50:hover { background-color: #eff6ff; }
.hover\:bg-blue-100:hover { background-color: #dbeafe; }
.hover\:bg-blue-600:hover { background-color: #2563eb; }
.hover\:bg-blue-700:hover { background-color: #1d4ed8; }
.hover\:bg-blue-800:hover { background-color: #1e40af; }
.hover\:bg-green-50:hover { background-color: #ecfdf5; }
.hover\:bg-green-600:hover { background-color: #059669; }
.hover\:bg-red-50:hover { background-color: #fef2f2; }
.hover\:bg-red-600:hover { background-color: #dc2626; }
.hover\:bg-yellow-50:hover { background-color: #fffbeb; }
.hover\:bg-yellow-500:hover { background-color: #f59e0b; }
.hover\:bg-purple-50:hover { background-color: #f5f3ff; }
.hover\:bg-gray-800:hover { background-color: #1f2937; }
.hover\:text-white:hover { color: #ffffff; }
.hover\:text-gray-500:hover { color: #6b7280; }
.hover\:text-gray-700:hover { color: #374151; }
.hover\:text-gray-800:hover { color: #1f2937; }
.hover\:text-gray-900:hover { color: #111827; }
.hover\:text-blue-400:hover { color: #60a5fa; }
.hover\:text-blue-500:hover { color: #3b82f6; }
.hover\:text-blue-600:hover { color: #2563eb; }
.hover\:text-blue-700:hover { color: #1d4ed8; }
.hover\:text-blue-800:hover { color: #1e40af; }
.hover\:text-green-600:hover { color: #059669; }
.hover\:text-red-600:hover { color: #dc2626; }
.hover\:text-yellow-600:hover { color: #d97706; }
.hover\:text-purple-600:hover { color: #7c3aed; }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05); }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.06); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04); }
.hover\:opacity-80:hover { opacity: 0.8; }
.hover\:opacity-100:hover { opacity: 1; }
.hover\:underline:hover { text-decoration: underline; }

/* ===== TRANSITIONS ===== */
.transition { transition: all 0.15s; }
.transition-colors { transition: background-color 0.15s, color 0.15s, border-color 0.15s; }
.transition-shadow { transition: box-shadow 0.15s; }
.transition-all { transition: all 0.2s; }
.transition-opacity { transition: opacity 0.15s; }
.transition-transform { transition: transform 0.15s; }
.duration-150 { transition-duration: 0.15s; }
.duration-200 { transition-duration: 0.2s; }
.duration-300 { transition-duration: 0.3s; }
.duration-500 { transition-duration: 0.5s; }
.ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }
.ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }

/* ===== OPACITY ===== */
.opacity-0 { opacity: 0; }
.opacity-25 { opacity: 0.25; }
.opacity-50 { opacity: 0.5; }
.opacity-75 { opacity: 0.75; }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }
.opacity-100 { opacity: 1; }
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:visible { visibility: visible; }
.group:hover .group-hover\:block { display: block; }

/* ===== VISIBILITY ===== */
.visible { visibility: visible; }
.invisible { visibility: hidden; }

/* ===== Z-INDEX ===== */
.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-30 { z-index: 30; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }

/* ===== POSITION ===== */
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.static { position: static; }
.sticky { position: sticky; }
.top-0 { top: 0; }
.top-1 { top: 0.25rem; }
.top-2 { top: 0.5rem; }
.top-3 { top: 0.75rem; }
.top-4 { top: 1rem; }
.top-full { top: 100%; }
.top-auto { top: auto; }
.bottom-0 { bottom: 0; }
.bottom-2 { bottom: 0.5rem; }
.bottom-4 { bottom: 1rem; }
.bottom-16 { bottom: 4rem; }
.left-0 { left: 0; }
.left-2 { left: 0.5rem; }
.left-3 { left: 0.75rem; }
.left-4 { left: 1rem; }
.left-auto { left: auto; }
.right-0 { right: 0; }
.right-2 { right: 0.5rem; }
.right-4 { right: 1rem; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.inset-x-0 { left: 0; right: 0; }
.inset-y-0 { top: 0; bottom: 0; }

/* ===== TRANSFORMS ===== */
.transform { transform: translate(0, 0); }
.-translate-y-1 { transform: translateY(-0.25rem); }
.translate-y-1 { transform: translateY(0.25rem); }
.-translate-x-1 { transform: translateX(-0.25rem); }
.translate-x-1 { transform: translateX(0.25rem); }
.scale-95 { transform: scale(0.95); }
.scale-100 { transform: scale(1); }
.scale-105 { transform: scale(1.05); }
.scale-110 { transform: scale(1.10); }
.hover\:scale-105:hover { transform: scale(1.05); }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:scale-110 { transform: scale(1.10); }

/* ===== CURSOR ===== */
.cursor-pointer { cursor: pointer; }
.cursor-default { cursor: default; }
.cursor-not-allowed { cursor: not-allowed; }
.pointer-events-none { pointer-events: none; }

/* ===== OBJECT FIT ===== */
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.object-fill { object-fit: fill; }
.object-scale-down { object-fit: scale-down; }
.object-none { object-fit: none; }

/* ===== CARD ===== */
.card { background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }

/* ===== BUTTONS ===== */
.btn-primary { display: inline-flex; align-items: center; padding: 0.5rem 1rem; background-color: #2563eb; color: #ffffff; border-radius: 0.5rem; font-weight: 500; border: none; cursor: pointer; transition: background-color 0.15s; text-decoration: none; line-height: 1.5; }
.btn-primary:hover { background-color: #1d4ed8; }
.btn-secondary { display: inline-flex; align-items: center; padding: 0.5rem 1rem; background-color: #e5e7eb; color: #374151; border-radius: 0.5rem; font-weight: 500; transition: background-color 0.15s; text-decoration: none; border: none; cursor: pointer; }
.btn-secondary:hover { background-color: #d1d5db; }
.btn-sm { padding: 0.25rem 0.75rem; font-size: 0.875rem; }
.btn-xs { padding: 0.125rem 0.5rem; font-size: 0.75rem; }
.btn-lg { padding: 0.75rem 1.5rem; font-size: 1.125rem; }
.btn-block { width: 100%; justify-content: center; }

/* ===== NAV LINK ===== */
.nav-link { padding: 0.5rem 0.75rem; color: #374151; font-size: 0.875rem; font-weight: 500; border-radius: 0.375rem; transition: background-color 0.15s; text-decoration: none; white-space: nowrap; }
.nav-link:hover { background-color: #f3f4f6; color: #2563eb; }

/* ===== DROPDOWN ===== */
.dropdown-menu { position: absolute; top: 100%; left: 0; margin-top: 0.25rem; background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); min-width: 200px; opacity: 0; visibility: hidden; transition: all 0.15s; z-index: 100; padding: 0.5rem 0; }
.group:hover .dropdown-menu { opacity: 1 !important; visibility: visible !important; }
.dropdown-menu a { display: block; padding: 0.625rem 1rem; font-size: 0.875rem; transition: background-color 0.15s; text-decoration: none; color: #374151; }
.dropdown-menu a:hover { background-color: #eff6ff; color: #2563eb; }

/* ===== HEADER ===== */
header.sticky { position: sticky; top: 0; z-index: 50; }
header .group { position: relative; }

/* ===== BADGES ===== */
.badge { display: inline-flex; align-items: center; padding: 0.125rem 0.625rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 500; }
.badge-open { background-color: #d1fae5; color: #065f46; }
.badge-upcoming { background-color: #dbeafe; color: #1e40af; }
.badge-closed { background-color: #fee2e2; color: #991b1b; }
.badge-listed { background-color: #f3e8ff; color: #6b21a8; }
.badge-sm { padding: 0.125rem 0.5rem; font-size: 0.625rem; }

/* ===== TABLE ===== */
.table-header { background-color: #f9fafb; border-bottom: 1px solid #e5e7eb; font-weight: 600; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: #6b7280; padding: 0.75rem 1rem; text-align: left; }
.table-cell { padding: 0.75rem 1rem; font-size: 0.875rem; color: #374151; }
.table-row { border-bottom: 1px solid #f3f4f6; transition: background-color 0.15s; }
.table-row:hover { background-color: #f9fafb; }

/* ===== SPINNER ===== */
.spinner { border: 3px solid #e5e7eb; border-top: 3px solid #2563eb; border-radius: 50%; width: 40px; height: 40px; animation: spin 0.8s linear infinite; display: inline-block; }
.spinner-sm { width: 20px; height: 20px; border-width: 2px; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* ===== FORMS ===== */
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="search"], input[type="url"], input[type="tel"], select, textarea { width: 100%; padding: 0.5rem 1rem; border: 1px solid #d1d5db; border-radius: 0.5rem; background-color: #ffffff; color: #111827; font-size: 0.875rem; line-height: 1.5; }
input:focus, select:focus, textarea:focus { outline: none; box-shadow: 0 0 0 2px #93c5fd; border-color: #2563eb; }
input[type="checkbox"], input[type="radio"] { width: auto; margin-right: 0.5rem; }
.form-input-sm { padding: 0.375rem 0.75rem; font-size: 0.8125rem; }
.form-label { display: block; font-size: 0.875rem; font-weight: 500; color: #374151; margin-bottom: 0.375rem; }
.form-help { font-size: 0.75rem; color: #6b7280; margin-top: 0.25rem; }

/* ===== CALENDAR ===== */
.calendar-day { min-height: 80px; }
.calendar-day:hover { background-color: #eff6ff; }
.calendar-day .event-dot { width: 6px; height: 6px; border-radius: 50%; display: inline-block; margin: 1px; }

/* ===== MOBILE MENU ===== */
#mobile-menu { display: none; background-color: #ffffff; border-top: 1px solid #e5e7eb; }
#mobile-menu.open { display: block; }
#mobile-menu a { display: block; padding: 0.75rem 1rem; color: #374151; border-bottom: 1px solid #f3f4f6; text-decoration: none; font-size: 0.9375rem; }
#mobile-menu a:hover { background-color: #f3f4f6; }
#mobile-menu .dropdown-menu { position: static; box-shadow: none; border: none; opacity: 1; visibility: visible; padding-left: 1rem; min-width: auto; }

/* ===== QUICK LINK CARDS ===== */
.quick-link-card { display: block; background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.25rem 1rem; text-align: center; transition: box-shadow 0.2s; text-decoration: none; }
.quick-link-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.quick-link-card .icon-box { width: 3rem; height: 3rem; border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 0.5rem; }
.quick-link-card .icon-box svg { width: 1.5rem; height: 1.5rem; }
.quick-link-card .label { font-size: 0.875rem; font-weight: 500; color: #111827; }
.quick-link-card:hover .label { color: #2563eb; }

/* ===== STATS CARD ===== */
.stats-card { background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.25rem; text-align: center; }
.stats-card .stat-value { font-size: 1.5rem; font-weight: 700; }
.stats-card .stat-label { font-size: 0.875rem; color: #6b7280; margin-top: 0.25rem; }

/* ===== PROGRESS BAR ===== */
.progress-bar { height: 0.5rem; border-radius: 9999px; background-color: #e5e7eb; overflow: hidden; }
.progress-bar-fill { height: 100%; border-radius: 9999px; transition: width 0.5s ease; }

/* ===== LINE CLAMP ===== */
.line-clamp-1 { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* ===== BROKER CARD ===== */
.broker-card { background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.25rem; }

/* ===== FOOTER ===== */
.footer-link { color: #6b7280; font-size: 0.875rem; text-decoration: none; display: block; padding: 0.25rem 0; }
.footer-link:hover { color: #2563eb; }

/* ===== MOBILE BOTTOM NAV ===== */
.mobile-bottom-nav { position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; background-color: #ffffff; border-top: 1px solid #e5e7eb; display: flex; padding: 0.375rem 0; }
.mobile-bottom-nav a { flex: 1; text-align: center; padding: 0.375rem 0; font-size: 0.6875rem; color: #6b7280; text-decoration: none; }
.mobile-bottom-nav a:hover, .mobile-bottom-nav a.active { color: #2563eb; }
.mobile-bottom-nav a svg { width: 1.25rem; height: 1.25rem; margin: 0 auto 0.125rem; display: block; }
@media (min-width: 1024px) { .mobile-bottom-nav { display: none; } }

/* ===== PROSE CONTENT ===== */
.prose-content h2 { font-size: 1.25rem; font-weight: 700; margin-top: 1.5rem; margin-bottom: 0.75rem; }
.prose-content h3 { font-size: 1.125rem; font-weight: 600; margin-top: 1rem; margin-bottom: 0.5rem; }
.prose-content h4 { font-size: 1rem; font-weight: 600; margin-top: 0.75rem; margin-bottom: 0.5rem; }
.prose-content p { margin-bottom: 1rem; line-height: 1.625; }
.prose-content ul { list-style-type: disc; list-style-position: inside; margin-bottom: 1rem; }
.prose-content ul > li + li { margin-top: 0.25rem; }
.prose-content ol { list-style-type: decimal; list-style-position: inside; margin-bottom: 1rem; }
.prose-content ol > li + li { margin-top: 0.25rem; }
.prose-content a { color: #2563eb; text-decoration: underline; }
.prose-content a:hover { color: #1d4ed8; }
.prose-content blockquote { border-left: 4px solid #2563eb; padding-left: 1rem; margin: 1rem 0; color: #6b7280; }
.prose-content table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.prose-content th, .prose-content td { border: 1px solid #e5e7eb; padding: 0.5rem 0.75rem; text-align: left; }
.prose-content th { background-color: #f9fafb; font-weight: 600; }

/* ===== DROPDOWN (generic) ===== */
.dropdown { position: relative; }

/* ===== GROUP HOVER STATES ===== */
.group:hover .group-hover\:text-blue-600 { color: #2563eb; }
.group:hover .group-hover\:text-green-600 { color: #059669; }
.group:hover .group-hover\:text-purple-600 { color: #7c3aed; }
.group:hover .group-hover\:text-yellow-600 { color: #d97706; }
.group:hover .group-hover\:text-blue-500 { color: #3b82f6; }
.group:hover .group-hover\:text-gray-600 { color: #4b5563; }
.group:hover .group-hover\:text-white { color: #ffffff; }
.group:hover .group-hover\:bg-gray-100 { background-color: #f3f4f6; }
.group:hover .group-hover\:shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05); }

/* ===== DARK HOVER STATES ===== */
.dark .dark\:hover\:bg-gray-700:hover { background-color: #374151 !important; }
.dark .dark\:hover\:bg-gray-750:hover { background-color: #2d3748 !important; }
.dark .dark\:hover\:text-blue-400:hover { color: #60a5fa !important; }
.dark .dark\:hover\:text-gray-200:hover { color: #e5e7eb !important; }

/* ===== LAST CHILD ===== */
.last\:border-0:last-child { border-width: 0; }
.last\:mb-0:last-child { margin-bottom: 0; }
.last\:pb-0:last-child { padding-bottom: 0; }

/* ===== DARK VARIANT CLASSES ===== */
.dark .dark\:text-white { color: #ffffff !important; }
.dark .dark\:text-gray-50 { color: #f9fafb !important; }
.dark .dark\:text-gray-100 { color: #f3f4f6 !important; }
.dark .dark\:text-gray-200 { color: #e5e7eb !important; }
.dark .dark\:text-gray-300 { color: #d1d5db !important; }
.dark .dark\:text-gray-400 { color: #9ca3af !important; }
.dark .dark\:text-gray-500 { color: #6b7280 !important; }
.dark .dark\:text-gray-700 { color: #d1d5db !important; }
.dark .dark\:text-blue-200 { color: #bfdbfe !important; }
.dark .dark\:text-blue-300 { color: #93c5fd !important; }
.dark .dark\:text-blue-400 { color: #60a5fa !important; }
.dark .dark\:text-blue-500 { color: #3b82f6 !important; }
.dark .dark\:text-green-200 { color: #a7f3d0 !important; }
.dark .dark\:text-green-300 { color: #6ee7b7 !important; }
.dark .dark\:text-green-400 { color: #34d399 !important; }
.dark .dark\:text-green-500 { color: #10b981 !important; }
.dark .dark\:text-purple-200 { color: #e9d5ff !important; }
.dark .dark\:text-purple-300 { color: #d8b4fe !important; }
.dark .dark\:text-purple-400 { color: #a78bfa !important; }
.dark .dark\:text-purple-500 { color: #8b5cf6 !important; }
.dark .dark\:text-red-200 { color: #fecaca !important; }
.dark .dark\:text-red-300 { color: #fca5a5 !important; }
.dark .dark\:text-red-400 { color: #f87171 !important; }
.dark .dark\:text-red-500 { color: #ef4444 !important; }
.dark .dark\:text-yellow-200 { color: #fde68a !important; }
.dark .dark\:text-yellow-300 { color: #fcd34d !important; }
.dark .dark\:text-yellow-400 { color: #fbbf24 !important; }
.dark .dark\:text-yellow-500 { color: #f59e0b !important; }
.dark .dark\:bg-gray-700 { background-color: #374151 !important; }
.dark .dark\:bg-gray-800 { background-color: #1f2937 !important; }
.dark .dark\:bg-gray-850 { background-color: #1a202c !important; }
.dark .dark\:bg-gray-900 { background-color: #111827 !important; }
.dark .dark\:bg-blue-900 { background-color: #1e3a5f !important; }
.dark .dark\:bg-blue-900\/20 { background-color: rgba(30, 58, 95, 0.2) !important; }
.dark .dark\:bg-blue-900\/30 { background-color: rgba(30, 58, 95, 0.3) !important; }
.dark .dark\:bg-green-900 { background-color: #064e3b !important; }
.dark .dark\:bg-green-900\/20 { background-color: rgba(6, 78, 59, 0.2) !important; }
.dark .dark\:bg-green-900\/30 { background-color: rgba(6, 78, 59, 0.3) !important; }
.dark .dark\:bg-purple-900 { background-color: #3b0764 !important; }
.dark .dark\:bg-purple-900\/20 { background-color: rgba(59, 7, 100, 0.2) !important; }
.dark .dark\:bg-purple-900\/30 { background-color: rgba(59, 7, 100, 0.3) !important; }
.dark .dark\:bg-red-900\/20 { background-color: rgba(69, 10, 10, 0.2) !important; }
.dark .dark\:bg-yellow-900\/20 { background-color: rgba(120, 53, 15, 0.2) !important; }
.dark .dark\:bg-yellow-900\/30 { background-color: rgba(120, 53, 15, 0.3) !important; }
.dark .dark\:border-blue-800 { border-color: #1e40af !important; }
.dark .dark\:border-gray-600 { border-color: #4b5563 !important; }
.dark .dark\:border-gray-700 { border-color: #374151 !important; }
.dark .dark\:border-gray-800 { border-color: #1f2937 !important; }
.dark .dark\:border-green-800 { border-color: #065f46 !important; }
.dark .dark\:border-red-800 { border-color: #991b1b !important; }
.dark .dark\:border-yellow-800 { border-color: #92400e !important; }
.dark .dark\:border-purple-800 { border-color: #5b21b6 !important; }
.dark .dark\:border-transparent { border-color: transparent !important; }
.dark .dark\:divide-gray-700 > * + * { border-color: #374151 !important; }
.dark .dark\:prose-invert { color: #d1d5db; }
.dark .dark\:prose-invert h2 { color: #f3f4f6; }
.dark .dark\:prose-invert h3 { color: #f3f4f6; }
.dark .dark\:prose-invert a { color: #60a5fa; }
.dark .dark\:shadow-none { box-shadow: none !important; }

/* ===== SIZING UTILITIES ===== */
.max-w-screen-xl { max-width: 1280px; }
.max-w-screen-lg { max-width: 1024px; }
.max-w-screen-md { max-width: 768px; }
.max-w-screen-sm { max-width: 640px; }
.max-w-xs { max-width: 20rem; }
.min-w-max { min-width: max-content; }

/* ===== EXTRA ===== */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.not-sr-only { position: static; width: auto; height: auto; padding: 0; margin: 0; overflow: visible; clip: auto; white-space: normal; }
.fill-current { fill: currentColor; }
.stroke-current { stroke: currentColor; }
.select-none { user-select: none; }
.select-all { user-select: all; }
.resize { resize: both; }
.resize-y { resize: vertical; }
.resize-x { resize: horizontal; }
.resize-none { resize: none; }
.appearance-none { appearance: none; }

/* ===== DARK MODE SWITCH ===== */
.theme-switch { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; }
.theme-switch input { display: none; }
.theme-switch .toggle-track { width: 2.5rem; height: 1.25rem; background-color: #d1d5db; border-radius: 9999px; position: relative; transition: background-color 0.2s; }
.theme-switch .toggle-thumb { position: absolute; top: 2px; left: 2px; width: 1rem; height: 1rem; background-color: #ffffff; border-radius: 50%; transition: transform 0.2s; box-shadow: 0 1px 3px rgba(0,0,0,0.2); }
.theme-switch input:checked + .toggle-track { background-color: #2563eb; }
.theme-switch input:checked + .toggle-track .toggle-thumb { transform: translateX(1.25rem); }

/* ===== RESPONSIVE TABLE ===== */
@media (max-width: 767px) {
    table { font-size: 0.8125rem; }
    .overflow-x-auto table { min-width: 600px; }
    .responsive-stack { flex-direction: column !important; }
    .responsive-full { width: 100% !important; }
}