.notas-versao-page {
    padding: 15px;
}

.notas-titulo-pagina {
    font-weight: 600;
    color: #03a9f3;
    margin-bottom: 18px;
}

.nv-card {
    border: 1px solid #e3e8ef;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
    background: #ffffff;
}

.nv-card-header {
    background: #03a9f3;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
}

.nv-form label,
.nv-filtros label {
    font-weight: 600;
    font-size: 13px;
    color: #34404f;
    margin-bottom: 3px;
}

.obrigatorio {
    color: #d9534f;
}

.nv-input,
.nv-form .form-control,
.nv-filtros .form-control {
    background: #ffffff;
    color: #222;
    border: 1px solid #cfd6e0;
    border-radius: 6px;
}

.nv-input:focus {
    border-color: #03a9f3;
    box-shadow: 0 0 0 .15rem rgba(31, 78, 121, .15);
    background: #ffffff;
    color: #222;
}

.nv-form .note-editor.note-frame,
.nv-form .note-editor.note-airframe {
    border: 1px solid #cfd6e0;
    border-radius: 6px;
}

.nv-form .note-editable {
    background: #ffffff;
    color: #222;
}

.nv-form .note-toolbar {
    background: #f5f7fa;
    color: #222;
}

.nv-descricao-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-motter {
    background: #6f42c1;
    color: #fff;
    border: none;
}

.btn-motter:hover {
    background: #5a32a3;
    color: #fff;
}

.nv-check {
    margin-top: 8px;
}

.nv-form-acoes {
    margin-top: 16px;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.motter-panel {
    border: 1px solid #d8c9f0;
    border-radius: 8px;
    background: #faf7ff;
    padding: 10px;
    margin-top: 10px;
}

.motter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #5a32a3;
    margin-bottom: 6px;
}

.motter-fechar {
    border: none;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: #5a32a3;
}

.motter-resposta {
    background: #ffffff;
    border: 1px solid #e3d9f5;
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 8px;
    white-space: pre-wrap;
    max-height: 220px;
    overflow-y: auto;
    font-size: 13px;
}

.motter-botoes {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

.nv-filtros {
    margin-bottom: 14px;
}

.nv-filtros-rodape {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lista-notas {
    max-height: 70vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nv-card-nota {
    border: 1px solid #e3e8ef;
    border-left: 4px solid #03a9f3;
    border-radius: 8px;
    padding: 12px;
    background: #ffffff;
}

.nv-card-nota-topo {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.nv-card-nota-titulo {
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}

.nv-card-nota-info {
    font-size: 13px;
    color: #51606f;
    margin-bottom: 3px;
}

.nv-card-nota-acoes {
    margin-top: 10px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.nv-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 12px;
}

.nv-badge-versao {
    background: #e7eef7;
    color: #03a9f3;
}

.nv-badge-erro {
    background: #fdecea;
    color: #c0392b;
}

.nv-badge-melhoria {
    background: #eaf6ec;
    color: #2e7d32;
}

.nv-badge-aprovada {
    background: #e6f4ea;
    color: #1e7e34;
}

.nv-badge-reprovada {
    background: #fdecea;
    color: #c0392b;
}

.nv-badge-pendente {
    background: #fff4e5;
    color: #b9770e;
}

.nv-badge-faq {
    background: #ede7f6;
    color: #5a32a3;
}

.nv-vazio,
.nv-carregando {
    text-align: center;
    color: #8a97a6;
    padding: 24px;
    font-size: 14px;
}

.nv-modal-visualizar .modal-xl {
    max-width: 1100px;
}

.nv-modal-visualizar .modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .25);
}

.nv-modal-header {
    background: linear-gradient(90deg, #03a9f3, #0398da);
    color: #ffffff;
    border-bottom: none;
}

.nv-modal-header .modal-title {
    font-weight: 600;
}

.nv-modal-header .close {
    color: #ffffff;
    opacity: .9;
    text-shadow: none;
}

.nv-modal-body {
    padding: 28px 36px;
    color: #2b3440;
    line-height: 1.65;
    font-size: 15px;
    max-height: 75vh;
}

.nv-modal-body h3 {
    color: #03a9f3;
    font-weight: 700;
    margin-bottom: 4px;
}

.nv-modal-body hr {
    margin: 14px 0 18px;
    border-top: 1px solid #e3e8ef;
}

.nv-modal-body img {
    max-width: 100%;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    margin: 12px 0;
    cursor: zoom-in;
    transition: box-shadow .15s ease, transform .15s ease;
}

.nv-modal-body img:hover {
    box-shadow: 0 4px 16px rgba(31, 78, 121, .25);
    transform: translateY(-1px);
}

.nv-modal-body table {
    max-width: 100%;
}
