@media (max-width: 767px) {
  :root { --po-navy: #171717; --po-teal: #dc1f2e; --po-red: #dc1f2e; --po-red-dark: #a90818; --po-bg: #fff4f4; --po-muted: #746b6d; --mobile-accent: #dc1f2e; --mobile-accent-dark: #a90818; --mobile-navy: #171717; --mobile-bg: #fff4f4; }
  html { background: linear-gradient(145deg, #fffafa 0%, #ffe8e9 48%, #f9d5d8 100%) fixed !important; }
  body.nav-md, body.nav-sm { background: linear-gradient(145deg, #fffafa 0%, #ffe8e9 48%, #f9d5d8 100%) fixed !important; }
  body.nav-md .container.body .right_col, body.nav-sm .container.body .right_col, .right_col,
  body:has(.is-dashboard-header) .right_col { padding: calc(72px + env(safe-area-inset-top)) 0 calc(82px + env(safe-area-inset-bottom)) !important; background: linear-gradient(145deg, rgba(255,250,250,.96), rgba(255,226,229,.9)) fixed !important; }

  .mobile-app-header, .mobile-app-header.is-dashboard-header { height: calc(64px + env(safe-area-inset-top)); padding: env(safe-area-inset-top) 18px 0; grid-template-columns: 1fr auto; color: #171717; background: linear-gradient(115deg, rgba(255,255,255,.88), rgba(255,224,227,.78)); border: 1px solid rgba(220,31,46,.1); border-radius: 0 0 20px 20px; box-shadow: 0 8px 26px rgba(151,10,25,.11); backdrop-filter: blur(18px) saturate(145%); -webkit-backdrop-filter: blur(18px) saturate(145%); }
  .mobile-app-header::after { display: none; }
  .mobile-brand-mark, .mobile-brand-name small, .mobile-header-welcome { display: none; }
  .mobile-brand-name { display: block; color: #dc1f2e !important; font-size: 21px; font-weight: 850; line-height: 1; letter-spacing: -.8px; }
  .mobile-brand-name b { color: #111; }
  .mobile-header-actions { gap: 9px; }
  .mobile-icon-button { width: 42px; height: 42px; color: #a90818; background: rgba(255,255,255,.56); border: 1px solid rgba(220,31,46,.13); border-radius: 14px; box-shadow: inset 0 1px rgba(255,255,255,.8), 0 5px 14px rgba(151,10,25,.08); }
  .mobile-avatar { width: 42px; height: 42px; color: #fff; background: linear-gradient(145deg, #ef4050, #a90818); border-radius: 50%; box-shadow: 0 6px 15px rgba(169,8,24,.24); }

  .mobile-page { padding: 17px 14px 30px; }
  .mobile-dashboard-v2 { display: block; overflow: hidden; }
  .dashboard-greeting { margin: 4px 2px 19px; }
  .dashboard-greeting h1 { margin: 0 0 4px; color: var(--po-navy); font-size: 23px; line-height: 1.2; font-weight: 780; letter-spacing: -.5px; }
  .dashboard-greeting p { margin: 0; color: var(--po-muted); font-size: 13px; }

  .dashboard-stat-grid { display: grid; margin-bottom: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
  .dashboard-stat-card { display: flex; min-width: 0; min-height: 96px; padding: 4px 3px 6px; align-items: center; flex-direction: column; overflow: hidden; color: var(--po-navy) !important; background-clip: padding-box; border: 1.5px solid rgba(20,43,69,.16); border-radius: 4px !important; text-align: center; text-decoration: none !important; box-shadow: 0 4px 11px rgba(20,43,69,.07); }
  .dashboard-stat-card img { width: 51px; height: 51px; margin: -1px 0 0; padding: 0; object-fit: contain; background: transparent; border: 0; border-radius: 0; box-shadow: none; filter: drop-shadow(0 3px 3px rgba(20,43,69,.07)); }
  .dashboard-stat-card span { min-height: 23px; font-size: 10px; line-height: 1.15; font-weight: 720; }
  .dashboard-stat-card strong { margin: 0; max-width: 100%; font-size: 18px; line-height: 1; overflow-wrap: anywhere; }
  .stat-products strong { color: #287ed8; }
  .stat-upcoming strong { color: #d83c70; }
  .stat-completed strong { color: #249447; }
  .stat-earnings strong { color: #7340c8; }
  .dashboard-stat-card small { color: #677382; font-size: 9px; line-height: 1.2; }
  .stat-products { background: linear-gradient(145deg, rgba(255,255,255,.76), rgba(255,214,218,.72)); } .stat-upcoming { background: linear-gradient(145deg, rgba(255,249,249,.76), rgba(255,225,218,.72)); } .stat-completed { background: linear-gradient(145deg, rgba(255,255,255,.76), rgba(250,204,210,.7)); } .stat-earnings { background: linear-gradient(145deg, rgba(255,247,248,.78), rgba(242,190,198,.7)); }
  .dashboard-stat-card { border-color: rgba(220,31,46,.1); box-shadow: inset 0 1px rgba(255,255,255,.75), 0 9px 24px rgba(151,10,25,.09); backdrop-filter: blur(12px); }

  .dashboard-promo { position: relative; display: flex; min-height: 170px; margin-bottom: 24px; padding: 20px 43% 18px 18px; align-items: center; overflow: hidden; color: #fff; background: linear-gradient(125deg, #850516, #d51e31 65%, #f0525f); border: 1px solid rgba(255,255,255,.24); border-radius: 20px; box-shadow: inset 0 1px rgba(255,255,255,.22), 0 14px 30px rgba(151,10,25,.23); }
  .dashboard-promo::after { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 72% 25%, rgba(255,255,255,.65) 0 2px, transparent 3px), radial-gradient(circle at 90% 62%, rgba(255,255,255,.5) 0 2px, transparent 3px); background-size: 80px 66px, 105px 82px; pointer-events: none; }
  .dashboard-promo > div { position: relative; z-index: 2; }
  .dashboard-promo h2 { margin: 0 0 7px; color: #fff; font-size: 19px; font-weight: 750; }
  .dashboard-promo p { margin: 0 0 13px; color: #eeeaff; font-size: 12px; line-height: 1.4; }
  .dashboard-promo a { display: inline-flex; min-height: 40px; padding: 9px 13px; align-items: center; gap: 6px; color: #a90818 !important; background: rgba(255,255,255,.92); border-radius: 11px; font-size: 11px; font-weight: 750; text-decoration: none !important; box-shadow: inset 0 1px #fff; }
  .dashboard-promo > img { position: absolute; right: -19px; bottom: -25px; z-index: 1; width: 190px; height: 190px; object-fit: contain; filter: drop-shadow(0 10px 12px rgba(22,12,80,.25)); }

  .dashboard-section { margin-bottom: 25px; }
  .dashboard-section-head { display: flex; margin: 0 2px 12px; align-items: end; justify-content: space-between; gap: 12px; }
  .dashboard-section-head h2 { margin: 0 0 3px; color: var(--po-navy); font-size: 17px; font-weight: 760; }
  .dashboard-section-head p { margin: 0; color: var(--po-muted); font-size: 11px; }
  .dashboard-section-head > a { flex: 0 0 auto; color: var(--po-navy) !important; font-size: 11px; font-weight: 700; text-decoration: none !important; }

  .dashboard-product-strip { display: flex; margin: 0 -14px; padding: 0 14px 7px; gap: 11px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .dashboard-product-strip::-webkit-scrollbar { display: none; }
  .dashboard-product-mini { width: 108px; min-width: 108px; color: var(--po-navy) !important; scroll-snap-align: start; text-decoration: none !important; }
  .dashboard-product-mini > img, .mini-product-fallback { display: grid; width: 108px; height: 94px; margin-bottom: 7px; place-items: center; object-fit: cover; background: #edf2f5; border-radius: 15px; box-shadow: 0 6px 15px rgba(20,43,69,.08); }
  .mini-product-fallback svg { width: 34px; height: 34px; fill: none; stroke: #9aa8b3; stroke-width: 1.5; }
  .dashboard-product-mini strong { display: -webkit-box; min-height: 30px; overflow: hidden; font-size: 11px; line-height: 1.3; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .dashboard-product-mini b { display: block; margin-top: 3px; color: #c61526; font-size: 12px; }

  .dashboard-action-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
  .dashboard-action-grid > a, .dashboard-action-grid > button { display: flex; min-width: 0; min-height: 105px; padding: 8px 3px 10px; align-items: center; justify-content: center; flex-direction: column; gap: 3px; color: var(--po-navy) !important; background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(255,229,231,.58)); border: 1px solid rgba(220,31,46,.09); border-radius: 17px; box-shadow: inset 0 1px rgba(255,255,255,.9), 0 8px 22px rgba(151,10,25,.075); backdrop-filter: blur(10px); text-decoration: none !important; transition: transform .18s ease; }
  .dashboard-action-grid > a:active, .dashboard-action-grid > button:active { transform: scale(.96); }
  .dashboard-action-grid img { width: 66px; height: 66px; margin-top: -5px; object-fit: contain; }
  .dashboard-action-grid span { font-size: 10px; font-weight: 680; text-align: center; }

  .dashboard-preview-list { display: grid; gap: 9px; }
  .dashboard-order-preview { display: flex; min-width: 0; padding: 13px 14px; align-items: center; justify-content: space-between; gap: 12px; color: var(--po-navy) !important; background: #fff; border: 1px solid rgba(20,43,69,.045); border-radius: 15px; box-shadow: 0 5px 16px rgba(20,43,69,.045); text-decoration: none !important; }
  .dashboard-order-preview > div { min-width: 0; }
  .dashboard-order-preview span { color: #8a96a2; font-size: 9px; font-weight: 700; text-transform: uppercase; }
  .dashboard-order-preview h3 { margin: 3px 0; overflow: hidden; font-size: 13px; font-weight: 720; text-overflow: ellipsis; white-space: nowrap; }
  .dashboard-order-preview p { margin: 0; color: var(--po-muted); font-size: 10px; }
  .dashboard-order-preview > strong { flex: 0 0 auto; color: #c61526; font-size: 13px; }
  .dashboard-compact-empty { display: flex; padding: 14px; align-items: center; gap: 12px; background: #fff; border-radius: 16px; box-shadow: 0 5px 16px rgba(20,43,69,.045); }
  .dashboard-compact-empty img { width: 65px; height: 65px; object-fit: contain; }
  .dashboard-compact-empty strong { color: var(--po-navy); font-size: 13px; }
  .dashboard-compact-empty p { margin: 3px 0 0; color: var(--po-muted); font-size: 11px; }

  .mobile-bottom-nav-v2 { position: fixed; inset: auto 0 0; z-index: 1035; display: grid; grid-template-columns: repeat(4, 1fr); padding: 7px 8px calc(6px + env(safe-area-inset-bottom)); background: linear-gradient(115deg, rgba(255,255,255,.9), rgba(255,226,229,.82)); border-top: 1px solid rgba(220,31,46,.1); box-shadow: 0 -8px 26px rgba(151,10,25,.1); backdrop-filter: blur(18px) saturate(145%); }
  .mobile-bottom-nav-v2 > a, .mobile-bottom-nav-v2 > button { display: flex; min-width: 0; min-height: 51px; padding: 4px; align-items: center; justify-content: center; flex-direction: column; gap: 3px; color: #6d7480 !important; background: transparent; border: 0; border-radius: 14px; font-size: 10px; font-weight: 650; text-decoration: none !important; }
  .mobile-bottom-nav-v2 > .is-active { color: #c61526 !important; background: rgba(255,207,212,.62); }
  .mobile-bottom-nav-v2 svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.85; stroke-linecap: round; stroke-linejoin: round; }

  .mobile-page-intro { margin-bottom: 12px; align-items: start; }
  .mobile-page-intro .mobile-eyebrow, .mobile-count-badge { display: none; }
  .mobile-page-intro h1 { margin: 0 0 3px; font-size: 21px; }
  .mobile-page-intro p { font-size: 12px; }
  .mobile-products-page .mobile-filter-chips { margin-bottom: 12px; }
  .mobile-search, .mobile-product-card, .mobile-order-card, .mobile-empty-state,
  .dashboard-order-preview, .dashboard-compact-empty, .mobile-bottom-sheet {
    background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,229,232,.64));
    border-color: rgba(220,31,46,.09);
    box-shadow: inset 0 1px rgba(255,255,255,.9), 0 8px 22px rgba(151,10,25,.075);
    backdrop-filter: blur(12px) saturate(130%);
    -webkit-backdrop-filter: blur(12px) saturate(130%);
  }
  .product-price-grid, .order-info-list, .mobile-price-input { background: rgba(255,241,242,.72); border-color: rgba(220,31,46,.09); }
  .status-active, .status-completed { color: #a90818; background: rgba(255,205,210,.7); }
  .status-upcoming { color: #a33a17; background: rgba(255,221,210,.74); }
  .mobile-filter-button, .mobile-button.primary { background: linear-gradient(145deg, #ef4050, #b60d20); box-shadow: 0 6px 15px rgba(169,8,24,.18); }
  .filter-chip.is-active { background: linear-gradient(145deg, #ef4050, #b60d20); border-color: #c61526; box-shadow: 0 5px 14px rgba(169,8,24,.18); }
  .mobile-filter-option.is-active { color: #a90818 !important; background: rgba(255,211,215,.65); }
  .mobile-filter-option.is-active .filter-radio { border-color: #dc1f2e; }
  .dashboard-product-mini > img, .mini-product-fallback { box-shadow: 0 7px 18px rgba(151,10,25,.1); }
  .mobile-order-tabs { display: grid; margin-bottom: 15px; padding: 4px; grid-template-columns: 1fr 1fr; gap: 4px; background: #e9edf2; border-radius: 14px; }
  .mobile-order-tabs.mobile-order-tabs-three { grid-template-columns: repeat(3, 1fr); }
  .mobile-order-tabs a { display: grid; min-height: 42px; place-items: center; color: #667482 !important; border-radius: 11px; font-size: 12px; font-weight: 700; text-decoration: none !important; }
  .mobile-order-tabs { background: rgba(255,210,214,.54); border: 1px solid rgba(220,31,46,.08); }
  .mobile-order-tabs a.is-active { color: #a90818 !important; background: rgba(255,255,255,.84); box-shadow: 0 5px 14px rgba(151,10,25,.09); }
}

.earnings-page { max-width: 920px; margin: 0 auto; padding: 24px; color: #172b3d; }
.earnings-back { display: inline-block; margin-bottom: 16px; color: #6d43ce !important; font-weight: 700; text-decoration: none !important; }
.earnings-summary { display: flex; min-height: 150px; padding: 24px 28px; align-items: center; justify-content: space-between; overflow: hidden; color: #fff; background: linear-gradient(135deg,#35209d,#7549dd 72%,#9b6af1); border-radius: 22px; box-shadow: 0 14px 34px rgba(74,44,171,.22); }
.earnings-summary div { display: flex; flex-direction: column; }
.earnings-summary span { color: #e8e1ff; font-size: 13px; font-weight: 650; }
.earnings-summary strong { margin: 4px 0; font-size: 36px; line-height: 1.15; }
.earnings-summary small { color: #ddd4ff; }
.earnings-summary img { width: 110px; height: 110px; object-fit: contain; }
.earnings-heading { display: flex; margin: 25px 2px 13px; align-items: center; justify-content: space-between; }
.earnings-heading h1 { margin: 0 0 3px; font-size: 21px; font-weight: 780; }
.earnings-heading p { margin: 0; color: #7a8794; font-size: 12px; }
.earnings-heading > span { display: grid; width: 34px; height: 34px; place-items: center; color: #6940c7; background: #eee8ff; border-radius: 50%; font-weight: 800; }
.earnings-list { display: grid; gap: 10px; }
.earning-card { display: grid; padding: 15px 17px; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 13px; background: #fff; border: 1px solid rgba(23,43,61,.06); border-radius: 16px; box-shadow: 0 6px 20px rgba(23,43,61,.055); }
.earning-card-icon { display: grid; width: 46px; height: 46px; place-items: center; color: #fff; background: linear-gradient(145deg,#8d61e8,#5630b2); border-radius: 14px; font-size: 20px; font-weight: 800; }
.earning-card-content { min-width: 0; }
.earning-card-content h2 { margin: 0 0 2px; overflow: hidden; color: #172b3d; font-size: 14px; font-weight: 760; text-overflow: ellipsis; white-space: nowrap; }
.earning-card-content p { margin: 0 0 5px; color: #8793a0; font-size: 10px; }
.earning-card-content span { display: block; color: #647381; font-size: 11px; }
.earning-card-content i { margin: 0 3px; color: #b5bec7; font-style: normal; }
.earning-card > strong { color: #17805d; font-size: 16px; white-space: nowrap; }
.earnings-empty { padding: 42px 18px; color: #72808e; background: #fff; border-radius: 18px; text-align: center; box-shadow: 0 6px 20px rgba(23,43,61,.05); }
.earnings-empty div { display: grid; width: 56px; height: 56px; margin: 0 auto 12px; place-items: center; color: #6940c7; background: #eee8ff; border-radius: 18px; font-size: 24px; font-weight: 800; }
.earnings-empty h2 { margin: 0 0 5px; color: #172b3d; font-size: 17px; }
.earnings-empty p { margin: 0; font-size: 12px; }

@media (max-width: 767px) {
  .earnings-page { padding: 16px 14px 28px; }
  .earnings-back { margin: 2px 2px 13px; font-size: 12px; }
  .earnings-summary { min-height: 132px; padding: 19px 20px; border-radius: 19px; }
  .earnings-summary strong { font-size: 30px; }
  .earnings-summary img { width: 88px; height: 88px; }
  .earnings-heading { margin-top: 21px; }
  .earning-card { padding: 12px; grid-template-columns: 41px minmax(0,1fr) auto; gap: 10px; border-radius: 14px; }
  .earning-card-icon { width: 41px; height: 41px; border-radius: 12px; font-size: 17px; }
  .earning-card-content h2 { max-width: 145px; font-size: 13px; }
  .earning-card-content span { font-size: 10px; }
  .earning-card > strong { font-size: 14px; }
}

@media (max-width: 350px) {
  .dashboard-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-stat-card { min-height: 94px; }
  .dashboard-promo { padding-right: 38%; }
  .dashboard-promo > img { right: -42px; }
  .dashboard-action-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Keep the content area neutral; red is reserved for branding and actions. */
@media (max-width: 767px) {
  html, body.nav-md, body.nav-sm { background: #f7f8fc !important; }
  body.nav-md .container.body .right_col, body.nav-sm .container.body .right_col,
  .right_col, body:has(.is-dashboard-header) .right_col { background: #f7f8fc !important; }

  .stat-products,
  .stat-upcoming,
  .stat-completed,
  .stat-earnings { background: #fff; }
  .dashboard-stat-card { border-color: rgba(20,43,69,.035); box-shadow: 0 7px 20px rgba(20,43,69,.055); backdrop-filter: none; }

  .dashboard-promo { background: linear-gradient(125deg, #33209b, #6e43dc 70%, #8d5cf2); border-color: transparent; box-shadow: 0 12px 28px rgba(71,42,174,.19); }
  .dashboard-promo a { color: #a90818 !important; }

  .dashboard-action-grid > a, .dashboard-action-grid > button,
  .mobile-product-card, .mobile-order-card, .mobile-empty-state,
  .dashboard-order-preview, .dashboard-compact-empty, .mobile-bottom-sheet {
    background: #fff;
    border-color: rgba(20,43,69,.045);
    box-shadow: 0 7px 20px rgba(20,43,69,.055);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .mobile-search { background: #fff; border-color: rgba(20,43,69,.09); box-shadow: 0 3px 12px rgba(22,43,60,.035); backdrop-filter: none; }
  .product-price-grid { background: transparent; border-color: rgba(20,43,69,.09); }
  .order-info-list, .mobile-price-input { background: #f7f8fc; border-color: rgba(20,43,69,.09); }
  .dashboard-product-mini > img, .mini-product-fallback { box-shadow: 0 6px 15px rgba(20,43,69,.08); }
  .status-active, .status-completed { color: #17805d; background: #e6f7f0; }
  .status-upcoming { color: #9b6300; background: #fff4dc; }
  .mobile-order-tabs { background: #e9edf2; border-color: transparent; }
  .mobile-order-tabs a.is-active { color: #171717 !important; background: #fff; box-shadow: 0 4px 12px rgba(20,43,69,.08); }

  .mobile-app-header, .mobile-app-header.is-dashboard-header {
    background: rgba(247,164,197,.78);
    border-color: rgba(255,255,255,.42);
    border-radius: 0;
    box-shadow: inset 0 1px rgba(255,255,255,.7), inset 0 -1px rgba(173,22,83,.1), 0 7px 20px rgba(176,28,88,.16);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
  }
  .mobile-app-header::before { display: none; }
  .mobile-header-actions { position: absolute; top: env(safe-area-inset-top); right: 16px; bottom: 0; z-index: 2; display: flex; width: auto; min-width: 0; align-items: center; justify-content: flex-end; gap: 9px; }
  .mobile-refresh-button { display: inline-flex; width: 38px; height: 38px; padding: 0; align-items: center; justify-content: center; flex: 0 0 38px; color: #64132f; background: rgba(255,255,255,.48); border: 1px solid rgba(255,255,255,.62); border-radius: 50%; box-shadow: inset 0 1px rgba(255,255,255,.7), 0 4px 10px rgba(112,14,53,.13); }
  .mobile-refresh-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-refresh-button.is-refreshing svg { animation: mobile-refresh-spin .65s linear infinite; }
  @keyframes mobile-refresh-spin { to { transform: rotate(360deg); } }
  .mobile-vendor-name { position: relative; z-index: 1; display: block; width: auto; max-width: 135px; min-height: 44px; padding: 0; overflow: hidden; color: #541027; background: transparent; border: 0; border-radius: 0; box-shadow: none; font-size: 13px; font-weight: 750; line-height: 44px; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-vendor-name:active { color: #9e164d; background: transparent; box-shadow: none; }
  .mobile-bottom-nav-v2 {
    background: rgba(255,255,255,.98);
    border-top-color: rgba(20,43,69,.07);
    box-shadow: 0 -7px 24px rgba(20,43,69,.08);
  }
  .dashboard-stat-grid .dashboard-stat-card {
    background: #fff;
    border-radius: 10px !important;
  }
  .status-accepted { color: #a32359; background: #ffe7f0; }
  .order-response-meta { display: flex; margin: 15px 0 12px; padding-top: 13px; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid rgba(20,43,69,.09); }
  .order-response-meta > span { display: inline-flex; align-items: center; gap: 5px; color: #c6500b; font-size: 11px; font-weight: 700; }
  .order-response-meta svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.9; }
  .order-response-meta small { color: #6d7887; font-size: 10px; text-align: right; }
  .order-response-meta small strong { display: block; margin-top: 2px; color: #142b45; font-size: 15px; }
  .order-response-actions { display: grid; grid-template-columns: .75fr 1.8fr; gap: 10px; }
  .order-response-actions button { min-height: 48px; border-radius: 13px; font-size: 13px; font-weight: 750; transition: transform .18s ease, opacity .18s ease; }
  .order-response-actions button:active { transform: scale(.97); }
  .order-response-actions button:disabled { opacity: .55; }
  .order-decline-button { color: #142b45; background: #fff; border: 1px solid #e6cdd3; }
  .order-accept-button { color: #fff; background: linear-gradient(145deg, #f42b65, #d81550); border: 0; box-shadow: 0 7px 16px rgba(216,21,80,.2); }
  .dashboard-new-orders .mobile-card-list { gap: 9px; }
  .dashboard-new-orders .mobile-order-card { padding: 11px 12px; border-radius: 13px; }
  .dashboard-new-orders .order-card-top { margin-bottom: 7px; }
  .dashboard-new-orders .order-card-top > strong { font-size: 15px; }
  .dashboard-new-orders .status-badge { min-height: 21px; padding: 3px 7px; font-size: 9px; }
  .dashboard-new-orders .order-reference { margin-bottom: 3px; font-size: 10px; }
  .dashboard-new-orders .mobile-order-card h2 { margin: 0 0 7px; font-size: 14px; line-height: 1.25; -webkit-line-clamp: 1; }
  .dashboard-new-orders .order-info-list { margin-bottom: 8px; padding: 8px 9px; border-radius: 9px; }
  .dashboard-new-orders .order-info-list p { margin-bottom: 5px; gap: 7px; font-size: 10px; line-height: 1.3; }
  .dashboard-new-orders .order-info-list svg { width: 14px; height: 14px; flex-basis: 14px; }
  .dashboard-new-orders .order-response-meta { margin: 8px 0 8px; padding-top: 8px; }
  .dashboard-new-orders .order-response-meta > span { font-size: 10px; }
  .dashboard-new-orders .order-response-meta small { font-size: 9px; }
  .dashboard-new-orders .order-response-meta small strong { margin-top: 0; font-size: 13px; }
  .dashboard-new-orders .order-response-actions { gap: 8px; }
  .dashboard-new-orders .order-response-actions button { min-height: 40px; border-radius: 10px; font-size: 12px; }
}
