.Notas-module__nVOfSG__container{max-width:1000px;min-height:100vh;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.Notas-module__nVOfSG__hero{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff;text-align:center;border-radius:16px;margin-top:80px;margin-bottom:25px;padding:35px 25px}.Notas-module__nVOfSG__title{margin-bottom:8px;font-size:2rem;font-weight:600}.Notas-module__nVOfSG__subtitle{opacity:.9;font-size:1rem}.Notas-module__nVOfSG__mainContent{grid-template-columns:1fr 1fr;gap:25px;margin-bottom:25px;display:grid}.Notas-module__nVOfSG__editorPanel{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:25px}.Notas-module__nVOfSG__panelTitle{color:var(--text-primary);margin-bottom:20px;font-size:1.2rem;font-weight:600}.Notas-module__nVOfSG__formGroup{margin-bottom:18px}.Notas-module__nVOfSG__label{color:var(--text-secondary);margin-bottom:8px;font-size:.9rem;font-weight:500;display:block}.Notas-module__nVOfSG__input,.Notas-module__nVOfSG__select,.Notas-module__nVOfSG__textarea{border:2px solid var(--border);background:var(--bg-primary);width:100%;color:var(--text-primary);box-sizing:border-box;border-radius:10px;padding:12px 15px;font-size:1rem;transition:border-color .2s}.Notas-module__nVOfSG__input:focus,.Notas-module__nVOfSG__select:focus,.Notas-module__nVOfSG__textarea:focus{border-color:var(--primary);outline:none}.Notas-module__nVOfSG__textarea{resize:vertical;min-height:150px;font-family:inherit;line-height:1.5}.Notas-module__nVOfSG__charCount{text-align:right;color:var(--text-muted);margin-top:5px;font-size:.8rem;display:block}.Notas-module__nVOfSG__formActions{gap:10px;margin-top:20px;display:flex}.Notas-module__nVOfSG__btnPrimary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;flex:1;padding:14px 20px;font-size:1rem;font-weight:600;transition:all .2s}.Notas-module__nVOfSG__btnPrimary:hover:not(:disabled){background:#256a8a;transform:translateY(-1px)}.Notas-module__nVOfSG__btnPrimary:disabled{opacity:.5;cursor:not-allowed}.Notas-module__nVOfSG__btnSecondary{border:2px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:10px;padding:14px 20px;font-size:1rem;font-weight:500;transition:all .2s}.Notas-module__nVOfSG__btnSecondary:hover{border-color:var(--text-secondary)}.Notas-module__nVOfSG__notasPanel{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;padding:25px;display:flex}.Notas-module__nVOfSG__notasHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:15px;display:flex}.Notas-module__nVOfSG__notasActions{gap:8px;display:flex}.Notas-module__nVOfSG__btnSmall{border:1px solid var(--border);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;border-radius:8px;padding:8px 14px;font-size:.85rem;transition:all .2s}.Notas-module__nVOfSG__btnSmall:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.Notas-module__nVOfSG__btnSmall:disabled{opacity:.5;cursor:not-allowed}.Notas-module__nVOfSG__filtros{gap:10px;margin-bottom:20px;display:flex}.Notas-module__nVOfSG__filtroSearch{flex:1;position:relative}.Notas-module__nVOfSG__searchInput{border:2px solid var(--border);background:var(--bg-primary);width:100%;color:var(--text-primary);box-sizing:border-box;border-radius:8px;padding:10px 35px 10px 15px;font-size:.95rem}.Notas-module__nVOfSG__searchInput:focus{border-color:var(--primary);outline:none}.Notas-module__nVOfSG__clearSearch{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:5px;font-size:1rem;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.Notas-module__nVOfSG__clearSearch:hover{color:var(--text-primary)}.Notas-module__nVOfSG__filtroSelect{border:2px solid var(--border);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;border-radius:8px;min-width:180px;padding:10px 15px;font-size:.95rem}.Notas-module__nVOfSG__filtroSelect:focus{border-color:var(--primary);outline:none}.Notas-module__nVOfSG__emptyState{text-align:center;color:var(--text-muted);padding:50px 20px}.Notas-module__nVOfSG__emptyIcon{margin-bottom:15px;font-size:3rem;display:block}.Notas-module__nVOfSG__emptyState p{margin:0;font-size:1rem}.Notas-module__nVOfSG__emptyHint{margin-top:8px!important;font-size:.9rem!important}.Notas-module__nVOfSG__notasList{flex-direction:column;gap:12px;max-height:500px;display:flex;overflow-y:auto}.Notas-module__nVOfSG__notaCard{background:var(--bg-primary);border:1px solid var(--border);border-radius:10px;transition:all .2s;overflow:hidden}.Notas-module__nVOfSG__notaCard:hover{border-color:var(--primary)}.Notas-module__nVOfSG__notaCard.Notas-module__nVOfSG__expanded{border-color:var(--primary);box-shadow:var(--shadow-md)}.Notas-module__nVOfSG__notaHeader{cursor:pointer;padding:15px}.Notas-module__nVOfSG__notaTitleRow{align-items:center;gap:10px;margin-bottom:8px;display:flex}.Notas-module__nVOfSG__notaEmoji{font-size:1.3rem}.Notas-module__nVOfSG__notaTitulo{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:1rem;font-weight:600;overflow:hidden}.Notas-module__nVOfSG__notaMeta{justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.Notas-module__nVOfSG__notaCategoria{color:var(--primary);font-weight:500}.Notas-module__nVOfSG__notaFecha{color:var(--text-muted)}.Notas-module__nVOfSG__notaBody{border-top:1px solid var(--border);background:var(--bg-card);padding:15px}.Notas-module__nVOfSG__notaContenido{color:var(--text-primary);white-space:pre-wrap;word-break:break-word;background:var(--bg-primary);border-radius:8px;max-height:300px;margin-bottom:15px;padding:10px;font-size:.95rem;line-height:1.6;overflow-y:auto}.Notas-module__nVOfSG__notaFooter{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.Notas-module__nVOfSG__notaCreacion{color:var(--text-muted);font-size:.8rem}.Notas-module__nVOfSG__notaBtns{gap:8px;display:flex}.Notas-module__nVOfSG__btnEdit,.Notas-module__nVOfSG__btnDelete{cursor:pointer;border:none;border-radius:6px;padding:8px 14px;font-size:.85rem;transition:all .2s}.Notas-module__nVOfSG__btnEdit{background:var(--primary);color:#fff}.Notas-module__nVOfSG__btnEdit:hover{background:#256a8a}.Notas-module__nVOfSG__btnDelete{color:#dc2626;background:#fee2e2}.Notas-module__nVOfSG__btnDelete:hover{background:#fca5a5}.Notas-module__nVOfSG__infoPanel{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;margin-bottom:25px;padding:25px}.Notas-module__nVOfSG__infoPanel h3{color:var(--text-primary);margin-bottom:20px;font-size:1.1rem;font-weight:600}.Notas-module__nVOfSG__infoGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.Notas-module__nVOfSG__infoItem{align-items:flex-start;gap:12px;display:flex}.Notas-module__nVOfSG__infoIcon{font-size:1.5rem}.Notas-module__nVOfSG__infoItem strong{color:var(--text-primary);margin-bottom:4px;display:block}.Notas-module__nVOfSG__infoItem p{color:var(--text-secondary);margin:0;font-size:.9rem}@media (max-width:900px){.Notas-module__nVOfSG__mainContent{grid-template-columns:1fr}.Notas-module__nVOfSG__notasList{max-height:none}}@media (max-width:768px){.Notas-module__nVOfSG__container{padding:15px}.Notas-module__nVOfSG__hero{margin-top:60px;padding:30px 20px}.Notas-module__nVOfSG__title{font-size:1.6rem}.Notas-module__nVOfSG__filtros{flex-direction:column}.Notas-module__nVOfSG__filtroSelect{min-width:auto}.Notas-module__nVOfSG__infoGrid{grid-template-columns:1fr;gap:15px}.Notas-module__nVOfSG__notasHeader{flex-direction:column;align-items:flex-start}.Notas-module__nVOfSG__notasActions{width:100%}.Notas-module__nVOfSG__notasActions .Notas-module__nVOfSG__btnSmall{text-align:center;flex:1}}@media (max-width:480px){.Notas-module__nVOfSG__hero{padding:25px 15px}.Notas-module__nVOfSG__title{font-size:1.4rem}.Notas-module__nVOfSG__editorPanel,.Notas-module__nVOfSG__notasPanel{padding:20px 15px}.Notas-module__nVOfSG__notaFooter{flex-direction:column;align-items:flex-start}.Notas-module__nVOfSG__notaBtns{width:100%}.Notas-module__nVOfSG__notaBtns button{flex:1}}
