/* Cookie banner is styled inline in index.html for consistency */
#cookie-settings {
    background: #0a0b0d;
    color: #f4f7fb;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
