:root{--mcm-blue: #225aa7;--mcm-purple: #9932cc;--mcm-gradient: linear-gradient(135deg, #225aa7, #9932cc);--mcm-brand: #225aa7;--mcm-accent: #9932cc;--mcm-bg: #f4f4f5;--mcm-surface: #ffffff;--mcm-surface-2: #f9f9fb;--mcm-border: #e5e7eb;--mcm-border-2: #d1d5db;--mcm-text-primary: #1f2937;--mcm-text-secondary: #374151;--mcm-text-muted: #6b7280;--mcm-text-faint: #9ca3af;--mcm-success: #16a34a;--mcm-success-bg: #dcfce7;--mcm-warning: #d97706;--mcm-warning-bg: #fef3c7;--mcm-danger: #dc2626;--mcm-danger-bg: #fee2e2;--mcm-info: #2563eb;--mcm-info-bg: #dbeafe;--mcm-radius-sm: 6px;--mcm-radius-md: 10px;--mcm-radius-lg: 14px;--mcm-radius-xl: 20px;--mcm-radius-pill: 100px;--mcm-shadow-sm: 0 1px 3px rgba(0,0,0,.07);--mcm-shadow-md: 0 4px 12px rgba(0,0,0,.08);--mcm-shadow-lg: 0 8px 24px rgba(0,0,0,.1);--mcm-font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mcm-font-head: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mcm-font-mono: "SF Mono", "Fira Code", "Roboto Mono", Menlo, monospace;--mcm-transition: .15s ease;--mcm-sidebar-w: 240px;--mcm-topbar-h: 56px}@media (prefers-color-scheme: dark){:root{--mcm-bg: #1c1c1e;--mcm-surface: #2c2c2e;--mcm-surface-2: #3a3a3c;--mcm-border: #38383a;--mcm-border-2: #48484a;--mcm-text-primary: #f2f2f7;--mcm-text-secondary: rgba(235,235,245,.8);--mcm-text-muted: #8e8e93;--mcm-text-faint: #636366}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;height:var(--mcm-visual-height, 100dvh);overflow:hidden;overscroll-behavior:none}body{font-family:var(--mcm-font-body);font-size:15px;line-height:1.5;color:var(--mcm-text-primary);background:var(--mcm-bg);height:var(--mcm-visual-height, 100dvh);min-height:var(--mcm-visual-height, 100dvh);width:100vw;max-width:100vw;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;overscroll-behavior:none;touch-action:manipulation}#root{display:flex;flex-direction:column;height:var(--mcm-visual-height, 100dvh);min-height:var(--mcm-visual-height, 100dvh);width:100vw;max-width:100vw;overflow:hidden;position:relative}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}button,input,textarea,select{font-family:inherit;font-size:inherit;-webkit-tap-highlight-color:transparent}button,[role=button]{min-height:44px;cursor:pointer}input,textarea,select{font-size:16px}img,svg{display:block;max-width:100%}:focus-visible{outline:2px solid var(--mcm-brand);outline-offset:2px;border-radius:4px}.mcm-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.mcm-safe-bottom{padding-bottom:env(safe-area-inset-bottom,0px)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--mcm-border-2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--mcm-text-faint)}:root{--mcm-blue: #225aa7;--mcm-purple: #9932cc;--mcm-gradient: linear-gradient(135deg, #225aa7, #9932cc);--mcm-brand: #225aa7;--mcm-accent: #9932cc;--mcm-bg: #f2f2f7;--mcm-surface: #ffffff;--mcm-border: rgba(15, 23, 42, .1);--mcm-text-primary: #1c1c1e;--mcm-text-secondary:#374151;--mcm-text-muted: #6b7280;--mcm-shadow-spatial: 0 12px 36px rgba(15, 23, 42, .07);--mcm-success: #16a34a;--mcm-success-bg: #dcfce7;--mcm-warning: #d97706;--mcm-warning-bg: #fef3c7;--mcm-danger: #dc2626;--mcm-danger-bg: #fee2e2;--mcm-sidebar-width: 220px;--mcm-topbar-height: 56px;--mcm-bottom-nav-height: 60px;--mcm-visual-height: 100dvh;--mcm-viewport-offset-top: 0px;--mcm-keyboard-inset: 0px;--mcm-shell-z-topbar: 30;--mcm-shell-z-bottom-nav: 30;--mcm-shell-z-detail: 50;--mcm-font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}.mcm-layout-root{display:flex;flex-direction:column;height:var(--mcm-visual-height, 100dvh);width:100vw;max-width:100vw;overflow:hidden;position:relative;background:var(--mcm-bg);font-family:var(--mcm-font-body)}.mcm-topbar{height:var(--mcm-topbar-height);background:#fffffff5;border-bottom:1px solid var(--mcm-border);display:flex;align-items:center;justify-content:space-between;padding:0 16px;flex-shrink:0;position:fixed;top:var(--mcm-viewport-offset-top, 0px);left:0;right:0;width:100vw;max-width:100vw;z-index:var(--mcm-shell-z-topbar);gap:12px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-sizing:border-box}.mcm-topbar-left{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.mcm-topbar-title{font-size:14px;font-weight:700;color:var(--mcm-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.mcm-topbar-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.mcm-avatar{width:34px;height:34px;border-radius:50%;overflow:hidden;background:var(--mcm-gradient);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0;cursor:pointer;border:2px solid var(--mcm-border);transition:border-color .15s}.mcm-avatar:hover{border-color:var(--mcm-blue)}.mcm-avatar img{width:100%;height:100%;object-fit:cover}.mcm-plan-badge{font-size:10px;font-weight:700;padding:2px 9px;border-radius:100px;border:1px solid var(--mcm-border);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.mcm-plan-badge--free{background:var(--mcm-bg);color:var(--mcm-text-muted)}.mcm-plan-badge--pro{background:#dbeafe;color:#1e40af}.mcm-topbar-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1px solid var(--mcm-border);background:transparent;color:var(--mcm-text-muted);cursor:pointer;text-decoration:none;flex-shrink:0;transition:background .12s,color .12s;-webkit-tap-highlight-color:transparent;font-family:var(--mcm-font-body)}.mcm-topbar-btn:hover{background:var(--mcm-bg);color:var(--mcm-blue)}.mcm-body{position:fixed;top:calc(var(--mcm-topbar-height) + var(--mcm-viewport-offset-top, 0px));left:0;right:0;bottom:0;display:flex;overflow:hidden;height:auto;min-height:0}.mcm-sidebar{width:var(--mcm-sidebar-width);flex-shrink:0;background:var(--mcm-surface);border-right:1px solid var(--mcm-border);display:flex;flex-direction:column;padding:12px 10px;overflow-y:auto}.mcm-sidebar-nav{display:flex;flex-direction:column;gap:2px}.mcm-sidebar-link{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;text-decoration:none;font-size:14px;font-weight:500;color:var(--mcm-text-muted);transition:background .12s,color .12s;border-left:3px solid transparent;-webkit-tap-highlight-color:transparent}.mcm-sidebar-link:hover{background:#225aa70f;color:var(--mcm-blue)}.mcm-sidebar-link.active{background:#225aa714;color:var(--mcm-blue);font-weight:700;border-left-color:var(--mcm-blue)}.mcm-sidebar-link-icon{width:20px;height:20px;flex-shrink:0}.mcm-sidebar-badge{font-size:10px;font-weight:700;background:var(--mcm-blue);color:#fff;padding:1px 6px;border-radius:100px;min-width:18px;text-align:center;margin-left:auto}.mcm-sidebar-upgrade{margin-top:auto;padding:14px;background:linear-gradient(135deg,#225aa712,#9932cc12);border-radius:12px;border:1px solid rgba(34,90,167,.12)}.mcm-sidebar-upgrade-title{font-size:12px;font-weight:700;color:var(--mcm-text-primary);margin-bottom:4px}.mcm-sidebar-upgrade-sub{font-size:11px;color:var(--mcm-text-muted);margin-bottom:10px;line-height:1.5}.mcm-sidebar-upgrade-btn{display:block;text-align:center;padding:8px;border-radius:8px;background:var(--mcm-gradient);color:#fff;font-size:12px;font-weight:600;text-decoration:none;-webkit-tap-highlight-color:transparent}.mcm-main{flex:1;height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;min-width:0;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mcm-bottom-nav{display:none;background:#fffffff5;border-top:1px solid var(--mcm-border);padding-bottom:env(safe-area-inset-bottom,0px);position:fixed;left:0;right:0;bottom:0;z-index:var(--mcm-shell-z-bottom-nav);flex-shrink:0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.mcm-bottom-nav-inner{display:flex;height:var(--mcm-bottom-nav-height)}.mcm-bottom-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;flex:1;background:none;border:none;color:var(--mcm-text-muted);font-size:10px;font-weight:500;font-family:var(--mcm-font-body);cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:color .12s;padding:0;min-height:52px}.mcm-bottom-tab.active{color:var(--mcm-blue);font-weight:700}.mcm-bottom-tab-icon{width:22px;height:22px;position:relative}.mcm-bottom-tab-badge{position:absolute;top:-3px;right:-6px;width:16px;height:16px;border-radius:50%;background:var(--mcm-blue);color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center}.mcm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:40}.mcm-overlay.open{opacity:1;pointer-events:auto}.mcm-drawer{position:fixed;bottom:0;left:0;right:0;background:var(--mcm-surface);border-radius:20px 20px 0 0;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:50;padding:12px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);max-height:80dvh;overflow-y:auto}.mcm-drawer.open{transform:translateY(0)}.mcm-drawer-handle{width:40px;height:4px;background:#d1d5db;border-radius:4px;margin:0 auto 16px}.mcm-drawer-item{display:flex;align-items:center;gap:16px;padding:14px 24px;border:none;border-bottom:1px solid var(--mcm-border);background:none;color:var(--mcm-text-primary);text-decoration:none;font-size:15px;font-weight:500;font-family:var(--mcm-font-body);cursor:pointer;width:100%;text-align:left;-webkit-tap-highlight-color:transparent;transition:background .12s}.mcm-drawer-item:last-child{border-bottom:none}.mcm-drawer-item:hover{background:var(--mcm-bg)}.mcm-drawer-item.active{color:var(--mcm-blue);font-weight:700}.mcm-drawer-item-icon{width:22px;height:22px;flex-shrink:0;color:var(--mcm-text-muted)}.mcm-drawer-item.active .mcm-drawer-item-icon{color:var(--mcm-blue)}.mcm-page{flex:1;padding:20px;max-width:860px;margin:0 auto;width:100%}.mcm-card{background:var(--mcm-surface);border:1px solid var(--mcm-border);border-radius:14px;padding:20px;margin-bottom:14px}.mcm-section-label{font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--mcm-text-muted);margin-bottom:12px;display:block}.mcm-chip-strip{display:flex;gap:6px;overflow-x:auto;padding:0 16px 12px;-ms-overflow-style:none;scrollbar-width:none;white-space:nowrap}.mcm-chip-strip::-webkit-scrollbar{display:none}.mcm-chip{display:inline-flex;align-items:center;padding:6px 16px;border-radius:100px;border:1.5px solid var(--mcm-border);background:var(--mcm-surface);color:var(--mcm-text-primary);font-size:13px;font-weight:500;font-family:var(--mcm-font-body);cursor:pointer;white-space:nowrap;transition:background .12s,border-color .12s,color .12s;-webkit-tap-highlight-color:transparent}.mcm-chip.active{background:var(--mcm-blue);border-color:var(--mcm-blue);color:#fff;font-weight:600}.mcm-chip:not(.active):hover{border-color:var(--mcm-blue);color:var(--mcm-blue)}.mcm-two-panel{display:flex;flex:1;overflow:hidden;height:100%;min-height:0}.mcm-panel-list{width:300px;flex-shrink:0;border-right:1px solid var(--mcm-border);background:var(--mcm-surface);display:flex;flex-direction:column;overflow:hidden}.mcm-panel-detail{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--mcm-bg);min-width:0}.mcm-grid-auto{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.mcm-driver-thread-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mcm-reply-bar{padding-bottom:max(12px,env(safe-area-inset-bottom,0px))!important;flex-shrink:0}html.mcm-keyboard-open .mcm-reply-bar{padding-bottom:12px!important}html.mcm-driver-detail-open .mcm-topbar{pointer-events:none}html.mcm-keyboard-open .mcm-bottom-nav,html.mcm-driver-detail-open .mcm-bottom-nav{opacity:0;pointer-events:none;transform:translate3d(0,110%,0)}.mcm-setup-card{margin:12px 16px 14px;padding:16px;border:1px solid rgba(34,90,167,.16);border-radius:16px;background:linear-gradient(135deg,#225aa712,#9932cc12),var(--mcm-surface);box-shadow:0 8px 22px #0f172a0f}.mcm-setup-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.mcm-setup-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--mcm-blue)}.mcm-setup-percent{font-size:11px;font-weight:800;color:var(--mcm-text-muted);white-space:nowrap}.mcm-setup-progress{width:100%;height:7px;border-radius:999px;background:#225aa724;overflow:hidden;margin-bottom:12px}.mcm-setup-progress-fill{height:100%;border-radius:inherit;background:var(--mcm-gradient);transition:width .22s ease}.mcm-setup-title{margin:0 0 6px;font-size:15px;line-height:1.3;font-weight:800;color:var(--mcm-text-primary)}.mcm-setup-copy{margin:0 0 14px;font-size:13px;line-height:1.55;color:var(--mcm-text-secondary)}.mcm-setup-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:44px;padding:10px 14px;border:0;border-radius:11px;background:var(--mcm-gradient);color:#fff;font-family:var(--mcm-font-body);font-size:13px;font-weight:800;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.mcm-setup-btn:focus-visible{outline:2px solid var(--mcm-brand);outline-offset:2px}@media (max-width: 767px){.mcm-sidebar{display:none!important}.mcm-body{bottom:calc(var(--mcm-bottom-nav-height) + env(safe-area-inset-bottom,0px))}html.mcm-keyboard-open .mcm-body,html.mcm-driver-detail-open .mcm-body{bottom:0}.mcm-bottom-nav{display:block}.mcm-page{padding:16px;padding-bottom:calc(24px + var(--mcm-bottom-nav-height) + env(safe-area-inset-bottom,0px))}.mcm-topbar-title{max-width:130px}@media (max-width: 360px){.mcm-plan-badge{display:none}}.mcm-two-panel{display:block;width:100vw;max-width:100vw;height:100%;min-height:0;overflow:hidden}.mcm-panel-list{width:100vw!important;max-width:100vw!important;height:100%!important;border-right:none!important}.mcm-panel-list.is-hidden{pointer-events:none}.mcm-panel-detail{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;top:var(--mcm-viewport-offset-top, 0px)!important;z-index:var(--mcm-shell-z-detail)!important;width:100vw!important;max-width:100vw!important;height:var(--mcm-visual-height, 100dvh)!important;max-height:var(--mcm-visual-height, 100dvh)!important;display:flex!important;flex-direction:column;background:var(--mcm-bg);overflow:hidden!important;transform:translate3d(100%,0,0);transition:transform .28s cubic-bezier(.36,.66,.04,1);will-change:transform;pointer-events:none;visibility:hidden;backface-visibility:hidden;contain:layout paint;box-shadow:-18px 0 38px #0f172a2e}.mcm-panel-detail.is-open{transform:translateZ(0);pointer-events:auto;visibility:visible}.mcm-mobile-back-bar{display:flex!important;align-items:center;gap:10px;padding-top:calc(12px + env(safe-area-inset-top,0px))!important;position:relative;z-index:1;flex-shrink:0}.mcm-mobile-back-title{min-width:0;flex:1;text-align:center;color:var(--mcm-text-primary);font-size:14px;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:70px}.mcm-grid-auto{grid-template-columns:1fr}}@media (min-width: 768px){.mcm-body{bottom:0}.mcm-bottom-nav{display:none!important}.mcm-panel-detail{display:flex!important}}.mcm-home-page{width:100%;max-width:1080px;margin:0 auto;padding:18px;padding-bottom:calc(28px + env(safe-area-inset-bottom,0px));box-sizing:border-box;display:flex;flex-direction:column;gap:14px}.mcm-home-hero,.mcm-home-hub{background:#fffffff0;border:1px solid var(--mcm-border);border-radius:24px;box-shadow:var(--mcm-shadow-spatial);box-sizing:border-box}.mcm-home-hero{padding:20px;background:linear-gradient(135deg,#225aa714,#9932cc14),var(--mcm-surface)}.mcm-home-kicker{font-size:11px;font-weight:850;color:var(--mcm-blue);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.mcm-home-title{margin:0;color:var(--mcm-text-primary);font-size:clamp(22px,3.4vw,30px);line-height:1.12;letter-spacing:-.035em;font-weight:900}.mcm-home-subtitle,.mcm-home-card-copy,.mcm-home-logistics-label,.mcm-home-business-label{color:var(--mcm-text-muted);line-height:1.45}.mcm-home-subtitle{margin:8px 0 0;font-size:14px;max-width:620px}.mcm-home-setup-hub,.mcm-home-setup-card{background:linear-gradient(135deg,#225aa712,#9932cc12),var(--mcm-surface)}.mcm-home-setup-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.mcm-home-card-title{margin:0 0 6px;color:var(--mcm-text-primary);font-size:clamp(18px,2.6vw,22px);line-height:1.2;font-weight:900;letter-spacing:-.02em}.mcm-home-card-copy{margin:0 0 14px;font-size:13px;max-width:620px}.mcm-home-hub-label{margin-bottom:12px;color:var(--mcm-text-primary);font-size:15px;font-weight:900;letter-spacing:-.01em}.mcm-home-progress-grid,.mcm-home-checklist{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:14px 0}.mcm-home-progress-item,.mcm-home-check-item{display:flex;align-items:center;gap:8px;min-width:0;min-height:46px;padding:9px 10px;border:1px solid var(--mcm-border);border-radius:14px;background:#f8fafc;color:var(--mcm-text-secondary);font-size:12px;line-height:1.25;font-weight:800}.mcm-home-progress-item.is-current{border-color:#225aa759;background:#eff6ff;color:var(--mcm-blue)}.mcm-home-progress-item.is-done,.mcm-home-check-item.is-done{border-color:#bbf7d0;background:var(--mcm-success-bg);color:#166534}.mcm-home-progress-icon,.mcm-home-action-icon,.mcm-home-check-dot{width:28px;height:28px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#eef2ff;color:var(--mcm-blue);font-size:12px;font-weight:900}.mcm-home-progress-icon svg,.mcm-home-action-icon svg{width:18px;height:18px}.mcm-home-progress-item.is-done .mcm-home-progress-icon,.mcm-home-check-item.is-done .mcm-home-check-dot{background:#fff;color:#166534}.mcm-home-logistics-card,.mcm-home-business-card,.mcm-home-action-card,.mcm-home-metric-card{display:flex;text-decoration:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.mcm-home-logistics-card,.mcm-home-business-card,.mcm-home-metric-card{flex-direction:column;justify-content:space-between;min-width:0;min-height:120px;padding:14px;border-radius:18px;border:1px solid var(--mcm-border);background:#f8fafc;color:var(--mcm-text-primary)}.mcm-home-logistics-card:hover,.mcm-home-business-card:hover,.mcm-home-action-card:hover,.mcm-home-metric-card:hover{border-color:#225aa747;background:#f5f8ff}.mcm-home-logistics-value,.mcm-home-business-value,.mcm-home-metric-value{margin-top:16px;color:var(--mcm-text-primary);font-size:clamp(24px,4vw,30px);line-height:1;font-weight:950;letter-spacing:-.03em}.mcm-home-logistics-label,.mcm-home-business-label,.mcm-home-metric-label{margin-top:6px;font-size:12px;font-weight:850}.mcm-home-metric-sub{margin-top:4px;color:var(--mcm-text-muted);font-size:11px;font-weight:700}.mcm-home-action-grid,.mcm-home-action-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mcm-home-action-card,.mcm-home-action-list a{align-items:center;gap:10px;min-width:0;min-height:62px;padding:12px;border-radius:18px;border:1px solid var(--mcm-border);background:#f8fafc;color:var(--mcm-blue);font-size:13px;line-height:1.25;font-weight:900;text-align:left;text-decoration:none}.mcm-home-bottom-actions{margin-top:auto;padding-bottom:2px}.mcm-home-action-grid--bottom{grid-template-columns:repeat(2,minmax(0,1fr))}.mcm-home-action-grid--bottom .mcm-home-action-card{justify-content:center}.mcm-setup-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:12px 16px;border:0;border-radius:13px;background:var(--mcm-gradient);color:#fff;font-family:var(--mcm-font-body);font-size:14px;font-weight:900;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.mcm-setup-btn:focus-visible,.mcm-home-action-card:focus-visible,.mcm-home-logistics-card:focus-visible,.mcm-home-business-card:focus-visible,.mcm-home-metric-card:focus-visible{outline:2px solid var(--mcm-brand);outline-offset:2px}.mcm-settings-shell{background:var(--mcm-bg)}.mcm-settings-menu{width:300px;background:var(--mcm-bg);border-right:1px solid var(--mcm-border)}.mcm-settings-menu-header{padding:20px 18px 10px}.mcm-settings-title{margin:0 0 6px;color:var(--mcm-text-primary);font-size:clamp(24px,3vw,30px);line-height:1.1;letter-spacing:-.035em;font-weight:900}.mcm-settings-subtitle{margin:0;color:var(--mcm-text-muted);font-size:13px;line-height:1.45}.mcm-settings-menu-scroll{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0;overflow-y:auto;padding:8px 12px 16px;-webkit-overflow-scrolling:touch}.mcm-settings-group-label{margin:0 4px 8px;color:var(--mcm-text-muted);font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.mcm-settings-menu-card{overflow:hidden;border:1px solid var(--mcm-border);border-radius:18px;background:#ffffffeb;box-shadow:0 8px 24px #0f172a0b}.mcm-settings-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:62px;padding:12px;border:0;border-bottom:1px solid rgba(15,23,42,.08);background:transparent;color:var(--mcm-text-primary);text-align:left;font-family:var(--mcm-font-body);cursor:pointer;-webkit-tap-highlight-color:transparent}.mcm-settings-row:last-child{border-bottom:0}.mcm-settings-row:hover,.mcm-settings-row.is-active{background:#225aa70f}.mcm-settings-row-icon{width:34px;height:34px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;background:#eef2ff;color:var(--mcm-blue);font-size:13px;font-weight:900}.mcm-settings-row-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.mcm-settings-row-title{color:var(--mcm-text-primary);font-size:14px;font-weight:850;line-height:1.2}.mcm-settings-row-subtitle{color:var(--mcm-text-muted);font-size:12px;line-height:1.35}.mcm-settings-row-chevron{color:#9ca3af;font-size:22px;line-height:1}.mcm-settings-signout{margin-top:auto;width:100%;min-height:46px;border:1px solid rgba(220,38,38,.16);border-radius:16px;background:#fee2e2b8;color:var(--mcm-danger);font-family:var(--mcm-font-body);font-size:14px;font-weight:850;cursor:pointer;-webkit-tap-highlight-color:transparent}.mcm-settings-detail{background:var(--mcm-bg)}.mcm-settings-back-bar{display:none}.mcm-settings-detail-scroll{flex:1;min-height:0;overflow-y:auto;padding:20px;-webkit-overflow-scrolling:touch}.mcm-settings-empty{max-width:520px;margin:40px auto;padding:22px;border:1px solid var(--mcm-border);border-radius:22px;background:var(--mcm-surface);box-shadow:var(--mcm-shadow-spatial)}.mcm-settings-empty-title{color:var(--mcm-text-primary);font-size:18px;font-weight:900;margin-bottom:8px}.mcm-settings-empty-copy{color:var(--mcm-text-muted);font-size:13px;line-height:1.55}@media (max-width: 1040px){.mcm-home-page{max-width:760px}}@media (max-width: 767px){.mcm-home-page{padding:12px;padding-bottom:calc(22px + var(--mcm-bottom-nav-height) + env(safe-area-inset-bottom,0px))}.mcm-home-hero,.mcm-home-hub,.mcm-home-setup-card,.mcm-home-actions-card{border-radius:18px;padding:16px}.mcm-home-progress-grid,.mcm-home-checklist,.mcm-home-action-grid,.mcm-home-action-list{grid-template-columns:repeat(2,minmax(0,1fr))}.mcm-settings-menu{width:100vw!important;max-width:100vw!important}.mcm-settings-detail{top:var(--mcm-viewport-offset-top, 0px)!important}.mcm-settings-back-bar{display:flex!important;align-items:center;gap:10px;min-height:56px;padding:calc(8px + env(safe-area-inset-top,0px)) 12px 8px;border-bottom:1px solid var(--mcm-border);background:#ffffffeb;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);flex-shrink:0}.mcm-settings-back-btn{display:inline-flex;align-items:center;gap:4px;min-height:36px;border:0;background:transparent;color:var(--mcm-blue);font-family:var(--mcm-font-body);font-size:14px;font-weight:850;cursor:pointer}.mcm-settings-back-btn span{font-size:24px;line-height:1}.mcm-settings-back-title{min-width:0;flex:1;text-align:center;color:var(--mcm-text-primary);font-size:14px;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mcm-settings-back-spacer{width:76px;flex-shrink:0}.mcm-settings-detail-scroll{padding:14px;padding-bottom:calc(22px + env(safe-area-inset-bottom,0px))}.mcm-settings-menu-scroll{padding-bottom:calc(22px + var(--mcm-bottom-nav-height) + env(safe-area-inset-bottom,0px))}}@media (max-width: 380px){.mcm-home-page{padding-left:10px;padding-right:10px}.mcm-home-hero,.mcm-home-hub,.mcm-home-setup-card,.mcm-home-actions-card{padding:14px}.mcm-home-title{font-size:21px}.mcm-home-subtitle,.mcm-home-card-copy{font-size:12px}.mcm-home-progress-grid,.mcm-home-checklist,.mcm-home-action-grid,.mcm-home-action-list{grid-template-columns:1fr}.mcm-home-logistics-grid,.mcm-home-business-grid{gap:8px}.mcm-home-logistics-card,.mcm-home-business-card,.mcm-home-metric-card{min-height:108px;padding:11px}.mcm-home-logistics-value,.mcm-home-business-value,.mcm-home-metric-value{font-size:23px}.mcm-home-logistics-label,.mcm-home-business-label,.mcm-home-metric-label{font-size:11px}.mcm-settings-menu-header{padding:16px 14px 8px}.mcm-settings-menu-scroll{padding-left:10px;padding-right:10px}.mcm-settings-row{grid-template-columns:32px minmax(0,1fr) auto;gap:10px;padding:11px}.mcm-settings-row-subtitle{font-size:11px}}.mcm-home-page{max-width:1120px;padding:18px}.mcm-home-spatial-stack{display:flex;flex-direction:column;gap:12px;min-width:0}.mcm-home-hero,.mcm-home-hub,.mcm-home-setup-card,.mcm-home-actions-card{margin:0;border-radius:24px;border:1px solid rgba(15,23,42,.08);background:#ffffffeb;box-shadow:0 10px 30px #0f172a0e;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.mcm-home-hero{margin-bottom:12px;padding:22px;background:linear-gradient(135deg,#225aa714,#9932cc14),#fffffff0}.mcm-home-hub,.mcm-home-setup-card,.mcm-home-actions-card{padding:18px}.mcm-home-setup-hub,.mcm-home-setup-card{background:linear-gradient(135deg,#225aa712,#9932cc12),#fffffff0}.mcm-home-two-column,.mcm-home-dashboard-grid{display:block}.mcm-home-logistics-grid,.mcm-home-business-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mcm-home-logistics-card,.mcm-home-business-card{min-height:126px;border-radius:18px;background:#f8fafceb}.mcm-home-bottom-actions{margin-top:0}.mcm-home-action-grid--bottom{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.mcm-home-action-grid--bottom.has-two-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.mcm-home-action-grid--bottom .mcm-home-action-card{min-height:58px;justify-content:flex-start}.mcm-home-action-card{border-radius:18px;background:#f8fafceb}.mcm-home-action-card:active,.mcm-home-logistics-card:active,.mcm-home-business-card:active,.mcm-setup-btn:active{transform:scale(.985)}.mcm-settings-menu,.mcm-settings-detail{background:var(--mcm-bg)}.mcm-settings-menu-card,.mcm-settings-empty,.mcm-settings-detail-scroll>div{border-radius:18px}.mcm-settings-signout{margin-top:20px;margin-bottom:max(18px,env(safe-area-inset-bottom,0px))}@media (max-width: 767px){.mcm-home-page{padding:12px;padding-bottom:calc(22px + var(--mcm-bottom-nav-height) + env(safe-area-inset-bottom,0px))}.mcm-home-hero,.mcm-home-hub,.mcm-home-setup-card,.mcm-home-actions-card{border-radius:20px;padding:16px}.mcm-home-spatial-stack{gap:10px}.mcm-home-progress-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mcm-home-action-grid--bottom.has-two-actions{grid-template-columns:1fr}}@media (max-width: 380px){.mcm-home-page{padding-left:10px;padding-right:10px}.mcm-home-hero,.mcm-home-hub,.mcm-home-setup-card,.mcm-home-actions-card{padding:14px;border-radius:18px}.mcm-home-progress-grid,.mcm-home-action-grid--bottom{grid-template-columns:1fr}.mcm-home-logistics-grid,.mcm-home-business-grid{gap:8px}.mcm-home-logistics-card,.mcm-home-business-card{min-height:112px;padding:12px}}:root{--mcm-bg: #f2f2f7;--mcm-border: rgba(15, 23, 42, .08);--mcm-shadow-spatial: 0 10px 30px rgba(15, 23, 42, .055)}.mcm-main{background:var(--mcm-bg)}.mcm-home-page{width:100%;max-width:1040px;padding:clamp(10px,1.8vw,18px);padding-bottom:calc(22px + env(safe-area-inset-bottom,0px))}.mcm-home-spatial-stack{gap:8px}.mcm-home-hero{margin-bottom:8px}.mcm-home-hero,.mcm-home-hub,.mcm-home-bottom-actions .mcm-home-action-card{border-radius:24px;box-shadow:var(--mcm-shadow-spatial)}.mcm-home-hub{padding:clamp(14px,1.8vw,18px)}.mcm-home-logistics-grid,.mcm-home-business-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mcm-home-logistics-card,.mcm-home-business-card{min-height:116px;padding:clamp(12px,1.6vw,14px)}.mcm-home-action-grid--bottom,.mcm-home-action-grid--bottom.has-two-actions{width:100%;grid-template-columns:1fr}.mcm-home-action-card{width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:transform .16s ease,background .16s ease,border-color .16s ease}.mcm-home-action-icon,.mcm-home-progress-icon{background:#225aa714}.mcm-panel-detail.is-open{touch-action:pan-y}.mcm-settings-menu,.mcm-settings-detail{min-width:0}.mcm-settings-row,.mcm-settings-signout,.mcm-settings-back-btn{-moz-appearance:none;appearance:none;-webkit-appearance:none}.mcm-settings-menu-card,.mcm-settings-empty,.mcm-settings-detail-scroll>div{box-shadow:var(--mcm-shadow-spatial)}.mcm-settings-detail-scroll{max-width:760px;width:100%;margin:0 auto}@media (pointer: fine){.mcm-main::-webkit-scrollbar,.mcm-sidebar::-webkit-scrollbar,.mcm-settings-menu-scroll::-webkit-scrollbar,.mcm-settings-detail-scroll::-webkit-scrollbar{width:8px}.mcm-main::-webkit-scrollbar-thumb,.mcm-sidebar::-webkit-scrollbar-thumb,.mcm-settings-menu-scroll::-webkit-scrollbar-thumb,.mcm-settings-detail-scroll::-webkit-scrollbar-thumb{background:#0f172a2e;border-radius:999px}}@media (min-width: 768px){.mcm-home-action-grid--bottom.has-two-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.mcm-home-action-grid--bottom .mcm-home-action-card{min-height:62px}}@media (max-width: 767px){.mcm-home-page{padding:10px;padding-bottom:calc(18px + var(--mcm-bottom-nav-height) + env(safe-area-inset-bottom,0px))}.mcm-home-hero,.mcm-home-hub,.mcm-home-bottom-actions .mcm-home-action-card{border-radius:20px}.mcm-home-hero,.mcm-home-hub{padding:14px}.mcm-home-logistics-card,.mcm-home-business-card{min-height:108px}.mcm-settings-detail-scroll{max-width:none;margin:0}}@media (max-width: 340px){.mcm-home-page{padding-left:8px;padding-right:8px}.mcm-home-title{font-size:20px}.mcm-home-logistics-grid,.mcm-home-business-grid,.mcm-home-progress-grid{grid-template-columns:1fr}.mcm-home-logistics-card,.mcm-home-business-card{min-height:92px}.mcm-settings-row{min-height:58px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
