*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#0b1020;color:#f8fafc}.delivery-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(34,211,238,.18),transparent 32%),linear-gradient(135deg,#070b16,#111827 55%,#020617)}.delivery-shell{width:min(1240px,calc(100% - 32px));margin:0 auto}.delivery-hero{padding:42px 0 28px}.hero-grid{display:grid;grid-template-columns:1fr 320px;gap:28px;align-items:center}.eyebrow{display:inline-flex;font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:#22d3ee;font-weight:800;margin-bottom:10px}.delivery-hero h1{font-size:clamp(34px,5vw,66px);line-height:.95;margin:0 0 16px;font-weight:950;letter-spacing:-.06em}.delivery-hero p{max-width:640px;font-size:18px;color:#cbd5e1;line-height:1.7}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;padding:14px 20px;font-weight:900;text-decoration:none}.btn-primary{background:linear-gradient(135deg,#22d3ee,#6366f1);color:white;box-shadow:0 18px 50px rgba(34,211,238,.22)}.btn-secondary{background:rgba(255,255,255,.08);color:#e2e8f0;border:1px solid rgba(255,255,255,.12)}.hero-card{background:rgba(15,23,42,.74);border:1px solid rgba(148,163,184,.18);border-radius:28px;padding:24px;box-shadow:0 24px 80px rgba(0,0,0,.35);display:grid;gap:8px}.hero-card strong{font-size:22px}.hero-card span{color:#94a3b8}.status-dot{width:14px;height:14px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 8px rgba(34,197,94,.14)}.delivery-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:26px;padding-bottom:50px;align-items:start}.catalog,.cart-card{background:rgba(15,23,42,.72);border:1px solid rgba(148,163,184,.18);border-radius:30px;padding:24px;box-shadow:0 24px 80px rgba(0,0,0,.25)}.section-head,.cart-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.section-head h2,.cart-head h2{margin:0;font-size:30px;letter-spacing:-.04em}.search-input{width:min(320px,100%);background:#020617;border:1px solid rgba(148,163,184,.24);color:white;border-radius:16px;padding:14px 16px;outline:none}.category-tabs{display:flex;gap:10px;overflow:auto;padding:4px 0 18px;margin-bottom:4px}.cat-pill{border:0;border-radius:16px;padding:13px 18px;background:rgba(255,255,255,.08);color:#cbd5e1;font-weight:900;white-space:nowrap;cursor:pointer}.cat-pill.active{background:linear-gradient(135deg,#22d3ee,#2563eb);color:white}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px}.product-card{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid rgba(148,163,184,.16);border-radius:24px;overflow:hidden;transition:.2s transform,.2s border-color}.product-card:hover{transform:translateY(-3px);border-color:rgba(34,211,238,.42)}.product-img{height:145px;background:linear-gradient(135deg,#1e293b,#0f172a);display:flex;align-items:center;justify-content:center}.product-img img{width:100%;height:100%;object-fit:cover}.product-img span{width:70px;height:70px;border-radius:24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#22d3ee,#6366f1);font-size:34px;font-weight:950}.product-info{padding:16px}.product-info small{color:#22d3ee;font-weight:900}.product-info h3{margin:8px 0 6px;font-size:18px}.product-info p{min-height:38px;margin:0;color:#94a3b8;font-size:14px;line-height:1.35}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.product-bottom strong{font-size:20px}.add-btn{border:0;border-radius:14px;background:#22c55e;color:#052e16;font-weight:950;padding:10px 14px;cursor:pointer}.cart-panel{position:sticky;top:18px}.clear-btn{border:1px solid rgba(248,113,113,.35);background:rgba(248,113,113,.12);color:#fecaca;border-radius:12px;padding:10px 12px;font-weight:900;cursor:pointer}.cart-items{display:grid;gap:12px;max-height:330px;overflow:auto;padding-right:4px}.cart-empty,.empty-card{color:#94a3b8;background:rgba(255,255,255,.05);border:1px dashed rgba(148,163,184,.25);border-radius:20px;padding:20px;text-align:center}.cart-row{display:flex;justify-content:space-between;gap:12px;background:rgba(255,255,255,.06);border:1px solid rgba(148,163,184,.14);border-radius:18px;padding:13px}.cart-row span{display:block;color:#94a3b8;font-size:13px;margin-top:4px}.cart-controls{display:flex;gap:6px}.cart-controls button{width:30px;height:30px;border:0;border-radius:10px;background:#1e293b;color:white;font-weight:900;cursor:pointer}.cart-summary{margin:18px 0;display:grid;gap:10px}.cart-summary div{display:flex;justify-content:space-between;color:#cbd5e1}.cart-summary .total{font-size:22px;color:white;border-top:1px solid rgba(148,163,184,.18);padding-top:12px}.checkout-form{display:grid;gap:10px}.checkout-form input,.checkout-form textarea{width:100%;border:1px solid rgba(148,163,184,.22);background:#020617;color:white;border-radius:14px;padding:13px 14px;outline:none}.checkout-form textarea{min-height:82px;resize:vertical}.checkout-btn{border:0;border-radius:16px;background:linear-gradient(135deg,#f97316,#ef4444);color:white;padding:15px;font-weight:950;font-size:16px;cursor:pointer;box-shadow:0 18px 50px rgba(249,115,22,.22)}@media(max-width:980px){.hero-grid,.delivery-layout{grid-template-columns:1fr}.cart-panel{position:static}.section-head{align-items:flex-start;flex-direction:column}.search-input{width:100%}}@media(max-width:560px){.delivery-shell{width:min(100% - 20px,1240px)}.delivery-hero{padding-top:26px}.catalog,.cart-card{border-radius:22px;padding:16px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-img{height:110px}.product-info{padding:12px}.product-info p{display:none}.product-bottom{align-items:flex-start;gap:8px;flex-direction:column}.add-btn{width:100%}.hero-card{display:none}}
/* SMS verification additions */
.sms-box{background:rgba(34,211,238,.08);border:1px solid rgba(34,211,238,.20);border-radius:18px;padding:12px;display:grid;gap:10px}
.sms-code-row{display:grid;grid-template-columns:1fr auto;gap:8px}
.sms-btn{border:0;border-radius:14px;background:#2563eb;color:white;padding:12px 14px;font-weight:950;cursor:pointer}
.sms-btn.verify{background:#22c55e;color:#052e16}
.sms-status{margin:0;color:#fbbf24;font-size:13px;line-height:1.35}
.sms-status.ok{color:#86efac}
.checkout-btn:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(1)}
