*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background:#f8fafc;color:#0f172a}.material-icons{font-size:inherit;line-height:1;vertical-align:middle;display:inline-flex;align-items:center;justify-content:center}.icon-delete{color:#000}.sidebar{width:250px;height:100vh;background:linear-gradient(180deg,#1e293b,#0f172a);color:#fff;display:flex;flex-direction:column;box-shadow:2px 0 10px #0000001a;position:fixed;left:0;top:0}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h2{margin:0;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sidebar-nav{padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:transparent;border:none;color:#94a3b8;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.95rem;font-weight:500;text-align:left;width:100%}.nav-item:hover{background:#ffffff0d;color:#fff}.nav-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea66}.nav-item .icon{font-size:1.25rem}.sidebar-footer{margin-top:auto;padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.75rem}.sidebar-user{color:#e2e8f0}.sidebar-user-name{font-weight:600;font-size:.95rem}.sidebar-user-role{font-size:.8rem;color:#94a3b8;margin-top:.25rem}.logout-button{border:none;background:#ffffff14;color:#e2e8f0;padding:.6rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:background .2s ease,color .2s ease}.logout-button:hover{background:#ffffff26;color:#fff}.dashboard{padding:2rem;background:#f8fafc;min-height:100vh}.dashboard-header{margin-bottom:2rem}.header-content{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.dashboard-header h1{margin:0;font-size:2rem;color:#0f172a;font-weight:700}.subtitle{color:#64748b;margin:.5rem 0 0;font-size:1rem}.btn-add{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #667eea4d}.btn-add:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-add:active{transform:translateY(0)}.btn-icon{font-size:1.25rem;font-weight:700;line-height:1}.export-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.btn-export{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#fff;color:#475569;border:1px solid #cbd5e1;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.btn-export:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.btn-export:active{transform:translateY(0)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-icon{font-size:2.5rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;flex-shrink:0;color:#fff}.stat-content{flex:1}.stat-label{margin:0;color:#64748b;font-size:.875rem;font-weight:500}.stat-value{margin:.25rem 0;font-size:1.75rem;color:#0f172a;font-weight:700}.stat-change{font-size:.875rem;font-weight:600}.stat-change.positive{color:#10b981}.stat-change.negative{color:#ef4444}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:1.5rem}.chart-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.chart-card h3{margin:0 0 1.5rem;color:#0f172a;font-size:1.25rem;font-weight:600}@media(max-width:768px){.charts-grid,.stats-grid{grid-template-columns:1fr}}.estados-list{display:flex;flex-direction:column;gap:1rem}.estado-item{display:flex;flex-direction:column;gap:.5rem}.estado-info{display:flex;justify-content:space-between;align-items:center}.estado-nombre{font-size:.875rem;font-weight:600;color:#334155}.estado-cantidad{font-size:.875rem;font-weight:700;color:#667eea}.estado-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.estado-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.chart-grid{display:grid;gap:1.5rem}.full-width{grid-column:1 / -1}.table-container{overflow-x:auto;margin-top:1rem}.orders-table{width:100%;border-collapse:collapse}.orders-table thead{background:#f1f5f9}.orders-table th{padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.05em}.orders-table td{padding:1rem;border-bottom:1px solid #e2e8f0;color:#334155}.orders-table tbody tr:hover{background:#f8fafc}.badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.badge-info{background:#dbeafe;color:#1e40af}.badge-danger{background:#fee2e2;color:#991b1b}.stat-change.neutral{color:#64748b}.btn-sm{padding:.375rem .75rem;font-size:.75rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease;margin-right:.5rem}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5568d3}.btn-secondary{background:#e2e8f0;color:#475569}.btn-secondary:hover{background:#cbd5e1}.btn-danger{background:#ef4444;color:#fff}.filters-container{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end}.filter-group{display:flex;flex-direction:column}.filter-group label{font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.5rem;display:flex;align-items:center;gap:.25rem}.filter-group select,.filter-group input{padding:.75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.875rem;color:#0f172a;transition:border-color .2s ease;background:#fff}.filter-group select:focus,.filter-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.btn-clear-filters{padding:.75rem 1rem;background:#f1f5f9;color:#475569;border:1px solid #cbd5e1;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}.btn-clear-filters:hover{background:#e2e8f0;border-color:#94a3b8}@media(max-width:768px){.filters-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;font-size:1.5rem;color:#0f172a;font-weight:700}.modal-close{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.modal-close:hover{background:#f1f5f9;color:#0f172a}.modal-form{padding:1.5rem}.form-error{background:#fee2e2;color:#991b1b;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;margin-bottom:1rem}.form-group label{font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.875rem;color:#0f172a;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;font-family:inherit}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e2e8f0;margin-top:1rem}.roles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.role-option{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;font-size:.85rem;color:#334155}.role-option input{accent-color:#667eea}.btn-cancel{padding:.75rem 1.5rem;background:#f1f5f9;color:#475569;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-cancel:hover{background:#e2e8f0}.btn-submit{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.btn-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.form-row{grid-template-columns:1fr}.modal-actions{flex-direction:column}.btn-cancel,.btn-submit,.export-buttons{width:100%}.btn-export{flex:1;justify-content:center}}@media print{nav,.navbar,.sidebar,header,footer,.export-buttons,.btn-export,button{display:none!important}body,html{margin:0;padding:0}.dashboard{background:#fff;padding:1rem;width:100%;max-width:100%}.dashboard-header{border-bottom:2px solid #0f172a;padding-bottom:1rem;margin-bottom:1.5rem}.dashboard-header h1{font-size:1.75rem}.subtitle:after{content:" - " attr(data-print-date)}.stat-card,.chart-card{break-inside:avoid;box-shadow:none;border:1px solid #e2e8f0;margin-bottom:1rem}.charts-grid,.stats-grid{page-break-inside:avoid}}.kpis-section{margin:2rem 0}.section-title{font-size:1.5rem;color:#0f172a;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.kpis-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:1.5rem;margin-bottom:2rem}.kpi-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;transition:all .2s ease}.kpi-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.kpi-card h3{font-size:1.125rem;color:#0f172a;margin:0 0 1.5rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.kpi-summary{margin-bottom:1.5rem}.kpi-main{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.5rem}.kpi-value{font-size:2.5rem;font-weight:700;color:#667eea;line-height:1}.kpi-unit{font-size:1rem;color:#64748b;font-weight:500}.kpi-secondary{color:#64748b;font-size:.875rem;margin-bottom:.75rem}.kpi-meta{color:#94a3b8;font-size:.875rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.kpi-breakdown{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.kpi-breakdown h4{font-size:.875rem;color:#64748b;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;margin-bottom:.5rem;background:#f8fafc;border-radius:6px;transition:background .2s ease}.breakdown-item:hover{background:#f1f5f9}.breakdown-label{font-weight:500;color:#0f172a}.breakdown-value{font-weight:600;color:#667eea;display:flex;align-items:center;gap:.5rem}.breakdown-value small{font-weight:400;color:#94a3b8;font-size:.8125rem}.satisfaction-scores{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1rem}.score-item{display:flex;flex-direction:column;gap:.5rem}.score-label{font-size:.875rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.score-value{font-size:1.5rem;font-weight:700;color:#667eea}.score-bar{width:100%;height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden}.score-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:999px;transition:width .6s ease}.header-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.flujo-filter{padding:.625rem 1rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:200px}.flujo-filter:hover{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.flujo-filter:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.export-buttons{display:flex;gap:.5rem}.kpi-empty{padding:3rem 2rem;text-align:center;color:#64748b}.kpi-empty p{font-size:1rem;margin:0 0 .5rem;color:#475569;font-weight:500}.kpi-empty small{font-size:.875rem;color:#94a3b8}@media(max-width:768px){.kpis-grid{grid-template-columns:1fr}.header-actions{width:100%;flex-direction:column}.flujo-filter{width:100%}.export-buttons{width:100%;justify-content:stretch}.btn-export{flex:1}}.orden-detail-container{padding:2rem;max-width:1400px;margin:0 auto}.orden-detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.btn-back{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .2s;font-size:.875rem}.btn-back:hover{background:#edf2f7;border-color:#cbd5e0}.orden-detail-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.orden-info-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.orden-info-card h2{margin-top:0;margin-bottom:1.5rem;color:#1e293b;font-size:1.5rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-section{margin-bottom:1.5rem}.info-section:last-child{margin-bottom:0}.info-label{font-size:.875rem;color:#64748b;margin-bottom:.25rem;font-weight:500}.info-value{font-size:1rem;color:#1e293b;font-weight:500}.timeline-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.timeline-header{margin-bottom:2rem}.timeline-header h2{margin:0;color:#1e293b;font-size:1.5rem}.timeline-wrapper{display:flex;align-items:flex-start;gap:1rem;overflow-x:auto;padding:1rem 0}.timeline-estado{min-width:180px;text-align:center;position:relative;flex-shrink:0}.timeline-estado:after{content:"";position:absolute;top:30px;right:-1rem;width:1rem;height:2px;background:#e2e8f0}.timeline-estado:last-child:after{display:none}.timeline-estado.completed{--estado-color: #48bb78;--estado-bg: #f0fff4;--estado-border: #9ae6b4}.timeline-estado.current{--estado-color: #667eea;--estado-bg: #f0f4ff;--estado-border: #a5b4fc}.timeline-estado.pending{--estado-color: #cbd5e0;--estado-bg: #f7fafc;--estado-border: #e2e8f0}.estado-icon{width:60px;height:60px;margin:0 auto .75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:var(--estado-bg);border:3px solid var(--estado-border);color:var(--estado-color);transition:all .3s}.timeline-estado.completed .estado-icon{cursor:pointer}.timeline-estado.completed .estado-icon:hover{transform:scale(1.1);box-shadow:0 4px 12px #48bb784d}.timeline-estado.current .estado-icon{animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 0 #667eea66}50%{box-shadow:0 0 0 10px #667eea00}}.estado-nombre{font-weight:600;color:#1e293b;margin-bottom:.25rem;font-size:.875rem}.estado-fecha{font-size:.75rem;color:#64748b}.estado-content{margin-top:2rem;padding:1.5rem;background:#f8fafc;border-radius:8px;border:2px solid var(--estado-border);text-align:left}.comentarios-section{margin-bottom:1.5rem}.comentarios-section h4{margin-top:0;margin-bottom:1rem;color:#1e293b;font-size:1rem}.comentarios-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.comentario-item{background:#fff;padding:1rem;border-radius:6px;border-left:3px solid #667eea;display:flex;flex-direction:column}.comentario-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.comentario-usuario{font-weight:600;color:#1e293b;font-size:.875rem}.comentario-fecha{font-size:.75rem;color:#64748b}.comentario-texto{color:#475569;line-height:1.5;font-size:.875rem}.comentario-form{display:flex;gap:.5rem}.comentario-input{flex:1;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem}.comentario-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.bloqueos-section{margin-bottom:1.5rem}.bloqueos-section h4{margin-top:0;margin-bottom:1rem;color:#1e293b;font-size:1rem}.bloqueos-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.bloqueo-item{background:#fff;padding:1rem;border-radius:6px;border-left:3px solid #ef4444;display:flex;flex-direction:column}.bloqueo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.bloqueo-usuario{font-weight:600;color:#1e293b;font-size:.875rem}.bloqueo-fecha{font-size:.75rem;color:#64748b}.bloqueo-texto{color:#475569;line-height:1.5;font-size:.875rem;margin-bottom:.5rem}.bloqueo-respuesta{font-size:.8rem;color:#334155;margin-bottom:.5rem}.bloqueo-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.bloqueo-status{padding:.25rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.bloqueo-status.active{background:#fee2e2;color:#b91c1c}.bloqueo-status.resolved{background:#dcfce7;color:#15803d}.bloqueo-form{display:flex;flex-direction:column;gap:.5rem}.bloqueo-input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;resize:vertical}.bloqueo-input:focus{outline:none;border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.btn-link{background:none;border:none;color:#2563eb;cursor:pointer;padding:0;font-size:.8rem}.btn-link.danger{color:#b91c1c}.btn-link:disabled{opacity:.6;cursor:not-allowed}.evidencias-section{margin-bottom:1.5rem}.evidencias-section h4{margin-top:0;margin-bottom:1rem;color:#1e293b;font-size:1rem}.evidencias-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,120px));gap:1rem;margin-bottom:1rem}.evidencia-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid #e2e8f0;transition:all .2s;display:flex;flex-direction:column;background:#fff}.evidencia-item:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.evidencia-preview{width:100%;height:100%;object-fit:cover}.evidencia-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8fafc;font-size:2rem}.evidencia-media{position:relative;flex:1;min-height:0;cursor:pointer}.evidencia-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:.5rem;color:#fff;font-size:.65rem}.evidencia-actions{display:flex;align-items:center;justify-content:flex-end;gap:.25rem;padding:.2rem .35rem;background:#f8fafc;border-top:1px solid #e2e8f0;width:100%;box-sizing:border-box}.evidencia-actions .btn-icon{font-size:.95rem;padding:.2rem .35rem}.evidencia-actions .btn-icon svg{width:16px;height:16px}.upload-zone{border:2px dashed #cbd5e0;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s}.upload-zone:hover,.upload-zone.dragover{border-color:#667eea;background:#f0f4ff}.upload-icon{font-size:2rem;margin-bottom:.5rem}.upload-text{color:#64748b;font-size:.875rem}.all-evidencias-panel{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.all-evidencias-panel h2{margin-top:0;margin-bottom:1.5rem;color:#1e293b;font-size:1.5rem}.estado-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.estado-modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.estado-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.estado-modal-header h3{margin:0;color:#1e293b}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;transition:color .2s;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#1e293b}.btn-primary{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.875rem}.btn-primary:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.btn-primary:disabled{background:#cbd5e0;cursor:not-allowed;transform:none}.btn-secondary{background:#f7fafc;color:#1e293b;border:1px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.875rem}.btn-secondary:hover{background:#edf2f7;border-color:#cbd5e0}.btn-danger{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.875rem}.btn-danger:hover{background:#dc2626}.btn-avanzar{margin-top:.5rem;background:#48bb78;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.75rem}.btn-avanzar:hover{background:#38a169}.btn-retroceder{margin-top:.5rem;background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.75rem}.btn-retroceder:hover{background:#5568d3}.comentario-actions{display:inline-flex;gap:.4rem;margin-top:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.25rem .4rem;align-self:flex-end}.btn-icon{background:transparent;border:none;cursor:pointer;font-size:1.1rem;padding:.25rem .5rem;border-radius:4px;transition:all .2s;display:inline-flex;align-items:center;justify-content:center}.btn-icon svg{width:18px;height:18px;display:block}.visibility-toggle{color:#64748b}.visibility-toggle[aria-pressed=true]{color:#0284c7;background:#e0f2fe}.visibility-toggle[aria-pressed=true]:hover{background:#e0f2fe}.btn-icon:hover{background:#f1f5f9}.btn-icon.btn-danger:hover{background:#fee2e2}.btn-icon:disabled{opacity:.5;cursor:not-allowed}.btn-sm{padding:.375rem .75rem;font-size:.8125rem;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-sm.btn-primary{background:#667eea;color:#fff}.btn-sm.btn-primary:hover{background:#5568d3}.btn-sm.btn-secondary{background:#f1f5f9;color:#475569}.btn-sm.btn-secondary:hover{background:#e2e8f0}.comentario-edit-form{display:flex;flex-direction:column;gap:.5rem}.comentario-edit-actions{display:flex;gap:.5rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem}.loading-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-container{padding:2rem;text-align:center;color:#ef4444}.no-data{color:#64748b;font-style:italic;font-size:.875rem;padding:1rem;text-align:center}@media(max-width:768px){.orden-detail-container{padding:1rem}.timeline-wrapper{flex-direction:column;align-items:stretch}.timeline-estado{min-width:100%}.timeline-estado:after{display:none}.evidencias-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.info-grid{grid-template-columns:1fr}.estado-modal-content{max-width:95%;padding:1.5rem}}.product-info-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;overflow:hidden}.product-info-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;cursor:pointer;transition:background .2s;border-bottom:1px solid #e2e8f0}.product-info-header:hover{background:#f8fafc}.product-info-header h2{margin:0;color:#1e293b;font-size:1.5rem}.expand-button{background:#f0f4ff;border:none;color:#667eea;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-size:1rem}.expand-button:hover{background:#e0e7ff;transform:scale(1.05)}.product-info-content{padding:2rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.product-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.product-info-item{display:flex;flex-direction:column;gap:.5rem}.product-info-item.product-info-image{grid-column:1 / -1;align-items:flex-start}.product-info-label{font-size:.875rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-info-value{font-size:1rem;color:#1e293b;padding:.75rem;background:#f8fafc;border-radius:6px;border-left:3px solid #667eea}.product-image{max-width:300px;width:100%;height:auto;border-radius:8px;border:2px solid #e2e8f0;margin-top:.5rem;box-shadow:0 2px 8px #0000001a}@media(max-width:768px){.product-info-grid{grid-template-columns:1fr}.product-info-header{padding:1rem 1.5rem}.product-info-content{padding:1.5rem}}.encuesta-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.encuesta-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.encuesta-header h2{margin:0;color:#0f172a;font-size:1.4rem;font-weight:700}.encuesta-helper{color:#64748b;font-size:.9rem}.encuesta-message{padding:.75rem 1rem;border-radius:8px;font-size:.9rem;margin-bottom:1rem}.encuesta-message.success{background:#dcfce7;color:#166534}.encuesta-message.warning{background:#fef9c3;color:#854d0e}.encuesta-message.info{background:#e0f2fe;color:#075985}.rating-group{display:flex;flex-wrap:wrap;gap:.75rem}.rating-option{position:relative;display:inline-flex;align-items:center}.rating-option input{position:absolute;opacity:0;pointer-events:none}.rating-option span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;padding:.5rem .75rem;border-radius:999px;border:1px solid #cbd5e1;background:#f8fafc;font-size:.9rem;font-weight:600;color:#334155;cursor:pointer;transition:all .2s ease}.rating-option input:checked+span{border-color:#4f46e5;background:#eef2ff;color:#3730a3;box-shadow:0 0 0 3px #4f46e526}.rating-option input:focus+span{border-color:#4f46e5}.rating-option.disabled span{opacity:.6;cursor:not-allowed}.encuesta-actions{display:flex;justify-content:flex-end;margin-top:1.5rem}.encuesta-summary{background:#f8fafc;border-radius:10px;padding:1rem;border:1px solid #e2e8f0;margin-top:1rem}.encuesta-summary h3{margin:0 0 .75rem;font-size:1rem;color:#0f172a}.encuesta-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.encuesta-summary-item{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:#334155}.encuesta-summary-item span{color:#64748b;font-size:.8rem;text-transform:uppercase;letter-spacing:.02em}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e2e8f0e6,#f8fafcf2);padding:2rem}.login-card{width:min(420px,100%);background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 20px 50px #0f172a1f;border:1px solid rgba(148,163,184,.2)}.login-title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.login-subtitle{color:#64748b;margin-bottom:2rem}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-field{display:flex;flex-direction:column;gap:.5rem;color:#334155;font-weight:600;font-size:.9rem}.login-field input{border:1px solid #cbd5e1;border-radius:10px;padding:.75rem 1rem;font-size:.95rem;color:#0f172a;background:#f8fafc;transition:border .2s ease,box-shadow .2s ease}.login-field input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea33;background:#fff}.login-error{background:#ef44441a;color:#b91c1c;padding:.75rem 1rem;border-radius:10px;font-size:.9rem}.login-button{border:none;border-radius:999px;padding:.85rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.login-button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #667eea4d}.login-button:disabled{cursor:not-allowed;box-shadow:none;transform:none;opacity:.7}@media(max-width:600px){.login-card{padding:2rem}}.app-container{display:flex;height:100vh;overflow:hidden}.main-content{margin-left:250px;flex:1;overflow-y:auto;background:#f8fafc}.public-app{min-height:100vh;background:#f8fafc}
