:root{--orange:#e4542f;--orange2:#f0784f;--ink:#173c35;--muted:#667772;--cream:#fff8ec;--line:#e7e6dd;--green:#2b7a65;--red:#c74747;--yellow:#f2b84b;--shadow:0 18px 50px #173c351a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fbfcfa;margin:0;font-family:DM Sans,Arial,sans-serif}button,input,select,textarea{font:inherit}button,a{transition:all .2s}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em;font-family:Manrope,sans-serif}.container{width:min(1160px,100% - 40px);margin:auto}.muted{color:var(--muted)}.topnav{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #0000000f;align-items:center;height:76px;display:flex;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;display:flex}.brand{align-items:center;gap:10px;font:700 21px Manrope;display:flex}.brand-mark{background:var(--orange);color:#fff;border-radius:14px 14px 14px 5px;place-items:center;width:40px;height:40px;display:grid;position:relative;transform:rotate(-3deg)}.brand-mark svg{z-index:1;position:relative}.brand-mark i{background:var(--yellow);border-radius:3px;width:8px;height:3px;position:absolute;bottom:10px}.brand b{color:var(--orange)}.nav-links{color:#4c585b;align-items:center;gap:28px;font-size:14px;font-weight:600;display:flex}.btn{cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-weight:700;display:inline-flex}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 8px 20px #f15a2938}.btn-primary:hover{background:#dc481a;transform:translateY(-1px)}.btn-ghost{border:1px solid var(--line);color:var(--ink);background:#fff}.btn-dark{background:var(--ink);color:#fff}.btn-sm{border-radius:9px;padding:9px 13px;font-size:13px}.btn:disabled{opacity:.5;cursor:not-allowed}.pill{color:#c7471e;background:#fff1e9;border-radius:99px;align-items:center;gap:7px;padding:7px 11px;font-size:12px;font-weight:800;display:inline-flex}.dot{background:currentColor;border-radius:50%;width:8px;height:8px}.status-green{color:#187a51;background:#e9f8f0}.status-orange{color:#bd4a20;background:#fff1e9}.status-blue{color:#2876a9;background:#ebf5ff}.status-red{color:#b33939;background:#fff0f0}.status-gray{color:#697477;background:#f1f2f2}.hero{background:radial-gradient(circle at 90% 15%,#ffe8d8 0,#0000 32%),linear-gradient(135deg,#fffaf5 0%,#fff 65%);align-items:center;min-height:660px;padding:78px 0;display:flex;overflow:hidden}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;display:grid}.hero h1{color:#17252a;margin:22px 0;font-size:62px;line-height:1.04}.hero h1 span{color:var(--orange)}.hero p{color:#627074;max-width:580px;font-size:19px;line-height:1.7}.hero-actions{gap:12px;margin:30px 0;display:flex}.hero-note{color:#687477;gap:20px;font-size:13px;display:flex}.hero-note span{align-items:center;gap:6px;display:flex}.hero-visual{position:relative}.phone-card{background:#fff;border:8px solid #17252a;border-radius:36px;width:330px;margin:auto;padding:18px;transform:rotate(2deg);box-shadow:0 35px 90px #1e2a2e38}.phone-cover{background:url(https://images.unsplash.com/photo-1571091718767-18b5b1457add?auto=format&fit=crop&w=800&q=85) 50%/cover;border-radius:18px;height:138px}.mini-line{border-bottom:1px solid #eee;gap:10px;padding:14px 0;display:flex}.mini-img{object-fit:cover;border-radius:10px;width:57px;height:57px}.float-card{box-shadow:var(--shadow);background:#fff;border-radius:15px;padding:14px 18px;font-weight:700;position:absolute}.float-order{top:80px;left:0}.float-sale{bottom:80px;right:-10px}.section{padding:92px 0}.section-head{text-align:center;max-width:690px;margin:0 auto 48px}.section-head h2{margin-bottom:14px;font-size:40px}.section-head p{color:var(--muted);font-size:17px}.feature-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.feature-card{background:#fff;border:1px solid #ededeb;border-radius:19px;padding:28px;box-shadow:0 8px 26px #17252a0a}.feature-icon{width:46px;height:46px;color:var(--orange);background:#fff0e8;border-radius:13px;place-items:center;margin-bottom:20px;display:grid}.feature-card h3{margin-bottom:10px;font-size:19px}.feature-card p{color:var(--muted);font-size:14px;line-height:1.65}.cta{color:#fff;background:#17252a;border-radius:28px;justify-content:space-between;align-items:center;padding:55px;display:flex}.cta h2{margin-bottom:8px;font-size:36px}.cta p{color:#b9c4c6;margin:0}.form-page{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.form-art{color:#fff;background:linear-gradient(145deg,#17252a,#284149);flex-direction:column;justify-content:space-between;padding:64px;display:flex}.form-art h1{max-width:520px;font-size:46px}.form-art p{color:#becacc;max-width:480px;line-height:1.65}.form-panel{background:#fff;place-items:center;padding:40px;display:grid}.form-box{width:min(450px,100%)}.form-box h2{margin-bottom:8px;font-size:32px}.form-box>p{color:var(--muted);margin-bottom:28px}.field{flex-direction:column;gap:7px;margin-bottom:16px;display:flex}.field label{font-size:13px;font-weight:700}.field input,.field select,.field textarea,.search{background:#fff;border:1px solid #dfe3e1;border-radius:11px;outline:none;padding:12px 13px}.field input:focus,.field select:focus,.field textarea:focus,.search:focus{border-color:var(--orange);box-shadow:0 0 0 3px #fff0ea}.form-row{grid-template-columns:1fr 1fr;gap:13px;display:grid}.full{width:100%}.auth-foot{text-align:center;color:var(--muted);margin-top:20px;font-size:14px}.auth-foot a{color:var(--orange);font-weight:700}.store-cover{background-position:50%;background-size:cover;height:260px;position:relative}.store-cover:after{content:"";background:linear-gradient(#0000 40%,#0a1414a6);position:absolute;inset:0}.store-nav{z-index:2;color:#fff;justify-content:space-between;display:flex;position:absolute;top:22px;left:0;right:0}.store-info{z-index:3;box-shadow:var(--shadow);background:#fff;border-radius:20px;justify-content:space-between;margin-top:-58px;padding:24px 28px;display:flex;position:relative}.store-brand{align-items:center;gap:18px;display:flex}.logo-lg{background:var(--orange);color:#fff;border-radius:18px;place-items:center;width:82px;height:82px;font:800 27px Manrope;display:grid}.store-brand h1{margin:0 0 7px;font-size:27px}.store-meta{color:var(--muted);flex-wrap:wrap;gap:16px;font-size:13px;display:flex}.store-meta span{align-items:center;gap:5px;display:flex}.store-actions{align-items:center;gap:10px;display:flex}.store-body{grid-template-columns:1fr 340px;gap:30px;padding:35px 0 90px;display:grid}.category-tabs{z-index:5;background:#fbfcfa;gap:8px;margin-bottom:27px;padding:12px 0;display:flex;position:sticky;top:76px;overflow:auto}.tab{white-space:nowrap;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:99px;padding:9px 15px;font-size:13px;font-weight:700}.tab.active{background:var(--ink);color:#fff;border-color:var(--ink)}.category-title{margin:27px 0 15px;font-size:24px}.product-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.product-card{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:16px;grid-template-columns:1fr 115px;min-height:145px;padding:13px;display:grid}.product-card:hover{border-color:#ffc5b0;transform:translateY(-2px);box-shadow:0 10px 30px #1825290f}.product-card h3{margin:4px 0 6px;font-size:16px}.product-card p{color:var(--muted);margin-bottom:13px;font-size:12px;line-height:1.45}.product-card img{object-fit:cover;border-radius:12px;width:115px;height:115px}.price{font-weight:800}.old-price{color:#9ba3a4;margin-left:6px;font-size:12px;text-decoration:line-through}.cart-panel{border:1px solid var(--line);background:#fff;border-radius:18px;height:max-content;padding:21px;position:sticky;top:100px}.cart-panel h2{font-size:20px}.empty-cart{text-align:center;color:var(--muted);padding:40px 12px}.cart-item{border-bottom:1px solid #eee;grid-template-columns:1fr auto;gap:8px;padding:14px 0;display:grid}.cart-item h4{margin:0 0 5px;font-size:14px}.qty{align-items:center;gap:9px;display:flex}.qty button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;width:26px;height:26px}.totals{padding:14px 0}.total-row{justify-content:space-between;margin:9px 0;font-size:13px;display:flex}.total-row.grand{border-top:1px solid #eee;padding-top:10px;font-size:17px;font-weight:800}.mobile-cart{z-index:20;display:none;position:fixed;bottom:18px;left:20px;right:20px}.checkout-layout{grid-template-columns:1fr 380px;gap:30px;padding:45px 0 80px;display:grid}.checkout-card{border:1px solid var(--line);background:#fff;border-radius:17px;margin-bottom:18px;padding:25px}.checkout-card h2{font-size:20px}.choice-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.choice{border:1px solid var(--line);text-align:center;cursor:pointer;background:#fff;border-radius:12px;padding:15px}.choice.active{border-color:var(--orange);color:var(--orange);box-shadow:0 0 0 2px #ffe8df}.track-page{background:#f5f6f4;min-height:100vh;padding:35px 20px}.track-card{max-width:700px;box-shadow:var(--shadow);background:#fff;border-radius:23px;margin:35px auto;padding:35px}.track-header{text-align:center;border-bottom:1px solid var(--line);padding-bottom:25px}.track-icon{width:64px;height:64px;color:var(--green);background:#eaf8f1;border-radius:50%;place-items:center;margin:0 auto 15px;display:grid}.timeline{padding:25px 5px}.timeline-item{grid-template-columns:38px 1fr;gap:12px;min-height:74px;display:grid;position:relative}.timeline-item:before{content:"";background:#dfe4e2;width:2px;height:43px;position:absolute;top:31px;left:15px}.timeline-item:last-child:before{display:none}.timeline-dot{color:#9aa3a1;z-index:1;background:#eef0ef;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.timeline-item.done .timeline-dot{background:var(--green);color:#fff}.timeline-item.current .timeline-dot{background:var(--orange);color:#fff;box-shadow:0 0 0 5px #ffe9e0}.timeline-item h4{margin:5px 0 3px;font-size:15px}.timeline-item p{color:var(--muted);font-size:12px}.dashboard{background:#f5f6f4;grid-template-columns:230px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:#17252a;height:100vh;padding:24px 16px;position:sticky;top:0}.sidebar .brand{padding:0 8px 28px}.side-label{color:#7e9296;text-transform:uppercase;padding:15px 12px 7px;font-size:10px;font-weight:800}.side-link{color:#b9c6c8;cursor:pointer;border-radius:9px;align-items:center;gap:11px;margin:2px 0;padding:11px 12px;font-size:13px;font-weight:600;display:flex}.side-link:hover,.side-link.active{color:#fff;background:#284149}.side-link.active{box-shadow:inset 3px 0 var(--orange)}.sidebar-foot{position:absolute;bottom:22px;left:16px;right:16px}.dash-main{min-width:0}.dash-top{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:72px;padding:0 30px;display:flex}.dash-content{padding:30px}.dash-title{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.dash-title h1{margin:0;font-size:28px}.stat-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:25px;display:grid}.stat{border:1px solid var(--line);background:#fff;border-radius:15px;padding:19px}.stat-head{color:var(--muted);justify-content:space-between;font-size:12px;font-weight:700;display:flex}.stat strong{margin:12px 0 4px;font:800 26px Manrope;display:block}.up{color:var(--green);font-size:11px}.dash-grid{grid-template-columns:1.6fr 1fr;gap:20px;display:grid}.panel{border:1px solid var(--line);background:#fff;border-radius:16px;padding:21px;overflow:hidden}.panel-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.panel-head h2{margin:0;font-size:18px}.order-row{border-bottom:1px solid #eee;grid-template-columns:70px 1fr 110px 100px 36px;align-items:center;gap:10px;padding:13px 0;font-size:13px;display:grid}.order-row:last-child{border:0}.order-row strong{font-size:13px}.order-row small{color:var(--muted);margin-top:3px;display:block}.chart{align-items:end;gap:12px;height:190px;padding-top:20px;display:flex}.bar-wrap{text-align:center;color:var(--muted);flex:1;font-size:10px}.bar{background:linear-gradient(#ff9b72,var(--orange));border-radius:7px 7px 2px 2px;margin-bottom:7px}.kanban{grid-template-columns:repeat(4,1fr);gap:14px;display:grid;overflow:auto}.kanban-col{background:#eef0ee;border-radius:13px;min-width:220px;padding:12px}.kanban-head{justify-content:space-between;margin-bottom:12px;font-size:12px;font-weight:800;display:flex}.order-card{background:#fff;border-radius:11px;margin-bottom:10px;padding:13px;box-shadow:0 3px 10px #0000000a}.order-card h4{justify-content:space-between;margin:0 0 7px;font-size:13px;display:flex}.order-card p{color:var(--muted);margin:4px 0;font-size:12px}.order-card .btn{width:100%;margin-top:9px}.admin-table{border-collapse:collapse;width:100%;font-size:13px}.admin-table th{text-align:left;color:var(--muted);text-transform:uppercase;border-bottom:1px solid var(--line);padding:11px 9px;font-size:11px}.admin-table td{border-bottom:1px solid #eee;padding:14px 9px}.admin-table tr:last-child td{border:0}.avatar{width:35px;height:35px;color:var(--orange);background:#fff0e8;border-radius:10px;place-items:center;margin-right:9px;font-weight:800;display:inline-grid}.admin-name{align-items:center;display:flex}.toast{color:#fff;z-index:100;box-shadow:var(--shadow);background:#17252a;border-radius:12px;padding:14px 18px;font-size:13px;position:fixed;bottom:25px;right:25px}@media (max-width:900px){.hero-grid,.form-page{grid-template-columns:1fr}.hero{padding:60px 0}.hero h1{font-size:45px}.hero-visual{display:none}.feature-grid{grid-template-columns:1fr}.form-art{display:none}.store-body{grid-template-columns:1fr}.cart-panel{display:none}.mobile-cart{display:flex}.product-grid,.checkout-layout,.dashboard{grid-template-columns:1fr}.sidebar{display:none}.stat-grid{grid-template-columns:1fr 1fr}.dash-grid{grid-template-columns:1fr}.kanban{grid-template-columns:repeat(4,230px)}.nav-links a:not(.btn){display:none}}@media (max-width:600px){.container{width:min(100% - 24px,1160px)}.hero h1{font-size:39px}.hero-actions{flex-direction:column}.section{padding:65px 0}.cta{padding:32px;display:block}.store-info{padding:18px;display:block}.store-actions{margin-top:15px}.logo-lg{width:60px;height:60px}.store-meta{gap:7px}.store-cover{height:200px}.product-card{grid-template-columns:1fr 95px}.product-card img{width:95px;height:110px}.form-row,.choice-grid,.stat-grid{grid-template-columns:1fr}.dash-content{padding:18px}.dash-top{padding:0 18px}.order-row{grid-template-columns:55px 1fr 90px}.order-row>:nth-child(4),.order-row>:nth-child(5){display:none}.track-card{padding:23px}}
.bar-wrap{flex-direction:column;justify-content:flex-end;height:100%;display:flex}.bar{flex-shrink:0}.marketplace-nav{background:#fffaf1e6;border-color:#173c3514}.market-hero{background:#fff8ec;min-height:570px;padding:82px 0 70px;position:relative;overflow:hidden}.market-hero:before{content:"";background-image:radial-gradient(#173c3517 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000,#0000);mask-image:linear-gradient(90deg,#0000,#000,#0000)}.market-hero-inner{text-align:center;z-index:2;position:relative}.market-hero h1{letter-spacing:-.05em;color:var(--ink);margin:20px 0;font:700 clamp(48px,7vw,82px)/.98 Fraunces,serif}.market-hero h1 em{color:var(--orange);font-style:italic}.market-hero-inner>p{max-width:650px;color:var(--muted);margin:0 auto 30px;font-size:18px;line-height:1.65}.eyebrow{letter-spacing:.14em;color:var(--orange);text-transform:uppercase;align-items:center;gap:7px;font-size:11px;font-weight:800;display:inline-flex}.eyebrow.light{color:#ffd1bc}.market-search{background:#fff;border:1px solid #173c351a;border-radius:18px;grid-template-columns:auto 1fr 220px auto;align-items:center;gap:10px;max-width:880px;margin:auto;padding:8px 8px 8px 18px;display:grid;box-shadow:0 20px 55px #173c351f}.market-search input,.market-search select{height:48px;color:var(--ink);background:0 0;border:0;outline:0}.market-search select{border-left:1px solid var(--line);padding-left:15px}.market-search .btn{height:48px;padding-inline:28px}.market-proof{color:var(--muted);justify-content:center;align-items:center;gap:13px;margin-top:22px;font-size:13px;display:flex}.market-proof i{background:#b4beb8;border-radius:50%;width:4px;height:4px}.market-proof b{color:var(--green)}.market-orb{border-radius:50%;position:absolute}.orb-one{opacity:.22;background:#f6d17d;width:280px;height:280px;top:-90px;left:-80px}.orb-two{opacity:.18;background:#8bc4ae;width:330px;height:330px;bottom:-150px;right:-110px}.market-section{background:#fbfcf9;padding:82px 0 100px}.market-heading{justify-content:space-between;align-items:end;margin-bottom:30px;display:flex}.market-heading h2,.business-card h2{letter-spacing:-.035em;margin:10px 0 0;font:700 42px/1.1 Fraunces,serif}.market-heading>p{color:var(--muted);max-width:420px;margin:0;line-height:1.55}.category-chips{gap:9px;margin-bottom:28px;padding-bottom:7px;display:flex;overflow:auto}.category-chips button{white-space:nowrap;border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff;border-radius:99px;align-items:center;gap:7px;padding:10px 16px;font-weight:700;display:flex}.category-chips button:hover,.category-chips button.active{color:#fff;background:var(--ink);border-color:var(--ink)}.market-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.restaurant-card{border:1px solid var(--line);background:#fff;border-radius:20px;display:block;overflow:hidden;box-shadow:0 7px 24px #173c350e}.restaurant-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #173c351f}.restaurant-card.closed{filter:saturate(.65)}.restaurant-cover{background-position:50%;background-size:cover;height:185px;position:relative}.restaurant-cover:after{content:"";background:linear-gradient(#0000 50%,#081e195c);position:absolute;inset:0}.store-state{z-index:2;border-radius:99px;padding:7px 10px;font-size:11px;font-weight:800;position:absolute;top:14px;right:14px;box-shadow:0 4px 14px #0000001a}.store-state.open{color:#187a51;background:#e9f8f0}.store-state.closed{color:#687477;background:#fff}.restaurant-content{padding:18px}.restaurant-title{align-items:center;gap:12px;display:flex}.restaurant-avatar{color:#fff;border-radius:14px;place-items:center;width:49px;height:49px;font:800 16px Manrope;display:grid}.restaurant-title h3{margin:0 0 3px;font-size:18px}.restaurant-title p{color:var(--muted);margin:0;font-size:12px}.restaurant-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:13px;padding:17px 0;font-size:12px;display:flex}.restaurant-meta span{align-items:center;gap:5px;display:flex}.restaurant-meta span:first-child{color:#ad7214}.new-store{background:#fff1e9;border-radius:99px;padding:4px 8px;font-weight:800;color:var(--orange)!important}.restaurant-footer{color:var(--muted);border-top:1px solid #efefe9;justify-content:space-between;align-items:center;padding-top:14px;font-size:12px;display:flex}.restaurant-footer b{color:var(--orange);align-items:center;gap:4px;display:flex}.skeleton{background:linear-gradient(100deg,#f0f1ed 20%,#fafbf8 40%,#f0f1ed 60%) 0 0/200% 100%;height:380px;animation:1.2s infinite shimmer}@keyframes shimmer{to{background-position:-200% 0}}.market-empty{text-align:center;color:var(--muted);background:#fff;border:1px dashed #d8ddd7;border-radius:20px;padding:70px 20px}.market-empty svg{margin:auto}.market-empty h3{color:var(--ink);margin:13px 0 7px}.business-section{background:#fbfcf9;padding:0 0 100px}.business-card{background:var(--ink);color:#fff;border-radius:30px;grid-template-columns:1.15fr .85fr;gap:50px;min-height:390px;padding:60px;display:grid;overflow:hidden}.business-card h2{max-width:560px;margin:14px 0;font-size:48px}.business-card p{color:#bbccc6;max-width:590px;line-height:1.7}.business-points{color:#dce8e4;gap:18px;margin:24px 0;font-size:13px;display:flex}.business-visual{background:radial-gradient(circle,#f2b84b33,#0000 60%);min-height:280px;position:relative}.visual-pin{background:var(--orange);border-radius:25px 25px 25px 8px;place-items:center;width:82px;height:82px;display:grid;position:absolute;top:5%;left:42%;transform:rotate(-5deg)}.visual-ticket{width:230px;color:var(--ink);background:#fff;border-radius:17px;padding:20px;position:absolute;top:42%;left:5%;transform:rotate(-4deg);box-shadow:0 20px 50px #0000002e}.visual-ticket small,.visual-ticket b,.visual-ticket span{display:block}.visual-ticket small{color:var(--orange);font-weight:800}.visual-ticket b{margin:9px 0;font-size:25px}.visual-ticket span{color:var(--muted);font-size:13px}.visual-status{color:#187a51;background:#ecfaf4;border-radius:13px;padding:13px 16px;font-size:12px;font-weight:800;position:absolute;bottom:20px;right:0;transform:rotate(3deg)}.site-footer{border-top:1px solid var(--line);background:#fff;padding:32px 0}.site-footer .container{justify-content:space-between;align-items:center;display:flex}.site-footer p{color:var(--muted);margin:0;font-size:12px}.site-footer .container>div{gap:20px;font-size:13px;font-weight:700;display:flex}.closed-notice{color:var(--muted);background:#f2f3f1;border-radius:12px;margin:16px 0 0;padding:12px 15px;font-size:13px}.product-card.disabled{opacity:.58;cursor:not-allowed}.rating-box{text-align:center;background:#fffbf1;border:1px solid #f0d6a4;border-radius:17px;margin-top:18px;padding:22px}.rating-stars{justify-content:center;gap:7px;margin:14px 0;display:flex}.rating-stars button{color:#d7d7d0;cursor:pointer;background:0 0;border:0;padding:2px}.rating-stars button.active{color:#efad2f}@media (max-width:900px){.market-grid{grid-template-columns:1fr 1fr}.market-search{grid-template-columns:auto 1fr auto}.market-search select{border-left:0;border-top:1px solid var(--line);grid-column:2/4}.business-card{grid-template-columns:1fr}.business-visual{display:none}}@media (max-width:650px){.market-hero{min-height:520px;padding:62px 0 50px}.market-hero h1{font-size:49px}.market-hero-inner>p{font-size:15px}.market-search{grid-template-columns:auto 1fr;padding:10px 14px}.market-search select{grid-column:1/3;padding-left:0}.market-search .btn{grid-column:1/3}.market-proof{flex-wrap:wrap}.market-proof i{display:none}.market-grid{grid-template-columns:1fr}.market-heading{display:block}.market-heading h2{font-size:35px}.market-heading>p{margin-top:12px}.business-card{padding:38px 26px}.business-card h2{font-size:38px}.business-points{flex-direction:column;gap:8px}.site-footer .container{text-align:center;flex-direction:column;gap:18px}.restaurant-cover{height:175px}}.product-card{cursor:default}.product-copy{flex-direction:column;min-width:0;display:flex}.product-buy{justify-content:space-between;align-items:center;gap:10px;margin-top:auto;display:flex}.add-product{color:var(--orange);cursor:pointer;white-space:nowrap;background:#fff6f1;border:1px solid #efc2b2;border-radius:10px;align-items:center;gap:4px;padding:8px 10px;font-size:11px;font-weight:800;display:inline-flex}.add-product:hover{background:var(--orange);color:#fff;border-color:var(--orange)}.add-product:disabled{opacity:.5;cursor:not-allowed}.cart-panel{width:100%}.cart-panel>h2{margin-bottom:5px}.cart-products{max-height:55vh;padding-right:3px;overflow:auto}.cart-product{border-bottom:1px solid var(--line);padding:16px 0}.cart-product-head,.cart-product-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.cart-product-head h4{margin:0 0 3px;font-size:14px}.cart-product-head small{color:var(--muted);font-size:11px}.cart-product-head>b{font-size:13px}.cart-product-actions{margin-top:12px}.qty button:disabled{opacity:.4;cursor:not-allowed}.remove-item{color:#a84b42;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:5px;font-size:11px;font-weight:700;display:flex}.item-note{margin-top:12px;display:block}.item-note>span{color:var(--ink);align-items:center;gap:5px;margin-bottom:6px;font-size:11px;font-weight:700;display:flex}.item-note>span small{color:var(--muted);font-weight:500}.item-note textarea{resize:vertical;border:1px solid var(--line);border-radius:9px;outline:none;width:100%;min-height:56px;padding:9px 10px;font-size:12px}.item-note textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px #fff0ea}.cart-total{justify-content:space-between;align-items:center;padding:18px 0 14px;display:flex}.cart-total span{font-size:13px;font-weight:700}.cart-total strong{font:800 19px Manrope}.cart-checkout{justify-content:space-between}.cart-overlay{display:none}.cart-toast{z-index:90;background:var(--ink);color:#fff;box-shadow:var(--shadow);border-radius:12px;align-items:center;gap:9px;padding:12px 16px;font-size:12px;animation:.2s toast-in;display:flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%)}.cart-toast svg{color:#79d5af}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,10px)}}@media (max-width:1100px) and (min-width:901px){.product-buy{flex-direction:column;align-items:flex-start}.add-product{justify-content:center;width:100%}}@media (max-width:900px){.cart-overlay{z-index:80;opacity:0;pointer-events:none;background:#0b1f1b7a;transition:opacity .2s;display:block;position:fixed;inset:0}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{padding:8px 20px max(20px,env(safe-area-inset-bottom));background:#fff;border-radius:24px 24px 0 0;max-height:88vh;transition:transform .25s;position:absolute;bottom:0;left:0;right:0;overflow:auto;transform:translateY(100%)}.cart-overlay.open .cart-drawer{transform:translateY(0)}.drawer-handle{background:#d8dcd8;border-radius:4px;width:42px;height:4px;margin:2px auto 15px}.cart-drawer header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding-bottom:14px;display:flex}.cart-drawer header h2{margin:0 0 3px;font-size:21px}.cart-drawer header p{color:var(--muted);margin:0;font-size:12px}.cart-drawer header button{cursor:pointer;background:#f2f3f1;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.cart-products{max-height:none}.cart-toast{width:max-content;max-width:calc(100% - 30px);bottom:82px}.mobile-cart{border:none}}@media (max-width:600px){.product-card{grid-template-columns:1fr 95px;min-height:165px}.product-card img{height:120px}.product-buy{flex-direction:column;align-items:flex-start}.add-product{justify-content:center;min-width:110px}.cart-drawer{padding-left:16px;padding-right:16px}.cart-product{padding:15px 0}.item-note textarea{font-size:16px}}.order-item-detail{border-bottom:1px dashed #e4e6e2;padding:4px 0}.order-item-detail p{margin:0}.order-item-detail small{color:#a14d3a;margin-top:2px;line-height:1.35;display:block}
