html,body,#root{box-sizing:border-box;background-color:#111;width:100vw;height:100vh;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}*,:before,:after{box-sizing:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#374151;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4b5563}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:.8s linear infinite spin}.editor-descripcion-visual{background-color:#111;min-height:140px;max-height:320px;overflow-y:auto}.editor-descripcion-visual .ProseMirror{color:#f3f4f6;outline:none;min-height:140px;padding:10px;font-size:14px;line-height:1.5}.editor-descripcion-visual .ProseMirror ul,.editor-descripcion-visual .ProseMirror ol{margin:8px 0;padding-left:24px}.editor-descripcion-visual .ProseMirror p{margin:0 0 8px}
