/* Prompt Analysis Styles */
.prompt-analysis {
    max-width: 800px;
    margin: 0 auto;
}

.prompt-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 1.5rem 0;
}

.prompt-text pre {
    background: #1a202c;
    color: #f7fafc;
    padding: 1rem;
    border-radius: 6px;
    overflow-x: auto;
    margin: 1rem 0;
}

.prompt-parameters {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.response-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.response-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.response-header h3 {
    margin: 0;
    color: #2d3748;
}

.version {
    background: #edf2f7;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #4a5568;
}

.response-content {
    background: #f7fafc;
    padding: 1rem;
    border-radius: 6px;
    margin: 1rem 0;
}

.response-analysis {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.comparison-section,
.recommendations {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.tag {
    display: inline-block;
    background: #edf2f7;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    color: #4a5568;
    text-decoration: none;
    margin-right: 0.5rem;
}

.tag:hover {
    background: #e2e8f0;
    text-decoration: none;
}
