@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500;600&display=swap";:root{font-family:DM Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#142118;background:#eef1f3;font-synthesis:none;--surface: #ffffff;--surface-soft: #f7f8f9;--surface-muted: #eef1f2;--ink: #142118;--muted: #66716a;--line: #dfe4e1;--green: #0eba36;--green-deep: #0a8e2a;--green-soft: #e3f8e9;--auction: #009b75;--blue: #2879e8;--blue-soft: #e8f1ff;--orange: #f18020;--orange-soft: #fff0e2;--purple: #7a56d6;--purple-soft: #efe9ff;--red: #d72638;--red-soft: #fde8eb;--shadow-sm: 0 1px 2px rgba(14, 31, 20, .05), 0 8px 24px rgba(14, 31, 20, .04);--shadow-lg: 0 18px 54px rgba(14, 31, 20, .16);--radius-sm: 10px;--radius: 16px;--radius-lg: 22px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:#eef1f3}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}svg{width:19px;height:19px;stroke-width:1.9}.operations-app{min-height:100vh;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:232px;background:#102119;color:#eaf3ed;padding:18px 14px;display:flex;flex-direction:column;transition:width .22s ease}.sidebar.is-collapsed{width:76px}.brand{display:flex;align-items:center;gap:11px;min-height:48px;padding:7px 8px;margin-bottom:20px}.brand-mark{flex:0 0 36px;width:36px;height:36px;display:grid;place-items:center;background:#f0faf3;color:#0c7f2c;border-radius:11px;box-shadow:inset 0 0 0 1px #0eba3629}.brand-mark svg{width:20px;height:20px}.brand span{min-width:0;display:flex;flex-direction:column}.brand strong{font-size:16px}.brand small{color:#9fb0a5;margin-top:2px}.sidebar nav{display:flex;flex-direction:column;gap:4px;flex:1;overflow-y:auto}.sidebar nav button,.sidebar nav a{border:0;background:transparent;color:#b9c7bd;min-height:44px;border-radius:11px;padding:0 12px;display:flex;align-items:center;gap:11px;cursor:pointer;font-weight:600;text-align:left}.sidebar nav button:hover,.sidebar nav a:hover{background:#ffffff12;color:#fff}.sidebar nav button.is-active{background:#eef7f1;color:#102119}.sidebar.is-collapsed nav button,.sidebar.is-collapsed nav a{justify-content:center;padding:0}.nav-label{padding:11px 12px 4px;color:#6f8176;text-transform:uppercase;font-size:10px;letter-spacing:.12em;font-weight:700}.nav-label--admin{margin-top:12px}.sidebar.is-collapsed .nav-label{height:1px;overflow:hidden;padding:0}.sidebar-profile{display:flex;align-items:center;gap:10px;padding:12px 9px 2px;border-top:1px solid rgba(255,255,255,.09)}.sidebar-profile>span{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#264a37;color:#d5f9df;font-size:12px;font-weight:700}.sidebar-profile div{min-width:0;display:flex;flex-direction:column}.sidebar-profile strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.sidebar-profile small{color:#82968a;font-size:11px;margin-top:2px}.app-shell{flex:1;min-width:0;margin-left:232px;transition:margin-left .22s ease}.sidebar.is-collapsed+.app-shell{margin-left:76px}.topbar{position:sticky;top:0;z-index:25;min-height:76px;padding:13px 20px;background:#f7f8f9f0;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.topbar__left,.topbar__actions{display:flex;align-items:center;gap:9px}.topbar__left>div{display:flex;flex-direction:column}.topbar h1{margin:1px 0 0;font-size:21px;letter-spacing:-.025em}.eyebrow{color:#77827b;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.icon-button{border:1px solid var(--line);background:var(--surface);width:42px;height:42px;border-radius:12px;display:inline-grid;place-items:center;cursor:pointer}.icon-button:hover,.icon-button.is-active{border-color:#a8b8ad;background:#f1f5f2}.profile-button{min-height:42px;padding:3px 8px 3px 4px;border:1px solid var(--line);background:var(--surface);border-radius:13px;display:flex;align-items:center;gap:5px;cursor:pointer}.profile-button span{width:33px;height:33px;display:grid;place-items:center;border-radius:10px;background:#e0f2e6;color:#0a7a28;font-size:12px;font-weight:700}.profile-button svg{width:15px}.header-drawer{position:absolute;top:75px;left:0;right:0;z-index:15;display:grid;grid-template-rows:0fr;overflow:hidden;background:#f7f8f9fa;border-bottom:0 solid var(--line);transition:grid-template-rows .3s ease,padding .3s ease,border-width .3s ease;padding:0 20px}.header-drawer.is-open{grid-template-rows:1fr;border-bottom-width:1px;padding:12px 20px 15px}.search-field{min-height:48px;display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:0 12px;box-shadow:var(--shadow-sm);overflow:hidden}.search-field input{flex:1;min-width:0;border:0;outline:0;font-size:15px;background:transparent;color:var(--ink)}.search-field kbd{background:var(--surface-muted);border:1px solid var(--line);border-radius:6px;padding:2px 6px;color:var(--muted)}.search-field button{border:0;background:transparent;cursor:pointer}.filter-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:9px}.filter-pills button{min-height:36px;border:1px solid var(--line);border-radius:999px;background:var(--surface);padding:0 14px;font-weight:600;cursor:pointer}.filter-pills button.is-active{color:#076a22;border-color:#8fd8a5;background:var(--green-soft)}.error-banner{margin:12px 20px 0;background:var(--red-soft);border:1px solid #f3b5be;color:#8b1724;padding:12px 15px;border-radius:12px;display:flex;justify-content:space-between}.error-banner a{font-weight:700;text-decoration:underline}.desk-grid{height:calc(100vh - 76px);display:grid;grid-template-columns:minmax(300px,350px) minmax(520px,1fr) minmax(250px,290px);overflow:hidden}.queue-pane,.workspace-pane,.context-rail{min-width:0;overflow-y:auto}.queue-pane{background:#f4f6f7;border-right:1px solid var(--line);padding:18px 14px 110px}.pane-heading,.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}.pane-heading h2,.section-heading h2{margin:2px 0 0;font-size:20px;letter-spacing:-.02em}.count-badge{min-width:28px;height:28px;border-radius:99px;background:#dde4df;display:grid;place-items:center;font-size:12px;font-weight:700}.queue-group{margin-bottom:22px}.queue-group h3{margin:0 2px 10px;color:#66716a;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;display:flex;align-items:center;gap:7px}.queue-group h3 b{margin-left:auto;color:#9aa39d}.danger-dot{width:7px;height:7px;border-radius:50%;background:var(--red)}.empty-state{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted)}.empty-state svg{width:30px;height:30px;margin-bottom:10px;color:var(--green-deep)}.empty-state strong{color:var(--ink);font-size:17px}.empty-state p{margin:5px 0}.case-card{position:relative;background:var(--surface);border:1px solid #e5e9e7;border-radius:var(--radius);padding:14px 13px 13px 17px;margin-bottom:9px;box-shadow:var(--shadow-sm);cursor:pointer;overflow:hidden;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.case-card:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0e1f1414}.case-card.is-selected{border-color:#78a989;box-shadow:0 0 0 2px #1a8b401f,var(--shadow-sm)}.case-card__rail{position:absolute;inset:0 auto 0 0;width:4px;background:#aab3ad}.case-card.tone-green .case-card__rail{background:var(--green)}.case-card.tone-blue .case-card__rail{background:var(--blue)}.case-card.tone-orange .case-card__rail{background:var(--orange)}.case-card.tone-purple .case-card__rail{background:var(--purple)}.case-card.tone-red .case-card__rail{background:var(--red)}.case-card__topline{display:flex;align-items:center;justify-content:space-between;gap:8px}.case-card__topline>strong{min-width:0;font-family:IBM Plex Mono,monospace;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-pill{flex:0 0 auto;display:inline-flex;align-items:center;min-height:25px;border-radius:999px;padding:3px 9px;background:#edf0ee;color:#5f6862;font-size:11px;font-weight:700;text-transform:capitalize}.status-pill.tone-green{background:var(--green-soft);color:#087727}.status-pill.tone-blue{background:var(--blue-soft);color:#175fb7}.status-pill.tone-orange{background:var(--orange-soft);color:#b95909}.status-pill.tone-purple{background:var(--purple-soft);color:#6243b3}.status-pill.tone-red{background:var(--red-soft);color:#b01b2d}.case-card__client{margin-top:6px;color:#4f5b53;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.case-card__meta{margin-top:7px;display:grid;gap:4px;color:#7b857f;font-size:11px}.case-card__meta span{display:flex;align-items:center;gap:6px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.case-card__meta svg{width:13px;height:13px}.case-card__footer{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.case-card__next{min-width:0;display:flex;align-items:flex-start;gap:7px}.case-card__next>svg{margin-top:2px;color:#708078}.case-card__next span{display:flex;flex-direction:column;min-width:0}.case-card__next strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.case-card__next small{color:#8b948e;font-size:10px;margin-top:2px}.assignee-avatar{width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:#edf0ee;border:1px solid #dce1de;color:#66716a;display:grid;place-items:center;font-size:9px;font-weight:700}.workflow-bar{display:flex;align-items:flex-start;gap:5px;margin-top:19px}.workflow-step{flex:1 1 0;min-width:0;min-height:49px;border:0;background:transparent;padding:0;cursor:pointer;color:#8f9892}.workflow-line{display:block;height:5px;width:100%;border-radius:999px;background:#dce2de}.workflow-label{display:flex;align-items:center;justify-content:center;gap:3px;margin-top:7px;font-size:10px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workflow-label svg{flex:0 0 auto}.workflow-step--complete .workflow-line{background:#8ed9a4}.workflow-step--complete{color:#467956}.workflow-step--current .workflow-line{background:var(--green)}.workflow-step--current{color:#0a7927}.workflow-step--attention .workflow-line{background:var(--red)}.workflow-step--attention{color:var(--red)}.workflow-step.is-selected{background:#ffffffc7;border:1px solid #a9d9b7;border-radius:11px;padding:5px 5px 4px;min-height:52px;margin-top:-4px;box-shadow:0 4px 13px #0e1f1412}.workflow-bar--compact{gap:5px;margin-top:10px}.workflow-bar--compact .workflow-step{min-height:29px;cursor:default}.workflow-bar--compact .workflow-line{height:4px}.workflow-bar--compact .workflow-label{margin-top:5px;font-size:8px}.workspace-pane{background:#eef1f3;padding:20px 22px 120px}.case-identity{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:19px;box-shadow:var(--shadow-sm)}.case-identity__top{display:flex;justify-content:space-between;gap:16px}.case-identity h1{margin:3px 0 0;font-family:IBM Plex Mono,monospace;font-size:24px;letter-spacing:-.035em}.case-identity>h2{margin:17px 0 11px;font-size:19px}.case-actions{display:flex;gap:7px;align-items:flex-start}.identity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.identity-grid div{min-width:0;display:flex;flex-direction:column;gap:4px}.identity-grid span{color:#7a847e;font-size:10px}.identity-grid strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.location-row{display:flex;flex-wrap:wrap;gap:18px;padding-top:12px;color:#69746d;font-size:12px}.location-row span{display:flex;align-items:center;gap:6px}.location-row svg{width:15px;height:15px}.map-address{margin-top:10px;min-height:38px;display:grid;grid-template-columns:18px 1fr 16px;align-items:center;gap:8px;color:#526159;background:var(--surface-soft);border:1px solid var(--line);border-radius:10px;padding:7px 10px;font-size:12px}.map-address span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-address:hover{border-color:#a9c8b2;background:#f1f8f3}.mobile-back{display:none;border:0;background:transparent;color:#4e5e55;align-items:center;gap:5px;padding:0 0 12px;font-weight:700;cursor:pointer}.mobile-back svg{width:15px;transform:rotate(180deg)}.case-status-row{margin-top:4px;display:flex;align-items:center;justify-content:space-between;color:#808a84;font-size:11px}.stage-workspace{margin-top:14px}.stage-workspace>.section-heading{padding:4px 4px 0}.module-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:17px;margin-bottom:12px;box-shadow:var(--shadow-sm)}.module-card--accent{border-color:#b4d8bf}.module-card--report{border-color:#bfd2c5}.module-title{display:flex;align-items:flex-start;gap:11px;margin-bottom:14px}.module-title>svg{flex:0 0 auto;margin-top:2px;color:#367149}.module-title h3{margin:0;font-size:16px}.module-title p{margin:4px 0 0;color:#78827c;font-size:12px}.key-value{min-height:45px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--line)}.key-value span{color:#6f7973;font-size:11px;text-transform:uppercase;letter-spacing:.06em}.key-value strong{font-size:13px}.action-row{width:100%;min-height:57px;border:0;border-top:1px solid var(--line);background:transparent;display:grid;grid-template-columns:38px 1fr 20px;gap:10px;align-items:center;padding:8px 0;text-align:left;cursor:pointer}.action-row:hover{background:#f8faf8}.action-row__icon{width:36px;height:36px;border-radius:10px;background:#e8f5ec;color:#0a812b;display:grid;place-items:center}.action-row span:nth-child(2){min-width:0;display:flex;flex-direction:column}.action-row strong{font-size:13px}.action-row small{margin-top:3px;color:#7e8882;font-size:11px}.action-row__chevron{width:16px;color:#a4aca7}.button{min-height:42px;border:1px solid var(--line);border-radius:11px;background:#f1f4f2;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:700;font-size:13px;cursor:pointer}.button:hover{filter:brightness(.98)}.button:disabled,button:disabled{cursor:not-allowed;opacity:.48}.button--green{border-color:var(--green);background:var(--green);color:#fff}.button--quiet{background:transparent;border-color:transparent;color:#68736c}.button--full{width:100%;margin-top:10px}.button--small{min-height:42px}.button-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}.segmented-results{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:4px 0 14px}.segmented-results button{min-height:42px;border:1px solid var(--line);border-radius:11px;background:var(--surface-soft);font-weight:800;cursor:pointer}.segmented-results .tone-orange{color:#b95808;background:var(--orange-soft);border-color:#ffd2aa}.segmented-results .tone-green{color:#087a27;background:var(--green-soft);border-color:#bfe9cb}.segmented-results button.is-active{box-shadow:inset 0 0 0 2px currentColor,0 5px 14px #0e1f1414}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:10px 0}.form-grid label{display:flex;flex-direction:column;gap:6px;color:#6c776f;font-size:11px}.form-grid input:not([type=checkbox]){min-height:42px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft);padding:0 11px;outline:none}.form-grid input:focus{border-color:#7cb48e;box-shadow:0 0 0 3px #0eba361a}.toggle-row{justify-content:space-between;flex-direction:row!important;align-items:center;background:var(--surface-soft);border:1px solid var(--line);border-radius:10px;padding:0 12px}.toggle-row input{accent-color:var(--green);width:20px;height:20px}.standalone-toggle{min-height:48px;margin:8px 0}.choice-grid,.inspection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.choice-grid button,.inspection-grid span{min-height:40px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft);display:grid;place-items:center;font-size:11px;font-weight:700}.choice-grid button{cursor:pointer}.choice-grid button.is-active{color:#087a27;border-color:#85d69d;background:var(--green-soft);box-shadow:inset 0 0 0 1px #85d69d}.inspection-grid{grid-template-columns:repeat(5,1fr);margin-bottom:14px}.helper-text{color:#7a857e;font-size:11px;line-height:1.45}.report-warning{width:100%;margin:8px 0 14px;border:1px dashed #96c3a3;border-radius:11px;background:#f0faf3;padding:11px;color:#376145;display:flex;align-items:flex-start;gap:8px;font-size:12px;text-align:left;cursor:pointer}.report-warning svg{flex:0 0 auto}.inline-field{display:grid;grid-template-columns:minmax(0,1fr) minmax(130px,190px) auto;align-items:center;gap:10px;margin:8px 0}.inline-field>span,.directory-field>span,.manual-recipients>span{color:#6c776f;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.inline-field input,.directory-field select,.manual-recipients textarea,.date-stack input{width:100%;min-height:42px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft);color:var(--ink);padding:0 11px;outline:none}.inline-field button{min-height:38px;border:0;border-radius:9px;background:var(--orange-soft);color:#9b520f;padding:0 13px;font-weight:800;cursor:pointer}.directory-field{min-height:58px;display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;gap:12px;margin:8px 0;padding:8px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.directory-field select{cursor:pointer}.delivery-picker{margin-top:13px;padding:14px;border:1px solid #bcd9c5;border-radius:14px;background:#f4faf6}.delivery-picker .module-title{margin-bottom:11px}.delivery-options{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.delivery-options button{min-height:42px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#59655e;padding:7px;font-size:11px;font-weight:700;cursor:pointer}.delivery-options button.is-active{border-color:#74c48a;background:var(--green-soft);color:#087727;box-shadow:inset 0 0 0 1px #74c48a}.manual-recipients{display:flex;flex-direction:column;gap:7px;margin:11px 0}.manual-recipients textarea{min-height:76px;resize:vertical;padding-top:10px}.date-stack{display:grid;gap:8px}.date-stack label{display:grid;gap:5px;color:#6c776f;font-size:11px;font-weight:700}.form-grid select{width:100%;min-height:42px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft);color:var(--ink);padding:0 11px;outline:none}.workspace-pane--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted)}.workspace-pane--empty svg{width:40px;height:40px;color:var(--green-deep)}.context-rail{position:relative;background:#f8f9fa;border-left:1px solid var(--line);padding:20px 15px 100px;transition:width .18s ease}.context-rail.is-collapsed{width:56px;padding:15px 7px;overflow:hidden}.context-toggle{position:sticky;top:0;margin-left:auto;z-index:2}.context-rail section{margin-top:15px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:15px;box-shadow:var(--shadow-sm)}.context-rail h2{margin:2px 0 13px;font-size:18px}.context-rail h3{margin:4px 0;font-size:14px}.context-rail p{margin:6px 0 0;color:#77817b;font-size:11px;line-height:1.45}.metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.metric-grid div{background:var(--surface-soft);border-radius:11px;padding:10px;display:flex;flex-direction:column}.metric-grid strong{font-size:22px}.metric-grid span{color:#748078;font-size:10px}.rail-list{display:grid;gap:9px;margin-top:13px;padding-top:12px;border-top:1px solid var(--line);color:#667169;font-size:11px}.rail-list span{display:flex;gap:7px;align-items:flex-start}.rail-list svg{width:14px;height:14px;flex:0 0 auto}.fab{position:fixed;z-index:40;right:28px;bottom:25px;width:55px;height:55px;border-radius:50%;border:0;background:#c8172d;color:#fff;display:grid;place-items:center;box-shadow:0 14px 26px #c8172d4d;cursor:pointer}.fab svg{width:25px;height:25px}.logout-shortcut{position:fixed;left:-200px;bottom:-200px}.toast{position:fixed;z-index:80;left:50%;bottom:24px;transform:translate(-50%);background:#102119;color:#fff;padding:11px 16px;border-radius:11px;box-shadow:var(--shadow-lg);font-size:13px}.modal-backdrop{position:fixed;inset:0;z-index:100;background:#1021197a;display:grid;place-items:center;padding:18px;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.source-sheet{position:relative;width:min(430px,100%);background:#fafcfbf5;border:1px solid rgba(255,255,255,.65);border-radius:24px;padding:23px;box-shadow:var(--shadow-lg);text-align:center}.source-sheet__close{position:absolute;right:15px;top:15px}.source-sheet__mark{width:54px;height:54px;margin:4px auto 10px;border-radius:15px;background:#def4e5;color:#087a27;display:grid;place-items:center}.source-sheet h2{margin:0;font-size:20px}.source-sheet>p{margin:5px 0 18px;color:var(--muted);font-size:13px}.source-sheet__options{background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden;text-align:left}.source-sheet__options button{width:100%;min-height:69px;border:0;border-bottom:1px solid var(--line);background:transparent;display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;padding:10px 14px;cursor:pointer}.source-sheet__options button:last-child{border-bottom:0}.source-sheet__options button:hover{background:#f2f7f4}.source-sheet__options button>svg{width:22px;height:22px;color:#087a27}.source-sheet__options span{display:flex;flex-direction:column}.source-sheet__options strong{font-size:14px}.source-sheet__options small{margin-top:3px;color:#7b867f;font-size:11px}.source-sheet>.button{margin-top:10px}.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--ink)}.loading-screen svg{width:32px;height:32px;color:var(--green-deep)}.loading-screen strong{margin-top:12px}.loading-screen span{color:var(--muted);font-size:12px;margin-top:4px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1240px){.desk-grid{grid-template-columns:minmax(300px,340px) minmax(500px,1fr) 56px}.context-rail:not(.is-collapsed){position:fixed;z-index:35;top:76px;bottom:0;right:0;width:300px;box-shadow:-18px 0 40px #0e1f141f}}@media(max-width:920px){.sidebar{width:76px}.sidebar .brand span,.sidebar nav span:not(.nav-label),.sidebar-profile div{display:none}.sidebar nav button,.sidebar nav a{justify-content:center;padding:0}.sidebar .nav-label{height:1px;overflow:hidden;padding:0}.app-shell,.sidebar.is-collapsed+.app-shell{margin-left:76px}.desk-grid{grid-template-columns:minmax(285px,320px) minmax(450px,1fr)}.context-rail{display:none}.workspace-pane{padding-left:16px;padding-right:16px}}@media(max-width:720px){.operations-app{display:block}.sidebar{position:fixed;inset:auto 10px 10px;width:auto!important;height:68px;border:1px solid rgba(16,33,25,.13);background:#fafcfbf0;color:#536159;border-radius:22px;padding:7px;box-shadow:0 15px 35px #0e1f1421;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sidebar .brand,.sidebar .nav-label,.sidebar-profile,.sidebar nav a{display:none}.sidebar nav{display:flex;flex-direction:row;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.sidebar nav::-webkit-scrollbar{display:none}.sidebar nav button{flex:0 0 72px;min-width:72px;min-height:52px;color:#657269;display:flex;flex-direction:column;gap:2px;font-size:9px;border-radius:15px}.sidebar nav button span:not(.nav-label){display:block;max-width:58px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar nav button.is-active{background:var(--green-soft);color:#087627}.app-shell,.sidebar.is-collapsed+.app-shell{margin-left:0}.topbar{min-height:72px;padding:10px 12px}.topbar__left .icon-button,.topbar .eyebrow{display:none}.topbar h1{font-size:19px}.topbar__actions{gap:5px}.topbar__actions>.icon-button:nth-of-type(3),.profile-button svg{display:none}.header-drawer{top:71px;padding-left:12px;padding-right:12px}.header-drawer.is-open{padding-left:12px;padding-right:12px}.desk-grid{height:auto;min-height:calc(100vh - 72px);display:block;overflow:visible}.queue-pane{min-height:calc(100vh - 72px);border-right:0;padding:14px 12px 105px}.workspace-pane{min-height:calc(100vh - 72px);padding:12px 12px 105px}.desk-grid.show-workspace .queue-pane{display:none}.desk-grid.show-workspace .workspace-pane{display:block}.desk-grid.show-queue .workspace-pane,.workspace-pane--empty{display:none}.mobile-back{display:inline-flex}.case-identity{border-radius:18px;padding:15px}.case-identity h1{font-size:19px}.case-actions .button{display:none}.identity-grid{grid-template-columns:1fr 1fr}.identity-grid div:nth-child(3){grid-column:1 / -1}.workflow-label{font-size:9px}.workflow-label svg{display:none}.module-card{padding:15px}.inspection-grid{grid-template-columns:repeat(3,1fr)}.inline-field{grid-template-columns:1fr auto}.inline-field>span{grid-column:1 / -1}.delivery-options{grid-template-columns:1fr}.directory-field{grid-template-columns:1fr;gap:6px}.fab{right:22px;bottom:91px}.toast{bottom:92px}}
