        :root { scroll-behavior: smooth; }
        body { background-color: #F8FAFC; color: #0A192F; font-family: 'Inter', sans-serif; }
        .nav-blur { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(10, 25, 47, 0.05); }
        .card-lift { transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        .card-lift:hover { transform: translateY(-8px); box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
        .gradient-bg { background: radial-gradient(circle at top right, #112240, #0A192F); }
        .emerald-glow { box-shadow: 0 0 20px rgba(16, 185, 129, 0.3); }
        @keyframes slideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
        .animate-slide-up { animation: slideUp 0.6s ease-out forwards; }
        .custom-scroll::-webkit-scrollbar { width: 6px; }
        .custom-scroll::-webkit-scrollbar-thumb { background: #10B981; border-radius: 10px; }
