body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #e0e0e0;
    background-color: #1a1a1a;
}

h1 {
    color: #3498db;
    font-size: 2.5em;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: normal;
}

/* ... rest of the dark theme styles ... */
.user-email {
    color: #b0b0b0;
}

.logout-link {
    color: #e0e0e0;
    background-color: #2c3e50;
}

.logout-link:hover {
    background-color: #34495e;
}

.server-status {
    color: #b0b0b0;
}

.server-status-dot.online {
    background-color: #2ecc71;
}

.server-status-dot.offline {
    background-color: #e74c3c;
}

.menu-item {
    background-color: #2c2c2c;
}

.menu-item a {
    color: #3498db;
}

.switch {
    background-color: #2c3e50;
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.1);
}

.switch-handle {
    background: #34495e;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.switch:before, .switch:after {
    background: #ecf0f1;
}
