/* WorldJump Incidencias 3.8.0 */
.wjc-access-restricted{display:grid;place-items:center;min-height:70vh;padding:24px;background:#f4f7fb}.wjc-access-restricted>div{width:min(520px,100%);padding:36px;border:1px solid #e0e6ef;border-radius:26px;background:#fff;text-align:center;box-shadow:0 24px 70px rgba(23,32,51,.1)}.wjc-access-restricted span{color:#6d5cf4;font-size:10px;font-weight:900;letter-spacing:.15em}.wjc-access-restricted h2{margin:10px 0 8px;color:#172033}.wjc-access-restricted p{color:#667085;line-height:1.6}.wjc-access-restricted a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:10px;padding:0 18px;border-radius:12px;background:#172033;color:#fff!important;text-decoration:none;font-weight:800}
.wjc-incidents-workspace{position:relative;padding-bottom:96px!important}.wjc-incidents-workspace .wjc-work-toolbar{align-items:center!important;margin-bottom:20px!important}.wjc-incident-date-control{align-self:center!important}.wjc-incident-date-control .wjc-date-trigger{position:relative!important;display:grid!important;place-items:center!important;width:58px!important;min-width:58px!important;height:58px!important;margin:0!important;padding:0!important;border:1px solid #d9e0ed!important;border-radius:17px!important;background:#fff!important;color:#5b4df5!important;box-shadow:0 10px 25px rgba(23,32,51,.1)!important;cursor:pointer!important}.wjc-incident-date-control .wjc-date-trigger svg{display:block!important;width:24px!important;height:24px!important;margin:0!important}.wjc-incident-date-control .wjc-date-trigger>i{position:absolute;right:9px;top:9px;width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 3px #fee2e2;opacity:0;transform:scale(.5);transition:.18s ease}.wjc-incident-date-control .wjc-date-trigger.has-value>i{opacity:1;transform:scale(1)}
.wjc-incident-new-fab{position:fixed!important;z-index:900;left:50%;bottom:26px;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-width:250px!important;min-height:58px!important;margin:0!important;padding:0 24px!important;transform:translateX(-50%);border:0!important;border-radius:999px!important;background:linear-gradient(135deg,#5b4df5,#7c3aed)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:14px!important;font-weight:900!important;box-shadow:0 20px 50px rgba(91,77,245,.38)!important;cursor:pointer!important;transition:transform .18s ease,box-shadow .18s ease!important}.wjc-incident-new-fab:hover{transform:translate(-50%,-2px);box-shadow:0 25px 60px rgba(91,77,245,.48)!important}.wjc-incident-new-fab span{font-size:23px;line-height:1}
.wjc-work-item.is-completed{border-color:#8de1be!important;background:linear-gradient(145deg,#ecfdf5,#dff9ee)!important;box-shadow:0 13px 34px rgba(5,150,105,.13)!important}.wjc-work-item.is-completed>.wjc-work-summary,.wjc-work-item.is-completed>.wjc-work-detail{background:transparent!important}.wjc-work-item.is-completed .wjc-work-main h3{color:#075f46!important}.wjc-work-item.is-completed .wjc-chevron{color:#047857!important}
.wjc-incidents-workspace .wjc-work-detail[hidden]{display:none!important}.wjc-incidents-workspace .wjc-work-detail:not([hidden]){display:block!important;animation:wjcIncidentOpen .2s ease-out}.wjc-incidents-workspace .wjc-work-summary .wjc-chevron{display:grid;place-items:center;transition:transform .2s ease}.wjc-incidents-workspace .wjc-work-summary[aria-expanded="true"] .wjc-chevron{transform:rotate(180deg)}.wjc-incidents-workspace .wjc-work-item.is-expanded{border-color:#cfc8ff!important;box-shadow:0 18px 42px rgba(91,77,245,.12)!important}@keyframes wjcIncidentOpen{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.wjc-incident-context{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 16px}.wjc-incident-context>div{min-width:0;padding:12px 14px;border:1px solid #e3e8f0;border-radius:14px;background:#f8fafc}.wjc-incident-context span{display:block;margin-bottom:4px;color:#7c8799;font-size:9px;font-weight:800}.wjc-incident-context strong{display:block;color:#172033;font-size:12px;overflow-wrap:anywhere}.wjc-incident-evidence{display:grid;grid-template-columns:96px 1fr;align-items:center;gap:14px;margin:14px 0;padding:10px;border:1px solid #dce4ef;border-radius:16px;background:#f8fafc;color:#5145cd!important;text-decoration:none!important;font-size:11px;font-weight:900}.wjc-incident-evidence img{display:block;width:96px;height:72px;border-radius:11px;object-fit:cover;background:#e8edf5}
.wjc-incident-timeline{margin:18px 0;padding:17px;border:1px solid #e1e6ef;border-radius:18px;background:#fbfcfe}.wjc-incident-timeline h4{margin:0 0 14px!important;color:#172033!important;font-size:13px!important}.wjc-incident-event{position:relative;display:grid;grid-template-columns:14px minmax(0,1fr);gap:10px;padding:0 0 16px}.wjc-incident-event:last-child{padding-bottom:0}.wjc-incident-event:before{content:"";position:absolute;left:5px;top:12px;bottom:0;width:2px;background:#e4e7ec}.wjc-incident-event:last-child:before{display:none}.wjc-incident-event>i{position:relative;z-index:1;width:12px;height:12px;margin-top:2px;border:3px solid #d9d4ff;border-radius:50%;background:#6d5cf4}.wjc-incident-event strong,.wjc-incident-event span{display:block}.wjc-incident-event strong{color:#273047;font-size:11px;line-height:1.4}.wjc-incident-event span{margin-top:3px;color:#8490a3;font-size:9px}
.wjc-inline-action{margin:12px 0!important}.wjc-inline-action button{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:48px!important;margin:0!important;border:0!important;border-radius:13px!important;font-size:11px!important;font-weight:900!important;cursor:pointer!important}.wjc-claim-button{background:#dcfce7!important;color:#067647!important}.wjc-remind-button{background:#fff4db!important;color:#965f00!important}.wjc-form-intro{margin:-6px 0 18px;color:#667085;font-size:12px;line-height:1.55}.wjc-incident-photo-field{position:relative;padding:15px!important;border:1px dashed #bfc9d8!important;border-radius:14px!important;background:#f8fafc!important}.wjc-incident-photo-field>span{display:block;margin:4px 0 10px;color:#8a95a7;font-size:9px;font-weight:650}.wjc-incident-photo-field input{padding:9px!important;background:#fff!important}.wjc-incident-empty{margin-top:14px;padding:24px;border:1px dashed #cdd5e2;border-radius:18px;background:#fff;text-align:center}.wjc-incident-empty strong,.wjc-incident-empty span{display:block}.wjc-incident-empty strong{color:#172033}.wjc-incident-empty span{margin-top:5px;color:#8490a3;font-size:11px}
.wjc-incident-export{display:grid!important;place-items:center!important;min-width:70px!important;height:58px!important;padding:0 14px!important;border:1px solid #d9e0ed!important;border-radius:17px!important;background:#fff!important;color:#087b55!important;text-decoration:none!important;font-size:11px!important;font-weight:900!important;box-shadow:0 10px 25px rgba(23,32,51,.1)!important}.wjc-incident-documents{margin:18px 0;padding:17px;border:1px solid #dde4ee;border-radius:19px;background:#f8fafc}.wjc-incident-documents-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}.wjc-incident-documents-head span{display:block;color:#6d5cf4;font-size:8px;font-weight:900;letter-spacing:.12em}.wjc-incident-documents-head h4{margin:3px 0 0!important;color:#172033!important;font-size:14px!important}.wjc-incident-documents-head b{display:grid;place-items:center;min-width:30px;height:30px;border-radius:10px;background:#ece9ff;color:#594bd6;font-size:11px}.wjc-incident-document-list{display:grid;gap:8px}.wjc-incident-document-list article{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px;border:1px solid #e1e7ef;border-radius:14px;background:#fff}.wjc-document-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eef2ff;color:#594bd6;font-size:9px;font-weight:900}.wjc-incident-document-list strong,.wjc-incident-document-list span,.wjc-incident-document-list small{display:block;overflow-wrap:anywhere}.wjc-incident-document-list strong{color:#172033;font-size:11px}.wjc-incident-document-list span{margin-top:3px;color:#667085;font-size:9px}.wjc-incident-document-list small{margin-top:3px;color:#98a2b3;font-size:8px}.wjc-document-actions{display:flex;gap:6px}.wjc-document-actions a{display:grid;place-items:center;min-height:34px;padding:0 9px;border-radius:9px;background:#f0edff;color:#584bd0!important;text-decoration:none!important;font-size:8px;font-weight:900}.wjc-incident-document-form{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr) auto;align-items:end;gap:9px;margin-top:13px;padding-top:13px;border-top:1px solid #e1e7ef}.wjc-incident-document-form label{margin:0!important;color:#344054!important;font-size:9px!important;font-weight:850!important}.wjc-incident-document-form select{width:100%!important;min-height:44px!important;margin-top:6px!important}.wjc-document-drop{position:relative;display:flex!important;align-items:center;min-height:44px;margin-top:0!important;padding:0 12px;border:1px dashed #bfc9d8;border-radius:12px;background:#fff;color:#5549c6!important;overflow:hidden}.wjc-document-drop input{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer}.wjc-document-drop span{margin-left:auto;color:#98a2b3;font-size:8px}.wjc-incident-document-form button{min-height:44px!important;margin:0!important;padding:0 15px!important;border:0!important;border-radius:12px!important;background:#5b4df5!important;color:#fff!important;font-size:9px!important;font-weight:900!important}.wjc-incident-document-form>small{grid-column:1/-1;color:#7b8798;font-size:8px;line-height:1.5}
@media(max-width:820px){.wjc-incidents-workspace{padding-bottom:108px!important}.wjc-incidents-workspace .wjc-work-toolbar{display:flex!important;align-items:center!important;flex-direction:row!important;gap:9px!important}.wjc-incidents-workspace .wjc-work-toolbar>div:first-child{min-width:0;flex:1}.wjc-incidents-workspace .wjc-work-toolbar h2{font-size:34px!important}.wjc-incidents-workspace .wjc-work-toolbar p{display:none}.wjc-incident-date-control,.wjc-incident-date-control .wjc-date-trigger{width:52px!important;min-width:52px!important;height:52px!important}.wjc-incident-export{min-width:58px!important;height:52px!important;padding:0 9px!important}.wjc-incident-new-fab{bottom:92px;min-width:220px!important;min-height:54px!important}.wjc-incident-context{grid-template-columns:1fr}.wjc-incident-evidence{grid-template-columns:82px 1fr}.wjc-incident-evidence img{width:82px;height:66px}.wjc-incident-document-form{grid-template-columns:1fr}.wjc-incident-document-list article{grid-template-columns:38px minmax(0,1fr)}.wjc-document-actions{grid-column:1/-1}.wjc-document-actions a{flex:1}.wjc-document-drop span{display:none}}
@media(max-width:420px){.wjc-incident-new-fab{width:calc(100% - 44px)!important;min-width:0!important}.wjc-incidents-workspace .wjc-work-toolbar h2{font-size:31px!important}}
@media(prefers-reduced-motion:reduce){.wjc-incident-new-fab,.wjc-incident-date-control .wjc-date-trigger{transition:none!important}}

/* Unified role-based application home */
.wjc-app-card.is-finance{--app:#0ea67a;--soft:#e8fbf4}.wjc-app-request{--app:#596579;--soft:#f1f4f8;width:100%;margin:0!important;text-align:left;font:inherit;cursor:pointer}.wjc-app-request .wjc-app-icon{font-size:28px;font-weight:500}.wjc-app-request strong,.wjc-app-request small{font-family:inherit}
@media(max-width:820px){.wjc-portal-unified-home.wjc-portal-tab-dashboard .wjc-portal-nav{display:none!important}.wjc-app-request{text-align:center}}

/* Incident report workflow: sender overview and DingTalk replacement details */
.wjc-incident-status-overview{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:0 0 16px}.wjc-incident-status-overview article{position:relative;min-height:96px;padding:17px 20px;border:1px solid #f1d19b;border-radius:20px;background:linear-gradient(145deg,#fff,#fff8e8);overflow:hidden}.wjc-incident-status-overview article.is-done{border-color:#a7e3c7;background:linear-gradient(145deg,#fff,#ecfdf5)}.wjc-incident-status-overview span,.wjc-incident-status-overview strong{display:block}.wjc-incident-status-overview span{color:#7b6650;font-size:11px;font-weight:800}.wjc-incident-status-overview strong{margin-top:5px;color:#172033;font-size:30px;line-height:1}.wjc-incident-status-overview i{position:absolute;right:18px;top:18px;width:13px;height:13px;border:4px solid #fff0c7;border-radius:50%;background:#f59e0b;box-shadow:0 0 0 6px #fff7df}.wjc-incident-status-overview .is-done i{border-color:#d1fae5;background:#10b981;box-shadow:0 0 0 6px #ecfdf5}.wjc-work-detail .wjc-description h4{margin:14px 0 7px!important;color:#172033!important;font-size:12px!important}
@media(max-width:820px){.wjc-incident-status-overview{gap:9px}.wjc-incident-status-overview article{min-height:84px;padding:14px}.wjc-incident-status-overview strong{font-size:26px}}

/* Camera, file selection and handwritten signature */
.wjc-incident-upload-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:2px 0 14px}.wjc-incident-upload-options .wjc-incident-photo-field{display:grid!important;align-content:start;min-height:132px;margin:0!important;border-style:solid!important;cursor:pointer}.wjc-incident-upload-options .wjc-incident-photo-field.is-camera{border-color:#b9afff!important;background:#f4f2ff!important}.wjc-incident-upload-options strong{color:#172033;font-size:12px}.wjc-incident-upload-options input{margin-top:auto!important;font-size:10px!important}.wjc-signature-field{margin:0 0 15px;padding:14px;border:1px solid #dbe2ec;border-radius:16px;background:#f8fafc}.wjc-signature-field>div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}.wjc-signature-field strong{color:#172033;font-size:12px}.wjc-signature-field button{width:auto!important;min-height:32px!important;margin:0!important;padding:0 11px!important;border:0!important;border-radius:9px!important;background:#ece9ff!important;color:#5b4df5!important;font-size:9px!important;font-weight:900!important;box-shadow:none!important}.wjc-signature-field canvas{display:block;width:100%;height:180px;border:1px dashed #aeb9c9;border-radius:12px;background:#fff;touch-action:none;cursor:crosshair}.wjc-signature-field small{display:block;margin-top:7px;color:#7b8798;font-size:9px}.wjc-form-error{margin:0 0 12px;padding:10px 12px;border:1px solid #fecaca;border-radius:11px;background:#fff1f2;color:#b42318;font-size:10px;font-weight:800}.wjc-incident-evidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0}.wjc-incident-evidence-grid .wjc-incident-evidence{margin:0}.wjc-incident-signature{display:grid;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:12px;margin:12px 0;padding:11px;border:1px solid #dce4ef;border-radius:15px;background:#fff;color:#5145cd!important;text-decoration:none!important;font-size:10px;font-weight:900}.wjc-incident-signature img{display:block;width:100%;max-height:100px;object-fit:contain;border-radius:9px;background:#fff}
@media(max-width:620px){.wjc-incident-upload-options,.wjc-incident-evidence-grid{grid-template-columns:1fr}.wjc-incident-upload-options .wjc-incident-photo-field{min-height:116px}.wjc-incident-signature{grid-template-columns:1fr}}


/* v3.9.0 — secure incident documents */
.wjc-incident-document-list article{align-items:flex-start}
.wjc-document-copy{min-width:0;flex:1}
.wjc-document-rename{display:flex;gap:8px;margin-top:10px;max-width:520px}
.wjc-document-rename input{min-width:0;flex:1;width:100%;box-sizing:border-box}
.wjc-document-rename button,.wjc-document-delete button{white-space:nowrap}
.wjc-document-delete{display:grid;gap:6px;margin-top:8px}
.wjc-document-delete input{width:180px;max-width:100%;box-sizing:border-box}
.wjc-document-delete .is-danger{background:#b42318!important;color:#fff!important;border-color:#b42318!important}
.wjc-incident-document-form>label:not(.wjc-document-drop){display:grid;gap:6px}
.wjc-incident-document-form input[type=text]{width:100%;max-width:100%;box-sizing:border-box}
@media(max-width:767px){
 .wjc-incident-document-list article{grid-template-columns:42px minmax(0,1fr)}
 .wjc-document-actions{grid-column:1/-1;width:100%;display:flex;flex-wrap:wrap;gap:8px}
 .wjc-document-rename{flex-direction:column}
 .wjc-document-rename button,.wjc-document-delete button,.wjc-document-delete input{width:100%}
}

/* WorldJump Incidencias 3.10.0 — toolbar, compact details and upload feedback */
.wjc-incidents-workspace .wjc-work-toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important}
.wjc-incidents-workspace .wjc-work-toolbar>div:first-child{min-width:0!important;flex:1 1 auto!important}
.wjc-incident-date-control{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;margin-left:auto!important}
.wjc-incident-date-control .wjc-date-trigger{display:grid!important;place-items:center!important;width:54px!important;min-width:54px!important;height:54px!important;margin:0!important;padding:0!important;line-height:1!important}
.wjc-incident-date-control .wjc-date-trigger svg{position:static!important;display:block!important;width:23px!important;height:23px!important;margin:auto!important;transform:none!important}
.wjc-incident-export{display:none!important}

.wjc-work-summary{position:relative!important;cursor:pointer!important;transition:background .18s ease,transform .18s ease!important}
.wjc-work-summary:hover{background:#fbfcff!important}
.wjc-work-summary:active{transform:scale(.997)!important}
.wjc-chevron{display:grid!important;place-items:center!important;flex:0 0 38px!important;width:38px!important;height:38px!important;border:1px solid #e0e5ee!important;border-radius:12px!important;background:#f7f8fc!important;color:#667085!important;transition:transform .2s ease,background .2s ease,color .2s ease!important}
.wjc-chevron svg{display:block!important;width:19px!important;height:19px!important}
.wjc-work-summary[aria-expanded="true"] .wjc-chevron{transform:rotate(180deg)!important;background:#edeaff!important;color:#5b4df5!important}

.wjc-incident-section{margin:14px 0!important;border:1px solid #e1e6ef!important;border-radius:17px!important;background:#fff!important;overflow:hidden!important}
.wjc-incident-section>summary{display:flex!important;align-items:center!important;gap:10px!important;min-height:52px!important;padding:0 15px!important;list-style:none!important;cursor:pointer!important;color:#253047!important;font-size:12px!important;font-weight:900!important;user-select:none!important}
.wjc-incident-section>summary::-webkit-details-marker{display:none!important}
.wjc-incident-section>summary:hover{background:#f8f9fd!important}
.wjc-incident-section>summary span{flex:1 1 auto!important}
.wjc-incident-section>summary b{display:grid!important;place-items:center!important;min-width:28px!important;height:28px!important;padding:0 8px!important;border-radius:9px!important;background:#ece9ff!important;color:#5b4df5!important;font-size:10px!important}
.wjc-incident-section>summary i{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;border-radius:9px!important;background:#f3f5f9!important;color:#667085!important;transition:transform .2s ease!important}
.wjc-incident-section>summary i svg{width:17px!important;height:17px!important}
.wjc-incident-section[open]>summary i{transform:rotate(180deg)!important}
.wjc-incident-section>.wjc-description,.wjc-incident-section>.wjc-incident-evidence-grid,.wjc-incident-section>.wjc-incident-signature,.wjc-incident-section>.wjc-incident-documents,.wjc-incident-section>.wjc-incident-timeline,.wjc-incident-section>.wjc-comments{margin:0!important;border:0!important;border-top:1px solid #edf0f5!important;border-radius:0!important;padding:16px!important;background:#fbfcfe!important}
.wjc-incident-section>.wjc-incident-signature{padding-top:0!important;border-top:0!important}

.wjc-upload-progress{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px 12px!important;grid-column:1/-1!important;margin-top:12px!important;padding:13px 14px!important;border:1px solid #dfe5ef!important;border-radius:14px!important;background:#f8fafc!important}
.wjc-upload-progress[hidden]{display:none!important}
.wjc-upload-progress>div{height:9px!important;border-radius:999px!important;background:#e8ecf3!important;overflow:hidden!important}
.wjc-upload-progress>div i{display:block!important;width:0;height:100%!important;border-radius:inherit!important;background:linear-gradient(90deg,#5b4df5,#8b5cf6,#16a7d8)!important;box-shadow:0 0 18px rgba(91,77,245,.28)!important;transition:width .18s ease!important}
.wjc-upload-progress strong{min-width:38px!important;color:#4f46e5!important;font-size:11px!important;text-align:right!important}
.wjc-upload-progress span{grid-column:1/-1!important;color:#667085!important;font-size:9px!important;font-weight:750!important}
.wjc-upload-feedback{grid-column:1/-1!important;margin:10px 0 0!important;padding:11px 13px!important;border-radius:12px!important;font-size:10px!important;font-weight:800!important;line-height:1.5!important}
.wjc-upload-feedback[hidden]{display:none!important}.wjc-upload-feedback.is-success{background:#ecfdf3!important;color:#067647!important}.wjc-upload-feedback.is-error{background:#fff1f2!important;color:#b42318!important}
.wjc-incident-document-form.is-uploading,.wjc-incident-report-form.is-uploading{pointer-events:none!important;opacity:.86!important}
.wjc-document-drop.is-selected,.wjc-incident-photo-field.is-selected{border-color:#10b981!important;background:#ecfdf5!important;box-shadow:0 0 0 3px rgba(16,185,129,.08)!important}
.wjc-incident-report-form button[type="submit"]:disabled,.wjc-incident-document-form button[type="submit"]:disabled{cursor:wait!important;opacity:.75!important}

@media(max-width:820px){
 .wjc-incidents-workspace .wjc-work-toolbar{align-items:flex-start!important;gap:12px!important}
 .wjc-incident-date-control .wjc-date-trigger{width:48px!important;min-width:48px!important;height:48px!important;border-radius:14px!important}
 .wjc-work-summary{padding-right:10px!important}
 .wjc-chevron{flex-basis:34px!important;width:34px!important;height:34px!important;border-radius:11px!important}
 .wjc-incident-context{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .wjc-incident-section>summary{min-height:50px!important;padding:0 13px!important}
 .wjc-incident-document-form{grid-template-columns:1fr!important}
 .wjc-incident-document-form>small,.wjc-upload-progress,.wjc-upload-feedback{grid-column:1!important}
}
@media(max-width:520px){
 .wjc-incidents-workspace .wjc-work-toolbar>div:first-child p{max-width:29ch!important}
 .wjc-incident-context{grid-template-columns:1fr!important}
 .wjc-incident-date-control .wjc-date-trigger{width:46px!important;min-width:46px!important;height:46px!important}
}


/* WorldJump Incidencias 3.11.0 — unified drag/drop and reliable batch progress */
.wjc-unified-drop{position:relative!important;display:grid!important;place-items:center!important;align-content:center!important;gap:7px!important;min-height:150px!important;width:100%!important;margin:0!important;padding:22px 18px!important;border:2px dashed #c4ccda!important;border-radius:18px!important;background:linear-gradient(180deg,#fff,#f8faff)!important;color:#344054!important;text-align:center!important;cursor:pointer!important;overflow:hidden!important;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease!important}
.wjc-unified-drop:hover,.wjc-unified-drop:focus-visible{border-color:#8072f7!important;background:#f5f3ff!important;box-shadow:0 0 0 4px rgba(91,77,245,.08)!important;outline:none!important}
.wjc-unified-drop.is-dragging{border-style:solid!important;border-color:#5b4df5!important;background:#eeebff!important;box-shadow:0 18px 42px rgba(91,77,245,.18)!important;transform:translateY(-2px)!important}
.wjc-unified-drop.is-selected{border-style:solid!important;border-color:#10b981!important;background:#ecfdf5!important}
.wjc-unified-drop input[type=file]{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;opacity:0!important;cursor:pointer!important}
.wjc-unified-drop .wjc-drop-icon{display:grid!important;place-items:center!important;width:48px!important;height:48px!important;margin:0!important;border-radius:15px!important;background:linear-gradient(135deg,#6554f4,#7c3aed)!important;color:#fff!important;font-size:28px!important;font-weight:400!important;line-height:1!important;box-shadow:0 12px 28px rgba(91,77,245,.24)!important}
.wjc-unified-drop strong{color:#172033!important;font-size:13px!important;font-weight:900!important}
.wjc-unified-drop em{color:#5b4df5!important;font-size:11px!important;font-style:normal!important;font-weight:850!important}
.wjc-unified-drop small{max-width:560px!important;color:#7b8798!important;font-size:9px!important;line-height:1.5!important}
.wjc-upload-queue{display:grid!important;gap:7px!important;grid-column:1/-1!important;margin-top:10px!important;padding:10px!important;border:1px solid #e1e7ef!important;border-radius:14px!important;background:#f8fafc!important}
.wjc-upload-queue[hidden]{display:none!important}
.wjc-upload-queue>div{padding:9px 10px!important;border:1px solid #e5eaf1!important;border-radius:11px!important;background:#fff!important}
.wjc-upload-queue span{display:grid!important;grid-template-columns:28px minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important}
.wjc-upload-queue b{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;border-radius:9px!important;background:#ece9ff!important;color:#594bd6!important;font-size:9px!important}
.wjc-upload-queue strong{min-width:0!important;color:#253047!important;font-size:10px!important;overflow-wrap:anywhere!important}
.wjc-upload-queue small{color:#8a94a6!important;font-size:9px!important;white-space:nowrap!important}
.wjc-upload-progress.is-processing>div i{width:96%!important;background:linear-gradient(90deg,#5b4df5 0%,#8b5cf6 35%,#16a7d8 50%,#8b5cf6 65%,#5b4df5 100%)!important;background-size:220% 100%!important;animation:wjcUploadProcessing 1.1s linear infinite!important}
.wjc-upload-progress.is-processing strong{min-width:74px!important;font-size:9px!important}
@keyframes wjcUploadProcessing{from{background-position:200% 0}to{background-position:-20% 0}}
.wjc-incident-upload-options{grid-template-columns:1fr!important}
.wjc-incident-upload-options .wjc-unified-drop{min-height:158px!important}
.wjc-incident-document-form .wjc-unified-drop{grid-column:1/-1!important}
.wjc-incident-document-form>button[type=submit]{grid-column:1/-1!important;justify-self:start!important;min-width:190px!important}
@media(max-width:620px){.wjc-unified-drop{min-height:140px!important;padding:18px 14px!important}.wjc-upload-queue span{grid-template-columns:26px minmax(0,1fr)!important}.wjc-upload-queue small{grid-column:2!important}.wjc-incident-document-form>button[type=submit]{width:100%!important}}

/* v3.13.0 — simplified incident workflow and automatic documentation upload */
.wjc-incident-section>.wjc-incident-context{margin:0!important;border:0!important;border-top:1px solid #edf0f5!important;border-radius:0!important;padding:16px!important;background:#fbfcfe!important}
.wjc-incident-document-form{grid-template-columns:minmax(180px,.65fr) minmax(0,1.35fr)!important;align-items:stretch!important}
.wjc-incident-document-form .wjc-unified-drop{grid-column:auto!important}
.wjc-document-title-row{display:flex;align-items:center;gap:7px;min-width:0}
.wjc-document-title-row strong{min-width:0;flex:0 1 auto}
.wjc-document-pencil{display:grid!important;place-items:center!important;flex:0 0 26px!important;width:26px!important;height:26px!important;min-height:26px!important;margin:0!important;padding:0!important;border:1px solid #e1e7ef!important;border-radius:8px!important;background:#f8fafc!important;color:#6558d9!important;font-size:14px!important;font-weight:900!important;line-height:1!important;box-shadow:none!important;cursor:pointer!important}
.wjc-document-pencil:hover{background:#eeebff!important;border-color:#c9c2ff!important}
.wjc-document-rename[hidden]{display:none!important}
.wjc-document-rename{display:flex!important;align-items:center!important;gap:6px!important;margin-top:8px!important;max-width:420px!important}
.wjc-document-rename input{height:34px!important;min-height:34px!important;padding:0 10px!important;border-radius:9px!important;font-size:10px!important}
.wjc-document-rename button{height:34px!important;min-height:34px!important;padding:0 11px!important;border-radius:9px!important;font-size:9px!important}
.wjc-document-actions{align-items:center!important}
.wjc-document-actions a{min-width:60px!important;min-height:36px!important;padding:0 11px!important;border:1px solid #e0e4ec!important;background:#fff!important;color:#4f5b70!important}
.wjc-document-actions a.is-primary{border-color:#d9d3ff!important;background:#ede9ff!important;color:#5547cf!important}
.wjc-upload-file-row{position:relative}
.wjc-upload-file-row>i{display:block;position:absolute;left:0;right:0;bottom:0;height:4px;border-radius:999px;background:#dff4e8;overflow:hidden}
.wjc-upload-file-row>i:after{content:"";display:block;width:12%;height:100%;background:linear-gradient(90deg,#22c55e,#10b981);transition:width .25s ease}
.wjc-upload-file-row.is-uploading>i:after{width:78%;animation:wjcFilePulse 1s ease-in-out infinite alternate}
.wjc-upload-file-row.is-done>i:after{width:100%;background:#10b981}
.wjc-upload-file-row.is-error>i:after{width:100%;background:#ef4444}
@keyframes wjcFilePulse{from{transform:translateX(-18%)}to{transform:translateX(38%)}}
.wjc-incident-document-form>small{grid-column:1/-1!important}
.wjc-incident-document-form .wjc-upload-queue,.wjc-incident-document-form .wjc-upload-progress,.wjc-incident-document-form .wjc-upload-feedback{grid-column:1/-1!important}
.wjc-manage-form select[name=status]{font-weight:850!important}
@media(max-width:820px){
 .wjc-incident-document-form{grid-template-columns:1fr!important}
 .wjc-document-title-row{align-items:flex-start}
 .wjc-document-actions{grid-column:1/-1!important;display:grid!important;grid-template-columns:1fr 1fr!important}
 .wjc-document-actions a{width:100%!important}
}


/* WorldJump Incidencias UI system 3.22.0
   Neutral surfaces, compact counters and status-only color accents. */
.wjc-incidents-workspace{
  --wjc-surface:#f5f7fa;
  --wjc-card:#ffffff;
  --wjc-card-soft:#fafbfc;
  --wjc-line:#e5e9f0;
  --wjc-line-strong:#d9dee8;
  --wjc-text:#172033;
  --wjc-muted:#6f7b8f;
  --wjc-shadow:0 8px 24px rgba(23,32,51,.055);
}

/* Compact overview: no full-card traffic-light backgrounds. */
.wjc-incident-status-overview{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0 0 18px!important;
  padding:5px!important;
  border:1px solid var(--wjc-line)!important;
  border-radius:14px!important;
  background:var(--wjc-card-soft)!important;
  box-shadow:none!important;
}
.wjc-incident-status-overview article,
.wjc-incident-status-overview article.is-done{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:0!important;
  padding:8px 11px!important;
  border:0!important;
  border-radius:10px!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.wjc-incident-status-overview article+article:before{
  content:"";
  position:absolute;
  left:-4px;
  top:8px;
  bottom:8px;
  width:1px;
  background:var(--wjc-line);
}
.wjc-incident-status-overview article>i,
.wjc-incident-status-overview article.is-done>i{
  position:static!important;
  flex:0 0 auto!important;
  width:7px!important;
  height:7px!important;
  border:0!important;
  border-radius:50%!important;
  background:#f59e0b!important;
  box-shadow:none!important;
}
.wjc-incident-status-overview article.is-done>i{background:#22a06b!important}
.wjc-incident-status-overview span{
  margin:0!important;
  color:var(--wjc-muted)!important;
  font-size:11px!important;
  font-weight:750!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.wjc-incident-status-overview strong{
  margin:0!important;
  color:var(--wjc-text)!important;
  font-size:13px!important;
  font-weight:850!important;
  line-height:1!important;
}

/* Neutral cards. Completion is communicated by the badge, not the whole card. */
.wjc-incidents-workspace .wjc-portal-list{
  padding:10px!important;
  border-color:var(--wjc-line)!important;
  background:var(--wjc-surface)!important;
  box-shadow:none!important;
}
.wjc-incidents-workspace .wjc-work-item,
.wjc-incidents-workspace .wjc-work-item.is-completed{
  margin-bottom:9px!important;
  border:1px solid var(--wjc-line)!important;
  border-radius:16px!important;
  background:var(--wjc-card)!important;
  box-shadow:var(--wjc-shadow)!important;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.wjc-incidents-workspace .wjc-work-item:hover{
  border-color:var(--wjc-line-strong)!important;
  box-shadow:0 12px 30px rgba(23,32,51,.075)!important;
  transform:translateY(-1px);
}
.wjc-incidents-workspace .wjc-work-item.is-expanded{
  border-color:#c9c4fa!important;
  box-shadow:0 14px 34px rgba(91,77,245,.09)!important;
  transform:none!important;
}
.wjc-incidents-workspace .wjc-work-item.is-completed .wjc-work-main h3,
.wjc-incidents-workspace .wjc-work-item.is-completed .wjc-chevron{
  color:var(--wjc-text)!important;
}
.wjc-incidents-workspace .wjc-work-summary{
  min-height:92px!important;
  padding:15px 16px!important;
  background:var(--wjc-card)!important;
}
.wjc-incidents-workspace .wjc-work-main h3{
  margin:1px 0 6px!important;
  color:var(--wjc-text)!important;
  font-size:16px!important;
  font-weight:800!important;
  letter-spacing:-.01em!important;
}
.wjc-incidents-workspace .wjc-work-main p{
  display:inline-flex!important;
  align-items:center!important;
  max-width:100%!important;
  margin:0 0 5px!important;
  padding:4px 8px!important;
  border:1px solid #edf0f5!important;
  border-radius:999px!important;
  background:#f8f9fb!important;
  color:#536074!important;
  font-size:10px!important;
  font-weight:700!important;
}
.wjc-incidents-workspace .wjc-work-main small{
  display:block!important;
  color:#8791a2!important;
  font-size:10px!important;
  line-height:1.45!important;
}

/* Status language: a tiny dot plus restrained tint. */
.wjc-incidents-workspace .wjc-pill,
.wjc-incidents-workspace .wjc-priority{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  min-height:24px!important;
  padding:4px 8px!important;
  border:1px solid #e7eaf0!important;
  border-radius:999px!important;
  background:#f7f8fa!important;
  color:#5d687a!important;
  font-size:9px!important;
  font-weight:800!important;
  line-height:1!important;
  box-shadow:none!important;
}
.wjc-incidents-workspace .wjc-pill:before,
.wjc-incidents-workspace .wjc-priority:before{
  content:"";
  flex:0 0 auto;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#98a2b3;
}
.wjc-incidents-workspace .wjc-nueva:before{background:#ef5b5b}
.wjc-incidents-workspace .wjc-recibida:before{background:#4f7cff}
.wjc-incidents-workspace .wjc-revision:before{background:#8b5cf6}
.wjc-incidents-workspace .wjc-proceso:before{background:#e9a23b}
.wjc-incidents-workspace .wjc-material:before{background:#d97706}
.wjc-incidents-workspace .wjc-resuelta:before,
.wjc-incidents-workspace .wjc-cerrada:before{background:#22a06b}
.wjc-incidents-workspace .wjc-rechazada:before,
.wjc-incidents-workspace .wjc-cancelada:before{background:#7d8795}
.wjc-incidents-workspace .wjc-nueva,
.wjc-incidents-workspace .wjc-recibida,
.wjc-incidents-workspace .wjc-revision,
.wjc-incidents-workspace .wjc-proceso,
.wjc-incidents-workspace .wjc-material,
.wjc-incidents-workspace .wjc-resuelta,
.wjc-incidents-workspace .wjc-cerrada,
.wjc-incidents-workspace .wjc-rechazada,
.wjc-incidents-workspace .wjc-cancelada{
  background:#f7f8fa!important;
  color:#4f5b6e!important;
}
.wjc-incidents-workspace .wjc-priority-baja:before{background:#98a2b3}
.wjc-incidents-workspace .wjc-priority-normal:before{background:#4f7cff}
.wjc-incidents-workspace .wjc-priority-alta:before{background:#e9a23b}
.wjc-incidents-workspace .wjc-priority-urgente:before{background:#ef4444}

/* Compact, quiet chevron control. */
.wjc-incidents-workspace .wjc-chevron{
  display:grid!important;
  place-items:center!important;
  flex:0 0 36px!important;
  width:36px!important;
  height:36px!important;
  border:1px solid #e8ebf1!important;
  border-radius:11px!important;
  background:#f8f9fb!important;
  color:#737f91!important;
}
.wjc-incidents-workspace .wjc-chevron svg{width:17px!important;height:17px!important}

/* Reduced bright-surface repetition inside expanded content. */
.wjc-incidents-workspace .wjc-work-detail{
  padding:0 16px 16px!important;
  border-top:1px solid var(--wjc-line)!important;
  background:#fcfcfd!important;
}
.wjc-incidents-workspace .wjc-incident-context>div,
.wjc-incidents-workspace .wjc-incident-timeline,
.wjc-incidents-workspace .wjc-incident-documents,
.wjc-incidents-workspace .wjc-comment{
  border-color:#e8ebf0!important;
  background:#f6f7f9!important;
  box-shadow:none!important;
}
.wjc-incidents-workspace .wjc-description{
  color:var(--wjc-text)!important;
}

@media(max-width:820px){
  .wjc-incident-status-overview{
    width:100%!important;
    justify-content:center!important;
    margin-bottom:13px!important;
  }
  .wjc-incident-status-overview article{
    flex:1 1 0!important;
    justify-content:center!important;
    padding:8px 6px!important;
  }
  .wjc-incidents-workspace .wjc-portal-list{padding:7px!important}
  .wjc-incidents-workspace .wjc-work-summary{min-height:86px!important;padding:13px!important}
  .wjc-incidents-workspace .wjc-work-main h3{font-size:15px!important}
  .wjc-incidents-workspace .wjc-chevron{flex-basis:34px!important;width:34px!important;height:34px!important}
}

@media(prefers-color-scheme:dark){
  .wjc-incidents-workspace{
    --wjc-surface:#151820;
    --wjc-card:#1c2028;
    --wjc-card-soft:#181b22;
    --wjc-line:#2b303a;
    --wjc-line-strong:#383e49;
    --wjc-text:#f3f5f8;
    --wjc-muted:#9da6b5;
    --wjc-shadow:0 8px 24px rgba(0,0,0,.16);
  }
  .wjc-incidents-workspace .wjc-work-summary,
  .wjc-incidents-workspace .wjc-work-item,
  .wjc-incidents-workspace .wjc-work-item.is-completed{background:var(--wjc-card)!important}
  .wjc-incidents-workspace .wjc-work-main p,
  .wjc-incidents-workspace .wjc-pill,
  .wjc-incidents-workspace .wjc-priority,
  .wjc-incidents-workspace .wjc-chevron{border-color:#343a45!important;background:#242932!important;color:#c3cad5!important}
  .wjc-incidents-workspace .wjc-work-detail{background:#191d24!important}
  .wjc-incidents-workspace .wjc-incident-context>div,
  .wjc-incidents-workspace .wjc-incident-timeline,
  .wjc-incidents-workspace .wjc-incident-documents,
  .wjc-incidents-workspace .wjc-comment{border-color:#303640!important;background:#222730!important}
}


/* v3.22.0 - clearer compact incident summary */
.wjc-incident-status-overview{
  width:100%!important;
  max-width:430px!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:7px!important;
  padding:6px!important;
  border-radius:16px!important;
  background:#eef1f5!important;
}
.wjc-incident-status-overview article,
.wjc-incident-status-overview article.is-done{
  justify-content:space-between!important;
  min-width:0!important;
  padding:11px 13px!important;
  border:1px solid transparent!important;
  border-radius:12px!important;
}
.wjc-incident-status-overview article:first-child{
  background:#fffaf0!important;
  border-color:#f3ddb2!important;
}
.wjc-incident-status-overview article.is-done{
  background:#f2fbf7!important;
  border-color:#cceadb!important;
}
.wjc-incident-status-overview article+article:before{display:none!important}
.wjc-incident-status-overview span{font-size:13px!important;font-weight:800!important;color:#445166!important}
.wjc-incident-status-overview strong{font-size:18px!important;font-weight:900!important}
.wjc-incident-status-overview article>i{width:8px!important;height:8px!important}
.wjc-incidents-workspace .wjc-work-main h3{font-size:17px!important}
.wjc-incidents-workspace .wjc-work-main p{font-size:12px!important;padding:5px 9px!important}
.wjc-incidents-workspace .wjc-work-main small{font-size:12px!important}
.wjc-incidents-workspace .wjc-pill,.wjc-incidents-workspace .wjc-priority{font-size:11px!important;min-height:27px!important;padding:5px 9px!important}
@media(max-width:520px){.wjc-incident-status-overview{max-width:none!important}.wjc-incident-status-overview article,.wjc-incident-status-overview article.is-done{padding:10px!important}.wjc-incident-status-overview span{font-size:12px!important}.wjc-incident-status-overview strong{font-size:17px!important}}
@media(prefers-color-scheme:dark){.wjc-incident-status-overview{background:#20242c!important}.wjc-incident-status-overview article:first-child{background:#2a261e!important;border-color:#4a3c22!important}.wjc-incident-status-overview article.is-done{background:#1f2b27!important;border-color:#29483d!important}.wjc-incident-status-overview span{color:#d5dbe5!important}}

/* Workspace 3.30.0 — readable incident metadata and mobile tab bar */
.wjc-incidents-workspace .wjc-work-top{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;margin-bottom:8px!important}
.wjc-incidents-workspace .wjc-pill,.wjc-incidents-workspace .wjc-priority{font-family:var(--wj-font-body,'Cabin',sans-serif)!important;font-size:14px!important;font-weight:600!important;line-height:1!important;min-height:34px!important;padding:0 12px!important}
.wjc-incidents-workspace .wjc-work-main h3{font-family:var(--wj-font-heading,'Readex Pro',sans-serif)!important;font-size:21px!important;font-weight:600!important;line-height:1.25!important;margin:4px 0 6px!important}
.wjc-incidents-workspace .wjc-work-main p,.wjc-incidents-workspace .wjc-work-main small{font-size:15px!important;line-height:1.45!important}
.wjc-incident-section>summary{font-size:16px!important;font-weight:600!important}
.wjc-incident-section>.wjc-description,.wjc-incident-section>.wjc-incident-evidence-grid,.wjc-incident-section>.wjc-incident-signature,.wjc-incident-section>.wjc-incident-documents,.wjc-incident-section>.wjc-incident-timeline,.wjc-incident-section>.wjc-comments{font-size:16px!important;line-height:1.55!important}
.wjc-incident-status-overview span{font-size:15px!important;font-weight:600!important}
.wjc-incident-status-overview strong{font-size:22px!important}
.wjc-portal-nav a.is-active,.wjc-mobile-nav a.is-active{background:linear-gradient(135deg,#5b4df5,#6f48e8)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:0 8px 20px rgba(91,77,245,.25)!important}
html[data-wjc-theme="dark"] .wjc-portal-nav a.is-active,html[data-wjc-theme="dark"] .wjc-mobile-nav a.is-active{background:linear-gradient(135deg,#6757f2,#8b5cf6)!important;color:#fff!important}
@media(max-width:620px){
 .wjc-incidents-workspace .wjc-pill,.wjc-incidents-workspace .wjc-priority{font-size:13px!important;min-height:32px!important;padding:0 11px!important}
 .wjc-incidents-workspace .wjc-work-main h3{font-size:20px!important}
 .wjc-incidents-workspace .wjc-work-main p,.wjc-incidents-workspace .wjc-work-main small{font-size:14px!important}
 .wjc-incident-section>summary{font-size:15px!important}
}

/* v3.31.0 - Incident search and status filter */
.wjc-incident-tools{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:12px;align-items:end;margin:0 0 14px}.wjc-incident-search{position:relative;display:block}.wjc-incident-search input{height:54px!important;padding-right:62px!important;border-radius:18px!important;background:var(--card,#fff)!important;color:var(--text,#172033)!important}.wjc-incident-search button{position:absolute;right:6px;top:6px;width:42px;height:42px;border:0;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#5b4df5,#7c3aed);color:#fff;cursor:pointer;box-shadow:0 8px 18px rgba(91,77,245,.24)}.wjc-incident-search button svg{width:21px;height:21px}.wjc-incident-search button:active{transform:scale(.96)}.wjc-incident-status-filter{display:grid;gap:6px}.wjc-incident-status-filter>span{font-size:13px;font-weight:800;color:var(--muted,#6e7890)}.wjc-incident-status-filter select{height:54px!important;border-radius:18px!important;background:var(--card,#fff)!important;color:var(--text,#172033)!important}.wjc-theme-dark .wjc-incident-search input,.wjc-theme-dark .wjc-incident-status-filter select,[data-wjc-theme="dark"] .wjc-incident-search input,[data-wjc-theme="dark"] .wjc-incident-status-filter select{background:#111c2f!important;color:#f7f9ff!important;border-color:#30415d!important}.wjc-theme-dark .wjc-incident-search input::placeholder,[data-wjc-theme="dark"] .wjc-incident-search input::placeholder{color:#9ba8bc!important}.wjc-theme-dark .wjc-incident-status-filter>span,[data-wjc-theme="dark"] .wjc-incident-status-filter>span{color:#c8d1df!important}
@media(max-width:780px){.wjc-incident-tools{grid-template-columns:1fr;gap:10px;margin-bottom:12px}.wjc-incident-search input{height:52px!important;font-size:16px!important}.wjc-incident-status-filter{grid-template-columns:72px minmax(0,1fr);align-items:center}.wjc-incident-status-filter>span{font-size:14px}.wjc-incident-status-filter select{height:50px!important;font-size:15px!important}.wjc-incident-search button{width:40px;height:40px}}

/* Workspace 3.31.1 — polished search + multi-status filter drawer */
.wjc-incidents-heading{align-items:flex-start!important;gap:18px!important}
.wjc-incident-heading-actions{display:flex;align-items:center;gap:10px;margin-left:auto}
.wjc-incident-filter-trigger{position:relative;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;min-height:52px!important;padding:0 17px!important;border:1px solid var(--wjc-line,#d9e0ea)!important;border-radius:16px!important;background:var(--wjc-card,#fff)!important;color:var(--wjc-text,#172033)!important;font:700 15px var(--wj-font-body,'Cabin',sans-serif)!important;box-shadow:0 10px 26px rgba(31,42,68,.08)!important;cursor:pointer}
.wjc-incident-filter-trigger svg{width:21px;height:21px}.wjc-incident-filter-trigger i{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#6b4df6;color:#fff;font-size:11px;font-style:normal}
.wjc-incident-searchbar{display:grid;grid-template-columns:24px minmax(0,1fr) 48px;align-items:center;gap:10px;width:100%;margin:18px 0 12px;padding:7px 8px 7px 17px;border:1px solid var(--wjc-line,#d9e0ea);border-radius:18px;background:var(--wjc-card,#fff);box-shadow:0 10px 30px rgba(31,42,68,.06)}
.wjc-incident-searchbar>svg{width:22px;height:22px;color:#7a8496}.wjc-incident-searchbar input{min-width:0!important;width:100%!important;height:46px!important;margin:0!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;color:var(--wjc-text,#172033)!important;font:500 16px var(--wj-font-body,'Cabin',sans-serif)!important;box-shadow:none!important}.wjc-incident-searchbar input::placeholder{color:#98a2b3!important}.wjc-incident-searchbar button{display:grid!important;place-items:center!important;width:46px!important;height:46px!important;margin:0!important;padding:0!important;border:0!important;border-radius:14px!important;background:linear-gradient(135deg,#5b4df5,#7c3aed)!important;color:#fff!important;box-shadow:0 8px 20px rgba(91,77,245,.24)!important;cursor:pointer}.wjc-incident-searchbar button svg{width:21px;height:21px}
.wjc-incident-filter-backdrop{position:fixed;inset:0;z-index:2147483635;background:rgba(5,10,22,.48);opacity:0;backdrop-filter:blur(5px);transition:opacity .22s ease}.wjc-incident-filter-backdrop.is-open{opacity:1}
.wjc-incident-filter-panel{position:fixed;z-index:2147483640;top:50%;left:50%;width:min(520px,calc(100vw - 32px));max-height:min(720px,calc(100dvh - 48px));padding:22px;border:1px solid rgba(132,146,171,.24);border-radius:25px;background:var(--wjc-card,#fff);color:var(--wjc-text,#172033);box-shadow:0 35px 100px rgba(8,15,32,.28);opacity:0;transform:translate(-50%,-46%) scale(.97);transition:opacity .22s ease,transform .22s ease;overflow:auto}.wjc-incident-filter-panel.is-open{opacity:1;transform:translate(-50%,-50%) scale(1)}
.wjc-incident-filter-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:17px;border-bottom:1px solid var(--wjc-line,#e3e8ef)}.wjc-incident-filter-head span{display:block;color:#6b4df6;font-size:11px;font-weight:850;letter-spacing:.14em}.wjc-incident-filter-head h3{margin:4px 0 0!important;color:var(--wjc-text,#172033)!important;font:650 22px var(--wj-font-heading,'Readex Pro',sans-serif)!important}.wjc-incident-filter-head button{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--wjc-line,#e3e8ef);border-radius:13px;background:var(--wjc-surface,#f5f7fb);color:var(--wjc-text,#172033);font-size:25px;cursor:pointer}
.wjc-incident-status-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:18px 0}.wjc-incident-status-options label{position:relative;display:flex;align-items:center;gap:11px;min-height:54px;padding:10px 13px;border:1px solid var(--wjc-line,#dfe5ed);border-radius:15px;background:var(--wjc-surface,#f7f9fc);cursor:pointer;transition:.18s ease}.wjc-incident-status-options label:hover{border-color:#a89afc;transform:translateY(-1px)}.wjc-incident-status-options input{position:absolute;opacity:0;pointer-events:none}.wjc-status-check{display:grid;place-items:center;flex:0 0 25px;width:25px;height:25px;border:1.5px solid #adb7c6;border-radius:8px;background:var(--wjc-card,#fff);color:transparent;transition:.18s ease}.wjc-status-check svg{width:16px;height:16px}.wjc-incident-status-options input:checked+.wjc-status-check{border-color:#6b4df6;background:#6b4df6;color:#fff;box-shadow:0 5px 14px rgba(107,77,246,.25)}.wjc-incident-status-options b{color:var(--wjc-text,#172033);font-size:15px;font-weight:700}
.wjc-incident-filter-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:10px;padding-top:15px;border-top:1px solid var(--wjc-line,#e3e8ef)}.wjc-incident-filter-actions button{min-height:50px;border-radius:14px;font:750 15px var(--wj-font-body,'Cabin',sans-serif);cursor:pointer}.wjc-filter-clear{border:1px solid var(--wjc-line,#dfe5ed);background:transparent;color:var(--wjc-text,#172033)}.wjc-filter-confirm{border:0;background:linear-gradient(135deg,#5b4df5,#7c3aed);color:#fff;box-shadow:0 9px 22px rgba(91,77,245,.24)}
.wjc-incident-active-filters{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.wjc-incident-active-filters button{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 11px;border:1px solid #dcd5ff;border-radius:999px;background:#f1edff;color:#5541cf;font:700 13px var(--wj-font-body,'Cabin',sans-serif);cursor:pointer}.wjc-incident-active-filters i{font-size:16px;font-style:normal}
body.wjc-incident-filter-open{overflow:hidden!important}
html[data-wjc-theme="dark"] .wjc-incident-filter-trigger,html[data-wjc-theme="dark"] .wjc-incident-searchbar,html[data-wjc-theme="dark"] .wjc-incident-filter-panel{background:#121c2d!important;border-color:#2b3950!important;color:#f6f8fc!important}html[data-wjc-theme="dark"] .wjc-incident-filter-head button,html[data-wjc-theme="dark"] .wjc-incident-status-options label{background:#172338!important;border-color:#30405a!important;color:#f6f8fc!important}html[data-wjc-theme="dark"] .wjc-status-check{background:#0d1728!important;border-color:#65728a!important}html[data-wjc-theme="dark"] .wjc-incident-searchbar input,html[data-wjc-theme="dark"] .wjc-incident-filter-head h3,html[data-wjc-theme="dark"] .wjc-incident-status-options b,html[data-wjc-theme="dark"] .wjc-filter-clear{color:#f6f8fc!important}html[data-wjc-theme="dark"] .wjc-incident-active-filters button{background:#29234d!important;border-color:#5146a3!important;color:#dcd7ff!important}
@media(max-width:700px){
 .wjc-incidents-heading{align-items:center!important}.wjc-incidents-heading>div:first-child p{display:none!important}.wjc-incident-heading-actions{gap:8px}.wjc-incident-filter-trigger{width:54px!important;min-width:54px!important;height:54px!important;min-height:54px!important;padding:0!important;border-radius:17px!important}.wjc-incident-filter-trigger span{display:none}.wjc-incident-filter-trigger i{position:absolute;top:-5px;right:-5px;border:2px solid var(--wjc-surface,#f5f7fb)}
 .wjc-incident-searchbar{grid-template-columns:22px minmax(0,1fr) 46px;margin-top:14px;padding-left:14px;border-radius:17px}.wjc-incident-searchbar input{font-size:15px!important}.wjc-incident-searchbar input::placeholder{font-size:14px}
 .wjc-incident-filter-panel{top:0;right:0;left:auto;width:min(88vw,390px);height:100dvh;max-height:none;padding:calc(18px + env(safe-area-inset-top)) 18px calc(18px + env(safe-area-inset-bottom));border-radius:24px 0 0 24px;opacity:1;transform:translateX(105%);transition:transform .24s cubic-bezier(.2,.8,.2,1)}.wjc-incident-filter-panel.is-open{transform:translateX(0)}
 .wjc-incident-status-options{grid-template-columns:1fr;padding:16px 0}.wjc-incident-status-options label{min-height:52px}.wjc-incident-filter-actions{position:sticky;bottom:0;margin:8px -18px -18px;padding:14px 18px calc(14px + env(safe-area-inset-bottom));background:inherit}
 .wjc-incident-status-overview{margin-top:4px!important}
}


/* Workspace 3.31.2 — incident search/filter layout hard reset */
.wjc-incidents-workspace,
.wjc-incidents-workspace *{box-sizing:border-box}
.wjc-incidents-workspace .wjc-incidents-heading{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:start!important;
  gap:16px!important;
  position:relative!important;
}
.wjc-incidents-workspace .wjc-incident-heading-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  margin:0!important;
  position:relative!important;
  z-index:5!important;
}
.wjc-incidents-workspace .wjc-incident-heading-actions .wjc-date-control,
.wjc-incidents-workspace .wjc-incident-heading-actions .wjc-incident-filter-trigger{
  flex:0 0 auto!important;
}
.wjc-incidents-workspace .wjc-incident-heading-actions svg,
.wjc-incidents-workspace .wjc-incident-searchbar svg,
.wjc-incident-filter-panel svg{
  display:block!important;
  width:22px!important;
  height:22px!important;
  max-width:22px!important;
  max-height:22px!important;
  min-width:22px!important;
  min-height:22px!important;
  overflow:visible!important;
}
.wjc-incidents-workspace .wjc-incident-searchbar{
  position:relative!important;
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr) 46px!important;
  align-items:center!important;
  width:100%!important;
  min-height:62px!important;
  gap:10px!important;
  margin:12px 0 14px!important;
  padding:7px 8px 7px 16px!important;
  overflow:hidden!important;
  border:1px solid var(--wjc-line,#d9e0ea)!important;
  border-radius:18px!important;
  background:var(--wjc-card,#fff)!important;
  box-shadow:0 8px 24px rgba(31,42,68,.06)!important;
}
.wjc-incidents-workspace .wjc-incident-searchbar>svg{
  color:#758198!important;
}
.wjc-incidents-workspace .wjc-incident-searchbar input[type="search"]{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:46px!important;
  margin:0!important;
  padding:0 4px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#172033!important;
  font:500 16px/1.35 var(--wj-font-body,'Cabin',sans-serif)!important;
  outline:0!important;
  box-shadow:none!important;
  appearance:none!important;
}
.wjc-incidents-workspace .wjc-incident-searchbar input[type="search"]::-webkit-search-cancel-button{display:none!important}
.wjc-incidents-workspace .wjc-incident-searchbar input::placeholder{color:#8994a7!important;opacity:1!important}
.wjc-incidents-workspace .wjc-incident-searchbar button[data-wjc-incident-search-button]{
  position:static!important;
  display:grid!important;
  place-items:center!important;
  width:46px!important;
  min-width:46px!important;
  max-width:46px!important;
  height:46px!important;
  min-height:46px!important;
  max-height:46px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#5b4df5,#7c3aed)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(91,77,245,.25)!important;
  cursor:pointer!important;
}
.wjc-incidents-workspace .wjc-incident-filter-trigger{
  position:relative!important;
  display:inline-grid!important;
  grid-auto-flow:column!important;
  place-items:center!important;
  gap:8px!important;
  width:auto!important;
  min-width:112px!important;
  height:54px!important;
  min-height:54px!important;
  padding:0 16px!important;
  overflow:visible!important;
  border:1px solid var(--wjc-line,#d9e0ea)!important;
  border-radius:17px!important;
  background:var(--wjc-card,#fff)!important;
  color:var(--wjc-text,#172033)!important;
  font:700 15px/1 var(--wj-font-body,'Cabin',sans-serif)!important;
  box-shadow:0 8px 24px rgba(31,42,68,.07)!important;
}
.wjc-incidents-workspace .wjc-incident-filter-trigger i{
  position:static!important;
  display:grid!important;
  place-items:center!important;
  min-width:20px!important;
  height:20px!important;
  padding:0 5px!important;
  border:0!important;
  border-radius:999px!important;
  background:#6b4df6!important;
  color:#fff!important;
  font-size:11px!important;
  line-height:1!important;
}
.wjc-incident-filter-backdrop[hidden],.wjc-incident-filter-panel[hidden]{display:none!important}
.wjc-incident-filter-panel{
  font-family:var(--wj-font-body,'Cabin',sans-serif)!important;
}
.wjc-incident-filter-panel *{font-family:inherit!important}
.wjc-incident-filter-panel .wjc-incident-filter-head h3,
.wjc-incident-filter-panel .wjc-incident-status-options b{
  color:#172033!important;
}
.wjc-incident-filter-panel .wjc-incident-status-options label{
  color:#172033!important;
}

/* Explicit theme, independent from phone/OS preference. */
html[data-wjc-theme="dark"] .wjc-incidents-workspace,
body.wjc-theme-dark .wjc-incidents-workspace,
.wjc-theme-dark .wjc-incidents-workspace{
  --wjc-card:#121c2d;
  --wjc-surface:#0b1424;
  --wjc-text:#f5f7fb;
  --wjc-muted:#b5bfd0;
  --wjc-line:#2d3c55;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-searchbar,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-filter-trigger,
body.wjc-theme-dark .wjc-incidents-workspace .wjc-incident-searchbar,
body.wjc-theme-dark .wjc-incidents-workspace .wjc-incident-filter-trigger,
.wjc-theme-dark .wjc-incidents-workspace .wjc-incident-searchbar,
.wjc-theme-dark .wjc-incidents-workspace .wjc-incident-filter-trigger{
  background:#121c2d!important;
  border-color:#30415d!important;
  color:#f6f8fc!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-searchbar input[type="search"],
body.wjc-theme-dark .wjc-incidents-workspace .wjc-incident-searchbar input[type="search"],
.wjc-theme-dark .wjc-incidents-workspace .wjc-incident-searchbar input[type="search"]{
  color:#f6f8fc!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-searchbar input::placeholder,
body.wjc-theme-dark .wjc-incidents-workspace .wjc-incident-searchbar input::placeholder,
.wjc-theme-dark .wjc-incidents-workspace .wjc-incident-searchbar input::placeholder{color:#a9b6c9!important}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-work-item,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-work-summary,
body.wjc-theme-dark .wjc-incidents-workspace .wjc-work-item,
body.wjc-theme-dark .wjc-incidents-workspace .wjc-work-summary,
.wjc-theme-dark .wjc-incidents-workspace .wjc-work-item,
.wjc-theme-dark .wjc-incidents-workspace .wjc-work-summary{
  background:#121c2d!important;
  border-color:#2e3d55!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-work-main h3,
body.wjc-theme-dark .wjc-incidents-workspace .wjc-work-main h3,
.wjc-theme-dark .wjc-incidents-workspace .wjc-work-main h3{color:#f7f9fc!important}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-work-main p,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-work-main small,
body.wjc-theme-dark .wjc-incidents-workspace .wjc-work-main p,
body.wjc-theme-dark .wjc-incidents-workspace .wjc-work-main small,
.wjc-theme-dark .wjc-incidents-workspace .wjc-work-main p,
.wjc-theme-dark .wjc-incidents-workspace .wjc-work-main small{
  color:#c4cede!important;
  background:#18243a!important;
  border-color:#31415b!important;
}
html[data-wjc-theme="dark"] .wjc-incident-filter-panel,
body.wjc-theme-dark .wjc-incident-filter-panel,
.wjc-theme-dark .wjc-incident-filter-panel{
  background:#101a2a!important;
  color:#f7f9fc!important;
  border-color:#30415d!important;
}
html[data-wjc-theme="dark"] .wjc-incident-filter-panel .wjc-incident-filter-head h3,
html[data-wjc-theme="dark"] .wjc-incident-filter-panel .wjc-incident-status-options b,
body.wjc-theme-dark .wjc-incident-filter-panel .wjc-incident-filter-head h3,
body.wjc-theme-dark .wjc-incident-filter-panel .wjc-incident-status-options b,
.wjc-theme-dark .wjc-incident-filter-panel .wjc-incident-filter-head h3,
.wjc-theme-dark .wjc-incident-filter-panel .wjc-incident-status-options b{color:#f7f9fc!important}
html[data-wjc-theme="dark"] .wjc-incident-filter-panel .wjc-incident-status-options label,
body.wjc-theme-dark .wjc-incident-filter-panel .wjc-incident-status-options label,
.wjc-theme-dark .wjc-incident-filter-panel .wjc-incident-status-options label{
  background:#17243a!important;
  border-color:#30415d!important;
  color:#f7f9fc!important;
}

@media(max-width:700px){
  .wjc-incidents-workspace .wjc-incidents-heading{
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:start!important;
    gap:10px!important;
  }
  .wjc-incidents-workspace .wjc-incident-heading-actions{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    gap:8px!important;
    margin-top:2px!important;
  }
  .wjc-incidents-workspace .wjc-incident-heading-actions .wjc-date-trigger,
  .wjc-incidents-workspace .wjc-incident-filter-trigger{
    width:52px!important;
    min-width:52px!important;
    max-width:52px!important;
    height:52px!important;
    min-height:52px!important;
    max-height:52px!important;
    padding:0!important;
    border-radius:16px!important;
  }
  .wjc-incidents-workspace .wjc-incident-filter-trigger span{display:none!important}
  .wjc-incidents-workspace .wjc-incident-filter-trigger i{
    position:absolute!important;
    top:-5px!important;
    right:-5px!important;
    border:2px solid var(--wjc-surface,#f5f7fb)!important;
  }
  .wjc-incidents-workspace .wjc-incident-searchbar{
    grid-template-columns:20px minmax(0,1fr) 44px!important;
    min-height:58px!important;
    margin:10px 0 12px!important;
    padding:6px 7px 6px 14px!important;
    border-radius:17px!important;
  }
  .wjc-incidents-workspace .wjc-incident-searchbar>svg{
    width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;max-width:20px!important;max-height:20px!important;
  }
  .wjc-incidents-workspace .wjc-incident-searchbar input[type="search"]{font-size:15px!important;height:44px!important}
  .wjc-incidents-workspace .wjc-incident-searchbar button[data-wjc-incident-search-button]{width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;min-height:44px!important;max-height:44px!important}
  .wjc-incident-filter-panel{
    top:0!important;
    right:0!important;
    left:auto!important;
    bottom:0!important;
    width:min(88vw,390px)!important;
    height:100dvh!important;
    max-height:100dvh!important;
    margin:0!important;
    padding:calc(18px + env(safe-area-inset-top)) 18px calc(18px + env(safe-area-inset-bottom))!important;
    border-radius:24px 0 0 24px!important;
    opacity:1!important;
    transform:translateX(105%)!important;
    overflow:auto!important;
  }
  .wjc-incident-filter-panel.is-open{transform:translateX(0)!important}
  .wjc-incident-status-options{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;padding:16px 0!important}
  .wjc-incident-status-options label{display:flex!important;min-height:52px!important}
}


/* Workspace 3.31.3 - mobile focus, compact FAB and form overflow fixes */
@media (max-width: 780px){
  .wjc-portal-nav{display:none!important}
  .wjc-portal{padding-bottom:34px!important;overflow-x:hidden!important}
  .wjc-incident-new-fab{
    position:fixed!important;left:max(18px,env(safe-area-inset-left))!important;right:auto!important;
    bottom:max(18px,env(safe-area-inset-bottom))!important;width:58px!important;height:58px!important;
    min-width:58px!important;min-height:58px!important;padding:0!important;border-radius:50%!important;
    display:grid!important;place-items:center!important;gap:0!important;font-size:0!important;line-height:0!important;
    z-index:1250!important;box-shadow:0 16px 36px rgba(91,77,245,.36)!important
  }
  .wjc-incident-new-fab span{display:block!important;font-size:34px!important;line-height:1!important;margin:0!important;transform:translateY(-1px)}
  body.wjc-account-menu-open .wjc-incident-new-fab,
  body.wjc-incident-filter-open .wjc-incident-new-fab,
  body:has(.wjc-drawer.open) .wjc-incident-new-fab{opacity:0!important;pointer-events:none!important;transform:scale(.82)!important}
  #incident-form{overflow:hidden!important}
  #incident-form .wjc-drawer-panel{
    width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;
    padding:22px 16px calc(28px + env(safe-area-inset-bottom))!important;overflow-y:auto!important;overflow-x:hidden!important;
    overscroll-behavior:contain!important
  }
  #incident-form .wjc-incident-report-form,
  #incident-form .wjc-incident-report-form *{box-sizing:border-box!important;max-width:100%!important}
  #incident-form .wjc-two{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;width:100%!important;min-width:0!important}
  #incident-form label{display:block!important;width:100%!important;min-width:0!important;overflow:visible!important}
  #incident-form input,
  #incident-form select,
  #incident-form textarea{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important}
  #incident-form input[type="datetime-local"]{-webkit-appearance:none!important;appearance:none!important;font-size:16px!important;padding-right:10px!important;overflow:hidden!important}
  #incident-form textarea{resize:vertical!important}
  #incident-form .wjc-signature-field canvas{width:100%!important;max-width:100%!important}
}
html[data-wjc-theme="dark"] #incident-form .wjc-drawer-panel{background:#0f1828!important;color:#f8fafc!important}
html[data-wjc-theme="dark"] #incident-form h2,
html[data-wjc-theme="dark"] #incident-form label,
html[data-wjc-theme="dark"] #incident-form strong,
html[data-wjc-theme="dark"] #incident-form .wjc-form-intro{color:#f8fafc!important;-webkit-text-fill-color:#f8fafc!important}
html[data-wjc-theme="dark"] #incident-form input,
html[data-wjc-theme="dark"] #incident-form select,
html[data-wjc-theme="dark"] #incident-form textarea{
  background:#172235!important;color:#f8fafc!important;-webkit-text-fill-color:#f8fafc!important;
  border-color:#33435b!important;caret-color:#fff!important
}
html[data-wjc-theme="dark"] #incident-form input::placeholder,
html[data-wjc-theme="dark"] #incident-form textarea::placeholder{color:#9eabc0!important;-webkit-text-fill-color:#9eabc0!important;opacity:1!important}
html[data-wjc-theme="dark"] #incident-form input[readonly]{background:#131d2d!important;color:#dce5f2!important;-webkit-text-fill-color:#dce5f2!important}
html[data-wjc-theme="dark"] #incident-form .wjc-unified-drop,
html[data-wjc-theme="dark"] #incident-form .wjc-signature-field{background:#121d2e!important;border-color:#34445d!important;color:#eaf0f8!important}
html[data-wjc-theme="dark"] #incident-form .wjc-unified-drop em,
html[data-wjc-theme="dark"] #incident-form .wjc-unified-drop small,
html[data-wjc-theme="dark"] #incident-form .wjc-signature-field small{color:#aeb9ca!important}

.wjc-incident-new-fab>b{font:inherit;font-weight:inherit}
@media(max-width:780px){.wjc-incident-new-fab>b{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}}

/* v3.31.4 — final dark-mode contrast fix for expanded incident details */
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section[open]{
  background:#111a2a!important;
  border-color:#2f3d52!important;
  color:#f7f9fc!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section>summary{
  background:#111a2a!important;
  color:#f7f9fc!important;
  -webkit-text-fill-color:#f7f9fc!important;
  border-color:#2f3d52!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section>summary:hover{
  background:#172235!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section>summary i{
  background:#1d2a3e!important;
  color:#d8e1ee!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section>.wjc-description,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section>.wjc-incident-context,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section>.wjc-incident-evidence-grid,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section>.wjc-incident-signature,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section>.wjc-incident-documents,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section>.wjc-incident-timeline,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section>.wjc-comments{
  background:#0f1928!important;
  border-color:#2f3d52!important;
  color:#f7f9fc!important;
  -webkit-text-fill-color:#f7f9fc!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-description,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-description h4,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-description p,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-description span,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-description strong{
  color:#f7f9fc!important;
  -webkit-text-fill-color:#f7f9fc!important;
  opacity:1!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-description p{
  color:#d7e0ec!important;
  -webkit-text-fill-color:#d7e0ec!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-context>div{
  background:#152033!important;
  border-color:#304058!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-context span,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-event span,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-document-list span,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-document-list small{
  color:#aeb9ca!important;
  -webkit-text-fill-color:#aeb9ca!important;
  opacity:1!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-context strong,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-event strong,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-document-list strong{
  color:#f7f9fc!important;
  -webkit-text-fill-color:#f7f9fc!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-status-overview strong{
  color:#172033!important;
  -webkit-text-fill-color:#172033!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-work-meta{
  background:transparent!important;
  color:#c2ccda!important;
  -webkit-text-fill-color:#c2ccda!important;
}
@media(max-width:780px){
  .wjc-incidents-workspace .wjc-description,
  .wjc-incidents-workspace .wjc-description p{font-size:16px!important;line-height:1.65!important}
}

/* v3.31.5 — mobile chrome removal, corner FAB and complete dark detail contrast */
@media (max-width: 900px){
  html body .wjc-portal-nav,
  html body .wjc-mobile-nav,
  html body .wjc-bottom-nav,
  html body nav.wjc-portal-nav{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  html body .wjc-portal{
    padding-bottom:28px!important;
  }
  html body .wjc-incidents-workspace{
    padding-bottom:92px!important;
  }
  html body .wjc-incident-new-fab,
  html body button.wjc-incident-new-fab,
  html body [data-wjc-open="incident-form"].wjc-incident-new-fab{
    position:fixed!important;
    left:auto!important;
    right:max(18px,env(safe-area-inset-right))!important;
    bottom:max(18px,env(safe-area-inset-bottom))!important;
    width:60px!important;
    min-width:60px!important;
    max-width:60px!important;
    height:60px!important;
    min-height:60px!important;
    max-height:60px!important;
    padding:0!important;
    margin:0!important;
    border-radius:50%!important;
    transform:none!important;
    display:grid!important;
    place-items:center!important;
    gap:0!important;
    font-size:0!important;
    line-height:0!important;
    overflow:hidden!important;
    z-index:1600!important;
  }
  html body .wjc-incident-new-fab:hover,
  html body .wjc-incident-new-fab:active{
    transform:translateY(-2px)!important;
  }
  html body .wjc-incident-new-fab>b{
    display:none!important;
  }
  html body .wjc-incident-new-fab>span{
    display:block!important;
    margin:0!important;
    font-size:35px!important;
    line-height:1!important;
    font-weight:400!important;
    transform:translateY(-1px)!important;
  }
}

html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-work-detail,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-work-body,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-work-content,
body.wjc-theme-dark .wjc-incidents-workspace .wjc-work-detail,
body.wjc-theme-dark .wjc-incidents-workspace .wjc-work-body,
.wjc-theme-dark .wjc-incidents-workspace .wjc-work-detail{
  background:#0f1928!important;
  color:#f6f8fc!important;
  -webkit-text-fill-color:#f6f8fc!important;
  border-color:#2e3d55!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-work-detail *,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-work-body *,
body.wjc-theme-dark .wjc-incidents-workspace .wjc-work-detail *,
.wjc-theme-dark .wjc-incidents-workspace .wjc-work-detail *{
  border-color:#2f3e56;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section[open],
html[data-wjc-theme="dark"] .wjc-incidents-workspace details.wjc-incident-section,
body.wjc-theme-dark .wjc-incidents-workspace .wjc-incident-section,
.wjc-theme-dark .wjc-incidents-workspace .wjc-incident-section{
  background:#121d2f!important;
  color:#f6f8fc!important;
  -webkit-text-fill-color:#f6f8fc!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section>summary,
body.wjc-theme-dark .wjc-incidents-workspace .wjc-incident-section>summary,
.wjc-theme-dark .wjc-incidents-workspace .wjc-incident-section>summary{
  background:#121d2f!important;
  color:#f6f8fc!important;
  -webkit-text-fill-color:#f6f8fc!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-description,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-description *,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section p,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section h4,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section strong,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section span,
body.wjc-theme-dark .wjc-incidents-workspace .wjc-description,
body.wjc-theme-dark .wjc-incidents-workspace .wjc-description *{
  color:#e7edf6!important;
  -webkit-text-fill-color:#e7edf6!important;
  opacity:1!important;
  text-shadow:none!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-description,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section>.wjc-description{
  background:#0e1827!important;
}

/* v3.31.6 — incident detail control polish */
.wjc-incidents-workspace .wjc-work-summary .wjc-chevron{
  width:44px!important;
  min-width:44px!important;
  height:44px!important;
  min-height:44px!important;
  border-radius:14px!important;
  background:#f1efff!important;
  color:#5b4df5!important;
  border:1px solid #ddd8ff!important;
  box-shadow:none!important;
}
.wjc-incidents-workspace .wjc-work-summary[aria-expanded="true"] .wjc-chevron{
  background:#5b4df5!important;
  color:#fff!important;
  border-color:#5b4df5!important;
}
.wjc-incidents-workspace .wjc-incident-section>summary>b{
  min-width:28px!important;
  height:28px!important;
  padding:0 8px!important;
  border-radius:999px!important;
  display:inline-grid!important;
  place-items:center!important;
  background:#ece9ff!important;
  color:#5b4df5!important;
  -webkit-text-fill-color:#5b4df5!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1!important;
}
.wjc-incidents-workspace .wjc-incident-documents-head>b{
  display:none!important;
}
.wjc-incidents-workspace .wjc-incident-documents-head{
  margin-bottom:16px!important;
}
.wjc-incidents-workspace .wjc-unified-drop{
  min-height:160px!important;
  background:#f8fafc!important;
  border:2px dashed #cbd5e1!important;
  border-radius:20px!important;
  color:#344054!important;
  -webkit-text-fill-color:#344054!important;
}
.wjc-incidents-workspace .wjc-unified-drop strong,
.wjc-incidents-workspace .wjc-unified-drop em{
  color:#344054!important;
  -webkit-text-fill-color:#344054!important;
  opacity:1!important;
}
.wjc-incidents-workspace .wjc-unified-drop small{
  color:#667085!important;
  -webkit-text-fill-color:#667085!important;
  opacity:1!important;
}
.wjc-incidents-workspace .wjc-unified-drop .wjc-upload-plus{
  background:linear-gradient(135deg,#6657f5,#7c3aed)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.wjc-incidents-workspace .wjc-claim-button{
  min-height:52px!important;
  border-radius:16px!important;
  background:#0f8f62!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border:1px solid #0f8f62!important;
  box-shadow:0 10px 24px rgba(15,143,98,.18)!important;
  font-size:15px!important;
  font-weight:800!important;
}
.wjc-incidents-workspace .wjc-claim-button:hover{
  background:#0b7551!important;
  border-color:#0b7551!important;
}

html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-work-summary .wjc-chevron{
  background:#1b2740!important;
  color:#c7c0ff!important;
  border-color:#33415a!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-work-summary[aria-expanded="true"] .wjc-chevron{
  background:#6657f5!important;
  color:#fff!important;
  border-color:#6657f5!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-incident-section>summary>b{
  background:#2a2350!important;
  color:#d8d2ff!important;
  -webkit-text-fill-color:#d8d2ff!important;
  border:1px solid #493f7d!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-unified-drop{
  background:#101a2a!important;
  border-color:#46556d!important;
  color:#edf2f8!important;
  -webkit-text-fill-color:#edf2f8!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-unified-drop strong,
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-unified-drop em{
  color:#edf2f8!important;
  -webkit-text-fill-color:#edf2f8!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-unified-drop small{
  color:#aeb9ca!important;
  -webkit-text-fill-color:#aeb9ca!important;
}
html[data-wjc-theme="dark"] .wjc-incidents-workspace .wjc-claim-button{
  background:#11966a!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:#11966a!important;
}

@media(max-width:780px){
  .wjc-incidents-workspace .wjc-work-summary .wjc-chevron{
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    border-radius:13px!important;
  }
  .wjc-incidents-workspace .wjc-incident-section>summary>b{
    min-width:26px!important;
    height:26px!important;
    padding:0 7px!important;
    font-size:11px!important;
  }
  .wjc-incidents-workspace .wjc-unified-drop{
    min-height:150px!important;
    padding:20px 14px!important;
  }
}

/* v3.31.7 — desktop compact FAB and dark active navigation contrast */
@media(min-width:781px){
  html body .wjc-incident-new-fab,
  html body button.wjc-incident-new-fab,
  html body [data-wjc-open="incident-form"].wjc-incident-new-fab{
    left:auto!important;
    right:28px!important;
    bottom:28px!important;
    width:58px!important;
    min-width:58px!important;
    max-width:58px!important;
    height:58px!important;
    min-height:58px!important;
    max-height:58px!important;
    padding:0!important;
    margin:0!important;
    border-radius:50%!important;
    transform:none!important;
    display:grid!important;
    place-items:center!important;
    gap:0!important;
    overflow:hidden!important;
    font-size:0!important;
    line-height:0!important;
    z-index:1600!important;
    box-shadow:0 14px 32px rgba(91,77,245,.34)!important;
  }
  html body .wjc-incident-new-fab:hover,
  html body .wjc-incident-new-fab:active{
    transform:translateY(-2px)!important;
  }
  html body .wjc-incident-new-fab>b{
    display:none!important;
  }
  html body .wjc-incident-new-fab>span{
    display:block!important;
    margin:0!important;
    font-size:32px!important;
    line-height:1!important;
    font-weight:400!important;
    transform:translateY(-1px)!important;
  }
}

html[data-wjc-theme="dark"] .wjc-portal .wjc-portal-nav a.active,
html[data-wjc-theme="dark"] .wjc-portal-nav a.active,
body.wjc-theme-dark .wjc-portal .wjc-portal-nav a.active,
.wjc-theme-dark .wjc-portal-nav a.active{
  background:linear-gradient(135deg,#5b4df5,#7c3aed)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:transparent!important;
  box-shadow:0 8px 20px rgba(91,77,245,.25)!important;
}
html[data-wjc-theme="dark"] .wjc-portal .wjc-portal-nav a.active *,
body.wjc-theme-dark .wjc-portal .wjc-portal-nav a.active *,
.wjc-theme-dark .wjc-portal-nav a.active *{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
}
