.notes-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#09233e73;justify-content:center;align-items:center;padding:20px;animation:.25s fadeIn;display:flex;position:fixed;inset:0}.notes-modal{background:#fff;border-radius:18px;flex-direction:column;width:600px;max-width:100%;max-height:90vh;animation:.25s scaleIn;display:flex;overflow:hidden;box-shadow:0 12px 40px #0000001f}.notes-header{border-bottom:1px solid #abb0b440;align-items:center;gap:18px;padding:24px 30px;display:flex}.notes-logo{object-fit:contain;flex-shrink:0;width:80px;height:58px}.notes-header h2{color:#09233e;margin:0;font-family:Nunito,sans-serif;font-size:1.45rem;font-weight:800}.notes-header p{color:#6f7f8d;margin-top:4px;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.5}.notes-editor{background:#fff;padding:26px 30px}.notes-editor textarea{resize:none;color:#4a5e71;background:#f4f7f6;border:1px solid #0000;border-radius:14px;outline:none;width:100%;height:360px;padding:20px;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.8;transition:all .25s}.notes-editor textarea::placeholder{color:#6f7f8d}.notes-editor textarea:focus{background:#fff;border-color:#09233e40;box-shadow:0 0 0 4px #09233e14}.notes-footer{background:#fcfcfc;border-top:1px solid #abb0b440;justify-content:space-between;align-items:center;gap:20px;padding:18px 30px;display:flex}.notes-info{flex-direction:column;gap:5px;display:flex}.contador{color:#6f7f8d;font-family:Inter,sans-serif;font-size:.82rem}.notes-status{color:#1c8f6a;min-height:20px;font-family:Inter,sans-serif;font-size:.84rem;font-weight:600}.last-save{color:#abb0b4;font-family:Inter,sans-serif;font-size:.8rem}.notes-actions{gap:12px;display:flex}.notes-actions button{cursor:pointer;border:none;border-radius:10px;min-width:120px;padding:11px 20px;font-family:Inter,sans-serif;font-size:.92rem;font-weight:600;transition:all .25s}.cancel{color:#4a5e71;background:#e8eceb}.save{color:#fff;background:#09233e}.save:hover{background:#0d355b;transform:translateY(-1px)}.save:disabled{opacity:.6;cursor:not-allowed;transform:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.notes-modal{width:100%;max-height:92vh}.notes-header,.notes-editor,.notes-footer{padding-left:22px;padding-right:22px}.notes-editor textarea{height:300px}.notes-footer{flex-direction:column;align-items:stretch}.notes-info{order:2}.notes-actions{order:1;width:100%}.notes-actions button{flex:1}}@media (max-width:480px){.notes-overlay{padding:12px}.notes-header{text-align:center;flex-direction:column}.notes-logo{width:64px;height:64px}.notes-header h2{font-size:1.25rem}.notes-header p{font-size:.85rem}.notes-editor{padding:18px}.notes-editor textarea{height:230px;padding:16px;font-size:.9rem}.notes-footer{padding:18px}}
