*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand: #1a56db;--brand-dark: #1447b5;--brand-light: #f0f4ff;--brand-border:#c7d7f8;--bg: #f4f6f9;--surface: #ffffff;--border: #dde1e9;--border-dark: #c4c9d4;--text-primary:#111827;--text-secondary:#4b5563;--text-muted: #9ca3af;--ok: #059669;--ok-bg: #ecfdf5;--warn: #d97706;--warn-bg: #fffbeb;--danger: #dc2626;--danger-bg: #fef2f2;--sidebar-bg: #111827;--sidebar-text:#9ca3af;--sidebar-active:#1a56db;--radius: 6px;--radius-lg: 10px}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;background:var(--bg);color:var(--text-primary);min-height:100vh;font-size:14px;line-height:1.5}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--radius);border:1px solid transparent;font-weight:500;font-size:13px;cursor:pointer;transition:all .15s;text-decoration:none;white-space:nowrap}.btn-primary{background:var(--brand);color:#fff;border-color:var(--brand)}.btn-primary:hover{background:var(--brand-dark);border-color:var(--brand-dark)}.btn-primary:disabled{background:#93c5fd;border-color:#93c5fd;cursor:not-allowed}.btn-secondary{background:var(--surface);color:var(--text-primary);border-color:var(--border)}.btn-secondary:hover{background:var(--bg);border-color:var(--border-dark)}.btn-ghost{background:transparent;color:var(--text-secondary);border-color:transparent}.btn-ghost:hover{background:var(--bg);color:var(--text-primary)}.btn-danger{background:var(--danger-bg);color:var(--danger);border-color:#fca5a5}.btn-danger:hover{background:var(--danger);color:#fff}.btn-sm{padding:5px 10px;font-size:12px}.btn-lg{padding:10px 20px;font-size:14px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.card-p{padding:18px 20px}.card-hover{transition:box-shadow .15s,border-color .15s;cursor:pointer}.card-hover:hover{box-shadow:0 2px 12px #00000014;border-color:var(--border-dark)}.badge{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.2px}.badge-ok{background:var(--ok-bg);color:var(--ok);border:1px solid #a7f3d0}.badge-warn{background:var(--warn-bg);color:var(--warn);border:1px solid #fde68a}.badge-danger{background:var(--danger-bg);color:var(--danger);border:1px solid #fca5a5}.badge-brand{background:var(--brand-light);color:var(--brand);border:1px solid var(--brand-border)}.badge-neutral{background:#f3f4f6;color:var(--text-secondary);border:1px solid var(--border)}.field-label{font-size:11px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px;display:block}.field-input{width:100%;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius);font-size:13px;outline:none;background:var(--surface);color:var(--text-primary);transition:border-color .15s}.field-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #1a56db1a}.field-input:disabled{background:var(--bg);color:var(--text-muted)}.section-title{font-size:17px;font-weight:700;color:var(--text-primary)}.section-sub{font-size:13px;color:var(--text-secondary);margin-top:3px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media (max-width: 960px){.grid-4,.grid-3{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (max-width: 640px){.grid-2,.grid-3,.grid-4{grid-template-columns:minmax(0,1fr)}}.prog-bar{height:5px;border-radius:3px;background:#e5e7eb;overflow:hidden}.prog-fill{height:100%;border-radius:3px;transition:width 1s ease}.sidebar{background:var(--sidebar-bg)}.nav-item{display:flex;align-items:center;gap:9px;padding:8px 12px;border-radius:var(--radius);border:none;background:transparent;width:100%;text-align:left;font-family:inherit;font-size:13px;font-weight:400;color:var(--sidebar-text);cursor:pointer;transition:all .12s;white-space:nowrap;text-decoration:none}.nav-item:hover{background:#ffffff12;color:#e5e7eb}.nav-item.active{background:var(--sidebar-active);color:#fff;font-weight:500}.nav-section{font-size:10px;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.8px;padding:8px 12px 3px;display:block}.fade-in{animation:fadeIn .25s ease both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.spinner-dark{width:14px;height:14px;border:2px solid #e5e7eb;border-top-color:var(--brand);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:14px;color:var(--text-secondary);gap:10px}.upload-zone{border:1.5px dashed var(--border);border-radius:var(--radius-lg);padding:22px 16px;text-align:center;cursor:pointer;transition:all .15s;background:#fafbfc}.upload-zone:hover,.upload-zone.active{border-color:var(--brand);background:var(--brand-light)}.modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:9999}.modal-overlay.open{display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.modal-box{background:var(--surface);border-radius:10px;box-shadow:0 20px 60px #0003;width:100%;max-width:560px;max-height:85vh;overflow-y:auto;display:flex;flex-direction:column;position:relative;margin:auto}.modal-head{padding:20px 22px 0;flex-shrink:0}.modal-foot{padding:16px 22px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:8px;flex-shrink:0}.modal-body{padding:16px 22px;overflow-y:auto;flex:1}.modal-foot{padding:14px 22px 20px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:8px;flex-shrink:0}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table th{padding:9px 14px;text-align:left;font-weight:600;font-size:11px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border);background:#f9fafb;white-space:nowrap}.data-table td{padding:10px 14px;border-bottom:1px solid var(--border);color:var(--text-primary)}.data-table tr:hover td{background:#f9fafb}.data-table tr:last-child td{border-bottom:none}.ai-box{background:#f9fafb;border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;font-size:13px;line-height:1.8;white-space:pre-wrap;color:var(--text-primary)}.ring-wrap{position:relative;display:inline-flex;flex-shrink:0}.ring-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--text-primary)}.divider{border:none;border-top:1px solid var(--border);margin:16px 0}.gantt-row{display:flex;align-items:center;border-bottom:1px solid var(--border);min-height:40px}.gantt-label{width:220px;flex-shrink:0;padding:8px 12px;font-size:12px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gantt-bar-area{flex:1;position:relative;height:40px}.gantt-bar{position:absolute;height:20px;top:10px;border-radius:3px}.alert-critica{border-left:3px solid var(--danger);background:var(--danger-bg)}.alert-importante{border-left:3px solid var(--warn);background:var(--warn-bg)}.alert-info{border-left:3px solid var(--brand);background:var(--brand-light)}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.cal-cell{min-height:80px;padding:6px;border:1px solid var(--border);border-radius:4px;background:var(--surface)}.cal-cell.other-month{background:#f9fafb;color:var(--text-muted)}.cal-cell.today{border-color:var(--brand);background:var(--brand-light)}.cal-event{font-size:10px;padding:2px 5px;border-radius:3px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;cursor:pointer}.btn-menu-movil{display:none!important}@media (max-width: 1024px){[style*=grid-template-columns]{grid-template-columns:repeat(2,minmax(0,1fr))!important}#root [style*=min-width],#root [style*="width:"]{max-width:100%!important}}@media (max-width: 768px){.btn-menu-movil{display:flex!important;align-items:center;justify-content:center;width:38px;height:38px;flex-shrink:0;margin-right:10px;background:transparent;border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary)}.sidebar{position:fixed!important;top:0!important;left:0!important;width:260px!important;height:100vh!important;transform:translate(-100%);transition:transform .22s ease!important;z-index:1000!important;box-shadow:2px 0 16px #0000004d}.sidebar.abierto{transform:translate(0)}.fondo-menu-movil{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:999}header{padding:0 12px!important}header>div:not(.btn-menu-movil){min-width:0}.grid-2,.grid-3,.grid-4,[style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important}#root [style*=min-width],#root [style*="width:"],#root [style*=max-width]{max-width:100%!important}.card-p{padding:12px 14px!important}.data-table{display:block!important;overflow-x:auto!important;white-space:nowrap!important;-webkit-overflow-scrolling:touch;font-size:12px!important}table{max-width:100%!important}div:has(>table){overflow-x:auto!important;-webkit-overflow-scrolling:touch}.modal-box{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;border-radius:0!important;margin:0!important}.modal-head{padding:14px 16px 0!important}.modal-body{padding:12px 16px!important}.modal-foot{padding:12px 16px!important;padding-bottom:calc(12px + env(safe-area-inset-bottom))!important;flex-wrap:wrap}.modal-foot>*{flex:1 1 auto}input,select,textarea{font-size:16px!important}input,select,textarea,button{min-height:44px}.btn-sm,.sidebar button{min-height:36px}[style*="display: flex"][style*=gap]:not([style*=column]){flex-wrap:wrap}img{max-width:100%!important;height:auto!important}}@media (max-width: 420px){body{font-size:13px}.card-p{padding:10px 12px!important}.modal-head{padding:12px 12px 0!important}.modal-body{padding:10px 12px!important}.data-table{font-size:11px!important}}@media (max-width: 768px){#root,main,main>*{max-width:100%!important;min-width:0!important}main>div,main>div>div{min-width:0!important}.card,.card-p{max-width:100%!important;overflow-wrap:break-word}[style*="grid-template-columns: 1fr 1fr"],[style*="grid-template-columns: repeat(3"],[style*="grid-template-columns: repeat(4"],[style*="grid-template-columns: repeat(5"],[style*="grid-template-columns: repeat(6"],[style*="grid-template-columns: 2fr 1fr"],[style*="grid-template-columns: minmax"]{grid-template-columns:minmax(0,1fr)!important}[style*="repeat(7"]{grid-template-columns:repeat(7,minmax(0,1fr))!important;font-size:11px!important}[style*="50px repeat(7"]{grid-template-columns:34px repeat(7,minmax(0,1fr))!important;font-size:10px!important}[style*="minmax(0,1fr) 420px"],[style*="minmax(0, 1fr) 420px"]{grid-template-columns:minmax(0,1fr)!important}[style*="min-width: 200px"]{min-width:0!important}[style*="calc(100vh - 120px)"]{height:auto!important;min-height:calc(100dvh - 180px)!important}[style*="justify-content: space-between"][style*="align-items: flex-start"]{flex-wrap:wrap;gap:10px}[style*="width: 90px"]{width:64px!important;font-size:10px!important}[style*="width: 56px"]{width:44px!important;font-size:11px!important}#root [style*=min-width]{min-width:0!important}header>div:first-child>div:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px!important}}@media (max-width: 420px){[style*="repeat(7"]{font-size:10px!important}header>div:first-child>div:last-child{display:none!important}}@media (max-width: 768px){[style*="flex-wrap: wrap"][style*="gap: 8px"]:has(>button[style*="border-radius: 20px"]){flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:none}[style*="flex-wrap: wrap"][style*="gap: 8px"]:has(>button[style*="border-radius: 20px"])::-webkit-scrollbar{display:none}button[style*="border-radius: 20px"]{flex-shrink:0!important;white-space:nowrap;min-height:38px}[style*="calc(100vh - 120px)"]>div[style*="overflow: hidden"]>div:first-child{min-height:180px!important}}@media (max-width: 768px){div:has(>.sidebar){display:block!important}div:has(>.sidebar)>div:not(.sidebar):not(.fondo-menu-movil){width:100vw!important;max-width:100vw!important;flex:none!important}}@media (max-width: 768px){.card{max-width:calc(100vw - 24px)!important;box-sizing:border-box}.card>*,.card-p>*{max-width:100%!important;min-width:0!important}[style*="1fr 1fr 1fr"]{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important}[style*="1fr 1fr 1fr"]>*{min-width:0!important;padding:6px 2px!important}[style*="1fr 1fr 1fr"] [style*="font-size: 18px"]{font-size:15px!important}}@media (max-width: 768px){[style*="px 1fr"]:not(.cal-hora-fila),[style*="1fr 280px"],[style*="1fr 320px"],[style*="1fr 300px"]{grid-template-columns:minmax(0,1fr)!important}}@media (max-width: 768px){div[style*=grid][style*=fr]:not(.cal-semana):not(.cal-horas):not(.cal-hora-fila),div[style*="display: grid"]:not(.cal-semana):not(.cal-horas):not(.cal-hora-fila){grid-template-columns:minmax(0,1fr)!important}}@media (max-width: 768px){.rejilla-informes{grid-template-columns:minmax(0,1fr)!important;gap:12px!important}}@media (max-width: 768px){main{padding:14px 12px!important}body p,body li,body td,body th,body dd,body .card{overflow-wrap:break-word}body pre{white-space:pre-wrap;overflow-wrap:break-word;overflow-wrap:anywhere}body table{max-width:100%}#root .chat-fila.chat-fila,.chat-fila.chat-fila{min-width:0;flex-wrap:nowrap}#root .chat-burbuja.chat-burbuja,.chat-burbuja.chat-burbuja{max-width:88%!important;min-width:0;overflow-wrap:break-word;overflow-wrap:anywhere;overflow-x:auto;-webkit-overflow-scrolling:touch}#root .obrabot{min-width:0}#root .obrabot-cabecera{flex-wrap:wrap;gap:10px}#root .ai-box.ai-box,.ai-box.ai-box{max-width:100%;overflow-wrap:break-word;overflow-wrap:anywhere;overflow-x:auto;-webkit-overflow-scrolling:touch}#root .visor-informe.visor-informe{padding:12px 0!important}#root .hoja-informe.hoja-informe{width:100%!important;max-width:100%!important;min-height:0!important;padding:16px 14px!important;overflow-wrap:break-word;overflow-wrap:anywhere}#root .hoja-informe img{max-width:100%;height:auto}#root .cal-layout{grid-template-columns:minmax(0,1fr)!important}#root .cal-semana{grid-template-columns:repeat(7,minmax(0,1fr))!important;font-size:11px!important}#root .cal-horas{grid-template-columns:34px repeat(7,minmax(0,1fr))!important;font-size:10px!important}#root .cal-hora-fila{grid-template-columns:44px minmax(0,1fr)!important}#root .cal-semana>*,#root .cal-horas>*{min-width:0;overflow:hidden}#root .cal-event{overflow:hidden;text-overflow:ellipsis}}@media (max-width: 420px){#root .chat-burbuja.chat-burbuja,.chat-burbuja.chat-burbuja{max-width:92%!important}#root .hoja-informe.hoja-informe{padding:12px 10px!important}#root .cal-horas{grid-template-columns:28px repeat(7,minmax(0,1fr))!important}}@media (max-width: 768px){.grid-2>*,.grid-3>*,.grid-4>*,.rejilla-informes>*,main [style*="display: grid"]>*{min-width:0}}
