.glass-panel { 
    background: rgba(20, 20, 20, 0.85); 
    backdrop-filter: blur(12px); 
    border: 1px solid rgba(212, 175, 55, 0.15); 
}
.text-gradient { 
    background-image: linear-gradient(135deg, #F5D061, #D4AF37, #AA8828); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}
.hero-bg { 
    background-image: linear-gradient(to bottom, rgba(10,10,10,0.4), rgba(10,10,10,0.98)), url('../images/hero-bg.jpg'); 
    background-size: cover; 
    background-position: center; 
}
body { 
    background-color: #0a0a0a; 
    color: #e5e5e5; 
}