body.theme-sunset {
    --widget-bg: #1a0f1e;
    --widget-border: #ff7b3d;
    --widget-shadow: 0 0 20px rgba(255, 123, 61, 0.35);
    --widget-gradient: linear-gradient(135deg, rgba(255, 123, 61, 0.12) 0%, rgba(255, 77, 109, 0.06) 50%, transparent 100%);

    --title-color: #ffcf6e;
    --artist-color: #e88ca0;
    --time-color: #bd8f99;

    --artwork-border: #ff7b3d;
    --artwork-border-radius: 12px;

    --progress-bg: #3a1f2b;
    --progress-fill: #ff6b4a;

    --icon-bg: #ff7b3d;
    --icon-border: #1a0f1e;
    --icon-color: #1a0f1e;

    --glow-color: rgba(255, 123, 61, 0.55);
}

body.theme-sunset .widget-title {
    text-shadow: 0 0 18px rgba(255, 158, 64, 0.35);
}

body.theme-sunset .progress-fill {
    background: linear-gradient(90deg, #ff9a3d 0%, #ff4d6d 100%);
    box-shadow: 0 0 10px rgba(255, 123, 61, 0.5);
}
