:root{--brand-primary:#4f46e5;--brand-secondary:#eab308;--brand-dark:#0f172a;--brand-light:#f8fafc;--card-shadow:0 10px 25px -5px #0000000d, 0 8px 10px -6px #0000000d}html:not(.dark) p:not(.text-white):not([class*=text-white]):not([class*=text-slate-100]):not([class*=text-slate-200]):not([class*=text-slate-300]):not([class*=text-yellow-]):not([class*=text-rose-]):not([class*=text-emerald-]){color:#000}html.dark p:not([class*=text-]){color:#e2e8f0}.bg-gray-900 p,.bg-slate-900 p,.bg-slate-950 p,.bg-black p,.bg-indigo-600 p,p.text-white{color:#fff!important}.prose ul,ul.list-disc{padding-left:1.5rem;list-style-type:disc}.prose ol,ol.list-decimal{padding-left:1.5rem;list-style-type:decimal}html:not(.dark) li:not(.text-white):not([class*=text-white]):not([class*=text-slate-]):not([class*=text-indigo-]){color:#000}html.dark li:not([class*=text-]){color:#e2e8f0}.bg-gray-900 li,.bg-slate-900 li,.bg-slate-950 li,.bg-black li,li.text-white{color:#fff!important}::selection{background-color:var(--brand-primary);color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}html{scroll-behavior:smooth}.custom-glass{-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #ffffff4d}.custom-card-hover{transition:all .3s cubic-bezier(.4,0,.2,1)}.custom-card-hover:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000000a}.custom-btn-primary{background-color:var(--brand-primary);color:#fff;border-radius:.75rem;padding:.625rem 1.25rem;font-weight:700;transition:all .2s}.custom-btn-primary:hover{background-color:#4338ca;box-shadow:0 4px 12px #4f46e540}@keyframes custom-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.animate-custom-float{animation:4s ease-in-out infinite custom-float}
