:root{color-scheme:dark;--bg:#0b0f16;--panel:#121823;--panel-2:#171f2c;--line:#253044;--text:#f4f7fb;--muted:#9aa8bb;--soft:#c8d2df;--ok:#3fcf8e;--warn:#f1b84b;--error:#f05d5e;--accent:#77a7ff}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:radial-gradient(circle at 70% 0,rgba(64,104,164,.22),transparent 34rem),linear-gradient(135deg,#0b0f16,#101724 54%,#090d13);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.app-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;border-right:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(15,20,29,.92),rgba(6,10,15,.92)),rgba(8,12,18,.9);padding:28px 20px}.brand{display:grid;grid-gap:9px;gap:9px;margin-bottom:28px}.brand-logo{display:block;width:180px;height:auto}.brand span{display:block;color:var(--muted);font-size:13px}.nav-list{display:grid;grid-gap:18px;gap:18px}.nav-group{display:grid;grid-gap:5px;gap:5px}.global-search label span,.nav-group>span{display:block;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.nav-list a{position:relative;border-radius:8px;color:var(--soft);padding:10px 12px 10px 14px;font-size:14px}.nav-list a.active,.nav-list a:hover{background:rgba(119,167,255,.14);color:var(--text)}.nav-list a.active:before{position:absolute;top:9px;bottom:9px;left:6px;width:3px;border-radius:999px;background:var(--accent);content:""}.sidebar-actions{margin-top:18px}.global-search{position:relative;z-index:5;margin-bottom:22px}.global-search label span{margin-bottom:7px}.global-search input{width:100%;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:rgba(7,10,15,.72);color:var(--text);font:inherit;font-size:13px;padding:11px 12px}.global-search input:focus{border-color:rgba(119,167,255,.78);outline:none}.global-search-results{position:absolute;top:calc(100% + 8px);right:0;left:0;display:grid;grid-gap:6px;gap:6px;max-height:min(520px,calc(100vh - 180px));overflow:auto;border:1px solid rgba(119,167,255,.22);border-radius:8px;background:#0b111b;box-shadow:0 22px 70px rgba(0,0,0,.42);padding:8px}.global-search-summary{display:flex;align-items:baseline;gap:6px;padding:2px 3px 4px}.global-search-summary strong{color:var(--text);font-size:13px}.global-search-summary span{color:var(--muted);font-size:11px}.global-search-result{display:grid;grid-gap:3px;gap:3px;border-left:3px solid var(--line);border-radius:7px;background:rgba(255,255,255,.035);padding:9px 10px}.global-search-result:hover{background:rgba(119,167,255,.12)}.global-search-result.ok{border-left-color:var(--ok)}.global-search-result.warn{border-left-color:var(--warn)}.global-search-result.error{border-left-color:var(--error)}.global-search-result small,.global-search-result span,.global-search-results p{color:var(--muted);font-size:11px}.global-search-result strong{overflow:hidden;color:var(--text);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.global-search-result small{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sidebar-actions a{display:inline-flex;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:var(--muted);padding:9px 11px;font-size:13px}.sidebar-actions a:hover{background:rgba(240,93,94,.11);color:#ffd0d0}.sidebar-note{position:absolute;bottom:24px;left:20px;right:20px;display:flex;gap:9px;align-items:flex-start;color:var(--muted);font-size:12px;line-height:1.4}.main{width:min(1180px,calc(100vw - 260px));padding:36px}.login-page{display:grid;min-height:100vh;place-items:center;padding:28px}.login-panel{width:min(440px,100%);border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(18,24,35,.9);box-shadow:0 24px 80px rgba(0,0,0,.34);padding:28px}.login-brand{margin-bottom:28px}.login-copy h1{margin-bottom:8px;font-size:34px}.login-copy p:not(.eyebrow){margin-bottom:22px;color:var(--soft);line-height:1.5}.legacy-login-form,.login-form{display:grid;grid-gap:14px;gap:14px}.login-form label span{display:block;margin-bottom:7px;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}.login-form input{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(7,10,15,.78);color:var(--text);padding:12px 13px;font:inherit}.login-form input:focus{border-color:rgba(119,167,255,.8);outline:none}.login-button,.login-form button{border:0;border-radius:8px;background:var(--accent);color:#07101f;cursor:pointer;font:inherit;font-weight:800;padding:12px 14px;text-align:center;text-decoration:none}.login-error{margin:0;border:1px solid rgba(240,93,94,.34);border-radius:8px;background:rgba(240,93,94,.1);color:#ffd0d0;padding:10px 12px;font-size:13px}.page-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:22px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:linear-gradient(135deg,rgba(240,93,94,.15),rgba(119,167,255,.09));padding:26px 30px}.eyebrow{margin:0 0 8px;color:#f2c98d;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}h1,h2,p{margin-top:0}h1{max-width:760px;margin-bottom:10px;font-size:40px;line-height:1.05}h2{margin-bottom:0;font-size:22px}.page-header p:not(.eyebrow){max-width:780px;margin-bottom:0;color:var(--soft);line-height:1.55}.header-meta{min-width:180px;border-radius:8px;background:rgba(0,0,0,.22);padding:14px 16px}.header-meta span,.header-meta strong{display:block}.header-meta span{color:var(--muted);font-size:12px}.health-strip,.metric-grid,.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:18px}.action-briefing,.process-decision-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);grid-gap:18px;gap:18px;align-items:center;margin-bottom:18px;border:1px solid rgba(255,255,255,.08);border-left:4px solid var(--line);border-radius:8px;background:rgba(18,24,35,.86);box-shadow:0 20px 60px rgba(0,0,0,.22);padding:20px}.action-briefing.ok,.process-decision-panel.ok{border-left-color:var(--ok)}.action-briefing.warn,.process-decision-panel.warn{border-left-color:var(--warn)}.action-briefing.error,.process-decision-panel.error{border-left-color:var(--error)}.action-briefing-main{display:flex;min-width:0;gap:13px;align-items:flex-start}.action-briefing h2,.process-decision-panel h2{margin-bottom:6px;font-size:24px}.action-briefing p,.process-decision-panel p{margin:0;color:var(--soft);line-height:1.45}.action-task-list,.process-decision-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.action-task-list span,.process-decision-facts span{border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(7,10,15,.48);color:var(--soft);padding:9px 10px;font-size:12px}.process-decision-facts strong{display:block;margin-bottom:2px;color:var(--text);font-size:18px}.dashboard-secondary .metric-grid{margin-top:0}.alert-panel{margin-bottom:18px;border:1px solid rgba(240,93,94,.36);border-radius:8px;background:rgba(240,93,94,.12);color:#ffd0d0;padding:14px 16px;font-size:14px}.health-item,.metric-card,.panel,.process-card{border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(18,24,35,.82);box-shadow:0 20px 60px rgba(0,0,0,.22)}.health-item,.metric-card,.process-card{padding:18px}.health-item{border-top:3px solid var(--line)}.health-item.ok{border-top-color:var(--ok)}.health-item.warn{border-top-color:var(--warn)}.health-item.error{border-top-color:var(--error)}.health-item span,.metric-card span{display:block;color:var(--muted);font-size:12px}.health-item strong,.metric-card strong{display:block;margin-top:8px;font-size:28px}.metric-card p{margin:8px 0 0;color:var(--muted);font-size:13px}.metric-card.ok{border-top:3px solid var(--ok)}.metric-card.warn{border-top:3px solid var(--warn)}.metric-card.error{border-top:3px solid var(--error)}.panel{margin-bottom:18px;padding:22px}.section-title{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin-bottom:18px}.section-title>span{color:var(--muted);font-size:13px}.panel-note{margin:-4px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.pipeline{display:grid;grid-gap:14px;gap:14px}.pipeline-step{display:grid;grid-gap:8px;gap:8px}.pipeline-top{display:flex;justify-content:space-between;color:var(--soft)}.bar{height:11px;overflow:hidden;border-radius:999px;background:#222b3a}.bar div{height:100%;border-radius:inherit;background:var(--accent)}.bar .ok{background:var(--ok)}.bar .warn{background:var(--warn)}.bar .error{background:var(--error)}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:980px}.resizable-table{table-layout:fixed}td,th{border-bottom:1px solid rgba(255,255,255,.08);padding:13px 10px;text-align:left;vertical-align:top}th{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:rgba(10,15,23,.96);color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none}td{color:var(--soft);font-size:14px;overflow-wrap:anywhere}.th-label{display:block;padding-right:10px}.column-resizer{position:absolute;top:8px;right:0;bottom:8px;width:8px;border-right:2px solid transparent;cursor:col-resize}.column-resizer:hover{border-right-color:rgba(119,167,255,.75)}.is-resizing-column{cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none}td span,td strong{display:block}td span{color:var(--muted)}.pill,td span{font-size:12px}.pill{display:inline-flex;width:-moz-fit-content;width:fit-content;border-radius:999px;padding:5px 9px;background:rgba(241,184,75,.14);color:#ffd487;font-weight:700}.pill.error{background:rgba(240,93,94,.16);color:#ff9d9e}.pill.ok{background:rgba(63,207,142,.14);color:#9af0c8}.pill.neutral{background:rgba(148,163,184,.14);color:#cbd5e1}.pill.source{background:rgba(119,167,255,.13);color:#b9d1ff}.pill.weclapp{background:rgba(63,207,142,.12);color:#9af0c8}.toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto;grid-gap:14px;gap:14px;align-items:flex-end;margin-bottom:18px}.filter-row{display:flex;gap:10px;justify-content:flex-end;align-items:center;margin:-8px 0 18px}.search-field span{display:block;margin-bottom:7px;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}.search-field input{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(7,10,15,.78);color:var(--text);padding:12px 13px;font:inherit}.search-field input:focus{border-color:rgba(119,167,255,.8);outline:none}.segmented{display:inline-flex;gap:4px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(7,10,15,.54);padding:4px}.segmented button{border:0;border-radius:6px;background:transparent;color:var(--soft);cursor:pointer;font:inherit;font-size:13px;padding:9px 11px}.segmented button.active,.segmented button:hover{background:rgba(119,167,255,.18);color:var(--text)}.export-button{border:1px solid rgba(119,167,255,.28);border-radius:8px;background:rgba(119,167,255,.14);color:var(--text);cursor:pointer;font:inherit;font-size:13px;font-weight:700;padding:12px 13px}.export-button:hover{background:rgba(119,167,255,.22)}.download-link{display:inline-flex;align-items:center;border:1px solid rgba(119,167,255,.28);border-radius:8px;background:rgba(119,167,255,.14);color:var(--text);font-size:13px;font-weight:700;padding:8px 11px}.download-link:hover{background:rgba(119,167,255,.22)}.live-refresh-status{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-8px 0 18px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(7,10,15,.32);color:var(--muted);padding:9px 11px;font-size:12px}.live-refresh-status.refreshing{border-color:rgba(119,167,255,.3);color:var(--soft)}.live-refresh-status.error{border-color:rgba(255,95,95,.38);background:rgba(255,95,95,.07);color:#ffb1b1}.live-refresh-status button{border:1px solid rgba(119,167,255,.25);border-radius:7px;background:rgba(119,167,255,.11);color:var(--soft);cursor:pointer;font:inherit;font-size:12px;font-weight:700;padding:7px 10px}.live-refresh-status button:hover:not(:disabled){background:rgba(119,167,255,.18);color:var(--text)}.live-refresh-status button:disabled{cursor:not-allowed;opacity:.55}.source-summary{display:flex;flex-wrap:wrap;gap:10px;margin:-4px 0 18px}.source-summary span{border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(7,10,15,.42);color:var(--muted);padding:8px 10px;font-size:13px}.source-summary strong{margin-right:5px;color:var(--text)}.workbench-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:18px;gap:18px;align-items:flex-start}.workbench .table-wrap{max-height:min(760px,calc(100vh - 260px));scrollbar-gutter:stable}tbody tr{cursor:default}.workbench tbody tr{cursor:pointer}tbody tr.selected{background:rgba(119,167,255,.11)}.detail-panel{position:-webkit-sticky;position:sticky;top:24px;max-height:calc(100vh - 48px);overflow:auto;scrollbar-gutter:stable;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(7,10,15,.56);padding:18px}.detail-heading{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:18px}.detail-heading span,.detail-heading strong{display:block}.detail-heading>div:first-child>span{color:var(--muted);font-size:12px}.detail-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.detail-heading strong{margin-top:2px;font-size:26px}dl{display:grid;grid-gap:13px;gap:13px;margin:0}dt{color:var(--muted);font-size:12px}dd{margin:3px 0 0;color:var(--text);line-height:1.35}.address-alert-row{border:1px solid rgba(240,93,94,.28);border-radius:8px;background:rgba(240,93,94,.06);padding:12px}.address-correction{display:grid;grid-gap:12px;gap:12px}.address-correction header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.address-correction header span,.address-correction header strong{display:block}.address-correction header>div>span{margin-top:3px;color:var(--muted);font-size:12px}.address-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:9px;gap:9px}.address-form-grid label{display:grid;grid-gap:5px;gap:5px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase}.address-form-grid input{min-width:0;border:1px solid rgba(255,255,255,.1);border-radius:7px;background:rgba(7,10,15,.72);color:var(--text);font:inherit;padding:8px 9px}.form-note{color:var(--muted)}.form-error,.form-note{margin:0;font-size:12px}.form-error{color:#ff9d9e;font-weight:700}.order-item-list{display:grid;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.delivery-group-list{display:grid;grid-gap:10px;gap:10px}.delivery-group{display:grid;grid-gap:9px;gap:9px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(255,255,255,.025);padding:10px}.delivery-group.active{border-color:rgba(119,167,255,.48);background:rgba(119,167,255,.08)}.delivery-group header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.delivery-group header span,.delivery-group header strong{display:block}.delivery-group header>div>strong{color:var(--text);font-size:14px}.delivery-group header>div>span,.delivery-meta,.muted-line{color:var(--muted);font-size:12px}.delivery-meta{display:flex;flex-wrap:wrap;gap:6px 10px}.tracking-list{display:grid;grid-gap:6px;gap:6px}.tracking-list a{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(63,207,142,.2);border-radius:8px;background:rgba(63,207,142,.06);padding:8px 9px;color:var(--text);text-decoration:none}.tracking-list a:hover{border-color:rgba(63,207,142,.42);background:rgba(63,207,142,.1)}.tracking-list small,.tracking-list span,.tracking-list strong{display:block;min-width:0}.tracking-list strong{overflow-wrap:anywhere;color:var(--ok-strong);font-size:12px}.tracking-list small{margin-top:2px;color:var(--muted);font-size:11px}.tracking-list .tracking-label{margin:0 0 2px;color:var(--muted);font-size:10px}.tracking-action,.tracking-list .tracking-label{font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tracking-action{flex:0 0 auto;color:var(--ok-strong);font-size:11px}.order-item-list li{display:flex;justify-content:space-between;gap:10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(255,255,255,.03);padding:8px 9px}.order-item-list small,.order-item-list span,.order-item-list strong{display:block}.order-item-list strong{margin-bottom:2px;color:var(--text);font-size:12px}.order-item-list small{flex:0 0 auto;color:var(--muted);font-size:12px}.order-timeline{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}.order-timeline-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.order-timeline-heading span{color:var(--muted);font-size:12px}.order-timeline-heading strong{color:var(--text);font-size:13px}.order-timeline ol{display:grid;grid-gap:0;gap:0;margin:0;padding:0;list-style:none}.order-timeline-event{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr);grid-gap:10px;gap:10px;padding-bottom:14px}.order-timeline-event:not(:last-child):before{position:absolute;top:13px;bottom:0;left:5px;width:1px;background:rgba(255,255,255,.12);content:""}.timeline-marker{z-index:1;width:11px;height:11px;margin-top:3px;border:2px solid rgba(255,255,255,.18);border-radius:50%;background:#121925}.order-timeline-event.ok .timeline-marker{border-color:rgba(63,207,142,.72);background:var(--ok)}.order-timeline-event.warn .timeline-marker{border-color:rgba(241,184,75,.72);background:var(--warn)}.order-timeline-event.error .timeline-marker{border-color:rgba(240,93,94,.72);background:var(--error)}.order-timeline-event.open .timeline-marker{background:#121925}.timeline-event-body{min-width:0}.timeline-event-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.timeline-event-top strong{color:var(--text);font-size:13px;line-height:1.3}.timeline-event-body p{margin:4px 0 3px;color:var(--soft);font-size:12px;line-height:1.35}.timeline-event-body small{display:block;overflow-wrap:anywhere;color:var(--muted);font-size:11px;line-height:1.35}.process-card div{display:flex;gap:10px;align-items:center;margin-bottom:12px}.process-card p{min-height:48px;margin-bottom:12px;color:var(--soft);font-size:13px;line-height:1.45}.process-card small{color:var(--muted)}.status-dot{display:inline-block;flex:0 0 auto;width:10px;height:10px;margin-top:3px;border-radius:50%;background:var(--line)}.status-dot.ok{background:var(--ok)}.status-dot.warn{background:var(--warn)}.status-dot.error{background:var(--error)}.status-dot.running{background:var(--warn)}.file-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.file-status{border:1px solid rgba(255,255,255,.08);border-left:3px solid var(--line);border-radius:8px;background:rgba(7,10,15,.42);padding:14px}.file-status.ok{border-left-color:var(--ok)}.file-status.warn{border-left-color:var(--warn)}.file-status.error{border-left-color:var(--error)}.file-status div,.issue-row,.timeline-event{display:flex;gap:10px;align-items:flex-start}.file-status strong,.issue-row strong,.timeline-event strong{display:block;color:var(--text)}.empty-state,.file-status p,.issue-row p,.timeline-event p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.45;overflow-wrap:anywhere}.file-status small,.issue-row small,.timeline-event small{display:block;margin-top:3px;color:var(--muted);font-size:12px}.export-files-panel{padding-bottom:16px}.export-file-browser{display:grid;grid-template-columns:minmax(380px,.85fr) minmax(0,1.15fr);grid-gap:12px;gap:12px;min-height:0}.export-file-list{display:grid;max-height:360px;overflow-y:auto;overscroll-behavior:contain;grid-gap:8px;gap:8px;padding-right:4px}.export-file{display:grid;grid-template-columns:92px minmax(0,1fr) minmax(330px,auto);grid-gap:12px;gap:12px;align-items:center;width:100%;border:1px solid rgba(255,255,255,.08);border-left:3px solid var(--line);border-radius:8px;background:rgba(7,10,15,.42);color:inherit;cursor:pointer;font:inherit;text-align:left;padding:10px 12px}.export-file-list .export-file{grid-template-columns:88px minmax(0,1fr)}.export-file-list .export-file-meta{grid-column:1/-1;justify-content:flex-start}.export-file.ok{border-left-color:var(--ok)}.export-file.warn{border-left-color:var(--warn)}.export-file.error{border-left-color:var(--error)}.export-file.selected{border-color:rgba(119,167,255,.5);background:rgba(119,167,255,.1)}.export-file:focus-visible{outline:2px solid rgba(119,167,255,.75);outline-offset:2px}.export-file-kind,.export-file-meta{display:flex;align-items:center;gap:8px}.export-file-kind strong{color:var(--text);font-size:12px;text-transform:uppercase}.export-file-main{min-width:0}.export-file-main strong{display:block;overflow:hidden;color:var(--text);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.export-file-main span{display:block;margin:4px 0 0;color:var(--muted);font-size:12px;overflow-wrap:anywhere}.export-file-meta{justify-content:flex-end;flex-wrap:wrap;color:var(--muted);font-size:12px}.export-file-preview{min-width:0;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(7,10,15,.48);padding:12px}.export-preview-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.export-preview-header h3{margin:2px 0 0;color:var(--text);font-size:15px;line-height:1.25;overflow-wrap:anywhere}.export-preview-meta{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:10px;color:var(--muted);font-size:12px}.export-file-content{max-height:265px;overflow:auto;margin:12px 0 0;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#070a0f;color:#d8e0ea;padding:12px;font-size:12px;line-height:1.55;white-space:pre}.document-toolbar{display:grid;grid-template-columns:auto auto minmax(260px,420px);grid-gap:14px;gap:14px;align-items:flex-end;margin-bottom:12px}.compact-search span{margin-bottom:6px}.document-scope-note{display:flex;flex-wrap:wrap;gap:8px 12px;margin-bottom:14px;color:var(--muted);font-size:13px}.document-scope-note strong{color:var(--text)}.document-explorer-grid{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);grid-gap:16px;gap:16px;align-items:flex-start}.document-list,.document-preview{max-height:min(760px,calc(100vh - 260px));overflow:auto;scrollbar-gutter:stable}.document-list{display:grid;grid-gap:8px;gap:8px;padding-right:3px}.document-row{width:100%;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(7,10,15,.42);color:inherit;cursor:pointer;padding:12px;text-align:left}.document-row.selected,.document-row:hover{border-color:rgba(119,167,255,.32);background:rgba(119,167,255,.1)}.document-row.error{border-color:rgba(240,93,94,.22)}.document-row.warn{border-color:rgba(241,184,75,.2)}.document-row-meta,.document-row-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.document-row-top strong{min-width:0;overflow-wrap:anywhere;color:var(--text);font-size:13px}.document-row-detail{display:block;margin-top:7px;color:var(--soft);font-size:12px;line-height:1.4}.document-row-meta{flex-wrap:wrap;justify-content:flex-start;margin-top:8px;color:var(--muted);font-size:11px}.document-preview{border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(7,10,15,.42);padding:16px}.document-preview-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px}.document-preview-header h3{margin:2px 0 0;overflow-wrap:anywhere;color:var(--text);font-size:19px}.document-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px 14px;gap:10px 14px;margin-bottom:14px}.document-facts div{border:1px solid rgba(255,255,255,.07);border-radius:8px;background:rgba(255,255,255,.03);padding:9px 10px}.document-facts dd{overflow-wrap:anywhere}.document-preview-summary{border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(255,255,255,.03);padding:11px 12px}.document-preview-summary strong{color:var(--text);font-size:13px}.document-preview-summary p{margin:5px 0 0;color:var(--soft);font-size:13px;line-height:1.45}.document-content{max-height:420px;overflow:auto;margin:14px 0 0;background:#070a0f;color:#d8e0ea;padding:12px;font-size:12px;line-height:1.55;white-space:pre}.document-content,.raw-document-disclosure{border:1px solid rgba(255,255,255,.08);border-radius:8px}.raw-document-disclosure{margin-top:14px;background:rgba(7,10,15,.36)}.raw-document-disclosure summary{display:flex;align-items:center;cursor:pointer;color:var(--soft);font-size:13px;font-weight:800;list-style:none;padding:11px 12px}.raw-document-disclosure summary::-webkit-details-marker{display:none}.raw-document-disclosure summary:after{margin-left:auto;color:var(--accent);content:"+";font-size:18px;line-height:1}.raw-document-disclosure[open] summary:after{content:"−"}.raw-document-meta{margin:0 12px 10px;color:var(--muted);font-size:12px;overflow-wrap:anywhere}.raw-document-disclosure .csv-preview-note,.raw-document-disclosure .csv-raw-heading,.raw-document-disclosure .csv-table-wrap,.raw-document-disclosure .document-content{margin-right:12px;margin-left:12px}.raw-document-disclosure .csv-table-wrap,.raw-document-disclosure .document-content{margin-bottom:12px}.csv-preview{margin-top:14px}.csv-preview-meta{display:flex;align-items:baseline;gap:7px;margin-bottom:8px;color:var(--muted);font-size:12px}.csv-preview-meta strong{color:var(--text);font-size:14px}.shipment-preview-list{display:grid;grid-gap:10px;gap:10px;margin-bottom:12px}.shipment-preview-card{display:grid;grid-template-columns:1fr;grid-gap:12px 16px;gap:12px 16px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(255,255,255,.035);padding:12px}.shipment-preview-card.has-issues{border-color:rgba(240,93,94,.34);background:rgba(240,93,94,.06)}.shipment-preview-top{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:start}.shipment-preview-address,.shipment-preview-main{min-width:0}.shipment-preview-address span,.shipment-preview-main span{display:block;margin-bottom:4px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase}.shipment-preview-address strong,.shipment-preview-main strong{display:block;overflow-wrap:anywhere;color:var(--text);font-size:14px;line-height:1.35}.shipment-preview-address small,.shipment-preview-main small{display:block;margin-top:3px;color:var(--muted);font-size:12px}.shipment-preview-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.shipment-preview-facts span{border:1px solid rgba(255,255,255,.07);border-radius:8px;background:rgba(7,10,15,.42);color:var(--muted);padding:8px 9px;font-size:11px}.shipment-preview-facts strong{display:block;margin-bottom:2px;color:var(--text);font-size:13px}.shipment-preview-extra{display:flex;flex-wrap:wrap;gap:6px}.shipment-preview-extra span{border-radius:999px;background:rgba(119,167,255,.1);color:#b9d1ff;padding:5px 8px;font-size:12px}.shipment-preview-missing{border:1px solid rgba(240,93,94,.22);border-radius:8px;background:rgba(240,93,94,.08);padding:10px}.csv-raw-heading strong,.shipment-preview-missing strong{display:block;margin-bottom:7px;color:var(--text);font-size:13px}.shipment-preview-missing div{display:flex;flex-wrap:wrap;gap:6px}.shipment-preview-missing span{border-radius:999px;background:rgba(240,93,94,.14);color:#ffb4b4;padding:5px 8px;font-size:12px}.csv-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.csv-fields-disclosure{border-top:1px solid rgba(255,255,255,.08);padding-top:10px}.csv-fields-disclosure summary{display:flex;align-items:center;gap:10px;cursor:pointer;color:var(--soft);font-size:13px;font-weight:700;list-style:none}.csv-fields-disclosure summary::-webkit-details-marker{display:none}.csv-fields-disclosure summary:after{margin-left:auto;color:var(--accent);content:"+";font-size:18px;font-weight:800}.csv-fields-disclosure[open] summary:after{content:"−"}.csv-fields-disclosure .csv-field-grid{margin-top:10px}.csv-field-grid div{min-width:0;border:1px solid rgba(255,255,255,.07);border-radius:8px;background:rgba(7,10,15,.36);padding:8px 9px}.csv-field-grid span{display:block;margin-bottom:3px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase}.csv-field-grid strong{display:block;overflow-wrap:anywhere;color:var(--text);font-size:12px;line-height:1.35}.csv-raw-heading{display:flex;justify-content:space-between;gap:12px;align-items:baseline;margin:12px 0 8px}.csv-raw-heading strong{margin-bottom:0}.csv-raw-heading span{color:var(--muted);font-size:12px}.csv-table-wrap{max-height:430px;overflow:auto;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#070a0f}.csv-table{min-width:980px;table-layout:auto}.csv-table th{top:0;background:#101724;color:#c5d2e4;font-size:11px;line-height:1.25;white-space:nowrap}.csv-table td{max-width:260px;color:#d8e0ea;font-size:12px;line-height:1.35;overflow-wrap:anywhere}.csv-table td,.csv-table th{padding:9px 10px}.csv-preview-note{margin:8px 0 0;color:var(--muted);font-size:12px}.issue-panel{border-color:rgba(241,184,75,.28)}.compact-issue-panel{padding-bottom:16px}.issue-list,.timeline{display:grid;grid-gap:10px;gap:10px}.issue-list.compact{gap:8px}.issue-row,.timeline-event{border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(7,10,15,.42);padding:12px}.issue-list.compact .issue-row{padding:9px 10px}.issue-list.compact .issue-row p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.compact-note{margin:10px 0 0;color:var(--muted);font-size:12px}.issue-row.error{border-color:rgba(240,93,94,.28);background:rgba(240,93,94,.08)}.issue-row.warn,.timeline-event.running{border-color:rgba(241,184,75,.24)}.timeline-event.ok{border-color:rgba(63,207,142,.18)}.timeline-event.error{border-color:rgba(240,93,94,.28)}.log-panel{overflow:auto;max-height:420px;margin:0;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#070a0f;color:#d8e0ea;padding:16px;font-size:12px;line-height:1.65;white-space:pre-wrap}.process-disclosure{margin-top:14px;border-top:1px solid rgba(255,255,255,.08);padding-top:12px}.process-disclosure summary,.process-log-disclosure>summary{display:flex;align-items:center;gap:12px;cursor:pointer;color:var(--soft);font-size:13px;font-weight:700;list-style:none}.process-disclosure summary:hover,.process-log-disclosure>summary:hover{color:var(--text)}.process-disclosure summary::-webkit-details-marker,.process-log-disclosure>summary::-webkit-details-marker,.process-section-disclosure>summary::-webkit-details-marker{display:none}.process-disclosure summary:after,.process-log-disclosure>summary:after,.process-section-disclosure>summary:after{flex:0 0 auto;margin-left:auto;color:var(--accent);content:"+";font-size:18px;font-weight:800;line-height:1}.process-disclosure[open] summary:after,.process-log-disclosure[open]>summary:after,.process-section-disclosure[open]>summary:after{content:"−"}.disclosure-content{margin-top:12px}.process-log-disclosure{padding:0}.process-log-disclosure>summary{justify-content:space-between;gap:18px;padding:18px 20px}.process-log-disclosure>summary span,.process-log-disclosure>summary strong{display:block}.process-log-disclosure>summary strong{margin-top:3px;color:var(--text);font-size:17px}.process-log-disclosure>summary small{margin-left:auto;color:var(--muted);font-weight:500}.process-log-disclosure .log-panel{margin:0 20px 20px}.process-section-disclosure{margin-bottom:18px}.process-section-disclosure>summary{display:flex;justify-content:space-between;align-items:center;gap:18px;min-height:64px;margin-bottom:10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(18,24,35,.82);cursor:pointer;list-style:none;padding:14px 18px}.process-section-disclosure>summary:hover{border-color:rgba(119,167,255,.26)}.process-section-disclosure>summary span,.process-section-disclosure>summary strong{display:block}.process-section-disclosure>summary strong{margin-top:3px;color:var(--text);font-size:17px}.process-section-disclosure>summary small{margin-left:auto;color:var(--muted);font-size:13px;font-weight:600;text-align:right}.process-section-disclosure:not([open])>summary{margin-bottom:18px}.process-section-content{padding-top:2px}.shopify-map-section{display:grid;grid-gap:12px;gap:12px}.shopify-location-list,.shopify-map-card{border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(7,10,15,.42);padding:16px}.shopify-map-card{position:relative;display:grid;grid-template-columns:minmax(620px,1fr) minmax(320px,420px);grid-gap:16px;gap:16px;align-items:flex-start;overflow:hidden;background:radial-gradient(circle at 28% 18%,rgba(161,75,61,.14),transparent 32%),linear-gradient(180deg,rgba(14,20,31,.98),rgba(8,12,19,.98))}.shopify-map-card-header{grid-column:1/-1;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;width:100%}.shopify-map-card-header strong{display:block;margin-top:3px;color:var(--text);font-size:18px}.shopify-map-stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.shopify-map-stats span{min-width:82px;padding:8px 10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(255,255,255,.04);color:var(--muted);font-size:12px;text-align:right}.shopify-map-stats b{color:var(--text);font-size:15px}.shopify-postal-map{position:relative;grid-column:1;grid-row:2;width:100%;border-radius:8px;background:rgba(9,14,22,.78);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.shopify-postal-map img{display:block;width:100%;height:auto;border-radius:inherit;filter:grayscale(.88) saturate(.34) contrast(.86) brightness(.62);opacity:.78;mix-blend-mode:luminosity}.shopify-postal-map:after{content:"";border-radius:inherit;background:linear-gradient(180deg,rgba(9,14,22,.08),rgba(9,14,22,.24)),radial-gradient(circle at 26% 56%,rgba(255,255,255,.04),transparent 28%)}.shopify-postal-map:after,.shopify-region-overlay{position:absolute;inset:0;pointer-events:none}.shopify-region-badge{position:absolute;display:flex;min-width:42px;height:28px;padding:3px 7px;border:1px solid rgba(255,255,255,.82);border-radius:7px;color:#ffffff;cursor:pointer;font-size:11px;line-height:1;text-align:center;align-items:center;justify-content:center;gap:4px;transform:translate(-50%,-50%) scale(var(--region-scale));box-shadow:0 10px 18px rgba(0,0,0,.28),0 0 0 4px rgba(255,255,255,.07);z-index:2;pointer-events:auto}.shopify-region-badge:focus-visible,.shopify-region-dot:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:3px}.shopify-region-badge.selected,.shopify-region-dot.selected{z-index:5;box-shadow:0 12px 22px rgba(0,0,0,.36),0 0 0 4px rgba(255,255,255,.2),0 0 0 9px rgba(218,78,70,.2)}.shopify-region-badge span{padding-right:4px;border-right:1px solid rgba(255,255,255,.42);font-size:10px;font-weight:800;opacity:.86}.shopify-region-badge strong{font-size:12px;font-weight:900}.shopify-region-badge.level-1{background:rgba(126,74,68,.82)}.shopify-region-badge.level-2{background:rgba(152,68,66,.88)}.shopify-region-badge.level-3{background:rgba(184,66,64,.92)}.shopify-region-badge.level-4{background:rgba(218,78,70,.96)}.shopify-region-dot{position:absolute;display:block;width:11px;height:11px;padding:0;border:1px solid rgba(255,244,230,.85);border-radius:999px;cursor:pointer;transform:translate(-50%,-50%) scale(var(--region-scale));box-shadow:0 0 0 4px rgba(211,84,77,.14),0 8px 16px rgba(0,0,0,.28);z-index:1;pointer-events:auto}.shopify-region-dot.level-1{background:rgba(164,96,80,.66)}.shopify-region-dot.level-2{background:rgba(187,84,73,.74)}.shopify-region-dot.level-3{background:rgba(209,78,69,.84)}.shopify-region-dot.level-4{background:rgba(232,84,73,.94)}.shopify-map-legend{grid-column:1;grid-row:3;display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:-2px;color:var(--muted);font-size:12px}.shopify-map-legend span{display:inline-flex;align-items:center;gap:7px}.shopify-map-legend i{display:inline-block;width:10px;height:10px;border-radius:999px;background:rgba(218,78,70,.92);box-shadow:0 0 0 6px rgba(218,78,70,.12)}.shopify-map-focus{grid-column:2;grid-row:2/span 2;align-self:stretch;min-height:180px;padding:16px;border:1px solid rgba(218,78,70,.28);border-radius:8px;background:linear-gradient(180deg,rgba(112,48,49,.2),rgba(7,10,15,.38));overflow:auto}.shopify-map-focus p,.shopify-map-focus small,.shopify-map-focus strong{display:block}.shopify-map-focus strong{margin-top:4px;color:var(--text);font-size:28px}.shopify-map-focus p{margin:10px 0 0;color:var(--text);font-size:14px;line-height:1.45}.shopify-map-focus small{margin-top:12px;color:var(--muted);font-size:12px;line-height:1.45}.shopify-map-buyers{display:grid;grid-gap:8px;gap:8px;margin-top:14px}.shopify-map-buyers article{border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(7,10,15,.32);padding:10px}.shopify-map-buyers article small,.shopify-map-buyers article span,.shopify-map-buyers article strong{display:block}.shopify-map-buyers article strong{color:var(--text);font-size:13px}.shopify-map-buyers article span{margin-top:3px;color:var(--text);font-size:12px;line-height:1.35}.shopify-map-buyers article small{margin-top:6px;color:var(--muted);font-size:11px}.shopify-region-list-content{display:grid}.shopify-region-row{display:grid;grid-template-columns:minmax(220px,1fr) 110px 90px 130px;grid-gap:16px;gap:16px;align-items:center;width:100%;padding:12px 16px;border:0;border-top:1px solid rgba(255,255,255,.08);background:transparent;cursor:pointer;text-align:left}.shopify-region-row:hover{background:rgba(255,255,255,.04)}.shopify-region-row span,.shopify-region-row strong{display:block}.shopify-region-row strong{color:var(--text);font-size:14px}.shopify-region-row span{margin-top:2px;color:var(--muted);font-size:12px}.compact-title{margin-bottom:12px}.compact-title h3{margin:2px 0 0;color:var(--text);font-size:17px}.shopify-location-list{padding:0}.shopify-location-list>summary{display:flex;align-items:center;gap:14px;min-height:58px;cursor:pointer;list-style:none;padding:14px 16px}.shopify-location-list>summary::-webkit-details-marker{display:none}.shopify-location-list>summary:after{flex:0 0 auto;margin-left:auto;color:var(--accent);content:"+";font-size:18px;font-weight:800;line-height:1}.shopify-location-list[open]>summary:after{content:"−"}.shopify-location-list>summary span,.shopify-location-list>summary strong{display:block}.shopify-location-list>summary strong{margin-top:2px;color:var(--text);font-size:16px}.shopify-location-list>summary small{margin-left:auto;color:var(--muted);font-size:13px;font-weight:700}.shopify-location-list-content{display:grid;grid-gap:8px;gap:8px;border-top:1px solid rgba(255,255,255,.07);padding:0 16px 16px}.shopify-location-row{display:grid;grid-template-columns:minmax(160px,1.1fr) minmax(86px,.45fr) minmax(180px,.9fr);grid-gap:14px;gap:14px;align-items:center;border:1px solid rgba(255,255,255,.07);border-radius:8px;background:rgba(18,24,35,.58);padding:11px 12px}.shopify-location-row span,.shopify-location-row strong{display:block}.shopify-location-row strong{color:var(--text);font-size:14px}.shopify-location-row span{overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.tools-tabs{display:inline-flex;gap:4px;margin-bottom:18px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(7,10,15,.54);padding:4px}.primary-button,.secondary-button,.tools-tabs button{border:0;border-radius:7px;cursor:pointer;font:inherit;font-size:13px;font-weight:750;padding:10px 13px}.tools-tabs button{background:transparent;color:var(--soft)}.tools-tabs button.active,.tools-tabs button:hover{background:rgba(119,167,255,.18);color:var(--text)}.primary-button{background:var(--accent);color:#07101f}.secondary-button{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.04);color:var(--soft)}.primary-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.45}.tool-intro{display:grid;grid-gap:14px;gap:14px}.tool-order-form{display:grid;grid-template-columns:minmax(300px,560px) auto;grid-gap:12px;gap:12px;align-items:end}.tools-metrics{margin-top:0}.address-block{display:grid;grid-gap:5px;gap:5px;width:-moz-fit-content;width:fit-content;min-width:300px;border-left:3px solid var(--accent);padding:4px 0 4px 14px;color:var(--soft);font-style:normal;line-height:1.4}.address-block strong{color:var(--text)}.validation-list{display:grid;grid-gap:7px;gap:7px;margin-top:18px}.validation-list p{margin:0;border:1px solid rgba(240,93,94,.28);border-radius:7px;background:rgba(240,93,94,.08);color:#ffd0d0;padding:9px 11px;font-size:13px}.tools-table-wrap{max-height:460px}.tools-table{min-width:1050px}.dialog-actions,.job-facts,.tool-actions,.tool-header-actions{display:flex;align-items:center;gap:10px}.tool-actions{justify-content:flex-end;margin-top:18px}.job-facts span,.tool-actions span{color:var(--muted);font-size:12px}.wine-filters{display:grid;grid-template-columns:minmax(260px,1fr) repeat(3,minmax(140px,190px));grid-gap:12px;gap:12px;align-items:end;margin-bottom:12px}.select-field span{display:block;margin-bottom:7px;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}.select-field select{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#0a0f17;color:var(--text);padding:11px 12px;font:inherit}.result-count{margin:0 0 10px;color:var(--muted);font-size:12px}.wine-table-wrap{max-height:min(650px,calc(100vh - 330px));overflow-x:auto;scrollbar-gutter:stable}.wine-table{min-width:0;width:100%;table-layout:fixed}.wine-table th:first-child{width:22%}.wine-table th:nth-child(2){width:12%}.wine-table th:nth-child(3){width:8%}.wine-table th:nth-child(4){width:16%}.wine-table th:nth-child(5){width:25%}.wine-table th:nth-child(6){width:17%}.wine-table .long-cell{max-height:110px;overflow:auto;color:#d8e0ea;font-size:12px;line-height:1.45;overflow-wrap:anywhere;white-space:normal}.wine-table .long-cell>span{display:block}.wine-table-note{color:#f3a3a3}.tool-history-grid{display:grid;grid-template-columns:minmax(400px,.85fr) minmax(420px,1.15fr);grid-gap:18px;gap:18px}.compact-history table{min-width:520px}.artifact-list{display:grid;grid-gap:8px;gap:8px;max-height:360px;overflow:auto;scrollbar-gutter:stable}.artifact-row{display:flex;justify-content:space-between;gap:14px;align-items:center;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(7,10,15,.42);padding:10px 11px}.artifact-row span,.artifact-row strong{display:block}.downloads-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.download-actions{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:16px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(7,10,15,.36);padding:14px}.download-actions h2,.download-actions p{margin:0}.download-actions h2{margin-top:3px;color:var(--text);font-size:20px}.download-actions p:not(.eyebrow){margin-top:5px;color:var(--muted);font-size:13px}.download-actions .primary-button{white-space:nowrap}.download-card{display:flex;justify-content:space-between;gap:14px;align-items:center;min-width:0;border:1px solid rgba(255,255,255,.08);border-left:3px solid var(--accent);border-radius:8px;background:rgba(7,10,15,.42);padding:13px}.download-card div{min-width:0}.download-card p,.download-card span{margin:0;color:var(--muted);font-size:12px}.download-card strong{display:block;margin-top:4px}.artifact-row strong,.download-card strong{overflow:hidden;color:var(--text);text-overflow:ellipsis;white-space:nowrap}.artifact-row strong{max-width:470px;font-size:13px}.artifact-row span{margin-top:3px;color:var(--muted);font-size:11px}.job-panel.running{border-color:rgba(119,167,255,.34)}.job-panel.success{border-color:rgba(63,207,142,.28)}.job-panel.failed{border-color:rgba(240,93,94,.34)}.job-panel.compact{display:grid;grid-gap:9px;gap:9px;margin-bottom:16px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(7,10,15,.44);padding:13px}.job-panel-top{display:flex;justify-content:space-between;gap:14px;align-items:center}.job-panel-top strong{display:block;margin-top:2px;color:var(--text)}.job-panel.compact p{margin:0;color:var(--muted);font-size:13px}.job-progress-line{height:8px;overflow:hidden;border-radius:999px;background:#222b3a}.job-progress-line span{display:block;height:100%;border-radius:inherit;background:var(--accent);transition:width .18s ease}.job-progress{height:9px;overflow:hidden;border-radius:999px;background:#222b3a}.job-progress div{height:100%;min-width:0;border-radius:inherit;background:var(--accent);transition:width .18s ease}.job-facts{justify-content:space-between;margin:11px 0}.job-facts strong{color:var(--soft)}.job-log{max-height:180px;overflow:auto;margin:12px 0 0;border-radius:7px;background:#070a0f;color:#d8e0ea;padding:12px;font-size:12px;line-height:1.55;white-space:pre-wrap}.dialog-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;background:rgba(3,5,8,.76);padding:24px}.confirm-dialog{width:min(520px,100%);border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#121823;box-shadow:0 30px 90px rgba(0,0,0,.52);padding:24px}.confirm-dialog h2{margin-bottom:10px}.confirm-dialog>p:not(.eyebrow){color:var(--soft);line-height:1.55}.dialog-actions{justify-content:flex-end;margin-top:22px}.globus-workspace{display:grid;min-width:0;grid-gap:18px;gap:18px}.globus-workspace .table-wrap,.globus-workspace>*{min-width:0}.globus-flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}.globus-flow-step{display:flex;min-height:64px;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(18,24,35,.82);padding:13px}.globus-flow-step>span{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border-radius:50%;background:rgba(119,167,255,.14);color:var(--accent);font-size:12px;font-weight:800}.globus-flow-step strong{font-size:13px}.globus-flow-step.ok{border-color:rgba(63,207,142,.32)}.globus-flow-step.ok>span{background:rgba(63,207,142,.14);color:var(--ok)}.globus-flow-step.warn{border-color:rgba(241,184,75,.32)}.globus-flow-step.error{border-color:rgba(240,93,94,.4)}.globus-flow-step.open{color:var(--muted)}.globus-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.globus-mode{border:1px solid rgba(241,184,75,.34);border-radius:999px;background:rgba(241,184,75,.1);color:#ffd991!important;padding:6px 10px;font-size:11px!important;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.globus-mode.production{border-color:rgba(63,207,142,.34);background:rgba(63,207,142,.1);color:#92ebbb!important}.globus-mapping-stats,.globus-sftp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.globus-definition{min-width:0;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(7,10,15,.42);padding:13px 14px}.globus-definition span,.globus-message span{display:block;margin-bottom:5px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase}.globus-definition strong{overflow-wrap:anywhere;font-size:14px}.globus-definition.ok strong,.text-ok{color:var(--ok)}.globus-definition.warn strong{color:var(--warn)}.globus-definition.error strong,.text-error{color:var(--error)}.globus-fingerprints{display:grid;grid-gap:8px;gap:8px;margin-top:12px}.globus-fingerprints div{display:grid;grid-template-columns:80px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center}.globus-fingerprints span{color:var(--muted);font-size:11px;font-weight:800}.globus-fingerprints code,.globus-version-list code{overflow-wrap:anywhere;color:var(--soft);font-size:12px}.globus-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:18px}.globus-checklist article{display:flex;gap:11px;border:1px solid rgba(241,184,75,.24);border-radius:8px;background:rgba(241,184,75,.06);padding:13px}.globus-checklist article>span{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;border-radius:50%;background:rgba(241,184,75,.15);color:var(--warn);font-size:12px;font-weight:900}.globus-checklist article.complete{border-color:rgba(63,207,142,.2);background:rgba(63,207,142,.05)}.globus-checklist article.complete>span{background:rgba(63,207,142,.14);color:var(--ok)}.globus-checklist strong{font-size:13px}.globus-checklist p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.globus-profile-rules{margin-top:12px}.globus-profile-rules summary{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(119,167,255,.2);border-radius:8px;background:rgba(119,167,255,.07);color:var(--text);cursor:pointer;list-style:none;padding:12px 14px}.globus-profile-rules summary::-webkit-details-marker{display:none}.globus-profile-rules summary:after{color:var(--accent);content:"+";font-size:18px;font-weight:800}.globus-profile-rules[open] summary:after{content:"−"}.globus-profile-rules summary span{font-size:13px;font-weight:800}.globus-profile-rules summary small{color:var(--muted);font-size:12px}.globus-profile-rules .table-wrap{margin-top:10px}.globus-version-list{display:flex;flex-wrap:wrap;gap:8px}.globus-version-list code{border:1px solid rgba(119,167,255,.22);border-radius:6px;background:rgba(119,167,255,.08);padding:6px 8px}.globus-file-status{color:var(--muted);font-size:12px}.globus-file-status.valid{color:var(--ok)}.globus-file-status.error{color:#ffabab}.globus-message{display:grid;grid-template-columns:1.1fr 1fr 1fr 1.3fr .7fr 2fr;grid-gap:12px;gap:12px;margin-top:10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(7,10,15,.42);padding:14px}.globus-message strong{overflow-wrap:anywhere;font-size:13px}@media (max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto}.sidebar-note{position:static;margin-top:24px}.main{width:100%;padding:20px}.page-header{display:block;padding:22px}.header-meta{margin-top:18px}h1{font-size:32px;overflow-wrap:anywhere}.file-status-grid,.globus-checklist,.globus-flow,.globus-mapping-stats,.globus-message,.globus-metrics,.globus-sftp-grid,.health-strip,.metric-grid,.process-grid{grid-template-columns:1fr}.export-file,.export-file-browser{grid-template-columns:1fr;align-items:flex-start}.export-file-meta{justify-content:flex-start}.section-title{display:block}.document-explorer-grid,.document-toolbar,.shopify-map-card,.shopify-map-section,.tool-history-grid,.tool-order-form,.toolbar,.wine-filters,.workbench-grid{grid-template-columns:1fr}.document-preview,.workbench .table-wrap{max-height:none}.document-list{max-height:min(430px,56vh);overflow:auto}.shipment-preview-card,.shipment-preview-facts,.shopify-location-row{grid-template-columns:1fr}.shopify-map-card-header{align-items:flex-start;flex-direction:column}.shopify-map-stats{justify-content:flex-start}.shopify-map-focus,.shopify-map-legend,.shopify-postal-map{grid-column:1;grid-row:auto}.shopify-map-legend{grid-column:1}.filter-row{display:grid;grid-gap:10px;gap:10px;justify-content:stretch}.segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.detail-panel{position:static;max-height:none;overflow:visible}}