:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:100vw;min-height:100dvh;width:100vw;height:100dvh;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}h1{font-size:1.8em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body,#root{margin:0;padding:0;width:100vw;height:100dvh;overflow:hidden;background:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif}.home-container{display:flex;flex-direction:column;height:100vh;height:100dvh;width:100%;overflow:hidden;position:relative}.header{text-align:center;background-color:#fff;z-index:1;padding-top:.3rem}.home-title{margin:2px 0 0;color:#0865fe;font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,SF Pro Text,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:600}.home-subtitle{margin:4px 0 12px;font-size:1rem;color:#000;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif}.map-container{flex:1;width:100%;position:relative;z-index:0}.map-content{width:100%;height:100%;min-height:300px}.destination-input{position:fixed;bottom:calc(16px + env(safe-area-inset-bottom));left:12px;right:12px;align-items:center;background:#fff;border-radius:25px;box-shadow:0 2px 8px #0003;padding:6px 12px;z-index:10;display:flex;gap:8px}.destination-input input{flex:1;border:none;font-size:1rem;color:#000;background-color:#fff;padding:8px;outline:none;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif}.destination-input input:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.destination-input button{background-color:#2563eb;color:#fff;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.destination-input button:disabled{background-color:#aaa;cursor:not-allowed}.custom-info{background-color:#0865fe;color:#fff;border-radius:6px;padding:13px;max-width:275px;margin:16px auto;position:relative;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;text-align:center;-webkit-box-shadow:8px 8px 15px 0px rgba(0,0,0,.4);box-shadow:8px 8px 15px #0006}.custom-info strong{font-size:1rem;font-weight:600;display:block;margin-bottom:9px}.custom-info span{font-size:.85rem;line-height:1.4;display:block;opacity:.95}.custom-info:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #2563eb}.pac-container{transform:translateY(-100%);margin-top:-40px;z-index:9999}.pac-icon{background-image:url(/assets/pac-icon-CSUrF_sT.jpg)!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important;width:16px;height:16px;margin-left:6px}.destination-input .send-button{width:40px;height:40px;background-color:#0865fe;font-size:20px;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 auto;padding-right:8px}.send-button:disabled{background-color:#000!important;cursor:not-allowed}.destination-input .send-button{width:40px;height:40px;background-color:#0865fe;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 auto;padding:0}#place-input:placeholder-shown+.send-button{background-color:#000;cursor:not-allowed;pointer-events:none}.centered-container{width:70%;margin:0 auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;gap:1rem;align-items:center}.centered-container input{width:100%;padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:4px}.centered-container button{padding:.5rem 1.2rem;background-color:#2563eb;color:#fff;border:none;border-radius:4px;cursor:pointer}.centered-container button:disabled{background-color:#aaa;cursor:not-allowed}.map-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:16px;background:#fffffff2;padding:24px;border-radius:12px;box-shadow:0 4px 12px #0000001a;z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.map-loading p{margin:0;color:#444;font-size:1rem;font-weight:500}.map-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:16px;background:#fffffff2;padding:24px;border-radius:12px;box-shadow:0 4px 12px #0000001a;z-index:5;text-align:center;max-width:300px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.map-error p{margin:0;color:#dc2626;font-size:.95rem;font-weight:500}.retry-button{width:100%;background:#06f;color:#fff;padding:12px 16px;border:none;border-radius:10px;font-size:16px;line-height:1.2;cursor:pointer;min-height:48px;transition:background-color .2s ease;white-space:normal}.retry-button:hover{background:#1d4ed8}.retry-button:active{background:#1e40af}.location-modal-title{margin:0;font-size:20px;line-height:1.25;font-weight:600;font-family:Roboto,SF Pro Text,-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif}.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;height:100dvh;padding:2rem;text-align:center;background:#f8fafc}.error-boundary h2{color:#dc2626;margin-bottom:1rem}.error-boundary p{color:#64748b;margin-bottom:2rem;max-width:400px}.error-boundary button{background-color:#2563eb;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .2s}.error-boundary button:hover{background-color:#1d4ed8}.critical-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;height:100dvh;padding:2rem;text-align:center;background:#fef2f2}.critical-error h2{color:#dc2626;margin-bottom:1rem}.critical-error p{color:#7f1d1d;margin-bottom:2rem;max-width:400px}.critical-error button{background-color:#dc2626;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .2s}.critical-error button:hover{background-color:#b91c1c}button,button:hover,button:active,button:focus{outline:0;box-shadow:none;outline-style:none}.eta-container{position:relative;width:100vw;height:100vh;height:100dvh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;overflow:hidden}.map-section{width:100%;height:74%;background:url(/your-map-screenshot.png) center/cover no-repeat;position:relative}.map-section-eta-view{width:100%;height:69%;background:url(/your-map-screenshot.png) center/cover no-repeat;position:relative}.eta-popup{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0865fe;color:#fff;padding:6px 12px;border-radius:10px;font-weight:700;font-size:14px;text-align:center;box-shadow:0 0 0 3px #fff}.bottom-sheet{position:absolute;bottom:0;width:100%;background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;padding-left:1px;padding-right:1px;padding-top:16px;padding-bottom:calc(20px + env(safe-area-inset-bottom));box-shadow:0 -2px 1px #0000001a;overflow-y:auto;height:26%;max-height:calc(45dvh - env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;scroll-behavior:smooth;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#ccc transparent;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;display:flex;flex-direction:column}@media (max-height: 820px){.bottom-sheet{height:30%}}@media (max-height: 760px){.bottom-sheet{height:32%}}@media (max-height: 710px){.bottom-sheet{height:34%}}.bottom-sheet::-webkit-scrollbar{width:6px}.bottom-sheet::-webkit-scrollbar-track{background:transparent}.bottom-sheet::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.bottom-sheet::-webkit-scrollbar-thumb:hover{background:#999}.bottom-sheet-eta-view{position:absolute;bottom:0;width:100%;background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;padding-left:1px;padding-right:1px;padding-top:16px;padding-bottom:calc(20px + env(safe-area-inset-bottom));box-shadow:0 -2px 1px #0000001a;overflow:visible;height:31%;max-height:calc(55dvh - env(safe-area-inset-bottom));scroll-behavior:smooth;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#ccc transparent;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif}@media (max-height: 820px){.bottom-sheet-eta-view{height:37%}}@media (max-height: 760px){.bottom-sheet-eta-view{height:39%}}@media (max-height: 710px){.bottom-sheet-eta-view{height:41%}}.bottom-sheet-eta-view::-webkit-scrollbar{width:6px}.bottom-sheet-eta-view::-webkit-scrollbar-track{background:transparent}.bottom-sheet-eta-view::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.bottom-sheet-eta-view::-webkit-scrollbar-thumb:hover{background:#999}.drag-indicator{width:40px;height:4px;background:#ccc;border-radius:2px;margin:0 auto 12px}.destination-title{text-align:center;font-size:15px;color:#999;font-weight:400;margin-bottom:0;margin-top:0}.destination-name{text-align:center;font-size:16px;color:#1d1d1f;font-weight:600;margin-bottom:12px;margin-top:0}.bottom-sheet .destination-title,.destination-name{flex-shrink:0}.invite-box{display:flex;justify-content:space-between;align-items:center;background:#1d1d1f;color:#fff;padding:8px 12px;border-radius:8px;font-size:13px;margin-bottom:16px}.back-button{-webkit-appearance:none;width:42px;height:42px;background-color:#fff;font-size:10px;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 auto;position:absolute;top:-54px;box-shadow:0 2px 8px #0003;margin-left:8px;z-index:1}.back-button svg{transform:rotate(180deg)}.back-button-icon{color:#fff!important;-webkit-text-fill-color:white!important;-webkit-text-stroke:0 white}.close-button{background:none;border:none;color:#fff;font-size:16px;cursor:pointer}.guest-actions{display:flex;justify-content:center;gap:32px;margin-bottom:4px}.guest-labels{display:flex;justify-content:center;gap:60px;font-size:12px;color:#777;margin-bottom:20px}.start-button{width:100%;background:#06f;color:#fff;padding:14px;border:none;border-radius:12px;cursor:pointer;height:48px}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:#0006;display:flex;justify-content:center;align-items:center;z-index:10}.modal-overlay--keyboard{align-items:flex-end;padding-bottom:0}.modal-overlay--keyboard .modal{margin-bottom:env(safe-area-inset-bottom,0px)}.modal{background:#fff;width:100%;border-radius:16px;padding:24px 16px;text-align:center;position:relative;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif}.modal-close{-webkit-appearance:none;color:#000;position:absolute;top:4px;left:0;background:none;border:none;cursor:pointer;font-weight:300;-webkit-tap-highlight-color:transparent}.modal-close svg{width:13px;height:13px}.modal-title{font-size:16px;color:#000;font-weight:700;margin-bottom:4px;margin-top:8px}.modal-subtitle{font-size:13px;color:#666;margin-bottom:16px;margin-top:0}.modal-photo-placeholder{position:relative;width:clamp(84px,22vw,110px);height:clamp(84px,22vw,110px);background:#f3f3f3;border-radius:15%;overflow:visible;display:flex;justify-content:center;align-items:center;font-size:28px;margin:0 auto 14px}.modal-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;color:#000;width:85%;border:none;border-bottom:1px solid #0066ff;border-radius:0;box-shadow:none;outline:none;-webkit-background-clip:padding-box;background-clip:padding-box;font-size:16px;margin-bottom:20px;text-align:center}.modal-input:focus{outline:none;box-shadow:none}.modal-save{width:100%;background-color:#06f;color:#fff;padding:12px;border:none;border-radius:10px;font-weight:400;cursor:pointer;font-size:15px;height:48px}.participants-section{padding-top:8px;padding-left:16px;padding-right:16px;min-height:300px;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#ccc transparent;min-height:0}.participants-title{font-size:16px;font-weight:600;margin-bottom:16px;text-align:center;position:sticky;top:0;background:#fff;z-index:1;padding:8px 0}.participants-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:16px;padding:0 8px;margin-bottom:16px;margin-top:16px;min-height:150px;height:auto;overflow:visible}.participants-grid-eta-view{display:flex;flex-direction:row;align-items:center;gap:12px;overflow-x:auto;overflow-y:hidden;padding:8px 4px;scrollbar-width:none}.participants-grid-eta-view::-webkit-scrollbar{display:none}.participant-circle{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;cursor:pointer}.circle-button{width:68px;height:68px;background:#f3f4fb;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:24px;overflow:hidden;flex:0 0 68px}.participants-grid-eta-view .circle-button .profile-preview{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.participant-info{margin-top:10px;display:flex;flex-direction:column;text-align:center;line-height:1.3}.participant-name{font-size:14px;color:#22282f;font-weight:400}.participant-eta{font-size:12px;color:#666}.participant-initial{font-size:0px;font-weight:500;color:#1d1d1f}.participant-eta-value{display:flex;align-items:center;gap:4px}.bottom-sheet .participants-section{padding-top:0}.bottom-sheet .participant-eta{font-weight:500;font-size:14px}.arrow-icon svg{width:6px;height:9px;flex-shrink:0;fill:currentColor}.open-maps-button-wrapper{display:flex;justify-content:center;padding-top:16px}.open-maps-button-wrapper button{flex:1;margin:0;max-width:none}.open-maps-button{background-color:#4285f4;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .2s ease}.open-maps-button:hover{background-color:#3367d6}.invite-prompt{display:flex;flex-direction:column;align-items:center;text-align:center;min-height:100vh;min-height:100svh;min-height:100dvh;background-color:#fff}.eta-container.invite-prompt{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100vh;height:100svh;height:100dvh;width:100%;overflow:hidden}.eta-container.invite-prompt,.eta-container.invite-prompt *{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif}.app-title{font-size:clamp(24px,6vw,28px);font-weight:700;color:#0865fe;margin-bottom:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;margin-top:clamp(10px,2.5vh,18px);height:34px;line-height:34px;display:flex;justify-content:center;letter-spacing:-.01em}.invited-by{color:#8e8e93;font-size:clamp(13px,3.6vw,15px);margin-top:0;text-align:center;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;width:100%;border-bottom:1px solid #D6D7DD;padding-bottom:16px;line-height:130%}.invite-icon{color:#ccc;width:100%;display:flex;align-items:center;justify-content:center;height:clamp(100px,12vh,100px)}.invite-icon img{width:clamp(64px,16vw,84px);height:auto}.invite-heading{max-width:360px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-size:clamp(22px,6vw,26px);font-weight:700;line-height:1.25;text-align:center;color:#0865fe;margin-left:auto;margin-right:auto;margin-bottom:0;letter-spacing:-.01em;text-wrap:balance}.invite-subheading{max-width:300px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:400;font-size:clamp(13px,3.6vw,15px);line-height:1.42;text-align:center;color:#8e8e93;margin-left:auto;margin-right:auto;margin-top:12px;margin-bottom:clamp(12px,2.4vh,20px);letter-spacing:-.005em;text-wrap:pretty}.invite-subheading .nowrap{white-space:nowrap}.name-input{width:80%;max-width:360px;border:none;border-bottom:1px solid #0066ff;font-size:16px;margin-left:auto;margin-right:auto;margin-bottom:42px;text-align:center;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;box-shadow:none;outline:none;-webkit-background-clip:padding-box;background-clip:padding-box}.name-input:focus{outline:none;box-shadow:none}.start-button{background-color:#0865fe;color:#fff;border:none;padding-top:16px;padding-bottom:16px;font-size:14px;font-weight:600;border-radius:10px;width:100%;max-width:360px;margin:12px auto 9px;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif}.cancel-button-invitation{background-color:#d6d7dd;color:#22282f;border:none;padding:12px 20px;font-size:14px;border-radius:10px;width:100%;max-width:360px;margin-left:auto;margin-right:auto;margin-bottom:12px;cursor:pointer;height:48px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:600}.cancel-button{background-color:#e0e0e0;color:#333;border:none;padding:12px 20px;font-size:16px;border-radius:10px;width:100%;max-width:280px;cursor:pointer}.start-button:disabled{background-color:#a0c9f7;cursor:not-allowed;opacity:.8}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:#0000004d;z-index:998}.participant-popup{position:fixed;bottom:0;width:100%;height:74%;max-height:calc(85dvh - env(safe-area-inset-bottom));max-width:100vw;background-color:#fff;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 -4px 10px #0003;z-index:20;animation:slideUp .3s ease;text-align:center;z-index:999;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;padding-bottom:env(safe-area-inset-bottom);overflow:hidden}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.popup-header{position:relative;display:flex;align-items:center;border-top-left-radius:20px;border-top-right-radius:20px;background-color:#1d1d1f;color:#fff;overflow:hidden;flex-direction:column;justify-content:center;height:103px}.popup-progress-bar{position:absolute;top:0;left:0;height:100%;background-color:#06f;z-index:0;transition:width .3s ease;border-top-left-radius:20px}.popup-title-bar,.popup-close,.circle-button{position:relative;z-index:1}.popup-close{background:none;border:none;color:#fff;margin-right:12px;cursor:pointer;position:absolute;top:14px;left:16px;line-height:1;padding:0;font-weight:300;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;-webkit-tap-highlight-color:transparent}.popup-close svg{width:13px;height:13px}.popup-title-bar{display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif}.popup-title{font-size:28px;font-style:normal;font-weight:500;line-height:33px}.popup-sub{font-size:20px;opacity:.9;text-align:center;font-weight:300}.popup-image{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.popup-user-photo{width:100%;height:100%;object-fit:cover}.popup-placeholder{width:100%;height:100%;background:#f3f4fb;display:flex;align-items:center;justify-content:center}.popup-car-icon{opacity:.85;width:18vw;height:auto;display:block;margin:0 auto}.floating-directions-button{position:absolute;top:30px;left:50%;transform:translate(-50%);background-color:#0865fe;color:#fff;border:none;border-radius:22px;padding:10px 18px;font-size:17px;font-weight:400;box-shadow:0 4px 4px #0000004d;z-index:3;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;height:42px;width:150px;display:flex;align-items:center}.browser-update-info{background-color:#1d1d1f;color:#fff;border-radius:6px;padding:0 6px 6px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;text-align:center;position:absolute;-webkit-box-shadow:8px 8px 15px 0px rgba(0,0,0,.4);box-shadow:8px 8px 15px #0006;width:fit-content;font-size:13px;display:flex;align-items:center}.browser-update-info:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #1d1d1f}.browser-update-info-close{background:none;border:none;font-size:22px;cursor:pointer;line-height:1;padding:0;margin-left:4px;width:11px;position:relative;top:1px}.directions-list{padding:16px;background:#fff;max-height:60vh;overflow-y:auto}.direction-step{margin-bottom:16px;font-size:14px;border-bottom:1px solid #eee;padding-bottom:10px}.direction-step:last-child{border-bottom:none}.step-distance{font-size:12px;color:#555;margin-top:4px}.profile-preview{width:120px;height:100%;object-fit:cover;border-radius:15%;box-sizing:border-box;padding:2px;display:block}.modal .profile-preview{border-radius:15%}.modal-photo-placeholder .profile-preview,.image-wrapper .profile-preview{width:100%;height:100%;object-fit:cover}.participants-grid-eta-view .profile-preview{border-radius:50%}.remove-image{position:absolute;top:-10px;right:-10px;width:22px;height:22px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;box-shadow:0 2px 6px #00000040;z-index:2}.remove-image svg{pointer-events:none}.image-wrapper{position:relative;display:flex;justify-content:center;align-items:center;width:clamp(84px,22vw,110px);height:clamp(84px,22vw,110px);border-radius:15%;overflow:visible;background:#f3f3f3;margin:0 auto 14px}.share-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;height:100svh;height:100dvh;background:#0000004d;z-index:30;display:flex;justify-content:center;align-items:flex-end;-webkit-overflow-scrolling:touch}.share-sheet{background:#fff;width:100%;max-width:500px;border-top-left-radius:20px;border-top-right-radius:20px;padding:24px 16px;padding-bottom:calc(24px + env(safe-area-inset-bottom));box-sizing:border-box;box-shadow:0 -2px 10px #00000026;animation:slideUp .3s ease;position:relative;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;max-height:calc(70dvh - env(safe-area-inset-bottom));overflow-y:auto;-webkit-overflow-scrolling:touch}.share-sheet-close{position:absolute;top:4px;left:-4px;background:none;border:none;font-size:17px;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease,color .2s ease;font-weight:300;-webkit-tap-highlight-color:transparent}.share-sheet-close svg{width:13px;height:13px}.share-sheet-close:hover{background-color:#f0f0f0;color:#666}.share-sheet-close:active{background-color:#e0e0e0;color:#333}.share-title{text-align:center;font-size:17px;color:#000;font-weight:500;margin-bottom:4px}.share-subtitle{font-size:14px;color:#555;text-align:center;margin-bottom:20px;margin-top:0}.share-link-box{display:flex;background:#f3f3f3;border-radius:12px;font-size:15px;height:48px;margin-bottom:8px;padding:0 16px 0 0;position:relative;align-items:center;justify-content:center}.share-link{overflow-x:auto;white-space:nowrap;color:#333;font-weight:400}.copy-button{width:100%;background-color:#06f;color:#fff;padding:12px;border:none;border-radius:10px;font-weight:400;cursor:pointer;font-size:15px;height:48px}.copy-icon{position:absolute;left:14px;cursor:pointer;width:17px}.cancellation-overlay{position:fixed;top:0;left:0;width:20vw;height:20vw;background-color:#fff;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.cancellation-title{font-size:20px;font-weight:700;margin-bottom:10px;color:#555}.cancellation-sub{font-size:14px;color:#888}.cancel-button{background-color:#ff3b30;color:#fff;font-size:20px;font-weight:700;border:none;position:absolute;top:12px;left:12px;width:25px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0003;cursor:pointer;z-index:2;transition:background-color .2s ease}.cancel-button.circle-button{color:#fff}.cancel-button:hover{background-color:#e02620}.participant-progress-ring{padding:5px;background-size:cover;background-position:center;background-repeat:no-repeat}.participant-progress-inner{width:100%;height:100%;background:#fff;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.participant-progress-inner>.profile-preview{border-radius:50%;width:95%;height:95%}.bubble-container{display:flex;width:100%;margin-bottom:8px;position:relative}.bubble-message{position:relative;background-color:#1d1d1f;color:#fff;border-radius:6px;font-size:clamp(12px,3.4vw,13px);display:inline-flex;align-items:center;white-space:nowrap;max-width:none;z-index:1;padding:1px 8px;margin-left:4px;gap:6px;line-height:2}@media (max-width: 340px){.bubble-message{font-size:clamp(11px,3.2vw,12px)}}@media (max-width: 300px){.bubble-message{font-size:clamp(10.5px,3.1vw,11px)}}.bubble-message:after{content:"";position:absolute;bottom:-8px;left:15%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #1d1d1f;z-index:9}.bubble-close{background:none;border:none;color:#fff;cursor:pointer;padding:0;min-width:11px}
