@import"https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700&display=swap";:root{font-family:Vazirmatn,IRANSansX,IRANSans,system-ui,sans-serif;color:#202124;background:#ececef;font-synthesis:none;--brand: #ff0f64;--brand-soft: #fff0f5;--text: #202124;--muted: #85888f;--line: #ececef;--surface: #fff;--bg: #f8f8f9;--danger: #c9344c;--ok: #16875d;--radius: 10px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-width:320px;background:#ececef}button,input{font:inherit}button{cursor:pointer}.site-shell{min-height:100dvh;display:grid;place-items:center;padding:0}.app-frame{position:relative;width:min(430px,100vw);min-height:100dvh;background:var(--bg);overflow:hidden;box-shadow:0 18px 60px #1414191f}.screen{min-height:100dvh;background:var(--bg);padding-bottom:env(safe-area-inset-bottom)}.screen.with-bottom-nav{padding-bottom:64px}.screen-content{padding:12px 13px 24px}.menu-content{padding-bottom:142px}.topbar{height:50px;position:sticky;top:0;z-index:20;display:grid;grid-template-columns:34px 1fr 34px;align-items:center;gap:7px;padding:0 11px;background:#fffffff7;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar-title{text-align:center;font-size:13px;font-weight:600}.topbar-action{display:grid;place-items:center;min-width:34px}.topbar-spacer{width:34px}.icon-button{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:8px;background:#f3f4f5;color:#45484e}.text-button{border:0;background:transparent;color:var(--brand);padding:4px;font-size:11px;font-weight:600}.text-button.centered{display:block;margin:9px auto 0}.button{border-radius:8px;padding:10px 12px;font-size:12px;font-weight:600;border:1px solid transparent}.button.full{width:100%;margin-top:9px}.button.primary{background:var(--brand);color:#fff;border-color:var(--brand)}.button.secondary{background:#fff;color:var(--text);border-color:var(--line)}.button:disabled{opacity:.58;cursor:wait}.menu-address-line{min-height:57px;display:flex;align-items:center;gap:9px;padding:9px 13px;background:#fff;border-bottom:1px solid var(--line)}.menu-address-line>div{flex:1;min-width:0}.menu-address-line strong{display:block;font-size:11px;font-weight:600}.menu-address-line span{display:block;font-size:9.5px;color:var(--muted);margin-top:2px}.menu-address-line button{border:0;background:var(--brand-soft);color:var(--brand);border-radius:8px;padding:7px 9px;font-size:10px;font-weight:600;white-space:nowrap}.search-box{display:flex;align-items:center;gap:7px;background:#f0f1f3;border-radius:9px;padding:9px 10px;color:#9a9da3}.search-box svg{width:17px;height:17px}.search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:11px}.category-row{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;margin:12px 0 15px;padding-bottom:1px}.category-row::-webkit-scrollbar{display:none}.category{flex:0 0 auto;border:1px solid var(--line);background:#fff;color:#666a70;border-radius:8px;padding:6px 10px;font-size:10px}.category.active{background:var(--brand-soft);border-color:#ffd1e1;color:var(--brand);font-weight:600}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.section-title h2{margin:0;font-size:13px;font-weight:600}.section-title span{color:var(--muted);font-size:9px}.product-list{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.product-card{display:grid;grid-template-columns:68px minmax(0,1fr);gap:10px;padding:10px;border-bottom:1px solid var(--line)}.product-card:last-child{border-bottom:0}.product-photo{width:68px;height:66px;border-radius:8px;overflow:hidden;background:#f0f1f3}.product-photo img{width:100%;height:100%;object-fit:cover}.photo-placeholder{width:100%;height:100%;display:grid;place-items:center;text-align:center;font-size:8px;color:#9b9ea4;background:linear-gradient(135deg,#f0e3da,#d9bba5)}.product-body{min-width:0}.product-body h3{margin:0 0 3px;font-size:11.5px;font-weight:600}.product-body p{margin:0;min-height:29px;color:var(--muted);font-size:9.2px;line-height:1.6}.product-footer{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:5px}.product-footer strong{font-size:10.5px}.add-button{width:30px;height:28px;display:grid;place-items:center;border:0;border-radius:7px;background:var(--brand-soft);color:var(--brand)}.add-button svg{width:17px;height:17px}.quantity{display:flex;align-items:center;gap:6px}.quantity button{width:26px;height:26px;display:grid;place-items:center;border:1px solid #ffd4e3;border-radius:7px;background:#fff;color:var(--brand);padding:0}.quantity button svg{width:14px;height:14px}.quantity span{min-width:12px;text-align:center;font-size:10px;font-weight:600}.cart-bar{position:fixed;z-index:30;bottom:calc(65px + env(safe-area-inset-bottom));left:50%;transform:translate(-50%);width:min(404px,calc(100vw - 26px));display:flex;align-items:center;justify-content:space-between;border:0;border-radius:9px;padding:10px 12px;background:var(--brand);color:#fff;font-size:10.5px;font-weight:600;box-shadow:0 8px 22px #ff0f6438}.bottom-nav{position:fixed;z-index:25;bottom:0;left:50%;transform:translate(-50%);width:min(430px,100vw);height:calc(60px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-top:1px solid var(--line)}.bottom-nav-item{border:0;background:transparent;display:grid;place-items:center;align-content:center;gap:2px;color:#999ca2;font-size:9px}.bottom-nav-item svg{width:19px;height:19px}.bottom-nav-item.active{color:var(--brand);font-weight:600}.card,.summary-card,.list-button{background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.card.compact{padding:11px}.stack{display:grid;gap:9px}.stack.tight{gap:7px}.card-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.card-heading strong{font-size:11px}.card-heading>span{font-size:9px;color:var(--muted)}.field{width:100%;border:1px solid #e4e5e8;border-radius:8px;outline:0;background:#fff;padding:9px 10px;color:var(--text);font-size:11px}.field:focus{border-color:#ffadc9;box-shadow:0 0 0 2px var(--brand-soft)}.field.ltr{direction:ltr;text-align:left}.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:7px}.muted-lines{margin:0;font-size:9.5px;line-height:1.9;color:#666a70}.payment-row{display:flex;align-items:center;justify-content:space-between}.payment-row strong{display:block;font-size:10.5px}.payment-row span{display:block;margin-top:2px;color:var(--muted);font-size:8.8px}.radio-dot{width:16px;height:16px;border:4px solid var(--brand);border-radius:50%}.summary-card{padding:9px 11px}.summary-card>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 0;color:#686b71;font-size:10px}.summary-card .summary-total{margin-top:4px;padding-top:9px;border-top:1px dashed var(--line);color:var(--text);font-size:11px;font-weight:600}.notice{margin-bottom:9px;padding:9px 10px;border:1px solid #ffd8e6;border-radius:8px;background:#fff7fa;color:#7f5262;font-size:9.5px;line-height:1.7}.cart-items{padding:0 11px}.cart-line{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:8px;align-items:center;padding:9px 0;border-bottom:1px solid var(--line)}.cart-line:last-child{border-bottom:0}.small-photo{width:46px;height:46px;border-radius:8px;background:linear-gradient(135deg,#f0e3da,#d9bba5)}.cart-line-main{min-width:0}.cart-line-main strong{display:block;font-size:10.5px}.cart-line-main span{display:block;margin-top:2px;color:var(--muted);font-size:8.8px}.form-error{margin-top:7px;color:var(--danger);font-size:9.5px;line-height:1.7}.hint{text-align:center;color:var(--muted);font-size:8.8px;line-height:1.7}.center-screen{min-height:calc(100dvh - 50px);display:grid;place-items:center;padding:24px;text-align:center}.auth-box{width:100%;max-width:300px}.auth-box h1{margin:0 0 5px;font-size:16px;font-weight:700}.auth-box p{margin:0 0 14px;color:var(--muted);font-size:10.5px;line-height:1.85}.brand-mark{width:50px;height:50px;display:grid;place-items:center;margin:0 auto 13px;border-radius:14px;background:var(--brand);color:#fff;font-size:19px;font-weight:700}.otp-field{direction:ltr;text-align:center;letter-spacing:5px}.spinner{width:34px;height:34px;margin:0 auto 13px;border:3px solid #f3ccd9;border-top-color:var(--brand);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.success-mark{width:56px;height:56px;display:grid;place-items:center;margin:0 auto 13px;border-radius:50%;background:#eaf7f1;color:var(--ok)}.success-mark svg{width:27px;height:27px;stroke-width:2.2}.status-card{margin-bottom:8px;text-align:right}.status-card span,.current-status span{display:block;color:var(--muted);font-size:8.8px}.status-card strong{font-size:11px}.current-status{margin-bottom:9px}.current-status strong{display:block;margin-top:2px;font-size:13px}.timeline{padding:8px 11px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.timeline-step{position:relative;display:grid;grid-template-columns:20px 1fr;gap:9px;min-height:58px;color:#b0b2b6}.timeline-step:not(:last-child):before{content:"";position:absolute;right:9px;top:18px;bottom:-3px;width:1px;background:#e5e6e9}.timeline-dot{width:10px;height:10px;margin-top:4px;border:2px solid #c6c8cc;border-radius:50%;background:#fff;z-index:2}.timeline-step.done,.timeline-step.current{color:var(--text)}.timeline-step.done .timeline-dot,.timeline-step.current .timeline-dot{border-color:var(--brand);background:var(--brand)}.timeline-step strong{display:block;font-size:10.5px}.timeline-step span{display:block;margin-top:2px;color:var(--muted);font-size:8.7px}.order-list{display:grid;gap:8px}.order-card{width:100%;text-align:right;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:11px;color:var(--text)}.order-top,.order-meta,.order-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px}.order-top strong{font-size:11px}.status-badge{padding:4px 7px;border-radius:7px;background:var(--brand-soft);color:var(--brand);font-size:8.5px}.order-meta{margin:8px 0;color:var(--muted);font-size:9px}.order-bottom{padding-top:8px;border-top:1px solid var(--line);font-size:9.5px}.order-bottom>span{color:var(--brand);font-weight:600}.field-label{color:var(--muted);font-size:8.8px;margin-bottom:4px}.detail-text{margin:0;font-size:9.8px;line-height:1.8}.list-button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px;color:var(--text);font-size:11px;text-align:right}.list-button.danger{color:var(--danger);justify-content:center}.empty-state{min-height:330px;display:grid;place-items:center;padding:34px 22px;text-align:center}.empty-state-inner{max-width:245px}.empty-icon{width:54px;height:54px;display:grid;place-items:center;margin:0 auto 11px;border-radius:16px;background:#f0f1f3;color:#999ca2}.empty-state h3{margin:0 0 5px;font-size:13px}.empty-state p{margin:0 0 13px;color:var(--muted);font-size:9.8px;line-height:1.8}.welcome-overlay{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:end center;padding:14px;background:#19191c57}.welcome-card{width:min(402px,100%);padding:18px 16px 15px;border-radius:16px;background:#fff;text-align:center;box-shadow:0 20px 70px #0003}.welcome-mark{width:44px;height:44px;display:grid;place-items:center;margin:0 auto 10px;border-radius:13px;background:var(--brand);color:#fff;font-weight:700}.welcome-card h2{margin:0 0 4px;font-size:15px}.welcome-card p{margin:0 0 12px;color:var(--muted);font-size:10px;line-height:1.8}.welcome-card .button{width:100%}.toast{position:fixed;z-index:120;left:50%;bottom:74px;transform:translate(-50%);padding:8px 11px;border-radius:8px;background:#24262a;color:#fff;box-shadow:0 10px 30px #0003;font-size:9.5px;white-space:nowrap}.loading-block{padding:40px 10px;text-align:center;color:var(--muted);font-size:10px}.boot{min-height:100dvh;display:grid;place-items:center;gap:12px;text-align:center;color:#666a70;font-size:12px}.boot.error{color:var(--danger)}.boot button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 11px}.mock-note{position:fixed;bottom:8px;left:8px;z-index:150;padding:5px 7px;border-radius:6px;background:#1e1f22d1;color:#fff;direction:rtl;font-size:8px;pointer-events:none}.ltr{direction:ltr}.inline-block{display:inline-block}@media (min-width: 700px){.site-shell{padding:24px}.app-frame{min-height:min(840px,calc(100dvh - 48px));height:min(840px,calc(100dvh - 48px));border-radius:16px;overflow-y:auto}.app-frame::-webkit-scrollbar{display:none}.app-frame{scrollbar-width:none;-ms-overflow-style:none}.screen{min-height:100%}.center-screen{min-height:calc(100% - 50px)}.cart-bar{position:absolute;bottom:65px;width:calc(100% - 26px)}.bottom-nav{position:absolute;width:100%}.welcome-overlay{position:absolute}.toast{position:absolute;bottom:72px}}
