:root {
    --primary: #c68642;
    --accent: #f0c75e;
    --genre-gradient: linear-gradient(135deg, #c6864244, #f0c75e22);
    --genre-glow: 0 0 40px #c6864233, inset 0 0 20px #c6864211;
}
body {
    background: radial-gradient(circle at 50% 0%, #c686421A 0%, transparent 70%), #050505 !important;
}
.container {
    background: rgba(10, 10, 10, 0.65) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-top: 1px solid #c6864288 !important;
    box-shadow: var(--genre-glow) !important;
}
.search-form input:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 15px #c6864266 !important;
}
.hero-title h1 {
    background: linear-gradient(to right, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none !important;
    filter: drop-shadow(0 0 12px #c6864244);
}
