:root{--sidebar-w: 11%;--sidebar-min: 160px;--topbar-h: 56.8px}.admin-layout{display:flex;flex-direction:column;height:100vh;overflow:hidden}.admin-topbar{position:fixed;z-index:1000;top:0;left:0;right:0;height:var(--topbar-h);display:flex;align-items:stretch;background:transparent;border-bottom:none;box-shadow:none}.topbar-right{margin-left:auto;display:flex;align-items:center;padding:0 16px;transform:translate(-50%)}.topbar-left{width:var(--sidebar-w);min-width:var(--sidebar-min);display:flex;align-items:center;padding:0 8px;background:#f1f5f9;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 6px #00000014;margin-bottom:2px;transition:width .22s ease,min-width .22s ease}.admin-layout.collapsed .topbar-left{width:24px;min-width:24px}.hamburger{background:none;border:none;font-size:12px;cursor:pointer;line-height:1;padding:0;outline:none}.hamburger:focus,.hamburger:active{outline:none;box-shadow:none;background:none}.admin-body{display:flex;flex:1;overflow:hidden;margin-top:0}.admin-sidebar{position:fixed;z-index:900;top:var(--topbar-h);left:0;bottom:0;width:var(--sidebar-w);min-width:var(--sidebar-min);background:#fff;color:#111;overflow-y:auto;box-shadow:4px 2px 10px #00000026;transform:translate(0);transition:transform .22s ease;will-change:transform}.admin-sidebar::-webkit-scrollbar{display:none}.admin-layout.collapsed .admin-sidebar{transform:translate(-100%);pointer-events:none}.sidebar-nav ul{list-style:none;margin:0;padding:0}.sidebar-nav li{padding:8px 12px;cursor:pointer;color:#5f5f5f}.sidebar-nav li:hover{background:#f8fafc}.menu-title{display:block;font-weight:700;font-size:13px}.sidebar-nav li ul{margin-left:12px;margin-top:4px}.sidebar-nav li ul li{padding:6px 12px;font-size:12px}.admin-content{flex:1;background:#f8fafc;overflow-y:auto;padding:0 16px 16px;margin-left:calc(var(--sidebar-w) - 18px);transition:margin-left .22s ease}.admin-layout.collapsed .admin-content{margin-left:9px}.sidebar-nav>ul>li>.menu-title{padding:8px 10px;border-radius:10px;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.sidebar-nav>ul>li>.menu-title.is-active{background:#1c71be;color:#fff;box-shadow:0 2px 8px #00000026}.sidebar-nav>ul>li>.menu-title:not(.is-active):hover{background:#e8f0fb;color:#0f3f6e}.submenu{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-4px);transition:grid-template-rows .2s ease,opacity .2s ease,transform .2s ease}.submenu.open{grid-template-rows:1fr;opacity:1;transform:translateY(0)}.submenu>ul{overflow:hidden;margin-left:12px;margin-top:4px}.submenu li{color:#64748b;cursor:pointer;transition:color .15s ease}.submenu li:hover{color:#0f3f6e}.submenu li.is-active{color:#1c71be;font-weight:600}.admin-sidebar .menu-title{color:#64748b;text-decoration:none;display:block}.admin-sidebar .menu-title:hover{background:#f8fafc;color:#334155}.admin-sidebar .submenu a{color:#64748b!important;text-decoration:none!important;display:block}.admin-sidebar .submenu a:hover{color:#0f3f6e!important}.admin-sidebar .submenu a.is-active,.admin-sidebar .submenu li.is-active>a{color:#1c71be!important;font-weight:600}.admin-sidebar .submenu a:focus,.admin-sidebar .submenu a:active{text-decoration:none!important;outline:none}.table.external-table.order-table th,.table.external-table.order-table td,.table.external-table.order-table .cell-ellip,.table.external-table.order-table .badge{font-size:calc(1em - 1.4pt)!important}:root{--order-pay-badge-h: 23px}.table.external-table.order-table tbody tr>td:nth-child(11) .badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:calc(var(--order-pay-badge-h) - 2pt)!important;line-height:1!important;padding:0 10px!important}.status-box{border:1px solid #e5e7eb;background:#f8fafc;border-radius:12px;padding:10px}.status-list{display:flex;flex-wrap:wrap;gap:8px}.status-pill{--dot: #94a3b8;display:inline-flex;align-items:center;gap:8px;padding:5px 8px;border-radius:9999px;background:#f3f4f6;border:1px solid #e5e7eb;color:#111;font-size:12px;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease,box-shadow .12s ease}.status-pill:hover{background:#eef2ff;border-color:#c7d2fe}.status-pill:focus-visible{outline:none;box-shadow:0 0 0 3px #3b82f659}.status-dot{width:10px;height:10px;border-radius:50%;background:var(--dot);box-shadow:0 0 0 2px #0000000f inset}.status-pill.is-active{background:var(--dot);color:#fff;border-color:transparent}.status-pill.is-active .status-dot{background:#fff;box-shadow:none}.admin-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;box-shadow:0 2px 8px #0000000a}.form-row{display:flex;gap:10px;align-items:center;margin:8px 0}.form-row input,.form-row select{height:34px;padding:4px 8px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 12px;border:1px solid #e5e7eb;background:#f8fafc;border-radius:8px;cursor:pointer}.btn.primary{background:#1c71be;color:#fff;border-color:#1c71be}.btn.small{height:30px;padding:0 10px}.btn-row{display:flex;gap:8px;align-items:center}.simple-table{width:100%;border-collapse:collapse}.simple-table th,.simple-table td{border-bottom:1px solid #e5e7eb;padding:8px 10px;font-size:13px;text-align:left;background:#fff}.simple-table th{background:#f1f5f9;font-weight:700}.admin-layout.embed-inspections .admin-topbar,.admin-layout.embed-inspections .admin-topbar *{pointer-events:none}.inspect-embed-page{margin:0 -16px -16px;height:calc(100vh - var(--topbar-h));background:#fff;overflow:hidden}.inspect-embed-iframe{width:100%;height:100%;border:0;display:block}html,body,#root{height:100%}body{margin:0;color:#000;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{max-width:none;margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:border-box}:root{--bg:#f6f8fb;--card:#ffffff;--ink:#0f172a;--muted:#64748b;--line:#e5e9f2;--brand:#5f9bff;--brand-ink:#0b3b85;--focus:#94c2ff;--radius:14px;--shadow:0 8px 24px rgba(16,24,40,.08)}body{background:var(--bg);color:var(--ink)}.admin-shell{min-height:100vh;display:flex;flex-direction:column}.admin-appbar{position:sticky;top:0;z-index:10;background:linear-gradient(180deg,#6ea6ff,#5f9bff);color:#fff;padding:14px 16px;box-shadow:0 4px 16px #00000014}.admin-title{margin:0;font-size:18px;font-weight:700;letter-spacing:.2px}.admin-main{width:100%;margin:18px 0;padding:0 20px 24px;box-sizing:border-box}.admin-card{width:100%;max-width:none;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;min-width:0}.admin-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}.btn{border:1px solid var(--line);background:#fff;color:var(--ink);padding:10px 14px;border-radius:10px;cursor:pointer}.btn:focus{outline:3px solid var(--focus);outline-offset:2px}.btn.primary{background:var(--brand);color:#fff;border-color:transparent}.btn.ghost{background:#f4f7ff}.badge{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 10px;border-radius:999px;font-size:12px;background:#f4cccc;color:#000}.badge--linked{background:#a4c2f4;color:#000}.table-wrap{overflow:auto;border-radius:12px;border:1px solid var(--line)}.table{width:100%;border-collapse:collapse;min-width:960px}@media (max-width: 768px){.table{min-width:720px}}.table thead th{position:sticky;top:0;z-index:1;background:#e3f2ff!important;color:#6b7280!important;text-align:left;padding:6px 8px;font-weight:700;line-height:1.2}.table tbody td{padding:6px 8px;border-top:1px solid var(--line);color:var(--ink);line-height:1.2}.table tbody tr:hover{background:#f7fbff}.table thead th,.table tbody td{text-align:center;border-right:1px solid var(--line);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4;vertical-align:middle}.table thead th:last-child,.table tbody td:last-child{border-right:none}.cell-ellip{display:block;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pager{display:flex;align-items:center;gap:6px;margin-top:10px;flex-wrap:nowrap;white-space:nowrap}.pager--compact{gap:4px;justify-content:center}.pager-btn{padding:3px 8px;font-size:12px;min-width:38px;height:28px;display:inline-flex;align-items:center;justify-content:center;line-height:1.2}.pager--compact .pager-btn{padding:2px 6px;font-size:10px;min-width:26px;height:19px;border-radius:8px;line-height:1}.pager-btn.is-active{background:#5f9bff;color:#fff;border-color:transparent}.pager-btn.is-disabled{opacity:.5;pointer-events:none}.pager-ellipsis{padding:0 4px;color:#64748b;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center}.order-row.is-selected{background:#eef5ff}.orders-two-col{display:grid;grid-template-columns:42.5% 57.5%;gap:16px;align-items:start}.order-left-card{padding:12px}.order-list-empty{color:#64748b;padding:8px 2px}.order-detail-empty-card{padding:12px;min-height:0}.order-detail-empty{color:#64748b;text-align:center;padding:20px 8px}.order-detail-grid{display:grid;grid-template-rows:auto 1fr auto;gap:6px;align-content:start}.order-detail-top{align-self:start}.order-items-scroll{max-height:320px;overflow:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--line);border-radius:10px;min-width:0}.order-totals{border:1px solid var(--line);border-radius:10px;padding:12px;background:#fffbfb;display:flex;flex-direction:column;gap:10px;height:fit-content}.order-total-row{display:flex;align-items:center;justify-content:space-between;font-size:13.5px}.order-actions{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.action-card{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);border-radius:12px;padding:6px;min-height:36px;text-align:center;font-weight:600;font-size:12px;color:var(--ink);text-decoration:none}.action-card:hover{background:#f7fbff}@media (max-width: 960px){.orders-two-col{grid-template-columns:39% 61%}.order-detail-grid{grid-template-rows:auto}.order-items-scroll{max-height:260px}.order-actions{grid-template-columns:repeat(2,1fr)}}.table.order-list-table{width:max-content!important;table-layout:fixed!important;min-width:0}.table.order-list-table thead th,.table.order-list-table tbody td{width:auto!important}.table.order-list-table.has-colgroup th,.table.order-list-table.has-colgroup td{min-width:0!important;max-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.table.order-list-table thead th>.cell-ellip,.table.order-list-table tbody td>.cell-ellip{display:block;width:100%;min-width:0;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.order-list-table th,.order-list-table td{font-size:12px!important;line-height:1.2;padding-top:4px;padding-bottom:4px}.muted-time{color:#9ca3af;font-weight:380;opacity:.9;font-size:11.5px}.claim-badge{height:12px;padding:2 6px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;line-height:14px;transform:translateY(-1.6px)}.order-items-table{table-layout:fixed;width:auto}.order-items-table thead th,.order-items-table tbody td{font-size:11.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;padding-top:5px;padding-bottom:5px;line-height:1.2}.order-items-table th,.order-items-table td{cursor:pointer;min-width:0;overflow:hidden}.order-items-table thead th>.cell-ellip{display:block;min-width:0;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.order-items-table.has-colgroup{table-layout:fixed!important;width:max-content!important;min-width:0!important}.order-items-table.has-colgroup th,.order-items-table.has-colgroup td{min-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:0}.order-items-table:not(.has-colgroup) th:nth-child(1),.order-items-table:not(.has-colgroup) td:nth-child(1){min-width:178px}.order-items-table:not(.has-colgroup) th:nth-child(2),.order-items-table:not(.has-colgroup) td:nth-child(2){min-width:170px}.order-items-table:not(.has-colgroup) th:nth-child(3),.order-items-table:not(.has-colgroup) td:nth-child(3){min-width:180px}.order-items-table:not(.has-colgroup) th:nth-child(4),.order-items-table:not(.has-colgroup) td:nth-child(4){min-width:74px}.order-items-table:not(.has-colgroup) th:nth-child(5),.order-items-table:not(.has-colgroup) td:nth-child(5){min-width:96px}.order-items-table:not(.has-colgroup) th:nth-child(6),.order-items-table:not(.has-colgroup) td:nth-child(6){min-width:40px}.order-items-table .section-action-pill{min-height:14px;min-width:18px;display:inline-flex;align-items:center;justify-content:center}.external-table{min-width:0!important;width:100%;table-layout:fixed}.external-table:not(.order-items-table) thead th,.external-table:not(.order-items-table) tbody td{white-space:normal!important}.addresses-table .col-address{white-space:normal;word-break:break-word}.addresses-table .col-status,.addresses-table .col-source{width:90px;white-space:nowrap}.addr-last-badge{height:12px;width:12px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#a0c285;vertical-align:middle;transform:translateY(-1.6px)}.external-table.customer-ids-table{table-layout:fixed;width:100%;min-width:0}.external-table.customer-ids-table thead th,.external-table.addresses-table thead th,.external-table.claims-table thead th{font-size:12.3px!important}.external-table.customer-ids-table tbody td,.external-table.addresses-table tbody td,.external-table.claims-table tbody td{font-size:11.5px!important}.external-table.customer-ids-table thead th,.external-table.customer-ids-table tbody td{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.external-table.customer-ids-table.has-colgroup th,.external-table.customer-ids-table.has-colgroup td{min-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.external-table.customer-ids-table thead th>.cell-ellip,.external-table.customer-ids-table tbody td>.cell-ellip{display:block;min-width:0;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.table.external-table.customer-ids-table td.actions-cell,.table.external-table.customer-ids-table th.actions-cell,.table.external-table.customer-ids-table td:last-child,.table.external-table.customer-ids-table th:last-child{overflow:visible!important;max-width:none!important;white-space:nowrap!important}.external-table.customer-ids-table td.actions-cell .btn,.external-table.customer-ids-table td.actions-cell .badge{font-size:12px!important}.customer-ids-wrap{overflow:auto;min-width:0}.table.external-table.claims-table,.table.external-table.addresses-table{table-layout:fixed;width:max-content!important;min-width:0}.external-table.claims-table.has-colgroup th,.external-table.claims-table.has-colgroup td,.external-table.addresses-table.has-colgroup th,.external-table.addresses-table.has-colgroup td{min-width:0!important;max-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.external-table.claims-table thead th>.cell-ellip,.external-table.claims-table tbody td>.cell-ellip,.external-table.addresses-table thead th>.cell-ellip,.external-table.addresses-table tbody td>.cell-ellip{display:block;width:100%;min-width:0;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.order-tracking-input{height:32px;line-height:32px;text-align:center}.order-tracking-input::placeholder{font-size:12px}.external-form select,.external-form input,.external-form button{border:1px solid var(--line);border-radius:6px;background:#fff;height:32px;font-size:14px;padding:0 8px;box-sizing:border-box}.section-headline{display:flex;align-items:center}.section-title{margin:0;font-size:16px;font-weight:700;letter-spacing:.2px;color:var(--ink);display:inline-flex;align-items:center;gap:8px}.section-toggle{display:inline-flex;align-items:center;gap:8px}.section-chevron{width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;text-align:center;vertical-align:middle;font-size:9px}.section-chevron.is-collapsed{transform:rotate(-90deg)}.section-chevron:focus,.section-chevron:focus-visible,.section-chevron:active{outline:none!important;box-shadow:none!important}.section-chevron::-moz-focus-inner{border:0;padding:0}.section-hide-pill{background:#fff2e5!important;color:#000!important;border:.5px solid #fff2e5!important;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:11px;padding:2px 6px;vertical-align:middle;color:var(--muted)!important}.section-action-pill{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border:1px solid #dde9d5;background:#dde9d5;color:var(--muted);border-radius:999px;font-size:11px;cursor:pointer;white-space:nowrap;vertical-align:middle}.section-action-pill.is-empty{background:transparent!important;border-color:var(--line)!important;color:var(--muted)!important}.staff-chip::-webkit-scrollbar{display:none}.profile-row div{min-height:0!important;line-height:1.2}
