.toast{position:fixed;top:64px;right:720/2px;background-color:#111827;color:#fff;font-size:14px;padding:10px 20px;border-radius:4px;opacity:0;animation:slideIn 3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}:root{--primary: #f97316;--primary-hover: #ea580c;--primary-active: #c2410c;--primary-light: #ffedd5;--secondary: #dc2626;--secondary-hover: #b91c1c;--secondary-active: #991b1b;--secondary-light: #fee2e2;--success: #16a34a;--error: #dc2626;--warning: #d97706;--info: #0284c7;--neutral-50: #fafaf9;--neutral-100: #f5f5f4;--neutral-200: #e7e5e4;--neutral-300: #d6d3d1;--neutral-400: #a8a29e;--neutral-500: #78716c;--neutral-600: #57534e;--neutral-700: #44403c;--neutral-800: #292524;--neutral-900: #1c1917;--background: #fafaf9;--surface: #ffffff;--border: #e7e5e4;--text-primary: #1c1917;--text-secondary: #57534e;--bg: var(--background);--line: var(--border);--text: var(--text-primary);--surface-soft: #fff7ed;--brand: var(--primary);--brand-strong: var(--primary-hover);--ok: var(--success);--on-primary: #ffffff;--shadow: 0 8px 24px rgba(0, 0, 0, .08)}@media(prefers-color-scheme:dark){:root{--primary: #fb923c;--primary-hover: #f97316;--primary-active: #ea580c;--secondary: #ef4444;--success: #22c55e;--background: #1c1917;--surface: #292524;--border: #3f3f46;--text-primary: #fafaf9;--text-secondary: #d6d3d1;--bg: var(--background);--line: var(--border);--text: var(--text-primary);--surface-soft: #3a2f2a;--shadow: 0 10px 26px rgba(0, 0, 0, .45)}}[data-theme=light]{--primary: #f97316;--primary-hover: #ea580c;--primary-active: #c2410c;--secondary: #dc2626;--success: #16a34a;--background: #fafaf9;--surface: #ffffff;--border: #e7e5e4;--text-primary: #1c1917;--text-secondary: #57534e;--bg: var(--background);--line: var(--border);--text: var(--text-primary);--surface-soft: #fff7ed;--shadow: 0 8px 24px rgba(0, 0, 0, .08)}[data-theme=dark]{--primary: #fb923c;--primary-hover: #f97316;--primary-active: #ea580c;--secondary: #ef4444;--success: #22c55e;--background: #1c1917;--surface: #292524;--border: #3f3f46;--text-primary: #fafaf9;--text-secondary: #d6d3d1;--bg: var(--background);--line: var(--border);--text: var(--text-primary);--surface-soft: #3a2f2a;--shadow: 0 10px 26px rgba(0, 0, 0, .45)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;font-family:Sora,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}.m-app{max-width:480px;margin:0 auto;min-height:100vh;background:var(--bg)}.m-header{position:sticky;top:0;z-index:8;background:linear-gradient(180deg,#fb923c,#f97316 64%,#c2410c);padding:10px 12px 12px;box-shadow:var(--shadow)}.m-home-hero{min-height:240px;background:linear-gradient(145deg,#fb923c,#f97316 52%,#dc2626);background-size:cover;background-position:center;color:#fff;display:flex;align-items:flex-end}.m-home-overlay{width:100%;padding:20px 14px;background:linear-gradient(180deg,#0000,#00000059)}.m-home-figma-bg{background:#dcdcdc;padding:8px 6px}.m-home-figma-wrap{min-height:calc(100vh - 20px);border:1px solid #ddd;background:#efefef;padding:6px;display:grid;grid-template-rows:1fr auto;gap:10px}.m-home-figma-card{background:#efefef;border:1px solid #ddd;border-radius:0;padding-bottom:10px;overflow:hidden}.m-home-hero-figma{min-height:150px;border-radius:14px;margin:6px}.m-home-figma-head{display:grid;grid-template-columns:62px 1fr;gap:24px;align-items:center;margin:5px 10px 8px}.m-home-figma-icon-wrap{display:grid;place-items:center}.m-home-logo-figma{width:58px;height:58px;border-radius:999px;border:0;margin:0;background:#f2878f}.m-home-fallback-icon{background:#f2878f}.m-home-figma-title{margin:10px 0 0;font-size:clamp(24px,6vw,32px);line-height:1;color:#121212}.m-home-figma-subtitle{margin:2px 0 0;font-size:clamp(18px,4.8vw,16px);color:#121212}.m-home-figma-meta{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:0 12px;margin-bottom:10px}.m-home-figma-meta-item{font-size:clamp(16px,4.2vw,24px);color:#111}.m-home-figma-block{padding:0 12px;margin-top:8px}.m-home-figma-block-title{margin:0 0 8px;font-size:clamp(20px,5vw,28px);color:#111}.m-home-figma-hours{display:grid;gap:4px}.m-home-figma-hour-row{display:grid;grid-template-columns:46px 1fr;gap:6px;font-size:clamp(14px,3.8vw,20px);color:#222}.m-home-figma-payments{display:flex;flex-wrap:wrap;gap:8px}.m-home-figma-chip{background:#c2c2c2;color:#111;font-size:clamp(13px,3.3vw,16px);border-radius:10px;padding:8px 12px}.m-home-figma-footer{border:1px solid #ddd;background:#efefef;padding:10px 12px 12px}.m-home-figma-cta{background:#d0d0d0;color:#111;font-size:clamp(16px,4vw,20px);min-height:48px}.m-field-help.green{color:green;/}@media(max-width:380px){.m-home-figma-head{grid-template-columns:52px 1fr;margin:-24px 8px 8px}.m-home-logo-figma{width:52px;height:52px}.m-home-figma-meta{grid-template-columns:1fr;gap:2px}.m-home-figma-hour-row{grid-template-columns:40px 1fr}}.m-home-logo{width:72px;height:72px;object-fit:cover;border-radius:16px;border:2px solid rgba(255,255,255,.9);margin-bottom:10px}.m-home-title{margin:0;font-size:30px;line-height:1.1;font-weight:900}.m-home-subtitle{margin:8px 0 0;opacity:.95;font-size:14px}.m-header-minimal{background:var(--brand);color:var(--on-primary)}.m-header-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.m-title{font-size:18px;font-weight:700}.m-title-wrap{display:flex;align-items:center;gap:8px;min-width:0}.m-tenant-logo{width:28px;height:28px;border-radius:8px;object-fit:cover;border:1px solid rgba(0,0,0,.08)}.m-icon-btn{border:0;background:#ffffffd1;width:34px;height:34px;border-radius:10px;font-size:16px}.m-header-minimal .m-icon-btn{background:#ffffffe6}.m-icon-placeholder{visibility:hidden}.m-search{width:100%;margin-top:10px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;font-size:15px}.m-body{padding:16px 16px 100px}.m-home-body,.m-product-body,.m-cart-body{display:grid;gap:10px}.m-cats{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.m-chip{flex:0 0 auto;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:999px;padding:8px 12px;font-size:13px}.m-chip.active{background:var(--brand);color:var(--on-primary);border-color:var(--brand)}.m-section-title{margin:16px 0 10px;font-size:22px;font-weight:800}.m-title-ellipsis{font-size:18px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.m-card{border-radius:14px;background:var(--surface);border:1px solid var(--line);padding:10px;box-shadow:var(--shadow);text-decoration:none;color:inherit;display:grid;gap:8px}.m-thumb{height:96px;border-radius:10px;background:linear-gradient(140deg,#fcd34d,#f59e0b 60%,#ef4444)}.m-thumb-img{width:100%;height:96px;border-radius:10px;object-fit:cover;display:block}.m-card-name{font-size:14px;font-weight:700;line-height:1.2;min-height:34px}.m-card-desc{font-size:12px;color:var(--text-secondary);line-height:1.2}.m-price-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.m-price{font-size:18px;font-weight:800;color:var(--ok)}.m-add{border:0;width:30px;height:30px;border-radius:999px;background:var(--brand);font-size:18px;font-weight:700}.m-bottom-nav{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:min(480px,100%);background:var(--surface);border-top:1px solid var(--line);padding:10px 12px calc(10px + env(safe-area-inset-bottom));z-index:9}.m-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.m-total-block{display:grid;gap:2px}.m-cart-pill{font-size:13px;color:var(--text-secondary)}.m-primary{border:0;background:var(--brand);color:var(--on-primary);font-weight:800;border-radius:12px;padding:12px 16px;min-height:46px;font-size:16px}.m-primary:hover{background:var(--primary-hover)}.m-primary:active{background:var(--primary-active)}.m-primary-block{width:100%}.m-surface{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:12px;box-shadow:var(--shadow)}.m-muted{color:var(--text-secondary);font-size:13px}.m-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.m-qty{display:inline-flex;align-items:center;gap:8px}.m-qty-btn{width:34px;height:34px;border-radius:10px;border:1px solid var(--line);background:var(--surface)}.m-option{display:grid;gap:6px;padding:10px;border-radius:10px;border:1px solid var(--line);background:var(--surface)}.m-product-name{font-size:24px;font-weight:800;line-height:1.1}.m-product-image{width:100%;height:180px;border-radius:12px;object-fit:cover;display:block;margin-bottom:10px}.m-product-line{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:8px}.m-product-price{font-size:30px;font-weight:900;color:var(--success)}.m-product-desc{margin:8px 0 0;color:var(--text-secondary);font-size:14px;line-height:1.4}.m-custom-block{display:grid;gap:8px}.m-custom-block-title{margin:0;font-size:20px;font-weight:800}.m-custom-group{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:10px;display:grid;gap:8px}.m-custom-head{display:grid;gap:4px}.m-custom-title{font-size:16px;font-weight:800}.m-custom-list{display:grid;gap:8px}.m-custom-option{width:100%;text-align:left;border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.m-custom-option.active{border-color:var(--brand);background:var(--surface-soft)}.m-custom-option:disabled{opacity:.55}.m-custom-name{font-size:14px;font-weight:700}.m-custom-price{font-size:13px;color:var(--success);margin-top:2px}.m-custom-desc{font-size:12px;color:var(--text-secondary);margin-top:2px}.m-custom-toggle{width:26px;height:26px;border-radius:999px;display:inline-grid;place-items:center;border:1px solid var(--line);background:var(--surface);font-size:16px;font-weight:800}.m-label{display:block;margin-bottom:6px;font-weight:700}.m-home-section-title{margin:0 0 8px;font-size:18px;font-weight:800}.m-home-list{display:grid;gap:8px;color:var(--text-secondary);font-size:14px}.m-status-hero{text-align:center;display:grid;gap:6px}.m-status-img{width:68px;height:68px;border-radius:999px;margin:0 auto;display:grid;place-items:center;font-size:30px;background:var(--surface-soft)}.m-status-title{margin:0;font-size:22px;line-height:1.2}.m-status-meta{margin-top:12px;display:grid;gap:8px}.m-status-steps{display:grid;gap:8px}.m-status-step{display:flex;align-items:center;gap:10px;border-radius:12px;border:1px solid var(--line);padding:10px}.m-status-step-icon{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;font-size:20px;background:var(--surface-soft)}.m-status-step-title{font-weight:800}.m-status-step.done{border-color:color-mix(in srgb,var(--success) 45%,var(--line));background:color-mix(in srgb,var(--success) 12%,var(--surface))}.m-status-step.active{border-color:color-mix(in srgb,var(--warning) 55%,var(--line));background:color-mix(in srgb,var(--warning) 12%,var(--surface))}.m-textarea{width:100%;border-radius:12px;border:1px solid var(--line);padding:10px;resize:vertical;font-size:14px}.m-field-group{margin-top:10px}.m-form-grid{display:grid;gap:6px}.m-field-help{margin-top:8px;font-size:13px;color:var(--text-secondary)}.m-input,.m-select{width:100%;border-radius:12px;border:1px solid var(--line);padding:10px;font-size:14px;background:var(--surface);color:var(--text)}.m-payment-options{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.m-cart-lines{display:grid;gap:8px;margin-top:10px}.m-cart-line{border:1px solid var(--line);border-radius:12px;padding:10px}.m-cart-mods{color:var(--text-secondary);font-size:13px;margin-top:6px}.m-cart-notes{font-size:13px;margin-top:4px}.m-line-actions{margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.m-mini-btn{border:1px solid var(--line);border-radius:10px;padding:8px 10px;background:var(--surface);font-size:12px;font-weight:700}.m-mini-btn.danger{border-color:color-mix(in srgb,var(--error) 40%,var(--line));color:var(--error);background:color-mix(in srgb,var(--error) 10%,var(--surface))}
