body {
    font-family: 'Inter', sans-serif;
    background: 
        radial-gradient(circle at top right, #f9a60222, transparent),
        radial-gradient(circle at bottom left, #d4af3722, transparent),
        linear-gradient(rgba(8, 8, 8, 0.9), rgba(8, 8, 8, 0.9)),
        url('https://www.transparenttextures.com/patterns/circuit-board.png'),
        #080808;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
}

.glass {
    background: rgba(255, 215, 0, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(249, 166, 2, 0.15);
}

.glass-card:hover {
    background: rgba(249, 166, 2, 0.08);
    border: 1px solid rgba(249, 166, 2, 0.5);
    transform: translateY(-4px);
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(249, 166, 2, 0.2);
}

.gold-glow {
    text-shadow: 0 0 10px rgba(249, 166, 2, 0.5);
}
