:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,select,textarea{font-size:16px!important}body{overflow-x:hidden;margin:0;padding:0;width:100%}#root>:not(div):not(nav):not(button):not(span):not(a):not(form){font-size:0!important;color:transparent!important;position:absolute!important;pointer-events:none!important}.obras-container{padding:20px;max-width:1000px;margin:0 auto;font-family:Segoe UI,system-ui,sans-serif}.obras-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.btn-reset-mini{background:none;border:none;font-size:.9em;color:#9ca3af;cursor:pointer;margin-right:10px}.btn-green{background:#16a34a;color:#fff;border:none;padding:10px 20px;borderRadius:8px;cursor:pointer;font-weight:700;transition:background .2s}.btn-green:hover{background:#15803d}.obras-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.obra-card{border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 4px 6px #0000000d;overflow:hidden;display:flex;flexDirection:column;transition:transform .2s}.obra-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px #0000001a}.card-top{padding:20px;border-bottom:1px solid #f3f4f6}.card-actions{display:flex;justify-content:space-between;align-items:start;margin-bottom:10px}.badge-estado{padding:4px 12px;border-radius:20px;font-size:.75em;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.5px}.estado-terminada{background:#16a34a}.estado-ejecucion{background:#2563eb}.estado-proyecto{background:#d97706}.estado-detenida{background:#dc2626}.btn-icon{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;padding:4px 8px;font-size:1.1em;transition:all .2s}.btn-icon:hover{background:#f9fafb;border-color:#d1d5db}.btn-delete{color:#dc2626;border-color:#fecaca;background:#fef2f2}.btn-delete:hover{background:#fee2e2;border-color:#fca5a5}.obra-titulo{margin:0 0 5px;color:#1f2937;font-size:1.4em}.obra-ubicacion{color:#6b7280;font-size:.9em;display:flex;align-items:center;gap:5px}.progress-section{margin-top:15px}.progress-labels{display:flex;justify-content:space-between;font-size:.8em;color:#64748b;margin-bottom:5px;font-weight:600}.progress-bar-bg{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:4px;transition:width .5s ease-in-out}.card-body{padding:20px;background:#f9fafb;flex:1}.total-section{margin-bottom:15px}.label-mini{text-transform:uppercase;color:#6b7280;font-weight:700;font-size:.7em;display:block;margin-bottom:2px}.monto-grande{font-size:1.6em;font-weight:800;color:#111827}.gastos-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gasto-item{background:#fff;padding:10px;border-radius:8px;border:1px solid #e5e7eb}.monto-mat{font-weight:700;color:#0f766e;font-size:1.1em}.monto-mo{font-weight:700;color:#b45309;font-size:1.1em}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;backdrop-filter:blur(2px)}.modal-content{background:#fff;padding:30px;border-radius:12px;width:450px;box-shadow:0 20px 25px -5px #0000001a;max-height:90vh;overflow-y:auto}.form-row{display:flex;gap:15px;margin-bottom:15px}.form-group{margin-bottom:15px;flex:1}.form-label{display:block;margin-bottom:5px;font-weight:700;font-size:.9em;color:#374151}.form-input,.form-select{width:100%;padding:10px;border-radius:6px;border:1px solid #d1d5db;box-sizing:border-box;font-family:inherit}.modal-footer{display:flex;gap:10px;margin-top:25px;padding-top:20px;border-top:1px solid #e5e7eb}.btn-cancel{flex:1;background:#9ca3af;color:#fff;border:none;padding:12px;border-radius:6px;cursor:pointer;font-weight:600}.personal-container{padding:20px;max-width:1200px;margin:0 auto;font-family:Segoe UI,system-ui,sans-serif;background-color:#f8fafc;min-height:100vh}.header-rol{background-color:#fefce8;padding:8px 15px;border-radius:8px;margin-bottom:20px;border:1px solid #fde047;display:flex;justify-content:space-between;align-items:center;color:#854d0e;font-size:.9em}.btn-rol{background:#fff;border:1px solid #eab308;padding:5px 12px;border-radius:20px;cursor:pointer;font-weight:700;font-size:.8em;color:#a16207;transition:all .2s}.btn-rol:hover{background:#fef08a}.header-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.toggle-group{background:#e5e7eb;padding:4px;border-radius:8px;display:flex;gap:4px}.btn-toggle{padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9em;color:#6b7280;background:transparent}.btn-toggle.active{background:#fff;color:#1f2937;box-shadow:0 1px 3px #0000001a}.filters-bar{background:#fff;padding:15px;border-radius:10px;box-shadow:0 1px 3px #0000000d;margin-bottom:20px;display:flex;gap:20px;border:1px solid #e5e7eb}.filter-group{flex:1}.filter-label{display:block;font-size:.75em;color:#6b7280;margin-bottom:6px;font-weight:700;text-transform:uppercase}.filter-input{width:100%;padding:10px;border-radius:6px;border:1px solid #d1d5db;font-size:.95em}.dashboard-grid{display:flex;gap:15px;margin-bottom:20px;overflow-x:auto;padding-bottom:10px}.card-proyeccion{background:#eff6ff;color:#1e3a8a;border:1px solid #bfdbfe;padding:15px;border-radius:10px;min-width:220px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 2px 4px #0000000d}.card-proyeccion .label{font-size:.8em;opacity:.8;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.card-proyeccion .value{font-size:1.8em;font-weight:800;color:#2563eb;margin:5px 0}.card-obra{background:#fff;border:1px solid #e5e7eb;padding:15px;border-radius:10px;min-width:180px}.card-obra .label{font-size:.7em;color:#6b7280;text-transform:uppercase;font-weight:700}.card-obra .title{font-weight:600;color:#374151;margin-bottom:4px;font-size:.95em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-obra .value{font-size:1.4em;color:#2563eb;font-weight:700}.actions-bar{text-align:right;margin-bottom:15px}.btn-action{padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:600;border:none;margin-left:10px;color:#fff;transition:transform .1s}.btn-action:active{transform:scale(.98)}.btn-blue{background:#0284c7}.btn-reset{background:none;color:#9ca3af;border:none;cursor:pointer;font-size:.9em;margin-right:15px}.btn-reset:hover{color:#ef4444;text-decoration:underline}.gremio-section{background:#fff;border-radius:10px;border:1px solid #e5e7eb;overflow:hidden;margin-bottom:25px}.gremio-header{background:#f9fafb;padding:12px 20px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.gremio-title{margin:0;color:#374151;text-transform:uppercase;font-size:.95em;font-weight:700}.table-personal{width:100%;border-collapse:collapse}.table-personal tr{border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .2s}.table-personal tr:hover{background:#f8fafc}.table-personal td{padding:15px 20px}.col-name{font-weight:700;color:#2563eb;text-decoration:underline;text-underline-offset:3px}.col-sub{font-size:.85em;color:#6b7280;margin-top:2px}.money-danger{color:#dc2626;font-weight:700;font-size:1.1em}.money-success{color:#059669;font-weight:700;font-size:1.1em}.profile-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;border-left:6px solid #2563eb;display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}.profile-info h2{margin:0 0 5px;color:#1e3a8a;font-size:1.8em}.profile-meta{color:#6b7280;font-size:.95em}.profile-obra{margin-top:8px;font-weight:700;color:#059669;background:#ecfdf5;padding:4px 10px;border-radius:4px;display:inline-block;font-size:.85em}.detail-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}.detail-panel{background:#fff;padding:20px;border-radius:10px;border:1px solid #e5e7eb}.panel-title{margin-top:0;border-bottom:1px solid #f3f4f6;padding-bottom:15px;margin-bottom:20px;color:#374151}.cert-grid{display:flex;gap:15px;margin-bottom:20px}.cert-card{flex:1;padding:15px;border-radius:8px;border:1px solid transparent}.cert-real{background:#f0fdf4;border-color:#bbf7d0}.cert-est{background:#fff7ed;border-color:#fed7aa}.history-list{list-style:none;padding:0;max-height:400px;overflow-y:auto}.history-item{padding:12px;border-bottom:1px solid #f3f4f6;font-size:.9em;display:flex;justify-content:space-between;align-items:center}.btn-back{background:transparent;border:1px solid #9ca3af;padding:6px 12px;border-radius:6px;cursor:pointer;color:#4b5563;font-weight:600}.btn-edit{background:#f3f4f6;border:1px solid #d1d5db;padding:6px 15px;border-radius:6px;cursor:pointer;font-weight:600;color:#4b5563;transition:background .2s}.btn-edit:hover{background:#e5e7eb;color:#111}.btn-delete-mini{background:#fee2e2;color:#dc2626;border:none;width:24px;height:24px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:10px}.btn-delete-mini:hover{background:#fecaca}.obra-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:15px}.asistencia-card{border:1px solid #e5e7eb;border-radius:12px;padding:20px;background:#fff;transition:transform .2s}.asistencia-card.presente{border:2px solid #22c55e;background:#f0fdf4}.btn-presente{width:100%;padding:12px;background:#2563eb;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700;margin-top:10px}.materiales-container{padding:20px;max-width:900px;margin:0 auto;font-family:Segoe UI,system-ui,sans-serif;background-color:#f8fafc;min-height:100vh}.login-bar{background:#1f2937;color:#fff;padding:10px 20px;border-radius:8px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;font-size:.9em}.input-dark{background:#374151;border:1px solid #4b5563;color:#fff;padding:4px 8px;border-radius:4px}.header-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.btn-new{background:#16a34a;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:700;display:flex;align-items:center;gap:8px}.btn-new:hover{background:#15803d}.btn-reset-mini{background:none;border:none;font-size:1.2em;cursor:pointer;opacity:.5;margin-right:10px}.card-pedido{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 4px #00000008}.card-pedido.recibido{background:#f0fdf4;border-color:#bbf7d0}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;border-bottom:1px solid #f1f5f9;padding-bottom:10px}.badge-obra{background:#e0f2fe;color:#0369a1;padding:4px 10px;border-radius:20px;font-size:.8em;font-weight:700;margin-right:10px}.badge-status{padding:6px 12px;border-radius:20px;font-size:.75em;font-weight:800;color:#fff;text-transform:uppercase}.status-red{background:#ef4444}.status-orange{background:#f59e0b}.status-green{background:#22c55e}.card-body{display:flex;gap:20px;margin-bottom:15px}.col-items{flex:1;padding:15px;border-radius:8px;font-size:.9em}.col-original{background:#f8fafc;border-left:4px solid #94a3b8}.col-oficina{background:#eff6ff;border-left:4px solid #3b82f6}.items-list{list-style:none;padding:0;margin:0}.items-list li{margin-bottom:6px;color:#334155}.badge-deuda{margin-left:8px;font-size:.75em;background:#fee2e2;color:#991b1b;padding:2px 6px;border-radius:4px;border:1px solid #fecaca}.card-footer{display:flex;justify-content:space-between;align-items:center;font-size:.85em;color:#64748b;margin-top:10px}.card-actions{text-align:right;margin-top:15px;border-top:1px solid #f1f5f9;padding-top:15px}.btn-action{border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:700;color:#fff;font-size:.9em}.btn-blue{background:#2563eb}.btn-green{background:#16a34a}.btn-edit-mini{background:#fff;border:1px solid #cbd5e1;cursor:pointer;padding:4px 8px;border-radius:4px;margin-left:10px;font-size:.8em}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:25px;border-radius:12px;width:500px;max-width:90%;max-height:90vh;overflow-y:auto}.form-group{margin-bottom:15px}.form-label{display:block;font-weight:600;font-size:.9em;color:#475569;margin-bottom:5px}.form-input,.form-select,.form-textarea{width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:6px;box-sizing:border-box}.modal-footer{display:flex;gap:10px;margin-top:25px;padding-top:20px;border-top:1px solid #e2e8f0}.btn-cancel{flex:1;background:#94a3b8;color:#fff;border:none;padding:12px;border-radius:6px;cursor:pointer;font-weight:600}.btn-confirm{flex:1;background:#2563eb;color:#fff;border:none;padding:12px;border-radius:6px;cursor:pointer;font-weight:600}.item-check-row{display:flex;justify-content:space-between;align-items:center;padding:8px;border-bottom:1px solid #f1f5f9}.input-cant{width:60px;text-align:center;padding:5px;border:1px solid #cbd5e1;border-radius:4px;font-weight:700}.alert-warning{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;padding:10px;border-radius:6px;font-size:.9em;margin-bottom:15px}:root{--primary-orange: #ea580c;--primary-orange-light: #fb923c;--primary-orange-bg: #fff7ed;--slate-dark: #0f172a;--slate-text: #334155;--slate-muted: #64748b;--slate-border: #e2e8f0;--bg-page: #f8fafc;--white: #ffffff;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--radius-lg: 12px;--radius-md: 8px;--radius-full: 9999px;--font-main: "Segoe UI", system-ui, sans-serif;--transition-fast: .2s ease}.panol-container{max-width:1200px;margin:0 auto;font-family:var(--font-main);padding:20px;background-color:var(--bg-page);min-height:100vh}.panol-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;border-bottom:4px solid var(--primary-orange);background:var(--white);padding:20px;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.panol-title{margin:0;color:var(--primary-orange);display:flex;align-items:center;gap:12px;font-size:1.8rem;letter-spacing:-.5px}.panol-tabs{display:flex;gap:12px}.tab-btn{padding:10px 24px;border-radius:var(--radius-full);border:none;cursor:pointer;font-weight:600;transition:var(--transition-fast);position:relative;font-size:.95rem}.tab-btn.active{background:var(--primary-orange);color:var(--white);box-shadow:0 4px 12px #ea580c4d;transform:translateY(-1px)}.tab-btn.inactive{background:var(--primary-orange-bg);color:var(--primary-orange)}.tab-btn:hover:not(.active){background:#ffedd5}.badge-count{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.75em;font-weight:700;box-shadow:0 2px 4px #0003}.panol-controls{margin-bottom:25px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.search-box{position:relative;flex:1;max-width:400px}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);opacity:.5;pointer-events:none}.search-input{width:100%;padding:12px 12px 12px 40px;border:1px solid var(--slate-border);border-radius:var(--radius-full);font-size:.95rem;transition:all .2s;box-shadow:var(--shadow-sm)}.search-input:focus{outline:none;border-color:var(--primary-orange);box-shadow:0 0 0 4px #ea580c1a}.btn-new{background:var(--slate-dark);color:var(--white);padding:12px 28px;border-radius:var(--radius-md);border:none;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow-md);transition:var(--transition-fast)}.btn-new:hover{background:#1e293b;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:25px}.tool-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--slate-border);display:flex;flex-direction:column;transition:all .25s ease}.tool-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:#cbd5e1}.card-header{padding:16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9;background:#f8fafc}.status-badge{padding:6px 12px;border-radius:var(--radius-full);font-size:.75em;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.status-badge.disponible{background:#dcfce7;color:#166534}.status-badge.roto{background:#fee2e2;color:#991b1b}.status-badge.prestado{background:#fef9c3;color:#854d0e}.card-actions{display:flex;gap:8px}.icon-btn{background:var(--white);border:1px solid var(--slate-border);border-radius:6px;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition-fast);color:var(--slate-text)}.icon-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.icon-btn.delete:hover{background:#fee2e2;color:#dc2626;border-color:#fecaca}.card-body{padding:20px;flex:1}.tool-info{display:flex;gap:16px;margin-bottom:16px}.tool-img{width:90px;height:90px;border-radius:var(--radius-md);background:#f1f5f9;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid var(--slate-border)}.tool-img img{width:100%;height:100%;object-fit:cover}.text-placeholder{font-size:2.5em;opacity:.5}.tool-details h3{margin:0 0 6px;font-size:1.15em;color:var(--slate-dark);line-height:1.3}.tool-details p{margin:0 0 4px;font-size:.85em;color:var(--slate-muted)}.assignment-box{background:#fffbeb;padding:12px;border-radius:var(--radius-md);border:1px solid #fcd34d;margin-top:10px}.assign-label{font-size:.75em;color:#b45309;font-weight:700;text-transform:uppercase;margin-bottom:4px}.assign-name{font-size:1.05em;font-weight:700;color:var(--slate-dark)}.card-footer{padding:16px;border-top:1px solid #f1f5f9;background:var(--white);display:flex;flex-direction:column;gap:8px}.btn-action{width:100%;padding:10px;border:none;border-radius:var(--radius-md);cursor:pointer;font-weight:600;display:flex;justify-content:center;align-items:center;gap:8px;transition:var(--transition-fast);font-size:.9em}.btn-assign{background:#3b82f6;color:#fff}.btn-assign:hover{background:#2563eb}.btn-receive{background:#22c55e;color:#fff}.btn-receive:hover{background:#16a34a}.btn-repair{background:#64748b;color:#fff}.btn-repair:hover{background:#475569}.btn-history{background:transparent;color:var(--slate-muted);border:1px solid var(--slate-border);margin-top:4px}.btn-history:hover{background:#f8fafc;color:var(--slate-text)}.returns-list{display:flex;flex-direction:column;gap:20px}.return-card{background:var(--white);padding:24px;border-radius:var(--radius-lg);border-left:6px solid var(--primary-orange);box-shadow:var(--shadow-sm)}.return-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.return-title{margin:0;font-size:1.25em;color:var(--slate-dark)}.btn-accept{background:#22c55e;color:#fff;border:none;padding:10px 24px;border-radius:var(--radius-md);font-weight:600;cursor:pointer;box-shadow:var(--shadow-sm);transition:var(--transition-fast)}.btn-accept:hover{background:#16a34a;transform:translateY(-1px)}.returns-table{width:100%;border-collapse:collapse;font-size:.95em}.returns-table td{padding:8px 12px;border-bottom:1px solid #f1f5f9;color:var(--slate-text)}.returns-table tr:last-child td{border-bottom:none}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172a99;backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease}.modal-content{background:#fff;padding:30px;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;width:90%;max-width:550px;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-content h3{margin-top:0;font-size:1.5em;color:var(--slate-dark);margin-bottom:20px}.form-group{margin-bottom:20px}.form-label{display:block;font-weight:600;margin-bottom:8px;color:var(--slate-text);font-size:.9em}.form-input,.form-select{width:100%;padding:12px;border:1px solid var(--slate-border);border-radius:var(--radius-md);font-size:1rem;font-family:var(--font-main);transition:border-color .2s;box-sizing:border-box}.form-input:focus,.form-select:focus{outline:none;border-color:var(--primary-orange);box-shadow:0 0 0 3px #ea580c1a}.modal-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:30px;padding-top:20px;border-top:1px solid #f1f5f9}.btn-cancel{background:transparent;color:var(--slate-muted);border:1px solid var(--slate-border);padding:10px 24px;border-radius:var(--radius-md);cursor:pointer;font-weight:600}.btn-cancel:hover{background:#f8fafc;color:var(--slate-dark)}.btn-confirm{background:var(--primary-orange);color:#fff;border:none;padding:10px 24px;border-radius:var(--radius-md);cursor:pointer;font-weight:600;box-shadow:0 4px 6px -1px #ea580c4d}.btn-confirm:hover{background:#c2410c;transform:translateY(-1px)}.history-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--slate-border);border-radius:var(--radius-md);overflow:hidden}.history-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #f1f5f9;background:#fff}.history-item:last-child{border-bottom:none}.history-item:nth-child(2n){background:#f8fafc}.history-user{font-weight:600;color:var(--slate-dark)}.history-date{font-size:.85em;color:var(--slate-muted)}.history-status{font-size:.75em;font-weight:700;padding:3px 8px;border-radius:12px}.history-status.DISPONIBLE{background:#dcfce7;color:#166534}.history-status.ROTO{background:#fee2e2;color:#991b1b}.dev-error-fab{position:fixed;bottom:80px;right:20px;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;border:none;font-size:24px;cursor:pointer;box-shadow:0 4px 15px #ee5a2466;z-index:9999;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.dev-error-fab:hover{transform:scale(1.1);box-shadow:0 6px 20px #ee5a2480}.dev-error-badge{position:absolute;top:-5px;right:-5px;background:red;color:#fff;font-size:12px;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.dev-error-panel{position:fixed;top:0;right:0;width:450px;height:100vh;background:linear-gradient(180deg,#1a1a2e,#16213e);color:#fff;z-index:10000;display:flex;flex-direction:column;box-shadow:-5px 0 30px #00000080;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.dev-error-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#ff6b6b33;border-bottom:1px solid rgba(255,107,107,.3)}.dev-error-header h3{margin:0;font-size:18px}.dev-error-header button{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;opacity:.7}.dev-error-header button:hover{opacity:1}.dev-error-filters{display:flex;gap:10px;padding:15px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.dev-error-filters button{flex:1;padding:8px 12px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#aaa;border-radius:8px;cursor:pointer;font-size:12px;transition:all .2s}.dev-error-filters button:hover{background:#ffffff1a;color:#fff}.dev-error-filters button.active{background:#ff6b6b4d;border-color:#ff6b6b;color:#ff6b6b}.dev-error-list{flex:1;overflow-y:auto;padding:10px}.no-errors{text-align:center;padding:40px;color:#4ecdc4;font-size:18px}.dev-error-item{background:#ffffff0d;border-radius:10px;margin-bottom:10px;overflow:hidden;border-left:4px solid #ff6b6b;transition:all .2s}.dev-error-item.resolved{border-left-color:#4ecdc4;opacity:.7}.dev-error-item:hover{background:#ffffff14}.dev-error-summary{display:flex;align-items:center;padding:12px 15px;cursor:pointer;gap:10px}.error-icon{font-size:14px}.error-message{flex:1;font-size:13px;color:#ddd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.error-time{font-size:11px;color:#888;white-space:nowrap}.dev-error-details{padding:15px;background:#0000004d;border-top:1px solid rgba(255,255,255,.1);font-size:12px}.dev-error-details p{margin:8px 0}.dev-error-details strong{color:#ff6b6b}.dev-error-details pre{background:#0006;padding:10px;border-radius:6px;overflow-x:auto;font-size:11px;color:#aaa;max-height:150px;overflow-y:auto}.dev-error-actions{display:flex;gap:10px;margin-top:15px}.dev-error-actions button{flex:1;padding:10px;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s}.btn-resolve{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff}.btn-resolve:hover{transform:translateY(-2px);box-shadow:0 4px 15px #4ecdc466}.btn-delete{background:#ff6b6b33;color:#ff6b6b;border:1px solid rgba(255,107,107,.3)!important}.btn-delete:hover{background:#ff6b6b4d}@media(max-width:500px){.dev-error-panel{width:100%}.dev-error-fab{bottom:20px;right:10px}}
