.ai-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9998;
}

.ai-popup {
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    max-height: 90%;
    overflow-y: auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    z-index: 9999;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.ai-popup h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.ai-popup h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.ai-popup textarea {
    width: 100%;
    min-height: 80px;
    margin-bottom: 5px;
    font-size: 11px;
    font-family: Consolas, Menlo, monospace;
}

.ai-field-block {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    background: #fafafa;
}

.ai-popup-actions {
    text-align: right;
    margin-top: 10px;
}

.ai-popup-actions .btn {
    margin-left: 8px;
}

.ai-generate-btn {
    font-size: 10px !important;
    padding: 2px 6px !important;
}
