@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1c1e;background-color:#fff;width:100vw;height:100vh;font-family:Inter,sans-serif;overflow:hidden}#root{width:100%;height:100%}.custom-scroll::-webkit-scrollbar{width:4px}.custom-scroll::-webkit-scrollbar-track{background:0 0}.custom-scroll::-webkit-scrollbar-thumb{background:#f1f1f1;border-radius:10px}.custom-scroll::-webkit-scrollbar-thumb:hover{background:#e5e5e5}.no-scrollbar::-webkit-scrollbar{display:none}.shadow-2xl{box-shadow:0 30px 90px #00000026}.gm-style-iw-c{border:none!important;border-radius:24px!important;padding:0!important;box-shadow:0 32px 64px -16px #00000026!important}.gm-style-iw-d{padding:0!important;overflow:hidden!important}.gm-ui-hover-effect{background:#f8f9fa!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:24px!important;height:24px!important;display:flex!important;top:12px!important;right:12px!important}.gm-style-iw-tc:after{display:none!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:.5s ease-out fadeIn}.app-container{flex-direction:row;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.sidebar-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background-color:#fffffff2;border:1px solid #fffc;border-radius:24px;flex-direction:column;width:420px;transition:all .3s ease-in-out;display:flex;position:absolute;top:24px;bottom:24px;left:24px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.sidebar-container.dragging{transition:none!important}.map-wrapper{width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=768px){.sidebar-container{border-radius:32px 32px 0 0;width:100%;height:55%;inset:auto 0 0;box-shadow:0 -10px 40px #0000001a}.map-wrapper{height:55%;transition:height .3s ease-in-out}.sidebar-closed .map-wrapper{height:100%}}.mobile-only-flex{display:none!important}.drag-handle{cursor:pointer;touch-action:none;flex-shrink:0;width:100%;height:24px;padding:12px 0;display:none;position:relative}.sidebar-header{touch-action:none}.drag-handle:after{content:"";background-color:#e5e7eb;border-radius:2px;width:40px;height:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.desktop-only{display:flex!important}.menu-section-title{color:#0f172a;letter-spacing:-.03em;white-space:nowrap;margin:0;font-family:Inter,sans-serif;font-size:16px;font-weight:900;line-height:1.25}@media (width<=768px){.mobile-only-flex{display:flex!important}.drag-handle{display:block}.desktop-only{display:none!important}}.map-controls-group{z-index:2000;flex-direction:column;gap:12px;transition:top .3s ease-in-out;display:flex;position:absolute;top:24px;right:24px}.sidebar-toggle-btn{z-index:2000;transition:top .3s ease-in-out;position:absolute;top:24px;left:24px}@media (width<=768px){.map-controls-group{gap:8px;top:100px;right:16px}.sidebar-toggle-btn{top:100px;left:16px}.map-controls-group button,.sidebar-toggle-btn button{border-radius:12px!important;width:48px!important;height:48px!important}}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #2563eb!important}@media (width<=768px){.search-bar-container{top:calc(20px + env(safe-area-inset-top))!important}.map-controls-group{top:calc(100px + env(safe-area-inset-top))}.sidebar-header{max-height:300px;transition:max-height .25s,padding .25s,opacity .2s,border-color .2s;overflow:hidden}.sidebar-header.mobile-header-hidden{opacity:0;pointer-events:none;border-bottom-color:#0000!important;max-height:0!important;padding-top:0!important;padding-bottom:0!important}.gm-style-iw-c{max-width:calc(100vw - 28px)!important}.gm-style-iw-d{overscroll-behavior:contain;-webkit-overflow-scrolling:touch!important;max-height:min(55dvh,460px)!important;overflow:hidden auto!important}.place-info-window-content{overscroll-behavior:contain;touch-action:pan-y;max-height:min(55dvh,460px);overflow:hidden auto;padding-bottom:max(18px, env(safe-area-inset-bottom))!important}.place-info-window-add-button{z-index:2;min-height:40px;margin-top:10px;bottom:0;position:sticky!important;box-shadow:0 -8px 16px #f8fafcf2!important}.sidebar-list-content{padding:14px 16px 24px!important}.itinerary-day-card{border-radius:18px!important;margin-bottom:20px!important}.itinerary-day-header{padding:14px 16px!important}.itinerary-day-items{padding:12px!important}.itinerary-item-card{border-radius:16px!important;gap:8px!important;padding:12px!important}.itinerary-item-main{gap:8px!important}.itinerary-item-checkbox{width:16px!important;height:16px!important}.itinerary-item-number{border-radius:10px!important;width:30px!important;height:30px!important;font-size:13px!important}.itinerary-item-actions{grid-template-rows:repeat(2,36px)!important;grid-template-columns:repeat(2,36px)!important;gap:4px!important}.itinerary-item-actions>div:first-child,.itinerary-item-actions>div:last-child{width:36px!important;height:36px!important}.itinerary-item-actions>div:first-child button{width:36px!important;height:18px!important;padding:2px!important}.itinerary-item-actions>label,.itinerary-item-actions>button,.itinerary-item-actions>div:last-child button{border-radius:10px!important;width:36px!important;height:36px!important}.itinerary-item-actions svg{width:15px!important;height:15px!important}.mobile-place-add-overlay{z-index:4000;pointer-events:none;position:fixed;inset:0}.mobile-place-add-panel{top:calc(190px + env(safe-area-inset-top));max-height:calc(100dvh - 220px - env(safe-area-inset-top));overscroll-behavior:contain;-webkit-overflow-scrolling:touch;pointer-events:auto;background:#fff;border:1px solid #e2e8f0e6;border-radius:22px;position:absolute;left:12px;right:12px;overflow-y:auto;box-shadow:0 20px 50px #0f172a38}.mobile-place-add-handle{background:#dbe2ea;border-radius:999px;width:42px;height:4px;margin:10px auto 2px}.mobile-place-add-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:12px;right:12px}.mobile-place-add-content{padding:12px 14px max(16px, env(safe-area-inset-bottom))}.mobile-place-add-button{z-index:1;position:sticky;bottom:0;box-shadow:0 -8px 16px #f8fafcf2}}@media (width>=1024px){.sidebar-container{width:520px}.sidebar-list-content{padding:20px 24px 28px!important}.itinerary-day-card{border-radius:20px!important;margin-bottom:24px!important}.itinerary-day-header{padding:16px 20px!important}.itinerary-day-items{padding:16px!important}.itinerary-item-card{border-radius:16px!important;gap:8px!important;padding:12px!important}.itinerary-item-main{gap:8px!important}.itinerary-item-number{width:32px!important;height:32px!important;font-size:14px!important}.itinerary-item-actions{grid-template-rows:repeat(2,40px)!important;grid-template-columns:repeat(2,40px)!important;gap:4px!important}.itinerary-item-actions>div:first-child,.itinerary-item-actions>div:last-child{width:40px!important;height:40px!important}.itinerary-item-actions>div:first-child button{width:40px!important;height:20px!important;padding:2px!important}.itinerary-item-actions>label,.itinerary-item-actions>button,.itinerary-item-actions>div:last-child button{border-radius:10px!important;width:40px!important;height:40px!important}.itinerary-item-actions svg{width:16px!important;height:16px!important}}@media (width>=769px){.mobile-place-add-overlay{z-index:4000;pointer-events:none;position:fixed;inset:0}.mobile-place-add-panel{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;pointer-events:auto;background:#fff;border:1px solid #e2e8f0e6;border-radius:22px;width:min(360px,100vw - 48px);max-height:calc(100vh - 48px);position:fixed;top:50%;right:32px;overflow-y:auto;transform:translateY(-50%);box-shadow:0 20px 50px #0f172a38}.mobile-place-add-handle{display:none}.mobile-place-add-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:12px;right:12px}.mobile-place-add-content{padding:20px 16px}.mobile-place-add-button{z-index:1;position:sticky;bottom:0;box-shadow:0 -8px 16px #f8fafcf2}}
