: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:#fff;--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 #00000012;--mcm-shadow-md:0 4px 12px #00000014;--mcm-shadow-lg:0 8px 24px #0000001a;--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:.18s cubic-bezier(.32, .72, 0, 1);--mcm-motion-spring:cubic-bezier(.32, .72, 0, 1);--mcm-motion-press:.12s cubic-bezier(.32, .72, 0, 1);--mcm-touch-target:44px;--mcm-safe-top:env(safe-area-inset-top,0px);--mcm-safe-right:env(safe-area-inset-right,0px);--mcm-safe-bottom:env(safe-area-inset-bottom,0px);--mcm-safe-left:env(safe-area-inset-left,0px);--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:#ebebf5cc;--mcm-text-muted:#8e8e93;--mcm-text-faint:#636366}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--mcm-font-body);color:var(--mcm-text-primary);background:var(--mcm-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation;min-height:100dvh;font-size:15px;line-height:1.5;overflow-x:hidden}#root{flex-direction:column;min-height:100dvh;display:flex}a{color:inherit;-webkit-tap-highlight-color:transparent;text-decoration:none}button,input,textarea,select{font-family:inherit;font-size:inherit;-webkit-tap-highlight-color:transparent}button,[role=button]{cursor:pointer;min-height:44px}input,textarea,select{font-size:16px}img,svg{max-width:100%;display:block}:focus-visible{outline:2px solid var(--mcm-brand);outline-offset:2px;border-radius:4px}.mcm-sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.mcm-safe-top{padding-top:var(--mcm-safe-top,env(safe-area-inset-top,0px))}.mcm-safe-right{padding-right:var(--mcm-safe-right,env(safe-area-inset-right,0px))}.mcm-safe-bottom{padding-bottom:var(--mcm-safe-bottom,env(safe-area-inset-bottom,0px))}.mcm-safe-left{padding-left:var(--mcm-safe-left,env(safe-area-inset-left,0px))}.MCM-adaptive-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:16px;display:grid}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-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:#af52de;--mcm-gradient:linear-gradient(135deg, #225aa7, #af52de);--mcm-brand:#225aa7;--mcm-whatsapp:#25d366;--mcm-danger:#ff3b30;--mcm-danger-dark:#cc2920;--mcm-success:#34c759;--mcm-success-bg:#e1f7e6;--mcm-danger-bg:#ffeceb;--mcm-bg:#f2f2f7;--mcm-surface:#fff;--mcm-surface-soft:#f2f2f7;--mcm-border:#c6c6c8;--mcm-text-primary:#000;--mcm-text-muted:#8e8e93;--mcm-text-faint:#c7c7cc;--mcm-topbar-height:60px;--mcm-bottom-nav-height:68px;--mcm-send-button-size:44px;--mcm-rider-desktop-list-width:320px;--mcm-keyboard-visual-height:100dvh;--mcm-keyboard-usable-height:100dvh;--mcm-keyboard-inset:0px;--mcm-keyboard-offset-top:0px;--mcm-keyboard-raw-offset-top:0px;--mcm-keyboard-visual-width:100vw;--mcm-rider-visual-height:var(--mcm-keyboard-visual-height,100dvh);--mcm-rider-usable-height:var(--mcm-keyboard-usable-height,100dvh);--mcm-rider-keyboard-inset:var(--mcm-keyboard-inset,0px);--mcm-rider-browser-bottom-guard:0px;--mcm-rider-viewport-offset-top:0px;--mcm-rider-safe-top:env(safe-area-inset-top,0px);--mcm-rider-safe-right:env(safe-area-inset-right,0px);--mcm-rider-safe-bottom:env(safe-area-inset-bottom,0px);--mcm-rider-safe-left:env(safe-area-inset-left,0px);--mcm-rider-z-app-bars:30;--mcm-rider-z-detail:40;--mcm-rider-font-body:-apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", Roboto, sans-serif}@media (prefers-color-scheme:dark){:root{--mcm-bg:#000;--mcm-surface:#1c1c1e;--mcm-surface-soft:#2c2c2e;--mcm-border:#38383a;--mcm-text-primary:#fff;--mcm-text-muted:#ebebf5;--mcm-text-faint:#8e8e93;--mcm-success-bg:#34c75929;--mcm-danger-bg:#ff3b3029}}html.mcm-rider-theme-light{--mcm-bg:#f2f2f7;--mcm-surface:#fff;--mcm-surface-soft:#f2f2f7;--mcm-border:#c6c6c8;--mcm-text-primary:#000;--mcm-text-muted:#8e8e93;--mcm-text-faint:#c7c7cc}html.mcm-rider-theme-dark{--mcm-bg:#000;--mcm-surface:#1c1c1e;--mcm-surface-soft:#2c2c2e;--mcm-border:#38383a;--mcm-text-primary:#fff;--mcm-text-muted:#ebebf5;--mcm-text-faint:#8e8e93}html,body,#root{background:var(--mcm-bg);width:100%;max-width:100%;height:var(--mcm-keyboard-usable-height,100dvh);min-height:var(--mcm-keyboard-usable-height,100dvh);margin:0;overflow-x:hidden}html.mcm-rider-detail-open,html.MCM-rider-package-open{overflow:hidden}.mcm-rider-root,.mcm-rider-root *,.mcm-rider-root :before,.mcm-rider-root :after{box-sizing:border-box}html.mcm-rider-detail-open .mcm-rider-topbar{pointer-events:none}.mcm-keyboard-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;scroll-padding-bottom:calc(96px + var(--mcm-keyboard-inset,0px));overflow-y:auto}.mcm-keyboard-composer{box-sizing:border-box;will-change:transform;flex:none;width:100%;transform:translateZ(0)}.mcm-keyboard-input,.mcm-keyboard-composer input,.mcm-keyboard-composer textarea,.mcm-keyboard-composer select{font-size:16px!important}html.mcm-keyboard-open .mcm-keyboard-composer,html.mcm-rider-keyboard-open .mcm-keyboard-composer{padding-bottom:12px!important}.mcm-keyboard-screen{min-height:0}html.mcm-keyboard-open .mcm-keyboard-screen,html.mcm-rider-keyboard-open .mcm-keyboard-screen{width:100vw!important;max-width:100vw!important;height:var(--mcm-keyboard-visual-height,100dvh)!important;max-height:var(--mcm-keyboard-visual-height,100dvh)!important;z-index:var(--mcm-rider-z-detail,40)!important;background:var(--mcm-bg,#f2f2f7)!important;flex-direction:column!important;display:flex!important;position:fixed!important;inset:0 0 auto!important;overflow:hidden!important}.mcm-keyboard-backbar{flex:none}html.mcm-keyboard-open .mcm-keyboard-scroll,html.mcm-rider-keyboard-open .mcm-keyboard-scroll{scroll-padding-bottom:calc(120px + var(--mcm-keyboard-inset,0px))}.mcm-rider-push-screen{width:100vw;height:var(--mcm-keyboard-visual-height,var(--mcm-rider-visual-height,100dvh));max-height:var(--mcm-keyboard-visual-height,var(--mcm-rider-visual-height,100dvh));z-index:var(--mcm-rider-z-detail,40);background:var(--mcm-bg,#f2f2f7);color:var(--mcm-text-primary,#000);will-change:transform;pointer-events:none;visibility:hidden;backface-visibility:hidden;contain:layout paint;flex-direction:column;transition:transform .4s cubic-bezier(.32,.72,0,1),visibility 0s linear .4s;display:flex;position:fixed;inset:0 0 auto;overflow:hidden;transform:translate(100%)}.mcm-rider-push-screen.is-open{pointer-events:auto;visibility:visible;transition:transform .4s cubic-bezier(.32,.72,0,1),visibility linear;transform:translate(0,0)}.mcm-rider-push-content{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;padding-bottom:max(24px, var(--mcm-rider-safe-bottom,env(safe-area-inset-bottom,0px)));flex:auto;overflow-y:auto}@media (prefers-reduced-motion:reduce){.mcm-rider-push-screen,.mcm-rider-push-screen.is-open{transition:none}}.mcm-rider-two-panel{grid-template-columns:minmax(var(--mcm-rider-desktop-list-width), 390px) minmax(0, 1fr);background:var(--mcm-bg);width:100%;height:100%;display:grid;overflow:hidden}.mcm-rider-panel-list,.mcm-rider-panel-detail{min-height:0;overflow:hidden}.mcm-rider-panel-list{background:var(--mcm-surface);border-right:1px solid var(--mcm-border);flex-direction:column;display:flex}.mcm-rider-panel-detail{background:var(--mcm-surface-soft);flex-direction:column;display:flex}.mcm-rider-section-head{border-bottom:1px solid var(--mcm-border);color:var(--mcm-text-primary);background:var(--mcm-surface);flex-shrink:0;padding:14px 16px;font-size:13px;font-weight:800}.mcm-rider-booking-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:10px;position:relative;overflow-y:auto}.mcm-rider-pull-refresh{height:0;color:var(--mcm-text-muted);opacity:0;justify-content:center;align-items:center;font-size:12px;font-weight:750;transition:opacity .16s;display:flex;overflow:visible;transform:translateY(-4px)}.mcm-rider-pull-refresh.is-visible{opacity:1}.mcm-rider-refresh-spinner{border:2px solid var(--mcm-border);border-top-color:#225aa7;border-radius:999px;width:16px;height:16px;margin-right:8px;animation:.7s linear infinite mcm-spin}.mcm-rider-booking-card{text-align:left;border:1px solid var(--mcm-border);cursor:pointer;background:var(--mcm-surface);width:100%;font-family:var(--mcm-rider-font-body);border-radius:16px;margin-bottom:10px;padding:14px;transition:border-color .15s,box-shadow .15s,transform .15s,background .15s;display:block;transform:translateZ(0);box-shadow:0 8px 20px #0f172a0d}.mcm-rider-booking-card:active{transform:scale(.99)translateZ(0)}.mcm-rider-booking-card.active{border-color:#225aa773;box-shadow:0 10px 24px #225aa71f}.mcm-rider-card-top{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:5px;display:flex}.mcm-rider-provider-name{min-width:0;color:var(--mcm-text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:15px;font-weight:800;overflow:hidden}.mcm-rider-status-pill{text-transform:capitalize;border-radius:999px;flex-shrink:0;padding:3px 9px;font-size:10px;font-weight:800}.mcm-rider-card-meta{color:var(--mcm-text-muted);flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;line-height:1.5;display:flex}.MCM-trip-unread-pill{color:#225aa7;background:#225aa71a;border-radius:999px;align-items:center;min-height:20px;padding:1px 7px;font-size:10px;font-weight:800;display:inline-flex}.mcm-rider-card-sub{color:var(--mcm-text-faint);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;overflow:hidden}.mcm-trip-section{margin-bottom:16px}.mcm-trip-section-header{color:var(--mcm-text-muted);letter-spacing:.4px;text-transform:uppercase;justify-content:space-between;align-items:center;gap:12px;margin:0 4px 8px;font-size:11px;font-weight:850;display:flex}.mcm-trip-section-count{min-width:22px;min-height:22px;color:var(--mcm-text-muted);background:#7676801f;border-radius:999px;justify-content:center;align-items:center;font-size:10px;display:inline-flex}.mcm-trip-section-toggle{color:#225aa7;width:100%;min-height:44px;font-family:var(--mcm-rider-font-body);cursor:pointer;background:#225aa714;border:0;border-radius:14px;margin-top:8px;font-size:13px;font-weight:800}.mcm-rider-card-chevron{color:#c7c7cc;flex:none;display:none}.mcm-rider-package-cta{background:radial-gradient(circle at 12% 10%, #225aa72e, transparent 36%), linear-gradient(180deg, #225aa71a, #225aa70a), var(--mcm-surface);width:100%;color:var(--mcm-text-primary);text-align:left;cursor:pointer;font-family:var(--mcm-rider-font-body);border:1px solid #225aa738;border-radius:22px;margin-bottom:14px;padding:18px;display:block;box-shadow:0 12px 28px #225aa71a}.mcm-rider-package-cta:active{transform:scale(.99)translateZ(0)}.mcm-rider-package-kicker{color:#225aa7;letter-spacing:.35px;text-transform:uppercase;background:#225aa71f;border-radius:999px;align-items:center;width:fit-content;margin-bottom:10px;padding:5px 10px;font-size:10px;font-weight:900;display:inline-flex}.mcm-rider-package-title{color:var(--mcm-text-primary);letter-spacing:-.02em;margin:0 0 7px;font-size:24px;font-weight:950;line-height:1.08}.mcm-rider-package-copy{color:var(--mcm-text-muted);margin:0 0 16px;font-size:14px;line-height:1.45}.mcm-rider-package-button{color:#fff;background:#225aa7;border-radius:15px;justify-content:center;align-items:center;width:100%;min-height:48px;font-size:15px;font-weight:900;display:inline-flex;box-shadow:0 10px 20px #225aa738}.mcm-rider-back-bar{display:none}.mcm-rider-detail-header{background:var(--mcm-surface);border-bottom:1px solid var(--mcm-border);flex-shrink:0;padding:14px 18px}.mcm-rider-detail-title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.mcm-rider-detail-title{color:var(--mcm-text-primary);margin-bottom:3px;font-size:16px;font-weight:850}.mcm-rider-detail-meta{color:var(--mcm-text-muted);font-size:12px;line-height:1.45}.mcm-rider-action-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.mcm-rider-action-btn,.mcm-rider-action-link{border:1px solid var(--mcm-border);background:var(--mcm-surface);min-height:38px;color:var(--mcm-text-primary);cursor:pointer;font-size:13px;font-weight:750;font-family:var(--mcm-rider-font-body);border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 14px;text-decoration:none;display:inline-flex}.mcm-rider-action-btn:disabled{opacity:.55;cursor:not-allowed}.mcm-rider-action-primary{color:#fff;background:#225aa7;border-color:#0000}.mcm-rider-action-danger{color:var(--mcm-danger);border-color:#dc262640}.mcm-rider-cancel-confirm{background:color-mix(in srgb, #fee2e2 70%, var(--mcm-surface));color:var(--mcm-danger-dark);border:1px solid #dc262638;border-radius:14px;margin-top:12px;padding:12px}.mcm-rider-cancel-title{margin-bottom:4px;font-size:13px;font-weight:850}.mcm-rider-cancel-copy{margin-bottom:10px;font-size:12px;line-height:1.45}.mcm-rider-cancel-actions{gap:8px;display:flex}.mcm-rider-thread{overscroll-behavior:contain;min-height:0;scroll-padding-bottom:calc(var(--mcm-send-button-size,44px) + 48px + var(--mcm-keyboard-inset,var(--mcm-rider-keyboard-inset,0px)));-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:10px;padding:16px 18px 18px;display:flex;overflow-y:auto}.mcm-inline-context-card{background:var(--mcm-surface);border:1px solid var(--mcm-border);border-radius:18px;margin-bottom:18px;padding:15px;box-shadow:0 2px 8px #0f172a0a}.mcm-context-header{border-bottom:1px solid var(--mcm-border);justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:11px;padding-bottom:11px;display:flex}.mcm-context-service{min-width:0;color:var(--mcm-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:850;line-height:1.25;overflow:hidden}.mcm-context-status{text-transform:uppercase;letter-spacing:.45px;border-radius:999px;flex-shrink:0;padding:4px 9px;font-size:10px;font-weight:850}.mcm-context-status.is-live{color:#166534;background:#dcfce7;align-items:center;gap:5px;display:inline-flex}.mcm-context-status.is-live:before{content:"";background:#22c55e;border-radius:999px;width:7px;height:7px;animation:1.5s ease-in-out infinite mcm-pulse}.mcm-context-details{gap:7px;display:grid}.mcm-context-row{justify-content:space-between;gap:12px;font-size:13px;display:flex}.mcm-context-label{color:var(--mcm-text-muted)}.mcm-context-value{color:var(--mcm-text-primary);text-align:right;font-weight:750}.mcm-context-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.mcm-context-action-btn{border:1px solid var(--mcm-border);background:var(--mcm-surface);min-height:36px;color:var(--mcm-text-primary);cursor:pointer;font-size:12px;font-weight:850;font-family:var(--mcm-rider-font-body);border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 13px;display:inline-flex}.mcm-context-action-btn.is-primary{color:#fff;background:#225aa7;border-color:#0000}.mcm-context-action-btn.is-danger{color:var(--mcm-danger);border-color:#dc262640}.mcm-direct-contact-card{border:1px solid var(--mcm-border);background:var(--mcm-surface);border-radius:18px;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:12px;padding:14px;display:grid;box-shadow:0 1px 3px #0f172a0a}.mcm-direct-contact-card.is-shared{background:var(--mcm-surface);border-color:#16a34a3d}.mcm-direct-contact-icon{color:#225aa7;background:#225aa71a;border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.mcm-direct-contact-card.is-shared .mcm-direct-contact-icon{color:#15803d;background:#16a34a1c}.mcm-direct-contact-icon svg{width:20px;height:20px}.mcm-direct-contact-content{min-width:0}.mcm-direct-contact-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.mcm-direct-contact-head strong{color:var(--mcm-text-primary);font-size:14px;font-weight:900;line-height:1.25}.mcm-direct-contact-head span{color:#225aa7;background:#225aa71a;border-radius:999px;flex:none;padding:3px 8px;font-size:10px;font-weight:850}.mcm-direct-contact-card.is-shared .mcm-direct-contact-head span{color:#15803d;background:#16a34a1a}.mcm-direct-contact-content p{color:var(--mcm-text-muted);margin:6px 0 0;font-size:12px;line-height:1.45}.mcm-direct-contact-phone,.mcm-direct-contact-note{color:var(--mcm-text-muted);margin-top:7px;font-size:11px;line-height:1.4}.mcm-direct-contact-phone{color:var(--mcm-text-primary);font-weight:800}.mcm-direct-contact-button{color:#fff;width:100%;min-height:44px;font-family:var(--mcm-rider-font-body);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#225aa7;border:0;border-radius:13px;justify-content:center;align-items:center;margin-top:11px;padding:0 14px;font-size:13px;font-weight:900;text-decoration:none;display:inline-flex}.mcm-direct-contact-button.is-secondary{border:1px solid var(--mcm-border);background:var(--mcm-surface);color:var(--mcm-text-primary)}.mcm-direct-contact-button:disabled{opacity:.55;cursor:default}.mcm-direct-contact-error{color:var(--mcm-danger);margin-top:8px;font-size:11px;font-weight:750;line-height:1.4}.mcm-rider-system-message{justify-content:center;width:100%;margin:4px 0 8px;display:flex}.mcm-system-pill{background:color-mix(in srgb, var(--mcm-border) 55%, var(--mcm-surface));max-width:min(92%,390px);color:var(--mcm-text-muted);text-align:center;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:750;line-height:1.35;display:inline-flex}.mcm-system-pill.is-live{background:color-mix(in srgb, #dcfce7 74%, var(--mcm-surface));color:#166534;border-radius:16px}.mcm-system-action{color:#225aa7;font:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:0;padding:0;font-weight:900;text-decoration:underline}.mcm-rider-inline-map-card{border:1px solid var(--mcm-border);background:var(--mcm-surface);border-radius:18px;margin-bottom:10px;padding:12px;box-shadow:0 2px 8px #0f172a0a}.mcm-rider-inline-map-head{color:var(--mcm-text-primary);justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;font-size:13px;font-weight:850;display:flex}.mcm-rider-inline-map-close{color:var(--mcm-text-muted);cursor:pointer;font-size:12px;font-weight:850;font-family:var(--mcm-rider-font-body);background:0 0;border:0}.mcm-rider-empty-state,.mcm-rider-loading-state{text-align:center;color:var(--mcm-text-muted);padding:32px;font-size:13px;line-height:1.6}.mcm-rider-error-card{background:color-mix(in srgb, #fee2e2 70%, var(--mcm-surface));color:var(--mcm-danger-dark);border:1px solid #dc262638;border-radius:16px;margin:14px;padding:14px}.mcm-rider-error-title{margin-bottom:4px;font-size:13px;font-weight:850}.mcm-rider-error-copy{margin-bottom:10px;font-size:12px;line-height:1.45}.mcm-rider-error-action{background:var(--mcm-danger);color:#fff;cursor:pointer;min-height:34px;font-size:12px;font-weight:800;font-family:var(--mcm-rider-font-body);border:0;border-radius:999px;padding:0 12px}.mcm-rider-map{border:1px solid var(--mcm-border);background:var(--mcm-bg);border-radius:14px;height:220px;margin-top:10px;overflow:hidden}.mcm-rider-skeleton-card{border:1px solid var(--mcm-border);background:var(--mcm-surface);border-radius:16px;margin-bottom:10px;padding:14px;box-shadow:0 8px 20px #0f172a0d}.mcm-rider-skeleton-line,.mcm-rider-skeleton-pill{background:linear-gradient(90deg, color-mix(in srgb, var(--mcm-border) 80%, transparent), color-mix(in srgb, var(--mcm-surface-soft) 80%, transparent), color-mix(in srgb, var(--mcm-border) 80%, transparent));background-size:240% 100%;animation:1.2s ease-in-out infinite mcm-skeleton;display:block}.mcm-rider-skeleton-line{border-radius:999px;height:12px;margin-top:8px}.mcm-rider-skeleton-pill{border-radius:999px;width:58px;height:18px}@keyframes mcm-skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes mcm-spin{to{transform:rotate(360deg)}}@keyframes mcm-pulse{0%,to{opacity:1}50%{opacity:.4}}@media (width<=767px){.mcm-rider-two-panel{position:relative;width:100vw!important;max-width:100vw!important;height:100%!important;display:block!important;overflow:hidden!important}.mcm-rider-panel-list{border-right:none!important;width:100vw!important;max-width:100vw!important;height:100%!important}.mcm-rider-booking-scroll{padding:12px 12px calc(24px + var(--mcm-rider-safe-bottom,0px));background:#f2f2f7}.mcm-trip-section{margin-bottom:18px}.mcm-trip-section-header{margin:0 8px 7px;font-size:10px}.mcm-trip-group{background:var(--mcm-surface);border:1px solid #3c3c431a;border-radius:18px;overflow:hidden;box-shadow:0 3px 14px #0f172a0a}.mcm-trip-group>div,.mcm-trip-group>.mcm-swipe-row{border-radius:0!important;margin:0!important}.mcm-trip-group .mcm-rider-booking-card{min-height:78px;box-shadow:none;border:0;border-radius:0;padding:13px 14px;margin:0!important}.mcm-trip-group>*+* .mcm-rider-booking-card,.mcm-trip-group>div+div .mcm-rider-booking-card{border-top:1px solid #3c3c431a}.mcm-trip-group .mcm-rider-booking-card.active{box-shadow:none;background:#225aa70f}.mcm-rider-card-top{align-items:center}.mcm-rider-card-chevron{margin-left:2px;display:block}.mcm-rider-panel-list.mobile-hidden{pointer-events:none;display:flex!important}.mcm-rider-panel-detail{background:var(--mcm-bg);will-change:transform;pointer-events:none;visibility:hidden;backface-visibility:hidden;contain:layout paint;flex-direction:column;transition:transform .35s cubic-bezier(.36,.66,.04,1),visibility 0s linear .35s;box-shadow:-18px 0 38px #0f172a2e;z-index:var(--mcm-rider-z-detail,40)!important;width:100vw!important;min-width:0!important;max-width:100vw!important;height:var(--mcm-keyboard-visual-height,var(--mcm-rider-visual-height,100dvh))!important;max-height:var(--mcm-keyboard-visual-height,var(--mcm-rider-visual-height,100dvh))!important;display:flex!important;position:fixed!important;inset:0 0 auto!important;overflow:hidden!important;transform:translate(100%)!important}.mcm-rider-panel-detail.mobile-show{pointer-events:auto;visibility:visible;transition:transform .35s cubic-bezier(.36,.66,.04,1),visibility linear;z-index:var(--mcm-rider-z-detail,40)!important;transform:translate(0,0)!important}html.mcm-keyboard-open .mcm-rider-panel-detail,html.mcm-rider-keyboard-open .mcm-rider-panel-detail{height:var(--mcm-keyboard-visual-height,var(--mcm-rider-visual-height,100dvh))!important;max-height:var(--mcm-keyboard-visual-height,var(--mcm-rider-visual-height,100dvh))!important;top:0!important}.mcm-rider-back-bar{background:color-mix(in srgb, var(--mcm-surface) 94%, transparent);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--mcm-border);padding:calc(10px + var(--mcm-rider-safe-top,0px)) 14px 10px;z-index:1;flex-shrink:0;grid-template-columns:minmax(74px,1fr) minmax(0,auto) minmax(74px,1fr);align-items:center;gap:8px;min-width:0;display:grid;position:relative}.mcm-rider-back-btn{color:#225aa7;cursor:pointer;min-width:0;min-height:38px;font-size:15px;font-weight:750;font-family:var(--mcm-rider-font-body);white-space:nowrap;background:0 0;border:none;border-radius:999px;justify-content:flex-start;align-items:center;gap:2px;padding:0;display:inline-flex}.mcm-back-text{margin-top:1px}.mcm-rider-back-title{text-align:center;min-width:0;max-width:min(46vw,220px);color:var(--mcm-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:850;overflow:hidden}.mcm-rider-back-actions{justify-content:flex-end;justify-self:end;align-items:center;gap:8px;min-width:0;display:flex}.mcm-nav-icon-btn{background:var(--mcm-bg);width:36px;height:36px;color:var(--mcm-text-primary);border:1px solid var(--mcm-border);font:inherit;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:transform .15s,background .15s;display:inline-flex}.mcm-nav-icon-btn:active{transform:scale(.92)}.mcm-nav-icon-btn.is-phone{color:#225aa7}.mcm-rider-thread{flex:auto;min-height:0;padding:14px 14px 16px}}@media (prefers-reduced-motion:reduce){.mcm-rider-panel-detail,.mcm-rider-panel-detail.mobile-show{transition:none!important}}@media (width<=360px){.mcm-rider-detail-title{font-size:15px}.mcm-rider-action-row{grid-template-columns:1fr}.mcm-direct-contact-card{border-radius:16px;grid-template-columns:38px minmax(0,1fr);gap:10px;padding:12px}.mcm-direct-contact-icon{border-radius:12px;width:38px;height:38px}}.mcm-trip-section-header-history{margin-top:14px}.mcm-rider-detail-empty{margin:auto}.mcm-rider-detail-empty-icon{opacity:.3;margin-bottom:12px}.MCM-explore-page{--MCM-explore-bg:#f2f2f7;--MCM-explore-surface:#fffffff0;--MCM-explore-text:#1c1c1e;--MCM-explore-muted:#6e6e73;--MCM-explore-subtle:#8e8e93;--MCM-explore-border:#3c3c431f;--MCM-explore-blue:#225aa7;width:min(100%,1280px);color:var(--MCM-explore-text);box-sizing:border-box;margin:0 auto;padding:18px 16px 38px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif}.MCM-explore-page *{box-sizing:border-box}.MCM-explore-hero{justify-content:space-between;align-items:flex-end;gap:16px;padding:2px 0 16px;display:flex}.MCM-explore-hero h1{letter-spacing:-.045em;margin:0;font-size:clamp(32px,4vw,42px);line-height:1}.MCM-explore-hero p{color:var(--MCM-explore-muted);margin:7px 0 0;font-size:15px;font-weight:600;line-height:1.4}.MCM-explore-controls{z-index:12;border-bottom:1px solid var(--MCM-explore-border);-webkit-backdrop-filter:blur(22px)saturate(1.35);background:#f2f2f7d1;margin:0 -16px 24px;padding:10px 16px 12px;position:sticky;top:0}.MCM-explore-search-shell{background:#ffffffd1;border:1px solid #3c3c4314;border-radius:15px;align-items:center;min-height:48px;display:flex;position:relative;box-shadow:0 1px 2px #0f172a08,0 8px 24px #0f172a0a}.MCM-explore-search-icon{width:20px;height:20px;color:var(--MCM-explore-subtle);pointer-events:none;position:absolute;left:14px}.MCM-explore-search{width:100%;min-height:46px;color:var(--MCM-explore-text);font:inherit;background:0 0;border:0;border-radius:15px;outline:0;padding:0 44px 0 43px;font-size:16px;font-weight:600}.MCM-explore-search::placeholder{color:#9a9aa0;font-weight:500}.MCM-explore-search:focus-visible{box-shadow:inset 0 0 0 2px #225aa752}.MCM-explore-search-clear{width:44px;height:44px;color:var(--MCM-explore-subtle);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;font-size:22px;display:grid;position:absolute;right:2px}.MCM-explore-country-rail,.MCM-explore-featured-track{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow:auto hidden}.MCM-explore-country-rail::-webkit-scrollbar{display:none}.MCM-explore-featured-track::-webkit-scrollbar{display:none}.MCM-explore-country-rail{scroll-snap-type:x mandatory;gap:8px;margin-top:10px;padding-bottom:1px}.MCM-explore-country-pill{border:1px solid var(--MCM-explore-border);color:#3a3a3c;min-height:44px;font:inherit;white-space:nowrap;scroll-snap-align:start;scroll-snap-stop:normal;cursor:pointer;background:#ffffffb8;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0 16px;font-size:14px;font-weight:750;transition:transform .16s,background .16s,color .16s;display:inline-flex}.MCM-explore-country-pill.is-active{border-color:var(--MCM-explore-blue);background:var(--MCM-explore-blue);color:#fff;box-shadow:0 5px 14px #225aa738}.MCM-explore-section{margin-top:28px}.MCM-explore-section+.MCM-explore-section{border-top:1px solid var(--MCM-explore-border);padding-top:28px}.MCM-explore-section-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px;display:flex}.MCM-explore-section-header h2{letter-spacing:-.025em;margin:0;font-size:22px;line-height:1.1}.MCM-explore-section-header p{color:var(--MCM-explore-muted);margin:4px 0 0;font-size:13px;line-height:1.35}.MCM-explore-featured-track{scroll-snap-type:x mandatory;gap:14px;margin:0 -16px;padding:0 16px 10px}.MCM-explore-featured-item{scroll-snap-align:start;flex:0 0 min(86vw,374px);min-width:0}.MCM-explore-grid{grid-template-columns:minmax(0,1fr);gap:14px;display:grid}.MCM-explore-card{border:1px solid var(--MCM-explore-border);background:#fff;border-radius:24px;min-width:0;transition:transform .18s,box-shadow .18s;overflow:hidden;transform:translateZ(0);box-shadow:0 1px 2px #0f172a06,0 9px 28px #0f172a0e}.MCM-explore-card-media{aspect-ratio:16/10;background:#e5e5ea;position:relative;overflow:hidden}.MCM-explore-card.is-featured .MCM-explore-card-media{aspect-ratio:16/10.5}.MCM-explore-card-media img{object-fit:cover;width:100%;height:100%;display:block}.MCM-explore-card-fallback{background:radial-gradient(circle at 78% 18%,#ffffff57,#0000 28%),linear-gradient(135deg,#225aa7fa,#225aa7b8);width:100%;height:100%}.MCM-explore-card-price{-webkit-backdrop-filter:blur(14px);color:#fff;background:#1c1c1eb8;border:1px solid #ffffff2e;border-radius:12px;align-items:center;min-height:34px;padding:0 11px;font-size:12px;font-weight:800;display:inline-flex;position:absolute;bottom:11px;right:11px;box-shadow:0 5px 16px #0000001f}.MCM-explore-card-body{padding:15px}.MCM-explore-card-meta{color:var(--MCM-explore-muted);flex-wrap:wrap;gap:5px 10px;font-size:11px;font-weight:750;line-height:1.25;display:flex}.MCM-explore-card-meta span:not(:last-child):after{content:"·";color:#c7c7cc;margin-left:10px}.MCM-explore-card h3{color:var(--MCM-explore-text);letter-spacing:-.025em;margin:9px 0 4px;font-size:18px;line-height:1.2}.MCM-explore-card.is-featured h3{font-size:20px}.MCM-explore-card p{color:var(--MCM-explore-muted);margin:0;font-size:13px;font-weight:600;line-height:1.4}.MCM-explore-card-badges{flex-wrap:wrap;gap:6px;margin:13px 0;display:flex}.MCM-explore-card-badges span{min-height:30px;color:var(--MCM-explore-blue);background:#225aa713;border-radius:9px;align-items:center;padding:0 9px;font-size:11px;font-weight:800;display:inline-flex}.MCM-explore-card-badges .MCM-explore-card-discount{color:var(--MCM-explore-blue);background:#225aa714}.MCM-explore-book{background:var(--MCM-explore-blue);color:#fff;width:100%;min-height:46px;font:inherit;cursor:pointer;border:0;border-radius:14px;font-size:14px;font-weight:800;box-shadow:0 6px 16px #225aa72e}.MCM-explore-book:disabled{color:#636366;box-shadow:none;cursor:default;background:#d1d1d6}.MCM-explore-state,.MCM-explore-error,.MCM-explore-auth-note,.MCM-explore-checkout-notice{border:1px solid var(--MCM-explore-border);color:var(--MCM-explore-muted);background:#ffffffe6;border-radius:17px;padding:15px;font-size:13px;line-height:1.45}.MCM-explore-state strong,.MCM-explore-state span{display:block}.MCM-explore-state strong{color:var(--MCM-explore-text);margin-bottom:4px;font-size:15px}.MCM-explore-state button{min-height:44px;color:var(--MCM-explore-blue);font:inherit;cursor:pointer;background:#225aa71a;border:0;border-radius:13px;margin-top:12px;padding:0 15px;font-size:13px;font-weight:800}.MCM-explore-error{color:#9f1239;background:#fff7f7;border-color:#9f123924;margin-bottom:14px}.MCM-explore-auth-note,.MCM-explore-checkout-notice{color:#4b5563;background:#225aa70f;border-color:#225aa724;margin-bottom:14px}.MCM-explore-checkout-notice{color:#1f4d8b;align-items:center;gap:9px;font-weight:700;display:flex}.MCM-explore-spinner{border:2px solid #225aa738;border-top-color:var(--MCM-explore-blue);border-radius:50%;flex:none;width:14px;height:14px;animation:.8s linear infinite MCM-explore-spin}@keyframes MCM-explore-spin{to{transform:rotate(360deg)}}.MCM-explore-skeletons{grid-template-columns:minmax(0,1fr);gap:14px;display:grid}.MCM-explore-skeleton{background:linear-gradient(90deg,#e9e9ee 25%,#f6f6f8 50%,#e9e9ee 75%) 0 0/220% 100%;border-radius:24px;min-height:310px;animation:1.2s linear infinite MCM-explore-shimmer;overflow:hidden}@keyframes MCM-explore-shimmer{to{background-position:-220% 0}}.MCM-explore-private{background:radial-gradient(circle at 92% 20%,#225aa71a,#0000 34%),linear-gradient(135deg,#225aa70e,#ffffffe6);border:1px solid #225aa726;border-radius:22px;justify-content:space-between;align-items:center;gap:18px;margin-top:28px;padding:18px;display:flex;box-shadow:0 8px 26px #0f172a0a}.MCM-explore-private strong,.MCM-explore-private span{display:block}.MCM-explore-private strong{color:var(--MCM-explore-text);font-size:16px;line-height:1.2}.MCM-explore-private span{color:var(--MCM-explore-muted);margin-top:4px;font-size:13px;line-height:1.4}.MCM-explore-private button{background:var(--MCM-explore-blue);color:#fff;min-height:46px;font:inherit;white-space:nowrap;cursor:pointer;border:0;border-radius:14px;flex:none;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:13px;font-weight:800;display:inline-flex}.MCM-explore-private button svg{width:18px;height:18px}.MCM-shared-auth-turnstile-slot{left:50%;bottom:max(12px, env(safe-area-inset-bottom,0px));z-index:120;width:min(92vw,360px);min-height:1px;position:fixed;transform:translate(-50%)}.MCM-explore-card:active,.MCM-explore-country-pill:active,.MCM-explore-book:active,.MCM-explore-private button:active{transform:scale(.985)}@media (hover:hover) and (pointer:fine){.MCM-explore-card:hover{transform:translateY(-2px);box-shadow:0 2px 4px #0f172a08,0 14px 34px #0f172a14}.MCM-explore-country-pill:not(.is-active):hover{background:#fff}}@media (width>=700px){.MCM-explore-page{padding-left:24px;padding-right:24px}.MCM-explore-controls,.MCM-explore-featured-track{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}.MCM-explore-grid,.MCM-explore-skeletons{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1120px){.MCM-explore-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.MCM-explore-featured-item{flex-basis:390px}}@media (width<=599px){.MCM-explore-page{padding-left:0;padding-right:0}.MCM-explore-hero,.MCM-explore-section,.MCM-explore-private,.MCM-explore-error,.MCM-explore-auth-note,.MCM-explore-checkout-notice,.MCM-explore-state,.MCM-explore-skeletons{margin-left:16px;margin-right:16px}.MCM-explore-controls{margin-left:0;margin-right:0}.MCM-explore-featured-track{margin-left:-16px;margin-right:-16px}.MCM-explore-private{flex-direction:column;align-items:stretch}.MCM-explore-private button{width:100%}.MCM-explore-card-meta{gap:4px 7px}.MCM-explore-card-meta span:not(:last-child):after{margin-left:7px}}@media (prefers-reduced-motion:reduce){.MCM-explore-page *,.MCM-explore-page :before,.MCM-explore-page :after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
