#shopOrderStatusFilters{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 18px}
#shopOrderStatusFilters button{display:flex;align-items:center;gap:8px;min-height:42px;padding:8px 12px;border:1px solid #3c4b60;border-radius:12px;background:#222d3d;color:#c7d4e5;font:inherit;font-size:12px;font-weight:700;cursor:pointer}
#shopOrderStatusFilters button span{min-width:23px;padding:3px 6px;border-radius:7px;background:#ffffff0c;text-align:center;font-size:11px;font-variant-numeric:tabular-nums}
#shopOrderStatusFilters button.active{background:#f1c351;color:#202630;border-color:#f1c351;box-shadow:0 4px 14px #eab63320}
#shopOrderStatusFilters button:hover:not(.active){background:#30425b;border-color:#739ac5}
#shopOrderStatusFilters button:focus-visible,#shopAdminOrders>details>summary:focus-visible{outline:3px solid #9dc8ff;outline-offset:3px}
#shopAdminOrders .shop-order-admin{--order-accent:#edc16b;border:1px solid #35465d;border-left:4px solid var(--order-accent);background:linear-gradient(125deg,#253247,#1b2533);border-radius:17px;margin-top:12px;box-shadow:0 6px 18px #0002;overflow:hidden;scroll-margin-top:16px}
#shopAdminOrders .status-confirmed{--order-accent:#83bfff}
#shopAdminOrders .status-preparing{--order-accent:#c5a2ff}
#shopAdminOrders .status-ready{--order-accent:#83dfb4}
#shopAdminOrders .status-completed{--order-accent:#8b9caf}
#shopAdminOrders .is-cancelled{--order-accent:#e595a7}
#shopAdminOrders .shop-order-admin>summary.order-summary-new{padding:18px;gap:18px;cursor:pointer;background:transparent;align-items:flex-start}
#shopAdminOrders .shop-order-admin[open]>summary{border-bottom:1px solid #42516a;background:#ffffff03}
#shopAdminOrders .order-summary-title{gap:9px;align-items:center;flex-wrap:wrap}
#shopAdminOrders .order-summary-title>b{font-size:19px;color:#f4f7ff;letter-spacing:-.02em}
#shopAdminOrders .order-summary-title>strong{font-size:12px;color:#a9bad0;font-weight:500}
#shopAdminOrders .order-summary-money>strong{font-size:25px;font-variant-numeric:tabular-nums;letter-spacing:-.03em;color:#f5f8ff;white-space:nowrap}
#shopAdminOrders .order-summary-states{gap:6px;margin:10px 0;flex-wrap:wrap}
#shopAdminOrders .order-summary-states>span{border:1px solid #ffffff15;border-radius:7px;padding:4px 7px;background:#ffffff07;color:#c9d7e9;font-size:11px}
#shopAdminOrders .order-summary-states .order-paid.is-paid{background:#78dbab12;border-color:#78dbab33;color:#a1e5c2}
#shopAdminOrders .order-summary-states .order-requested-time{background:#edc16b17;border-color:#edc16b45;color:#f5d88e;font-weight:700}
#shopAdminOrders .order-summary-states .order-cancelled-badge{color:#ffbdc9;border-color:#e595a74a;background:#e595a712}
#shopAdminOrders .order-fulfillment-badge:before{content:'↗';display:inline-block;margin-right:5px;color:#9dccff;font-weight:800}
#shopAdminOrders [data-fulfillment="pickup"] .order-fulfillment-badge:before{content:'⌂';color:#efcf87}
#shopAdminOrders .order-customer-line{color:#c1cfe0;line-height:1.55;overflow-wrap:anywhere}
#shopAdminOrders .order-item-count{color:#a7b9cf;font-size:11px;margin-top:5px}
#shopAdminOrders .order-preview-images{display:flex;align-items:center;gap:7px;margin-top:12px}
#shopAdminOrders .order-preview-tile{position:relative;display:grid;place-items:center;flex:none;width:39px;height:39px;background:#f8f8f8;border-radius:9px;border:1px solid #ffffff30;color:#617285}
#shopAdminOrders .order-preview-tile img{position:absolute;width:100%;height:100%;inset:0;object-fit:contain;border-radius:8px}
#shopAdminOrders .order-preview-tile small{position:absolute;right:-4px;bottom:-3px;z-index:1;border-radius:4px;padding:1px 3px;background:#344861;color:#eef5ff;font-size:9px;font-weight:750}
#shopAdminOrders .order-preview-more{font-size:11px;color:#a9c5e7;padding-left:4px}
#shop-admin .shop-order-search input{border-radius:11px;min-height:44px}
@media(max-width:720px){
  #shopOrderStatusFilters{gap:6px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  #shopOrderStatusFilters button{justify-content:space-between;padding:9px 10px;min-height:44px}
  #shopAdminOrders .shop-order-admin>summary.order-summary-new{padding:12px;gap:8px}
  #shopAdminOrders .order-summary-title>b{font-size:16px}
  #shopAdminOrders .order-summary-title>strong{font-size:11px}
  #shopAdminOrders .order-summary-money>strong{font-size:20px}
  #shopAdminOrders .order-summary-states>span{font-size:10px}
  #shopAdminOrders .order-summary-main{min-width:0;flex:1}
  #shopAdminOrders .order-preview-tile{width:30px;height:30px;border-radius:7px}
  #shopAdminOrders .order-preview-images{gap:5px}
}
