:root{--mf-color-text:#172033;--mf-color-muted:#77869a;--mf-color-bg:#f5f7fb;--mf-color-surface:#fff;--mf-color-border:#e2e8f0;--mf-color-accent:#2f6df6;--mf-color-positive:#149447;--mf-color-warning:#e8a318;--mf-color-critical:#e84c44;--mf-space-1:4px;--mf-space-2:8px;--mf-space-3:12px;--mf-space-4:16px;--mf-space-6:24px;--mf-space-8:32px;--mf-radius-sm:8px;--mf-radius-md:12px;--mf-radius-lg:16px;--mf-radius-xl:24px;--mf-target-min:44px;--mf-target-ops:48px}*,:before,:after{box-sizing:border-box}button,input,select,textarea{font:inherit}:focus-visible{outline-offset:2px;outline:3px solid #2f6df66b}[aria-disabled=true],:disabled{cursor:not-allowed;opacity:.48}.mf-ui-button{min-height:var(--mf-target-min);justify-content:center;align-items:center;gap:var(--mf-space-2);padding:0 var(--mf-space-4);border:1px solid var(--mf-color-border);border-radius:var(--mf-radius-md);background:var(--mf-color-surface);color:var(--mf-color-text);cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:650;display:inline-flex}.mf-ui-button[data-pressed]{transform:translateY(1px)}.mf-ui-button--primary{border-color:var(--mf-color-accent);background:var(--mf-color-accent);color:#fff}.mf-ui-button--danger{border-color:var(--mf-color-critical);background:var(--mf-color-critical);color:#fff}.mf-ui-button--ghost{background:0 0;border-color:#0000}.mf-ui-icon-button{width:var(--mf-target-min);padding:0}.mf-ui-field{gap:var(--mf-space-2);display:grid}.mf-ui-label{color:var(--mf-color-text);font-size:.875rem;font-weight:650}.mf-ui-input,.mf-ui-select-trigger{min-height:var(--mf-target-min);border:1px solid var(--mf-color-border);border-radius:var(--mf-radius-md);background:var(--mf-color-surface);width:100%;color:var(--mf-color-text);padding:0 var(--mf-space-3)}.mf-ui-number-group{grid-template-columns:var(--mf-target-min) minmax(0, 1fr) var(--mf-target-min);border:1px solid var(--mf-color-border);border-radius:var(--mf-radius-md);display:grid;overflow:hidden}.mf-ui-number-group .mf-ui-input{text-align:center;border:0;border-radius:0}.mf-ui-stepper{min-height:var(--mf-target-min);background:var(--mf-color-bg);color:var(--mf-color-text);border:0}.mf-ui-select-trigger{text-align:left;justify-content:space-between;align-items:center;display:flex}.mf-ui-popover,.mf-ui-tooltip{z-index:1000;border:1px solid var(--mf-color-border);border-radius:var(--mf-radius-md);background:var(--mf-color-surface);color:var(--mf-color-text);box-shadow:0 16px 48px #17203329}.mf-ui-popover{min-width:180px;padding:var(--mf-space-2)}.mf-ui-listbox{outline:0;gap:2px;display:grid}.mf-ui-listbox-item{min-height:var(--mf-target-min);border-radius:var(--mf-radius-sm);padding:0 var(--mf-space-3);align-items:center;display:flex}.mf-ui-listbox-item[data-focused],.mf-ui-listbox-item[data-selected]{background:#2f6df61a}.mf-ui-checkbox,.mf-ui-radio{min-height:var(--mf-target-min);align-items:center;gap:var(--mf-space-2);cursor:pointer;display:inline-flex}.mf-ui-checkbox-box,.mf-ui-radio-dot{border:2px solid var(--mf-color-border);background:var(--mf-color-surface);flex:0 0 20px;width:20px;height:20px}.mf-ui-checkbox-box{border-radius:6px}.mf-ui-radio-dot{border-radius:50%}.mf-ui-checkbox[data-selected] .mf-ui-checkbox-box,.mf-ui-radio[data-selected] .mf-ui-radio-dot{border-color:var(--mf-color-accent);box-shadow:inset 0 0 0 4px var(--mf-color-surface);background:var(--mf-color-accent)}.mf-ui-radio-group{gap:var(--mf-space-2);display:grid}.mf-ui-tabs{gap:var(--mf-space-3);display:grid}.mf-ui-tab-list{gap:var(--mf-space-2);border-bottom:1px solid var(--mf-color-border);display:flex}.mf-ui-tab{min-height:var(--mf-target-min);padding:0 var(--mf-space-3);color:var(--mf-color-muted);border-bottom:2px solid #0000;align-items:center;display:inline-flex}.mf-ui-tab[data-selected]{border-bottom-color:var(--mf-color-accent);color:var(--mf-color-text);font-weight:700}.mf-ui-modal-overlay{z-index:900;padding:var(--mf-space-4);background:#1720336b;place-items:center;display:grid;position:fixed;inset:0}.mf-ui-modal{border-radius:var(--mf-radius-xl);background:var(--mf-color-surface);width:min(560px,100vw - 32px);max-height:calc(100vh - 32px);overflow:auto;box-shadow:0 28px 84px #1720333d}.mf-ui-dialog{padding:var(--mf-space-6);outline:0}.mf-ui-dialog-title{margin:0 0 var(--mf-space-4);color:var(--mf-color-text);font-size:1.25rem}.mf-ui-dialog-body{color:var(--mf-color-text)}.mf-ui-sheet{background:var(--mf-color-surface);position:fixed;overflow:auto;box-shadow:0 24px 80px #17203338}.mf-ui-sheet--left,.mf-ui-sheet--right{width:min(440px,92vw);top:0;bottom:0}.mf-ui-sheet--left{left:0}.mf-ui-sheet--right{right:0}.mf-ui-sheet--bottom{border-radius:var(--mf-radius-xl) var(--mf-radius-xl) 0 0;max-height:85vh;bottom:0;left:0;right:0}.mf-ui-tooltip{max-width:280px;padding:var(--mf-space-2) var(--mf-space-3);font-size:.8125rem}.mf-ui-card,.mf-ui-pane,.mf-ui-notice{border:1px solid var(--mf-color-border);border-radius:var(--mf-radius-lg);background:var(--mf-color-surface)}.mf-ui-card,.mf-ui-pane{padding:var(--mf-space-4)}.mf-ui-toolbar{min-height:var(--mf-target-min);align-items:center;gap:var(--mf-space-2);display:flex}.mf-ui-badge,.mf-ui-status{align-items:center;gap:var(--mf-space-2);border-radius:999px;font-size:.8125rem;display:inline-flex}.mf-ui-badge{padding:4px var(--mf-space-2)}.mf-ui-status{padding:6px var(--mf-space-3)}.mf-ui-status-dot{background:currentColor;border-radius:50%;width:8px;height:8px}.mf-ui-notice{padding:var(--mf-space-3) var(--mf-space-4)}.mf-ui-tone--neutral{color:var(--mf-color-muted)}.mf-ui-tone--info{color:var(--mf-color-accent);background-color:#2f6df614}.mf-ui-tone--positive{color:var(--mf-color-positive);background-color:#14944714}.mf-ui-tone--warning{color:var(--mf-color-warning);background-color:#e8a31817}.mf-ui-tone--critical{color:var(--mf-color-critical);background-color:#e84c4414}.mf-ui-app-shell{width:100%;min-height:100%;color:var(--mf-color-text);background:var(--mf-color-bg)}.mf-ui-app-shell__body{grid-template-columns:auto minmax(0,1fr);min-height:0;display:grid}.mf-ui-app-shell__navigation:empty{display:none}.mf-ui-app-shell__content{min-width:0}.mf-ui-app-shell--compact{--mf-shell-gap:var(--mf-space-2)}.mf-ui-app-shell--comfortable{--mf-shell-gap:var(--mf-space-4)}.mf-ui-app-shell--operational{--mf-shell-gap:var(--mf-space-3)}@media (width<=599px){.mf-ui-app-shell__body{grid-template-columns:minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.mf-mobile-ordering-shell{min-height:60vh;color:var(--mf-color-text);gap:12px;display:grid;position:relative}.mf-mobile-ordering-shell__header{z-index:12;background:linear-gradient(180deg, var(--mf-color-bg) 76%, transparent);padding-top:2px;position:sticky;top:0}.mf-mobile-ordering-shell__feedback{z-index:11;position:relative}.mf-mobile-ordering-shell__body{grid-template-columns:minmax(82px,27%) minmax(0,1fr);align-items:start;gap:10px;display:grid}.mf-mobile-ordering-shell__categories{max-height:calc(var(--smm-viewport-height,100dvh) - 230px);scrollbar-width:none;position:sticky;top:112px;overflow:auto}.mf-mobile-ordering-shell__categories::-webkit-scrollbar{display:none}.mf-mobile-ordering-shell__products{min-width:0}.mf-mobile-ordering-shell__accessory{bottom:calc(env(safe-area-inset-bottom,0px) + 82px);z-index:24;pointer-events:none;position:sticky}.mf-mobile-ordering-shell__accessory>*{pointer-events:auto}.mf-ordering-header{gap:10px;padding:8px 4px 6px;display:grid}.mf-ordering-header__top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.mf-ordering-header h1{letter-spacing:-.03em;margin:0;font-size:clamp(1.55rem,6.6vw,2.1rem)}.mf-ordering-eyebrow{color:#a06d2a;letter-spacing:.08em;text-transform:uppercase;margin:0 0 3px;font-size:.7rem;font-weight:760}.mf-ordering-muted{color:var(--mf-color-muted);margin:0;font-size:.84rem;line-height:1.5}.mf-ordering-header__trailing{flex:none}.mf-service-context{flex-wrap:wrap;gap:6px;display:flex}.mf-category-rail{border:1px solid var(--mf-color-border);background:#fffdf8b8;border-radius:20px;gap:6px;padding:4px;display:grid}.mf-category-rail__item.mf-ui-button{text-align:left;border-radius:16px;justify-items:start;gap:2px;min-height:52px;padding:8px 9px;font-size:.82rem;display:grid}.mf-category-rail__item[aria-current=true]{color:#4b2f1d;background:#e8a5362e;box-shadow:inset 3px 0 #b96f12}.mf-category-rail__item small,.mf-category-rail__empty{color:var(--mf-color-muted);font-size:.68rem}.mf-category-rail__empty{text-align:center;margin:0;padding:14px 8px}.mf-product-list{gap:10px;display:grid}.mf-product-list__empty{min-height:190px;color:var(--mf-color-muted);text-align:center;border-radius:24px;place-items:center;padding:18px;display:grid}.mf-product-list__empty p{margin:0}.mf-product-card{border:1px solid var(--mf-color-border);background:#fffdf8;border-radius:22px;grid-template-columns:82px minmax(0,1fr);gap:11px;padding:10px;display:grid;box-shadow:0 8px 24px #4b2f1d0d}.mf-product-card__media{aspect-ratio:1;color:#6b4329;background:linear-gradient(145deg,#f4dfb7,#e9d1ed);border-radius:18px;place-items:center;width:82px;font-weight:800;display:grid;overflow:hidden}.mf-product-card__media img{object-fit:cover;width:100%;height:100%}.mf-product-card__body,.mf-product-card__copy{gap:5px;min-width:0;display:grid}.mf-product-card__copy h2{margin:0;font-size:.98rem;line-height:1.25}.mf-product-card__copy p,.mf-product-card__reason{color:var(--mf-color-muted);margin:0;font-size:.74rem;line-height:1.4}.mf-product-card__footer{justify-content:space-between;align-items:end;gap:8px;margin-top:auto;display:flex}.mf-product-card__price{gap:1px;display:grid}.mf-product-card__price strong{font-size:.98rem}.mf-product-card__price span{color:var(--mf-color-muted);font-size:.7rem}.mf-product-card__footer .mf-ui-button,.mf-product-configurator-trigger .mf-ui-button{border-radius:15px;min-width:44px;min-height:44px;padding-inline:11px}.mf-ui-sheet--bottom{max-height:min(82dvh,760px);padding-bottom:env(safe-area-inset-bottom,0px);border-radius:28px 28px 0 0;bottom:0;left:0;right:0}.mf-product-configurator-sheet,.mf-cart-sheet{gap:14px;display:grid}.mf-product-configurator-sheet__footer{background:linear-gradient(0deg, var(--mf-color-surface) 72%, transparent);padding-top:10px;position:sticky;bottom:0}.mf-cart-accessory{gap:4px;width:100%;display:grid}.mf-cart-accessory .mf-ui-button{background:#fffaf0e0;border-color:#b96f1247;border-radius:22px;justify-content:stretch;width:100%;min-height:58px;padding:7px 10px;box-shadow:0 14px 34px #4b2f1d26}@supports ((-webkit-backdrop-filter:blur(18px)) or (backdrop-filter:blur(18px))){.mf-cart-accessory .mf-ui-button{-webkit-backdrop-filter:saturate(155%)blur(18px);backdrop-filter:saturate(155%)blur(18px);background:#fffaf0b8}}.mf-cart-accessory__trigger-content{grid-template-columns:auto 1fr auto;align-items:center;gap:9px;width:100%;display:grid}.mf-cart-accessory__count{color:#fffaf0;background:#4b2f1d;border-radius:13px;place-items:center;min-width:34px;min-height:34px;font-size:.78rem;font-weight:800;display:grid}.mf-cart-accessory__trigger-content strong{text-align:left}.mf-cart-accessory small{color:var(--mf-color-muted);text-align:center}.mf-cart-sheet__lines{gap:8px;display:grid}.mf-cart-line{border-bottom:1px solid var(--mf-color-border);grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:11px 0;display:grid}.mf-cart-line__copy{gap:2px;display:grid}.mf-cart-line__copy span{color:var(--mf-color-muted);font-size:.75rem}.mf-cart-line__actions{align-items:center;gap:3px;display:flex}.mf-cart-line__actions .mf-ui-button{min-width:40px;min-height:40px;padding-inline:8px}.mf-cart-sheet__summary{justify-content:space-between;align-items:center;gap:10px;padding-top:4px;display:flex}.mf-cart-sheet__summary strong{font-size:1.16rem}.mf-cart-sheet__primary{gap:5px;display:grid}.mf-cart-sheet__primary .mf-ui-button{width:100%}.mf-cart-sheet__primary small{color:var(--mf-color-muted);text-align:center}.mf-order-confirmation-summary{border-radius:24px;gap:12px;padding:16px;display:grid}.mf-order-confirmation-summary h2{margin:0}.mf-order-confirmation-summary dl{gap:7px;margin:0;display:grid}.mf-order-confirmation-summary__row{color:var(--mf-color-muted);justify-content:space-between;gap:14px;display:flex}.mf-order-confirmation-summary__row dd{color:var(--mf-color-text);text-align:right;margin:0}.mf-order-confirmation-summary__row--emphasis{font-weight:760}.mf-order-confirmation-summary__total{justify-self:end;font-size:1.25rem}.mf-mutation-feedback{border-radius:18px;gap:3px;display:grid}.mf-mutation-feedback span{font-size:.78rem}@media (width<=360px){.mf-mobile-ordering-shell__body{grid-template-columns:78px minmax(0,1fr);gap:7px}.mf-product-card{grid-template-columns:70px minmax(0,1fr);gap:8px}.mf-product-card__media{border-radius:16px;width:70px}.mf-product-card__footer{align-items:center}}@media (prefers-reduced-transparency:reduce){.mf-cart-accessory .mf-ui-button{-webkit-backdrop-filter:none;background:#fffaf0}}:root{--smm-viewport-height:100dvh;background:#fbf7ef}html,body,#root{background:#fbf7ef;min-width:320px;min-height:100%;margin:0}body{overscroll-behavior-y:none;color:#4b2f1d;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;font-family:ui-rounded,-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang HK,PingFang TC,Noto Sans TC,sans-serif}button,[role=tab]{touch-action:manipulation}.smm-app-shell{--mf-color-text:#4b2f1d;--mf-color-muted:#8b7668;--mf-color-bg:#fbf7ef;--mf-color-surface:#fffdf8;--mf-color-border:#eadfce;--mf-color-accent:#b96f12;--mf-color-positive:#447a57;--mf-color-warning:#a46d15;--mf-color-critical:#b94b43;--mf-radius-sm:12px;--mf-radius-md:18px;--mf-radius-lg:22px;--mf-radius-xl:28px;width:min(100%,560px);min-height:var(--smm-viewport-height);padding:calc(env(safe-area-inset-top,0px) + 8px) 14px calc(env(safe-area-inset-bottom,0px) + 106px);background:radial-gradient(circle at 14% 0,#e8a5361f,#0000 28%),radial-gradient(circle at 92% 8%,#7a5aa617,#0000 24%),#fbf7ef;margin:0 auto}.smm-topbar{top:max(8px, env(safe-area-inset-top,0px));z-index:20;background:#fffdf8e6;border:1px solid #eadfced9;border-radius:22px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;margin-bottom:10px;padding:8px 10px;display:grid;position:sticky;box-shadow:0 12px 32px #4b2f1d12}@supports ((-webkit-backdrop-filter:blur(18px)) or (backdrop-filter:blur(18px))){.smm-topbar,.smm-app-shell .mf-ui-tab-list{-webkit-backdrop-filter:saturate(150%)blur(18px);backdrop-filter:saturate(150%)blur(18px);background:#fffdf8bd}}.smm-brand-mark{color:#fff6dd;background:linear-gradient(145deg,#4b2f1d,#6b4329);border-radius:16px;place-items:center;width:42px;height:42px;font-size:1.05rem;font-weight:850;display:grid;box-shadow:inset 0 1px #ffffff2e}.smm-brand-copy{gap:2px;min-width:0;display:grid}.smm-brand-copy strong{letter-spacing:-.01em;font-size:.98rem}.smm-brand-copy span{color:#8b7668;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.smm-global-runtime-alert{margin:8px 2px 12px}.smm-app-shell .mf-ui-tabs{display:block}.smm-app-shell .mf-ui-tab-list{left:50%;bottom:max(10px, env(safe-area-inset-bottom,0px));z-index:50;background:#fffdf8f0;border:1px solid #d6c5b0c7;border-radius:27px;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;width:min(100vw - 24px,520px);min-height:72px;padding:7px;display:grid;position:fixed;transform:translate(-50%);box-shadow:0 18px 50px #4b2f1d29}.smm-app-shell .mf-ui-tab{color:#8b7668;cursor:pointer;border:0;border-radius:20px;justify-content:center;min-width:0;min-height:56px;padding:4px 5px}.smm-app-shell .mf-ui-tab[data-selected]{color:#4b2f1d;background:#e8a5362e;border:0;font-weight:760}.smm-app-shell .mf-ui-tab[data-pressed]{transform:scale(.97)}.smm-tab-label{place-items:center;gap:2px;font-size:.72rem;line-height:1.1;display:grid}.smm-tab-symbol{place-items:center;min-height:22px;font-size:1.05rem;font-weight:800;display:grid}.smm-app-shell .mf-ui-tab-panel{outline:none}.smm-page{gap:14px;padding:10px 2px 20px;display:grid}.smm-section-heading{padding:5px 4px 0}.smm-section-heading--row,.smm-card-title-row,.smm-list-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.smm-section-heading h1,.smm-card-title-row h2,.smm-card-title-row h3,.smm-list-heading h2{letter-spacing:-.025em;margin:0}.smm-section-heading h1{font-size:clamp(1.7rem,7vw,2.25rem)}.smm-card-title-row h2,.smm-list-heading h2{font-size:1.08rem}.smm-card-title-row h3{font-size:1rem}.smm-eyebrow,.smm-card-kicker{color:#a06d2a;letter-spacing:.08em;text-transform:uppercase;margin:0 0 3px;font-size:.72rem;font-weight:760}.smm-muted{color:#8b7668;margin:0;font-size:.86rem;line-height:1.55}.smm-feedback{border-radius:18px}.smm-app-shell .mf-ui-card{background:#fffdf8;border-color:#eadfceeb;box-shadow:0 10px 28px #4b2f1d0e}.smm-current-card,.smm-work-card,.smm-placeholder-card,.smm-empty-card{padding:16px}.smm-current-card{border-radius:26px;background:linear-gradient(145deg,#ffffff80,#0000),#fffaf0!important}.smm-current-detail,.smm-work-card,.smm-placeholder-card{gap:12px;display:grid}.smm-current-detail code,.smm-work-id{overflow-wrap:anywhere;color:#705948;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem}.smm-chip-row{flex-wrap:wrap;gap:7px;display:flex}.smm-list-heading{padding:8px 4px 0}.smm-list-heading span{color:#8b7668;font-size:.8rem}.smm-work-list{gap:10px;display:grid}.smm-work-card{border-radius:22px}.smm-meta-grid{color:#8b7668;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 10px;font-size:.74rem;display:grid}.smm-empty-card{text-align:center;border-radius:22px;gap:4px;display:grid}.smm-empty-card p{margin:0;font-weight:720}.smm-placeholder{align-content:start;min-height:55vh}.smm-placeholder-card{border-radius:26px}.smm-ordering-cart-footer{gap:10px;display:grid}.smm-ordering-combo{background:#e8a5361a;border:1px solid #b96f123d;border-radius:16px;gap:8px;padding:11px;display:grid}.smm-ordering-combo>strong{letter-spacing:-.01em;font-size:.82rem}.smm-ordering-combo-proposal{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.smm-ordering-combo-rule{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:760;overflow:hidden}.smm-ordering-combo-meta{color:#8b5a18;flex-wrap:wrap;gap:5px 9px;margin-top:3px;font-size:.72rem;display:flex}.smm-ordering-combo-active{color:#447a57;flex-wrap:wrap;gap:6px;font-size:.74rem;font-weight:720;display:flex}.smm-app-shell .mf-ui-button{border-radius:16px}.smm-app-shell .mf-ui-button--primary{background:linear-gradient(#c98528,#b96f12);border-color:#b96f12;box-shadow:0 8px 18px #b96f122e}.smm-app-shell .mf-ui-button--secondary{background:#fffaf0}.smm-app-shell .mf-ui-badge{border-radius:999px}@media (width<=370px){.smm-app-shell{padding-inline:10px}.smm-app-shell .mf-ui-tab-list{width:calc(100vw - 14px)}.smm-meta-grid,.smm-ordering-combo-proposal{grid-template-columns:1fr}.smm-brand-copy span{max-width:150px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-contrast:more),(forced-colors:active){.smm-topbar,.smm-app-shell .mf-ui-tab-list,.smm-app-shell .mf-ui-card{box-shadow:none;border-width:2px}}
