@charset "UTF-8";.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}:root{--bg: #faf8f6;--bg-card: #ffffff;--text: #2c2c2c;--text-muted: #6b6b6b;--accent: #8b5a6b;--accent-dark: #6b3a4a;--accent-soft: #a67c8a;--border: #e8e4e1;--header-bg: #ffffff;--header-text: #2c2c2c;--header-border: #e8e4e1;--primary: #8b5a6b;--surface: #f5f2ef;--surface-hover: #ebe7e3;--footer-bg: #ffffff;--badge-available: #e8f5e9;--badge-available-text: #2e7d32;--badge-booked: #fff8e1;--badge-booked-text: #e65100;--touch-target: 44px;--content-padding: 1rem;--max-content: 72rem;--font-heading: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}@media (min-width: 600px){:root{--content-padding: 1.5rem}}*,*:before,*:after{box-sizing:border-box}html{overflow-x:hidden;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-weight:400;line-height:1.5;color:var(--text);background:var(--bg);overflow-x:hidden}main{padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0);padding-bottom:env(safe-area-inset-bottom,0)}h1,h2,h3{font-family:var(--font-heading);font-weight:600}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,[type=button],[type=submit]{min-height:var(--touch-target);font-family:var(--font-body)}input,select,textarea{font-size:16px;max-width:100%;font-family:var(--font-body)}@media (max-width: 767px){main{min-height:calc(100vh - 56px);min-height:calc(100dvh - 56px)}}html,body{height:100%}body.vendor-workspace{background:#fff;--bg: #ffffff;--surface: #ffffff;--surface-hover: #f3f4f6}body.vendor-workspace .mi-page{--mi-bg: #ffffff;--mi-strip-bg: #f9fafb}.pac-container{z-index:15000!important}.vizhaa-driver-popover{font-family:var(--font-body, "Outfit", system-ui, sans-serif)!important;border-radius:12px!important;box-shadow:0 12px 40px #0f172a2e!important;border:1px solid var(--border, #e8e4e1)!important;max-width:360px!important;min-width:280px!important;padding:1.25rem 1.25rem 1rem!important;color:var(--text, #2c2c2c)!important;background:#fff!important;animation:none!important;z-index:1000000001!important}.vizhaa-driver-popover.vizhaa-driver-popover--fade-in{animation:vizhaa-tour-popover-fade-in .3s ease-out both!important}.vizhaa-driver-popover.vizhaa-tour-modal{position:fixed!important;margin:0!important}.vizhaa-driver-popover .driver-popover-arrow{display:none!important}.vizhaa-driver-popover .driver-popover-title{font-family:var(--font-heading, "Outfit", system-ui, sans-serif)!important;font-size:1.05rem!important;font-weight:700!important;color:var(--text, #2c2c2c)!important;margin:0 0 .5rem!important;padding-right:1.75rem!important}.vizhaa-driver-popover .driver-popover-description{font-size:.875rem!important;line-height:1.5!important;color:var(--text-muted, #6b6b6b)!important;margin:0 0 1rem!important}.vizhaa-driver-popover .driver-popover-footer{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.75rem!important;margin-top:.25rem!important}.vizhaa-driver-popover .driver-popover-progress-text{font-size:.75rem!important;color:var(--text-muted, #6b6b6b)!important}.vizhaa-driver-popover .driver-popover-navigation-btns{display:flex!important;gap:.5rem!important;margin-left:auto!important}.vizhaa-driver-popover .driver-popover-navigation-btns button{min-height:36px!important;padding:.35rem .85rem!important;border-radius:8px!important;font-size:.8125rem!important;font-weight:600!important;font-family:var(--font-body)!important;text-shadow:none!important;cursor:pointer!important}.vizhaa-driver-popover .driver-popover-next-btn,.vizhaa-driver-popover .driver-popover-done-btn{background:linear-gradient(160deg,var(--accent, #8b5a6b),var(--accent-dark, #6b3a4a))!important;color:#fff!important;border:none!important}.vizhaa-driver-popover .driver-popover-next-btn:hover,.vizhaa-driver-popover .driver-popover-done-btn:hover{filter:brightness(1.06)!important}.vizhaa-driver-popover .driver-popover-prev-btn{background:var(--surface, #f5f2ef)!important;color:var(--text, #2c2c2c)!important;border:1px solid var(--border, #e8e4e1)!important}.vizhaa-driver-popover .driver-popover-close-btn{color:var(--text-muted, #6b6b6b)!important;width:2rem!important;height:2rem!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:8px!important}.vizhaa-driver-popover .driver-popover-close-btn:hover{background:var(--surface, #f5f2ef)!important}.driver-overlay.driver-overlay-animated{transition:opacity .45s ease}@keyframes vizhaa-tour-popover-fade-in{0%{opacity:0}to{opacity:1}}@media (max-width: 767px){.vizhaa-driver-popover{max-width:calc(100vw - 2rem)!important;min-width:0!important}}@media (prefers-reduced-motion: reduce){.driver-overlay,.driver-popover,.driver-active-element{transition:none!important;animation:none!important}}
