.orders-module__HlIdNG__pageWrapper{background:var(--vex-light);min-height:100vh}.orders-module__HlIdNG__pageMain{max-width:1400px;margin:0 auto;padding:48px 24px 80px}.orders-module__HlIdNG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:40px;display:flex}.orders-module__HlIdNG__pageTitle{letter-spacing:-.04em;color:var(--ink);margin:0 0 6px;font-size:clamp(28px,4vw,40px);font-style:italic;font-weight:1000}.orders-module__HlIdNG__pageSubtitle{color:var(--vex-muted);margin:0;font-size:14px;font-style:italic;font-weight:500}.orders-module__HlIdNG__kpiGrid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px;display:grid}.orders-module__HlIdNG__kpi{cursor:pointer;border-radius:35px;flex-direction:column;justify-content:space-between;min-height:180px;padding:32px;transition:all .3s cubic-bezier(.23,1,.32,1);display:flex}.orders-module__HlIdNG__kpiDark{background:var(--vex-dark);color:#fff;position:relative;overflow:hidden;box-shadow:0 20px 40px #0003}.orders-module__HlIdNG__kpiDark:before{content:"";background:var(--vex-lime);filter:blur(60px);opacity:.3;border-radius:50%;width:128px;height:128px;transition:opacity .3s;position:absolute;top:-50px;right:-50px}.orders-module__HlIdNG__kpiDark:hover:before{opacity:.5}.orders-module__HlIdNG__kpiWhite{background:var(--surface);border:1px solid var(--vex-border);color:var(--ink);box-shadow:0 4px 20px #0000000a}.orders-module__HlIdNG__kpiLabel{text-transform:uppercase;letter-spacing:.2em;z-index:1;margin-bottom:16px;font-size:9px;font-style:italic;font-weight:900;display:block;position:relative}.orders-module__HlIdNG__kpiDark .orders-module__HlIdNG__kpiLabel{color:#6b7280}.orders-module__HlIdNG__kpiWhite .orders-module__HlIdNG__kpiLabel{color:var(--vex-muted)}.orders-module__HlIdNG__kpiValue{letter-spacing:-.04em;z-index:1;margin-bottom:24px;font-size:clamp(36px,4vw,48px);font-style:italic;font-weight:1000;line-height:1;position:relative}.orders-module__HlIdNG__kpiCents{opacity:.5;font-size:18px;font-weight:700}.orders-module__HlIdNG__kpiSavings{color:var(--vex-lime);filter:drop-shadow(0 0 10px #b8ff004d)}.orders-module__HlIdNG__kpiBtns{z-index:1;gap:10px;display:flex;position:relative}.orders-module__HlIdNG__kpiBtnBlue{background:var(--vex-blue);color:#fff;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;border:none;border-radius:999px;flex:1;padding:10px;font-family:inherit;font-size:9px;font-weight:900;transition:all .2s}.orders-module__HlIdNG__kpiBtnBlue:hover{background:var(--surface);color:var(--ink)}.orders-module__HlIdNG__kpiBtnGhost{color:#fff;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;background:#ffffff1a;border:none;border-radius:999px;flex:1;padding:10px;font-family:inherit;font-size:9px;font-weight:900;transition:all .2s}.orders-module__HlIdNG__kpiBtnGhost:hover{background:#fff3}.orders-module__HlIdNG__kpiPulse{letter-spacing:.1em;text-transform:uppercase;color:var(--vex-muted);align-items:center;gap:8px;font-size:10px;font-weight:700;display:flex}.orders-module__HlIdNG__kpiPulseDot{background:var(--vex-blue);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite orders-module__HlIdNG__pulse}@keyframes orders-module__HlIdNG__pulse{0%,to{opacity:1}50%{opacity:.4}}.orders-module__HlIdNG__quickGrid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px;display:grid}.orders-module__HlIdNG__quickCard{background:var(--surface);border:1px solid var(--vex-border);cursor:pointer;color:inherit;border-radius:26px;padding:32px;text-decoration:none;transition:all .35s cubic-bezier(.23,1,.32,1);display:block;box-shadow:0 4px 20px #0000000a}.orders-module__HlIdNG__quickCard:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000014}.orders-module__HlIdNG__quickIcon{margin-bottom:16px;font-size:28px;display:block}.orders-module__HlIdNG__quickTitle{letter-spacing:-.03em;color:var(--ink);margin:0 0 8px;font-size:17px;font-style:italic;font-weight:950}.orders-module__HlIdNG__quickDesc{color:var(--vex-muted);margin:0;font-size:13px;font-style:italic;font-weight:500;line-height:1.5}.orders-module__HlIdNG__tableCard{background:var(--surface);border:1px solid var(--vex-border);border-radius:36px;margin-bottom:32px;padding:32px;box-shadow:0 4px 20px #0000000a}.orders-module__HlIdNG__tableHeader{justify-content:space-between;align-items:center;margin-bottom:28px;padding:0 8px;display:flex}.orders-module__HlIdNG__tableHeaderTitle{letter-spacing:-.03em;color:var(--ink);margin:0;font-size:22px;font-style:italic;font-weight:950}.orders-module__HlIdNG__tableHeaderLink{text-transform:uppercase;letter-spacing:.15em;color:var(--vex-blue);font-size:10px;font-weight:900;text-decoration:none}.orders-module__HlIdNG__tableHeaderLink:hover{text-underline-offset:4px;text-decoration:underline}.orders-module__HlIdNG__tableHead{border-bottom:1px solid var(--vex-border);grid-template-columns:1.2fr .9fr 1.4fr 1fr .9fr .8fr;gap:16px;padding:0 24px 16px;display:grid}.orders-module__HlIdNG__tableHeadCell{letter-spacing:.25em;text-transform:uppercase;color:var(--vex-muted);font-size:9px;font-style:italic;font-weight:900}.orders-module__HlIdNG__tableHeadCell:last-child{text-align:right}.orders-module__HlIdNG__tableHeadCell.orders-module__HlIdNG__center{text-align:center}.orders-module__HlIdNG__tableRows{flex-direction:column;gap:8px;margin-top:16px;display:flex}.orders-module__HlIdNG__tableRow{cursor:pointer;color:inherit;background:#f8f9fa80;border:1px solid #0000;border-radius:18px;grid-template-columns:1.2fr .9fr 1.4fr 1fr .9fr .8fr;align-items:center;gap:16px;padding:16px 24px;text-decoration:none;transition:all .2s;display:grid}.orders-module__HlIdNG__tableRow:hover{border-color:var(--vex-border);background:var(--surface)}.orders-module__HlIdNG__tableRowCancelled{opacity:.5}.orders-module__HlIdNG__tId{color:var(--ink);font-size:13px;font-style:italic;font-weight:900}.orders-module__HlIdNG__tDate{color:#6b7280;font-size:11px;font-weight:700}.orders-module__HlIdNG__tName{color:var(--ink);font-size:13px;font-style:italic;font-weight:900;display:block}.orders-module__HlIdNG__tCity{text-transform:uppercase;letter-spacing:.1em;color:var(--vex-muted);font-size:9px;font-weight:900}.orders-module__HlIdNG__tCarrier{color:#6b7280;font-size:11px;font-style:italic;font-weight:900}.orders-module__HlIdNG__tStatusWrap{justify-content:center;display:flex}.orders-module__HlIdNG__tPrice{color:var(--ink);text-align:right;font-size:13px;font-style:italic;font-weight:900}.orders-module__HlIdNG__card{background:var(--surface);border:1px solid #0000000a;border-radius:22px;padding:20px;box-shadow:0 4px 20px #0000000a}.orders-module__HlIdNG__filterGrid{gap:12px;display:grid}@media (min-width:1024px){.orders-module__HlIdNG__filterGrid{grid-template-columns:repeat(12,minmax(0,1fr))}}.orders-module__HlIdNG__colSpan4{grid-column:span 4}.orders-module__HlIdNG__colSpan3{grid-column:span 3}.orders-module__HlIdNG__colSpan2{grid-column:span 2}@media (max-width:1023px){.orders-module__HlIdNG__colSpan4,.orders-module__HlIdNG__colSpan3,.orders-module__HlIdNG__colSpan2{grid-column:span 12}}.orders-module__HlIdNG__filterCheckboxRow{gap:12px;margin-top:12px;display:grid}@media (min-width:768px){.orders-module__HlIdNG__filterCheckboxRow{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.orders-module__HlIdNG__filterCheckboxRow{grid-template-columns:repeat(4,1fr)}}.orders-module__HlIdNG__checkboxLabel{color:var(--ink-2);cursor:pointer;align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.orders-module__HlIdNG__filterBottom{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.orders-module__HlIdNG__quickFilterGroup{align-items:center;gap:8px;display:flex}.orders-module__HlIdNG__quickFilterLabel{color:#6b7280;font-size:11px;font-weight:700}.orders-module__HlIdNG__searchLabel{color:var(--vex-muted);letter-spacing:.15em;text-transform:uppercase;margin-bottom:6px;font-size:9px;font-style:italic;font-weight:900;display:block}.orders-module__HlIdNG__inputWrapper{position:relative}.orders-module__HlIdNG__inputIcon{color:var(--vex-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.orders-module__HlIdNG__input{background:var(--vex-light);border:1.5px solid var(--vex-border-strong);width:100%;color:var(--ink);border-radius:10px;outline:none;padding:9px 12px 9px 36px;font-family:inherit;font-size:11px;font-weight:700;transition:all .2s}.orders-module__HlIdNG__input:focus{background:var(--surface);border-color:var(--vex-blue);box-shadow:0 0 0 3px #0078ff1a}.orders-module__HlIdNG__select{background:var(--vex-light);border:1.5px solid var(--vex-border-strong);color:var(--ink);cursor:pointer;border-radius:10px;outline:none;padding:8px 12px;font-family:inherit;font-size:11px;font-weight:700}.orders-module__HlIdNG__checkbox{accent-color:var(--vex-blue)}.orders-module__HlIdNG__btn{border:1.5px solid var(--vex-border-strong);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:var(--surface);color:#6b7280;border-radius:10px;padding:9px 18px;font-family:inherit;font-size:10px;font-weight:800;transition:all .2s}.orders-module__HlIdNG__btn:hover{border-color:var(--ink);color:var(--ink)}.orders-module__HlIdNG__btnBlue{background:var(--vex-dark);color:#fff;border-color:var(--ink)}.orders-module__HlIdNG__btnBlue:hover{background:var(--vex-blue);border-color:var(--vex-blue)}.orders-module__HlIdNG__btnRow{align-items:flex-end;gap:8px;display:flex}.orders-module__HlIdNG__pill{letter-spacing:.1em;text-transform:uppercase;border-radius:20px;padding:4px 12px;font-size:9px;font-weight:900;display:inline-block}.orders-module__HlIdNG__pillOk{color:#16a34a;background:#16a34a1a}.orders-module__HlIdNG__pillWarn{color:#d97706;background:#f59e0b1a}.orders-module__HlIdNG__pillInfo{color:#0078ff;background:#0078ff1a}.orders-module__HlIdNG__pillGrey{background:var(--surface-3);color:#6b7280}.orders-module__HlIdNG__pillRed{color:#dc2626;background:#dc26261a}.orders-module__HlIdNG__chip{letter-spacing:.08em;text-transform:uppercase;background:var(--surface-3);color:#6b7280;border-radius:20px;align-items:center;padding:3px 9px;font-size:8px;font-weight:900;display:inline-flex}.orders-module__HlIdNG__footerPagination{background:var(--surface);border:1px solid var(--vex-border);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding:16px 24px;display:flex}.orders-module__HlIdNG__footerText{color:#6b7280;font-size:12px;font-weight:700}.orders-module__HlIdNG__perPageRow{align-items:center;gap:8px;display:flex}.orders-module__HlIdNG__perPageLabel{color:#6b7280;font-size:12px;font-weight:700}.orders-module__HlIdNG__paginationBtns{gap:4px;margin-left:12px;display:flex}.orders-module__HlIdNG__contactSection{margin-top:32px;padding:20px 24px}.orders-module__HlIdNG__contactTitle{letter-spacing:-.02em;color:var(--ink);margin:0 0 6px;font-size:14px;font-style:italic;font-weight:900}.orders-module__HlIdNG__contactText{color:#6b7280;font-size:12px;font-weight:600}.orders-module__HlIdNG__contactLink{color:var(--vex-blue)}.orders-module__HlIdNG__loadingText{text-align:center;color:#6b7280;padding:40px;font-style:italic}.orders-module__HlIdNG__errorText{text-align:center;color:#dc2626;padding:40px;font-style:italic}.orders-module__HlIdNG__emptyText{text-align:center;color:#6b7280;padding:40px;font-style:italic}.orders-module__HlIdNG__ordersSection{margin-top:16px}@media (max-width:1024px){.orders-module__HlIdNG__kpiGrid{grid-template-columns:1fr}.orders-module__HlIdNG__quickGrid{grid-template-columns:1fr 1fr}.orders-module__HlIdNG__tableHead,.orders-module__HlIdNG__tableRow{grid-template-columns:1fr 1fr 1fr}.orders-module__HlIdNG__tableHead .orders-module__HlIdNG__tableHeadCell:nth-child(n+4),.orders-module__HlIdNG__tableRow>:nth-child(n+4){display:none}}@media (max-width:640px){.orders-module__HlIdNG__pageMain{padding:32px 16px 60px}.orders-module__HlIdNG__quickGrid{grid-template-columns:1fr}.orders-module__HlIdNG__tableHead{display:none}.orders-module__HlIdNG__tableRow{grid-template-columns:1fr 1fr;gap:8px;padding:16px}}
