*{box-sizing:border-box}html,body{margin:0;font-family:Arial,sans-serif;background:var(--mba-cream);color:var(--mba-dark)}body{overflow-x:hidden}.mba-app{min-height:100vh}.mba-mobile-head{display:none}.mba-desktop-head{height:78px;background:var(--mba-yellow);display:flex;align-items:center;justify-content:space-between;padding:0 6vw;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(58,36,24,.15)}.mba-brand{font-size:30px;font-weight:900;text-decoration:none;color:var(--mba-maroon)}.mba-brand span{font-style:italic}.mba-desktop-head nav{display:flex;gap:32px}.mba-desktop-head nav a{color:var(--mba-dark);text-decoration:none;font-weight:700}.mba-desk-actions{display:flex;gap:18px;align-items:center}.mba-desk-actions button{background:var(--mba-maroon);color:#fff;border:0;border-radius:999px;padding:11px 20px}.mba-hero{background:var(--mba-yellow);padding:35px 6vw 55px}.mba-search{max-width:900px;margin:0 auto 26px;background:#fff;border-radius:18px;padding:10px 12px 10px 20px;display:flex;align-items:center;gap:10px;box-shadow:0 10px 30px rgba(58,36,24,.15);font-size:28px}.mba-search input{flex:1;border:0;outline:0;font-size:18px;background:transparent}.mba-search button{border:0;background:var(--mba-maroon);color:#fff;border-radius:12px;padding:14px 24px;font-weight:700}.mba-banner-wrap{max-width:1200px;margin:auto}.mba-banner{background:linear-gradient(120deg,var(--mba-maroon),#4d1022);color:#fff;border-radius:28px;padding:42px 55px;display:flex;justify-content:space-between;align-items:center;overflow:hidden;min-height:330px}.mba-banner small{color:var(--mba-yellow);letter-spacing:2px}.mba-banner h1{font-size:52px;max-width:650px;margin:10px 0}.mba-banner p{font-size:20px;opacity:.9}.mba-banner a{display:inline-block;background:var(--mba-yellow);color:var(--mba-maroon);text-decoration:none;padding:14px 22px;border-radius:999px;font-weight:800;margin-top:12px}.mba-cake-art{font-size:160px;filter:drop-shadow(0 15px 20px rgba(0,0,0,.3))}.mba-section{max-width:1200px;margin:auto;padding:45px 20px}.mba-section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.mba-section-title small{color:var(--mba-maroon);font-weight:800;letter-spacing:2px}.mba-section-title h2{font-size:30px;margin:5px 0}.mba-section-title a{color:var(--mba-maroon)}.mba-categories{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.mba-categories button{border:0;background:#fff;border-radius:20px;padding:20px 10px;box-shadow:0 5px 15px rgba(58,36,24,.08)}.mba-categories span{display:block;font-size:50px}.mba-categories b{display:block;margin-top:10px}.mba-filter-row{max-width:1200px;margin:auto;display:flex;gap:12px;padding:0 20px;overflow:auto}.mba-filter-row button{white-space:nowrap;border:1px solid var(--mba-light);background:#fff;padding:11px 18px;border-radius:999px;font-weight:700}.mba-filter-row .active{background:var(--mba-maroon);color:#fff}.mba-products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.mba-product{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 8px 24px rgba(58,36,24,.1)}.mba-product-image{height:240px;background:linear-gradient(145deg,#f1d5a9,#fff7df);display:flex;align-items:center;justify-content:center;position:relative}.mba-placeholder{font-size:100px}.mba-badge{position:absolute;top:14px;left:14px;background:var(--mba-yellow);color:var(--mba-maroon);padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}.mba-heart{position:absolute;right:14px;top:14px;border:0;background:#fff;width:38px;height:38px;border-radius:50%;font-size:22px}.mba-product-body{padding:18px}.mba-rating{display:inline-block;background:#237a4b;color:#fff;border-radius:999px;padding:5px 9px;font-size:12px}.mba-product h3{font-size:20px;margin:11px 0 5px}.mba-product p{color:#77665d;margin:0 0 18px}.mba-price{display:flex;justify-content:space-between;align-items:center}.mba-price strong{font-size:22px}.mba-add{border:2px solid var(--mba-maroon);color:var(--mba-maroon);background:#fff;border-radius:10px;padding:8px 20px;font-weight:900}.mba-bottom,.mba-cart{display:none}
@media(max-width:700px){body{padding-bottom:74px}.mba-desktop-head{display:none}.mba-mobile-head{display:flex;background:var(--mba-yellow);padding:18px 18px 10px;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20}.mba-location{display:flex;align-items:center;gap:8px}.mba-location div{display:flex;flex-direction:column}.mba-location small{font-size:10px;color:var(--mba-maroon);font-weight:900}.mba-location strong{font-size:14px;max-width:230px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mba-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--mba-maroon);color:#fff;font-weight:900}.mba-hero{padding:10px 14px 25px}.mba-search{margin:0 0 14px;border-radius:15px;padding:7px 8px 7px 14px;font-size:22px}.mba-search input{font-size:15px}.mba-search button{display:none}.mba-banner{min-height:220px;padding:24px;border-radius:22px}.mba-banner h1{font-size:31px}.mba-banner p{font-size:15px;max-width:230px}.mba-banner a{padding:10px 15px}.mba-cake-art{font-size:75px}.mba-section{padding:28px 14px}.mba-section-title h2{font-size:23px}.mba-categories{display:flex;overflow:auto;gap:12px;padding-bottom:5px}.mba-categories button{min-width:105px;padding:14px 8px;border-radius:17px}.mba-categories span{font-size:42px}.mba-categories b{font-size:13px}.mba-filter-row{padding:0 14px}.mba-products{grid-template-columns:repeat(2,1fr);gap:12px}.mba-product{border-radius:16px}.mba-product-image{height:145px}.mba-placeholder{font-size:65px}.mba-product-body{padding:12px}.mba-product h3{font-size:15px;line-height:1.2}.mba-product p{font-size:12px;height:28px;overflow:hidden;margin-bottom:10px}.mba-price strong{font-size:17px}.mba-add{padding:6px 12px;font-size:12px}.mba-badge{font-size:10px;padding:5px 7px}.mba-heart{width:30px;height:30px;font-size:18px}.mba-bottom{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;height:68px;z-index:30;justify-content:space-around;border-top:1px solid #eadcc7}.mba-bottom a{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#7b6a61;font-size:20px;min-width:56px}.mba-bottom span{font-size:10px;margin-top:3px}.mba-bottom .active{color:var(--mba-maroon)}.mba-cart{position:fixed;left:12px;right:12px;bottom:78px;background:var(--mba-maroon);color:#fff;border-radius:15px;padding:12px 15px;z-index:31;justify-content:space-between;align-items:center}.mba-cart span{display:flex;flex-direction:column}.mba-cart button{background:var(--mba-yellow);color:var(--mba-maroon);border:0;border-radius:10px;padding:10px 15px;font-weight:900}}
