@tailwind base;@tailwind components;@tailwind utilities;:root.theme-jamaica-dark{--jamaica-bg: #0b0f14;--jamaica-surface: #111827;--jamaica-muted: #1a2232;--jamaica-text: #eaf3ea;--jamaica-gold: #ffd86e;--jamaica-green: #86d995;--jamaica-green-2: #69cda7;--jamaica-danger: #f28f8f;--jamaica-border: #2a3446}:root.theme-minimal-dark{--min-bg: #0e0f11;--min-surface: #14161a;--min-muted: #1b1e24;--min-text: #e5e7eb;--min-accent: #9ed0e6;--min-accent-2: #f6e58d;--min-danger: #f2a6a6;--min-border: #2a2f3a}.theme-minimal-dark .bg-gray-900{background-color:var(--min-surface)!important}.theme-minimal-dark .bg-gray-800{background-color:var(--min-bg)!important}.theme-minimal-dark .bg-gray-700{background-color:var(--min-muted)!important}.theme-minimal-dark .border-gray-700,.theme-minimal-dark .border-gray-600{border-color:var(--min-border)!important}.theme-minimal-dark .text-white{color:var(--min-text)!important}.theme-minimal-dark .text-yellow-400{color:var(--min-accent-2)!important}.theme-minimal-dark .bg-purple-600,.theme-minimal-dark .hover\:bg-purple-700:hover,.theme-minimal-dark .bg-blue-500,.theme-minimal-dark .hover\:bg-blue-600:hover,.theme-minimal-dark .bg-green-600,.theme-minimal-dark .hover\:bg-green-700:hover{background-color:var(--min-accent)!important}.theme-minimal-dark .bg-red-600,.theme-minimal-dark .hover\:bg-red-700:hover{background-color:var(--min-danger)!important}.theme-jamaica-dark .bg-gray-900{background-color:var(--jamaica-surface)!important}.theme-jamaica-dark .bg-gray-800{background-color:var(--jamaica-bg)!important}.theme-jamaica-dark .bg-gray-700{background-color:var(--jamaica-muted)!important}.theme-jamaica-dark .border-gray-700,.theme-jamaica-dark .border-gray-600{border-color:var(--jamaica-border)!important}.theme-jamaica-dark .text-white{color:var(--jamaica-text)!important}.theme-jamaica-dark .text-yellow-400{color:var(--jamaica-gold)!important}.theme-jamaica-dark .border-yellow-500{border-color:var(--jamaica-gold)!important}.theme-jamaica-dark .bg-yellow-400,.theme-jamaica-dark .bg-yellow-500{background-color:var(--jamaica-gold)!important;color:#0b0f14!important}.theme-jamaica-dark .bg-blue-500,.theme-jamaica-dark .hover\:bg-blue-600:hover{background-color:var(--jamaica-green)!important}.theme-jamaica-dark .bg-purple-600,.theme-jamaica-dark .hover\:bg-purple-700:hover{background-color:var(--jamaica-green-2)!important}.theme-jamaica-dark .bg-green-600,.theme-jamaica-dark .hover\:bg-green-700:hover{background-color:var(--jamaica-green)!important}.theme-jamaica-dark .bg-red-600,.theme-jamaica-dark .hover\:bg-red-700:hover{background-color:var(--jamaica-danger)!important}.theme-jamaica-dark .bg-black\/20{background-color:color-mix(in oklab,black 20%,var(--jamaica-bg))!important}.theme-jamaica-dark .bg-black\/30{background-color:color-mix(in oklab,black 30%,var(--jamaica-bg))!important}.theme-jamaica-dark .bg-black\/80{background-color:color-mix(in oklab,black 80%,var(--jamaica-bg))!important}.theme-jamaica-dark .border-yellow-500,.theme-jamaica-dark .border-2{border-color:var(--jamaica-border)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in-up{animation:fadeInUp .5s cubic-bezier(.16,1,.3,1) forwards}.animate-scale-in{animation:scaleIn .3s cubic-bezier(.16,1,.3,1) forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}
