body.sunset {
    background: linear-gradient(120deg, #ff9966 0%, #ff5e62 50%, #8e54e9 100%);
    color: #fff8e1;
    font-family: 'Segoe UI', Arial, sans-serif;
}

body.sunset .panel,
body.sunset .w3-table-all,
body.sunset .w3-bordered,
body.sunset .w3-bar,
body.sunset .w3-button,
body.sunset .button,
body.sunset .item-button {
    background-color: #ffb88c !important;
    color: #6d326d !important;
    border-color: #ff5e62 !important;
    box-shadow: 0 2px 8px #ff5e6244;
}

body.sunset .w3-button:hover,
body.sunset .button:hover,
body.sunset .item-button:hover {
    background-color: #ff5e62 !important;
    color: #fff !important;
}

body.sunset .w3-bordered tr, 
body.sunset .w3-table-all tr {
    border-bottom: 1px solid #8e54e9;
}