body{color:#0f172a;background:#f5f7fb;margin:0;font-family:Arial,Helvetica,sans-serif}button,input,textarea,select{font-family:inherit}*{box-sizing:border-box}html,body,#root{background:#f4f7fb;width:100%;min-height:100%;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;overflow:hidden auto}.layout{background:#f4f7fb;min-height:100vh;display:flex;overflow:visible}.sidebar{color:#fff;z-index:1000;background:linear-gradient(#0b2f7a 0%,#001b52 100%);flex-direction:column;width:280px;min-width:280px;padding:24px 20px;transition:all .3s;display:flex}.logo-container{justify-content:center;align-items:center;margin-bottom:35px;display:flex}.logo-image{object-fit:contain;width:190px}.menu-title{opacity:.7;letter-spacing:1px;margin-bottom:16px;font-size:12px}.menu{flex-direction:column;flex:1;gap:12px;padding-right:4px;display:flex;overflow-y:auto}.menu-item{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:14px;align-items:center;gap:14px;padding:15px 16px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.menu-item:hover{background:#ffffff1f}.menu-item.active-link{background:#2563eb;box-shadow:0 10px 20px #2563eb59}.logout-button{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:14px;flex-shrink:0;align-items:center;gap:12px;margin-top:auto;padding:14px;font-size:15px;transition:all .2s;display:flex}.logout-button:hover{background:#ffffff26}.main-area{flex-direction:column;flex:1;min-width:0;display:flex;overflow:visible}.topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:90px;padding:0 35px;display:flex}.page-title{color:#0f172a;margin:0;font-size:30px}.page-subtitle{color:#64748b;margin-top:6px;font-size:14px}.topbar-right{align-items:center;gap:20px;display:flex}.notification-button{color:#2563eb;cursor:pointer;background:#eff6ff;border:none;border-radius:50%;width:44px;height:44px;transition:all .2s}.notification-button:hover{background:#dbeafe}.user-box{color:#0f172a;align-items:center;gap:12px;display:flex}.user-box span{color:#64748b;font-size:12px;display:block}.content{width:100%;max-width:100%;padding:35px;overflow:visible}.mobile-menu-button,.mobile-overlay{display:none}@media (width<=768px){html,body,#root{height:auto;min-height:100%;overflow-y:auto}.layout{width:100%;height:auto;min-height:100vh;overflow:hidden visible}.mobile-menu-button{z-index:1200;color:#fff;background:#2563eb;border:none;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:fixed;top:18px;right:18px;box-shadow:0 10px 20px #2563eb40}.mobile-overlay{z-index:998;background:#0f172a80;display:block;position:fixed;inset:0}.sidebar{z-index:999;flex-direction:column;width:280px;height:100vh;display:flex;position:fixed;top:0;left:-100%;overflow:hidden}.sidebar.sidebar-open{left:0}.main-area{width:100%;min-width:0;height:auto;min-height:100vh;overflow:visible}.topbar{width:100%;height:auto;min-height:90px;padding:20px 80px 20px 20px}.page-title{font-size:22px;line-height:1.2}.page-subtitle{font-size:12px;line-height:1.4}.topbar-right{display:none}.content{width:100%;max-width:100%;padding:18px 18px 120px;overflow:visible}}.dashboard-page{flex-direction:column;gap:28px;display:flex}.dashboard-header{justify-content:space-between;align-items:center;display:flex}.dashboard-header h2{color:#0f172a;margin:0;font-size:34px}.dashboard-header p{color:#64748b;margin-top:6px}.primary-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:14px;align-items:center;gap:10px;padding:14px 20px;font-size:15px;font-weight:600;display:flex;box-shadow:0 10px 25px #2563eb40}.stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.stat-card{background:#fff;border-radius:20px;align-items:center;gap:18px;padding:24px;display:flex;box-shadow:0 4px 20px #0f172a0f}.stat-card svg{color:#2563eb;background:#eff6ff;border-radius:14px;width:44px;height:44px;padding:10px}.stat-card span{color:#64748b;font-size:14px;display:block}.stat-card strong{color:#0f172a;font-size:30px}.dashboard-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.panel{background:#fff;border-radius:22px;padding:24px;box-shadow:0 4px 20px #0f172a0f}.panel-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.panel-header h3{color:#0f172a;margin:0}.quick-actions{flex-direction:column;gap:16px;display:flex}.quick-actions button{cursor:pointer;background:#f8fafc;border:none;border-radius:16px;align-items:center;gap:14px;padding:18px;font-size:15px;font-weight:500;transition:all .2s;display:flex}.quick-actions button:hover{color:#2563eb;background:#eff6ff}.empty-state{color:#64748b;text-align:center;border:2px dashed #cbd5e1;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;height:250px;display:flex}.empty-state p{margin:0;font-size:18px;font-weight:600}.empty-state span{margin-top:10px;font-size:14px}.vehicle-check-page{flex-direction:column;gap:24px;width:100%;max-width:100%;display:flex}.vehicle-check-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.page-chip{color:#1d4ed8;background:#dbeafe;border-radius:999px;align-items:center;gap:8px;max-width:100%;margin-bottom:14px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex}.vehicle-check-header h2{color:#0f172a;margin:0;font-size:38px;line-height:1.1}.vehicle-check-header p{color:#64748b;max-width:700px;margin-top:10px;line-height:1.5}.vehicle-save-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:16px;flex-shrink:0;align-items:center;gap:10px;padding:15px 22px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 10px 25px #2563eb40}.vehicle-save-button:hover{transform:translateY(-1px)}.vehicle-card{background:#fff;border-radius:24px;width:100%;max-width:100%;padding:28px;position:relative;overflow:visible;box-shadow:0 4px 20px #0f172a0f}.card-title{align-items:center;gap:12px;margin-bottom:22px;display:flex}.card-title h3{color:#0f172a;margin:0;font-size:22px}.card-title svg{color:#2563eb;flex-shrink:0}.vehicle-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.vehicle-form-grid label,.vehicle-card label{color:#0f172a;flex-direction:column;gap:8px;min-width:0;font-weight:600;display:flex}input,select,textarea{box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:14px;width:100%;min-width:0;max-width:100%;padding:14px;font-size:14px;transition:all .2s}input:focus,select:focus,textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 4px #2563eb1f}.check-table-header{color:#64748b;grid-template-columns:1.45fr 230px 1fr;gap:14px;padding:0 12px 14px;font-size:13px;font-weight:800;display:grid}.check-table-header-no-photo{grid-template-columns:1.45fr 230px 1fr}.check-table{flex-direction:column;gap:14px;width:100%;display:flex}.check-row{box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;grid-template-columns:1.45fr 230px 1fr;align-items:center;gap:14px;width:100%;padding:18px;display:grid}.check-row-no-photo{grid-template-columns:1.45fr 230px 1fr}.check-row-bad{background:#fff7f7;border-color:#fecaca}.check-name{color:#0f172a;align-items:center;gap:14px;min-width:0;font-weight:800;display:flex}.check-name span{word-break:break-word;font-size:17px}.check-number{color:#fff;background:#2563eb;border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:15px;font-weight:900;display:grid}.check-row select,.check-row input{height:54px}.status-good{background:#f0fdf4;border-color:#16a34a}.status-bad{background:#fef2f2;border-color:#dc2626}.photo-upload,.general-photo-upload{color:#1d4ed8;cursor:pointer;text-align:center;box-sizing:border-box;background:#eff6ff;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:14px;font-weight:600;transition:all .2s;display:flex}.photo-upload:hover,.general-photo-upload:hover{background:#dbeafe}.photo-upload input,.general-photo-upload input{display:none}.photo-upload span{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}textarea{resize:vertical;width:100%;min-height:140px;margin-bottom:18px}.general-upload-section{justify-content:flex-end;display:flex}.general-photos-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:14px;margin-top:20px;display:grid}.general-photo-card{background:#f8fafc;border:1px solid #dbe3f0;border-radius:18px;height:140px;position:relative;overflow:hidden}.general-photo-card img{object-fit:cover;width:100%;height:100%;display:block}.remove-photo-button{color:#fff;cursor:pointer;background:#000000bf;border:none;border-radius:50%;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:8px;right:8px}.remove-photo-button:hover{background:#dc2626}.vehicle-history-button{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:16px;align-items:center;gap:10px;padding:15px 22px;font-weight:700;transition:all .2s;display:flex}.vehicle-history-button:hover{background:#eff6ff}.vehicle-form-footer{justify-content:flex-end;padding-bottom:20px;display:flex}.footer-save-button{justify-content:center;min-width:240px}.vehicle-autocomplete{z-index:20;position:relative}.vehicle-options{z-index:9999;background:#fff;border:1px solid #dbe3f0;border-radius:16px;max-height:280px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 40px #0f172a29}.vehicle-option{text-align:left;cursor:pointer;color:#0f172a;background:#fff;border:none;border-bottom:1px solid #eef2f7;flex-direction:column;gap:4px;width:100%;padding:14px 16px;display:flex}.vehicle-option:hover{background:#eff6ff}.vehicle-option strong{font-size:15px}.vehicle-option span{color:#64748b;font-size:12px}.vehicle-option.muted{cursor:default;color:#64748b}.signature-section{width:100%;max-width:100%;margin-top:24px}.signature-title{color:#0f172a;align-items:center;gap:10px;margin-bottom:14px;font-size:16px;font-weight:700;display:flex}.signature-box{box-sizing:border-box;background:#f8fbff;border:2px dashed #bfdbfe;border-radius:22px;width:100%;max-width:100%;padding:18px;transition:all .2s;overflow:hidden}.signature-box:hover{background:#f8fbff;border-color:#2563eb}.signature-canvas{touch-action:none;cursor:crosshair;box-sizing:border-box;background:#fff;border:1px solid #dbeafe;border-radius:18px;width:100%;max-width:100%;height:180px;display:block}.signature-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;width:100%;margin-top:14px;display:flex}.signature-clear-button{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-weight:700;transition:all .2s;display:inline-flex}.signature-status{color:#16a34a;font-size:14px;font-weight:700}.signature-fields{grid-template-columns:1fr;margin-top:22px}.delete-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a94;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.delete-modal{text-align:center;background:#fff;border-radius:22px;width:min(480px,100%);animation:.18s ease-out modalPop;overflow:hidden;box-shadow:0 30px 90px #0f172a59}.delete-modal h3{color:#0f172a;margin:0;padding:0 28px;font-size:28px;font-weight:900}.delete-modal p{color:#475569;margin:14px 0 30px;padding:0 34px;font-size:16px;line-height:1.5}@keyframes modalPop{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media (width<=1200px){.vehicle-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.check-table-header{display:none}.check-row,.check-row-no-photo{grid-template-columns:1fr;align-items:stretch}.photo-upload span{max-width:100%}}@media (width<=768px){.vehicle-check-page{gap:18px}.vehicle-check-header{flex-direction:column;align-items:stretch;gap:18px}.vehicle-check-header h2{word-break:break-word;font-size:30px}.vehicle-check-header p{font-size:14px}.vehicle-form-grid{grid-template-columns:1fr}.vehicle-save-button{justify-content:center;width:100%}.vehicle-card{border-radius:20px;padding:18px}.card-title{align-items:flex-start}.card-title h3{font-size:20px}.check-table{gap:8px}.check-row,.check-row-no-photo{background:#f8fafc;border-radius:14px;padding:12px;display:block}.check-name{align-items:center;gap:10px;margin-bottom:10px}.check-number{border-radius:8px;width:26px;height:26px;font-size:12px}.check-name span{font-size:13px;line-height:1.25}.check-row select{border-radius:10px;height:auto;margin-bottom:8px;padding:10px 12px;font-size:13px}.check-row input{border-radius:10px;height:auto;padding:10px 12px;font-size:13px}.general-upload-section{justify-content:stretch}.photo-upload,.general-photo-upload,.vehicle-history-button,.footer-save-button,.vehicle-save-button{justify-content:center;width:100%}.vehicle-form-footer{justify-content:stretch}textarea{min-height:120px}.signature-box{border-radius:18px;padding:14px}.signature-canvas{height:160px}.signature-actions{flex-direction:column}.signature-clear-button{width:100%}.delete-modal{border-radius:20px}.delete-modal h3{font-size:24px}.delete-modal p{padding:0 24px;font-size:15px}}.vehicle-check-table-card{background:#fff;border:1px solid #dbe3f0;border-radius:18px;overflow:hidden}.vehicle-check-table-scroll{width:100%;overflow-x:auto}.vehicle-check-table{border-collapse:collapse;table-layout:fixed;width:100%}.vehicle-check-table th,.vehicle-check-table td{color:#0f172a;vertical-align:middle;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;padding:16px 12px;font-size:14px}.vehicle-check-table th{text-align:center;background:#f1f5f9;font-weight:800}.vehicle-check-table td:first-child{text-align:center;color:#1d4ed8;width:55px;font-size:18px;font-weight:900}.vehicle-check-table td:nth-child(2){font-weight:800;line-height:1.35}.vehicle-check-table td:nth-child(3),.vehicle-check-table td:nth-child(4),.vehicle-check-table td:nth-child(5){text-align:center;width:80px}.vehicle-check-table th:nth-child(6),.vehicle-check-table td:nth-child(6){width:220px}.vehicle-check-table input[type=radio]{accent-color:#2563eb;cursor:pointer;width:20px;height:20px}.vehicle-check-table input[type=text]{border:1px solid #d1d5db;border-radius:12px;width:100%;padding:11px 12px}@media (width<=768px){.vehicle-check-table,.vehicle-check-table thead,.vehicle-check-table tbody,.vehicle-check-table tr,.vehicle-check-table th,.vehicle-check-table td{width:100%;display:block}.vehicle-check-table thead{display:none}.vehicle-check-table tr{border-bottom:1px solid #e2e8f0;padding:14px}.vehicle-check-table td{border:none;padding:8px 0}.vehicle-check-table td:first-child{text-align:left;font-size:13px}.vehicle-check-table td:first-child:before{content:"Ítem "}.vehicle-check-table td:nth-child(2){font-size:15px}.vehicle-check-table td:nth-child(3),.vehicle-check-table td:nth-child(4),.vehicle-check-table td:nth-child(5){align-items:center;gap:8px;width:auto;margin-right:14px;display:inline-flex}.vehicle-check-table td:nth-child(3):before{content:"Bueno";font-weight:700}.vehicle-check-table td:nth-child(4):before{content:"Malo";font-weight:700}.vehicle-check-table td:nth-child(5):before{content:"N/A";font-weight:700}}.document-status{margin-top:8px;font-size:13px;font-weight:700;display:block}.document-status.valid{color:#16a34a}.document-status.expired{color:#dc2626}.document-row{grid-template-columns:1fr 150px;align-items:center;gap:10px;display:grid}.document-row select{width:100%}@media (width<=768px){.document-row{grid-template-columns:1fr}}.history-page{flex-direction:column;gap:24px;display:flex}.history-header h2{color:#0f172a;margin:0;font-size:34px}.history-header p{color:#64748b}.history-card{background:#fff;border-radius:24px;padding:24px;box-shadow:0 4px 20px #0f172a0f}.history-empty{text-align:center;color:#64748b;place-items:center;min-height:260px;display:grid}.history-list{flex-direction:column;gap:14px;display:flex}.history-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:22px;grid-template-columns:60px 1fr auto;align-items:center;gap:18px;padding:18px;transition:all .2s;display:grid}.history-row:hover{border-color:#bfdbfe;transform:translateY(-1px);box-shadow:0 6px 18px #2563eb14}.history-icon{color:#2563eb;background:#eff6ff;border-radius:18px;flex-shrink:0;place-items:center;width:56px;height:56px;display:grid}.history-info{min-width:0}.history-info h3{color:#0f172a;word-break:break-word;margin:0 0 8px;font-size:22px}.history-meta{color:#64748b;flex-wrap:wrap;gap:14px;font-size:14px;display:flex}.history-meta span{align-items:center;gap:6px;display:flex}.history-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.history-action{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-width:145px;padding:12px 18px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #2563eb40}.history-action:hover{transform:translateY(-1px);box-shadow:0 6px 18px #2563eb59}.history-pdf-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f766e,#0d9488);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-width:170px;padding:12px 18px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #0d948840}.history-pdf-button:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0d948859}.detail-pdf-button{min-width:190px}.history-delete-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-width:145px;padding:12px 18px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #ef444440}.history-delete-button:hover{transform:translateY(-1px);box-shadow:0 6px 18px #ef444459}.history-delete-button:disabled{opacity:.65;cursor:not-allowed}.history-header-actions{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.history-back-button{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:14px;align-items:center;gap:8px;padding:13px 18px;font-weight:700;transition:all .2s;display:flex}.history-back-button:hover{background:#eff6ff}.detail-overlay{z-index:9999;background:#0f172ab8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.detail-modal{background:#fff;border-radius:28px;width:100%;max-width:1200px;max-height:92vh;padding:28px;overflow-y:auto;box-shadow:0 25px 60px #00000040}.detail-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.detail-header h3{color:#0f172a;margin:0;font-size:30px}.detail-header p{color:#64748b;margin-top:8px}.detail-close{cursor:pointer;background:#f1f5f9;border:none;border-radius:14px;place-items:center;width:44px;height:44px;transition:all .2s;display:grid}.detail-close:hover{background:#e2e8f0}.detail-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:30px;display:grid}.detail-grid div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:18px}.detail-grid span{color:#64748b;margin-bottom:8px;font-size:13px;display:block}.detail-grid strong{color:#0f172a;font-size:16px}.detail-section{margin-top:30px}.detail-section h4{color:#0f172a;align-items:center;gap:10px;margin-bottom:18px;font-size:20px;display:flex}.detail-items{flex-direction:column;gap:14px;display:flex}.detail-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:18px}.detail-item.bad{background:#fef2f2;border-color:#fecaca}.detail-item>div{align-items:center;gap:10px;margin-bottom:10px;display:flex}.detail-item strong{color:#0f172a}.detail-item span{color:#1d4ed8;background:#dbeafe;border-radius:999px;margin-bottom:10px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.detail-item.bad span{color:#991b1b;background:#fee2e2}.detail-item p{color:#475569;margin:0;line-height:1.5}.detail-observation{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:18px;line-height:1.6}.detail-photo-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}.detail-photo-grid img{object-fit:cover;background:#f8fafc;border:1px solid #dbe3f0;border-radius:18px;width:100%;height:180px}.detail-footer-actions{border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;margin-top:28px;padding-top:20px;display:flex}.detail-delete-button{min-width:220px}@media (width<=768px){.history-header-actions{flex-direction:column}.history-header h2{font-size:28px}.history-card{padding:18px}.history-row{grid-template-columns:1fr;gap:16px}.history-icon{width:50px;height:50px}.history-actions{flex-direction:column;width:100%}.history-action,.history-delete-button,.history-pdf-button,.history-back-button{width:100%}.detail-modal{border-radius:22px;padding:18px}.detail-header{flex-direction:column}.detail-grid{grid-template-columns:1fr}.detail-header h3{font-size:24px}.detail-photo-grid{grid-template-columns:1fr}.detail-footer-actions{flex-direction:column;justify-content:stretch}.detail-delete-button,.detail-pdf-button{width:100%}}.delete-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:99999;background:#0f172ab8;justify-content:center;align-items:center;padding:24px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.delete-modal{background:#fff;border-radius:30px;width:100%;max-width:520px;animation:.22s modalPop;overflow:hidden;box-shadow:0 25px 60px #0f172a59}.delete-modal-icon{color:#dc2626;background:#fee2e2;border-radius:999px;justify-content:center;align-items:center;width:90px;height:90px;margin:34px auto 22px;display:flex}.delete-modal h3{text-align:center;color:#0f172a;margin:0;padding:0 28px;font-size:42px;font-weight:900;line-height:1.05}.delete-modal p{text-align:center;color:#64748b;max-width:420px;margin:18px auto 0;padding:0 24px;font-size:20px;line-height:1.6}.delete-warning{font-weight:700;color:#475569!important;margin-top:14px!important}.delete-modal-actions{border-top:1px solid #e2e8f0;gap:14px;margin-top:34px;padding:22px;display:flex}.delete-cancel-button,.delete-confirm-button{cursor:pointer;border:none;border-radius:18px;flex:1;height:64px;font-size:19px;font-weight:800;transition:all .2s}.delete-confirm-button{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);justify-content:center;align-items:center;gap:10px;display:flex;box-shadow:0 10px 24px #ef444459}.delete-confirm-button:disabled,.delete-cancel-button:disabled{opacity:.65;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=768px){.delete-modal{border-radius:24px}.delete-modal h3{font-size:32px}.delete-modal p{font-size:17px}.delete-modal-actions{flex-direction:column}.delete-cancel-button,.delete-confirm-button{width:100%;height:58px;font-size:17px}.delete-modal-icon{width:78px;height:78px}}.history-filter-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;margin-bottom:20px;padding:20px}.history-filter-card label{color:#0f172a;margin-bottom:10px;font-weight:700;display:block}.history-filter-row{align-items:center;gap:12px;display:flex}.history-filter-row input{border:1px solid #dbe2ea;border-radius:12px;height:48px;padding:0 14px;font-size:14px}.clear-filter-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;height:48px;padding:0 18px;font-weight:600}.clear-filter-btn:hover{opacity:.9}@media (width<=768px){.history-filter-row{flex-direction:column;align-items:stretch}.history-filter-row input,.clear-filter-btn{width:100%}}.history-filters{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.history-date-filter,.history-search-input{border:1px solid #dbe2ea;border-radius:10px;padding:10px 14px;font-size:14px}.history-search-input{min-width:220px}.history-date-filter:focus,.history-search-input:focus{border-color:#2563eb;outline:none}.history-clear-filter{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:10px;padding:10px 14px;font-weight:600}.history-clear-filter:hover{background:#dc2626}.login-page{background:linear-gradient(135deg,#0b2f7a,#001b52);place-items:center;min-height:100vh;padding:20px;display:grid}.login-card{background:#fff;border-radius:26px;width:100%;max-width:420px;padding:34px;box-shadow:0 24px 70px #00000040}.login-logo{width:180px;margin:0 auto 22px;display:block}.login-card h1{text-align:center;color:#0f172a;margin:0;font-size:28px}.login-card p{text-align:center;color:#64748b;margin:8px 0 28px}.login-card label{color:#0f172a;flex-direction:column;gap:8px;margin-bottom:18px;font-weight:700;display:flex}.login-input{background:#fff;border:1px solid #cbd5e1;border-radius:16px;align-items:center;gap:10px;padding:0 14px;display:flex}.login-input svg{color:#2563eb}.login-input input{box-shadow:none;border:none;padding:16px 0}.login-input input:focus{box-shadow:none}.login-card button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:16px;width:100%;padding:16px;font-size:16px;font-weight:800}.login-card button:disabled{opacity:.7;cursor:not-allowed}.users-page{flex-direction:column;gap:24px;display:flex}.users-header h2{color:#0f172a;margin:0;font-size:34px}.users-header p{color:#64748b;margin-top:10px}.users-chip{color:#1d4ed8;background:#dbeafe;border-radius:999px;align-items:center;gap:8px;margin-bottom:14px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex}.users-card{background:#fff;border-radius:24px;padding:28px;box-shadow:0 4px 20px #0f172a0f}.users-card-title{align-items:center;gap:12px;margin-bottom:24px;display:flex}.users-card-title h3{color:#0f172a;margin:0}.users-form-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.users-form-grid label{color:#0f172a;flex-direction:column;gap:8px;font-weight:700;display:flex}.users-form-grid input,.users-form-grid select{border:1px solid #cbd5e1;border-radius:14px;padding:14px;font-size:14px}.users-actions{gap:14px;margin-top:22px;display:flex}.create-user-button,.cancel-edit-button{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:14px 18px;font-weight:700;display:flex}.create-user-button{color:#fff;background:#2563eb}.cancel-edit-button{color:#0f172a;background:#e2e8f0}.users-list-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.users-search{background:#fff;border:1px solid #cbd5e1;border-radius:14px;align-items:center;gap:10px;width:320px;max-width:100%;padding:0 14px;display:flex}.users-search input{border:none;outline:none;flex:1;padding:14px 0;font-size:14px}.users-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px;display:grid}.user-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:18px}.user-card-top{justify-content:space-between;gap:12px;display:flex}.user-card-top strong{color:#0f172a;margin-bottom:6px;font-size:20px;display:block}.user-card-top span{color:#64748b;font-size:14px;display:block}.user-card-top small{color:#94a3b8;margin-top:6px;font-size:12px;display:block}.role-badge{color:#1d4ed8;background:#dbeafe;border-radius:999px;height:fit-content;padding:8px 12px;font-size:12px;font-weight:700}.user-status{color:#16a34a;margin-top:18px;font-weight:700}.user-card-actions{gap:12px;margin-top:20px;display:flex}.edit-user-button,.delete-user-button{cursor:pointer;border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:10px;padding:14px;font-weight:700;display:flex}.edit-user-button{color:#fff;background:#2563eb}.delete-user-button{color:#fff;background:#ef4444}.users-empty{text-align:center;color:#64748b;padding:40px}@media (width<=900px){.users-form-grid{grid-template-columns:1fr}.users-list-header{flex-direction:column;align-items:stretch}.users-search{width:100%}.user-card-actions,.users-actions{flex-direction:column}}.users-notice{z-index:3000;border-radius:16px;align-items:center;gap:12px;padding:14px 18px;font-weight:700;animation:.25s usersNoticeIn;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 18px 40px #0f172a2e}.users-notice.success{color:#166534;background:#dcfce7;border:1px solid #86efac}.users-notice.error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.users-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2500;background:#0f172a8c;place-items:center;padding:20px;animation:.2s usersBackdropIn;display:grid;position:fixed;inset:0}.users-delete-modal{text-align:center;background:#fff;border-radius:26px;width:100%;max-width:430px;padding:30px;animation:.25s usersModalIn;box-shadow:0 28px 80px #00000047}.users-delete-icon{color:#dc2626;background:#fee2e2;border-radius:22px;place-items:center;width:66px;height:66px;margin:0 auto 18px;display:grid}.users-delete-modal h3{color:#0f172a;margin:0;font-size:26px}.users-delete-modal p{color:#334155;margin:12px 0 8px;line-height:1.5}.users-delete-modal span{color:#64748b;font-size:14px;line-height:1.5;display:block}.users-delete-actions{gap:12px;margin-top:26px;display:flex}.users-delete-cancel,.users-delete-confirm{cursor:pointer;border:none;border-radius:16px;flex:1;justify-content:center;align-items:center;gap:10px;padding:14px;font-weight:800;display:flex}.users-delete-cancel{color:#0f172a;background:#e2e8f0}.users-delete-confirm{color:#fff;background:#ef4444}.users-delete-cancel:disabled,.users-delete-confirm:disabled{opacity:.7;cursor:not-allowed}@keyframes usersModalIn{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes usersBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes usersNoticeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.users-notice{top:16px;left:16px;right:16px}.users-delete-actions{flex-direction:column}}.users-feedback-modal{text-align:center;background:#fff;border-radius:26px;width:100%;max-width:390px;padding:34px 28px;animation:.25s usersModalIn;box-shadow:0 28px 80px #00000047}.users-feedback-icon{border-radius:24px;place-items:center;width:72px;height:72px;margin:0 auto 18px;display:grid}.users-feedback-modal.success .users-feedback-icon{color:#16a34a;background:#dcfce7}.users-feedback-modal.error .users-feedback-icon{color:#dc2626;background:#fee2e2}.users-feedback-modal h3{color:#0f172a;margin:0;font-size:25px}.users-feedback-modal p{color:#64748b;margin:12px 0 0;line-height:1.5}.change-password-page{background:linear-gradient(135deg,#0b2f7a,#001b52);place-items:center;min-height:100vh;padding:20px;display:grid}.change-password-card{background:#fff;border-radius:26px;width:100%;max-width:440px;padding:34px;box-shadow:0 24px 70px #00000040}.change-password-logo{width:180px;margin:0 auto 20px;display:block}.change-password-icon{color:#2563eb;background:#dbeafe;border-radius:20px;place-items:center;width:58px;height:58px;margin:0 auto 16px;display:grid}.change-password-card h1{text-align:center;color:#0f172a;margin:0;font-size:28px}.change-password-card p{text-align:center;color:#64748b;margin:10px 0 28px;line-height:1.5}.change-password-card label{color:#0f172a;flex-direction:column;gap:8px;margin-bottom:18px;font-weight:700;display:flex}.change-password-input{background:#fff;border:1px solid #cbd5e1;border-radius:16px;align-items:center;gap:10px;padding:0 14px;display:flex}.change-password-input svg{color:#2563eb}.change-password-input input{box-shadow:none;border:none;width:100%;padding:16px 0}.change-password-input input:focus{box-shadow:none;outline:none}.change-password-card button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:16px;width:100%;padding:16px;font-size:16px;font-weight:800}.change-password-card button:disabled{opacity:.7;cursor:not-allowed}.change-password-success{color:#166534;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:1px solid #86efac;border-radius:16px;align-items:center;gap:12px;margin-bottom:22px;padding:14px 16px;font-weight:700;animation:.3s successFade;display:flex;box-shadow:0 10px 25px #22c55e1f}.change-password-success svg{color:#16a34a;flex-shrink:0}.change-password-success span{font-size:14px;line-height:1.4}@keyframes successFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.change-password-card button{transition:all .2s}.change-password-card button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #2563eb40}.change-password-input{transition:all .2s}.change-password-input:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.safety-talk-page{background:#f3f4f6;min-height:100vh;padding:24px}.safety-talk-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.safety-talk-header h1{color:#111827;margin:0;font-size:34px;font-weight:800}.safety-talk-header p{color:#6b7280;margin-top:6px}.safety-icon{color:#fff;background:linear-gradient(135deg,#1e3a8a,#2563eb);border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;display:flex;box-shadow:0 10px 30px #2563eb40}.safety-form{flex-direction:column;gap:22px;display:flex}.safety-card{background:#fff;border-radius:24px;padding:24px;box-shadow:0 8px 25px #0000000f}.card-title{color:#111827;align-items:center;gap:10px;margin-bottom:22px;font-size:18px;font-weight:700;display:flex}.grid-2{grid-template-columns:1fr 1fr;gap:18px;display:grid}.grid-3{grid-template-columns:1fr 1fr 1fr;gap:14px;display:grid}.field{flex-direction:column;gap:8px;margin-bottom:18px;display:flex}.field input,.field textarea,.field select,.grid-3 input{background:#fff;border:1px solid #d1d5db;border-radius:14px;outline:none;width:100%;padding:14px;font-size:14px;transition:all .2s}.field input:focus,.field textarea:focus,.field select:focus,.grid-3 input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.participants-list{flex-direction:column;gap:18px;display:flex}.participant-card{background:#fafafa;border:1px solid #e5e7eb;border-radius:18px;padding:18px}.participant-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.participant-header h3{color:#111827;margin:0;font-size:15px;font-weight:700}.delete-btn{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.delete-btn:hover{background:#fecaca;transform:scale(1.05)}.add-btn{color:#1d4ed8;cursor:pointer;background:#e0edff;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;height:48px;margin-top:18px;font-weight:700;transition:all .2s;display:flex}.add-btn:hover{background:#dbeafe}.photo-preview-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-top:16px;display:grid}.photo-preview-grid img{object-fit:cover;border:2px solid #e5e7eb;border-radius:16px;width:100%;height:130px}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d4ed8,#2563eb);border:none;border-radius:18px;height:58px;font-size:16px;font-weight:800;transition:all .25s;box-shadow:0 12px 30px #2563eb40}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 16px 35px #2563eb52}.submit-btn:disabled{opacity:.7;cursor:not-allowed}@media (width<=900px){.grid-2,.grid-3{grid-template-columns:1fr}.safety-talk-header{flex-direction:column;align-items:flex-start;gap:18px}.safety-talk-header h1{font-size:28px}}.safety-header-actions{align-items:center;gap:18px;display:flex}.history-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:16px;align-items:center;gap:10px;padding:14px 20px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 10px 25px #2563eb1f}.history-btn:hover{color:#fff;background:#2563eb;transform:translateY(-1px)}@media (width<=900px){.safety-header-actions{justify-content:space-between;width:100%}.history-btn{flex:1;justify-content:center}}.talk-type-options{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:6px;display:grid}.talk-type-option{cursor:pointer;color:#1e3a8a;background:linear-gradient(135deg,#f8fbff,#eef4ff);border:2px solid #dbeafe;border-radius:18px;align-items:center;gap:12px;padding:16px 18px;font-weight:700;transition:all .25s;display:flex;position:relative;overflow:hidden}.talk-type-option:hover{border-color:#2563eb;transform:translateY(-2px);box-shadow:0 12px 25px #2563eb24}.talk-type-option input{accent-color:#2563eb;cursor:pointer;width:20px;height:20px}.talk-type-option span{font-size:14px;line-height:1.3}.talk-type-option:has(input:checked){color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#2563eb;box-shadow:0 16px 35px #2563eb47}.talk-type-option:has(input:checked) span{color:#fff}.talk-type-option:has(input:checked):after{content:"✓";color:#fff;font-size:14px;font-weight:900;position:absolute;top:10px;right:14px}.safety-success-message{z-index:20;color:#166534;background:#dcfce7;border:1px solid #86efac;border-radius:16px;align-items:center;gap:10px;margin-bottom:18px;padding:14px 18px;font-weight:800;display:flex;position:sticky;top:16px;box-shadow:0 14px 30px #1665341f}.signature-box-locked{background:#f0fdf4;border-color:#22c55e}.signature-lock-button{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:14px;align-items:center;gap:8px;padding:12px 18px;font-weight:800;display:flex}.signature-lock-button:disabled{opacity:.5;cursor:not-allowed}.participant-signature-row{margin-top:14px;display:flex}.participant-sign-button{color:#1d4ed8;cursor:pointer;background:#dbeafe;border:none;border-radius:14px;align-items:center;gap:8px;padding:12px 16px;font-weight:800;display:flex}.participant-sign-button.signed{color:#166534;background:#dcfce7}.participant-signature-modal-backdrop{z-index:4000;background:#0f172a94;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.participant-signature-modal{background:#fff;border-radius:26px;width:100%;max-width:720px;padding:24px;box-shadow:0 28px 80px #0f172a47}.participant-signature-modal-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.participant-signature-modal-header h3{color:#0f172a;margin:0;font-size:24px}.participant-signature-modal-header p{color:#64748b;margin:6px 0 0;font-weight:700}.participant-signature-modal-header button{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.participant-save-signature-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:16px;width:100%;margin-top:18px;padding:15px 18px;font-weight:900}.success-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:99999;background:#0f172a94;place-items:center;padding:22px;animation:.18s ease-out successFadeIn;display:grid;position:fixed;inset:0}.success-modal{text-align:center;background:#fff;border-radius:24px;width:min(390px,92vw);padding:34px 28px 28px;animation:.2s ease-out successPop;box-shadow:0 30px 90px #0f172a52}.success-modal h3{color:#0f172a;margin:0;font-size:28px;font-weight:900}.success-modal p{color:#64748b;max-width:300px;margin:12px auto 22px;font-size:16px;line-height:1.45}.success-modal-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#16a34a,#22c55e);border:none;border-radius:14px;justify-content:center;align-items:center;gap:9px;padding:13px 28px;font-weight:900;transition:all .2s;display:inline-flex;box-shadow:0 12px 24px #16a34a47}.success-modal-button:hover{transform:translateY(-1px);box-shadow:0 16px 30px #16a34a5c}@keyframes successFadeIn{0%{opacity:0}to{opacity:1}}@keyframes successPop{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=520px){.success-modal{border-radius:22px;padding:30px 22px 24px}.success-modal h3{font-size:24px}.success-modal p{font-size:15px}.success-modal-button{width:100%}}.participant-search-wrap{position:relative}.participant-suggestions{z-index:50;background:#fff;border:1px solid #dbe4f0;border-radius:16px;max-height:240px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden auto;box-shadow:0 18px 45px #0f172a29}.participant-suggestion-item{color:#0f172a;text-align:left;cursor:pointer;background:#fff;border:0;width:100%;padding:13px 16px;font-weight:800}.participant-suggestion-item:hover{color:#1d4ed8;background:#eff6ff}.participant-clear-button{color:#b91c1c;cursor:pointer;background:#fee2e2;border:0;border-radius:12px;margin-top:8px;padding:7px 12px;font-weight:800}.participant-selected-name{color:#475569;margin:12px 0 0;font-size:14px}.safety-history-page{flex-direction:column;gap:24px;display:flex}.safety-history-header{background:#fff;border-radius:28px;justify-content:space-between;align-items:center;gap:20px;padding:30px;display:flex;box-shadow:0 10px 35px #0f172a0f}.safety-history-header h1{color:#0f172a;margin:0;font-size:42px;font-weight:900}.safety-history-header p{color:#64748b;margin-top:10px;font-size:17px}.safety-history-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:24px;justify-content:center;align-items:center;width:78px;height:78px;display:flex;box-shadow:0 15px 30px #2563eb47}.safety-history-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:22px;display:grid}.safety-history-card{background:#fff;border:1px solid #e2e8f0;border-radius:26px;padding:24px;transition:all .2s;box-shadow:0 12px 35px #0f172a0f}.safety-history-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px #0f172a1a}.safety-history-top{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.safety-history-top h3{color:#0f172a;margin:0;font-size:22px;font-weight:800}.safety-history-type{color:#2563eb;background:#2563eb1a;border-radius:999px;justify-content:center;align-items:center;margin-top:10px;padding:8px 14px;font-size:12px;font-weight:800;display:inline-flex}.safety-history-info{flex-direction:column;gap:12px;display:flex}.safety-history-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;gap:14px;padding-bottom:12px;display:flex}.safety-history-label{color:#64748b;font-weight:700}.safety-history-value{color:#0f172a;text-align:right;font-weight:700}.safety-history-actions{gap:12px;margin-top:22px;display:flex}.history-action-btn{cursor:pointer;border:none;border-radius:16px;flex:1;justify-content:center;align-items:center;gap:10px;padding:14px 16px;font-size:14px;font-weight:800;transition:all .2s;display:flex}.history-action-btn.view{color:#2563eb;background:#eff6ff}.history-action-btn.view:hover{color:#fff;background:#2563eb}.history-action-btn.delete{color:#dc2626;background:#fef2f2}.history-action-btn.delete:hover{color:#fff;background:#dc2626}.empty-history{text-align:center;background:#fff;border-radius:28px;padding:60px 20px;box-shadow:0 10px 35px #0f172a0f}.empty-history h2{color:#0f172a;margin-top:18px;margin-bottom:8px;font-size:28px}.empty-history p{color:#64748b}@media (width<=768px){.safety-history-header{flex-direction:column;align-items:flex-start}.safety-history-header h1{font-size:32px}.safety-history-actions{flex-direction:column}}.delete-modal-overlay{z-index:5000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a94;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.delete-modal{text-align:center;background:#fff;border-radius:22px;width:100%;max-width:460px;animation:.22s deleteModalIn;overflow:hidden;box-shadow:0 28px 80px #0f172a52}.delete-modal-icon{color:#dc2626;background:#fee2e2;border-radius:999px;place-items:center;width:86px;height:86px;margin:28px auto 16px;display:grid}.delete-modal h3{color:#0f172a;margin:0;font-size:26px;font-weight:900}.delete-modal p{color:#475569;max-width:340px;margin:12px auto 0;line-height:1.45}.delete-warning{font-weight:700;color:#64748b!important}.delete-modal-actions{border-top:1px solid #e5e7eb;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px;padding:18px 22px 22px;display:grid}.delete-cancel-button,.delete-confirm-button{cursor:pointer;border-radius:14px;height:52px;font-weight:900;transition:all .2s}.delete-cancel-button{color:#475569;background:#fff;border:1px solid #cbd5e1}.delete-cancel-button:hover{background:#f8fafc}.delete-confirm-button{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;justify-content:center;align-items:center;gap:9px;display:flex}.delete-confirm-button:hover{transform:translateY(-1px);box-shadow:0 14px 28px #dc262647}.delete-cancel-button:disabled,.delete-confirm-button:disabled{opacity:.65;cursor:not-allowed}@keyframes deleteModalIn{0%{opacity:0;transform:translateY(14px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.harness-page{background:#f3f4f6;min-height:100vh;padding:24px}.harness-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.harness-header h1{color:#111827;margin:0;font-size:34px;font-weight:800}.harness-header p{color:#6b7280;margin-top:6px}.harness-history-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:16px;align-items:center;gap:10px;padding:14px 20px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 10px 25px #2563eb1f}.harness-history-btn:hover{color:#fff;background:#2563eb}.harness-form{flex-direction:column;gap:22px;display:flex}.harness-card{background:#fff;border-radius:24px;padding:24px;box-shadow:0 8px 25px #0000000f}.harness-card-title{color:#111827;align-items:center;gap:10px;margin-bottom:22px;font-size:18px;font-weight:700;display:flex}.harness-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.field input,.field textarea,.field select{background:#fff;border:1px solid #d1d5db;border-radius:14px;outline:none;width:100%;padding:14px;font-size:14px;transition:all .2s}.harness-check-table-card{background:#fff;border:1px solid #dbe3f0;border-radius:18px;overflow:hidden}.harness-check-table-title{background:#f8fafc;border-bottom:1px solid #dbe3f0;align-items:center;gap:10px;padding:16px;display:flex}.harness-check-table-title h3{color:#0f172a;margin:0;font-size:17px}.harness-check-table-scroll{width:100%;overflow-x:auto}.harness-check-table{border-collapse:collapse;table-layout:fixed;width:100%}.harness-check-table th,.harness-check-table td{color:#0f172a;vertical-align:middle;white-space:normal;word-break:break-word;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;padding:12px;font-size:14px}.harness-check-table th{text-align:center;background:#f1f5f9;font-weight:800}.harness-check-table td:first-child{text-align:center;color:#1d4ed8;width:50px;font-size:18px;font-weight:800}.harness-check-table td:nth-child(2){font-weight:700;line-height:1.45}.harness-check-table td:nth-child(3),.harness-check-table td:nth-child(4),.harness-check-table td:nth-child(5){text-align:center;width:70px}.harness-check-table th:nth-child(6),.harness-check-table td:nth-child(6){width:220px}.harness-check-table input[type=radio]{accent-color:#2563eb;cursor:pointer;width:20px;height:20px}.harness-check-table input[type=text]{border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;padding:11px 12px;font-size:14px}.harness-check-table input[type=text]:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.harness-signature-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.harness-signature-box{background:#fafafa;border:1px solid #e5e7eb;border-radius:20px;padding:18px}.harness-signature-box h3{color:#111827;margin:0 0 14px}.harness-signature-canvas{touch-action:none;background:#fff;border:2px dashed #cbd5e1;border-radius:16px;width:100%;height:180px}.harness-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d4ed8,#2563eb);border:none;border-radius:18px;justify-content:center;align-items:center;gap:10px;height:58px;font-size:16px;font-weight:800;transition:all .25s;display:flex;box-shadow:0 12px 30px #2563eb40}.harness-submit-btn:hover{transform:translateY(-2px);box-shadow:0 16px 35px #2563eb52}.harness-submit-btn:disabled{opacity:.7;cursor:not-allowed}@media (width<=768px){.harness-page{padding:14px}.harness-header{flex-direction:column;align-items:stretch}.harness-history-btn{justify-content:center}.harness-header h1{font-size:28px}.harness-grid,.harness-signature-grid{grid-template-columns:1fr}.harness-check-table-scroll{overflow-x:visible}.harness-check-table,.harness-check-table thead,.harness-check-table tbody,.harness-check-table tr,.harness-check-table th,.harness-check-table td{width:100%;display:block}.harness-check-table thead{display:none}.harness-check-table tr{background:#fff;border-bottom:1px solid #e2e8f0;padding:16px}.harness-check-table td{border:none;padding:8px 0}.harness-check-table td:first-child{text-align:left;color:#2563eb;font-size:13px}.harness-check-table td:first-child:before{content:"Ítem "}.harness-check-table td:nth-child(2){font-size:15px;font-weight:800;line-height:1.4}.harness-check-table td:nth-child(3),.harness-check-table td:nth-child(4),.harness-check-table td:nth-child(5){align-items:center;gap:8px;width:auto;margin-right:14px;display:inline-flex}.harness-check-table td:nth-child(3):before{content:"Bueno";font-weight:700}.harness-check-table td:nth-child(4):before{content:"Malo";font-weight:700}.harness-check-table td:nth-child(5):before{content:"N/A";font-weight:700}.harness-check-table td:nth-child(6){margin-top:8px}.harness-check-table input[type=text]{width:100%}}@media (width<=768px){.history-header-buttons{flex-direction:column;width:100%}.history-header-buttons .history-back-button{width:100%}}.ladder-page{background:#f3f4f6;min-height:100vh;padding:24px}.ladder-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.ladder-header h1{color:#111827;margin:0;font-size:34px;font-weight:800}.ladder-header p{color:#6b7280;margin-top:6px}.ladder-history-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:16px;align-items:center;gap:10px;padding:14px 20px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 10px 25px #2563eb1f}.ladder-history-btn:hover{color:#fff;background:#2563eb}.ladder-form{flex-direction:column;gap:22px;display:flex}.ladder-card{background:#fff;border-radius:24px;padding:24px;box-shadow:0 8px 25px #0000000f}.ladder-card-title{color:#111827;align-items:center;gap:10px;margin-bottom:22px;font-size:18px;font-weight:700;display:flex}.ladder-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.field label{color:#374151;font-size:14px;font-weight:700}.field input,.field textarea,.field select,.ladder-item-row select,.ladder-item-row input{background:#fff;border:1px solid #d1d5db;border-radius:14px;outline:none;width:100%;padding:14px;font-size:14px;transition:all .2s}.field input:focus,.field textarea:focus,.field select:focus,.ladder-item-row select:focus,.ladder-item-row input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.ladder-items{flex-direction:column;gap:16px;display:flex}.ladder-item-row{background:#fafafa;border:1px solid #e5e7eb;border-radius:18px;grid-template-columns:1.5fr 180px 1fr;align-items:center;gap:14px;padding:16px;display:grid}.ladder-item-title{align-items:flex-start;gap:14px;display:flex}.ladder-item-title span{color:#1d4ed8;background:#dbeafe;border-radius:12px;justify-content:center;align-items:center;min-width:34px;height:34px;font-weight:800;display:flex}.ladder-item-title div{flex-direction:column;gap:4px;display:flex}.ladder-item-title small{color:#2563eb;font-size:11px;font-weight:800}.ladder-item-title strong{color:#111827;font-size:14px;line-height:1.4}.ladder-signature-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.ladder-signature-box{background:#fafafa;border:1px solid #e5e7eb;border-radius:20px;padding:18px}.ladder-signature-box h3{color:#111827;margin:0 0 14px}.ladder-signature-canvas{touch-action:none;background:#fff;border:2px dashed #cbd5e1;border-radius:16px;width:100%;height:180px}.signature-clear-button{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:14px;align-items:center;gap:8px;margin-top:14px;padding:12px 16px;font-weight:800;display:flex}.signature-clear-button:hover{background:#fecaca}.ladder-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d4ed8,#2563eb);border:none;border-radius:18px;justify-content:center;align-items:center;gap:10px;height:58px;font-size:16px;font-weight:800;transition:all .25s;display:flex;box-shadow:0 12px 30px #2563eb40}.ladder-submit-btn:hover{transform:translateY(-2px);box-shadow:0 16px 35px #2563eb52}.ladder-submit-btn:disabled{opacity:.7;cursor:not-allowed}.success-modal-overlay{z-index:5000;background:#0f172a99;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.success-modal{text-align:center;background:#fff;border-radius:28px;width:100%;max-width:420px;padding:30px 24px;box-shadow:0 30px 80px #0f172a40}.success-modal h3{color:#111827;margin:0;font-size:24px}.success-modal p{color:#6b7280;margin-top:10px;line-height:1.5}.success-modal-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:22px;padding:15px;font-weight:800;display:flex}.success-modal-button:hover{background:#1d4ed8}@media (width<=900px){.ladder-item-row,.ladder-signature-grid{grid-template-columns:1fr}.ladder-header{flex-direction:column;align-items:stretch}.ladder-history-btn{justify-content:center}.ladder-header h1{font-size:28px}}.ladder-photo-upload-section{justify-content:flex-end;margin-top:10px;display:flex}.ladder-photo-upload{color:#0f172a;cursor:pointer;background:#eff6ff;border-radius:18px;justify-content:center;align-items:center;gap:10px;min-width:280px;padding:18px 22px;font-weight:800;transition:all .2s;display:flex}.ladder-photo-upload:hover{background:#dbeafe;transform:translateY(-1px)}.ladder-photo-upload input{display:none}.ladder-photos-grid{grid-template-columns:repeat(auto-fill,minmax(140px,160px));gap:16px;margin-top:22px;display:grid}.ladder-photo-card{background:#f8fafc;border:1px solid #dbe3f0;border-radius:18px;width:160px;height:150px;position:relative;overflow:hidden;box-shadow:0 8px 20px #0f172a14}.ladder-photo-card img{object-fit:cover;width:100%;height:100%}.ladder-remove-photo-button{color:#fff;cursor:pointer;background:#0f172ad9;border:none;border-radius:999px;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:8px;right:8px}@media (width<=768px){.ladder-photo-upload-section{justify-content:stretch}.ladder-photo-upload{width:100%;min-width:unset}.ladder-photos-grid{grid-template-columns:repeat(2,1fr)}.ladder-photo-card{width:100%;height:140px}}.ladder-inspection-split{grid-template-columns:1fr 1fr;gap:18px;display:grid}.ladder-check-table-card{background:#fff;border:1px solid #dbe3f0;border-radius:18px;overflow:hidden}.ladder-check-table-title{background:#f8fafc;border-bottom:1px solid #dbe3f0;align-items:center;gap:10px;padding:16px;display:flex}.ladder-check-table-title h3{color:#0f172a;margin:0;font-size:17px}.ladder-check-table-scroll{width:100%;overflow-x:auto}.ladder-check-table{border-collapse:collapse;width:100%;min-width:660px}.ladder-check-table th,.ladder-check-table td{color:#0f172a;vertical-align:middle;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;padding:10px;font-size:13px}.ladder-check-table th{text-align:center;background:#f1f5f9;font-weight:800}.ladder-check-table td:first-child{text-align:center;width:44px;font-weight:700}.ladder-check-table td:nth-child(2){font-weight:600;line-height:1.35}.ladder-check-table td:nth-child(3),.ladder-check-table td:nth-child(4),.ladder-check-table td:nth-child(5){text-align:center;width:64px}.ladder-check-table input[type=radio]{accent-color:#2563eb;cursor:pointer;width:18px;height:18px}.ladder-check-table input[type=text]{border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:9px 10px}.ladder-check-table input[type=text]:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}@media (width<=1100px){.ladder-inspection-split{grid-template-columns:1fr}}.ladder-inspection-split{grid-template-columns:1fr 1fr;gap:18px;width:100%;display:grid}.ladder-check-table-card{min-width:0}.ladder-check-table-scroll{overflow-x:visible}.ladder-check-table{table-layout:fixed;width:100%;min-width:0}.ladder-check-table th,.ladder-check-table td{white-space:normal;word-break:break-word}.ladder-check-table th:first-child,.ladder-check-table td:first-child{width:42px}.ladder-check-table th:nth-child(2),.ladder-check-table td:nth-child(2){width:auto}.ladder-check-table th:nth-child(3),.ladder-check-table td:nth-child(3),.ladder-check-table th:nth-child(4),.ladder-check-table td:nth-child(4),.ladder-check-table th:nth-child(5),.ladder-check-table td:nth-child(5){width:58px}.ladder-check-table th:nth-child(6),.ladder-check-table td:nth-child(6){width:145px}.ladder-check-table input[type=text]{min-width:0}@media (width<=768px){.ladder-inspection-split{grid-template-columns:1fr}.ladder-check-table-scroll{overflow-x:visible}.ladder-check-table,.ladder-check-table thead,.ladder-check-table tbody,.ladder-check-table tr,.ladder-check-table th,.ladder-check-table td{width:100%;display:block}.ladder-check-table{border-collapse:separate;border-spacing:0}.ladder-check-table thead{display:none}.ladder-check-table tr{background:#fff;border-bottom:1px solid #e2e8f0;padding:14px}.ladder-check-table td{border:none;padding:8px 0}.ladder-check-table td:first-child{text-align:left;color:#2563eb;font-size:13px}.ladder-check-table td:first-child:before{content:"Ítem "}.ladder-check-table td:nth-child(2){font-size:15px;font-weight:800;line-height:1.4}.ladder-check-table td:nth-child(3),.ladder-check-table td:nth-child(4),.ladder-check-table td:nth-child(5){align-items:center;gap:8px;width:auto;margin-right:14px;display:inline-flex}.ladder-check-table td:nth-child(3):before{content:"Bueno";font-weight:700}.ladder-check-table td:nth-child(4):before{content:"Malo";font-weight:700}.ladder-check-table td:nth-child(5):before{content:"N/A";font-weight:700}.ladder-check-table td:nth-child(6){margin-top:8px}.ladder-check-table input[type=text]{width:100%}}@media (width<=768px){.history-header-buttons{flex-direction:column;width:100%}.history-header-buttons .history-back-button{width:100%}}@media (width<=768px){.history-header-buttons{flex-direction:column;width:100%}.history-header-buttons .history-back-button{width:100%}}.scissor-ladder-page{flex-direction:column;gap:24px;display:flex}.scissor-ladder-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.scissor-ladder-header h1{color:#0f172a;margin:0}.scissor-ladder-header p{color:#64748b;margin:4px 0 0}.scissor-ladder-history-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 18px;font-weight:600;display:flex}.scissor-ladder-history-btn:hover{background:#1d4ed8}.scissor-ladder-form{flex-direction:column;gap:24px;display:flex}.scissor-ladder-card{background:#fff;border-radius:22px;padding:24px;box-shadow:0 6px 24px #0f172a14}.scissor-ladder-card-title{color:#0f172a;align-items:center;gap:10px;margin-bottom:20px;font-size:18px;font-weight:700;display:flex}.scissor-ladder-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.field input,.field textarea,.field select{border:1px solid #cbd5e1;border-radius:12px;width:100%;padding:12px;font-size:14px}.field textarea{resize:vertical}.scissor-ladder-inspection-split{grid-template-columns:1fr 1fr;gap:20px;display:grid}.scissor-ladder-check-table-card{border:1px solid #e2e8f0;border-radius:18px;overflow:hidden}.scissor-ladder-check-table-title{background:#f8fafc;border-bottom:1px solid #e2e8f0;align-items:center;gap:10px;padding:16px;display:flex}.scissor-ladder-check-table-title h3{margin:0}.scissor-ladder-check-table-scroll{overflow-x:auto}.scissor-ladder-check-table{border-collapse:collapse;width:100%}.scissor-ladder-check-table th,.scissor-ladder-check-table td{text-align:center;border:1px solid #e2e8f0;padding:10px}.scissor-ladder-check-table th{background:#f8fafc;font-weight:700}.scissor-ladder-check-table td:nth-child(2){text-align:left}.scissor-ladder-photo-upload-section{margin-bottom:20px}.scissor-ladder-photo-upload{cursor:pointer;background:#eff6ff;border:2px dashed #93c5fd;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:18px;display:flex}.scissor-ladder-photo-upload input{display:none}.scissor-ladder-photos-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.scissor-ladder-photo-card{position:relative}.scissor-ladder-photo-card img{object-fit:cover;border-radius:16px;width:100%;height:220px}.scissor-ladder-remove-photo-button{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:50%;width:32px;height:32px;position:absolute;top:8px;right:8px}.scissor-ladder-signature-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.scissor-ladder-signature-box{flex-direction:column;gap:14px;display:flex}.scissor-ladder-signature-box h3{margin:0}.scissor-ladder-signature-canvas{background:#fff;border:2px dashed #cbd5e1;border-radius:14px;width:100%;height:180px}.scissor-ladder-submit-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:16px 24px;font-size:15px;font-weight:700;display:flex}.scissor-ladder-submit-btn:hover{background:#15803d}.signature-clear-button{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:12px;padding:12px;font-weight:600}.success-modal-overlay{z-index:9999;background:#0f172a8c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.success-modal{text-align:center;background:#fff;border-radius:24px;width:420px;max-width:95%;padding:32px}.success-modal-icon{color:#16a34a;background:#dcfce7;border-radius:999px;place-items:center;width:80px;height:80px;margin:0 auto 18px;display:grid}.success-modal-button{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:12px;margin-top:20px;padding:14px 22px;font-weight:700}@media (width<=1024px){.scissor-ladder-inspection-split,.scissor-ladder-signature-grid{grid-template-columns:1fr}}@media (width<=768px){.scissor-ladder-header{flex-direction:column;align-items:stretch}.scissor-ladder-history-btn{justify-content:center}.scissor-ladder-grid{grid-template-columns:1fr}.inspection-table-wrapper{overflow:visible}.inspection-table{min-width:100%;display:block}.inspection-table thead{display:none}.inspection-table tbody{flex-direction:column;gap:14px;display:flex}.inspection-table tr{background:#fff;border:1px solid #dbe3f0;border-radius:18px;padding:16px;display:block}.inspection-table td{border:none;padding:6px 0;display:block;text-align:left!important;width:100%!important}.inspection-table td:first-child{color:#2563eb;font-size:14px;font-weight:800}.inspection-table td:nth-child(2){color:#0f172a;margin-bottom:10px;font-size:18px;font-weight:800}.inspection-table td:nth-child(3),.inspection-table td:nth-child(4),.inspection-table td:nth-child(5){align-items:center;gap:8px;margin-right:18px;font-weight:700;display:inline-flex;width:auto!important}.inspection-table td:nth-child(3):before{content:"Bueno"}.inspection-table td:nth-child(4):before{content:"Malo"}.inspection-table td:nth-child(5):before{content:"N/A"}.inspection-table td:nth-child(6){margin-top:10px}.inspection-table td:nth-child(6) input{width:100%}.scissor-ladder-check-table-scroll{overflow-x:visible!important}.scissor-ladder-check-table,.scissor-ladder-check-table thead,.scissor-ladder-check-table tbody,.scissor-ladder-check-table tr,.scissor-ladder-check-table th,.scissor-ladder-check-table td{display:block;width:100%!important}.scissor-ladder-check-table{border-collapse:separate;min-width:0!important}.scissor-ladder-check-table thead{display:none!important}.scissor-ladder-check-table tbody{flex-direction:column;display:flex}.scissor-ladder-check-table tr{background:#fff;border-bottom:1px solid #e2e8f0;padding:16px}.scissor-ladder-check-table td{text-align:left!important;border:none!important;padding:7px 0!important}.scissor-ladder-check-table td:first-child{color:#2563eb;font-size:14px;font-weight:900}.scissor-ladder-check-table td:first-child:before{content:"Ítem "}.scissor-ladder-check-table td:nth-child(2){color:#020617;margin-bottom:8px;font-size:16px;font-weight:900;line-height:1.35}.scissor-ladder-check-table td:nth-child(3),.scissor-ladder-check-table td:nth-child(4),.scissor-ladder-check-table td:nth-child(5){align-items:center;gap:8px;margin-right:16px;font-weight:800;display:inline-flex;width:auto!important}.scissor-ladder-check-table td:nth-child(3):before{content:"Bueno"}.scissor-ladder-check-table td:nth-child(4):before{content:"Malo"}.scissor-ladder-check-table td:nth-child(5):before{content:"N/A"}.scissor-ladder-check-table td:nth-child(6){margin-top:10px}.scissor-ladder-check-table td:nth-child(6):before{content:"Observación";margin-bottom:8px;font-weight:800;display:block}.scissor-ladder-check-table input[type=text]{width:100%}}@media (width<=768px){.history-header-buttons{flex-direction:column;width:100%}.history-header-buttons .history-back-button{width:100%}}@media (width<=768px){.history-header-buttons{flex-direction:column;width:100%}.history-header-buttons .history-back-button{width:100%}}@media (width<=900px){.tools-header{flex-direction:column}.tools-history-btn{justify-content:center;width:100%}.tools-grid,.tools-signature-grid{grid-template-columns:1fr}.tools-card{padding:18px}}@media (width<=768px){.tools-page{width:100%}.tools-header h1{font-size:26px}.tools-header p{font-size:14px}.tools-card{border-radius:20px;padding:16px}.tools-card-title{align-items:flex-start;font-size:20px}.tools-table-wrapper{border-radius:18px;overflow-x:visible}.tools-table,.tools-table thead,.tools-table tbody,.tools-table tr,.tools-table th,.tools-table td{width:100%;display:block}.tools-table{border-collapse:separate;table-layout:auto;min-width:0}.tools-table thead{display:none}.tools-table tbody{flex-direction:column;gap:0;display:flex}.tools-table tr{background:#fff;border-bottom:1px solid #e2e8f0;padding:18px 14px}.tools-table tr:last-child{border-bottom:none}.tools-table td{background:#fff;border:none;padding:7px 0}.tools-table td:first-child{text-align:left;color:#2563eb;font-size:14px;font-weight:900}.tools-table td:first-child:before{content:"Ítem "}.tools-table td:nth-child(2){color:#020617;width:100%;margin-bottom:6px;font-size:16px;font-weight:900;line-height:1.35}.tools-table td:nth-child(3){align-items:center;gap:12px;width:100%;margin:4px 0 8px;display:flex}.tools-table td:nth-child(3):before{content:"Cantidad";color:#0f172a;min-width:82px;font-size:14px;font-weight:800}.tools-table td:nth-child(4),.tools-table td:nth-child(5),.tools-table td:nth-child(6){align-items:center;gap:8px;width:auto;margin-right:16px;padding-top:4px;padding-bottom:8px;display:inline-flex}.tools-table td:nth-child(4):before{content:"Bueno";color:#0f172a;font-size:14px;font-weight:800}.tools-table td:nth-child(5):before{content:"Malo";color:#0f172a;font-size:14px;font-weight:800}.tools-table td:nth-child(6):before{content:"N/A";color:#0f172a;font-size:14px;font-weight:800}.tools-table td:nth-child(7){width:100%;margin-top:8px}.tools-table td:nth-child(7):before{content:"Observación";color:#0f172a;margin-bottom:8px;font-size:14px;font-weight:800;display:block}.tools-table input[type=number]{border-radius:12px;width:90px;height:42px}.tools-table input[type=radio]{width:18px;height:18px}.tools-table input[type=text]{border-radius:12px;width:100%;height:42px}.tools-signature-canvas{height:160px}.tools-submit-btn{width:100%}}@media (width<=768px){.history-header-buttons{flex-direction:column;width:100%}.history-header-buttons .history-back-button{width:100%}}@media (width<=768px){.history-header-buttons{flex-direction:column;width:100%}.history-header-buttons .history-back-button{width:100%}}@media (width<=900px){.tools-history-header{flex-direction:column}.tools-history-header-buttons{flex-direction:column;width:100%}.tools-history-back-button{justify-content:center;width:100%}.tools-history-row{grid-template-columns:1fr}.tools-history-actions{flex-direction:column;align-items:stretch}.tools-history-action,.tools-history-pdf-button,.tools-history-delete-button{justify-content:center;width:100%}.tools-detail-grid,.tools-detail-items{grid-template-columns:1fr}.tools-detail-footer-actions{flex-direction:column}}.tools-page{width:100%}.tools-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.tools-header h1{color:#0f172a;margin:0;font-size:34px;font-weight:900}.tools-header p{color:#64748b;margin-top:8px;font-size:16px}.tools-history-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:16px;align-items:center;gap:10px;padding:14px 20px;font-weight:800;display:flex}.tools-form{flex-direction:column;gap:22px;display:flex}.tools-card{background:#fff;border:1px solid #dbe3f0;border-radius:24px;padding:28px;box-shadow:0 8px 25px #0f172a0f}.tools-card-title{color:#0f172a;align-items:center;gap:12px;margin-bottom:24px;font-size:22px;font-weight:900;display:flex}.tools-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.field{flex-direction:column;gap:8px;display:flex}.field label{color:#334155;font-weight:800}.field input,.field textarea,.field select{background:#fff;border:1px solid #cbd5e1;border-radius:14px;outline:none;width:100%;padding:14px;font-size:15px}.field input:focus,.field textarea:focus,.field select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.tools-table-wrapper{border-radius:18px;width:100%;overflow-x:auto}.tools-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1120px;overflow:hidden}.tools-table th{color:#fff;text-align:center;background:#2448b8;border:1px solid #dbe3f0;padding:18px 12px;font-size:16px;font-weight:900}.tools-table td{color:#0f172a;vertical-align:middle;background:#fff;border:1px solid #dbe3f0;padding:14px 12px;font-size:15px}.tools-table th:first-child,.tools-table td:first-child{text-align:center;width:55px}.tools-table th:nth-child(2),.tools-table td:nth-child(2){width:390px}.tools-table th:nth-child(3),.tools-table td:nth-child(3){text-align:center;width:120px}.tools-table th:nth-child(4),.tools-table td:nth-child(4),.tools-table th:nth-child(5),.tools-table td:nth-child(5),.tools-table th:nth-child(6),.tools-table td:nth-child(6){text-align:center;width:95px}.tools-table th:nth-child(7),.tools-table td:nth-child(7){width:260px}.tools-table input[type=number]{text-align:center;border:1px solid #cbd5e1;border-radius:14px;width:72px;height:48px;font-size:15px}.tools-table input[type=radio]{accent-color:#2563eb;cursor:pointer;width:18px;height:18px}.tools-table input[type=text]{border:1px solid #cbd5e1;border-radius:14px;width:100%;height:48px;padding:0 14px;font-size:15px}.tools-signature-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.tools-signature-box{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:20px;padding:18px}.tools-signature-box h3{color:#0f172a;margin:0 0 12px}.tools-signature-canvas{touch-action:none;background:#fff;border:1px solid #cbd5e1;border-radius:18px;width:100%;height:180px;display:block}.signature-clear-button{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:12px;padding:13px 16px;font-weight:800;display:flex}.tools-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d4ed8,#2563eb);border:none;border-radius:18px;justify-content:center;align-items:center;gap:10px;height:58px;font-size:16px;font-weight:900;display:flex}@media (width<=900px){.tools-header{flex-direction:column}.tools-history-btn{justify-content:center;width:100%}.tools-grid,.tools-signature-grid{grid-template-columns:1fr}.tools-card{padding:18px}}@media (width<=768px){.tools-page{width:100%}.tools-header h1{font-size:26px}.tools-header p{font-size:14px}.tools-card{border-radius:20px;padding:16px}.tools-card-title{align-items:flex-start;font-size:20px}.tools-table-wrapper{border-radius:18px;overflow-x:visible}.tools-table,.tools-table thead,.tools-table tbody,.tools-table tr,.tools-table th,.tools-table td{width:100%;display:block}.tools-table{border-collapse:separate;table-layout:auto;min-width:0}.tools-table thead{display:none}.tools-table tbody{flex-direction:column;gap:0;display:flex}.tools-table tr{background:#fff;border-bottom:1px solid #e2e8f0;padding:18px 14px}.tools-table tr:last-child{border-bottom:none}.tools-table td{background:#fff;border:none;padding:7px 0}.tools-table td:first-child{text-align:left;color:#2563eb;font-size:14px;font-weight:900}.tools-table td:first-child:before{content:"Ítem "}.tools-table td:nth-child(2){color:#020617;width:100%;margin-bottom:6px;font-size:16px;font-weight:900;line-height:1.35}.tools-table td:nth-child(3){align-items:center;gap:12px;width:100%;margin:4px 0 8px;display:flex}.tools-table td:nth-child(3):before{content:"Cantidad";color:#0f172a;min-width:82px;font-size:14px;font-weight:800}.tools-table td:nth-child(4),.tools-table td:nth-child(5),.tools-table td:nth-child(6){align-items:center;gap:8px;width:auto;margin-right:16px;padding-top:4px;padding-bottom:8px;display:inline-flex}.tools-table td:nth-child(4):before{content:"Bueno";color:#0f172a;font-size:14px;font-weight:800}.tools-table td:nth-child(5):before{content:"Malo";color:#0f172a;font-size:14px;font-weight:800}.tools-table td:nth-child(6):before{content:"N/A";color:#0f172a;font-size:14px;font-weight:800}.tools-table td:nth-child(7){width:100%;margin-top:8px}.tools-table td:nth-child(7):before{content:"Observación";color:#0f172a;margin-bottom:8px;font-size:14px;font-weight:800;display:block}.tools-table input[type=number]{border-radius:12px;width:90px;height:42px}.tools-table input[type=radio]{width:18px;height:18px}.tools-table input[type=text]{border-radius:12px;width:100%;height:42px}.tools-signature-canvas{height:160px}.tools-submit-btn{width:100%}}.driver-tools-page{width:100%}.driver-tools-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.driver-tools-header h1{color:#0f172a;margin:0;font-size:34px;font-weight:900}.driver-tools-header p{color:#64748b;margin-top:8px;font-size:16px}.driver-tools-history-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:16px;align-items:center;gap:10px;padding:14px 20px;font-weight:800;display:flex}.driver-tools-form{flex-direction:column;gap:22px;display:flex}.driver-tools-card{background:#fff;border:1px solid #dbe3f0;border-radius:24px;padding:28px;box-shadow:0 8px 25px #0f172a0f}.driver-tools-card-title{color:#0f172a;align-items:center;gap:12px;margin-bottom:24px;font-size:22px;font-weight:900;display:flex}.driver-tools-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.driver-tools-table-wrapper{border-radius:18px;width:100%;overflow-x:auto}.driver-tools-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1120px}.driver-tools-table th{color:#fff;text-align:center;background:#2448b8;border:1px solid #dbe3f0;padding:18px 12px;font-size:16px;font-weight:900}.driver-tools-table td{color:#0f172a;vertical-align:middle;background:#fff;border:1px solid #dbe3f0;padding:14px 12px;font-size:15px}.driver-tools-table th:first-child,.driver-tools-table td:first-child{text-align:center;width:55px}.driver-tools-table th:nth-child(2),.driver-tools-table td:nth-child(2){width:390px}.driver-tools-table th:nth-child(3),.driver-tools-table td:nth-child(3){text-align:center;width:120px}.driver-tools-table th:nth-child(4),.driver-tools-table td:nth-child(4),.driver-tools-table th:nth-child(5),.driver-tools-table td:nth-child(5),.driver-tools-table th:nth-child(6),.driver-tools-table td:nth-child(6){text-align:center;width:95px}.driver-tools-table th:nth-child(7),.driver-tools-table td:nth-child(7){width:260px}.driver-tools-table input[type=text]{border:1px solid #cbd5e1;border-radius:14px;width:100%;height:48px;padding:0 14px;font-size:15px}.driver-tools-table td:nth-child(3) input{text-align:center;width:72px}.driver-tools-table input[type=radio]{accent-color:#2563eb;cursor:pointer;width:18px;height:18px}.driver-tools-signature-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.driver-tools-signature-box{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:20px;padding:18px}.driver-tools-signature-box h3{color:#0f172a;margin:0 0 12px}.driver-tools-signature-canvas{touch-action:none;background:#fff;border:1px solid #cbd5e1;border-radius:18px;width:100%;height:180px;display:block}.driver-tools-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d4ed8,#2563eb);border:none;border-radius:18px;justify-content:center;align-items:center;gap:10px;height:58px;font-size:16px;font-weight:900;display:flex}@media (width<=900px){.driver-tools-header{flex-direction:column}.driver-tools-history-btn{justify-content:center;width:100%}.driver-tools-grid,.driver-tools-signature-grid{grid-template-columns:1fr}.driver-tools-card{padding:18px}.driver-tools-table-wrapper{overflow-x:visible}.driver-tools-table{min-width:0}.driver-tools-table thead{display:none}.driver-tools-table,.driver-tools-table tbody,.driver-tools-table tr,.driver-tools-table td{display:block;width:100%!important}.driver-tools-table tbody{flex-direction:column;gap:14px;display:flex}.driver-tools-table tr{background:#fff;border:1px solid #dbe3f0;border-radius:18px;padding:16px}.driver-tools-table td{border:none;padding:7px 0}.driver-tools-table td:first-child{color:#2563eb;font-weight:900}.driver-tools-table td:first-child:before{content:"Ítem "}.driver-tools-table td:nth-child(2){color:#020617;font-size:17px;font-weight:900}.driver-tools-table td:nth-child(3):before{content:"Cantidad";margin-bottom:8px;font-weight:800;display:block}.driver-tools-table td:nth-child(4),.driver-tools-table td:nth-child(5),.driver-tools-table td:nth-child(6){align-items:center;gap:8px;margin-right:16px;font-weight:800;display:inline-flex;width:auto!important}.driver-tools-table td:nth-child(4):before{content:"Bueno"}.driver-tools-table td:nth-child(5):before{content:"Malo"}.driver-tools-table td:nth-child(6):before{content:"N/A"}.driver-tools-table td:nth-child(7):before{content:"Observación";margin-bottom:8px;font-weight:800;display:block}}@media (width<=768px){.history-header-buttons{flex-direction:column;width:100%}.history-header-buttons .history-back-button{width:100%}}.history-header-buttons{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.history-header-buttons .history-back-button{justify-content:center;min-width:150px}@media (width<=768px){.history-header-buttons{flex-direction:column;width:100%}.history-header-buttons .history-back-button{width:100%}}.tools-history-page{flex-direction:column;gap:24px;display:flex}.tools-history-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.tools-history-header h2{color:#0f172a;margin:0;font-size:34px;font-weight:900}.tools-history-header p{color:#64748b;margin-top:10px;font-size:16px}.tools-history-header-buttons{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.tools-history-back-button{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:14px;align-items:center;gap:9px;padding:13px 18px;font-weight:800;display:flex}.tools-history-card{background:#fff;border-radius:24px;padding:24px;box-shadow:0 8px 25px #0f172a0f}.tools-history-empty{text-align:center;color:#64748b;place-items:center;min-height:220px;display:grid}.tools-history-empty h3{color:#0f172a;margin:8px 0 0}.tools-history-list{flex-direction:column;gap:14px;display:flex}.tools-history-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;grid-template-columns:58px 1fr auto;align-items:center;gap:18px;padding:18px;display:grid}.tools-history-icon{color:#2563eb;background:#dbeafe;border-radius:16px;place-items:center;width:52px;height:52px;display:grid}.tools-history-info h3{color:#0f172a;margin:0 0 8px;font-size:22px;font-weight:900}.tools-history-meta{color:#64748b;flex-wrap:wrap;gap:12px;font-size:14px;display:flex}.tools-history-meta span{align-items:center;gap:6px;display:flex}.tools-history-actions{align-items:center;gap:10px;display:flex}.tools-history-action,.tools-history-pdf-button,.tools-history-delete-button{cursor:pointer;border:none;border-radius:14px;align-items:center;gap:8px;padding:13px 18px;font-weight:800;display:flex}.tools-history-action{color:#fff;background:#2563eb}.tools-history-pdf-button{color:#fff;background:#0f9f8f}.tools-history-delete-button{color:#fff;background:#ef4444}.tools-detail-overlay,.tools-delete-modal-overlay{z-index:9999;background:#0f172a99;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.tools-detail-modal{background:#fff;border-radius:24px;width:min(980px,100%);max-height:90vh;padding:24px;overflow:auto}.tools-detail-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;gap:16px;padding-bottom:16px;display:flex}.tools-detail-header h3{color:#0f172a;margin:0;font-size:24px}.tools-detail-close{cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;width:42px;height:42px}.tools-detail-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px;display:grid}.tools-detail-grid div{background:#f8fafc;border-radius:14px;padding:14px}.tools-detail-grid span{color:#64748b;margin-bottom:6px;font-size:13px;display:block}.tools-detail-section{margin-top:22px}.tools-detail-section h4{color:#0f172a;margin:0 0 14px;font-size:18px}.tools-detail-items{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.tools-detail-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:14px}.tools-detail-item.bad{background:#fef2f2;border-color:#fecaca}.tools-detail-item div{color:#0f172a;align-items:flex-start;gap:8px;display:flex}.tools-detail-item span{color:#1d4ed8;background:#dbeafe;border-radius:999px;margin-top:10px;padding:5px 10px;font-size:12px;font-weight:900;display:inline-block}.tools-detail-item p{color:#475569;margin:8px 0 0}.tools-detail-observation{color:#475569;background:#f8fafc;border-radius:14px;padding:16px}.tools-detail-footer-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.tools-delete-modal{text-align:center;background:#fff;border-radius:24px;width:min(460px,100%);padding:28px}.tools-delete-modal-icon{color:#dc2626;background:#fee2e2;border-radius:999px;place-items:center;width:76px;height:76px;margin:0 auto 18px;display:grid}.tools-delete-modal h3{color:#0f172a;margin:0;font-size:24px}.tools-delete-modal p{color:#475569}.tools-delete-warning{font-weight:800;color:#dc2626!important}.tools-delete-modal-actions{gap:12px;margin-top:22px;display:flex}.tools-delete-cancel-button,.tools-delete-confirm-button{cursor:pointer;border:none;border-radius:14px;flex:1;padding:13px;font-weight:900}.tools-delete-cancel-button{color:#0f172a;background:#f1f5f9}.tools-delete-confirm-button{color:#fff;background:#ef4444}@media (width<=900px){.tools-history-header{flex-direction:column}.tools-history-header-buttons{flex-direction:column;width:100%}.tools-history-back-button{justify-content:center;width:100%}.tools-history-row{grid-template-columns:1fr}.tools-history-actions{flex-direction:column;align-items:stretch}.tools-history-action,.tools-history-pdf-button,.tools-history-delete-button{justify-content:center;width:100%}.tools-detail-grid,.tools-detail-items{grid-template-columns:1fr}.tools-detail-footer-actions{flex-direction:column}}
