body.cyberpunk {
    background: linear-gradient(120deg, #0f2027 0%, #2c5364 100%);
    color: #ff00cc;
}

body.cyberpunk .panel,
body.cyberpunk .w3-table-all,
body.cyberpunk .w3-bordered,
body.cyberpunk .w3-bar,
body.cyberpunk .w3-button,
body.cyberpunk .button,
body.cyberpunk .item-button {
    background-color: #181828 !important;
    color: #ff00cc !important;
    border-color: #00fff7 !important;
}

body.cyberpunk .w3-button:hover,
body.cyberpunk .button:hover,
body.cyberpunk .item-button:hover {
    background-color: #2c2c54 !important;
    color: #00fff7 !important;
}

body.cyberpunk .w3-bordered tr, 
body.cyberpunk .w3-table-all tr {
    border-bottom: 1px solid #00fff7;
}