body { font-family: 'Poppins', sans-serif; background-color: #0d1117; color: #c9d1d9; }
        .gradient-text { background: linear-gradient(90deg, #38bdf8, #34d399); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; }
        .glass-card { background: rgba(22, 27, 34, 0.6); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(56, 62, 72, 0.5); }
        .reveal { position: relative; transform: translateY(100px); opacity: 0; transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .reveal.active { transform: translateY(0px); opacity: 1; }