#dst{--brand:#111;--accent:#CBA135;--wa:#25D366;--border:#e2e8f0;--muted:#475569;--radius:16px;font-family:"Tajawal",system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:0 10px 25px rgba(2,6,23,.06)}
#dst .dst-badge{display:inline-block;background:var(--brand);color:#fff;padding:6px 12px;border-radius:999px;font-weight:700;margin-bottom:10px}
#dst .dst-title{margin:0 0 6px;font-size:22px;font-weight:800}
#dst .dst-desc{margin:0 0 14px;color:var(--muted)}
#dst .dst-form,.dst-phone-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}
@media(max-width:720px){#dst .dst-form,#dst .dst-phone-row{grid-template-columns:1fr}}
#dst .dst-input{padding:12px 14px;border:1px solid var(--border);border-radius:12px}
#dst .dst-btn{padding:12px 16px;border:0;border-radius:12px;background:var(--brand);color:#fff;font-weight:700;min-width:140px;cursor:pointer}
#dst .dst-btn.wa{background:var(--wa)}
#dst .dst-btn:disabled{opacity:.6;cursor:not-allowed}
#dst .dst-note{margin-top:8px;font-size:14px}
#dst .dst-hello{margin-top:8px;padding:10px;border-radius:12px;background:#f8fafc;border:1px dashed var(--border);font-weight:700}
#dst .dst-orderbox{display:flex;gap:10px;margin-top:10px;border:1px solid var(--border);border-radius:12px;padding:10px}
#dst .dst-order img{width:56px;height:56px;object-fit:cover;border-radius:10px;border:1px solid var(--border);margin-inline-end:8px}
#dst .dst-order .name{font-weight:700}
#dst .dst-order .addr{color:#64748b;font-size:13px;margin-top:2px}
#dst .dst-order .price{color:#111;margin-top:4px;font-weight:700}
#dst .dst-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}
#dst .dst-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}
#dst .dst-step img{width:40px;height:40px;object-fit:contain}
#dst .dst-bar{position:relative;height:14px;border-radius:999px;background:#f1f5f9;margin:20px 2px 0 2px;overflow:visible}
#dst .dst-bar-fill{position:absolute;top:0;bottom:0;width:0;background:linear-gradient(90deg,var(--accent),color-mix(in srgb,var(--accent) 70%,#000 10%))}
#dst.ltr .dst-bar-fill{left:0;right:auto;transform-origin:left center}
#dst.rtl .dst-bar-fill{right:0;left:auto;transform-origin:right center}
#dst .dst-truck{position:absolute;top:-40px;width:40px;height:32px;pointer-events:none;z-index:2}
#dst.ltr .dst-truck{left:0;transform:translateX(-50%)}
#dst.rtl .dst-truck{right:0;transform:translateX(50%)}
#dst .dst-percent{margin-top:6px;font-weight:800}
#dst .dst-quick{margin-top:12px;border:1px dashed var(--border);border-radius:12px;padding:10px;background:#fff}
#dst .dst-quick-title{font-weight:700;margin-bottom:6px}
#dst .dst-chip{border:1px dashed var(--border);background:#f8fafc;border-radius:999px;padding:8px 12px;cursor:pointer;font-size:13px;margin-inline-end:8px}
#dst .dst-chip:hover{border-color:var(--accent)}
#dst .dst-contacts{margin-top:12px;border:1px solid var(--border);border-radius:12px;padding:10px}
#dst .dst-contact{padding:2px 0}
#dst .dst-timeline{margin-top:12px}
#dst .dst-timeline-list{list-style:none;padding:0;margin:0}
#dst .dst-timeline-list li{display:flex;justify-content:space-between;border-bottom:1px dashed var(--border);padding:6px 0}
#dst .dst-closed{background:#fee2e2;border:1px solid #fecaca;color:#991b1b;border-radius:12px;padding:10px;margin-bottom:10px;font-weight:700}
#dst .dst-phone-head{margin-top:16px}
#dst .dst-phone-title{font-weight:800;margin-bottom:4px}
#dst .dst-phone-help{color:#64748b;margin-bottom:8px}
#dst .dst-phone-result{margin-top:8px;border:1px solid var(--border);border-radius:12px;padding:8px;display:grid;gap:8px;background:#f8fafc}
#dst .dst-pr-item{display:flex;align-items:center;gap:10px;background:#fff;border:1px dashed var(--border);border-radius:12px;padding:8px;cursor:pointer}
#dst .dst-pr-item img{width:42px;height:42px;border-radius:8px;object-fit:cover;border:1px solid var(--border)}
#dst .dst-pr-item .title{font-weight:700}
#dst .dst-pr-item .muted{color:#64748b;font-size:12px}
