*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{color:#172033;background:#f5f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}button{cursor:pointer}.login-page{grid-template-columns:460px 1fr;min-height:100vh;display:grid}.login-panel{z-index:2;background:#fff;flex-direction:column;justify-content:center;padding:52px;display:flex;box-shadow:8px 0 28px #14233c14}.brand-block{align-items:center;gap:14px;margin-bottom:64px;display:flex}.brand-mark,.sidebar-mark{background:#fff;border:1px solid #ffffff2e;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.brand-mark img,.sidebar-mark img{object-fit:contain;width:100%;height:100%;display:block}.brand-name{letter-spacing:-.4px;font-size:23px;font-weight:750}.brand-subtitle{color:#7a8495;margin-top:2px;font-size:13px}.login-copy h1{letter-spacing:-.8px;margin:0;font-size:34px}.login-copy p{color:#6f798a;margin:10px 0 30px;font-size:15px}.login-form{flex-direction:column;gap:20px;display:flex}.login-form label{color:#3e4858;flex-direction:column;gap:8px;font-size:14px;font-weight:650;display:flex}.login-form input{background:#fff;border:1px solid #d8dde6;border-radius:10px;outline:none;width:100%;height:48px;padding:0 14px;transition:border-color .15s,box-shadow .15s}.login-form input:focus{border-color:#2779bd;box-shadow:0 0 0 3px #2779bd1f}.login-form button{color:#fff;background:#173f68;border:0;border-radius:10px;height:50px;margin-top:4px;font-weight:700;transition:background .15s}.login-form button:hover{background:#205889}.login-form button:disabled{opacity:.65;cursor:wait}.login-error{color:#a23838;background:#fff3f3;border:1px solid #f1c9c9;border-radius:9px;padding:11px 13px;font-size:13px}.login-footer{color:#9aa3b0;margin-top:48px;font-size:12px}.login-visual{color:#fff;background:radial-gradient(circle at 70% 30%,#499ad659,#0000 30%),radial-gradient(circle at 30% 75%,#53c7b133,#0000 33%),linear-gradient(135deg,#0e2b49,#174f79 55%,#1b6b84);align-items:center;padding:8vw;display:flex;position:relative;overflow:hidden}.login-visual:after{content:"";border:1px solid #ffffff1f;border-radius:50%;width:600px;height:600px;position:absolute;top:-100px;right:-160px;box-shadow:0 0 0 90px #ffffff06,0 0 0 180px #ffffff05}.visual-content{z-index:1;max-width:650px;position:relative}.visual-kicker{text-transform:uppercase;letter-spacing:2px;opacity:.8;font-size:12px;font-weight:750}.visual-content h2{letter-spacing:-2.6px;max-width:780px;margin:18px 0;font-size:clamp(40px,5vw,68px);line-height:1.03}.visual-content p{color:#fffc;max-width:520px;font-size:18px;line-height:1.6}.loading-screen{color:#fff;background:#102f50;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.loading-logo{font-size:28px;font-weight:800}.loading-text{opacity:.7;margin-top:10px;font-size:14px}.app-shell{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:#102d4b;min-height:100vh;padding:24px 16px}.sidebar-brand{border-bottom:1px solid #ffffff1a;align-items:center;gap:12px;padding:0 8px 28px;display:flex}.sidebar-mark{border-radius:11px;width:40px;height:40px;font-size:21px}.sidebar-title{font-size:17px;font-weight:750}.sidebar-subtitle{color:#ffffff8c;margin-top:2px;font-size:11px}.nav-menu{flex-direction:column;gap:5px;margin-top:24px;display:flex}.nav-item{text-align:left;color:#ffffffbd;background:0 0;border:0;border-radius:9px;width:100%;padding:12px 14px;font-size:14px;font-weight:600}.nav-item:hover{color:#fff;background:#ffffff14}.nav-item.active{color:#173e65;background:#fff}.main-content{min-width:0}.topbar{background:#fff;border-bottom:1px solid #e7eaf0;justify-content:space-between;align-items:center;height:76px;padding:0 30px;display:flex}.topbar h1{letter-spacing:-.4px;margin:0;font-size:21px}.user-area{align-items:center;gap:18px;display:flex}.user-info{text-align:right}.user-name{font-size:14px;font-weight:700}.user-role{color:#8a93a0;margin-top:2px;font-size:12px}.logout-button{color:#354052;background:#fff;border:1px solid #dce1e9;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:650}.logout-button:hover{background:#f6f8fb}.dashboard{padding:30px}.welcome-card{color:#fff;background:linear-gradient(120deg,#143b63,#236f99);border-radius:16px;justify-content:space-between;align-items:center;padding:30px;display:flex;box-shadow:0 14px 28px #1a385c21}.eyebrow{text-transform:uppercase;letter-spacing:1.7px;opacity:.7;font-size:11px;font-weight:750}.welcome-card h2{margin:8px 0 6px;font-size:28px}.welcome-card p{color:#ffffffc7;max-width:620px;margin:0}.status-badge{white-space:nowrap;background:#ffffff24;border:1px solid #ffffff2e;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:700}.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:22px;display:grid}.dashboard-card{background:#fff;border:1px solid #e8ebf0;border-radius:14px;padding:22px;box-shadow:0 5px 18px #1a2c480a}.card-label{color:#697487;font-size:13px;font-weight:650}.card-value{color:#173e65;margin-top:15px;font-size:32px;font-weight:800}.card-note{color:#9aa2ae;margin-top:8px;font-size:12px}@media (width<=1000px){.login-page{grid-template-columns:1fr}.login-visual{display:none}.login-panel{width:100%;max-width:520px;min-height:100vh;margin:auto}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.app-shell{grid-template-columns:1fr}.sidebar{min-height:auto}.dashboard-grid{grid-template-columns:1fr}}.workforce-page{padding:26px 30px 40px}.workforce-tabs{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.workforce-tab{color:#435166;background:#fff;border:1px solid #dfe5ec;border-radius:9px;padding:9px 14px;font-weight:700}.workforce-tab.active{color:#fff;background:#173e65;border-color:#173e65}.workforce-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.workforce-two-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px;display:grid}.workforce-panel{background:#fff;border:1px solid #e8ebf0;border-radius:14px;padding:20px;box-shadow:0 5px 18px #1a2c480a}.workforce-panel h3{color:#173e65;margin:0 0 16px;font-size:17px}.workforce-row{border-bottom:1px solid #edf0f4;padding:12px 0}.workforce-row:last-child{border-bottom:0}.workforce-empty{color:#8a93a0;padding:18px 0}.workforce-form{gap:12px;display:grid}.workforce-form label{color:#566173;gap:6px;font-size:13px;font-weight:650;display:grid}.workforce-form input,.workforce-form select,.workforce-form textarea{box-sizing:border-box;width:100%;font:inherit;background:#fff;border:1px solid #d9e0e7;border-radius:8px;padding:9px 10px}.workforce-form textarea{resize:vertical;min-height:80px}.workforce-form button,.workforce-actions button{color:#fff;background:#173e65;border:0;border-radius:8px;padding:10px 13px;font-weight:700}.workforce-actions{flex-wrap:wrap;align-items:center;gap:10px;margin:14px 0;display:flex}.workforce-link{color:#173e65;background:#fff;border:1px solid #d8e0e8;border-radius:8px;padding:9px 12px;font-weight:700;text-decoration:none;display:inline-block}.workforce-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:9px;margin-bottom:16px;padding:12px 14px}.sheet-card{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:14px;padding:14px 0;display:flex}.sheet-card button{color:#fff;background:#173e65;border:0;border-radius:7px;padding:8px 11px;font-weight:700}.sheet-card a{color:#173e65;font-weight:700}.muted{color:#8a93a0;margin-top:3px;font-size:12px}@media (width<=1000px){.workforce-card-grid,.workforce-two-col{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.workforce-card-grid,.workforce-two-col{grid-template-columns:1fr}.sheet-card{flex-direction:column;align-items:flex-start}}.profile-trigger{cursor:pointer;text-underline-offset:3px;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.profile-modal-backdrop{z-index:10000;background:#0f172a73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.profile-modal{background:#fff;border-radius:14px;width:min(460px,100vw - 32px);padding:24px;box-shadow:0 20px 60px #0f172a47}.profile-modal h2{margin:0 0 18px}.profile-modal label{flex-direction:column;gap:8px;font-weight:700;display:flex}.profile-modal input{font:inherit;border:1px solid #cbd5e1;border-radius:8px;padding:11px 12px}.profile-modal-actions{gap:10px;margin-top:18px;display:flex}.profile-modal-actions button{cursor:pointer;border:1px solid #cbd5e1;border-radius:8px;padding:10px 18px}.profile-modal-actions button[type=submit]{color:#fff;background:#17365d;border-color:#17365d}.login-secondary{margin-top:8px;color:#1f4f7a!important;background:0 0!important;border:1px solid #cbd5e1!important}.login-success{color:#166534;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:8px;padding:10px 12px}.nav-parent-label{justify-content:space-between;align-items:center;width:100%;display:flex}.nav-submenu{border-left:1px solid #ffffff29;flex-direction:column;gap:3px;margin:0 0 4px 12px;padding-left:10px;display:flex}.nav-subitem{color:#ffffffad;text-align:left;background:0 0;border:0;border-radius:7px;padding:9px 11px;font-size:13px;font-weight:600}.nav-subitem:hover{color:#fff;background:#ffffff14}.nav-subitem.active{color:#fff;background:#ffffff24}.catalogue-page{padding:26px 30px 40px}.catalogue-toolbar{align-items:center;gap:10px;margin-bottom:16px;display:flex}.catalogue-toolbar input,.catalogue-toolbar select{font:inherit;background:#fff;border:1px solid #d9e0e7;border-radius:9px;padding:10px 12px}.catalogue-toolbar input{flex:1;min-width:240px}.catalogue-toolbar button,.catalogue-actions button{color:#fff;background:#173e65;border:0;border-radius:8px;padding:10px 14px;font-weight:700}.catalogue-summary{color:#697487;margin-bottom:10px;font-size:13px}.catalogue-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:9px;margin-bottom:14px;padding:11px 13px}.catalogue-table-wrap{background:#fff;border:1px solid #e5e9ef;border-radius:12px;overflow:auto}.catalogue-table{border-collapse:collapse;width:100%;min-width:850px}.catalogue-table th{text-align:left;color:#526071;background:#f8fafc;border-bottom:1px solid #e5e9ef;padding:11px 12px;font-size:12px;position:sticky;top:0}.catalogue-table td{vertical-align:top;border-bottom:1px solid #eef1f4;padding:11px 12px;font-size:13px}.clickable-row{cursor:pointer}.clickable-row:hover{background:#f8fbff}.catalogue-modal-backdrop{z-index:10000;background:#0f172a73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.catalogue-modal{background:#fff;border-radius:14px;gap:14px;width:min(600px,100vw - 32px);padding:24px;display:grid;box-shadow:0 20px 60px #0f172a47}.catalogue-modal h2{margin:0 0 4px}.catalogue-modal label{color:#566173;gap:6px;font-size:13px;font-weight:650;display:grid}.catalogue-modal input{font:inherit;border:1px solid #d9e0e7;border-radius:8px;padding:9px 10px}.catalogue-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.catalogue-checks{flex-wrap:wrap;gap:14px;display:flex}.catalogue-checks label{flex-direction:row;grid-template-columns:none;align-items:center;gap:6px;display:flex}.catalogue-actions{justify-content:flex-end;gap:10px;display:flex}.catalogue-actions button:first-child{color:#344154;background:#e8edf3}.workforce-modal-backdrop{z-index:1000;background:#0f172a7a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.workforce-modal{background:#fff;border-radius:14px;width:min(560px,96vw);max-height:90vh;padding:20px;overflow:auto;box-shadow:0 24px 70px #0f172a40}.workforce-modal.wide{width:min(820px,96vw)}.modal-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.modal-head h3{margin:0}.two-col-form{grid-template-columns:repeat(2,minmax(0,1fr))}.workforce-row.compact{padding:8px 0}.button-icon{vertical-align:middle;flex:none}.workforce-actions button,.workforce-link,.workforce-tab{align-items:center;gap:7px;display:inline-flex}.workforce-actions .danger{color:#991b1b;border-color:#fecaca}@media (width<=720px){.two-col-form{grid-template-columns:1fr}.workforce-modal-backdrop{padding:8px}.workforce-modal{padding:14px}}.report-filter-bar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:12px;margin:14px 0 18px;padding:14px;display:grid}.report-filter-bar label{color:#334155;flex-direction:column;gap:5px;font-size:.86rem;font-weight:600;display:flex}.report-filter-bar select,.report-filter-bar input{background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-height:38px;padding:7px 9px}.report-filter-bar button{justify-content:center;align-items:center;gap:7px;min-height:38px;display:inline-flex}.approval-history{flex-wrap:wrap;gap:6px;margin-top:7px;display:flex}.approval-history span{color:#475569;background:#f1f5f9;border-radius:999px;padding:3px 8px;font-size:.78rem}.workforce-entry-list{border-top:1px solid #e2e8f0;margin-top:10px}.workforce-entry-list .workforce-row{border-bottom:1px solid #eef2f7;padding:9px 0}@media (width<=1000px){.report-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.report-filter-bar{grid-template-columns:1fr}}.workforce-period-banner{background:#f7f9fc;border:1px solid #d7e0ea;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:14px 16px;display:flex}.workforce-period-banner span{color:#68788c}.workforce-subscription-link{overflow-wrap:anywhere;color:#1f4f82;margin:8px 0;text-decoration:underline;display:block}.subscription-item{flex-direction:column;gap:4px;margin:10px 0 14px;display:flex}.subscription-item strong{font-size:.98rem}.subscription-item .muted{font-size:.88rem}.workforce-subscription-link{word-break:break-all}.workforce-success{color:#245c2d;background:#eef8f0;border:1px solid #b7d8bd;border-radius:10px;margin:12px 0;padding:12px 14px;font-weight:600}.timesheet-card{display:block}.timesheet-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:10px;display:flex}.timesheet-total{white-space:nowrap;flex-direction:column;align-items:flex-end;display:flex}.timesheet-total span{color:#64748b;font-size:.92rem}.timesheet-day-list{border-top:1px solid #dbe4ee}.timesheet-day{border-bottom:1px solid #e5ebf2;grid-template-columns:minmax(250px,330px) minmax(0,1fr);align-items:center;min-height:58px;padding:7px 0;display:grid}.timesheet-day-date{color:#102a4c;padding-right:16px;font-size:1.03rem;font-weight:700}.timesheet-day-entries{min-width:0}.timesheet-entry-line{justify-content:space-between;align-items:center;gap:16px;min-height:44px;display:flex}.timesheet-entry-summary{color:#334155;flex-wrap:wrap;align-items:center;gap:14px;min-width:0;font-size:.98rem;display:flex}.timesheet-entry-summary strong{color:#102a4c;font-size:1rem}.timesheet-entry-summary span{white-space:nowrap}.entry-source{color:#64748b}.timesheet-entry-actions{flex:none;align-items:center;gap:8px;display:flex}.timesheet-entry-actions button{align-items:center;gap:6px;padding:7px 10px;display:inline-flex}.timesheet-day.has-multiple{align-items:flex-start;padding-top:10px;padding-bottom:10px}.timesheet-day.has-multiple .timesheet-entry-line+.timesheet-entry-line{border-top:1px dashed #dbe4ee;margin-top:5px;padding-top:5px}.timesheet-footer-actions{margin-top:14px}.timesheet-export-actions{margin-top:10px}.timesheet-export-actions a{font-weight:700}@media (width<=900px){.timesheet-day{grid-template-columns:1fr}.timesheet-day-date{padding:0 0 4px}.timesheet-entry-line{align-items:flex-start}.timesheet-entry-summary{gap:8px 12px}.timesheet-head{flex-direction:column}.timesheet-total{align-items:flex-start}}.timesheet-day-date{justify-content:space-between;align-items:center;gap:10px;display:flex}.timesheet-day-timeoff{color:#1f4f82;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:7px;align-items:center;gap:5px;padding:5px 8px;font-size:.78rem;font-weight:700;display:inline-flex}.timesheet-day-timeoff:hover{background:#f1f5f9}@media (width<=900px){.timesheet-day-date{align-items:flex-start}.timesheet-day-timeoff{margin-left:auto}}.workforce-reports{flex-direction:column;gap:18px;display:flex}.reports-heading{padding:4px 2px}.reports-heading h2{color:#102a4c;margin:0 0 5px;font-size:1.45rem}.reports-heading p{color:#64748b;margin:0}.reports-filter-panel{background:#fff;border:1px solid #dbe4ee;border-radius:14px;overflow:hidden}.reports-filter-title{justify-content:space-between;align-items:center;gap:16px;padding:14px 16px 0;display:flex}.reports-filter-title>div{flex-direction:column;gap:2px;display:flex}.reports-filter-title strong{color:#102a4c;font-size:1rem}.reports-filter-title span{color:#64748b;font-size:.84rem}.reports-clear{align-items:center;gap:6px;padding:7px 11px;display:inline-flex}.reports-filter-panel .report-filter-bar{background:#f8fafc;border:0;border-radius:0;grid-template-columns:repeat(4,minmax(0,1fr));margin:10px 0 0;padding:14px 16px}.report-groups{flex-direction:column;gap:24px;display:flex}.report-group-head{margin-bottom:10px}.report-group-head h3{color:#102a4c;margin:0 0 3px;font-size:1.08rem}.report-group-head p{color:#64748b;margin:0;font-size:.9rem}.workforce-report-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.report-card{background:#fff;border:1px solid #dbe4ee;border-radius:13px;flex-direction:column;justify-content:space-between;min-height:145px;padding:16px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;box-shadow:0 1px 2px #0f172a08}.report-card:hover{border-color:#b8c8da;transform:translateY(-1px);box-shadow:0 5px 16px #0f172a12}.report-card-copy{gap:12px;display:flex}.report-card-icon{color:#1f4f82;background:#eef4fa;border-radius:10px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.report-card h4{color:#102a4c;margin:1px 0 5px;font-size:1rem}.report-card p{color:#64748b;margin:0;font-size:.86rem;line-height:1.4}.report-downloads{border-top:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:12px;margin-top:15px;padding-top:12px;display:flex}.report-downloads>span{text-transform:uppercase;letter-spacing:.04em;color:#8492a6;font-size:.76rem;font-weight:700}.report-downloads>div{flex-wrap:wrap;gap:6px;display:flex}.report-downloads a{color:#1f4f82;background:#fff;border:1px solid #d5dee8;border-radius:7px;align-items:center;gap:5px;padding:6px 9px;font-size:.82rem;font-weight:700;text-decoration:none;display:inline-flex}.report-downloads a:hover{background:#f1f5f9;border-color:#b9c7d7}@media (width<=1000px){.reports-filter-panel .report-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.workforce-report-grid,.reports-filter-panel .report-filter-bar{grid-template-columns:1fr}.reports-filter-title{align-items:flex-start}.report-downloads{flex-direction:column;align-items:flex-start}}.ergo-page{color:#172033;gap:18px;padding:22px;display:grid}.ergo-toolbar,.ergo-card-head,.ergo-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ergo-tabs{flex-wrap:wrap;gap:6px;display:flex}.ergo-tabs button,.ergo-actions button,.ergo-card-head button,.ergo-table button,.ergo-link{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 11px}.ergo-tabs button.active{color:#fff;background:#172033;border-color:#172033}.ergo-primary{cursor:pointer;border-radius:8px;padding:9px 14px;font-weight:700;color:#fff!important;background:#173f70!important;border:0!important}.ergo-notice{white-space:pre-wrap;background:#f4f7fb;border:1px solid #dbe4ef;border-radius:8px;padding:11px 14px}.ergo-kpis{grid-template-columns:repeat(6,minmax(130px,1fr));gap:12px;display:grid}.ergo-kpis>div{background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:7px;padding:17px;display:grid}.ergo-kpis b{font-size:27px}.ergo-kpis span,.ergo-small,.ergo-card p,.ergo-modal-head p{color:#64748b;font-size:12px}.ergo-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:18px;overflow:visible}.ergo-card h2,.ergo-card h3,.ergo-modal h2,.ergo-modal h3{margin:0 0 7px}.ergo-table-wrap{overflow:auto}.ergo-table{border-collapse:collapse;width:100%;font-size:13px}.ergo-table th{text-align:left;color:#475569;background:#f8fafc;font-weight:700}.ergo-table th,.ergo-table td{vertical-align:top;border-bottom:1px solid #eef2f7;padding:11px}.ergo-click{cursor:pointer}.ergo-click:hover{background:#f8fbff}.ergo-status{background:#eef2f7;border-radius:999px;padding:4px 7px;font-size:11px;font-weight:800;display:inline-block}.ergo-scheduled{color:#1d4f91;background:#eaf2ff}.ergo-in_progress{color:#8a5a00;background:#fff4d9}.ergo-draft_report{color:#6b21a8;background:#f3e8ff}.ergo-complete{color:#166534;background:#e8f7ee}.ergo-cancelled{color:#6b7280;background:#f3f4f6}.ergo-filters{flex-wrap:wrap;gap:8px;display:flex}.ergo-filters input{min-width:260px}.ergo-two-col{grid-template-columns:minmax(0,1.6fr) minmax(320px,.8fr);gap:18px;display:grid}.ergo-form{gap:12px;display:grid}.ergo-form label{gap:5px;font-size:12px;font-weight:700;display:grid}.ergo-form input,.ergo-form select,.ergo-form textarea,.ergo-filters input,.ergo-filters select,.ergo-rec-form input,.ergo-rec-form select,.ergo-rec-form textarea{box-sizing:border-box;width:100%;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:9px 10px}.ergo-grid-2,.ergo-grid-3{gap:12px;display:grid}.ergo-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.ergo-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.ergo-check{justify-content:flex-start;align-items:center;grid-template-columns:auto 1fr!important;gap:8px!important;display:flex!important}.ergo-check input{width:auto}.ergo-modal-backdrop{z-index:1000;background:#0f172a85;justify-content:flex-end;display:flex;position:fixed;inset:0}.ergo-modal{background:#f8fafc;width:min(1020px,96vw);height:100vh;padding:20px 22px;overflow:auto;box-shadow:-12px 0 30px #0f172a2e}.ergo-modal-head{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:17px;display:flex}.ergo-modal-head>button{background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 11px}.ergo-subsection{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:20px;padding:17px}.ergo-rec-form{border-top:1px solid #eef2f7;gap:10px;margin-top:15px;padding-top:15px;display:grid}.ergo-report{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:12px;font-family:inherit;line-height:1.45}.ergo-product-results{background:#fff;border:1px solid #cbd5e1;border-radius:8px;max-height:220px;position:relative;overflow:auto}.ergo-product-results button{text-align:left;background:#fff;border:0;border-bottom:1px solid #eef2f7;border-radius:0;justify-content:space-between;width:100%;padding:9px;display:flex}.ergo-empty{text-align:center;color:#64748b;padding:22px!important}@media (width<=1100px){.ergo-kpis{grid-template-columns:repeat(3,1fr)}.ergo-two-col{grid-template-columns:1fr}}@media (width<=760px){.ergo-page{padding:12px}.ergo-kpis,.ergo-grid-2,.ergo-grid-3{grid-template-columns:1fr}.ergo-kpis{grid-template-columns:repeat(2,1fr)}.ergo-modal{width:100vw;padding:15px}}.ergo-attachments{gap:8px;margin:10px 0;display:grid}.ergo-attachments>div{border:1px solid #e2e8f0;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.ergo-attachments>div>div:first-child{gap:3px;display:grid}.ergo-attachments span{color:#64748b;font-size:11px}.ergo-attachment-form{grid-template-columns:130px minmax(220px,1fr) minmax(220px,1fr) auto;align-items:end;gap:9px;margin-top:12px;display:grid}.ergo-attachment-form input,.ergo-attachment-form select{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:9px 10px}.ergo-attachments a{color:#2563eb;font-size:12px;font-weight:700;text-decoration:none}@media (width<=760px){.ergo-attachment-form{grid-template-columns:1fr}.ergo-attachments>div{flex-direction:column;align-items:flex-start}}.ergo-assessment-block{background:#fbfdff;border:1px solid #e2e8f0;border-radius:10px;gap:10px;padding:14px;display:grid}.ergo-assessment-block h4{color:#334155;margin:0}.ergo-button-link{color:#172033;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;padding:8px 11px;font-size:13px;text-decoration:none;display:inline-flex}.ergo-followup-complete{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;gap:4px;padding:10px 12px;display:grid}.ergo-history{background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;gap:8px;padding:12px;display:grid}.ergo-history h4{margin:0}.ergo-history-card{background:#fff;border:1px solid #e2e8f0;border-radius:9px;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 12px;display:flex}.ergo-history-card>div{gap:4px;display:grid}.ergo-history-card span{color:#64748b;font-size:12px}.ergo-history-card button{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:7px 10px}@media (width<=760px){.ergo-history-card{flex-direction:column}.ergo-history-card button{width:100%}}.ergo-program-products{background:#eff6ff;border:1px solid #bfdbfe;border-radius:9px;gap:8px;margin:10px 0 14px;padding:11px 12px;display:grid}.ergo-program-products>div{flex-wrap:wrap;gap:7px;display:flex}.ergo-program-products button{cursor:pointer;background:#fff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:7px;padding:7px 9px;display:flex}.ergo-program-products em{color:#1d4ed8;background:#dbeafe;border-radius:999px;padding:2px 5px;font-size:10px;font-style:normal;font-weight:800}.pub-ergo{box-sizing:border-box;color:#172033;background:#f4f7fb;min-height:100vh;padding:34px 18px}.pub-ergo-card{background:#fff;border:1px solid #dde5ef;border-radius:16px;max-width:720px;margin:0 auto;padding:28px;box-shadow:0 14px 40px #1f344e14}.pub-ergo-card.wide{max-width:1180px}.pub-brand{color:#173f70;align-items:center;gap:12px;margin-bottom:24px;font-weight:800;display:flex}.pub-brand img{width:46px;height:46px}.pub-heading{border-bottom:1px solid #edf1f5;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;padding-bottom:18px;display:flex}.pub-heading h1,.pub-ergo h1{margin:0 0 7px;font-size:30px}.pub-heading p{color:#64748b;margin:0}.pub-duration{color:#173f70;white-space:nowrap;background:#eef5ff;border-radius:999px;padding:9px 12px;font-weight:800}.pub-layout{grid-template-columns:minmax(330px,.8fr) minmax(0,1.2fr);gap:28px;display:grid}.pub-layout h2{font-size:18px}.pub-slots{gap:12px;display:grid}.pub-day{border:1px solid #e2e8f0;border-radius:10px;padding:12px}.pub-day h3{margin:0 0 9px;font-size:14px}.pub-day>div{flex-wrap:wrap;gap:7px;display:flex}.pub-day button{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:7px;padding:8px 10px}.pub-day button.selected{color:#fff;background:#173f70;border-color:#173f70}.pub-form{gap:12px;display:grid}.pub-form label{gap:5px;font-size:12px;font-weight:800;display:grid}.pub-form input,.pub-form select,.pub-form textarea{box-sizing:border-box;width:100%;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px}.pub-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.pub-submit{color:#fff;cursor:pointer;background:#173f70;border:0;border-radius:9px;padding:12px 16px;font-size:15px;font-weight:800}.pub-submit:disabled{opacity:.55;cursor:not-allowed}.pub-error{color:#991b1b;background:#fff0f0;border:1px solid #fecaca;border-radius:8px;margin-bottom:14px;padding:10px 12px}.pub-confirm{background:#f5f9ff;border:1px solid #dce9f8;border-radius:10px;gap:8px;margin:18px 0;padding:16px;display:grid}.pub-confirm b{font-size:18px}@media (width<=850px){.pub-layout,.pub-grid{grid-template-columns:1fr}.pub-ergo{padding:12px}.pub-ergo-card{padding:20px}.pub-heading{display:grid}.pub-heading h1{font-size:25px}}.pub-notice{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-bottom:14px;padding:10px 12px}.pub-status{color:#173f70;white-space:nowrap;background:#eef5ff;border-radius:999px;padding:9px 12px;font-weight:800}.pub-status.cancelled{color:#be123c;background:#fff1f2}.pub-confirm.manage{margin-bottom:14px}.pub-manage-actions{flex-wrap:wrap;align-items:center;gap:10px;margin:14px 0;display:flex}.pub-manage-actions button,.pub-secondary-button,.pub-link-button{cursor:pointer;box-sizing:border-box;border-radius:9px;justify-content:center;align-items:center;padding:11px 15px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.pub-manage-actions button{color:#172033;background:#fff;border:1px solid #cbd5e1}.pub-secondary-button{color:#173f70;background:#fff;border:1px solid #b7c6d8}.pub-link-button{min-width:auto}.pub-reschedule{border-top:1px solid #e5e7eb;margin-top:22px;padding-top:18px}.pub-reschedule h2,.pub-cancel-section h2{margin:0 0 12px;font-size:18px}.pub-cancel-section{border-top:1px solid #e5e7eb;gap:10px;margin-top:22px;padding-top:18px;display:grid}.pub-cancel-section label{gap:6px;max-width:680px;font-size:12px;font-weight:800;display:grid}.pub-cancel-section textarea{box-sizing:border-box;width:100%;font:inherit;border:1px solid #cbd5e1;border-radius:8px;padding:10px}.pub-danger-button{color:#be123c;cursor:pointer;background:#fff1f2;border:1px solid #fecaca;border-radius:9px;width:max-content;padding:10px 14px;font-weight:800}.pub-danger-button:disabled{opacity:.55;cursor:not-allowed}.pub-cancelled-note{background:#fff7ed;border:1px solid #fed7aa;border-radius:9px;margin:14px 0;padding:12px 14px}.pub-cancelled-note p{margin:6px 0 0}.pub-help{color:#64748b;margin-top:24px;font-size:13px}@media (width<=600px){.pub-manage-actions{display:grid}.pub-manage-actions>*,.pub-danger-button{width:100%}}.documents-page{max-width:1500px;margin:0 auto;padding:22px}.docs-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.docs-tabs{flex-wrap:wrap;gap:8px;display:flex}.docs-tab{cursor:pointer;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:9px;padding:9px 13px;font-weight:650}.docs-tab.active{color:#fff;background:#111827;border-color:#111827}.docs-refresh{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:9px;padding:9px 13px}.docs-error{color:#991b1b;white-space:pre-wrap;background:#fef2f2;border:1px solid #fecaca;border-radius:9px;margin:0 0 14px;padding:11px 13px}.docs-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:9px;margin:0 0 14px;padding:11px 13px}.docs-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;margin-bottom:18px;display:grid}.docs-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:15px}.docs-card-label{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:12px;font-weight:750}.docs-card-value{color:#111827;margin-top:5px;font-size:26px;font-weight:760;line-height:1.1}.docs-card-note{color:#64748b;margin-top:5px;font-size:12px}.docs-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px;padding:18px}.docs-panel h2{margin:0 0 4px;font-size:18px}.docs-panel h3{margin:16px 0 8px;font-size:15px}.docs-muted{color:#64748b;font-size:13px}.docs-form-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.docs-field{flex-direction:column;gap:5px;min-width:0;display:flex}.docs-field.span-2{grid-column:span 2}.docs-field.span-3{grid-column:span 3}.docs-field.span-4{grid-column:1/-1}.docs-field label{color:#475569;font-size:12px;font-weight:700}.docs-field input,.docs-field select,.docs-field textarea{box-sizing:border-box;color:#111827;width:100%;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:9px 10px}.docs-field textarea{resize:vertical;min-height:82px}.docs-field input:focus,.docs-field select:focus,.docs-field textarea:focus{border-color:#60a5fa;outline:2px solid #bfdbfe}.docs-checkbox{align-items:center;gap:8px;min-height:38px;padding-top:18px;font-size:13px;display:flex}.docs-checkbox input{width:auto}.docs-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;display:flex}.docs-btn{color:#111827;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:650}.docs-btn:hover{background:#f8fafc}.docs-btn.primary{color:#fff;background:#111827;border-color:#111827}.docs-btn.danger{color:#b91c1c;background:#fff;border-color:#fecaca}.docs-btn.success{color:#fff;background:#166534;border-color:#166534}.docs-btn:disabled{opacity:.5;cursor:not-allowed}.docs-equipment-picker{grid-template-columns:minmax(220px,1fr) auto;align-items:end;gap:8px;margin-top:12px;display:grid}.docs-chips{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.docs-chip{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:12px;display:inline-flex}.docs-chip button{cursor:pointer;color:#64748b;background:0 0;border:0;font-weight:700}.docs-table-wrap{border:1px solid #e5e7eb;border-radius:10px;margin-top:12px;overflow-x:auto}.docs-table{border-collapse:collapse;width:100%;font-size:13px}.docs-table th{color:#334155;text-align:left;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:10px 12px}.docs-table td{vertical-align:top;border-bottom:1px solid #f1f5f9;padding:10px 12px}.docs-table tr:last-child td{border-bottom:0}.docs-row-actions{flex-wrap:wrap;gap:6px;display:flex}.docs-status{color:#475569;background:#f1f5f9;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:750;display:inline-block}.docs-status.signed,.docs-status.completed,.docs-status.final{color:#166534;background:#dcfce7}.docs-status.ready,.docs-status.in_transit{color:#92400e;background:#fef3c7}.docs-status.active{color:#166534;background:#dcfce7}.docs-status.pending_commencement{color:#075985;background:#e0f2fe}.docs-status.return_notice_window{color:#92400e;background:#fef3c7}.docs-status.initial_term_ended{color:#991b1b;background:#fee2e2}.docs-status.returned,.docs-status.purchased,.docs-status.renewed,.docs-status.resolved{color:#166534;background:#dcfce7}.docs-status.void,.docs-status.cancelled{color:#991b1b;background:#fee2e2}.docs-split{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;gap:16px;display:grid}.docs-detail{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;padding:14px}.docs-detail-title{margin-bottom:8px;font-weight:750}.pm-section{margin-top:14px}.pm-section h3{text-transform:uppercase;letter-spacing:.03em;background:#f8fafc;border-radius:8px;margin:0 0 8px;padding:8px 10px;font-size:13px}.pm-item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:8px;padding:11px}.pm-item-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.pm-item-text{flex:1;font-size:13px;line-height:1.4}.pm-choice{flex-wrap:wrap;gap:8px;display:flex}.pm-choice button{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:7px;padding:6px 9px;font-size:12px}.pm-choice button.done{color:#166534;background:#dcfce7;border-color:#86efac}.pm-choice button.na{color:#3730a3;background:#e0e7ff;border-color:#a5b4fc}.pm-item input{box-sizing:border-box;width:100%;font:inherit;border:1px solid #d1d5db;border-radius:7px;margin-top:8px;padding:7px 9px}.docs-modal-backdrop{z-index:1000;background:#0f172a80;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.docs-modal{background:#fff;border-radius:14px;width:min(720px,100%);max-height:92vh;padding:18px;overflow:auto;box-shadow:0 20px 50px #0f172a4d}.docs-modal h2{margin:0 0 4px}.signature-canvas-wrap{background:#fff;border:1px dashed #94a3b8;border-radius:10px;margin-top:12px;overflow:hidden}.signature-canvas{touch-action:none;cursor:crosshair;width:100%;height:190px;display:block}.docs-empty{text-align:center;color:#64748b;padding:24px}.docs-inline{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.docs-kv{grid-template-columns:145px 1fr;gap:6px 10px;font-size:13px;display:grid}.docs-kv strong{color:#475569}.docs-link{color:#2563eb;cursor:pointer;text-decoration:none}.docs-link:hover{text-decoration:underline}@media (width<=1100px){.docs-grid,.docs-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.docs-field.span-3,.docs-field.span-4{grid-column:1/-1}.docs-split{grid-template-columns:1fr}}@media (width<=700px){.documents-page{padding:12px}.docs-grid{grid-template-columns:1fr 1fr}.docs-form-grid{grid-template-columns:1fr}.docs-field.span-2,.docs-field.span-3,.docs-field.span-4{grid-column:1}.docs-equipment-picker{grid-template-columns:1fr}.pm-item-top{flex-direction:column}.signature-canvas{height:160px}}.safety-page{color:#172033;flex-direction:column;gap:18px;padding:24px;display:flex}.safety-tabs{flex-wrap:wrap;gap:8px;display:flex}.safety-tabs button{color:#39445a;cursor:pointer;background:#fff;border:1px solid #d8dee9;border-radius:9px;padding:9px 13px;font-weight:700}.safety-tabs button.active{color:#fff;background:#172033;border-color:#172033}.safety-notice,.safety-error{border-radius:10px;padding:12px 14px;font-weight:700}.safety-notice{color:#166534;background:#ecfdf3;border:1px solid #bbf7d0}.safety-error{color:#be123c;white-space:pre-wrap;background:#fff1f2;border:1px solid #fecdd3}.safety-hero{background:linear-gradient(135deg,#f8fafc,#eef4ff);border:1px solid #dfe7f2;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;padding:24px;display:flex}.safety-hero h2{margin:4px 0 8px;font-size:28px}.safety-hero p{color:#657086;margin:0}.safety-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#48617f;font-size:12px;font-weight:800}.safety-quick-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.safety-quick-actions button,.safety-panel button,.safety-form button{color:#24324a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 12px;font-weight:700}.safety-quick-actions button:first-child,.safety-form .form-actions button{color:#fff;background:#172033;border-color:#172033}.safety-metric-grid{grid-template-columns:repeat(auto-fit,minmax(175px,1fr));gap:12px;display:grid}.safety-metric{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:6px;padding:16px;display:flex}.safety-metric span{text-transform:uppercase;letter-spacing:.06em;color:#6b7280;font-size:12px;font-weight:800}.safety-metric strong{font-size:30px}.safety-metric.danger strong{color:#b91c1c}.safety-two-col{grid-template-columns:1fr 1fr;gap:16px;display:grid}.safety-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px;box-shadow:0 2px 10px #0f172a08}.safety-panel h2,.safety-panel h3{margin:0 0 10px}.panel-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.panel-head h2,.panel-head h3{margin:0}.panel-head small,.muted{color:#6b7280}.safety-row{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:14px;padding:11px 0;display:flex}.safety-row:last-child{border-bottom:none}.safety-row>div{min-width:0}.safety-row div div{color:#475569;margin-top:2px}.safety-row small{color:#7c8799;margin-top:4px;display:block}.safety-badge{white-space:nowrap;color:#475569;text-transform:uppercase;background:#eef2f7;border-radius:999px;align-items:center;padding:4px 8px;font-size:11px;font-weight:800;display:inline-flex}.safety-badge.good{color:#166534;background:#dcfce7}.safety-badge.warn{color:#92400e;background:#fef3c7}.safety-badge.bad{color:#991b1b;background:#fee2e2}.secor-progress{background:#e7edf5;border-radius:999px;height:10px;margin:12px 0;overflow:hidden}.secor-progress>div{background:#334155;height:100%}.secor-progress.large{height:14px}.form-panel{max-width:1100px}.safety-form{grid-template-columns:1fr 1fr;gap:14px;display:grid}.safety-form.single{grid-template-columns:1fr}.safety-form label{color:#334155;flex-direction:column;gap:6px;font-size:13px;font-weight:700;display:flex}.safety-form .full{grid-column:1/-1}.safety-form input,.safety-form select,.safety-form textarea{box-sizing:border-box;width:100%;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 11px}.safety-form textarea{resize:vertical}.form-actions{justify-content:flex-end;display:flex}.checklist-block{border:1px solid #e5e7eb;border-radius:10px;padding:14px}.checklist-block h3{font-size:14px}.check-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:7px;display:grid}.check-item{flex-direction:row!important;align-items:center!important;font-weight:500!important}.check-item input{width:auto!important}.inspection-layout{align-items:start}.inspection-vehicle-fields{grid-template-columns:1fr 1fr;gap:12px;display:grid}.inspection-items{flex-direction:column;gap:5px;display:flex}.inspection-item{border:1px solid #e5e7eb;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:10px;display:flex}.inspection-item small{color:#7c8799;margin-top:3px;display:block}.inspection-choice{gap:6px;display:flex}.inspection-choice button.selected.good{color:#166534;background:#dcfce7;border-color:#86efac}.inspection-choice button.selected.bad{color:#991b1b;background:#fee2e2;border-color:#fecaca}.table-wrap{overflow-x:auto}.safety-table{border-collapse:collapse;width:100%;font-size:13px}.safety-table th{text-align:left;color:#64748b;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #dbe3ec;padding:10px}.safety-table td{vertical-align:top;border-bottom:1px solid #edf0f5;padding:10px}.safety-table td small{color:#7c8799;margin-top:3px;display:block}.safety-table td button{margin:2px;padding:5px 8px}.safety-table .overdue{color:#b91c1c;font-weight:800}.empty-state{color:#7c8799;text-align:center;padding:20px 4px}.policy-card,.meeting-card{border:1px solid #e5e7eb;border-radius:10px;margin-bottom:10px;padding:14px}.policy-card{justify-content:space-between;align-items:center;gap:14px;display:flex}.policy-card>div:last-child{align-items:center;gap:8px;display:flex}.meeting-title{justify-content:space-between;gap:12px;margin-bottom:8px;display:flex}.meeting-card div{margin:4px 0}.meeting-card small{color:#7c8799}.sds-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;display:grid}.sds-card{border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;gap:5px;padding:13px;display:flex}.sds-card span,.sds-card small{color:#64748b}.sds-card p{margin:5px 0;font-size:13px}.secor-summary{flex-wrap:wrap;align-items:center;gap:20px;margin:8px 0;display:flex}.secor-summary div:first-child{align-items:baseline;gap:8px;display:flex}.secor-summary strong{font-size:32px}.secor-elements{grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:10px;display:grid}.secor-element{border:1px solid #e5e7eb;border-radius:10px;padding:13px}.secor-element.needs-work{background:#fffbeb;border-color:#fbbf24}.secor-element>div{justify-content:space-between;gap:10px;display:flex}.secor-element p{color:#5f6877;font-size:12px}.secor-element small{color:#7c8799}.restricted-panel{background:#fdfaff;border-color:#e9d5ff}@media (width<=900px){.safety-two-col,.inspection-vehicle-fields,.safety-form{grid-template-columns:1fr}.safety-form .full{grid-column:auto}.safety-hero{flex-direction:column;align-items:flex-start}.safety-quick-actions{justify-content:flex-start}.safety-page{padding:14px}.inspection-item,.policy-card{flex-direction:column;align-items:flex-start}}.working-alone-card{border:1px solid #e5e7eb;border-radius:10px;margin-bottom:10px;padding:13px}.working-alone-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.working-alone-card small{color:#7c8799;margin-top:4px;display:block}.working-alone-card p{color:#475569;margin:9px 0;font-size:13px}.working-alone-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.working-alone-actions button:first-child{color:#fff;background:#172033;border-color:#172033}.safety-metric small{color:#7c8799;font-size:11px}.compliance-summary{flex-wrap:wrap;gap:10px;margin:10px 0 4px;display:flex}.compliance-summary.compact{justify-content:flex-end;margin:0}.compliance-count{color:#475569;background:#f8fafc;border:1px solid #dbe3ec;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.compliance-count strong{color:#172033;font-size:16px}.compliance-count.warn{color:#92400e;background:#fffbeb;border-color:#fde68a}.compliance-count.warn strong{color:#92400e}.compliance-count.bad{color:#9f1239;background:#fff1f2;border-color:#fecdd3}.compliance-count.bad strong{color:#9f1239}.compliance-table td:first-child{white-space:nowrap}.compliance-table td:first-child small{margin-top:4px}.incident-layout{grid-template-columns:minmax(560px,1.2fr) minmax(360px,.8fr);align-items:start}.selected-row{background:#f8fafc}.incident-detail{position:sticky;top:12px}.incident-facts{grid-template-columns:1fr 1fr;gap:8px;margin:0 0 14px;display:grid}.incident-facts>div{border:1px solid #edf0f5;border-radius:8px;padding:8px}.incident-facts dt{text-transform:uppercase;letter-spacing:.05em;color:#7c8799;font-size:11px;font-weight:800}.incident-facts dd{color:#334155;margin:3px 0 0}.incident-section{border-top:1px solid #edf0f5;margin-top:12px;padding-top:12px}.incident-section h3,.incident-investigation h3{margin:0 0 8px;font-size:14px}.incident-section p{white-space:pre-wrap;color:#475569;margin:0}.incident-upload{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.incident-investigation{border-top:2px solid #dbe3ec;flex-direction:column;gap:10px;margin-top:16px;padding-top:14px;display:flex}.incident-investigation label{color:#334155;flex-direction:column;gap:5px;font-size:13px;font-weight:700;display:flex}.incident-investigation input,.incident-investigation select,.incident-investigation textarea{box-sizing:border-box;width:100%;font:inherit;border:1px solid #cbd5e1;border-radius:8px;padding:9px 10px}.incident-reporting{grid-template-columns:1fr 1fr;align-items:center;gap:8px;display:grid}.incident-reporting .check-item input{width:auto}.incident-reporting button{justify-self:start}@media (width<=1100px){.incident-layout{grid-template-columns:1fr}.incident-detail{position:static}}.secor-readiness-head{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin:10px 0;display:grid}.secor-score-card{background:#f8fafc;border:1px solid #dbe3ec;border-radius:12px;flex-direction:column;gap:5px;padding:14px;display:flex}.secor-score-card>span{text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-size:11px;font-weight:800}.secor-score-card>strong{color:#172033;font-size:31px}.secor-score-card small{color:#64748b}.secor-score-card.evidence{background:#f0fdf4;border-color:#bbf7d0}.secor-alert{color:#854d0e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;flex-direction:column;gap:4px;margin:12px 0;padding:11px 13px;display:flex}.secor-alert span{font-size:12px}.readiness-elements{margin-top:14px}.secor-element-head{align-items:flex-start!important}.secor-element-head>div{flex-direction:column;gap:3px;display:flex}.secor-element-head small{color:#7c8799}.reviewer-note{border-left:3px solid #f59e0b;padding-left:9px}.evidence-coverage-line{color:#64748b;justify-content:space-between;gap:10px;margin:10px 0 5px;font-size:12px;display:flex}.evidence-signal-list{flex-direction:column;gap:5px;margin-bottom:9px;display:flex}.evidence-signal{background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:flex-start;gap:8px;padding:7px 8px;display:flex}.evidence-signal>span{border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:900;display:inline-flex}.evidence-signal.ready>span{color:#166534;background:#dcfce7}.evidence-signal.missing>span{color:#991b1b;background:#fee2e2}.evidence-signal div{flex-direction:column;gap:2px;display:flex}.evidence-signal strong{font-size:12px}.evidence-signal small{color:#7c8799;font-size:11px}.people-picker{border:1px solid #e5e7eb;border-radius:10px;margin:0;padding:12px}.people-picker legend{color:#475569;padding:0 6px;font-size:13px;font-weight:800}.people-picker .check-item span{flex-direction:column;gap:1px;display:flex}.people-picker .check-item small{color:#7c8799;font-size:11px;font-weight:500}.row-actions{flex-wrap:wrap;gap:.35rem;display:flex}.safety-metric.attention strong{color:#92400e}.meeting-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex;margin-top:10px!important}.meeting-actions a{font-size:12px;font-weight:700}.meeting-awaiting{display:block;color:#92400e!important;margin-top:7px!important}.jha-layout{grid-template-columns:minmax(620px,1.15fr) minmax(430px,.85fr);align-items:start}.jha-items{flex-direction:column;gap:12px;display:flex}.jha-item-card{background:#f8fafc;border:1px solid #dbe3ec;border-radius:12px;grid-template-columns:1fr 1fr;gap:10px;padding:13px;display:grid}.jha-item-card>.panel-head,.jha-item-card>.jha-rating-grid{grid-column:1/-1}.jha-item-card label{margin:0}.jha-rating-grid{grid-template-columns:repeat(4,1fr);align-items:end;gap:8px;display:grid}.jha-risk-preview{background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex-direction:column;gap:3px;padding:9px 10px;display:flex}.jha-risk-preview span{text-transform:uppercase;color:#64748b;font-size:11px;font-weight:800}.jha-risk-preview strong{font-size:22px}.risk-scale-note{color:#475569;background:#f8fafc;border:1px solid #dbe3ec;border-radius:9px;margin-top:14px;padding:10px 12px;font-size:12px}.employee-check-grid .check-item{align-items:flex-start!important}.employee-check-grid .check-item small{color:#7c8799;font-size:11px;font-weight:500;display:block}.jha-item-card textarea{min-height:70px}@media (width<=1200px){.jha-layout{grid-template-columns:1fr}.jha-rating-grid{grid-template-columns:1fr 1fr}}@media (width<=700px){.jha-item-card{grid-template-columns:1fr}.jha-item-card>.panel-head,.jha-item-card>.jha-rating-grid{grid-column:auto}.jha-rating-grid{grid-template-columns:1fr}}.safety-modal-backdrop{z-index:1000;background:#0000007a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.safety-modal{background:var(--surface,#fff);border-radius:12px;width:min(760px,96vw);max-height:90vh;position:relative;overflow:auto;box-shadow:0 18px 60px #0000004d}.safety-modal .safety-panel{box-shadow:none;border:0;margin:0}.modal-close{z-index:2;cursor:pointer;background:0 0;border:0;font-size:24px;line-height:1;position:absolute;top:10px;right:12px}.inspection-deficiency-notes{grid-column:1/-1;margin-top:8px}.inspection-deficiency-notes textarea{width:100%}
