.generator-panel {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}
.dns-tab-pill {
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    color: #475569;
    transition: all 0.2s ease;
}
.dns-tab-pill.active {
    background-color: #3b82f6;
    color: #ffffff;
    border-color: #3b82f6;
}
.record-textarea {
    font-family: monospace;
    height: 120px;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    background-color: #0f172a;
    color: #f8fafc;
}
