: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}}:root{color:#172033;--blue:#2f6df6;--blue2:#1f5ee9;--line:#e2e8f0;--muted:#77869a;--green:#149447;--shadow:0 12px 36px #2c395014;background:#f5f7fb;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang HK,Noto Sans TC,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{background:linear-gradient(#fbfcfe,#f4f7fb);min-width:1024px;overflow:hidden}button,input,a{font:inherit;color:inherit}.glass-panel,.panel{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffffeb;border:1px solid #dbe1eaf2}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}.smt-topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:40;background:#ffffffd6;grid-template-columns:1fr auto 1fr;align-items:center;height:64px;padding:0 24px;display:grid;position:relative}.smt-brand{align-items:center;gap:13px;font-size:18px;display:flex}.menu-icon{font-size:20px}.system-status{background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:7px;padding:8px 14px;font-size:12px;display:flex}.system-status i{background:#8290a4;border-radius:50%;width:9px;height:9px}.system-status.ready{background:#effbf3;border-color:#d8eee0}.system-status.ready i{background:#18ad58}.system-status.warning{background:#fff8e9;border-color:#f4d58b}.system-status.warning i{background:#e8a318}.system-status.offline,.system-status.blocked{background:#fff2f1;border-color:#ffc7c1}.system-status.offline i,.system-status.blocked i{background:#e84c44}.system-status strong{color:var(--muted);font-size:10px}.top-actions{justify-self:end}.staff-pill{background:#fff;border:1px solid #e5e8ed;border-radius:999px;padding:8px 13px;font-size:12px;display:inline-flex}.runtime-unavailable{background:radial-gradient(circle at 50% 25%,#fff 0,#f2f6fc 55%,#edf2f8 100%);place-items:center;height:100%;padding:24px;display:grid}.runtime-unavailable-card{background:#fffffff0;border:1px solid #dfe6ef;border-radius:24px;width:min(520px,90vw);padding:42px;box-shadow:0 28px 80px #233c5f1f}.runtime-mark{color:#2363db;background:#eaf2ff;border-radius:16px;place-items:center;width:56px;height:56px;font-weight:900;display:grid}.runtime-unavailable .eyebrow{color:#6f7d91;letter-spacing:.08em;margin:22px 0 4px;font-size:12px}.runtime-unavailable h1{margin:0;font-size:30px}.runtime-unavailable p{color:#59687c;line-height:1.7}.runtime-unavailable strong{color:#c23a33;letter-spacing:.06em;font-size:11px}.back-home{color:#2367dd;background:#eef5ff;border-radius:11px;place-items:center;width:38px;height:38px;text-decoration:none;display:grid}.nav-disabled{opacity:.5;cursor:default}.p01-shell{height:100vh;min-height:720px;padding-bottom:76px;position:relative}.p01-workspace{grid-template-columns:365px minmax(0,1fr);gap:18px;height:calc(100vh - 140px);padding:18px 20px 0;display:grid}.p01-cart{z-index:20;border-radius:20px;flex-direction:column;min-height:0;padding:14px;display:flex;position:relative}.order-card{grid-template-columns:1fr auto;align-items:center;gap:10px;padding:1px 4px 12px;display:grid}.order-card>div{gap:3px;display:grid}.order-card strong{font-size:19px}.eyebrow,.rows{color:var(--muted);font-size:11px}.rows{background:#f7f8fa;border-radius:999px;padding:6px 10px}.segmented{background:#f7f8fa;border:1px solid #e2e6ed;border-radius:14px;grid-template-columns:1fr 1fr;gap:2px;margin-bottom:8px;padding:3px;display:grid}.segmented button{color:#697283;background:0 0;border:0;border-radius:11px;height:38px;font-weight:750}.segmented button.active{color:#245dd9;background:linear-gradient(#edf3ff,#e7efff);box-shadow:0 1px 4px #1d4a9914}.segmented.compact button{height:32px;font-size:12px}.cart-list{border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:0;overflow:auto}.cart-row{border-bottom:1px solid var(--line);grid-template-columns:44px minmax(0,1fr) 74px 62px;align-items:center;gap:8px;min-height:70px;display:grid}.cart-row:last-child{border-bottom:0}.row-id{color:#1262d2;background:#f7fbff;border:1px solid #d7e4fa;border-radius:10px;place-items:center;height:48px;display:grid}.row-id b{font-size:15px;line-height:15px}.row-id small{font-size:9px}.row-id.takeaway{color:#df7e22;background:#fffaf4;border-color:#f6dec2}.line-copy{min-width:0}.line-copy>div{align-items:center;gap:7px;min-width:0;display:flex}.line-copy b{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.line-copy>span{color:var(--muted);margin-top:4px;font-size:10px;display:block}.group-badge{color:#238448;background:#dff6e5;border:0;border-radius:999px;flex:none;width:24px;height:24px;font-size:10px;font-weight:900}.group-badge.empty{color:#9ba2ad;background:#f0f2f5;place-items:center;display:grid}.qty{justify-content:center;align-items:center;gap:5px;display:flex}.qty button,.product-footer button{background:#fff;border:1px solid #dbe1ea;border-radius:999px}.qty button{width:22px;height:22px}.qty b{font-size:12px}.line-price{text-align:right;font-size:13px}.cart-summary{justify-content:space-between;align-items:center;padding:10px 3px 8px;font-size:13px;display:flex}.cart-summary strong{font-size:18px}.drawer-trigger{background:#fff;border:1px solid #dfe4eb;border-radius:12px;justify-content:space-between;align-items:center;height:44px;margin-bottom:9px;padding:0 15px;display:flex}.drawer-trigger span{font-size:24px}.primary-action{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;border:0;border-radius:12px;grid-template-columns:1fr auto;align-items:center;height:58px;padding:0 22px;font-size:17px;font-weight:800;display:grid;box-shadow:0 10px 24px #2f6df63b}.primary-action strong{font-size:16px}.pair-drawer{z-index:50;background:#fffffffc;border:1px solid #dfe4eb;border-radius:22px;width:min(470px,46vw);height:calc(100% - 4px);padding:18px;position:absolute;bottom:0;left:calc(100% + 18px);overflow:auto;box-shadow:0 28px 70px #1d293d3d}.drawer-head{justify-content:space-between;display:flex}.drawer-head small{color:var(--muted);font-size:11px}.drawer-head h2{margin:3px 0 0;font-size:20px}.drawer-head button{background:#f2f4f7;border:0;border-radius:50%;width:34px;height:34px;font-size:20px}.group-tabs{gap:7px;margin:16px 0 12px;display:flex}.group-tabs button{background:#fff;border:1px solid #dfe4eb;border-radius:10px;min-width:36px;height:36px;font-weight:850}.group-tabs .active{color:#245fd8;background:#e9f1ff;border-color:#b9d0ff}.slot-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.slot-card{text-align:left;background:#fff;border:1px solid #e0e5ed;border-radius:13px;min-height:92px;padding:10px}.slot-card.selected{border-color:#9fc0ff;box-shadow:0 0 0 2px #e5efff}.slot-card small,.slot-card span{color:var(--muted);font-size:10px;display:block}.slot-card b{margin:8px 0;font-size:12px;line-height:1.35;display:block}.drawer-note{color:#687284;background:#f7f9fc;border-radius:12px;margin:12px 0;padding:10px 12px;font-size:11px;line-height:1.5}.drawer-section-title{justify-content:space-between;margin:15px 0 8px;font-size:12px;display:flex}.drawer-section-title span{color:#2b63d5}.candidate-list{gap:7px;display:grid}.candidate-list>button{text-align:left;background:#fff;border:1px solid #e3e7ee;border-radius:12px;grid-template-columns:42px 1fr auto;align-items:center;gap:9px;padding:9px;display:grid}.candidate-row{color:#2b62d2;font-weight:850}.candidate-list b,.candidate-list small{display:block}.candidate-list b{font-size:12px}.candidate-list small{color:var(--muted);margin-top:2px;font-size:10px}.candidate-group{color:#2a62d4;background:#eef5ff;border-radius:999px;padding:4px 7px;font-size:10px}.empty-copy{color:var(--muted);font-size:12px}.p01-catalog{grid-template-rows:52px minmax(0,1fr);gap:12px;min-width:0;display:grid}.categories{box-shadow:none;border-radius:16px;align-items:center;gap:6px;padding:5px 8px;display:flex}.categories button{white-space:nowrap;background:0 0;border:0;border-radius:11px;height:38px;padding:0 15px}.categories button.active{color:#fff;background:linear-gradient(135deg,#3475fb,#2a63e6)}.search-chip{background:#fff;border:1px solid #e5e8ee;border-radius:11px;align-items:center;height:38px;padding:0 13px;font-size:12px;display:flex}.catalog-scroll{min-height:0;padding:0 2px 10px;overflow:auto}.product-section{margin-bottom:16px}.product-section h2{margin:2px 2px 10px;font-size:15px}.product-grid{grid-template-columns:repeat(5,minmax(130px,1fr));gap:10px;display:grid}.product-card{background:#fff;border:1px solid #e5e8ee;border-radius:14px;grid-template-rows:130px auto auto;min-width:0;display:grid;overflow:hidden;box-shadow:0 6px 18px #303d520d}.product-card.disabled{opacity:.55}.product-media{background:linear-gradient(145deg,#f1f5fb,#fff);place-items:center;display:grid;position:relative}.product-media img{object-fit:cover;width:100%;height:100%}.product-placeholder{color:#2d68df;background:#edf3ff;border-radius:18px;place-items:center;width:58px;height:58px;font-weight:900;display:grid}.badge{color:#fff;background:#ff805f;border-radius:8px;padding:4px 7px;font-size:9px;font-weight:850;position:absolute;top:8px;left:8px}.product-copy{min-width:0;padding:9px 10px 0}.product-copy h3{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}.product-copy p{color:#7c8493;margin:5px 0 0;font-size:10px}.product-footer{justify-content:space-between;align-items:center;padding:8px 10px 10px;display:flex}.product-footer strong{font-size:14px}.product-footer button{color:#fff;background:#3475fb;border-color:#3475fb;width:28px;height:28px;font-size:18px}.global-nav{z-index:60;border-radius:999px;grid-template-columns:repeat(5,1fr);width:min(860px,68vw);height:56px;padding:4px;display:grid;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.global-nav>a,.global-nav>.nav-disabled{color:#6f7784;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;text-decoration:none;display:flex;position:relative}.global-nav>a.active{color:#2b63d8;background:#edf3ff}.global-nav span{font-size:17px}.global-nav b{font-size:12px}.global-nav i{color:#fff;background:#ff4b43;border-radius:999px;padding:2px 5px;font-size:9px;font-style:normal;position:absolute;top:0;right:20%}@media (width<=1360px){.p01-workspace{grid-template-columns:340px minmax(0,1fr);gap:12px;padding-left:12px;padding-right:12px}.pair-drawer{width:420px}.product-grid{grid-template-columns:repeat(4,minmax(135px,1fr))}}.p02-shell{height:100vh;min-height:720px;padding-bottom:62px}.review-workspace{grid-template-columns:250px 380px minmax(0,1fr);gap:10px;height:calc(100vh - 126px);padding:10px;display:grid}.panel{border-radius:18px;min-height:0}.panel h2{margin:0;font-size:17px}.review-categories{flex-direction:column;padding:16px;display:flex}.category-list{gap:5px;margin-top:12px;display:grid}.category-list button{text-align:left;background:0 0;border:0;border-radius:11px;grid-template-columns:28px 1fr auto;align-items:center;height:42px;padding:0 10px;display:grid}.category-list button.active{color:#155fd7;background:#edf4ff;outline:1px solid #9fc1ff}.category-list button i{text-align:center;background:#edf1f6;border-radius:99px;min-width:28px;padding:3px 7px;font-size:11px;font-style:normal}.summary-card{background:#f4f8ff;border:1px solid #cfe0ff;border-radius:15px;margin-top:auto;padding:12px}.summary-card h3{color:#1765d2;margin:0 0 10px}.summary-card>div{grid-template-columns:1fr 1fr;gap:8px;display:grid}.summary-card span{text-align:center;background:#fff;border:1px solid #e2e9f4;border-radius:12px;padding:10px}.summary-card small{color:var(--muted);display:block}.summary-card b{font-size:28px}.danger{color:#df2c2c}.order-inbox{flex-direction:column;padding:15px;display:flex}.search-row{grid-template-columns:1fr 42px;gap:8px;margin:12px 0 8px;display:grid}.search-row input{border:1px solid #dce5f0;border-radius:12px;outline:0;height:42px;padding:0 13px}.search-row span{background:#fff;border:1px solid #dce5f0;border-radius:12px;place-items:center;height:42px;display:grid}.tabs{background:#f2f5f9;border-radius:12px;grid-template-columns:repeat(3,1fr);padding:3px;display:grid}.tabs button{background:0 0;border:0;border-radius:9px;padding:7px}.tabs button.active{color:#1862ce;background:#fff;box-shadow:0 2px 8px #1428460f}.order-list{align-content:start;gap:7px;min-height:0;margin-top:8px;display:grid;overflow:auto}.review-card{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:13px;padding:11px}.review-card.selected{border:2px solid var(--blue);background:#f8fbff}.order-card-head{grid-template-columns:22px 1fr auto;align-items:center;gap:5px;display:grid}.severity{color:#fff;border-radius:50%;place-items:center;width:18px;height:18px;font-size:11px;font-weight:900;display:grid}.severity.red{background:#ef4444}.severity.orange{background:#f97316}.severity.blue{background:#2f74ff}.severity.violet{background:#7857e8}.severity.green{background:#1a9c56}.severity.gray{background:#76869a}.source{font-size:11px}.order-meta{color:#68778b;grid-template-columns:auto 1fr auto;gap:10px;margin:7px 0;font-size:11px;display:grid}.order-meta strong{color:#172033;font-size:14px}.order-issue{align-items:center;gap:7px;font-size:11px;display:flex}.issue-chip{white-space:nowrap;border-radius:7px;padding:3px 7px;font-size:10px;font-weight:800;display:inline-flex}.issue-chip.red{color:#d6443d;background:#fff0ef}.issue-chip.orange{color:#dd6b20;background:#fff1e7}.issue-chip.blue{color:#2563d6;background:#eaf3ff}.issue-chip.violet{color:#7048d9;background:#f1ecff}.issue-chip.green{color:#198754;background:#e9f8ef}.issue-chip.gray{color:#68778b;background:#eef1f5}.order-count{color:var(--muted);padding-top:7px;font-size:11px}.empty-state,.empty-detail{text-align:center;color:var(--muted);padding:30px}.review-detail{flex-direction:column;padding:14px;display:flex;overflow:hidden}.detail-head{grid-template-columns:66px 1fr;align-items:start;gap:12px;display:grid}.detail-icon{color:#2168df;background:#eaf3ff;border-radius:16px;place-items:center;width:58px;height:58px;font-size:27px;display:grid}.detail-head h2{margin:3px 0 8px;font-size:17px}.detail-meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.detail-meta span{font-size:12px}.detail-meta small{color:var(--muted);margin-bottom:3px;font-size:10px;display:block}.compare-table{border:1px solid #dde5ef;border-radius:13px;margin-top:12px;font-size:11px;overflow:hidden}.compare-head,.compare-row{grid-template-columns:120px 1fr 1fr;display:grid}.compare-head{background:#f8fafc;font-weight:800}.compare-head>div,.compare-row>div{border-bottom:1px solid #e3e9f1;border-right:1px solid #e3e9f1;padding:9px 10px}.compare-row:last-child>div{border-bottom:0}.compare-head>div:last-child,.compare-row>div:last-child{border-right:0}.compare-letter{color:#fff;border-radius:5px;place-items:center;width:18px;height:18px;margin-right:6px;display:inline-grid}.compare-letter.blue{background:#3477ef}.compare-letter.green{background:#1a9c56}.compare-label{color:#64748b}.authority-money{color:#198754;margin-right:8px;font-size:13px;display:inline-block}.delta{color:#d84435;background:#fff3f1;border:1px solid #ff8c80;border-radius:7px;margin-right:8px;padding:3px 7px;font-weight:900;display:inline-block}.alerts{gap:6px;margin-top:8px;display:grid}.alert-box{background:#f8fafc;border:1px solid #dfe6ef;border-radius:11px;grid-template-columns:34px 1fr auto;align-items:center;gap:8px;padding:8px 10px;display:grid}.alert-box.tone-red{color:#b93d34;background:#fff2f1;border-color:#ffc7c1}.alert-box.tone-orange{color:#9b640e;background:#fff8e9;border-color:#f4d58b}.alert-box.tone-blue,.alert-box.tone-violet{color:#2164c2;background:#edf5ff;border-color:#c5dcff}.alert-box.tone-green{color:#198754;background:#eefbf3;border-color:#c9ead5}.alert-box b{font-size:11px}.alert-box p{margin:2px 0 0;font-size:10px}.alert-box button{background:#fff;border:1px solid #00000014;border-radius:9px;padding:6px 9px;font-size:10px}.alert-icon{font-size:19px}.internal-note{background:#f8fafc;border:1px solid #e1e7ef;border-radius:10px;grid-template-columns:25px auto 1fr;align-items:center;gap:8px;margin-top:7px;padding:8px 10px;font-size:11px;display:grid}.detail-actions{border-top:1px solid #e3e8ef;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:7px;margin-top:auto;padding-top:8px;display:grid}.detail-actions button{color:#1d63c9;background:#fff;border:1px solid #b9d2fa;border-radius:10px;height:42px;font-size:11px;font-weight:800}.detail-actions button.primary{color:#fff;background:linear-gradient(135deg,#2877f5,#155fe2);border-color:#0000;box-shadow:0 7px 16px #2168e038}.detail-actions button.danger{color:#c83e36;background:#fff5f4;border-color:#f3b8b4}.p02-global-nav{border-top:1px solid var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff0;justify-content:center;align-items:center;gap:5px;height:62px;display:flex;position:absolute;bottom:0;left:0;right:0}.p02-global-nav>a,.p02-global-nav>.nav-disabled{color:#586779;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:150px;height:46px;text-decoration:none;display:flex;position:relative}.p02-global-nav>a.active{color:#1f66df;background:#eaf2ff}.p02-global-nav b{font-size:13px}.p02-global-nav i{color:#fff;background:#ff4b43;border-radius:999px;padding:2px 5px;font-size:9px;font-style:normal;position:absolute;top:0;right:10%}@media (width<=1280px){.review-workspace{grid-template-columns:220px 340px minmax(0,1fr)}.compare-head,.compare-row{grid-template-columns:105px 1fr 1fr}.detail-meta{grid-template-columns:repeat(2,1fr)}.p02-global-nav>a,.p02-global-nav>.nav-disabled{width:130px}}.product-config-backdrop{z-index:80;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a7a;justify-content:flex-end;align-items:stretch;display:flex;position:fixed;inset:0}.product-config-panel{background:#fff;flex-direction:column;gap:18px;width:min(520px,92vw);height:100%;padding:22px;display:flex;overflow:auto;box-shadow:-18px 0 48px #0f172a33}.product-config-head{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:16px;display:flex}.product-config-head small{color:#64748b;margin-bottom:4px;font-weight:700;display:block}.product-config-head h2{margin:0;font-size:24px}.product-config-head span{color:#0f766e;margin-top:6px;font-weight:800;display:block}.product-config-head>button{background:#f1f5f9;border:0;border-radius:12px;width:40px;height:40px;font-size:24px}.product-config-groups{flex-direction:column;gap:16px;display:flex}.product-config-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:14px}.product-config-group-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.product-config-group-head span{color:#64748b;font-size:12px}.product-config-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.product-config-options button{text-align:left;background:#fff;border:1px solid #cbd5e1;border-radius:12px;justify-content:space-between;align-items:center;min-height:48px;padding:10px 12px;display:flex}.product-config-options button.selected{background:#ecfdf5;border-color:#0f766e;box-shadow:inset 0 0 0 1px #0f766e}.product-config-options button:disabled{opacity:.42}.product-config-options small{color:#0f766e;font-weight:800}.product-config-note{color:#64748b;background:#f1f5f9;border-radius:12px;padding:10px 12px;font-size:12px;line-height:1.5}.product-config-actions{grid-template-columns:1fr 2fr;gap:10px;margin-top:auto;padding-top:12px;display:grid}.product-config-actions button{border:0;border-radius:14px;min-height:52px;font-weight:800}.product-config-actions .secondary{color:#334155;background:#e2e8f0}.product-config-actions .primary{color:#fff;background:#0f766e}.product-config-actions .primary:disabled{opacity:.4}@media (width<=760px){.product-config-panel{width:100%;padding:16px}.product-config-options{grid-template-columns:1fr}}.payment-backdrop{z-index:90;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a8f;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.payment-panel{background:#fff;border-radius:22px;flex-direction:column;gap:18px;width:min(560px,96vw);padding:22px;display:flex;box-shadow:0 24px 80px #0f172a47}.payment-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.payment-head small{color:#64748b;margin-bottom:4px;font-weight:800;display:block}.payment-head h2{letter-spacing:-.02em;margin:0;font-size:32px}.payment-head-actions{align-items:center;gap:9px;display:flex}.payment-authority-badge{color:#0f766e;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.payment-close{color:#334155;cursor:pointer;background:#f1f5f9;border:0;border-radius:11px;width:36px;height:36px;font-size:21px;line-height:1}.payment-methods{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.payment-methods button{background:#fff;border:1px solid #cbd5e1;border-radius:13px;min-height:50px;font-weight:800}.payment-methods button.selected{color:#fff;background:#0f766e;border-color:#0f766e}.payment-field{flex-direction:column;gap:7px;display:flex}.payment-field>span{color:#334155;font-weight:800}.payment-field input{border:1px solid #cbd5e1;border-radius:13px;min-height:52px;padding:0 14px;font-size:20px}.payment-field small{color:#64748b}.payment-note{color:#64748b;background:#f8fafc;border-radius:12px;padding:11px 13px;font-size:12px;line-height:1.5}.payment-confirm{color:#fff;background:#0f766e;border:0;border-radius:15px;min-height:56px;font-size:18px;font-weight:900}.payment-confirm:disabled{opacity:.4}@media (width<=640px){.payment-panel{padding:16px}.payment-methods{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-head-actions{flex-direction:column-reverse;align-items:flex-end}}.smt-shared-shell{height:100vh;min-height:720px;position:relative;overflow:hidden}.smt-shared-shell .mf-ui-app-shell__header{height:64px}.smt-shared-shell .mf-ui-app-shell__body{height:calc(100vh - 64px);min-height:0;display:block;position:relative}.smt-shared-shell .mf-ui-app-shell__navigation{position:static}.smt-shared-shell .mf-ui-app-shell__content{height:100%;min-height:0;padding-bottom:76px}.smt-shared-shell .p01-shell,.smt-shared-shell .p02-shell{height:100%;min-height:0;padding-bottom:0}.smt-shared-shell .p01-workspace,.smt-shared-shell .review-workspace{height:100%}.smt-global-nav{z-index:60;border-radius:999px;grid-template-columns:repeat(5,1fr);width:min(860px,68vw);height:56px;padding:4px;display:grid;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.smt-global-nav>a,.smt-global-nav>.nav-disabled{color:#6f7784;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;text-decoration:none;display:flex;position:relative}.smt-global-nav>a.active{color:#2b63d8;background:#edf3ff}.smt-global-nav span{font-size:17px}.smt-global-nav b{font-size:12px}.smt-global-nav i{color:#fff;background:#ff4b43;border-radius:999px;padding:2px 5px;font-size:9px;font-style:normal;position:absolute;top:0;right:20%}
