.spotbo-map-container{width:100%;height:100%;position:relative;overflow:hidden;min-height:100%;max-height:100%;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-overflow-scrolling:auto;overscroll-behavior:none}.spotbo-map-container.spotbo-map-fullscreen{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;z-index:9999!important;max-width:100vw!important;max-height:100vh!important}.spotbo-map-container.split-layout{border-left:1px solid #e5e7eb;background-color:#f8f8f8}.spotbo-map{width:100%!important;height:100%!important;flex:1;background-color:#f8f8f8;touch-action:pan-x pan-y;position:absolute!important;inset:0;-webkit-overflow-scrolling:auto;overscroll-behavior:none;transition:none!important}.spotbo-map *{transition-duration:0ms!important}.spotbo-map .spotbo-marker,.spotbo-map .spotbo-popup,.spotbo-map .spotbo-map-control{transition-duration:.2s!important}.gm-style-mtc,.gm-fullscreen-control,.gm-bundled-control{display:none!important}.spotbo-marker{background:#fff;border:1px solid #ddd;border-radius:20px;padding:6px 12px;font-size:14px;font-weight:600;color:#222;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000001a;white-space:nowrap;position:relative;z-index:1;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.spotbo-marker:hover,.spotbo-marker--hovered{background:#222;color:#fff;border-color:#222;transform:scale(1.05) translateZ(0);box-shadow:0 4px 16px #0003;z-index:2}.spotbo-marker--selected{background:#222;color:#fff;border-color:#222;transform:scale(1.1) translateZ(0);box-shadow:0 6px 20px #00000040;z-index:3}.spotbo-marker--experience{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea}.spotbo-marker--experience:hover,.spotbo-marker--experience.spotbo-marker--hovered{background:linear-gradient(135deg,#5a67d8,#6b46c1);border-color:#5a67d8}.spotbo-cluster{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;box-shadow:0 4px 12px #667eea4d;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.spotbo-cluster:hover{transform:scale(1.1);box-shadow:0 6px 16px #667eea66}.spotbo-popup{animation:spotbo-popup-in .2s cubic-bezier(.4,0,.2,1);pointer-events:auto}@keyframes spotbo-popup-in{0%{opacity:0;transform:translate(-50%,-90%)}to{opacity:1;transform:translate(-50%,-100%)}}.spotbo-popup__arrow{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid white;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.spotbo-popup__content{background:#fff;border-radius:12px;padding:16px;box-shadow:0 4px 24px #00000026;min-width:240px;max-width:280px;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.spotbo-popup__close{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;color:#666;padding:0}.spotbo-popup__close:hover{background:#0000000d;color:#333}.spotbo-popup__close:active{background:#0000001a;transform:scale(.9)}.spotbo-popup__title{font-size:15px;font-weight:600;color:#222;margin:0 0 6px;line-height:1.3;padding-right:24px}.spotbo-popup__rating{display:flex;align-items:center;gap:4px;margin-bottom:8px;color:#fbbf24}.spotbo-popup__rating span{color:#222;font-size:14px;font-weight:500}.spotbo-popup__info{font-size:13px;color:#666;margin:0 0 12px}.spotbo-popup__price{display:flex;align-items:baseline;gap:4px;margin-bottom:12px}.spotbo-popup__price-amount{font-size:16px;font-weight:600;color:#222}.spotbo-popup__price-period{font-size:14px;color:#666}.spotbo-popup__cta{width:100%;background:#222;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.spotbo-popup__cta:hover{background:#333;transform:translateY(-1px)}.spotbo-popup__cta:active{transform:translateY(0)}@media (max-width: 768px){.spotbo-popup__content{min-width:220px;max-width:260px;padding:14px}.spotbo-popup__close{width:32px;height:32px}.spotbo-popup__title{font-size:14px}.spotbo-popup__info{font-size:12px}.spotbo-popup__price-amount{font-size:15px}.spotbo-popup__cta{padding:11px 16px;min-height:44px}}@supports (-webkit-touch-callout: none){.spotbo-popup__close,.spotbo-popup__cta{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}}.spotbo-loading-overlay{position:absolute;inset:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.spotbo-loading-content{text-align:center;color:#666}.spotbo-empty-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#666;z-index:1000}.spotbo-empty-message h3{font-size:18px;font-weight:600;margin:0 0 8px;color:#333}.spotbo-empty-message p{font-size:14px;margin:0;color:#666}.spotbo-map-error{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.spotbo-map-error h3{margin:0 0 12px;font-size:20px;font-weight:700;color:#1a1a1a}.spotbo-map-error p{margin:0 0 20px;font-size:15px;color:#666;max-width:400px;line-height:1.5}.spotbo-close-button{position:absolute;top:16px;right:16px;background:#fffffff2;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #00000026;z-index:3;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.spotbo-close-button:hover{background:#fff;transform:scale(1.1);box-shadow:0 6px 16px #0003}.gm-style .gm-style-cc{display:none!important}.spotbo-map-controls{display:flex;flex-direction:column;gap:8px;background:#fff;border-radius:12px;padding:8px;box-shadow:0 2px 8px #00000026;margin:16px}.spotbo-map-control{width:36px;height:36px;background:#fff;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);color:#333}.spotbo-map-control:hover{background:#f0f0f0;transform:scale(1.1)}.spotbo-map-control:active{transform:scale(.95)}.spotbo-map-control.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;cursor:default}.spotbo-map-control.bg-blue-100{background-color:#dbeafe}.spotbo-map-control .animate-spin{animation:spin 1s linear infinite}.spotbo-dynamic-loading{position:absolute;top:16px;left:50%;transform:translate(-50%);background:#fffffff2;border-radius:8px;padding:8px 16px;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;gap:8px;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none}.spotbo-dynamic-loading-text{font-size:14px;font-weight:500;color:#333}.spotbo-dynamic-loading-spinner{width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spotbo-map-control svg{width:18px;height:18px}@media (max-width: 1024px){.spotbo-map-controls{top:16px;left:16px;gap:8px}.spotbo-map-control{padding:10px;min-width:40px;min-height:40px}.spotbo-map-control svg{width:18px;height:18px}}@media (max-width: 768px){.spotbo-info-window{width:280px;max-width:calc(100vw - 40px);font-size:15px}.spotbo-info-window__close{width:40px;height:40px;top:8px;right:8px}.spotbo-info-window__button{padding:12px 16px;font-size:15px;min-height:44px}.spotbo-info-window__image-slider{height:160px}.spotbo-marker{font-size:13px;padding:5px 10px}.spotbo-cluster{width:36px;height:36px;font-size:13px}}@media (max-width: 768px) and (-webkit-touch-callout: none){.spotbo-map-container{overscroll-behavior:none}.spotbo-info-window{overscroll-behavior:contain}}*{-webkit-tap-highlight-color:transparent}.spotbo-marker:focus,.spotbo-info-window__button:focus,.spotbo-close-button:focus,.spotbo-map-control:focus{outline:2px solid #007aff;outline-offset:2px}.airbnb-popup-2025{animation:airbnb-popup-in .2s cubic-bezier(.25,.46,.45,.94);pointer-events:auto;filter:drop-shadow(0 8px 16px rgba(0,0,0,.12))}@keyframes airbnb-popup-in{0%{opacity:0;transform:translate(-50%,-90%) scale(.95)}to{opacity:1;transform:translate(-50%,-100%) scale(1)}}.airbnb-popup-2025__arrow{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid white;filter:drop-shadow(0 2px 4px rgba(0,0,0,.08));z-index:1}.airbnb-popup-2025__card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #00000014,0 0 0 1px #0000000a;width:240px;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}.airbnb-popup-2025__header{position:relative;height:120px}.airbnb-popup-2025__image{width:100%;height:100%;border-radius:0}.airbnb-popup-2025__image img{width:100%;height:100%;object-fit:cover;display:block}.airbnb-popup-2025__close{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;color:#484848;box-shadow:0 2px 8px #0000001f;z-index:2}.airbnb-popup-2025__close:hover{background:#fff;color:#222;transform:scale(1.05);box-shadow:0 4px 12px #00000026}.airbnb-popup-2025__close:active{transform:scale(.95)}.airbnb-popup-2025__content{padding:12px}.airbnb-popup-2025__title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px}.airbnb-popup-2025__title{font-size:14px;font-weight:600;color:#222;margin:0;line-height:1.3;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.airbnb-popup-2025__rating{display:flex;align-items:center;gap:2px;color:#222;font-size:12px;font-weight:600;flex-shrink:0}.airbnb-popup-2025__location{font-size:12px;color:#717171;margin:0 0 8px;line-height:1.2;font-weight:400}.airbnb-popup-2025__details{font-size:12px;color:#717171;margin-bottom:8px;line-height:1.2;font-weight:400}.airbnb-popup-2025__price-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.airbnb-popup-2025__price{display:flex;align-items:baseline;gap:2px}.airbnb-popup-2025__price-amount{font-size:16px;font-weight:600;color:#222;line-height:1}.airbnb-popup-2025__price-period{font-size:14px;color:#717171;font-weight:400}.airbnb-popup-2025__cta{background:#222;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;text-decoration:underline;flex-shrink:0}.airbnb-popup-2025__cta:hover{background:#000;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.airbnb-popup-2025__cta:active{transform:translateY(0)}.airbnb-detail-2025{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0000001f,0 0 0 1px #0000000a;width:280px;max-width:90vw;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;animation:airbnb-detail-in .2s cubic-bezier(.25,.46,.45,.94)}@keyframes airbnb-detail-in{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.airbnb-detail-2025__header{position:relative;height:140px}.airbnb-detail-2025__image-container{width:100%;height:100%;overflow:hidden}.airbnb-detail-2025__image{width:100%;height:100%;object-fit:cover;display:block}.airbnb-detail-2025__close{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;color:#484848;box-shadow:0 2px 8px #0000001f;z-index:2}.airbnb-detail-2025__close:hover{background:#fff;color:#222;transform:scale(1.05);box-shadow:0 4px 12px #00000026}.airbnb-detail-2025__close:active{transform:scale(.95)}.airbnb-detail-2025__content{padding:16px}.airbnb-detail-2025__title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:6px}.airbnb-detail-2025__title{font-size:16px;font-weight:600;color:#222;margin:0;line-height:1.25;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.airbnb-detail-2025__rating{display:flex;align-items:center;gap:3px;color:#222;font-size:14px;font-weight:600;flex-shrink:0}.airbnb-detail-2025__location{font-size:14px;color:#717171;margin:0 0 10px;line-height:1.3;font-weight:400}.airbnb-detail-2025__details{font-size:14px;color:#717171;margin-bottom:12px;line-height:1.3;font-weight:400}.airbnb-detail-2025__bottom-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.airbnb-detail-2025__price{display:flex;align-items:baseline;gap:3px}.airbnb-detail-2025__price-amount{font-size:18px;font-weight:600;color:#222;line-height:1}.airbnb-detail-2025__price-period{font-size:16px;color:#717171;font-weight:400}.airbnb-detail-2025__cta{background:#222;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;text-decoration:underline;flex-shrink:0;min-width:60px}.airbnb-detail-2025__cta:hover{background:#000;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.airbnb-detail-2025__cta:active{transform:translateY(0)}@media (max-width: 768px){.airbnb-popup-2025__card{width:220px}.airbnb-popup-2025__header{height:100px}.airbnb-popup-2025__content{padding:10px}.airbnb-popup-2025__title{font-size:13px}.airbnb-popup-2025__location,.airbnb-popup-2025__details{font-size:11px}.airbnb-popup-2025__price-amount{font-size:15px}.airbnb-popup-2025__price-period{font-size:13px}.airbnb-popup-2025__cta{padding:7px 14px;font-size:13px;min-height:36px}.airbnb-detail-2025{width:260px}.airbnb-detail-2025__header{height:120px}.airbnb-detail-2025__content{padding:14px}.airbnb-detail-2025__title{font-size:15px}.airbnb-detail-2025__location,.airbnb-detail-2025__details{font-size:13px}.airbnb-detail-2025__price-amount{font-size:17px}.airbnb-detail-2025__price-period{font-size:15px}.airbnb-detail-2025__cta{padding:9px 18px;font-size:13px;min-height:40px}}@supports (-webkit-touch-callout: none){.airbnb-popup-2025__close,.airbnb-popup-2025__cta,.airbnb-detail-2025__close,.airbnb-detail-2025__cta{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}}.spotbo-popup-enhanced__type-badge{position:absolute;top:12px;left:12px;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 4px 12px #0000004d}.spotbo-popup-enhanced__body{padding:20px}.spotbo-popup-enhanced__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.spotbo-popup-enhanced__title{font-size:18px;font-weight:700;color:#111827;margin:0;line-height:1.3;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.spotbo-popup-enhanced__rating{display:flex;align-items:center;gap:4px;background:#fbbf241a;padding:4px 8px;border-radius:20px;flex-shrink:0}.spotbo-popup-enhanced__rating-value{color:#111827;font-size:14px;font-weight:600}.spotbo-popup-enhanced__location{font-size:14px;color:#6b7280;margin:0 0 16px;display:flex;align-items:center;gap:4px}.spotbo-popup-enhanced__details{margin-bottom:16px}.spotbo-popup-enhanced__experience-info,.spotbo-popup-enhanced__stay-info{display:flex;flex-wrap:wrap;gap:8px}.spotbo-popup-enhanced__detail-item{background:#f3f4f6;color:#374151;padding:6px 10px;border-radius:12px;font-size:13px;font-weight:500;display:flex;align-items:center;gap:4px;white-space:nowrap}.spotbo-popup-enhanced__pricing{margin-bottom:20px}.spotbo-popup-enhanced__price{display:flex;align-items:baseline;gap:6px}.spotbo-popup-enhanced__price-amount{font-size:24px;font-weight:800;color:#111827;letter-spacing:-.5px}.spotbo-popup-enhanced__price-period{font-size:16px;color:#6b7280;font-weight:500}.spotbo-popup-enhanced__cta{width:100%;background:linear-gradient(135deg,#111827,#374151);color:#fff;border:none;border-radius:16px;padding:14px 20px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 16px #11182733}.spotbo-popup-enhanced__cta:hover{background:linear-gradient(135deg,#000,#1f2937);transform:translateY(-2px);box-shadow:0 12px 24px #1118274d}.spotbo-popup-enhanced__cta:active{transform:translateY(0);box-shadow:0 4px 8px #11182733}@media (max-width: 768px){.spotbo-popup-enhanced__content{min-width:280px;max-width:300px}.spotbo-popup-enhanced__image-container{height:160px}.spotbo-popup-enhanced__body{padding:16px}.spotbo-popup-enhanced__title{font-size:16px}.spotbo-popup-enhanced__price-amount{font-size:20px}.spotbo-popup-enhanced__cta{padding:12px 16px;min-height:48px}.spotbo-popup-enhanced__close{width:40px;height:40px}}@supports (-webkit-touch-callout: none){.spotbo-popup-enhanced__close,.spotbo-popup-enhanced__cta{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}}@media (prefers-color-scheme: dark){.spotbo-popup-enhanced__content{background:#1f2937;border-color:#ffffff1a}.spotbo-popup-enhanced__title{color:#f9fafb}.spotbo-popup-enhanced__location{color:#9ca3af}.spotbo-popup-enhanced__detail-item{background:#374151;color:#d1d5db}.spotbo-popup-enhanced__price-amount{color:#f9fafb}.spotbo-popup-enhanced__price-period{color:#9ca3af}}@keyframes spotbo-info-window-open{0%{opacity:0;transform:scale(.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.spotbo-info-window--closing{animation:spotbo-info-window-close .2s cubic-bezier(.4,0,.2,1) forwards}@keyframes spotbo-info-window-close{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.9) translateY(5px)}}.spotbo-info-window__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#0000000d;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;color:#666;-webkit-tap-highlight-color:transparent}.spotbo-info-window__close:hover{background:#0000001a;color:#333;transform:scale(1.1)}.spotbo-info-window__close:active{transform:scale(.95);background:#00000026}@supports (-webkit-touch-callout: none){.spotbo-info-window{-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0)}.spotbo-info-window__close,.spotbo-info-window__button{-webkit-touch-callout:none;-webkit-user-select:none}}
