:root{--brand: #0b7a4b;--brand-dark: #095f3a;--brand-light: #e7f5ee;--accent: #0366d6;--bg: #f4f6f8;--surface: #ffffff;--border: #e3e8ee;--text: #1a2230;--muted: #6b7785;--danger: #d64545;--warn: #c77700;--ok: #0b7a4b;--radius: 10px;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .08);--shadow-md: 0 4px 12px rgba(16, 24, 40, .08);--font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%}body{font-family:var(--font);background:radial-gradient(1200px 400px at 100% -10%,#e9f4ee,#e9f4ee00 60%),var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.5;min-height:100vh}#root{min-height:100vh;width:100%}h1,h2,h3,h4{color:var(--text);font-weight:700;letter-spacing:-.01em;margin:0 0 .5em}h1{font-size:1.6rem;color:var(--brand-dark)}h2{font-size:1.2rem}h3{font-size:1.02rem}p{margin:0 0 .75em}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}strong{font-weight:600}nav:not(.sidebar-nav){background:var(--surface)!important;border-bottom:1px solid var(--border)!important;box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:50;flex-wrap:wrap}nav:not(.sidebar-nav) button{font-weight:600;font-size:.92rem;transition:background .15s ease,color .15s ease}nav:not(.sidebar-nav) button:hover{background:var(--brand-light)!important}button{font-family:inherit;font-size:.9rem;font-weight:600;color:#fff;background:var(--brand);border:1px solid transparent;border-radius:8px;padding:8px 14px;cursor:pointer;transition:background .15s ease,box-shadow .15s ease,transform .05s ease}button:hover{background:var(--brand-dark)}button:active{transform:translateY(1px)}button:focus-visible{outline:3px solid rgba(11,122,75,.25);outline-offset:1px}button:disabled{opacity:.55;cursor:not-allowed}input,select,textarea{font-family:inherit;font-size:.9rem;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:8px 10px;transition:border-color .15s ease,box-shadow .15s ease}input::placeholder,textarea::placeholder{color:#9aa5b1}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #0b7a4b26}select{cursor:pointer}label{font-size:.85rem;font-weight:600;color:var(--muted)}form{display:flex;flex-wrap:wrap;gap:10px;align-items:center}table{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);font-size:.9rem}thead th{background:var(--brand-light);color:var(--brand-dark);font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;text-align:left;padding:10px 12px;border-bottom:1px solid var(--border)}tbody td{padding:10px 12px;border-bottom:1px solid #eef1f5;vertical-align:middle}table tbody td .row-actions,table tbody td:has(>button+button){display:flex;flex-wrap:wrap;gap:8px;align-items:center}table tbody td .row-actions button,table tbody td:has(>button+button)>button{flex-shrink:0;margin:0}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:#f6faf8}hr{border:none;border-top:1px solid var(--border);margin:16px 0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#cdd5de;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#b6c0cc}.app-shell{display:flex;min-height:100vh;width:100%}.sidebar{width:260px;flex-shrink:0;background:#14181f;color:#e8ecf1;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto;z-index:200;border-right:1px solid #232933}.sidebar-brand{padding:20px 20px 16px;font-size:1.2rem;font-weight:800;letter-spacing:-.02em;color:#fff;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-brand .logo{width:36px;height:36px;border-radius:10px;background:#1f8f4e;color:#fff;display:grid;place-items:center;font-weight:900;font-size:1.1rem}.sidebar-brand small{display:block;font-size:.62rem;font-weight:600;color:#8b95a5;letter-spacing:.06em}.sidebar-nav{flex:1;padding:8px 10px;background:transparent!important;border:none!important;box-shadow:none!important;position:static!important}.sidebar-footer{padding:12px 10px 16px;border-top:1px solid #232933}.nav-logout{color:#f87171!important}.nav-group{padding:14px 12px 2px}.nav-group-title{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;padding:0 10px 6px;font-weight:700}.nav-link{display:flex;align-items:center;gap:10px;width:100%;text-align:left;text-decoration:none;background:transparent;color:#c5cdd8;border:none;border-radius:8px;padding:10px 12px;font-size:.88rem;font-weight:600;cursor:pointer;margin-bottom:4px;transition:background .15s ease,color .15s ease}.nav-link .ico{width:18px;text-align:center;font-size:.95rem;opacity:.9}.nav-link:hover{background:#ffffff14;color:#fff}.nav-link.active{background:#1f8f4e;color:#fff}.nav-link .count{margin-left:auto;background:var(--danger);color:#fff;border-radius:10px;font-size:.72rem;padding:1px 7px;font-weight:700}.nav-link.active .count{background:#0a3a25;color:#fff}.main{flex:1;min-width:0;width:100%;display:flex;flex-direction:column}.topbar{height:60px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:40}.topbar .title{font-size:1.05rem;font-weight:700}.topbar .user{display:flex;align-items:center;gap:12px;font-size:.88rem}.avatar{width:34px;height:34px;border-radius:50%;background:var(--brand-light);color:var(--brand-dark);display:grid;place-items:center;font-weight:700}.content{flex:1;padding:24px;width:100%;max-width:none}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;flex-wrap:wrap}.page-header h2{margin:0}.page-header .sub{color:var(--muted);font-size:.9rem;margin-top:2px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:18px;margin-bottom:18px}.card>h3:first-child,.card>h2:first-child{margin-top:0}.card table{border:none;box-shadow:none;border-radius:0}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px;margin-bottom:8px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:16px 18px;display:flex;flex-direction:column;gap:6px}.stat-card .stat-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:700}.stat-card .stat-value{font-size:1.8rem;font-weight:800;line-height:1.1;color:var(--text)}.stat-card .stat-foot{font-size:.8rem;color:var(--muted)}.stat-card.accent-green{border-top:3px solid var(--brand)}.stat-card.accent-blue{border-top:3px solid var(--accent)}.stat-card.accent-amber{border-top:3px solid var(--warn)}.stat-card.accent-red{border-top:3px solid var(--danger)}.badge{display:inline-block;padding:2px 9px;border-radius:999px;font-size:.74rem;font-weight:700;background:#eef1f5;color:#51606f}.badge-success{background:#e3f6ec;color:#0b7a4b}.badge-warn{background:#fdf0dc;color:#9a5b00}.badge-danger{background:#fbe4e4;color:#b32d2d}.badge-info{background:#e4eefb;color:#1d5fb3}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:#f3f5f8}.btn-danger{background:var(--danger)}.btn-danger:hover{background:#b32d2d}.btn-sm{padding:5px 10px;font-size:.82rem}.row-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.muted{color:var(--muted)}.empty-state{text-align:center;color:var(--muted);padding:32px 16px}.two-col{display:grid;grid-template-columns:1fr 2fr;gap:18px;align-items:start}@media (max-width: 640px){.mobile-nav-toggle{display:flex}.sidebar{position:fixed;left:0;top:0;transform:translate(-100%);transition:transform .2s ease;box-shadow:var(--shadow-md)}.sidebar.sidebar-open{transform:translate(0)}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;border:none;z-index:150;cursor:pointer}.two-col{grid-template-columns:1fr}}@media (min-width: 641px){.mobile-nav-toggle,.sidebar-backdrop{display:none!important}.sidebar{transform:none!important;position:sticky!important}}.checklist-progress{display:flex;align-items:center;gap:8px;min-width:120px;background:#eef1f5;border-radius:999px;height:8px;position:relative;overflow:hidden}.checklist-progress-lg{height:12px;flex:1}.checklist-progress-bar{position:absolute;left:0;top:0;bottom:0;background:var(--brand);border-radius:999px;transition:width .2s ease}.checklist-progress span{position:relative;font-size:.75rem;color:var(--muted);margin-left:128px}.checklist-preview{background:var(--brand-light);border-radius:var(--radius);padding:12px;margin-top:8px}.checklist-preview ul{margin:8px 0 0;padding-left:18px;font-size:.9rem}.checklist-wizard-header{margin-bottom:16px}.checklist-wizard-header .muted{display:block;margin-top:8px;font-size:.85rem}.checklist-items{display:flex;flex-direction:column;gap:10px;max-height:360px;overflow-y:auto}.checklist-item{border:1px solid var(--border);border-radius:var(--radius);padding:12px;background:var(--surface)}.checklist-item-done{border-color:#b8e6cc;background:#f6fcf9}.checklist-item-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-weight:500}.checklist-item-label input{margin-top:3px}.checklist-item-photo{margin-top:8px;margin-left:28px}.checklist-item-thumbs{display:flex;gap:8px;margin-top:8px;margin-left:28px;flex-wrap:wrap}.checklist-item-thumbs img{width:64px;height:64px;object-fit:cover;border-radius:6px;border:1px solid var(--border)}.form-row label{display:block;font-size:.85rem;font-weight:600;margin-bottom:4px}.form-row select,.form-row input[type=date]{width:100%}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-panel{background:var(--surface);border-radius:12px;min-width:min(100%,420px);max-width:100%;max-height:calc(100vh - 32px);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 50px #02061738;border:1px solid var(--border)}.modal-panel-wide{min-width:min(100%,560px)}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px 0}.modal-header h3{margin:0;font-size:1.15rem}.modal-close-x{background:transparent;border:none;font-size:1.5rem;line-height:1;color:var(--muted);cursor:pointer;padding:4px 8px;border-radius:6px}.modal-close-x:hover{background:#f3f5f8;color:var(--text)}.modal-body{padding:16px 20px 20px;overflow-y:auto}.modal-footer{padding:12px 20px 18px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:8px}.modal-form{display:flex;flex-direction:column;gap:0;align-items:stretch}.modal-form .form-row{margin-bottom:14px}.modal-form .form-row:last-of-type{margin-bottom:0}.modal-form .form-row label{display:block;font-size:.82rem;font-weight:600;color:var(--muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.02em}.modal-form .form-row select,.modal-form .form-row input[type=date],.modal-form .form-row input[type=text],.modal-form .form-row textarea{width:100%;min-width:0}.modal-form .modal-actions,.checklist-wizard .modal-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid var(--border)}.modal-form .checklist-preview{margin-top:4px}.modal-form .checklist-preview strong{display:block;margin-bottom:4px;color:var(--brand-dark)}.modal-form .checklist-preview ul{margin:0;padding-left:18px}.modal-form .checklist-preview li{margin-bottom:4px;line-height:1.4}.photo-badge{display:inline-block;margin-left:6px;font-size:.72rem;font-weight:700;color:#9a5b00;background:#fdf0dc;padding:1px 6px;border-radius:4px;vertical-align:middle}.safe-limits-callout{background:var(--brand-light);border-left:4px solid var(--brand)}.safe-limits-callout p{margin:0 0 8px}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}tr.row-overdue td{background:#fff5f5}tr.row-overdue td:first-child{box-shadow:inset 3px 0 0 var(--danger, #d64545)}.toolbar-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px}.pack-includes{margin:0 0 12px;padding-left:20px;columns:2}@media (max-width: 600px){.pack-includes{columns:1}.page-header{flex-direction:column;align-items:flex-start;gap:12px}.page-header .page-actions{width:100%}.page-header .page-actions select,.page-header .page-actions input,.page-header .page-actions button{width:100%;min-height:44px}.toolbar-row{flex-direction:column;align-items:stretch}.toolbar-row select,.toolbar-row input,.toolbar-row button{width:100%;min-height:44px}.card form input,.card form select,.card form textarea,.card form button{min-height:44px}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -4px;padding-bottom:4px}.table-scroll table{min-width:640px}.stat-grid{grid-template-columns:1fr 1fr}.checklist-item-row{flex-direction:column;align-items:stretch}.dash-mid-grid,.dash-bottom-grid{grid-template-columns:1fr}.dash-kpi-grid{grid-template-columns:1fr 1fr}.dash-header{flex-direction:column;align-items:stretch}.dash-filters{flex-direction:column}.dash-select{width:100%}.content{padding-top:56px}}.mobile-nav-toggle{display:none;position:fixed;top:12px;left:12px;z-index:180;width:44px;height:44px;border-radius:10px;border:1px solid var(--border);background:var(--surface);font-size:1.25rem;cursor:pointer;box-shadow:var(--shadow-sm);align-items:center;justify-content:center}.dash-page{width:100%;max-width:none}.dash-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.dash-title{font-size:1.5rem;margin:0;color:var(--text)}.dash-filters{display:flex;gap:10px;flex-wrap:wrap}.dash-select{min-height:40px;padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);font:inherit}.dash-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}.dash-kpi{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px;display:flex;gap:14px;align-items:center;box-shadow:var(--shadow-sm)}.dash-kpi-icon{width:44px;height:44px;border-radius:10px;display:grid;place-items:center;font-size:1.25rem;background:#eef1f5}.dash-kpi-green .dash-kpi-icon{background:#e7f5ee}.dash-kpi-red .dash-kpi-icon{background:#fdecec}.dash-kpi-amber .dash-kpi-icon{background:#fff4e5}.dash-kpi-blue .dash-kpi-icon{background:#e8f1fd}.dash-kpi-value{font-size:1.5rem;font-weight:800;line-height:1.1}.dash-kpi-label{font-size:.82rem;color:var(--muted);margin-top:2px}.dash-mid-grid{display:grid;grid-template-columns:1.2fr 1fr .9fr;gap:16px;margin-bottom:18px}.dash-bottom-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px}.dash-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px;box-shadow:var(--shadow-sm)}.dash-card h3{margin:0 0 14px;font-size:.95rem}.dash-card-wide{min-width:0}.dash-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.dash-card-head h3{margin:0}.dash-compliance-list{list-style:none;margin:0;padding:0}.dash-compliance-list li{display:grid;grid-template-columns:1fr 1.2fr auto;gap:10px;align-items:center;margin-bottom:12px;font-size:.88rem}.dash-bar-track{height:8px;background:#eef1f5;border-radius:999px;overflow:hidden}.dash-bar-fill{height:100%;background:linear-gradient(90deg,#0b7a4b,#1f8f4e);border-radius:999px}.dash-bar-pct{font-weight:700;font-size:.82rem;min-width:36px;text-align:right}.dash-summary-list{list-style:none;margin:0;padding:0}.dash-summary-list li{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border);font-size:.88rem}.dash-summary-list li:last-child{border-bottom:none}.dash-donut-wrap{display:flex;flex-direction:column;align-items:center;gap:12px}.dash-donut{width:140px;height:140px;border-radius:50%;display:grid;place-items:center}.dash-donut-hole{width:88px;height:88px;border-radius:50%;background:var(--surface);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.75rem;color:var(--muted)}.dash-donut-hole strong{font-size:1.25rem;color:var(--text)}.dash-legend{list-style:none;margin:0;padding:0;font-size:.8rem;width:100%}.dash-legend li{display:flex;align-items:center;gap:8px;margin-bottom:4px}.dot{width:10px;height:10px;border-radius:50%;display:inline-block}.dot-ok{background:#0b7a4b}.dot-high{background:#d64545}.dot-low{background:#0366d6}.dash-table th,.dash-table td{font-size:.85rem;padding:10px 8px}.dash-task-list{list-style:none;margin:0;padding:0}.dash-task-list li{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.dash-task-list li:last-child{border-bottom:none}@media (max-width: 1100px){.dash-kpi-grid{grid-template-columns:repeat(2,1fr)}.dash-mid-grid{grid-template-columns:1fr 1fr}.dash-mid-grid .dash-card:last-child{grid-column:1 / -1}}@keyframes loading-spin{to{transform:rotate(360deg)}}.loading-spinner{display:inline-block;border-radius:50%;border:2px solid rgba(11,122,75,.18);border-top-color:var(--brand);animation:loading-spin .7s linear infinite;flex-shrink:0}.loading-spinner-sm{width:16px;height:16px;border-width:2px}.loading-spinner-md{width:28px;height:28px;border-width:3px}.loading-spinner-lg{width:40px;height:40px;border-width:3px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px 16px;color:var(--muted);min-height:120px}.loading-state-inline{flex-direction:row;min-height:0;padding:16px;justify-content:flex-start}.loading-state-label{font-size:.9rem;font-weight:500}.btn-with-spinner{display:inline-flex;align-items:center;justify-content:center;gap:8px}.inspector-banner{background:#fff8e6;border-bottom:1px solid #f5d98a;color:#7a5c00;padding:10px 20px;font-size:.88rem;font-weight:500}.qr-scan-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#10182873;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.qr-scan-panel{width:100%;max-width:420px;margin:0}.qr-scan-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.qr-scan-head h3{margin:0}.qr-scan-camera{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.qr-scan-video{width:100%;max-height:240px;border-radius:8px;background:#111;object-fit:cover}
