
.maestro-container {
    max-width: 720px;
    margin: 2rem auto;
    padding: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fafafa;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.maestro-title {
    margin-top: 0;
    margin-bottom: 0.25rem;
}
.maestro-subtitle {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #555;
}
.maestro-label {
    font-weight: 600;
    display: block;
    margin-bottom: 0.25rem;
}
.maestro-textarea {
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    margin-bottom: 0.75rem;
}
.maestro-buttons {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}
.maestro-button-primary,
.maestro-button-secondary {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
.maestro-button-primary {
    background: #0073aa;
    color: #fff;
}
.maestro-button-secondary {
    background: #e0e0e0;
    color: #222;
}
.maestro-status {
    min-height: 1.2rem;
    font-size: 0.9rem;
    color: #444;
    margin-bottom: 0.75rem;
}
.maestro-response-block h3 {
    margin-bottom: 0.25rem;
}
.maestro-response {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.75rem;
    min-height: 3rem;
    background: #fff;
    white-space: pre-wrap;
}
