:host,:root{--van-black:#000;--van-white:#fff;--van-gray-1:#f7f8fa;--van-gray-2:#f2f3f5;--van-gray-3:#ebedf0;--van-gray-4:#dcdee0;--van-gray-5:#c8c9cc;--van-gray-6:#969799;--van-gray-7:#646566;--van-gray-8:#323233;--van-red:#ee0a24;--van-blue:#1989fa;--van-orange:#ff976a;--van-orange-dark:#ed6a0c;--van-orange-light:#fffbe8;--van-green:#07c160;--van-gradient-red:linear-gradient(90deg,#ff6034,#ee0a24);--van-gradient-orange:linear-gradient(90deg,#ffd01e,#ff8917);--van-primary-color:var(--van-blue);--van-success-color:var(--van-green);--van-danger-color:var(--van-red);--van-warning-color:var(--van-orange);--van-text-color:var(--van-gray-8);--van-text-color-2:var(--van-gray-6);--van-text-color-3:var(--van-gray-5);--van-active-color:var(--van-gray-2);--van-active-opacity:.6;--van-disabled-opacity:.5;--van-background:var(--van-gray-1);--van-background-2:var(--van-white);--van-background-3:var(--van-white);--van-padding-base:4px;--van-padding-xs:8px;--van-padding-sm:12px;--van-padding-md:16px;--van-padding-lg:24px;--van-padding-xl:32px;--van-font-bold:600;--van-font-size-xs:10px;--van-font-size-sm:12px;--van-font-size-md:14px;--van-font-size-lg:16px;--van-line-height-xs:14px;--van-line-height-sm:18px;--van-line-height-md:20px;--van-line-height-lg:22px;--van-base-font:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Segoe UI,Arial,Roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--van-price-font:avenir-heavy,"PingFang SC",helvetica neue,arial,sans-serif;--van-duration-base:.3s;--van-duration-fast:.2s;--van-ease-out:ease-out;--van-ease-in:ease-in;--van-border-color:var(--van-gray-3);--van-border-width:1px;--van-radius-sm:2px;--van-radius-md:4px;--van-radius-lg:8px;--van-radius-max:999px}.van-theme-dark{--van-text-color:#f5f5f5;--van-text-color-2:#707070;--van-text-color-3:#4d4d4d;--van-border-color:#3a3a3c;--van-active-color:#3a3a3c;--van-background:#000;--van-background-2:#1c1c1e;--van-background-3:#37363b}html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:var(--van-base-font)}a{text-decoration:none}button,input,textarea{color:inherit;font:inherit}[class*=van-]:focus,a:focus,button:focus,input:focus,textarea:focus{outline:none}ol,ul{margin:0;padding:0;list-style:none}@keyframes van-slide-up-enter{0%{transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{transform:translate3d(0,100%,0)}}@keyframes van-slide-down-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{transform:translate3d(0,-100%,0)}}@keyframes van-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{transform:translate3d(-100%,0,0)}}@keyframes van-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{transform:translate3d(100%,0,0)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.van-fade-enter-active{animation:var(--van-duration-base) van-fade-in both var(--van-ease-out)}.van-fade-leave-active{animation:var(--van-duration-base) van-fade-out both var(--van-ease-in)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)}.van-clearfix:after{display:table;clear:both;content:""}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{-webkit-line-clamp:2}.van-multi-ellipsis--l2,.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;line-break:anywhere;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{-webkit-line-clamp:3}.van-safe-area-top{padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;inset:-50%;border:0 solid var(--van-border-color);transform:scale(.5)}.van-hairline,.van-hairline--bottom,.van-hairline--left,.van-hairline--right,.van-hairline--surround,.van-hairline--top,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:var(--van-border-width)}.van-hairline--left:after{border-left-width:var(--van-border-width)}.van-hairline--right:after{border-right-width:var(--van-border-width)}.van-hairline--bottom:after{border-bottom-width:var(--van-border-width)}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:var(--van-border-width) 0}.van-hairline--surround:after{border-width:var(--van-border-width)}:host,:root{--van-floating-panel-border-radius:16px;--van-floating-panel-header-height:30px;--van-floating-panel-z-index:999;--van-floating-panel-background:var(--van-background-2);--van-floating-panel-bar-width:20px;--van-floating-panel-bar-height:3px;--van-floating-panel-bar-color:var(--van-gray-5)}.van-floating-panel{position:fixed;left:0;bottom:0;width:100vw;z-index:var(--van-floating-panel-z-index);display:flex;flex-direction:column;touch-action:none;border-top-left-radius:var(--van-floating-panel-border-radius);border-top-right-radius:var(--van-floating-panel-border-radius);background:var(--van-floating-panel-background);will-change:transform}.van-floating-panel:after{content:"";display:block;position:absolute;bottom:-100vh;height:100vh;width:100vw;background-color:inherit}.van-floating-panel__header{height:var(--van-floating-panel-header-height);display:flex;justify-content:center;align-items:center;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.van-floating-panel__header-bar{height:var(--van-floating-panel-bar-height);width:var(--van-floating-panel-bar-width);border-radius:var(--van-radius-md);background:var(--van-floating-panel-bar-color)}.van-floating-panel__content{flex:1;overflow-y:auto;background-color:var(--van-floating-panel-background);-webkit-overflow-scrolling:touch}.mobile-quantity-control{display:inline-flex;align-items:center;gap:.5rem;background:oklch(from oklch(16.93% .0041 285.95deg) calc(l + .1092) calc(c + .0032) calc(h - .03));border-radius:.75rem;min-height:2.25rem;padding:.13rem .38rem;margin-top:auto}.mobile-quantity-control-button{border:none;background:transparent;color:#fff;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.mobile-quantity-control-button:disabled{opacity:.45;cursor:default}.mobile-quantity-control-value{min-width:1.25rem;text-align:center;font-size:1rem;line-height:1.19rem;font-weight:600;color:#fff}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.mobile-dish-modifier-sheet{position:fixed;inset:0;z-index:1500}.mobile-dish-modifier-sheet-overlay{position:absolute;inset:0;border:none;background:#0000008f}.mobile-dish-modifier-sheet-panel{--van-floating-panel-background:oklch(26.33% .013 285.47deg);--van-floating-panel-header-height:auto;background-color:#24242b}.mobile-dish-modifier-sheet-panel .van-floating-panel__header{display:flex;justify-content:center;padding:.75rem 0 .25rem;background-color:#24242b}.mobile-dish-modifier-sheet-panel .van-floating-panel__content{background-color:#24242b}.mobile-dish-modifier-sheet-handle{display:block;width:2.88rem;height:.25rem;margin:.5rem auto 1rem;border-radius:6.25rem;background:#8e8e8e}.mobile-dish-modifier-sheet-body{display:flex;flex-direction:column;height:calc(100dvh - 2.5rem);max-height:calc(100dvh - 2.5rem)}.mobile-dish-modifier-sheet-scroll{flex:1;min-height:0;overflow-y:auto;padding:.5rem 0 .75rem}.mobile-dish-modifier-sheet-category:not(:last-child){margin-bottom:1.25rem}.mobile-dish-modifier-sheet-category-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem;padding:0 1rem}.mobile-dish-modifier-sheet-category-title{margin:0;flex:1;min-width:0;font-size:1rem;line-height:1.13rem;font-weight:500;color:#fff;max-width:220px}.mobile-dish-modifier-sheet-category-count{margin:0;flex-shrink:0;display:flex;align-items:baseline;gap:.25rem;font-size:1rem;line-height:1.13rem;font-weight:500;white-space:nowrap}.mobile-dish-modifier-sheet-category-count-label{color:#8e8e8e}.mobile-dish-modifier-sheet-category-count-value{color:#fff}.mobile-dish-modifier-sheet-list{display:flex;flex-direction:column;gap:.19rem;margin:0;padding:0;list-style:none}.mobile-dish-modifier-sheet-row{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;border:none;background:oklch(from oklch(16.93% .0041 285.95deg) calc(l + .0365) calc(c + .0059) calc(h - 9.41));text-align:left;cursor:pointer}.mobile-dish-modifier-sheet-row-image{width:3rem;height:3rem;border-radius:.5rem;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.mobile-dish-modifier-sheet-row-title{flex:1;min-width:0;font-size:1rem;line-height:1.13rem;font-weight:500;color:#fff}.mobile-dish-modifier-sheet-row-selected .mobile-dish-modifier-sheet-row-title{color:#fff}.mobile-dish-modifier-sheet-row-check{flex-shrink:0;color:#fff}.mobile-dish-modifier-sheet-row-counter{cursor:default}.mobile-dish-modifier-sheet-row-info{display:flex;flex:1;flex-direction:column;gap:.25rem;min-width:0}.mobile-dish-modifier-sheet-row-price{font-size:.88rem;line-height:1rem;font-weight:500;color:#8e8e8e}.mobile-dish-modifier-sheet-row-quantity{flex-shrink:0;margin-top:0}.mobile-dish-modifier-sheet-actions{display:flex;flex-direction:column;gap:.75rem;padding:.75rem 1rem calc(1rem + env(safe-area-inset-bottom,0));border-top:1px solid oklch(from oklch(16.93% .0041 285.95deg) calc(l + .1176) calc(c + .0087) calc(h - 6.83))}.mobile-dish-modifier-sheet-continue{width:100%}.mobile-dish-modifier-sheet-skip{border:none;background:none;padding:.25rem;font-size:1rem;line-height:1.13rem;font-weight:500;color:#fff;cursor:pointer}
