/* Generated utility classes (Tailwind replacement) */
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:.5;} }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.-ml-1 { margin-left: -0.25rem; }
.-ml-2 { margin-left: -0.5rem; }
.-mr-2 { margin-right: -0.5rem; }
.-mr-6 { margin-right: -1.5rem; }
.-mt-2 { margin-top: -0.5rem; }
.-mt-28 { margin-top: -7rem; }
.-mt-6 { margin-top: -1.5rem; }
.absolute { position: absolute; }
.active\:bg-black\/40:active { background-color: rgba(0, 0, 0, 0.4); }
.active\:bg-gray-50:active { background-color: #f9fafb; }
.active\:scale-90:active { --tw-scale-x: 0.9; --tw-scale-y: 0.9; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }
.active\:scale-95:active { --tw-scale-x: 0.95; --tw-scale-y: 0.95; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }
.animate-fadeIn { animation: fadeIn 0.3s ease-out; }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4,0,0.6,1) infinite; }
.animate-spin { animation: spin 1s linear infinite; }
.aspect-\[4\/5\] { aspect-ratio: 4/5; }
.aspect-\[9\/16\] { aspect-ratio: 9/16; }
.aspect-square { aspect-ratio: 1 / 1; }
.aspect-video { aspect-ratio: 16 / 9; }
.backdrop-blur-md { backdrop-filter: blur(12px); }
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.bg-\[#0088cc\] { background-color: 0088cc; }
.bg-\[#F0F2F5\] { background-color: F0F2F5; }
.bg-amber-100 { background-color: #fef3c7; }
.bg-background-light { background-color: #f3f4f6; }
.bg-background-light\/50 { background-color: rgba(243, 244, 246, 0.5); }
.bg-background-light\/90 { background-color: rgba(243, 244, 246, 0.9); }
.bg-background-light\/95 { background-color: rgba(243, 244, 246, 0.95); }
.bg-black { background-color: #000000; }
.bg-black\/10 { background-color: rgba(0, 0, 0, 0.1); }
.bg-black\/20 { background-color: rgba(0, 0, 0, 0.2); }
.bg-black\/30 { background-color: rgba(0, 0, 0, 0.3); }
.bg-black\/40 { background-color: rgba(0, 0, 0, 0.4); }
.bg-black\/5 { background-color: rgba(0, 0, 0, 0.05); }
.bg-black\/50 { background-color: rgba(0, 0, 0, 0.5); }
.bg-black\/70 { background-color: rgba(0, 0, 0, 0.7); }
.bg-black\/95 { background-color: rgba(0, 0, 0, 0.95); }
.bg-blue-100 { background-color: #dbeafe; }
.bg-blue-50 { background-color: #eff6ff; }
.bg-blue-50\/50 { background-color: rgba(239, 246, 255, 0.5); }
.bg-blue-500 { background-color: #3b82f6; }
.bg-blue-500\/30 { background-color: rgba(59, 130, 246, 0.3); }
.bg-blue-600 { background-color: #2563eb; }
.bg-card-light { background-color: #ffffff; }
.bg-center { background-position: center; }
.bg-cover { background-size: cover; }
.bg-emerald-100 { background-color: #d1fae5; }
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
.bg-gray-100 { background-color: #f3f4f6; }
.bg-gray-200 { background-color: #e5e7eb; }
.bg-gray-200\/60 { background-color: rgba(229, 231, 235, 0.6); }
.bg-gray-300 { background-color: #d1d5db; }
.bg-gray-400 { background-color: #9ca3af; }
.bg-gray-50 { background-color: #f9fafb; }
.bg-gray-50\/50 { background-color: rgba(249, 250, 251, 0.5); }
.bg-gray-50\/80 { background-color: rgba(249, 250, 251, 0.8); }
.bg-gray-500\/30 { background-color: rgba(107, 114, 128, 0.3); }
.bg-gray-600 { background-color: #4b5563; }
.bg-gray-800 { background-color: #1f2937; }
.bg-gray-800\/80 { background-color: rgba(31, 41, 55, 0.8); }
.bg-gray-900 { background-color: #111827; }
.bg-green-100 { background-color: #dcfce7; }
.bg-green-400 { background-color: #4ade80; }
.bg-green-50 { background-color: #f0fdf4; }
.bg-green-50\/50 { background-color: rgba(240, 253, 244, 0.5); }
.bg-green-500 { background-color: #22c55e; }
.bg-green-500\/10 { background-color: rgba(34, 197, 94, 0.1); }
.bg-indigo-100 { background-color: #e0e7ff; }
.bg-indigo-50 { background-color: #eef2ff; }
.bg-orange-100 { background-color: #ffedd5; }
.bg-orange-50 { background-color: #fff7ed; }
.bg-orange-500 { background-color: #f97316; }
.bg-orange-500\/10 { background-color: rgba(249, 115, 22, 0.1); }
.bg-orange-500\/30 { background-color: rgba(249, 115, 22, 0.3); }
.bg-orange-700\/30 { background-color: rgba(194, 65, 12, 0.3); }
.bg-pink-500 { background-color: #ec4899; }
.bg-primary { background-color: #ea580c; }
.bg-primary\/10 { background-color: rgba(234, 88, 12, 0.1); }
.bg-primary\/20 { background-color: rgba(234, 88, 12, 0.2); }
.bg-primary\/5 { background-color: rgba(234, 88, 12, 0.05); }
.bg-primary\/90 { background-color: rgba(234, 88, 12, 0.9); }
.bg-purple-100 { background-color: #f3e8ff; }
.bg-purple-50 { background-color: #faf5ff; }
.bg-purple-50\/50 { background-color: rgba(250, 245, 255, 0.5); }
.bg-purple-500 { background-color: #a855f7; }
.bg-purple-500\/30 { background-color: rgba(168, 85, 247, 0.3); }
.bg-purple-600 { background-color: #9333ea; }
.bg-red-50 { background-color: #fef2f2; }
.bg-red-500 { background-color: #ef4444; }
.bg-secondary { background-color: #373737; }
.bg-surface-light { background-color: #ffffff; }
.bg-surface-light\/90 { background-color: rgba(255, 255, 255, 0.9); }
.bg-text-dark { background-color: #f5f5f5; }
.bg-transparent { background-color: transparent; }
.bg-white { background-color: #ffffff; }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.bg-white\/20 { background-color: rgba(255, 255, 255, 0.2); }
.bg-yellow-100 { background-color: #fef9c3; }
.bg-yellow-50 { background-color: #fefce8; }
.bg-yellow-500 { background-color: #eab308; }
.block { display: block; }
.border-0 { border-width: 0px; }
.border-2 { border-width: 2px; }
.border-4 { border-width: 4px; }
.border-b { border-bottom-width: 1px; }
.border-background-light { border-color: #f3f4f6; }
.border-black\/5 { border-color: rgba(0, 0, 0, 0.05); }
.border-black\/\[0\.03\] { border-color: #000000; }
.border-black\/\[0\.04\] { border-color: #000000; }
.border-black\/\[0\.06\] { border-color: #000000; }
.border-black\/\[0\.1\] { border-color: #000000; }
.border-blue-100 { border-color: #dbeafe; }
.border-border-light { border-color: #e5e7eb; }
.border-border-light\/50 { border-color: rgba(229, 231, 235, 0.5); }
.border-gray-100 { border-color: #f3f4f6; }
.border-gray-200 { border-color: #e5e7eb; }
.border-gray-200\/50 { border-color: rgba(229, 231, 235, 0.5); }
.border-gray-300 { border-color: #d1d5db; }
.border-gray-600 { border-color: #4b5563; }
.border-gray-light { border-color: #dbdbdb; }
.border-gray-light\/30 { border-color: rgba(219, 219, 219, 0.3); }
.border-gray-light\/50 { border-color: rgba(219, 219, 219, 0.5); }
.border-green-100 { border-color: #dcfce7; }
.border-l { border-left-width: 1px; }
.border-orange-100 { border-color: #ffedd5; }
.border-primary { border-color: #ea580c; }
.border-primary\/20 { border-color: rgba(234, 88, 12, 0.2); }
.border-primary\/30 { border-color: rgba(234, 88, 12, 0.3); }
.border-primary\/90 { border-color: rgba(234, 88, 12, 0.9); }
.border-purple-100 { border-color: #f3e8ff; }
.border-r { border-right-width: 1px; }
.border-red-200 { border-color: #fecaca; }
.border-red-500 { border-color: #ef4444; }
.border-surface-light { border-color: #ffffff; }
.border-t { border-top-width: 1px; }
.border-text-dark { border-color: #f5f5f5; }
.border-white { border-color: #ffffff; }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.border-white\/20 { border-color: rgba(255, 255, 255, 0.2); }
.border-white\/30 { border-color: rgba(255, 255, 255, 0.3); }
.border-white\/50 { border-color: rgba(255, 255, 255, 0.5); }
.border-white\/80 { border-color: rgba(255, 255, 255, 0.8); }
.border-y { border-top-width: 1px; border-bottom-width: 1px; }
.bottom-0 { bottom: 0px; }
.bottom-32 { bottom: 8rem; }
.bottom-36 { bottom: 9rem; }
.bottom-4 { bottom: 1rem; }
.bottom-6 { bottom: 1.5rem; }
.bottom-\[118px\] { bottom: 118px; }
.cursor-default { cursor: default; }
.cursor-pointer { cursor: pointer; }
.dark .dark\:active\:bg-gray-900:active { background-color: #111827; }
.dark .dark\:active\:bg-white\/5:active { background-color: rgba(255, 255, 255, 0.05); }
.dark .dark\:bg-\[#0B1120\] { background-color: 0B1120; }
.dark .dark\:bg-\[#121212\] { background-color: 121212; }
.dark .dark\:bg-\[#1C1C1E\] { background-color: 1C1C1E; }
.dark .dark\:bg-\[#3A3A3A\] { background-color: 3A3A3A; }
.dark .dark\:bg-background-dark { background-color: #000000; }
.dark .dark\:bg-background-dark\/30 { background-color: rgba(0, 0, 0, 0.3); }
.dark .dark\:bg-background-dark\/95 { background-color: rgba(0, 0, 0, 0.95); }
.dark .dark\:bg-blue-500\/20 { background-color: rgba(59, 130, 246, 0.2); }
.dark .dark\:bg-blue-600 { background-color: #2563eb; }
.dark .dark\:bg-blue-800 { background-color: #1e40af; }
.dark .dark\:bg-blue-900 { background-color: #1e3a8a; }
.dark .dark\:bg-blue-900\/10 { background-color: rgba(30, 58, 138, 0.1); }
.dark .dark\:bg-blue-900\/20 { background-color: rgba(30, 58, 138, 0.2); }
.dark .dark\:bg-blue-900\/30 { background-color: rgba(30, 58, 138, 0.3); }
.dark .dark\:bg-blue-900\/40 { background-color: rgba(30, 58, 138, 0.4); }
.dark .dark\:bg-card-dark { background-color: #121212; }
.dark .dark\:bg-emerald-900\/30 { background-color: rgba(6, 78, 59, 0.3); }
.dark .dark\:bg-gray-500 { background-color: #6b7280; }
.dark .dark\:bg-gray-600 { background-color: #4b5563; }
.dark .dark\:bg-gray-700 { background-color: #374151; }
.dark .dark\:bg-gray-700\/50 { background-color: rgba(55, 65, 81, 0.5); }
.dark .dark\:bg-gray-700\/60 { background-color: rgba(55, 65, 81, 0.6); }
.dark .dark\:bg-gray-800 { background-color: #1f2937; }
.dark .dark\:bg-gray-800\/10 { background-color: rgba(31, 41, 55, 0.1); }
.dark .dark\:bg-gray-800\/20 { background-color: rgba(31, 41, 55, 0.2); }
.dark .dark\:bg-gray-800\/40 { background-color: rgba(31, 41, 55, 0.4); }
.dark .dark\:bg-gray-800\/50 { background-color: rgba(31, 41, 55, 0.5); }
.dark .dark\:bg-green-800 { background-color: #166534; }
.dark .dark\:bg-green-900 { background-color: #14532d; }
.dark .dark\:bg-green-900\/10 { background-color: rgba(20, 83, 45, 0.1); }
.dark .dark\:bg-green-900\/20 { background-color: rgba(20, 83, 45, 0.2); }
.dark .dark\:bg-green-900\/30 { background-color: rgba(20, 83, 45, 0.3); }
.dark .dark\:bg-indigo-900 { background-color: #312e81; }
.dark .dark\:bg-indigo-900\/20 { background-color: rgba(49, 46, 129, 0.2); }
.dark .dark\:bg-orange-500\/20 { background-color: rgba(249, 115, 22, 0.2); }
.dark .dark\:bg-orange-900 { background-color: #7c2d12; }
.dark .dark\:bg-orange-900\/10 { background-color: rgba(124, 45, 18, 0.1); }
.dark .dark\:bg-orange-900\/20 { background-color: rgba(124, 45, 18, 0.2); }
.dark .dark\:bg-orange-900\/30 { background-color: rgba(124, 45, 18, 0.3); }
.dark .dark\:bg-orange-900\/40 { background-color: rgba(124, 45, 18, 0.4); }
.dark .dark\:bg-orange-950\/30 { background-color: rgba(67, 20, 7, 0.3); }
.dark .dark\:bg-primary { background-color: #ea580c; }
.dark .dark\:bg-primary\/20 { background-color: rgba(234, 88, 12, 0.2); }
.dark .dark\:bg-purple-500\/20 { background-color: rgba(168, 85, 247, 0.2); }
.dark .dark\:bg-purple-600 { background-color: #9333ea; }
.dark .dark\:bg-purple-800 { background-color: #6b21a8; }
.dark .dark\:bg-purple-900\/10 { background-color: rgba(88, 28, 135, 0.1); }
.dark .dark\:bg-purple-900\/20 { background-color: rgba(88, 28, 135, 0.2); }
.dark .dark\:bg-purple-900\/30 { background-color: rgba(88, 28, 135, 0.3); }
.dark .dark\:bg-purple-900\/40 { background-color: rgba(88, 28, 135, 0.4); }
.dark .dark\:bg-red-900\/20 { background-color: rgba(127, 29, 29, 0.2); }
.dark .dark\:bg-red-900\/30 { background-color: rgba(127, 29, 29, 0.3); }
.dark .dark\:bg-secondary { background-color: #373737; }
.dark .dark\:bg-stone-800 { background-color: #292524; }
.dark .dark\:bg-stone-900 { background-color: #1c1917; }
.dark .dark\:bg-surface-dark { background-color: #1c1c1e; }
.dark .dark\:bg-surface-dark\/90 { background-color: rgba(28, 28, 30, 0.9); }
.dark .dark\:bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.dark .dark\:bg-white\/20 { background-color: rgba(255, 255, 255, 0.2); }
.dark .dark\:bg-white\/5 { background-color: rgba(255, 255, 255, 0.05); }
.dark .dark\:bg-yellow-900\/10 { background-color: rgba(113, 63, 18, 0.1); }
.dark .dark\:bg-yellow-900\/30 { background-color: rgba(113, 63, 18, 0.3); }
.dark .dark\:block { display: block; }
.dark .dark\:border-background-dark { border-color: #000000; }
.dark .dark\:border-blue-900\/20 { border-color: rgba(30, 58, 138, 0.2); }
.dark .dark\:border-blue-900\/30 { border-color: rgba(30, 58, 138, 0.3); }
.dark .dark\:border-border-dark { border-color: #374151; }
.dark .dark\:border-gray-600 { border-color: #4b5563; }
.dark .dark\:border-gray-600\/50 { border-color: rgba(75, 85, 99, 0.5); }
.dark .dark\:border-gray-700 { border-color: #374151; }
.dark .dark\:border-gray-800 { border-color: #1f2937; }
.dark .dark\:border-gray-dark { border-color: #363636; }
.dark .dark\:border-gray-dark\/30 { border-color: rgba(54, 54, 54, 0.3); }
.dark .dark\:border-gray-dark\/50 { border-color: rgba(54, 54, 54, 0.5); }
.dark .dark\:border-green-900\/20 { border-color: rgba(20, 83, 45, 0.2); }
.dark .dark\:border-orange-900\/30 { border-color: rgba(124, 45, 18, 0.3); }
.dark .dark\:border-purple-900\/20 { border-color: rgba(88, 28, 135, 0.2); }
.dark .dark\:border-purple-900\/30 { border-color: rgba(88, 28, 135, 0.3); }
.dark .dark\:border-red-800 { border-color: #991b1b; }
.dark .dark\:border-surface-dark { border-color: #1c1c1e; }
.dark .dark\:border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.dark .dark\:border-white\/10\/50 { border-color: rgba(255, 255, 255, 0.1); }
.dark .dark\:border-white\/20 { border-color: rgba(255, 255, 255, 0.2); }
.dark .dark\:border-white\/5 { border-color: rgba(255, 255, 255, 0.05); }
.dark .dark\:from-background-dark { --tw-gradient-from: #000000; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,0,0,0)); }
.dark .dark\:from-primary\/30 { --tw-gradient-from: rgba(234, 88, 12, 0.3); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,0,0,0)); }
.dark .group:hover .dark\:group-hover\:text-white { color: #ffffff; }
.dark .dark\:hidden { display: none; }
.dark .dark\:hover\:bg-\[#121212\]:hover { background-color: 121212; }
.dark .dark\:hover\:bg-background-dark\/40:hover { background-color: rgba(0, 0, 0, 0.4); }
.dark .dark\:hover\:bg-background-dark\/80:hover { background-color: rgba(0, 0, 0, 0.8); }
.dark .dark\:hover\:bg-blue-500:hover { background-color: #3b82f6; }
.dark .dark\:hover\:bg-gray-600:hover { background-color: #4b5563; }
.dark .dark\:hover\:bg-gray-700:hover { background-color: #374151; }
.dark .dark\:hover\:bg-gray-800:hover { background-color: #1f2937; }
.dark .dark\:hover\:bg-orange-900\/10:hover { background-color: rgba(124, 45, 18, 0.1); }
.dark .dark\:hover\:bg-orange-900\/20:hover { background-color: rgba(124, 45, 18, 0.2); }
.dark .dark\:hover\:bg-primary\/20:hover { background-color: rgba(234, 88, 12, 0.2); }
.dark .dark\:hover\:bg-primary\/30:hover { background-color: rgba(234, 88, 12, 0.3); }
.dark .dark\:hover\:bg-purple-500:hover { background-color: #a855f7; }
.dark .dark\:hover\:bg-red-900\/30:hover { background-color: rgba(127, 29, 29, 0.3); }
.dark .dark\:hover\:bg-white\/10:hover { background-color: rgba(255, 255, 255, 0.1); }
.dark .dark\:hover\:bg-white\/20:hover { background-color: rgba(255, 255, 255, 0.2); }
.dark .dark\:hover\:bg-white\/5:hover { background-color: rgba(255, 255, 255, 0.05); }
.dark .dark\:hover\:border-gray-600:hover { border-color: #4b5563; }
.dark .dark\:hover\:border-white\/10:hover { border-color: rgba(255, 255, 255, 0.1); }
.dark .dark\:hover\:text-gray-200:hover { color: #e5e7eb; }
.dark .dark\:hover\:text-gray-300:hover { color: #d1d5db; }
.dark .dark\:hover\:text-primary:hover { color: #ea580c; }
.dark .dark\:hover\:text-text-dark:hover { color: #f5f5f5; }
.dark .dark\:hover\:text-white:hover { color: #ffffff; }
.dark .dark\:opacity-40 { opacity: 0.4; }
.dark .dark\:text-blue-200 { color: #bfdbfe; }
.dark .dark\:text-blue-300 { color: #93c5fd; }
.dark .dark\:text-blue-400 { color: #60a5fa; }
.dark .dark\:text-gray-200 { color: #e5e7eb; }
.dark .dark\:text-gray-300 { color: #d1d5db; }
.dark .dark\:text-gray-400 { color: #9ca3af; }
.dark .dark\:text-gray-500 { color: #6b7280; }
.dark .dark\:text-gray-700 { color: #374151; }
.dark .dark\:text-green-200 { color: #bbf7d0; }
.dark .dark\:text-green-300 { color: #86efac; }
.dark .dark\:text-green-400 { color: #4ade80; }
.dark .dark\:text-indigo-300 { color: #a5b4fc; }
.dark .dark\:text-orange-300 { color: #fdba74; }
.dark .dark\:text-orange-400 { color: #fb923c; }
.dark .dark\:text-primary { color: #ea580c; }
.dark .dark\:text-purple-200 { color: #e9d5ff; }
.dark .dark\:text-purple-300 { color: #d8b4fe; }
.dark .dark\:text-purple-400 { color: #c084fc; }
.dark .dark\:text-red-400 { color: #f87171; }
.dark .dark\:text-subtext-dark { color: #9ca3af; }
.dark .dark\:text-text-dark { color: #f5f5f5; }
.dark .dark\:text-text-main-dark { color: #f5f5f5; }
.dark .dark\:text-text-sub-dark { color: #9ca3af; }
.dark .dark\:text-white { color: #ffffff; }
.dark .dark\:text-yellow-400 { color: #facc15; }
.dark .dark\:to-orange-600\/30 { --tw-gradient-to: rgba(234, 88, 12, 0.3); }
.dark .dark\:translate-x-6 { --tw-translate-x: 1.5rem; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)); }
.dark .dark\:via-background-dark { --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0,0,0,0)); }
.dark .dark\:via-background-dark\/20 { --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.2), var(--tw-gradient-to, rgba(0,0,0,0)); }
.decoration-line-through { text-decoration: line-through; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }
.fill-1 { font-variation-settings: 'FILL' 1; }
.fixed { position: fixed; }
.flex { display: flex; }
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.flex-grow { flex-grow: 1; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-wrap { flex-wrap: wrap; }
.focus-within\:border-primary:focus-within { border-color: #ea580c; }
.focus\:border-primary:focus { border-color: #ea580c; }
.focus\:border-primary\/20:focus { border-color: rgba(234, 88, 12, 0.2); }
.focus\:border-primary\/40:focus { border-color: rgba(234, 88, 12, 0.4); }
.font-black { font-weight: 900; }
.font-body { font-family: 'Roboto Mono', monospace; }
.font-bold { font-weight: 700; }
.font-display { font-family: 'Roboto Mono', monospace; }
.font-extrabold { font-weight: 800; }
.font-light { font-weight: 300; }
.font-medium { font-weight: 500; }
.font-mono { font-family: 'Roboto Mono', monospace; }
.font-normal { font-weight: 400; }
.font-sans { font-family: 'Inter', sans-serif; }
.font-semibold { font-weight: 600; }
.from-background-dark { --tw-gradient-from: #000000; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,0,0,0)); }
.from-background-light { --tw-gradient-from: #f3f4f6; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,0,0,0)); }
.from-black\/40 { --tw-gradient-from: rgba(0, 0, 0, 0.4); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,0,0,0)); }
.from-black\/80 { --tw-gradient-from: rgba(0, 0, 0, 0.8); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,0,0,0)); }
.from-gray-300 { --tw-gradient-from: #d1d5db; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,0,0,0)); }
.from-primary { --tw-gradient-from: #ea580c; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,0,0,0)); }
.from-primary\/20 { --tw-gradient-from: rgba(234, 88, 12, 0.2); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,0,0,0)); }
.from-primary\/5 { --tw-gradient-from: rgba(234, 88, 12, 0.05); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,0,0,0)); }
.from-yellow-400 { --tw-gradient-from: #facc15; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,0,0,0)); }
.gap-0\.5 { gap: 0.125rem; }
.gap-1 { gap: 0.25rem; }
.gap-1\.5 { gap: 0.375rem; }
.gap-2 { gap: 0.5rem; }
.gap-2\.5 { gap: 0.625rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-x-1 { column-gap: 0.25rem; }
.gap-y-2 { row-gap: 0.5rem; }
.grid { display: grid; }
.group-active\:scale-95 { --tw-scale-x: 0.95; --tw-scale-y: 0.95; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }
.group:focus-within .group-focus-within\:text-primary { color: #ea580c; }
.group:hover .group-hover\:bg-gray-100 { background-color: #f3f4f6; }
.group:hover .group-hover\:bg-primary { background-color: #ea580c; }
.group:hover .group-hover\:scale-110 { --tw-scale-x: 1.1; --tw-scale-y: 1.1; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }
.group:hover .group-hover\:text-gray-500 { color: #6b7280; }
.group:hover .group-hover\:text-gray-900 { color: #111827; }
.group:hover .group-hover\:text-primary { color: #ea580c; }
.group:hover .group-hover\:text-white { color: #ffffff; }
.group:hover .group-hover\:translate-x-1 { --tw-translate-x: 0.25rem; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)); }
.group-open\:rotate-180 { --tw-rotate: 180deg; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }
.h-1 { height: 0.25rem; }
.h-1\.5 { height: 0.375rem; }
.h-10 { height: 2.5rem; }
.h-11 { height: 2.75rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-2 { height: 0.5rem; }
.h-2\.5 { height: 0.625rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-3 { height: 0.75rem; }
.h-3\.5 { height: 0.875rem; }
.h-32 { height: 8rem; }
.h-4 { height: 1rem; }
.h-40 { height: 10rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-64 { height: 16rem; }
.h-7 { height: 1.75rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-\[100dvh\] { height: 100dvh; }
.h-\[180px\] { height: 180px; }
.h-\[420px\] { height: 420px; }
.h-\[72px\] { height: 72px; }
.h-\[85\%\] { height: 85%; }
.h-full { height: 100%; }
.h-screen { height: 100vh; }
.hidden { display: none; }
.hover\:bg-\[#0077b3\]:hover { background-color: 0077b3; }
.hover\:bg-black\/20:hover { background-color: rgba(0, 0, 0, 0.2); }
.hover\:bg-black\/40:hover { background-color: rgba(0, 0, 0, 0.4); }
.hover\:bg-black\/5:hover { background-color: rgba(0, 0, 0, 0.05); }
.hover\:bg-black\/70:hover { background-color: rgba(0, 0, 0, 0.7); }
.hover\:bg-blue-100:hover { background-color: #dbeafe; }
.hover\:bg-blue-700:hover { background-color: #1d4ed8; }
.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-gray-50:hover { background-color: #f9fafb; }
.hover\:bg-orange-100:hover { background-color: #ffedd5; }
.hover\:bg-orange-50:hover { background-color: #fff7ed; }
.hover\:bg-orange-600:hover { background-color: #ea580c; }
.hover\:bg-orange-700:hover { background-color: #c2410c; }
.hover\:bg-primary:hover { background-color: #ea580c; }
.hover\:bg-primary\/10:hover { background-color: rgba(234, 88, 12, 0.1); }
.hover\:bg-primary\/20:hover { background-color: rgba(234, 88, 12, 0.2); }
.hover\:bg-purple-100:hover { background-color: #f3e8ff; }
.hover\:bg-purple-700:hover { background-color: #7e22ce; }
.hover\:bg-red-100:hover { background-color: #fee2e2; }
.hover\:bg-red-50:hover { background-color: #fef2f2; }
.hover\:bg-white\/20:hover { background-color: rgba(255, 255, 255, 0.2); }
.hover\:border-gray-200:hover { border-color: #e5e7eb; }
.hover\:border-gray-300:hover { border-color: #d1d5db; }
.hover\:border-primary:hover { border-color: #ea580c; }
.hover\:border-primary\/50:hover { border-color: rgba(234, 88, 12, 0.5); }
.hover\:opacity-100:hover { opacity: 1; }
.hover\:opacity-80:hover { opacity: 0.8; }
.hover\:opacity-90:hover { opacity: 0.9; }
.hover\:scale-105:hover { --tw-scale-x: 1.05; --tw-scale-y: 1.05; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06); }
.hover\:text-blue-500:hover { color: #3b82f6; }
.hover\:text-gray-200:hover { color: #e5e7eb; }
.hover\:text-gray-300:hover { color: #d1d5db; }
.hover\:text-gray-500:hover { color: #6b7280; }
.hover\:text-gray-600:hover { color: #4b5563; }
.hover\:text-gray-700:hover { color: #374151; }
.hover\:text-gray-900:hover { color: #111827; }
.hover\:text-green-500:hover { color: #22c55e; }
.hover\:text-orange-700:hover { color: #c2410c; }
.hover\:text-primary:hover { color: #ea580c; }
.hover\:text-purple-500:hover { color: #a855f7; }
.hover\:text-red-500:hover { color: #ef4444; }
.hover\:text-text-dark:hover { color: #f5f5f5; }
.hover\:text-text-light:hover { color: #121212; }
.hover\:text-white:hover { color: #ffffff; }
.inline { display: inline; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.italic { font-style: italic; }
.items-baseline { align-items: baseline; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.items-start { align-items: flex-start; }
.items-stretch { align-items: stretch; }
.justify-around { justify-content: space-around; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.justify-evenly { justify-content: space-evenly; }
.last\:border-0 { border-width: 0px; }
.last\:mb-0 { margin-bottom: 0px; }
.leading-none { line-height: 1; }
.leading-relaxed { line-height: 1.625; }
.leading-snug { line-height: 1.375; }
.leading-tight { line-height: 1.25; }
.left-0 { left: 0px; }
.left-0\.5 { left: 0.125rem; }
.left-1 { left: 0.25rem; }
.left-4 { left: 1rem; }
.left-6 { left: 1.5rem; }
@media (min-width: 1024px) { .lg\:max-w-xl { max-width: 36rem; } }
@media (min-width: 1024px) { .lg\:p-6 { padding: 1.5rem; } }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.line-through { text-decoration: line-through; }
.max-h-32 { max-height: 8rem; }
.max-h-40 { max-height: 10rem; }
.max-h-64 { max-height: 16rem; }
.max-h-\[300px\] { max-height: 300px; }
.max-h-\[70vh\] { max-height: 70vh; }
.max-h-\[80vh\] { max-height: 80vh; }
.max-h-\[85vh\] { max-height: 85vh; }
.max-h-\[90dvh\] { max-height: 90dvh; }
.max-h-\[90vh\] { max-height: 90vh; }
.max-w-\[75\%\] { max-width: 75%; }
.max-w-full { max-width: 100%; }
.max-w-md { max-width: 28rem; }
.max-w-sm { max-width: 24rem; }
.max-w-xl { max-width: 36rem; }
.max-w-xs { max-width: 20rem; }
.mb-0\.5 { margin-bottom: 0.125rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-1\.5 { margin-bottom: 0.375rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
@media (min-width: 768px) { .md\:flex { display: flex; } }
@media (min-width: 768px) { .md\:flex-row { flex-direction: row; } }
@media (min-width: 768px) { .md\:hidden { display: none; } }
@media (min-width: 768px) { .md\:items-center { align-items: center; } }
@media (min-width: 768px) { .md\:m-4 { margin: 1rem; } }
@media (min-width: 768px) { .md\:max-w-lg { max-width: 32rem; } }
@media (min-width: 768px) { .md\:ml-0 { margin-left: 0px; } }
@media (min-width: 768px) { .md\:p-6 { padding: 1.5rem; } }
@media (min-width: 768px) { .md\:p-8 { padding: 2rem; } }
@media (min-width: 768px) { .md\:pb-0 { padding-bottom: 0px; } }
@media (min-width: 768px) { .md\:pt-8 { padding-top: 2rem; } }
@media (min-width: 768px) { .md\:px-8 { padding-left: 2rem; padding-right: 2rem; } }
@media (min-width: 768px) { .md\:rounded-3xl { border-radius: 1.5rem; } }
@media (min-width: 768px) { .md\:rounded-lg { border-radius: 0.5rem; } }
@media (min-width: 768px) { .md\:shadow-sm { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); } }
@media (min-width: 768px) { .md\:w-64 { width: 16rem; } }
.min-h-0 { min-height: 0px; }
.min-h-\[12px\] { min-height: 12px; }
.min-h-\[20px\] { min-height: 20px; }
.min-h-\[44px\] { min-height: 44px; }
.min-h-screen { min-height: 100vh; }
.min-w-0 { min-width: 0px; }
.min-w-\[1000px\] { min-width: 1000px; }
.min-w-\[1100px\] { min-width: 1100px; }
.min-w-\[260px\] { min-width: 260px; }
.min-w-\[70px\] { min-width: 70px; }
.min-w-\[72px\] { min-width: 72px; }
.ml-0\.5 { margin-left: 0.125rem; }
.ml-1 { margin-left: 0.25rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-4 { margin-left: 1rem; }
.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.mr-3 { margin-right: 0.75rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-12 { margin-top: 3rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-2\.5 { margin-top: 0.625rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
.my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.no-underline { text-decoration: none; }
.object-cover { object-fit: cover; }
.opacity-10 { opacity: 0.1; }
.opacity-30 { opacity: 0.3; }
.opacity-5 { opacity: 0.05; }
.opacity-70 { opacity: 0.7; }
.opacity-75 { opacity: 0.75; }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }
.overflow-auto { overflow: auto; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.overflow-x-hidden { overflow-x: hidden; }
.overflow-y-auto { overflow-y: auto; }
.overflow-y-hidden { overflow-y: hidden; }
.p-0 { padding: 0px; }
.p-0\.5 { padding: 0.125rem; }
.p-1 { padding: 0.25rem; }
.p-1\.5 { padding: 0.375rem; }
.p-2 { padding: 0.5rem; }
.p-2\.5 { padding: 0.625rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-\[1px\] { padding: 1px; }
.p-\[2px\] { padding: 2px; }
.pb-0 { padding-bottom: 0px; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-10 { padding-bottom: 2.5rem; }
.pb-12 { padding-bottom: 3rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-24 { padding-bottom: 6rem; }
.pb-28 { padding-bottom: 7rem; }
.pb-3 { padding-bottom: 0.75rem; }
.pb-32 { padding-bottom: 8rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pb-8 { padding-bottom: 2rem; }
.peer:checked ~ .peer-checked\:bg-primary { background-color: #ea580c; }
.peer:checked ~ .peer-checked\:translate-x-5 { --tw-translate-x: 1.25rem; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)); }
.pl-1 { padding-left: 0.25rem; }
.pl-10 { padding-left: 2.5rem; }
.pl-11 { padding-left: 2.75rem; }
.pl-3 { padding-left: 0.75rem; }
.pl-4 { padding-left: 1rem; }
.pl-5 { padding-left: 1.25rem; }
.pointer-events-auto { pointer-events: auto; }
.pointer-events-none { pointer-events: none; }
.pr-1 { padding-right: 0.25rem; }
.pr-10 { padding-right: 2.5rem; }
.pr-12 { padding-right: 3rem; }
.pr-2 { padding-right: 0.5rem; }
.pr-2\.5 { padding-right: 0.625rem; }
.pr-3 { padding-right: 0.75rem; }
.pr-4 { padding-right: 1rem; }
.pr-8 { padding-right: 2rem; }
.pt-1 { padding-top: 0.25rem; }
.pt-12 { padding-top: 3rem; }
.pt-16 { padding-top: 4rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 0.75rem; }
.pt-4 { padding-top: 1rem; }
.pt-5 { padding-top: 1.25rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-8 { padding-top: 2rem; }
.px-0\.5 { padding-left: 0.125rem; padding-right: 0.125rem; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-1\.5 { padding-left: 0.375rem; padding-right: 0.375rem; }
.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-3\.5 { padding-left: 0.875rem; padding-right: 0.875rem; }
.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-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.relative { position: relative; }
.right-0 { right: 0px; }
.right-1\.5 { right: 0.375rem; }
.right-2 { right: 0.5rem; }
.right-3 { right: 0.75rem; }
.right-4 { right: 1rem; }
.right-6 { right: 1.5rem; }
.right-\[-20px\] { right: -20px; }
.rotate-12 { --tw-rotate: 12deg; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }
.rounded { border-radius: 0.25rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-\[1\.25rem\] { border-radius: 1.25rem; }
.rounded-\[1\.6rem\] { border-radius: 1.6rem; }
.rounded-\[20px\] { border-radius: 20px; }
.rounded-\[24px\] { border-radius: 24px; }
.rounded-\[32px\] { border-radius: 32px; }
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-none { border-radius: 0px; }
.rounded-xl { border-radius: 0.75rem; }
.select-none { user-select: none; }
.selection\:bg-primary { background-color: #ea580c; }
.selection\:text-primary { color: #ea580c; }
.selection\:text-white { color: #ffffff; }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.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-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06); }
.shadow-sm { box-shadow: 0 1px 2px 0 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); }
.shrink-0 { flex-shrink: 0; }
@media (min-width: 640px) { .sm\:flex-row { flex-direction: row; } }
@media (min-width: 640px) { .sm\:gap-3 { gap: 0.75rem; } }
@media (min-width: 640px) { .sm\:inline { display: inline; } }
@media (min-width: 640px) { .sm\:items-center { align-items: center; } }
@media (min-width: 640px) { .sm\:rounded-2xl { border-radius: 1rem; } }
@media (min-width: 640px) { .sm\:text-sm { font-size: 0.875rem; line-height: 1.25rem; } }
.space-x-1 { 
      --tw-space-x-reverse: 0;
      margin-right: calc(0.25rem * var(--tw-space-x-reverse));
      margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
     }
.space-x-2 { 
      --tw-space-x-reverse: 0;
      margin-right: calc(0.5rem * var(--tw-space-x-reverse));
      margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
     }
.space-x-3 { 
      --tw-space-x-reverse: 0;
      margin-right: calc(0.75rem * var(--tw-space-x-reverse));
      margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
     }
.space-x-4 { 
      --tw-space-x-reverse: 0;
      margin-right: calc(1rem * var(--tw-space-x-reverse));
      margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
     }
.space-x-5 { 
      --tw-space-x-reverse: 0;
      margin-right: calc(1.25rem * var(--tw-space-x-reverse));
      margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
     }
.space-x-6 { 
      --tw-space-x-reverse: 0;
      margin-right: calc(1.5rem * var(--tw-space-x-reverse));
      margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
     }
.space-x-8 { 
      --tw-space-x-reverse: 0;
      margin-right: calc(2rem * var(--tw-space-x-reverse));
      margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
     }
.space-y-0 { 
      --tw-space-y-reverse: 0;
      margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0px * var(--tw-space-y-reverse));
     }
.space-y-1 { 
      --tw-space-y-reverse: 0;
      margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
     }
.space-y-1\.5 { 
      --tw-space-y-reverse: 0;
      margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
     }
.space-y-2 { 
      --tw-space-y-reverse: 0;
      margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
     }
.space-y-3 { 
      --tw-space-y-reverse: 0;
      margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
     }
.space-y-4 { 
      --tw-space-y-reverse: 0;
      margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(1rem * var(--tw-space-y-reverse));
     }
.space-y-5 { 
      --tw-space-y-reverse: 0;
      margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
     }
.space-y-6 { 
      --tw-space-y-reverse: 0;
      margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
     }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; }
.sticky { position: sticky; }
.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; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-7xl { font-size: 4.5rem; line-height: 1; }
.text-8xl { font-size: 6rem; line-height: 1; }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.text-\[12px\] { font-size: 12px; }
.text-\[13px\] { font-size: 13px; }
.text-\[14px\] { font-size: 14px; }
.text-\[16px\] { font-size: 16px; }
.text-\[17px\] { font-size: 17px; }
.text-\[18px\] { font-size: 18px; }
.text-\[20px\] { font-size: 20px; }
.text-\[24px\] { font-size: 24px; }
.text-\[28px\] { font-size: 28px; }
.text-\[32px\] { font-size: 32px; }
.text-\[8px\] { font-size: 8px; }
.text-\[9px\] { font-size: 9px; }
.text-amber-700 { color: #b45309; }
.text-amber-800 { color: #92400e; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-blue-300 { color: #93c5fd; }
.text-blue-500 { color: #3b82f6; }
.text-blue-600 { color: #2563eb; }
.text-blue-700 { color: #1d4ed8; }
.text-blue-800 { color: #1e40af; }
.text-center { text-align: center; }
.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-green-300 { color: #86efac; }
.text-green-500 { color: #22c55e; }
.text-green-600 { color: #16a34a; }
.text-green-700 { color: #15803d; }
.text-green-800 { color: #166534; }
.text-indigo-500 { color: #6366f1; }
.text-indigo-600 { color: #4f46e5; }
.text-left { text-align: left; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-orange-100 { color: #ffedd5; }
.text-orange-500 { color: #f97316; }
.text-orange-600 { color: #ea580c; }
.text-orange-700 { color: #c2410c; }
.text-primary { color: #ea580c; }
.text-purple-300 { color: #d8b4fe; }
.text-purple-500 { color: #a855f7; }
.text-purple-600 { color: #9333ea; }
.text-purple-700 { color: #7e22ce; }
.text-purple-800 { color: #6b21a8; }
.text-red-500 { color: #ef4444; }
.text-red-600 { color: #dc2626; }
.text-right { text-align: right; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-subtext-light { color: #6b7280; }
.text-text-dark { color: #f5f5f5; }
.text-text-light { color: #121212; }
.text-text-main-light { color: #1f2937; }
.text-text-muted { color: #8c8c8c; }
.text-text-sub-light { color: #6b7280; }
.text-white { color: #ffffff; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-yellow-500 { color: #eab308; }
.text-yellow-600 { color: #ca8a04; }
.text-yellow-700 { color: #a16207; }
.to-black\/60 { --tw-gradient-to: rgba(0, 0, 0, 0.6); }
.to-gray-400 { --tw-gradient-to: #9ca3af; }
.to-orange-400 { --tw-gradient-to: #fb923c; }
.to-orange-500 { --tw-gradient-to: #f97316; }
.to-orange-600\/20 { --tw-gradient-to: rgba(234, 88, 12, 0.2); }
.to-red-600 { --tw-gradient-to: #dc2626; }
.top-0 { top: 0px; }
.top-0\.5 { top: 0.125rem; }
.top-1 { top: 0.25rem; }
.top-1\.5 { top: 0.375rem; }
.top-10 { top: 2.5rem; }
.top-2 { top: 0.5rem; }
.top-28 { top: 7rem; }
.top-4 { top: 1rem; }
.top-6 { top: 1.5rem; }
.top-\[10px\] { top: 10px; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-tighter { letter-spacing: -0.05em; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.transform { transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }
.transition { transition: all 150ms ease; }
.transition-all { transition: all 150ms ease; }
.transition-colors { transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease; }
.transition-opacity { transition: opacity 150ms ease; }
.transition-transform { transition: transform 150ms ease; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.underline { text-decoration: underline; }
.underline-offset-2 { text-underline-offset: 2px; }
.uppercase { text-transform: uppercase; }
.via-background-dark\/40 { --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.4), var(--tw-gradient-to, rgba(0,0,0,0)); }
.via-background-light { --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(0,0,0,0)); }
.via-background-light\/20 { --tw-gradient-stops: var(--tw-gradient-from), rgba(243, 244, 246, 0.2), var(--tw-gradient-to, rgba(0,0,0,0)); }
.w-1\.5 { width: 0.375rem; }
.w-10 { width: 2.5rem; }
.w-11 { width: 2.75rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-2 { width: 0.5rem; }
.w-2\.5 { width: 0.625rem; }
.w-20 { width: 5rem; }
.w-24 { width: 6rem; }
.w-28 { width: 7rem; }
.w-3\.5 { width: 0.875rem; }
.w-32 { width: 8rem; }
.w-36 { width: 9rem; }
.w-4 { width: 1rem; }
.w-40 { width: 10rem; }
.w-44 { width: 11rem; }
.w-48 { width: 12rem; }
.w-5 { width: 1.25rem; }
.w-56 { width: 14rem; }
.w-6 { width: 1.5rem; }
.w-7 { width: 1.75rem; }
.w-8 { width: 2rem; }
.w-9 { width: 2.25rem; }
.w-\[72px\] { width: 72px; }
.w-\[92\%\] { width: 92%; }
.w-fit { width: fit-content; }
.w-full { width: 100%; }
.w-screen { width: 100vw; }
.whitespace-nowrap { white-space: nowrap; }
.whitespace-pre-wrap { white-space: pre-wrap; }
.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; }
.z-\[100\] { z-index: 100; }
.z-\[120\] { z-index: 120; }
.z-\[9999\] { z-index: 9999; }