/* More Fun /menu direct render layout. */
html.mf-unified-front .mf-phone{background:var(--mf-bg);padding-top:0;padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 210px)}
.mf-menu{--menu-x:16px;--menu-gap:12px;--menu-section-gap:16px;--menu-header-h:calc(var(--safe-top) + 64px);--menu-search-h:58px;--menu-hot-h:158px;--menu-tabs-h:55px;display:flex;flex-direction:column;min-height:100%;background:var(--mf-bg);padding-bottom:210px}.mf-menu.mf-menu-direct-collapsed{--menu-hot-h:78px}.mf-menu .mf-menu-scroll{display:contents!important}.mf-menu .mf-header{order:0;position:sticky;top:0;z-index:100;box-sizing:border-box;min-height:var(--menu-header-h);margin:0 calc(-1 * var(--menu-x));padding:calc(7px + var(--safe-top)) var(--menu-x) 8px;background:var(--mf-bg);border-bottom:1px solid rgba(78,61,42,.08);box-shadow:0 6px 12px rgba(42,33,25,.035);backdrop-filter:none;-webkit-backdrop-filter:none}.mf-menu .mf-header:before{content:"";position:absolute;left:0;right:0;top:-100px;height:100px;background:var(--mf-bg)}.mf-menu .mf-brand strong{font-size:23px}.mf-menu .mf-status{background:#f8fff4;box-shadow:none}.mf-menu-search{order:1;position:sticky;top:var(--menu-header-h);z-index:95;box-sizing:border-box;height:var(--menu-search-h);min-height:var(--menu-search-h);margin:0 calc(-1 * var(--menu-x));padding:8px var(--menu-x);background:var(--mf-bg);box-shadow:0 5px 9px rgba(42,33,25,.02);backdrop-filter:none;-webkit-backdrop-filter:none}.mf-menu-search input{height:42px;border-radius:18px;background:var(--mf-paper)}
.mf-menu .mf-hot{order:2;position:sticky;top:calc(var(--menu-header-h) + var(--menu-search-h));z-index:90;height:var(--menu-hot-h);min-height:var(--menu-hot-h);box-sizing:border-box;overflow:hidden;margin:0 calc(-1 * var(--menu-x));padding:8px var(--menu-x) 8px;background:var(--mf-bg);border-bottom:1px solid rgba(78,61,42,.055);box-shadow:0 5px 10px rgba(42,33,25,.02)}.mf-menu .mf-hot .mf-section-head{height:22px;margin:0 0 6px}.mf-menu .mf-hot .mf-section-head h2{font-size:17px}.mf-menu .mf-hot .mf-section-head span{font-size:12px}.mf-menu .mf-hot-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 24px)/3.2);gap:var(--menu-gap);overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scroll-snap-type:x proximity}.mf-menu .mf-hot-card{scroll-snap-align:start;position:relative;display:grid;grid-template-rows:82px 38px;height:120px;overflow:hidden;border-radius:16px;background:var(--mf-paper);border:1px solid var(--mf-line);box-shadow:var(--mf-shadow-soft)}.mf-menu .mf-hot-card .mf-product-photo{height:82px;background:#f2e7d8}.mf-menu .mf-hot-card .mf-product-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.mf-menu .mf-hot-card>div:last-child{position:relative;display:grid;grid-template-rows:18px 18px;gap:0;align-content:start;padding:2px 36px 2px 8px}.mf-menu .mf-hot-card b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--mf-ink);font-size:12px;line-height:1.12;font-weight:950}.mf-menu .mf-hot-card span{display:none}.mf-menu .mf-hot-card strong{display:block;color:#b45718;font-size:14px;line-height:1.1;font-weight:950}.mf-menu .mf-hot-card:after,.mf-menu .mf-hero-card:after,.mf-menu .mf-product-row:after{content:"＋";position:absolute;right:7px;bottom:7px;z-index:4;display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:var(--mf-brown);color:#fff;font-size:19px;font-weight:950;box-shadow:0 4px 9px rgba(42,33,25,.13);pointer-events:none}.mf-menu.mf-menu-direct-collapsed .mf-hot{padding:6px var(--menu-x)}.mf-menu.mf-menu-direct-collapsed .mf-hot .mf-section-head{display:none}.mf-menu.mf-menu-direct-collapsed .mf-hot-card{display:block;height:66px;grid-template-rows:66px;border-radius:15px}.mf-menu.mf-menu-direct-collapsed .mf-hot-card .mf-product-photo{height:66px;border-radius:15px}.mf-menu.mf-menu-direct-collapsed .mf-hot-card>div:last-child,.mf-menu.mf-menu-direct-collapsed .mf-hot-card:after{display:none}.mf-menu-tabs{order:3;position:sticky;top:calc(var(--menu-header-h) + var(--menu-search-h) + var(--menu-hot-h));z-index:86;box-sizing:border-box;display:flex;gap:8px;overflow-x:auto;overflow-y:visible;height:var(--menu-tabs-h);min-height:var(--menu-tabs-h);margin:0 calc(-1 * var(--menu-x)) var(--menu-section-gap);padding:9px var(--menu-x) 10px;background:var(--mf-bg);border-bottom:1px solid rgba(78,61,42,.08);box-shadow:0 5px 10px rgba(42,33,25,.025);scrollbar-width:none}.mf-menu-tabs button{position:relative;flex:0 0 auto;min-width:auto;height:36px;border:1px solid var(--mf-line);border-radius:999px;background:var(--mf-paper);color:var(--mf-brown);padding:0 15px;font-size:13px;font-weight:950;white-space:nowrap;box-shadow:none}.mf-menu-tabs button.active{min-width:auto;border-color:var(--mf-brown);background:var(--mf-brown);color:#fff}
.mf-menu-section{order:4;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--menu-gap);scroll-margin-top:calc(var(--menu-header-h) + var(--menu-search-h) + var(--menu-hot-h) + var(--menu-tabs-h) + 16px);margin:0 0 var(--menu-section-gap);padding-top:8px}.mf-menu-section>.mf-section-head{grid-column:1/-1;margin:0 0 -2px;background:var(--mf-bg)}.mf-menu-section>.mf-section-head h2{font-size:21px}.mf-menu-section>.mf-section-head span{max-width:58%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mf-menu-section .mf-hero-list,.mf-menu-section .mf-product-list{display:contents!important}.mf-menu-section .mf-hero-card:first-child{grid-column:1/-1;position:relative;display:grid;grid-template-rows:154px 50px;height:204px;min-height:204px;overflow:hidden;border-radius:22px;padding:0;background:var(--mf-paper);border:1px solid var(--mf-line);box-shadow:var(--mf-shadow-soft)}.mf-menu-section .mf-hero-card:first-child .mf-hero-img{height:154px;min-height:154px;border-radius:22px 22px 12px 12px;background:#f2e7d8;overflow:hidden}.mf-menu-section .mf-hero-card:first-child .mf-hero-body{display:grid;grid-template-columns:1fr 38px;grid-template-rows:19px 19px;gap:0 6px;align-content:start;height:50px;min-height:50px;padding:5px 9px;overflow:hidden}.mf-menu-section .mf-hero-card:first-child .mf-hero-body em,.mf-menu-section .mf-hero-card:first-child .mf-hero-body p{display:none}.mf-menu-section .mf-hero-card:first-child .mf-hero-body h3{grid-column:1/-1;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:1.08}.mf-menu-section .mf-hero-card:first-child .mf-hero-body div{display:contents}.mf-menu-section .mf-hero-card:first-child .mf-hero-body b{grid-column:1/2;color:#b45718;font-size:17px;line-height:1;font-weight:950}.mf-menu-section .mf-hero-card:not(:first-child),.mf-menu .mf-product-row{position:relative;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:116px 48px!important;gap:0!important;align-items:start!important;height:164px!important;min-height:164px!important;overflow:hidden;border-radius:18px;padding:0!important;background:var(--mf-paper);border:1px solid var(--mf-line);box-shadow:var(--mf-shadow-soft)}.mf-menu-section .mf-hero-card:not(:first-child) .mf-hero-img,.mf-menu .mf-product-row .mf-row-img{width:100%!important;height:116px!important;min-height:116px!important;border-radius:18px 18px 10px 10px;background:#f2e7d8;overflow:hidden}.mf-menu-section .mf-hero-card:not(:first-child) .mf-hero-body,.mf-menu .mf-product-row .mf-row-copy{position:relative!important;display:grid!important;grid-template-columns:1fr 34px!important;grid-template-rows:18px 19px!important;gap:0 5px!important;align-content:start!important;justify-content:stretch!important;align-items:start!important;height:48px!important;min-height:48px!important;max-height:48px!important;padding:4px 7px!important;overflow:hidden!important}.mf-menu-section .mf-hero-card:not(:first-child) .mf-hero-body em,.mf-menu-section .mf-hero-card:not(:first-child) .mf-hero-body p,.mf-menu .mf-product-row .mf-row-copy p{display:none!important}.mf-menu-section .mf-hero-card:not(:first-child) .mf-hero-body h3,.mf-menu .mf-product-row .mf-row-copy h3{grid-column:1/-1!important;margin:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:var(--mf-ink);font-size:13px!important;line-height:1.1!important}.mf-menu-section .mf-hero-card:not(:first-child) .mf-hero-body div{display:contents}.mf-menu-section .mf-hero-card:not(:first-child) .mf-hero-body b,.mf-menu .mf-product-row .mf-row-copy b{grid-column:1/2!important;position:static!important;color:#b45718!important;font-size:15px!important;line-height:1!important;font-weight:950!important}.mf-menu .mf-product-row>button,.mf-menu .mf-hero-body button{position:absolute!important;right:7px!important;bottom:7px!important;z-index:5!important;width:31px!important;height:31px!important;border:0!important;border-radius:999px!important;background:var(--mf-brown)!important;color:#fff!important;font-size:0!important}.mf-menu .mf-product-row>button:after,.mf-menu .mf-hero-body button:after{content:"＋";font-size:18px;line-height:1;font-weight:950}.mf-menu .mf-hero-img img,.mf-menu .mf-row-img img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block}.mf-jar-bar{z-index:45}
.mf-direct-seed{position:fixed;right:max(6px,calc((100vw - var(--app-max-width))/2 + 6px));bottom:calc(var(--nav-height) + 88px + var(--safe-bottom));z-index:48;display:flex;align-items:flex-end;gap:6px;pointer-events:none;transition:opacity .22s ease,transform .22s ease}.mf-direct-seed.is-idle:not(.open){opacity:.34;transform:translateX(20px)}.mf-direct-seed-toggle,.mf-direct-seed-panel{pointer-events:auto;border:1px solid rgba(78,61,42,.13);background:rgba(255,246,228,.94);box-shadow:0 6px 14px rgba(42,33,25,.075);backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.mf-direct-seed-toggle{position:relative;display:grid;place-items:center;width:38px;height:38px;border-radius:999px;color:var(--mf-brown);font-weight:950;padding:0}.mf-direct-seed-toggle i{display:grid;place-items:center;width:26px;height:26px;border-radius:999px;background:var(--mf-purple-soft);color:var(--mf-purple);font-size:14px;font-style:normal}.mf-direct-seed-toggle b{position:absolute;top:-6px;right:-5px;display:grid;place-items:center;min-width:18px;height:18px;border:2px solid var(--mf-bg);border-radius:999px;background:var(--mf-brown);color:#fff;font-size:10px}.mf-direct-seed-panel{display:none;width:118px;max-height:318px;overflow:auto;border-radius:19px;padding:7px;transform:translateX(8px);opacity:0}.mf-direct-seed.open .mf-direct-seed-panel{display:grid;gap:4px;transform:translateX(0);opacity:1}.mf-direct-seed-panel button{display:grid;align-items:center;min-height:30px;border:0;border-radius:12px;background:transparent;color:var(--mf-brown);padding:0 9px;text-align:left;font-size:12px;font-weight:950}.mf-direct-seed-panel button:active{background:var(--mf-purple-soft)}
