.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}}.Notas-module__nVOfSG__tableWrapper{border:1px solid var(--border);border-radius:10px;margin-top:16px;overflow-x:auto}.Notas-module__nVOfSG__comparativaTable{border-collapse:collapse;width:100%;min-width:560px;font-size:.9rem}.Notas-module__nVOfSG__comparativaTable thead{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff}.Notas-module__nVOfSG__comparativaTable th{text-align:left;white-space:nowrap;padding:12px 16px;font-weight:600}.Notas-module__nVOfSG__comparativaTable tbody tr{border-bottom:1px solid var(--border);transition:background .15s}.Notas-module__nVOfSG__comparativaTable tbody tr:last-child{border-bottom:none}.Notas-module__nVOfSG__comparativaTable tbody tr:hover{background:var(--bg-primary)}.Notas-module__nVOfSG__comparativaTable td{color:var(--text-primary);vertical-align:top;padding:11px 16px}.Notas-module__nVOfSG__escenariosGrid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:16px;display:grid}.Notas-module__nVOfSG__escenarioCard{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:10px;padding:20px;transition:box-shadow .2s;display:flex}.Notas-module__nVOfSG__escenarioCard:hover{box-shadow:0 4px 12px #2e86ab1f}.Notas-module__nVOfSG__escenarioHeader{align-items:center;gap:10px;display:flex}.Notas-module__nVOfSG__escenarioHeader h4{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:600}.Notas-module__nVOfSG__escenarioIcon{flex-shrink:0;font-size:1.5rem}.Notas-module__nVOfSG__escenarioExample{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.55}.Notas-module__nVOfSG__escenarioTip{color:var(--primary);border-left:3px solid var(--primary);background:#2e86ab12;border-radius:0 6px 6px 0;margin:0;padding:8px 10px;font-size:.83rem;line-height:1.4}.Notas-module__nVOfSG__faqList{flex-direction:column;gap:8px;margin:16px 0 0;padding:0;list-style:none;display:flex}.Notas-module__nVOfSG__faqItem{border:1px solid var(--border);background:var(--bg-card);border-radius:10px;overflow:hidden}.Notas-module__nVOfSG__faqItem details summary{color:var(--text-primary);cursor:pointer;justify-content:space-between;align-items:center;padding:14px 18px;font-size:.93rem;font-weight:600;list-style:none;transition:background .15s;display:flex}.Notas-module__nVOfSG__faqItem details summary::-webkit-details-marker{display:none}.Notas-module__nVOfSG__faqItem details summary:after{content:"+";color:var(--primary);flex-shrink:0;font-size:1.2rem;font-weight:400}.Notas-module__nVOfSG__faqItem details[open] summary:after{content:"−"}.Notas-module__nVOfSG__faqItem details summary:hover{background:var(--bg-primary)}.Notas-module__nVOfSG__faqItem details p{color:var(--text-secondary);border-top:1px solid var(--border);margin:0;padding:12px 18px 14px;font-size:.88rem;line-height:1.6}.Notas-module__nVOfSG__faqItem details p+p{border-top:none;padding-top:0}.Notas-module__nVOfSG__faqTip{border-left:3px solid var(--primary);background:#2e86ab12;border-radius:0 6px 6px 0;color:var(--primary)!important;margin-top:8px!important;padding:8px 10px!important;font-size:.82rem!important}.Notas-module__nVOfSG__stepGuide{flex-direction:column;gap:12px;margin:16px 0 0;padding:0;list-style:none;display:flex}.Notas-module__nVOfSG__step{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:16px;padding:18px;display:flex}.Notas-module__nVOfSG__stepNumber{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}.Notas-module__nVOfSG__stepContent{flex:1}.Notas-module__nVOfSG__stepContent strong{color:var(--text-primary);margin-bottom:4px;font-size:.95rem;display:block}.Notas-module__nVOfSG__stepContent p{color:var(--text-secondary);margin:0;font-size:.87rem;line-height:1.55}.Notas-module__nVOfSG__tipsGrid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px;display:grid}.Notas-module__nVOfSG__tipCard{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:8px;padding:18px;transition:box-shadow .2s;display:flex}.Notas-module__nVOfSG__tipCard:hover{box-shadow:0 4px 12px #2e86ab1f}.Notas-module__nVOfSG__tipIcon{font-size:1.6rem}.Notas-module__nVOfSG__tipCard h4{color:var(--text-primary);margin:0;font-size:.93rem;font-weight:600}.Notas-module__nVOfSG__tipCard p{color:var(--text-secondary);margin:0;font-size:.86rem;line-height:1.5}.Notas-module__nVOfSG__warningBox{background:#ea580c0f;border:1px solid #ea580c4d;border-radius:12px;padding:22px 24px}.Notas-module__nVOfSG__warningHeader{align-items:center;gap:10px;margin-bottom:16px;display:flex}.Notas-module__nVOfSG__warningHeader h3{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.Notas-module__nVOfSG__warningIcon{flex-shrink:0;font-size:1.4rem}.Notas-module__nVOfSG__warningList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.Notas-module__nVOfSG__warningList li{color:var(--text-secondary);padding-left:18px;font-size:.88rem;line-height:1.55;position:relative}.Notas-module__nVOfSG__warningList li:before{content:"•";color:#ea580c;font-weight:700;position:absolute;left:4px}.Notas-module__nVOfSG__warningList li strong{color:var(--text-primary)}@media (max-width:768px){.Notas-module__nVOfSG__escenariosGrid,.Notas-module__nVOfSG__tipsGrid{grid-template-columns:1fr}}@media (max-width:480px){.Notas-module__nVOfSG__comparativaTable th,.Notas-module__nVOfSG__comparativaTable td{padding:10px 12px}.Notas-module__nVOfSG__step{padding:14px}.Notas-module__nVOfSG__warningBox{padding:16px}}[data-theme=dark] .Notas-module__nVOfSG__comparativaTable tbody tr:hover{background:#ffffff0a}[data-theme=dark] .Notas-module__nVOfSG__escenarioCard{background:var(--bg-card)}[data-theme=dark] .Notas-module__nVOfSG__escenarioTip{background:#2e86ab1f}[data-theme=dark] .Notas-module__nVOfSG__faqItem{background:var(--bg-card)}[data-theme=dark] .Notas-module__nVOfSG__faqItem details summary:hover{background:#ffffff0a}[data-theme=dark] .Notas-module__nVOfSG__faqTip{background:#2e86ab1f}[data-theme=dark] .Notas-module__nVOfSG__step,[data-theme=dark] .Notas-module__nVOfSG__tipCard{background:var(--bg-card)}[data-theme=dark] .Notas-module__nVOfSG__warningBox{background:#ea580c17;border-color:#ea580c59}[data-theme=dark] .Notas-module__nVOfSG__btnDelete{color:#fca5a5;background:#ef444426}[data-theme=dark] .Notas-module__nVOfSG__btnDelete:hover{background:#ef444440}
