.edunavo-wrapper {
    max-width: 900px;
    margin: 30px auto;
    padding: 24px;
    border-radius: 12px;
    background: #F1F5F9;
    border: 1px solid #CBD5E1;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.edunavo-title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #1D4ED8;
    margin-bottom: 4px;
}

.edunavo-subtitle {
    text-align: center;
    font-size: 14px;
    color: #0F172A;
    margin-bottom: 20px;
}

.edunavo-section {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #1D4ED8;
    border-left: 4px solid #38BDF8;
    padding-left: 10px;
}

.edunavo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}

.edunavo-wrapper input[type="text"],
.edunavo-wrapper input[type="email"],
.edunavo-wrapper textarea,
.edunavo-wrapper select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #CBD5E1;
    box-sizing: border-box;
    font-size: 14px;
    background: #FFFFFF;
}

.edunavo-wrapper textarea {
    resize: vertical;
}

.edunavo-btn-primary {
    margin-top: 15px;
    padding: 10px 18px;
    background: #1D4ED8;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.edunavo-btn-primary:hover {
    background: #0F172A;
}

.edunavo-status {
    margin-top: 10px;
    font-size: 13px;
}

.edunavo-status.edunavo-error {
    color: #B91C1C;
}

.edunavo-status.edunavo-success {
    color: #166534;
}

.edunavo-output {
    margin-top: 25px;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E5E7EB;
}

.edunavo-actions {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.edunavo-actions button {
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #CBD5E1;
    background: #F9FAFB;
    cursor: pointer;
    font-size: 13px;
}

.edunavo-actions button:hover {
    background: #E5E7EB;
}

.edunavo-resume-content {
    font-size: 14px;
    line-height: 1.6;
    white-space: pre-wrap;
}

.edunavo-warning {
    padding: 12px 15px;
    background: #FEF3C7;
    border: 1px solid #FBBF24;
    border-radius: 8px;
    color: #92400E;
    max-width: 800px;
    margin: 10px auto;
}

.edunavo-resume-list {
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
}

.edunavo-resume-list ul {
    list-style: none;
    padding-left: 0;
}

.edunavo-resume-list li {
    padding: 10px 0;
    border-bottom: 1px solid #E5E7EB;
}

.edunavo-resume-date {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    color: #6B7280;
}

.edunavo-resume-saved-content {
    margin-top: 8px;
    font-size: 14px;
}
