.delivery-page{display:grid;gap:20px}.delivery-page__header{align-items:flex-end}.delivery-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.delivery-tabs{display:flex;gap:8px;overflow:auto;padding:4px;background:var(--surface-soft,#f7efe6);border-radius:16px}.delivery-tab{border:0;background:transparent;border-radius:12px;padding:10px 14px;font-weight:850;color:var(--muted,#745f54);white-space:nowrap}.delivery-tab--active{background:#fff;color:var(--brand,#8f2f24);box-shadow:0 5px 18px rgba(67,18,15,.1)}.delivery-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.delivery-metric{padding:16px;border:1px solid var(--line,#eadfd4);border-radius:18px;background:#fff}.delivery-metric span{display:block;color:var(--muted,#745f54);font-size:.8rem;font-weight:750}.delivery-metric strong{display:block;margin-top:7px;font-size:1.55rem}.delivery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.delivery-column{display:grid;gap:12px;padding:14px;border:1px solid var(--line,#eadfd4);border-radius:22px;background:rgba(255,255,255,.65)}.delivery-column__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.delivery-column__head h3{margin:0}.delivery-column__count{display:grid;place-items:center;min-width:30px;height:30px;border-radius:999px;background:var(--brand,#8f2f24);color:#fff;font-weight:900}.delivery-card{display:grid;gap:13px;padding:15px;border:1px solid var(--line,#eadfd4);border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(67,18,15,.07)}.delivery-card__head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.delivery-card__folio{font-size:1.04rem;font-weight:950}.delivery-card__status{padding:6px 9px;border-radius:999px;background:#f3e6de;color:var(--brand,#8f2f24);font-size:.72rem;font-weight:900}.delivery-card__customer{display:grid;gap:4px}.delivery-card__customer strong{font-size:1rem}.delivery-card__customer span,.delivery-card__address,.delivery-card__meta{color:var(--muted,#745f54);font-size:.84rem;line-height:1.45}.delivery-card__amounts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.delivery-card__amount{padding:10px;border-radius:13px;background:#faf5ef}.delivery-card__amount span{display:block;color:var(--muted,#745f54);font-size:.68rem;text-transform:uppercase;font-weight:800}.delivery-card__amount strong{display:block;margin-top:4px;font-size:.9rem}.delivery-map{width:100%;aspect-ratio:2.2/1;object-fit:cover;border-radius:14px;border:1px solid var(--line,#eadfd4);background:#f2ede8}.delivery-actions{display:flex;flex-wrap:wrap;gap:8px}.delivery-actions .button{min-height:39px;padding:9px 11px;font-size:.78rem}.delivery-assign{display:grid;grid-template-columns:1fr auto;gap:8px}.delivery-assign select{min-width:0}.driver-status{display:flex;align-items:center;gap:8px}.driver-dot{width:10px;height:10px;border-radius:50%;background:#9b918b}.driver-dot--available{background:#1f8c62}.driver-dot--busy{background:#d08c22}.driver-dot--paused{background:#8e6cb4}.delivery-empty{padding:26px;text-align:center;border:1px dashed var(--line,#eadfd4);border-radius:16px;color:var(--muted,#745f54)}.delivery-driver-banner{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:16px 18px;border-radius:20px;background:linear-gradient(135deg,#43120f,#8f2f24);color:#fff}.delivery-driver-banner p{margin:4px 0 0;color:#ffffffc9}.delivery-driver-banner select{min-width:150px;background:#fff}.delivery-live{display:inline-flex;align-items:center;gap:7px;font-size:.76rem;font-weight:850;color:#176b4b}.delivery-live::before{content:"";width:9px;height:9px;border-radius:50%;background:#22a06b;box-shadow:0 0 0 5px rgba(34,160,107,.12)}@media(max-width:1100px){.delivery-grid{grid-template-columns:1fr 1fr}.delivery-column:last-child{grid-column:1/-1}.delivery-metrics{grid-template-columns:1fr 1fr}}@media(max-width:720px){.delivery-grid,.delivery-metrics{grid-template-columns:1fr}.delivery-column:last-child{grid-column:auto}.delivery-card__amounts{grid-template-columns:1fr 1fr}.delivery-driver-banner{align-items:flex-start;flex-direction:column}.delivery-toolbar{width:100%}.delivery-toolbar .button{flex:1}.delivery-assign{grid-template-columns:1fr}.delivery-card{padding:14px}.delivery-tabs{width:100%}}
