@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Manrope:wght@300;400;500;600;700;800&display=swap";:root{--font-heading:"Manrope", sans-serif;--font-body:"Inter", sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:9999px;--transition-fast:.15s ease;--transition-normal:.25s ease}:root,[data-theme=light]{--color-bg-body:#f1f5f9;--color-bg-surface:#fff;--color-bg-surface-elevated:#f8fafc;--color-bg-sidebar:#0f172a;--color-bg-sidebar-hover:#1e293b;--color-accent-primary:#1e64a4;--color-accent-secondary:#2563eb;--color-accent-gradient:linear-gradient(135deg, #1e64a4 0%, #2563eb 100%);--color-text-primary:#0f172a;--color-text-secondary:#475569;--color-text-inv:#fff;--color-border:#cbd5e1;--color-border-dark:#94a3b8;--color-border-light:#e2e8f0;--color-status-success:#059669;--color-status-warning:#d97706;--color-status-danger:#dc2626;--color-status-info:#2563eb;--color-status-neutral:#64748b;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f;--shadow-glow:0 0 15px #1e64a41a;--glass-bg:#ffffffd9;--glass-border:#0000001f;--glass-gradient:linear-gradient(135deg, #fffffff2 0%, #ffffffd9 100%)}[data-theme=dark]{--color-bg-body:#0a1628;--color-bg-surface:#112240;--color-bg-surface-elevated:#1a365d;--color-bg-sidebar:#050f1e;--color-bg-sidebar-hover:#0f2947;--color-accent-primary:#1e64a4;--color-accent-secondary:#3b82f6;--color-accent-gradient:linear-gradient(135deg, #1e64a4e6 0%, #3b82f6cc 100%);--color-text-primary:#f0f4f8;--color-text-secondary:#94a3b8;--color-text-inv:#0a1628;--color-border:#1e3a5f;--color-border-dark:#0f2947;--color-border-light:#2d4a6f;--color-status-success:#10b981;--color-status-warning:#f59e0b;--color-status-danger:#ef4444;--color-status-info:#3b82f6;--color-status-neutral:#64748b;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 24px #00000080;--shadow-glow:0 0 20px #1e64a44d;--glass-bg:#ffffff0d;--glass-border:#ffffff1a;--glass-gradient:linear-gradient(135deg, #ffffff14 0%, #ffffff05 100%)}*,:before,:after{box-sizing:border-box}body{font-family:var(--font-body);background-color:var(--color-bg-body);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color var(--transition-normal), color var(--transition-normal);margin:0;line-height:1.6}[data-theme=light] body{background-image:radial-gradient(at top,#1e64a40f 0%,#0000 50%),radial-gradient(at bottom,#3b82f60a 0%,#0000 50%);background-attachment:fixed}[data-theme=dark] body{background-image:radial-gradient(at top,#1e64a426 0%,#0000 50%),radial-gradient(at bottom,#3b82f614 0%,#0000 50%);background-attachment:fixed}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text-primary);letter-spacing:-.02em;margin-top:0;font-weight:700}h1{font-size:2.5rem;line-height:1.1}h2{font-size:1.875rem;line-height:1.2}h3{font-size:1.5rem;line-height:1.3}p{margin-top:0;margin-bottom:1rem}a{color:var(--color-accent-primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-text-primary)}button{font-family:var(--font-body);cursor:pointer;background:0 0;border:none;padding:0}.text-primary{color:var(--color-text-primary)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-body)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}.sidebar{background:var(--color-bg-sidebar);border-right:1px solid var(--color-border-dark);color:#fff;flex-direction:column;width:260px;display:flex;position:relative;overflow-y:auto}.sidebar:before{content:"";opacity:.3;pointer-events:none;background-image:radial-gradient(#ffffff14 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.sidebar-logo{z-index:1;padding:32px 24px;position:relative}.logo-placeholder{background:var(--color-bg-surface);color:var(--color-text-primary);border-radius:var(--radius-sm);text-align:center;padding:16px}.logo-placeholder h1{font-family:var(--font-heading);margin:0;font-size:2rem;line-height:1}.logo-placeholder span{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-secondary);font-size:.65rem}.sidebar-nav{z-index:1;flex:1;padding:0;position:relative}.sidebar-nav ul,.sidebar-footer ul{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.nav-item{color:#cbd5e1;transition:all var(--transition-normal);width:100%;font-size:.9375rem;font-family:var(--font-body);border-left:3px solid #0000;align-items:center;gap:16px;padding:12px 24px;font-weight:500;text-decoration:none;display:flex}.nav-item:hover,.nav-item.active{background:var(--color-bg-sidebar-hover);color:#fff;border-left-color:var(--color-accent-secondary)}.sidebar-footer{border-top:1px solid var(--color-border-dark);z-index:1;padding:24px 0;position:relative}.theme-toggle{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;width:48px;height:28px;transition:all var(--transition-normal);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.theme-toggle:hover{border-color:var(--color-accent-primary);box-shadow:var(--shadow-sm)}.theme-toggle-icon{color:var(--color-text-secondary);transition:all var(--transition-normal);z-index:2;justify-content:center;align-items:center;display:flex;position:absolute}.theme-toggle-icon:first-child{opacity:.4;left:5px;transform:scale(.8)}.theme-toggle-icon:last-child{opacity:.4;right:5px;transform:scale(.8)}.theme-toggle-icon.active{opacity:1;color:var(--color-accent-primary);transform:scale(1)}[data-theme=dark] .theme-toggle-icon:first-child.active{color:#3b82f6}[data-theme=light] .theme-toggle-icon:last-child.active{color:#d97706}.theme-toggle-slider{background:var(--color-accent-gradient);width:20px;height:20px;transition:transform var(--transition-normal);z-index:1;border-radius:50%;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}[data-theme=dark] .theme-toggle-slider{transform:translate(0)}[data-theme=light] .theme-toggle-slider{transform:translate(20px)}.theme-toggle-sm{width:40px;height:24px}.theme-toggle-sm .theme-toggle-slider{width:18px;height:18px}.theme-toggle-sm .theme-toggle-icon:first-child{left:3px}.theme-toggle-sm .theme-toggle-icon:last-child{right:3px}[data-theme=light] .theme-toggle-sm .theme-toggle-slider{transform:translate(16px)}.theme-toggle-lg{width:56px;height:32px}.theme-toggle-lg .theme-toggle-slider{width:26px;height:26px;top:2px;left:3px}.theme-toggle-lg .theme-toggle-icon svg{width:20px;height:20px}[data-theme=light] .theme-toggle-lg .theme-toggle-slider{transform:translate(24px)}.header{border-radius:var(--radius-lg);background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);height:80px;box-shadow:var(--shadow-md);justify-content:space-between;align-items:center;margin:16px 32px 0;padding:0 32px;display:flex}.user-badge{background-color:var(--color-accent-primary);color:#fff;border-radius:var(--radius-full);align-items:center;gap:8px;padding:4px 12px 4px 4px;display:flex}.avatar-icon{background-color:#fff3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.user-role{letter-spacing:.05em;font-size:.75rem;font-weight:600}.welcome-text{color:var(--color-text-primary);font-size:1.1rem}.welcome-text strong{font-weight:700;font-family:var(--font-heading);letter-spacing:.02em;color:var(--color-accent-primary);font-size:1.25rem}.header-right{align-items:center;gap:16px;display:flex}.settings-btn{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);width:36px;height:36px;color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-normal);justify-content:center;align-items:center;display:flex}.settings-btn:hover{color:var(--color-accent-primary);border-color:var(--color-accent-primary);background:var(--color-bg-surface-elevated)}.current-date{color:var(--color-text-secondary);font-size:.9rem}.layout-container{background:var(--color-bg-body);width:100%;min-height:100vh;display:flex}.layout-main{flex-direction:column;flex:1;min-width:0;display:flex}.layout-content{background:radial-gradient(at top,#1e64a414 0%,#0000 40%);flex:1;padding:32px;position:relative;overflow-y:auto}.kpi-card{background:var(--color-bg-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;padding:24px;display:flex;position:relative;overflow:hidden}.kpi-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#1e64a40a,#0000 60%);position:absolute;inset:0}.kpi-content{z-index:1;flex-direction:column;gap:8px;display:flex;position:relative}.kpi-label{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-secondary);font-size:.6875rem;font-weight:700}.kpi-value{font-family:var(--font-heading);color:var(--color-text-primary);font-variant-numeric:tabular-nums;font-size:3rem;font-weight:800;line-height:1}.kpi-icon-wrapper{width:56px;height:56px;color:var(--color-accent-primary);z-index:1;background:#1e64a414;border:1px solid #1e64a426;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.table-container{background:var(--color-bg-surface);border-radius:var(--radius-lg);border:1px solid var(--glass-border);width:100%;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow-x:auto}.data-table{border-collapse:collapse;text-align:left;width:100%;min-width:100%}.data-table th{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:#fff;border-bottom:2px solid var(--color-accent-primary);background:var(--color-accent-primary);z-index:10;white-space:normal;padding:16px 24px;font-size:.75rem;font-weight:700;position:sticky;top:0}.th-content{align-items:center;gap:8px;display:flex}.th-content.justify-end{justify-content:flex-end}.data-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:all var(--transition-normal)}.data-table th.sortable:hover{color:var(--color-accent-secondary)}.sort-icon{color:var(--color-text-secondary);transition:all var(--transition-normal)}.sort-icon.inactive{opacity:0}.data-table th.sortable:hover .sort-icon.inactive{opacity:.5}.sort-icon.active{color:var(--color-accent-secondary);opacity:1}.data-table td{border-bottom:1px solid var(--color-border);color:var(--color-text-primary);vertical-align:middle;white-space:normal;padding:16px 24px;font-size:.9375rem}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr{transition:all var(--transition-normal)}.clickable-row{cursor:pointer}.clickable-row:hover{background:var(--color-bg-surface-elevated);box-shadow:inset 3px 0 0 var(--color-accent-primary)}.action-column{text-align:right;width:48px;min-width:48px;padding-right:24px}.row-arrow{color:var(--color-text-secondary);opacity:0;transition:all var(--transition-normal);transform:translate(-8px)}.clickable-row:hover .row-arrow{opacity:1;color:var(--color-accent-primary);transform:translate(0)}.empty-state{text-align:center;color:var(--color-text-secondary);padding:48px;font-style:italic}.nowrap-cell{white-space:nowrap!important}.status-badge{border-radius:var(--radius-full);letter-spacing:.04em;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);align-items:center;gap:6px;padding:5px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.status-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.variant-success{color:#047857;background-color:#0596691f;border:1px solid #05966940}.variant-success .status-dot{background-color:#059669}.variant-warning{color:#b45309;background-color:#d977061f;border:1px solid #d9770640}.variant-warning .status-dot{background-color:#d97706}.variant-danger{color:#b91c1c;background-color:#dc26261f;border:1px solid #dc262640}.variant-danger .status-dot{background-color:#dc2626}.variant-info{color:#1d4ed8;background-color:#2563eb1f;border:1px solid #2563eb40}.variant-info .status-dot{background-color:#2563eb}.variant-neutral{color:#475569;background-color:#64748b1f;border:1px solid #64748b40}.variant-neutral .status-dot{background-color:#64748b}@keyframes pulse{0%,to{box-shadow:0 0 #2563eb66}50%{box-shadow:0 0 0 8px #2563eb00}}.variant-success .status-dot{animation:2s infinite pulse}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background-color:#050f1ecc;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-container{background-color:var(--color-bg-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--color-border);flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex;overflow:hidden}.modal-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.modal-title{color:var(--color-text-primary);margin:0;font-size:1.5rem;font-weight:700}.modal-close{color:var(--color-text-secondary);transition:all var(--transition-normal);border-radius:var(--radius-md);cursor:pointer;background:0 0;border:none;padding:8px}.modal-close:hover{color:var(--color-text-primary);background:#ffffff0d}.modal-content{box-sizing:border-box;width:100%;padding:32px;overflow-y:auto}.modal-container.obra-details-modal,.modal-container.trato-details-modal{width:94vw!important;max-width:1200px!important}.modal-container.obra-details-modal .modal-content,.modal-container.trato-details-modal .modal-content{flex:auto;width:100%!important;max-width:none!important;box-shadow:none!important;box-sizing:border-box!important;background:0 0!important;border-radius:0!important;flex-direction:column!important;display:flex!important}@media (width<=768px){.modal-overlay{padding:12px}.modal-header,.modal-content{padding:20px}.modal-container.obra-details-modal,.modal-container.trato-details-modal{width:96vw!important;max-width:96vw!important}}.btn{font-family:var(--font-body);border-radius:var(--radius-md);transition:all var(--transition-normal);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";background:var(--glass-gradient);opacity:0;transition:opacity var(--transition-normal);pointer-events:none;position:absolute;inset:0}.btn:hover:before{opacity:1}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-sm{padding:6px 14px;font-size:.8125rem}.btn-md{padding:10px 20px;font-size:.9375rem}.btn-lg{padding:12px 28px;font-size:1rem}.btn-primary{background:var(--color-accent-gradient);color:#fff;border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #1e64a466}.btn-primary:not(:disabled):hover{box-shadow:0 6px 20px #1e64a480, var(--shadow-glow);transform:translateY(-2px)}.btn-secondary{background:var(--glass-bg);color:var(--color-text-primary);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:not(:disabled):hover{background:#ffffff14;border-color:#fff3}.btn-outline{color:var(--color-accent-secondary);border:1px solid var(--color-accent-secondary);background:0 0}.btn-outline:not(:disabled):hover{border-color:var(--color-accent-primary);color:var(--color-accent-primary);background:#3b82f61a}.btn-text{color:var(--color-text-secondary);background:0 0;padding:6px 12px}.btn-text:not(:disabled):hover{color:var(--color-text-primary);background:#ffffff0d}.tarea-modal-container{flex-direction:column;gap:24px;display:flex}.tarea-header-card{background-color:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:24px;position:relative;overflow:hidden}.tarea-header-card:before{content:"";background-color:var(--color-accent);width:4px;height:100%;position:absolute;top:0;left:0}.tarea-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.tarea-info-group{flex-direction:column;gap:4px;display:flex}.tarea-info-label{text-transform:uppercase;color:var(--color-text-secondary);letter-spacing:.5px;font-size:.75rem;font-weight:600}.tarea-info-value{color:var(--color-text-primary);font-size:1rem;font-weight:500}.tarea-info-value.bold{font-weight:700}.tarea-divider{background-color:var(--color-border);height:1px;margin:16px 0}.section-subtitle{font-family:var(--font-heading);color:var(--color-text-primary);align-items:center;gap:8px;margin-bottom:16px;font-size:1.25rem;display:flex}.evidencia-list{flex-direction:column;gap:12px;display:flex}.evidencia-card{background-color:var(--color-bg-body);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color var(--transition-fast);justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.evidencia-card:hover{border-color:var(--color-border-dark)}.evidencia-info{flex-direction:column;gap:4px;display:flex}.evidencia-title{color:var(--color-text-primary);font-size:.95rem;font-weight:600}.evidencia-meta{color:var(--color-text-secondary);font-size:.8rem}.evidencia-empty{border-radius:var(--radius-md);text-align:center;color:#8b5a2b;background-color:#d4a5741a;border:1px dashed #d4a57480;padding:24px;font-size:.9rem}@media (width<=768px){.tarea-grid{grid-template-columns:1fr}.evidencia-card{flex-direction:column;align-items:flex-start}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.mapa-obras-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.mapa-obras-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.header-left{flex-direction:column;gap:4px;display:flex}.mapa-obras-header h2{color:#1f2937;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;display:flex}.map-subtitle{color:#6b7280;margin:0;font-size:12px}.header-actions{gap:8px;display:flex}.view-toggle-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.view-toggle-btn:hover{background:#f3f4f6;border-color:#d1d5db}.map-filters{background:#fff;border-bottom:1px solid #e5e7eb;padding:12px 20px}.filter-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.filter-group svg{color:#6b7280}.filter-chip{color:#6b7280;cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:4px 12px;font-size:12px;font-weight:500;transition:all .2s}.filter-chip:hover{background:#f3f4f6;border-color:#d1d5db}.filter-chip.active{color:#fff;background:#2563eb;border-color:#2563eb}.obras-list{max-height:400px;padding:8px;overflow-y:auto}.obra-list-item{cursor:pointer;border:1px solid #f3f4f6;border-radius:8px;margin-bottom:8px;padding:12px 16px;transition:all .2s}.obra-list-item:hover{background:#f9fafb;border-color:#e5e7eb}.obra-list-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.obra-list-name{color:#1f2937;font-size:14px;font-weight:600}.status-badge{text-transform:capitalize;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:500}.status-badge.activa,.status-badge.en-ejecucion{color:#1e40af;background:#dbeafe}.status-badge.planificacion{color:#92400e;background:#fef3c7}.status-badge.cerrada{color:#065f46;background:#d1fae5}.status-badge.cancelada{color:#991b1b;background:#fee2e2}.obra-list-stats{color:#6b7280;gap:16px;margin-bottom:8px;font-size:12px;display:flex}.progress-bar-mini{background:#e5e7eb;border-radius:3px;height:6px;overflow:hidden}.progress-fill-mini{background:linear-gradient(90deg,#2563eb 0%,#10b981 100%);border-radius:3px;height:100%;transition:width .3s}.map-popup{min-width:220px}.map-popup-title{color:#1f2937;margin-bottom:8px;font-size:14px;font-weight:600}.map-popup-status{text-transform:capitalize;border-radius:12px;margin-bottom:12px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-block}.map-popup-status.activa,.map-popup-status.en-ejecucion{color:#1e40af;background:#dbeafe}.map-popup-status.planificacion{color:#92400e;background:#fef3c7}.map-popup-status.cerrada{color:#065f46;background:#d1fae5}.map-popup-status.cancelada{color:#991b1b;background:#fee2e2}.map-popup-progress{align-items:center;gap:8px;margin-bottom:12px;display:flex}.popup-progress-bar{background:#e5e7eb;border-radius:4px;flex:1;height:8px;overflow:hidden}.popup-progress-fill{background:linear-gradient(90deg,#2563eb 0%,#10b981 100%);border-radius:4px;height:100%;transition:width .3s}.popup-progress-text{color:#374151;text-align:right;min-width:40px;font-size:12px;font-weight:600}.map-popup-stats{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px;display:grid}.map-popup-stat{flex-direction:column;align-items:center;gap:4px;display:flex}.map-popup-stat-value{color:#2563eb;font-size:16px;font-weight:700}.map-popup-stat-label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:10px}.map-popup-coords{color:#9ca3af;border-top:1px solid #f3f4f6;padding-top:8px;font-size:11px}.leaflet-map-wrapper{border-top:1px solid #e5e7eb}@media (width<=768px){.mapa-obras-header{flex-direction:column;align-items:flex-start;gap:12px}.header-actions{width:100%}.view-toggle-btn{justify-content:center;width:100%}.filter-group{gap:6px}.filter-chip{padding:4px 10px;font-size:11px}.obra-list-stats{flex-direction:column;gap:4px}}.custom-line-chart{width:100%;position:relative}.custom-line-chart .recharts-tooltip-wrapper{outline:none}.donut-chart{width:100%;position:relative}.donut-chart .recharts-legend-wrapper{outline:none}.donut-chart .recharts-legend-item{margin-right:16px}.timeline-component{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a}.timeline-header{color:#1f2937;align-items:center;gap:10px;margin-bottom:20px;display:flex}.timeline-header h3{margin:0;font-size:16px;font-weight:600}.timeline-items{position:relative}.timeline-item{gap:16px;padding-bottom:20px;display:flex}.timeline-item:last-child{padding-bottom:0}.marker-icon{color:#6b7280;z-index:1;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:700;display:flex}.timeline-item.status-completed .marker-icon{color:#fff;background:#10b981}.timeline-item.status-progress .marker-icon{color:#fff;background:#2563eb;animation:2s infinite pulse}.timeline-item.status-upcoming .marker-icon{color:#fff;background:#f59e0b}.marker-line{background:#e5e7eb;flex-grow:1;width:2px;margin-top:8px}.timeline-content{flex-grow:1;padding-top:2px}.timeline-header-row{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:6px;display:flex}.timeline-title{color:#1f2937;margin:0;font-size:14px;font-weight:600}.timeline-badge{white-space:nowrap;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:500}.timeline-badge.completed{color:#065f46;background:#d1fae5}.timeline-badge.in_progress{color:#1e40af;background:#dbeafe}.timeline-badge.upcoming{color:#92400e;background:#fef3c7}.timeline-badge.atrasado{color:#991b1b;background:#fee2e2}.timeline-description{color:#6b7280;margin:0 0 8px;font-size:13px}.timeline-meta{color:#9ca3af;align-items:center;gap:6px;font-size:12px;display:flex}.dashboard-container{flex-direction:column;gap:32px;width:100%;display:flex}.page-header{margin-bottom:8px}.page-title{color:var(--color-text-primary);margin:0}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;display:grid}.charts-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.chart-section{background:var(--color-bg-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);padding:24px}.section-subtitle{color:var(--color-text-secondary);margin:4px 0 0;font-size:13px;font-weight:400}.dashboard-content-grid{grid-template-columns:1.8fr 1fr;gap:32px;display:grid}.dashboard-main-section,.dashboard-side-section{background:var(--color-bg-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);padding:32px}.section-header{margin-bottom:24px}.section-header h2{font-family:var(--font-body);color:var(--color-text-primary);align-items:center;gap:12px;font-size:1.25rem;font-weight:600;display:flex}.inline{display:inline-block}.mb-6{margin-bottom:24px}.w-full{width:100%}.text-left{text-align:left}.table-activity-cell{align-items:center;gap:12px;display:flex}.activity-icon-placeholder{background-color:#1b43321a;border-radius:4px;width:24px;height:24px}.table-worker-cell{align-items:center;gap:8px;display:flex}.avatar-small{background-color:var(--color-border);border-radius:50%;width:24px;height:24px}.activity-feed{flex-direction:column;gap:16px;display:flex}.activity-group{border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.activity-group-header{border-bottom:1px solid var(--color-border);background-color:#f4f1ec80;align-items:center;gap:12px;padding:12px 16px;font-size:.9rem;font-weight:600;display:flex}.activity-items{flex-direction:column;display:flex}.activity-item{color:var(--color-text-secondary);border-bottom:1px solid var(--color-border);align-items:center;gap:8px;padding:12px 16px;font-size:.85rem;display:flex}.activity-item:last-child{border-bottom:none}.spacer{flex:1}.avatar-micro{background-color:var(--color-border-dark);border-radius:50%;width:16px;height:16px}.loading-state{text-align:center;color:var(--color-text-secondary);padding:48px;font-style:italic}@media (width<=1200px){.dashboard-content-grid{grid-template-columns:1fr}}@media (width<=900px){.charts-grid{grid-template-columns:1fr}}@media (width<=768px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.chart-section{padding:16px}.section-header h2{font-size:1rem}}.select-with-search{width:100%;position:relative}.select-label{color:var(--color-text-primary);align-items:center;gap:8px;margin-bottom:8px;font-size:.875rem;font-weight:600;display:flex}.select-label .required{color:var(--color-status-danger)}.select-trigger{border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-bg-surface);cursor:pointer;transition:all var(--transition-normal);justify-content:space-between;align-items:center;min-height:44px;padding:12px 16px;display:flex}.select-trigger:hover:not(.disabled){border-color:var(--color-accent-primary)}.select-trigger.open{border-color:var(--color-accent-primary);box-shadow:0 0 0 3px #1e64a426}.select-trigger.disabled{opacity:.5;cursor:not-allowed}.select-selected{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.select-selected-label{color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:500;overflow:hidden}.select-selected-description{color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.select-clear{cursor:pointer;color:var(--color-text-secondary);transition:color var(--transition-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:2px;display:flex}.select-clear:hover{color:var(--color-text-primary)}.select-search-input{font-family:var(--font-body);color:var(--color-text-primary);background:0 0;border:none;outline:none;flex:1;font-size:.9375rem}.select-search-input::placeholder{color:var(--color-text-secondary)}.select-chevron{color:var(--color-text-secondary);transition:transform var(--transition-normal);flex-shrink:0;margin-left:8px}.select-chevron.open{transform:rotate(180deg)}.select-dropdown{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:100;flex-direction:column;max-height:320px;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden}.select-search-wrapper{border-bottom:1px solid var(--color-border);background:var(--color-bg-surface-elevated);align-items:center;gap:8px;padding:12px 16px;display:flex}.select-search-icon{color:var(--color-text-secondary);flex-shrink:0}.select-dropdown-search{font-family:var(--font-body);color:var(--color-text-primary);background:0 0;border:none;outline:none;flex:1;font-size:.9375rem}.select-dropdown-search::placeholder{color:var(--color-text-secondary)}.select-options{padding:4px;overflow-y:auto}.select-option{border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);flex-direction:column;gap:2px;padding:10px 12px;display:flex}.select-option:hover,.select-option.highlighted{background:var(--color-bg-surface-elevated)}.select-option-label{color:var(--color-text-primary);font-size:.9375rem;font-weight:500}.select-option-description{color:var(--color-text-secondary);font-size:.8125rem}.select-empty{text-align:center;color:var(--color-text-secondary);padding:24px 16px;font-size:.9375rem;font-style:italic}.select-options::-webkit-scrollbar{width:6px}.select-options::-webkit-scrollbar-track{background:0 0}.select-options::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}.select-options::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}.obra-modal-container{box-sizing:border-box;flex-direction:column;gap:24px;width:100%;min-width:0;display:flex}.obra-summary-card{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;padding:20px;box-shadow:0 1px 3px #00000014}.obra-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px;display:grid}.obra-summary-item{flex-direction:column;gap:6px;min-width:0;display:flex}.obra-summary-item.full{grid-column:1/-1}.obra-summary-label{text-transform:uppercase;color:#6b7280;letter-spacing:.4px;font-size:12px;font-weight:700}.obra-summary-value{color:#111827;word-break:break-word;font-size:15px;font-weight:600}.obra-list-section{background:var(--color-bg-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);box-sizing:border-box;border-radius:16px;width:100%;padding:20px}.obra-list-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.obra-list-title{color:#111827;margin:0;font-size:18px;font-weight:700}.obra-list-counter{color:#6b7280;background:#f3f4f6;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:600}.obra-table-wrapper{width:100%;overflow-x:auto}.obra-empty-state{text-align:center;color:#6b7280;padding:32px 16px;font-style:italic}.obra-helper-box{color:#1d4ed8;box-sizing:border-box;background:#eff6ff;border:1px solid #bfdbfe;border-radius:14px;width:100%;padding:16px 18px;font-size:14px;line-height:1.5}.obra-tratos-table{width:100%;box-shadow:none}.obra-tratos-table-inner{width:100%;min-width:1000px}.modal-container.obra-details-modal .modal-content,.modal-container.obra-details-modal .modal-content>.obra-modal-container{width:100%}@media (width<=768px){.obra-summary-grid{grid-template-columns:1fr}.obra-list-header{flex-direction:column;align-items:flex-start}.obra-list-section{padding:16px}.obra-tratos-table-inner{min-width:760px}}.project-timeline{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.timeline-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.timeline-controls{align-items:center;gap:8px;display:flex}.timeline-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.timeline-btn:hover{background:#f3f4f6;border-color:#d1d5db}.timeline-btn-today{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s}.timeline-btn-today:hover{background:#f3f4f6}.timeline-title{color:#1f2937;text-transform:capitalize;margin:0 0 0 12px;font-size:16px;font-weight:600}.timeline-stats{gap:16px;display:flex}.timeline-stat{color:#6b7280;align-items:center;gap:6px;font-size:13px;display:flex}.timeline-body{grid-template-columns:280px 1fr;min-height:400px;display:grid}.timeline-obras-list{border-right:1px solid #e5e7eb}.timeline-obras-header{color:#374151;z-index:10;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:12px 16px;font-size:13px;font-weight:600;position:sticky;top:0}.timeline-obra-row{cursor:pointer;border-bottom:1px solid #f3f4f6;height:70px;transition:background-color .2s}.timeline-obra-row:hover{background:#f9fafb}.timeline-obra-row.selected{background:#2563eb0d;border-left:3px solid #2563eb}.timeline-obra-info{flex-direction:column;gap:6px;padding:12px 16px;display:flex}.timeline-obra-name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.timeline-obra-progress{align-items:center;gap:8px;display:flex}.progress-bar{background:#e5e7eb;border-radius:3px;flex:1;height:6px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#2563eb 0%,#10b981 100%);border-radius:3px;height:100%;transition:width .3s}.progress-text{color:#6b7280;text-align:right;min-width:32px;font-size:11px;font-weight:600}.timeline-chart{position:relative;overflow-x:auto}.timeline-month-header{z-index:20;background:#f9fafb;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.timeline-month-name{color:#374151;text-transform:capitalize;padding:12px 16px;font-size:14px;font-weight:600}.timeline-days-grid{z-index:15;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;position:sticky;top:49px}.timeline-day{text-align:center;border-right:1px solid #f3f4f6;flex:1;min-width:30px;padding:6px 2px}.timeline-day.weekend{background:#f9fafb}.timeline-day.today{background:#2563eb1a}.timeline-day-number{color:#374151;font-size:10px;font-weight:600;display:block}.timeline-day.today .timeline-day-number{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.timeline-bars{padding:8px 0;position:relative}.timeline-bar-row{border-bottom:1px solid #f3f4f6;height:70px;position:relative}.timeline-bar{cursor:pointer;border-radius:6px;align-items:center;height:40px;padding:0 8px;transition:box-shadow .2s,transform .2s;display:flex;position:absolute;top:15px;box-shadow:0 2px 4px #0000001a}.timeline-bar:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.timeline-bar-label{color:#fff;white-space:nowrap;font-size:11px;font-weight:500}.timeline-tooltip{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:250px;padding:16px;animation:.3s slideIn;position:fixed;bottom:20px;right:20px;box-shadow:0 8px 32px #00000026}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tooltip-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;display:flex}.tooltip-header h4{color:#1f2937;margin:0;font-size:14px;font-weight:600}.tooltip-header button{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:0;font-size:20px;line-height:1}.tooltip-header button:hover{color:#374151}.tooltip-content{flex-direction:column;gap:8px;display:flex}.tooltip-item{color:#6b7280;align-items:center;gap:8px;font-size:13px;display:flex}.timeline-chart::-webkit-scrollbar{height:8px}.timeline-chart::-webkit-scrollbar-track{background:#f1f5f9}.timeline-chart::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.timeline-chart::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (width<=1200px){.timeline-body{grid-template-columns:220px 1fr}}@media (width<=768px){.timeline-header{flex-direction:column;align-items:flex-start;gap:12px}.timeline-stats{justify-content:space-around;width:100%}.timeline-body{grid-template-columns:1fr}.timeline-obras-list{display:none}}.obra-progress-chart{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a}.obra-progress-chart.empty{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.obra-progress-chart.empty svg{opacity:.5;margin-bottom:16px}.obra-progress-chart.empty p{margin:0;font-size:14px}.chart-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.chart-title-group{align-items:center;gap:10px;display:flex}.chart-title-group h3{color:#1f2937;margin:0;font-size:15px;font-weight:600}.chart-summary{background:#f3f4f6;border-radius:6px;align-items:center;gap:8px;padding:6px 12px;display:flex}.summary-label{color:#6b7280;font-size:12px}.summary-value{color:#2563eb;font-size:14px;font-weight:700}.chart-container{margin-bottom:16px}.obra-chart-tooltip{background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:200px;padding:12px;box-shadow:0 4px 12px #0000001a}.tooltip-title{color:#1f2937;margin-bottom:8px;font-size:13px;font-weight:600}.tooltip-label{color:#6b7280}.tooltip-value{color:#1f2937;font-weight:600}.tooltip-divider{background:#e5e7eb;height:1px;margin:8px 0}.tooltip-stats{flex-direction:column;gap:4px;display:flex}.tooltip-stat{justify-content:space-between;align-items:center;font-size:11px;display:flex}.stat-label{color:#6b7280}.stat-value{border-radius:4px;padding:2px 6px;font-weight:600}.stat-value.completed{color:#065f46;background:#d1fae5}.stat-value.in-progress{color:#1e40af;background:#dbeafe}.stat-value.pending{color:#92400e;background:#fef3c7}.chart-legend{border-top:1px solid #f3f4f6;flex-wrap:wrap;justify-content:center;gap:20px;padding-top:12px;display:flex}.legend-item{color:#6b7280;align-items:center;gap:6px;font-size:12px;display:flex}.legend-color{border-radius:3px;width:14px;height:14px}.legend-color.completed{background:#10b981}.legend-color.advanced{background:#2563eb}.legend-color.progress{background:#f59e0b}.legend-color.initial{background:#ef4444}.legend-color.closed{background:#6b7280}@media (width<=768px){.chart-header{flex-direction:column;align-items:flex-start;gap:12px}.chart-legend{gap:12px}.legend-item{font-size:11px}}.obras-container{flex-direction:column;gap:24px;width:100%;display:flex}@media (width>=768px){.view-btn span{display:inline}}.section-header.space-between{justify-content:space-between;align-items:center;display:flex}.location-inputs{gap:8px;display:flex}.location-inputs .form-input{flex:1}.geo-btn{padding:12px 16px;font-size:18px}@media (width<=768px){.view-switcher-bar{flex-direction:column;align-items:stretch}.view-switcher{justify-content:stretch}.view-btn{flex:1;justify-content:center}.location-inputs{flex-direction:column}.geo-btn{width:100%}}.tratos-container{flex-direction:column;gap:24px;display:flex}.page-title{font-size:2rem;font-weight:700}.loading-state{padding:24px}.list-section{margin-top:8px}.kanban-board{width:100%;padding:8px;overflow-x:auto}.kanban-columns{grid-template-columns:repeat(7,minmax(280px,1fr));gap:16px;min-width:fit-content;display:grid}.kanban-column{background:#f9fafb;border-radius:8px;flex-direction:column;min-height:400px;max-height:calc(100vh - 300px);display:flex}.kanban-column-header{background:#fff;border-bottom:3px solid;border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.kanban-column-header h3{color:#374151;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:13px;font-weight:600}.kanban-count{color:#fff;text-align:center;border-radius:12px;min-width:24px;padding:2px 8px;font-size:12px;font-weight:600}.kanban-column-body{flex:1;padding:8px;transition:background-color .2s;overflow-y:auto}.kanban-column-body.is-over{background-color:#2563eb0d}.kanban-empty-column{color:#9ca3af;justify-content:center;align-items:center;padding:40px 16px;font-size:13px;font-style:italic;display:flex}.kanban-card{cursor:grab;background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:8px;padding:12px;transition:box-shadow .2s,transform .2s;box-shadow:0 1px 3px #0000001a}.kanban-card:hover{box-shadow:0 4px 12px #00000026}.kanban-card:active{cursor:grabbing}.kanban-card-header{align-items:center;gap:6px;margin-bottom:8px;display:flex}.kanban-card-icon{color:#6b7280}.kanban-card-id{color:#9ca3af;font-size:11px;font-weight:500}.kanban-card-title{color:#1f2937;margin-bottom:8px;font-size:13px;font-weight:600;line-height:1.4}.kanban-card-address,.kanban-card-worker,.kanban-card-deadline{color:#6b7280;align-items:center;gap:6px;margin-bottom:4px;font-size:11px;display:flex}.kanban-card-address svg,.kanban-card-worker svg,.kanban-card-deadline svg{flex-shrink:0}.kanban-card-deadline{border-top:1px solid #f3f4f6;margin-top:8px;padding-top:8px}.kanban-card-deadline.overdue{color:#dc2626}.kanban-card-deadline.urgent{color:#f59e0b}.kanban-card-deadline.normal{color:#6b7280}.kanban-column-body::-webkit-scrollbar{width:6px}.kanban-column-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.kanban-column-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.kanban-column-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (width<=1400px){.kanban-columns{grid-template-columns:repeat(4,minmax(280px,1fr))}}@media (width<=900px){.kanban-columns{grid-template-columns:repeat(2,minmax(280px,1fr))}}@media (width<=600px){.kanban-columns{grid-template-columns:1fr}}.gantt-chart{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.gantt-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.gantt-controls{align-items:center;gap:8px;display:flex}.gantt-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.gantt-btn:hover{background:#f3f4f6;border-color:#d1d5db}.gantt-btn-today{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s}.gantt-btn-today:hover{background:#f3f4f6}.gantt-title{color:#1f2937;text-transform:capitalize;margin:0 0 0 12px;font-size:16px;font-weight:600}.gantt-legend{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.gantt-legend-item{align-items:center;gap:6px;display:flex}.gantt-legend-color{border-radius:3px;width:12px;height:12px}.gantt-legend-label{color:#6b7280;font-size:12px}.gantt-legend-more{color:#9ca3af;font-size:12px}.gantt-body{grid-template-columns:250px 1fr;min-height:400px;display:grid}.gantt-tasks-list{border-right:1px solid #e5e7eb}.gantt-tasks-header{color:#374151;z-index:10;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:12px 16px;font-size:13px;font-weight:600;position:sticky;top:0}.gantt-task-row{border-bottom:1px solid #f3f4f6;height:60px}.gantt-task-info{flex-direction:column;gap:4px;padding:12px 16px;display:flex}.gantt-task-name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.gantt-task-status{font-size:11px;font-weight:500}.gantt-timeline{position:relative;overflow-x:auto}.gantt-month-header{z-index:20;background:#f9fafb;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.gantt-month-name{color:#374151;text-transform:capitalize;padding:12px 16px;font-size:14px;font-weight:600}.gantt-weeks{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex}.gantt-week{text-align:center;color:#6b7280;border-right:1px solid #e5e7eb;flex:1;min-width:100px;padding:6px 0;font-size:11px}.gantt-days-grid{z-index:15;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;position:sticky;top:49px}.gantt-day{text-align:center;border-right:1px solid #f3f4f6;flex:1;min-width:40px;padding:6px 2px}.gantt-day.weekend{background:#f9fafb}.gantt-day.today{background:#2563eb1a}.gantt-day-number{color:#374151;font-size:11px;font-weight:600;display:block}.gantt-day.today .gantt-day-number{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.gantt-day-name{color:#9ca3af;text-transform:uppercase;font-size:9px;display:block}.gantt-bars{padding:8px 0;position:relative}.gantt-bar-row{border-bottom:1px solid #f3f4f6;height:60px;position:relative}.gantt-bar{cursor:pointer;border-radius:6px;align-items:center;height:36px;padding:0 8px;transition:box-shadow .2s,transform .2s;display:flex;position:absolute;top:12px;box-shadow:0 2px 4px #0000001a}.gantt-bar:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.gantt-bar-label{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:500;overflow:hidden}.gantt-empty{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.gantt-empty svg{opacity:.5;margin-bottom:16px}.gantt-empty p{margin:0;font-size:14px}.gantt-timeline::-webkit-scrollbar{height:8px}.gantt-timeline::-webkit-scrollbar-track{background:#f1f5f9}.gantt-timeline::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.gantt-timeline::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (width<=1200px){.gantt-body{grid-template-columns:200px 1fr}}@media (width<=768px){.gantt-header{flex-direction:column;align-items:flex-start;gap:12px}.gantt-legend{flex-wrap:wrap}.gantt-body{grid-template-columns:1fr}.gantt-tasks-list{display:none}}.tareas-container{flex-direction:column;gap:24px;width:100%;display:flex}.page-header{justify-content:space-between;align-items:center;display:flex}.page-title{margin:0;font-size:2rem}.btn-new-trato{align-items:center;gap:8px;display:flex}.filters-bar{background:var(--color-bg-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);flex-wrap:wrap;align-items:center;gap:16px;padding:16px 24px;display:flex}.filter-group{align-items:center;gap:8px;min-width:fit-content;display:flex}.filter-select,.filter-input{font-family:var(--font-body);border:1px solid var(--color-border);border-radius:var(--radius-sm);background-color:var(--color-bg-body);color:var(--color-text-primary);transition:all var(--transition-fast);padding:8px 12px;font-size:.9rem}.filter-select:focus,.filter-input:focus{border-color:var(--color-accent-primary);outline:none}.view-switcher{background:var(--color-bg-body);border:1px solid var(--color-border);border-radius:6px;gap:4px;margin-left:auto;padding:4px;display:flex}@media (width>=768px){.view-btn span{display:inline}}.kanban-section,.gantt-section{background:var(--color-bg-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);min-height:500px;padding:24px}.task-icon{background-color:#f4f1ec}.max-w-sm{max-width:240px}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (width<=1024px){.filters-bar{flex-direction:column;align-items:stretch}.filter-group{margin-bottom:8px}.view-switcher{justify-content:stretch;margin-left:0}.view-btn{flex:1;justify-content:center}.page-header{flex-direction:column;align-items:flex-start;gap:16px}}.new-task-modal{flex-direction:column;gap:20px;display:flex}.new-task-modal .form-group{flex-direction:column;gap:8px;display:flex}.new-task-modal label{color:var(--color-text-primary);align-items:center;gap:8px;font-size:.875rem;font-weight:600;display:flex}.new-task-modal .required{color:var(--color-status-danger)}.new-task-modal .form-input{font-family:var(--font-body);border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-bg-surface);color:var(--color-text-primary);transition:all var(--transition-normal);padding:12px 16px;font-size:.9375rem}.new-task-modal .form-input:focus{border-color:var(--color-accent-primary);outline:none;box-shadow:0 0 0 3px #1e64a426}.new-task-modal .form-input::placeholder{color:var(--color-text-secondary)}.new-task-modal .form-textarea{resize:vertical;min-height:80px}.new-task-modal select.form-input{cursor:pointer}.new-task-modal .modal-actions{border-top:1px solid var(--color-border);justify-content:flex-end;gap:12px;margin-top:16px;padding-top:24px;display:flex}.worker-modal-container{flex-direction:column;gap:24px;display:flex}.worker-profile-header{border:1px solid var(--color-border);border-radius:var(--radius-lg);background-color:#f4f1ec66;flex-direction:column;gap:8px;padding:20px;display:flex}.worker-profile-item{color:var(--color-text-secondary);align-items:center;gap:8px;font-size:.95rem;display:flex}.worker-profile-item strong{color:var(--color-text-primary);width:80px;font-weight:600}.wallet-section-title{font-family:var(--font-heading);color:var(--color-text-primary);border-bottom:1px solid var(--color-border);margin-top:8px;margin-bottom:16px;padding-bottom:12px;font-size:1.25rem}.wallet-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.wallet-card{border-radius:var(--radius-lg);transition:transform var(--transition-normal);border:1px solid;flex-direction:column;padding:20px;display:flex;position:relative;overflow:hidden}.wallet-card:hover{transform:translateY(-2px)}.wallet-card-title{text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.75rem;font-weight:700}.wallet-card-amount{font-family:var(--font-heading);margin-bottom:8px;font-size:2.2rem;font-weight:500;line-height:1}.wallet-card-desc{opacity:.8;font-size:.75rem;line-height:1.4}.wallet-card.comprometido{background-color:#d4a5741a;border-color:#d4a5744d}.wallet-card.comprometido .wallet-card-title,.wallet-card.comprometido .wallet-card-amount{color:#8b5a2b}.wallet-card.proyectado{background-color:#1b43320d;border-color:#1b433226}.wallet-card.proyectado .wallet-card-title,.wallet-card.proyectado .wallet-card-amount{color:var(--color-primary)}.wallet-card.pagado{border-color:var(--color-border);background-color:#1b1b1b08;flex-direction:row;grid-column:span 2;justify-content:space-between;align-items:center}.wallet-card.pagado .wallet-card-title{color:var(--color-text-secondary);margin-bottom:0}.wallet-card.pagado .wallet-card-amount{color:var(--color-text-primary);margin-bottom:0}.wallet-empty{text-align:center;border-radius:var(--radius-lg);border:1px dashed var(--color-border);color:var(--color-text-secondary);background-color:#f4f1ec4d;padding:32px;font-style:italic}.trabajadores-container{flex-direction:column;gap:24px;width:100%;display:flex}@media (width>=768px){.view-btn span{display:inline}}.worker-initials{background-color:var(--color-bg-body);width:32px;height:32px;color:var(--color-accent-secondary);border:1px solid var(--color-border);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.role-tag{color:var(--color-status-info);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.05em;background-color:#457b9d1a;padding:4px 10px;font-size:.75rem;font-weight:600}.form-group label{color:var(--color-text-primary);font-size:.85rem;font-weight:600}.form-input{font-family:var(--font-body);border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-bg-surface);color:var(--color-text-primary);transition:all var(--transition-fast);padding:12px 16px;font-size:.95rem}.form-input:focus{border-color:var(--color-accent-primary);outline:none;box-shadow:0 0 0 3px #1b43321a}.flex-1{flex:1}.flex{display:flex}.items-center{align-items:center}.gap-2{gap:8px}.gap-3{gap:12px}.font-semibold{font-weight:600}.text-accent{color:var(--color-accent)}.text-xs{font-size:.75rem}.text-secondary{color:var(--color-text-secondary)}.mt-1{margin-top:4px}@media (width<=768px){.view-switcher-bar{flex-direction:column;align-items:stretch}.view-switcher{justify-content:stretch}.view-btn{flex:1;justify-content:center}}.pago-modal-container{flex-direction:column;gap:24px;display:flex}.pago-header-card{background:var(--card-bg,#fff);border:1px solid var(--border-color,#e5e7eb);border-radius:16px;padding:20px}.pago-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.pago-info-group{flex-direction:column;gap:6px;display:flex}.pago-info-label{color:#6b7280;text-transform:uppercase;font-size:12px;font-weight:600}.pago-info-value{color:#111827;align-items:center;gap:6px;font-size:15px;display:flex}.pago-divider{background:#e5e7eb;height:1px;margin:16px 0}.inline-icon{margin-right:4px}.pago-items-section,.pago-items-list{flex-direction:column;gap:12px;display:flex}.pago-item-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 16px}.pago-item-main{flex-direction:column;gap:8px;display:flex}.pago-item-title{color:#111827;font-weight:600}.pago-item-meta{color:#4b5563;flex-wrap:wrap;gap:16px;font-size:14px;display:flex}.pago-items-empty{color:#6b7280;border:1px dashed #d1d5db;border-radius:12px;padding:16px;font-size:14px}.pagos-container{flex-direction:column;gap:24px;width:100%;display:flex}.view-switcher{background:var(--color-bg-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);gap:4px;padding:4px;display:flex}.view-btn{border-radius:var(--radius-sm);color:var(--color-text-primary);cursor:pointer;transition:all var(--transition-normal);background:0 0;border:1px solid #0000;align-items:center;gap:6px;padding:8px 14px;font-size:.8125rem;font-weight:600;display:flex;position:relative;overflow:hidden}.view-btn:before{content:"";background:var(--glass-gradient);opacity:0;transition:opacity var(--transition-normal);pointer-events:none;position:absolute;inset:0}.view-btn:hover:before{opacity:1}@media (width>=768px){.view-btn span{display:inline}}.view-section{background:var(--color-bg-surface);border-radius:var(--radius-lg);border:1px solid var(--glass-border);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:24px}.list-section{background:var(--color-bg-surface-elevated);border-radius:var(--radius-lg);border:1px solid var(--glass-border);box-shadow:var(--shadow-lg);padding:32px;position:relative;overflow:hidden}.list-section:before{content:"";background:linear-gradient(90deg,#0000 0%,#3b82f64d 50%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.modal-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--color-text-primary);letter-spacing:.02em;font-size:.8125rem;font-weight:600}.form-input{font-family:var(--font-body);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-surface);color:var(--color-text-primary);transition:all var(--transition-normal);padding:12px 16px;font-size:.9375rem}.form-input:focus{border-color:var(--color-accent-secondary);background:var(--color-bg-surface);outline:none;box-shadow:0 0 0 3px #2563eb26}.form-input::placeholder{color:var(--color-text-secondary)}.modal-actions{border-top:1px solid var(--glass-border);justify-content:flex-end;gap:12px;margin-top:16px;padding-top:24px;display:flex}.preview-box{color:#0f172a;background:#f8fafc;border:1px solid #dbe2ea;border-radius:12px;margin-bottom:16px;padding:16px}.preview-title{color:#0f172a;margin:0 0 12px;font-size:16px;font-weight:700}.preview-summary{color:#0f172a;gap:8px;margin-bottom:16px;font-size:14px;display:grid}.preview-summary strong{color:#0f172a}.preview-subtitle{color:#0f172a;margin-bottom:8px;font-weight:700;display:block}.preview-task-list{gap:10px;margin-top:12px;display:grid}.preview-task-card{color:#0f172a;background:#fff;border:1px solid #dbe2ea;border-radius:10px;padding:12px}.preview-task-title{color:#0f172a;font-weight:700}.preview-task-meta{color:#475569;margin-top:4px;font-size:13px}.preview-task-amount{color:#0f172a;margin-top:6px;font-weight:700}.preview-empty{color:#475569;margin-top:10px;font-size:14px}@media (width<=768px){.view-switcher-bar{flex-direction:column;align-items:stretch}.view-switcher{justify-content:stretch}.view-btn{flex:1;justify-content:center}.modal-actions{flex-direction:column-reverse;align-items:stretch}.preview-summary{font-size:13px}}.wallet-modal-overlay{z-index:9999;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.wallet-modal{background:#fff;border-radius:20px;width:100%;max-width:1100px;max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 20px 60px #0000002e}.wallet-modal-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.wallet-modal-header h2{color:#111827;margin:0;font-size:28px;font-weight:700}.wallet-modal-header p{color:#6b7280;margin:8px 0 0;font-size:15px}.wallet-modal-close{cursor:pointer;background:#f3f4f6;border:none;border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.wallet-modal-close:hover{background:#e5e7eb}.wallet-modal-loading{text-align:center;color:#6b7280;padding:40px 0}.wallet-detail-cards{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px;display:grid}.wallet-detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px}.wallet-detail-card-top{color:#6b7280;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;display:flex}.wallet-detail-card strong{color:#111827;font-size:24px}.wallet-movements-section{background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden}.wallet-movements-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.wallet-movements-header h3{color:#111827;margin:0;font-size:18px}.wallet-movements-header span{color:#6b7280;font-size:14px}.wallet-no-movements{text-align:center;color:#6b7280;padding:28px}.wallet-movements-list{background:#fff;flex-direction:column;gap:14px;padding:18px;display:flex}.wallet-movement-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px}.wallet-movement-main{flex-direction:column;gap:12px;display:flex}.wallet-movement-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.wallet-movement-amount{color:#111827;font-size:18px;font-weight:700}.wallet-movement-meta{flex-wrap:wrap;gap:16px;display:flex}.wallet-movement-meta-item{color:#6b7280;align-items:center;gap:6px;font-size:14px;display:inline-flex}.wallet-movement-description{color:#374151;align-items:flex-start;gap:8px;font-size:14px;display:inline-flex}.movement-badge{border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.movement-badge.positive{color:#1d4ed8;background:#dbeafe}.movement-badge.negative{color:#991b1b;background:#fee2e2}.movement-badge.neutral{color:#374151;background:#e5e7eb}@media (width<=900px){.wallet-detail-cards{grid-template-columns:1fr}}@media (width<=640px){.wallet-modal{padding:18px}.wallet-movement-top{flex-direction:column;align-items:flex-start}.wallet-movement-meta{flex-direction:column;gap:8px}}.wallet-page{padding:24px}.wallet-page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.wallet-page-header h1{margin:0;font-size:28px;font-weight:700}.wallet-page-header p{color:#666;margin:6px 0 0}.wallet-refresh-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-weight:600;display:flex}.wallet-refresh-btn:hover{opacity:.92}.wallet-summary-cards{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.wallet-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px;box-shadow:0 2px 8px #0000000a}.wallet-summary-card span{color:#6b7280;margin-bottom:10px;font-size:14px;display:block}.wallet-summary-card strong{color:#111827;font-size:24px}.wallet-table-container{background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;box-shadow:0 2px 8px #0000000a}.wallet-table{border-collapse:collapse;width:100%}.wallet-table thead{background:#f9fafb}.wallet-table th,.wallet-table td{text-align:left;border-bottom:1px solid #f1f5f9;padding:16px}.wallet-table th{color:#6b7280;font-size:14px;font-weight:600}.wallet-table td{color:#111827;font-size:14px}.wallet-action-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 12px;font-weight:600;display:inline-flex}.wallet-action-btn:hover{opacity:.92}.wallet-loading,.wallet-empty{text-align:center;color:#6b7280;padding:40px}.wallet-empty svg{margin-bottom:12px}@media (width<=1100px){.wallet-summary-cards{grid-template-columns:repeat(2,1fr)}.wallet-table-container{overflow-x:auto}.wallet-table{min-width:900px}}@media (width<=640px){.wallet-page{padding:16px}.wallet-page-header{flex-direction:column;align-items:flex-start;gap:12px}.wallet-summary-cards{grid-template-columns:1fr}}.evidence-gallery{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 1px 3px #00000014}.gallery-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.filter-chips{flex-wrap:wrap;gap:8px;display:flex}.chip{color:#6b7280;cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.chip:hover{background:#f3f4f6;border-color:#d1d5db}.chip.active{color:#fff;background:#2563eb;border-color:#2563eb}.chip.pending.active{background:#f59e0b;border-color:#f59e0b}.chip.approved.active{background:#10b981;border-color:#10b981}.chip.rejected.active{background:#ef4444;border-color:#ef4444}.gallery-empty{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.gallery-empty svg{opacity:.5;margin-bottom:16px}.gallery-empty p{margin:0;font-size:14px}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:16px;display:grid}.evidence-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-height:220px;transition:all .25s;overflow:hidden}.evidence-card:hover{border-color:#2563eb;transform:translateY(-3px);box-shadow:0 10px 28px #0000001f}.card-header{background:#f9fafb;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.card-id{color:#9ca3af;font-size:11px;font-weight:600}.card-status{text-transform:uppercase;letter-spacing:.5px;border-radius:12px;align-items:center;gap:4px;padding:4px 8px;font-size:10px;font-weight:600;display:flex}.card-body{gap:16px;padding:16px;display:flex}.card-icon{background:#f9fafb;border:1px solid #f3f4f6;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.card-info{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.info-row{color:#6b7280;align-items:flex-start;gap:6px;min-width:0;font-size:12px;display:flex}.info-row svg{flex-shrink:0;margin-top:2px}.info-row span{overflow-wrap:anywhere;word-break:break-word;min-width:0}.card-footer{background:#f9fafb;border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.progress-info{flex-direction:column;gap:2px;min-width:0;display:flex}.progress-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-size:10px}.progress-value{font-size:14px;font-weight:700}.view-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-shrink:0;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.view-btn:hover{color:#2563eb;background:#f3f4f6;border-color:#2563eb}.modal-overlay{z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:860px;max-height:90vh;overflow:hidden auto;box-shadow:0 20px 60px #00000047}.modal-header{z-index:2;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 24px;display:flex;position:sticky;top:0}.modal-title{align-items:center;gap:10px;display:flex}.modal-title h3{color:#1f2937;margin:0;font-size:16px;font-weight:600}.close-btn{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;transition:all .2s;display:flex}.close-btn:hover{color:#1f2937;background:#e5e7eb}.modal-body{padding:24px}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.detail-section{min-width:0}.detail-section h4{color:#374151;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:13px;font-weight:600}.detail-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 0;display:flex}.detail-row:last-child{border-bottom:none}.detail-row .label{color:#6b7280;flex-shrink:0;font-size:12px}.detail-row .value{color:#1f2937;text-align:right;word-break:break-word;overflow-wrap:anywhere;font-size:13px;font-weight:600}.detail-row .value.highlight{color:#2563eb;font-size:16px}.status-badge-large{background:#f9fafb;border:2px solid;border-radius:12px;align-items:center;gap:10px;margin-bottom:16px;padding:16px;display:flex}.status-badge-large span{text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:700}.comment-box{background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;margin-top:12px;padding:12px}.comment-label{color:#92400e;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:11px;font-weight:600;display:block}.comment-text{color:#78350f;white-space:pre-wrap;margin:0;font-size:13px;line-height:1.5}.evidences-section{border-top:1px solid #e5e7eb;margin-top:28px;padding-top:20px}.evidences-section h4{color:#374151;text-transform:uppercase;letter-spacing:.5px;margin:0 0 14px;font-size:13px;font-weight:600}.evidences-empty{color:#6b7280;background:#f9fafb;border:1px dashed #d1d5db;border-radius:10px;align-items:center;gap:8px;padding:14px;font-size:13px;display:flex}.evidences-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.evidence-file-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;min-width:0;display:flex;overflow:hidden}.evidence-file-top{background:#f9fafb;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.evidence-file-type{color:#374151;align-items:center;gap:6px;min-width:0;font-size:12px;font-weight:600;display:flex}.evidence-file-type span{overflow-wrap:anywhere;word-break:break-word}.evidence-file-id{color:#9ca3af;flex-shrink:0;font-size:11px;font-weight:600}.evidence-preview-wrapper{background:#f3f4f6;border-bottom:1px solid #f3f4f6;width:100%;height:200px;overflow:hidden}.evidence-preview-image{object-fit:cover;object-position:center;width:100%;height:200px;display:block}.evidence-placeholder{color:#9ca3af;text-align:center;background:#f9fafb;border-bottom:1px solid #f3f4f6;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:200px;padding:12px;display:flex}.evidence-placeholder span{font-size:12px}.evidence-file-meta{flex-direction:column;gap:10px;min-width:0;padding:14px;display:flex}.evidence-meta-row{flex-direction:column;gap:4px;min-width:0;display:flex}.meta-label{text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;font-size:11px;font-weight:600}.meta-value{color:#374151;word-break:break-word;overflow-wrap:anywhere;font-size:12px}.evidence-url-text{color:#2563eb}.evidence-link-btn{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;justify-content:center;align-items:center;gap:6px;margin:0 14px 14px;padding:10px 12px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.evidence-link-btn:hover{background:#dbeafe}.modal-footer{background:#f9fafb;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex;position:sticky;bottom:0}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.btn.reject{color:#dc2626;background:#fee2e2}.btn.reject:hover{background:#fecaca}.btn.approve{color:#059669;background:#d1fae5}.btn.approve:hover{background:#a7f3d0}.btn.close{color:#374151;background:#f3f4f6}.btn.close:hover{background:#e5e7eb}@media (width<=768px){.evidence-gallery{padding:16px}.gallery-header{flex-direction:column;align-items:stretch}.filter-chips{justify-content:stretch}.chip{flex:1;justify-content:center}.gallery-grid,.detail-grid,.evidences-grid{grid-template-columns:1fr}.card-footer{flex-direction:column;align-items:stretch}.view-btn{justify-content:center;width:100%}.modal-content{max-height:92vh}.modal-header,.modal-body,.modal-footer{padding-left:16px;padding-right:16px}.modal-footer{flex-direction:column}.btn{justify-content:center;width:100%}}.review-timeline{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a}.timeline-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.timeline-filters{flex-wrap:wrap;gap:8px;display:flex}.filter-btn{color:#6b7280;cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.filter-btn:hover{background:#f3f4f6;border-color:#d1d5db}.filter-btn.active{color:#fff;background:#2563eb;border-color:#2563eb}.filter-btn.approved.active{background:#10b981;border-color:#10b981}.filter-btn.rejected.active{background:#ef4444;border-color:#ef4444}.timeline-empty{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.timeline-empty svg{opacity:.5;margin-bottom:16px}.timeline-empty p{margin:0;font-size:14px}.timeline-container{max-height:500px;margin-bottom:24px;padding-right:8px;overflow-y:auto}.timeline{padding-left:20px;position:relative}.timeline-item{gap:16px;margin-bottom:24px;display:flex;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-marker{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.marker-icon{z-index:1;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 2px 8px #00000026}.marker-icon.approved{color:#fff;background:#10b981}.marker-icon.rejected{color:#fff;background:#ef4444}.marker-line{background:#e5e7eb;flex-grow:1;width:2px;min-height:40px;margin-top:8px}.timeline-content{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;flex:1;padding:16px;transition:all .2s}.timeline-content:hover{border-color:#2563eb;box-shadow:0 4px 12px #00000014}.content-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.content-title{color:#1f2937;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.status-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:12px;padding:3px 8px;font-size:10px;font-weight:600}.status-badge.approved{color:#065f46;background:#d1fae5}.status-badge.rejected{color:#991b1b;background:#fee2e2}.content-body{flex-wrap:wrap;gap:12px;margin-bottom:10px;display:flex}.content-row{color:#6b7280;align-items:center;gap:6px;font-size:12px;display:flex}.content-row svg{flex-shrink:0}.qty-label{color:#9ca3af;font-weight:500}.qty-value{color:#2563eb;font-weight:600}.review-comment{background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;gap:8px;margin-top:10px;padding:10px 12px;display:flex}.comment-icon{flex-shrink:0;font-size:14px}.review-comment p{color:#92400e;margin:0;font-size:12px;line-height:1.5}.timeline-summary{border-top:1px solid #f3f4f6;grid-template-columns:repeat(3,1fr);gap:12px;padding-top:20px;display:grid}.summary-card{border:1px solid;border-radius:12px;align-items:center;gap:12px;padding:16px;display:flex}.summary-card.approved{background:#d1fae5;border-color:#6ee7b7}.summary-card.rejected{background:#fee2e2;border-color:#fca5a5}.summary-card.total{background:#dbeafe;border-color:#93c5fd}.summary-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.summary-card.approved .summary-icon{color:#fff;background:#10b981}.summary-card.rejected .summary-icon{color:#fff;background:#ef4444}.summary-card.total .summary-icon{color:#fff;background:#2563eb}.summary-info{flex-direction:column;gap:2px;display:flex}.summary-value{font-size:24px;font-weight:700}.summary-card.approved .summary-value{color:#065f46}.summary-card.rejected .summary-value{color:#991b1b}.summary-card.total .summary-value{color:#1e40af}.summary-label{font-size:12px;font-weight:500}.summary-card.approved .summary-label{color:#047857}.summary-card.rejected .summary-label{color:#dc2626}.summary-card.total .summary-label{color:#2563eb}.timeline-container::-webkit-scrollbar{width:6px}.timeline-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.timeline-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.timeline-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (width<=768px){.timeline-header{flex-direction:column;align-items:stretch}.timeline-filters{justify-content:stretch}.filter-btn{flex:1;justify-content:center}.timeline-summary{grid-template-columns:1fr}.content-header{flex-direction:column;align-items:flex-start;gap:8px}.content-body{flex-direction:column;gap:8px}}.review-stats-chart{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a}.stats-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.header-left{align-items:center;gap:10px;display:flex}.header-left h3{color:#1f2937;margin:0;font-size:15px;font-weight:600}.header-stats{gap:12px;display:flex}.stat-badge{color:#6b7280;background:#f9fafb;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;display:flex}.stat-badge.highlight{color:#065f46;background:#d1fae5}.charts-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px;display:grid}.chart-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:16px}.card-header{margin-bottom:12px}.card-header h4{color:#374151;margin:0;font-size:13px;font-weight:600}.chart-container{height:280px}.stats-tooltip{background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:140px;padding:12px;box-shadow:0 4px 12px #0000001a}.tooltip-label{color:#1f2937;border-bottom:1px solid #f3f4f6;margin-bottom:8px;padding-bottom:6px;font-size:12px;font-weight:600}.tooltip-row{justify-content:space-between;align-items:center;margin-bottom:4px;font-size:11px;display:flex}.tooltip-value{margin-left:8px;font-weight:700}.quick-stats{border-top:1px solid #f3f4f6;grid-template-columns:repeat(4,1fr);gap:12px;padding-top:20px;display:grid}.quick-stat-card{border:1px solid;border-radius:10px;align-items:center;gap:12px;padding:14px;display:flex}.quick-stat-card.pending{background:#fef3c7;border-color:#fcd34d}.quick-stat-card.approved{background:#d1fae5;border-color:#6ee7b7}.quick-stat-card.rejected{background:#fee2e2;border-color:#fca5a5}.quick-stat-card.rate{background:#dbeafe;border-color:#93c5fd}.stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.quick-stat-card.pending .stat-icon{color:#fff;background:#f59e0b}.quick-stat-card.approved .stat-icon{color:#fff;background:#10b981}.quick-stat-card.rejected .stat-icon{color:#fff;background:#ef4444}.quick-stat-card.rate .stat-icon{color:#fff;background:#2563eb}.stat-info{flex-direction:column;gap:2px;display:flex}.stat-value{font-size:22px;font-weight:700}.quick-stat-card.pending .stat-value{color:#92400e}.quick-stat-card.approved .stat-value{color:#065f46}.quick-stat-card.rejected .stat-value{color:#991b1b}.quick-stat-card.rate .stat-value{color:#1e40af}.stat-label{font-size:11px;font-weight:500}.quick-stat-card.pending .stat-label{color:#78350f}.quick-stat-card.approved .stat-label{color:#047857}.quick-stat-card.rejected .stat-label{color:#7f1d1d}.quick-stat-card.rate .stat-label{color:#1e40af}.review-stats-chart .recharts-legend-wrapper{outline:none}.review-stats-chart .recharts-legend-item{margin-right:16px!important}@media (width<=900px){.charts-grid{grid-template-columns:1fr}}@media (width<=768px){.stats-header{flex-direction:column;align-items:stretch}.header-stats{justify-content:space-around}.quick-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.quick-stats{grid-template-columns:1fr}.quick-stat-card{justify-content:center}}.evidencias-container{flex-direction:column;gap:24px;width:100%;display:flex}.kpi-row{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:12px;padding:16px;display:flex;box-shadow:0 1px 3px #0000001a}.kpi-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.kpi-card.total .kpi-icon{color:#2563eb;background:#dbeafe}.kpi-card.pending .kpi-icon{color:#f59e0b;background:#fef3c7}.kpi-card.approved .kpi-icon{color:#10b981;background:#d1fae5}.kpi-card.rejected .kpi-icon{color:#ef4444;background:#fee2e2}.kpi-info{flex-direction:column;gap:2px;display:flex}.kpi-value{color:#1f2937;font-size:24px;font-weight:700}.kpi-label{color:#6b7280;font-size:12px;font-weight:500}.view-switcher-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.view-switcher{background:var(--color-bg-body);border:1px solid var(--color-border);border-radius:6px;gap:4px;padding:4px;display:flex}.view-btn{color:var(--color-text-primary);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.view-btn:hover{background:var(--color-bg-surface-elevated);color:var(--color-accent-primary)}.view-btn.active{background:var(--color-accent-gradient);color:#fff;box-shadow:0 2px 8px #1e64a44d}.view-btn span{display:none}@media (width>=768px){.view-btn span{display:inline}}.view-section{background:var(--color-bg-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);padding:24px}.actions-cell{flex-wrap:wrap;gap:8px;display:flex}.btn-approve{color:#065f46!important;background:#d1fae5!important;border-color:#6ee7b7!important}.btn-approve:hover{background:#a7f3d0!important}.btn-reject{color:#991b1b!important;background:#fee2e2!important;border-color:#fca5a5!important}.btn-reject:hover{background:#fecaca!important}@media (width<=1024px){.kpi-row{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.view-switcher-bar{flex-direction:column;align-items:stretch}.view-switcher{justify-content:stretch}.view-btn{flex:1;justify-content:center}.kpi-row{grid-template-columns:1fr}.kpi-card{justify-content:center}.actions-cell{flex-direction:column}.actions-cell .btn-approve,.actions-cell .btn-reject{justify-content:center;width:100%}}.materiales-container{flex-direction:column;gap:24px;width:100%;display:flex}.materiales-kpi-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.materiales-kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;box-shadow:0 1px 3px #00000014}.materiales-kpi-card span{color:#6b7280;margin-bottom:8px;font-size:13px;font-weight:500;display:block}.materiales-kpi-card strong{color:#1f2937;font-size:28px;font-weight:700}.materiales-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.list-section{background:var(--color-bg-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);padding:32px}.material-cell{align-items:center;gap:10px;display:flex}.material-icon-wrapper{background:#eff6ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.material-icon{color:#2563eb}.material-name{color:#111827;font-weight:600}.material-edit-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.material-edit-btn:hover{background:#f9fafb;border-color:#9ca3af}@media (width<=1024px){.materiales-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.materiales-kpi-grid{grid-template-columns:1fr}.materiales-toolbar{flex-direction:column;align-items:stretch}.list-section{padding:20px}}.configuracion-container{flex-direction:column;gap:32px;max-width:900px;display:flex}.configuracion-header{flex-direction:column;gap:8px;display:flex}.header-content{align-items:center;gap:16px;display:flex}.header-icon{color:var(--color-accent-secondary);background:var(--color-bg-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);padding:8px}.header-content h1{margin:0;font-size:2rem}.header-description{color:var(--color-text-secondary);margin:0;font-size:1rem}.configuracion-section{background:var(--color-bg-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);padding:24px}.section-header{border-bottom:1px solid var(--color-border);align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;display:flex}.section-header h2{color:var(--color-text-primary);margin:0;font-size:1.25rem}.section-header svg{color:var(--color-accent-secondary)}.theme-options{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px;display:grid}.theme-option{background:var(--color-bg-surface-elevated);border:2px solid var(--color-border);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-normal);flex-direction:column;align-items:center;gap:12px;padding:20px;display:flex}.theme-option:hover{border-color:var(--color-accent-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.theme-option.active{border-color:var(--color-accent-primary);box-shadow:0 0 0 3px #1e64a41a, var(--shadow-md);background:#1e64a414}.theme-option svg{color:var(--color-text-secondary);transition:color var(--transition-normal)}.theme-option.active svg{color:var(--color-accent-primary)}.theme-option span{color:var(--color-text-primary);font-size:.9375rem;font-weight:600}.theme-preview{border-radius:var(--radius-md);border:1px solid #0000001a;width:100%;height:100px;display:flex;overflow:hidden}.theme-preview-light{background:#f1f5f9}.theme-preview-light .preview-sidebar{background:#1e293b;width:30%}.theme-preview-light .preview-content{flex-direction:column;gap:4px;width:70%;padding:6px;display:flex}.theme-preview-light .preview-header{background:#fff;border:1px solid #e2e8f0;border-radius:3px;height:20px}.theme-preview-light .preview-body{background:#fff;border:1px solid #e2e8f0;border-radius:3px;flex:1}.theme-preview-dark{background:#0a1628}.theme-preview-dark .preview-sidebar{background:#050f1e;width:30%}.theme-preview-dark .preview-content{flex-direction:column;gap:4px;width:70%;padding:6px;display:flex}.theme-preview-dark .preview-header{background:#112240;border:1px solid #1e3a5f;border-radius:3px;height:20px}.theme-preview-dark .preview-body{background:#112240;border:1px solid #1e3a5f;border-radius:3px;flex:1}.theme-description{background:var(--color-bg-surface-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:16px}.theme-description p{color:var(--color-text-secondary);margin:0;font-size:.9375rem;line-height:1.6}.theme-description strong{color:var(--color-accent-secondary);font-weight:600}.system-info{flex-direction:column;gap:16px;display:flex}.info-item{background:var(--color-bg-surface-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);justify-content:space-between;align-items:center;padding:16px;display:flex}.info-label{color:var(--color-text-secondary);font-size:.9375rem;font-weight:500}.info-value{color:var(--color-text-primary);font-size:.9375rem;font-weight:600}@media (width<=768px){.configuracion-container{gap:24px}.header-content h1{font-size:1.5rem}.theme-options{grid-template-columns:1fr}.info-item{flex-direction:column;align-items:flex-start;gap:8px}}
