#whatsNewModal .modal-content {
    background: linear-gradient(135deg, rgba(30, 30, 35, 0.98) 0%, rgba(20, 20, 25, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

#whatsNewModal .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
}

#whatsNewModal .modal-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.5rem;
}

#whatsNewModal .modal-body {
    padding: 2rem;
}

.whats-new-content {
    color: #ccc;
}

.feature-category {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066cc;
}

.feature-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.feature-list li {
    padding: 0.5rem 0 0.5rem 2rem;
    position: relative;
    color: #ccc;
    line-height: 1.6;
}

.feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #00cc66;
    font-weight: bold;
    font-size: 1.2rem;
}

.whats-new-note {
    background: rgba(0, 102, 204, 0.1);
    border-left: 4px solid #0066cc;
    padding: 1rem;
    border-radius: 4px;
    margin-top: 1.5rem;
    color: #ffffff;
}

.whats-new-note strong {
    color: #0066cc;
}

.whats-new-setup-note {
    background: rgba(255, 183, 0, 0.08);
    border-left: 4px solid #f7b731;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    margin-bottom: 1.25rem;
    color: #ddd;
    font-size: 0.9rem;
}

.whats-new-setup-note strong {
    color: #f7b731;
}

#whatsNewModal .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 1.5rem;
}
