.ria-dashboard {
    max-width: 1100px;
    margin: 0 auto 60px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ria-input {
    margin-bottom: 20px;
}

.ria-input label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

#ria-prompt {
    width: 100%;
    padding: 8px 10px;
    resize: vertical;
}

#ria-btn-generar {
    margin-top: 8px;
    padding: 6px 14px;
    cursor: pointer;
}

.ria-result {
    border: 1px solid #e3e6ef;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
}

.ria-chart-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    margin-top: 10px;
}

.ria-chart-wrapper canvas {
    width: 100% !important;
    height: 100% !important;
}

#ria-btn-descargar {
    margin-top: 10px;
    padding: 6px 14px;
    cursor: pointer;
}

.ria-mensaje {
    margin-top: 10px;
    padding: 6px 10px;
    font-size: 14px;
    background: #f5f7ff;
    border-radius: 4px;
}

.ria-mensaje.ria-error {
    background: #ffe4e4;
    color: #b00020;
}
