@charset "UTF-8";@import"https://unpkg.com/leaflet@1.9.4/dist/leaflet.css";:root{font-family:DM Sans,system-ui,sans-serif;line-height:1.5;font-weight:400;--primary-color: #E8743B;--primary-color-hover: #C45A22;--accent-color: #1A535C;--accent-color-dark: #0C3540;--primary-light: #FFF0E8;--text-color: #333;--text-secondary-color: #666;--white-color: #fff;--secondary-color: #e0e0e0;--surface-color: #f8fafc;--border-color: #e8ecf0;--error-color: #e63946;--error-color-dark: darkred;--container-whitout-navbar: calc(100vh - 80px) ;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box;width:100%}html{overflow-x:hidden}body{margin:0;display:flex;min-height:100vh;width:100%;overflow-x:hidden;background-color:var(--white-color);color:var(--text-color)}.btn{display:inline-flex;justify-content:center;align-items:center;padding:.7em 1.4em;font-size:.95rem;font-weight:600;border-radius:999px;cursor:pointer;text-decoration:none;white-space:nowrap;line-height:1;width:fit-content;border:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.btn svg{margin-right:.4rem;width:1.1rem!important;height:1.1rem!important;flex-shrink:0}.btn:disabled,.btn.btn--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--primary{background:var(--primary-color);color:var(--white-color)}.btn--primary:hover{background:var(--primary-color-hover)}.btn--secondary{background:var(--white-color);color:var(--text-color);border:1.5px solid var(--border-color)}.btn--secondary:hover{border-color:var(--text-color)}.btn--danger{background:var(--error-color);color:var(--white-color)}.btn--danger:hover{background:var(--error-color-dark)}.btn--danger-outline{background:transparent;color:var(--error-color, #e53e3e);border:1.5px solid var(--error-color, #e53e3e)}.btn--danger-outline:hover{background:var(--error-color, #e53e3e);color:var(--white-color)}.btn--ghost{background:transparent;color:var(--text-secondary-color)}.btn--ghost:hover{color:var(--text-color);background:var(--surface-color)}.btn--sm{padding:.35em .85em;font-size:.85rem}.error-message{color:var(--error-color);font-size:1rem;margin:10px 0}.section__container{max-width:1200px;padding:1rem;margin:0 auto;margin-bottom:2rem}@media(min-width:600px){.section__container{padding:2rem}}.section__header{margin-bottom:.5rem}.section__header h2{font-size:1.75rem;font-weight:700;color:var(--text-color)}.section__header p{margin-top:.35rem;color:var(--text-secondary-color);font-size:1rem}.loading-container{display:flex;justify-content:center;align-items:center;padding-top:80px}.loading-spinner{border:5px solid var(--secondary-color);border-top:5px solid var(--primary-color);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}.break-text{white-space:normal;word-wrap:break-word;overflow-wrap:anywhere}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.App{display:flex;flex-direction:column;min-height:100vh;width:100%}.main-content{flex:1;display:flex;flex-direction:column;padding-top:56px;padding-bottom:60px}.side-content--hidden{display:none}.content{flex:1;display:flex;flex-direction:column;height:100%;width:100%}@media(max-width:479px){.main-content--auth{padding-top:0}}@media(min-width:480px){.App{flex-direction:row}.side-content{width:240px;min-width:240px;flex-shrink:0;transition:width .2s ease,min-width .2s ease}:root.sidebar-collapsed .side-content{width:64px;min-width:64px}.main-content{padding-top:0;padding-bottom:0}}.cookie-consent{position:fixed;left:0;right:0;bottom:0;z-index:1000;background-color:#0f172a;color:#94a3b8;font-size:.875rem;box-shadow:0 -2px 12px #00000040}.cookie-consent__content{width:100%;max-width:1100px;margin:0 auto;padding:1.25rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}@media(max-width:640px){.cookie-consent__content{flex-direction:column;align-items:stretch;gap:1rem;padding:1.25rem 1.5rem}}.cookie-consent__text{width:auto;margin:0;line-height:1.5}.cookie-consent__text a{color:#fff;text-decoration:underline}.cookie-consent__actions{width:fit-content;display:flex;gap:.75rem;flex-shrink:0}@media(max-width:640px){.cookie-consent__actions{width:100%}}.cookie-consent__decline,.cookie-consent__accept{width:fit-content;border-radius:6px;padding:.55rem 1.1rem;font-size:.825rem;font-weight:600;cursor:pointer;white-space:nowrap}@media(max-width:640px){.cookie-consent__decline,.cookie-consent__accept{width:100%}}.cookie-consent__decline{background:none;border:1px solid #94a3b8;color:#94a3b8}.cookie-consent__decline:hover{border-color:#fff;color:#fff}.cookie-consent__accept{background-color:#fff;border:1px solid #fff;color:#0f172a}.cookie-consent__accept:hover{background-color:#e2e8f0}.footer{background-color:#0f172a;color:#94a3b8;font-size:.875rem;width:100%;overflow:hidden}.footer__inner{width:100%;padding:3rem 2.5rem 2.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}@media(max-width:640px){.footer__inner{flex-direction:column;gap:2rem;padding:2.5rem 1.5rem 2rem}}.footer__brand{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0;width:auto;min-width:0}.footer__logo{display:inline-flex;align-items:center;gap:.45rem;color:#fff;text-decoration:none;font-size:1rem;font-weight:700;letter-spacing:-.02em;width:fit-content;min-width:0}.footer__logo svg{width:1.25rem;height:1.25rem;min-width:1.25rem;color:var(--primary-color);flex-shrink:0}.footer__logo span{width:auto}.footer__logo:hover{color:var(--primary-color)}.footer__tagline{font-size:.8rem;color:#64748b;margin:0;width:auto;max-width:200px;line-height:1.5}.footer__nav{display:flex;gap:3rem;flex-shrink:1;width:auto}@media(max-width:640px){.footer__nav{gap:2rem;flex-wrap:wrap;width:100%}}.footer__nav-group{display:flex;flex-direction:column;gap:.6rem;width:auto;min-width:max-content}.footer__nav-group a,.footer__nav-group .footer__cookie-preferences{color:#94a3b8;text-decoration:none;font-size:.825rem;transition:color .15s;width:fit-content}.footer__nav-group a:hover,.footer__nav-group .footer__cookie-preferences:hover{color:#fff}.footer__nav-group .footer__cookie-preferences{background:none;border:none;padding:0;font-family:inherit;cursor:pointer;text-align:left}.footer__nav-label{color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.2rem;width:auto}.footer__bottom{border-top:1px solid #1e293b;padding:1.25rem 2.5rem}.footer__bottom p{font-size:.775rem;color:#475569;margin:0;text-align:center;width:100%}.global-search__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0f172a8c;display:flex;align-items:flex-start;justify-content:center;padding:10vh 1rem 2rem}.global-search__panel{position:relative;width:100%;max-width:560px;max-height:70vh;background:var(--white-color, #fff);border-radius:14px;box-shadow:0 12px 40px #00000040;display:flex;flex-direction:column;overflow:clip}.global-search__input-row{width:auto;display:flex;align-items:center;gap:.6rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border-color, #e2e8f0)}.global-search__input-icon{width:fit-content;color:var(--text-secondary-color);font-size:1.2rem;flex-shrink:0}.global-search__input{flex:1;width:auto;border:none;outline:none;font-size:1rem;font-family:inherit;color:var(--text-color);background:transparent}.global-search__input::placeholder{color:var(--text-secondary-color)}.global-search__close{width:fit-content;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-secondary-color);font-size:1.25rem;cursor:pointer;flex-shrink:0}.global-search__close:hover{color:var(--text-color)}.global-search__results{width:auto;overflow-y:auto;overflow-x:hidden;padding:.5rem}.global-search__hint{padding:1.5rem 1rem;text-align:center;color:var(--text-secondary-color);font-size:.9rem}.global-search__section{width:auto;margin-bottom:.5rem}.global-search__section:last-child{margin-bottom:0}.global-search__section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary-color);padding:.5rem .75rem .25rem}.global-search__result{width:100%;display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:none;border:none;border-radius:8px;cursor:pointer;text-align:left;font-family:inherit}.global-search__result:hover{background:#0077b612}.global-search__result-thumb{width:2.5rem;height:2.5rem;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--surface-color, #f1f5f9)}.global-search__result-thumb--round{border-radius:50%}.global-search__result-text{display:flex;flex-direction:column;flex:1;gap:.1rem;min-width:0;width:auto}.global-search__result-text strong{display:block;width:100%;font-size:.9rem;color:var(--text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.global-search__result-text span{display:block;width:100%;font-size:.8rem;color:var(--text-secondary-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logo{text-decoration:none;display:flex;align-items:center;width:fit-content}.logo__mark{display:none;width:auto;flex-shrink:0}.logo__full{display:block;width:auto;flex-shrink:0}.mobile-header{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;height:56px;background-color:var(--white-color);border-bottom:1px solid var(--border-color);z-index:100}@media(min-width:480px){.mobile-header{display:none}}.me-panel{position:fixed;bottom:60px;left:0;right:0;background-color:var(--white-color);border-radius:16px 16px 0 0;border-top:1px solid var(--border-color);padding:.5rem 0;z-index:99;box-shadow:0 -4px 20px #0000001a}@media(min-width:480px){.me-panel{display:none}}.me-panel__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:98}@media(min-width:480px){.me-panel__backdrop{display:none}}.me-panel__item{display:flex;align-items:center;gap:.85rem;padding:.9rem 1.5rem;text-decoration:none;color:var(--text-color);font-size:1rem;font-weight:500;width:100%;transition:background-color .15s}.me-panel__item span{width:auto}.me-panel__item:active{background-color:var(--surface-color)}.me-panel__item--danger{color:var(--error-color)}.me-panel__item--experience{color:#e8743b;font-weight:600}.me-panel__icon{font-size:1.2rem;flex-shrink:0;width:auto}.nav-badge{position:absolute;top:-6px;right:-8px;background:var(--error-color, #e63946);color:#fff;font-size:.6rem;font-weight:700;min-width:16px;height:16px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1;width:fit-content;pointer-events:none}.navbar{display:none}@media(min-width:480px){.navbar{display:flex;position:fixed;top:0;left:0;width:240px;height:100vh;background-color:var(--white-color);box-shadow:2px 0 12px #0000000f;padding:1.5rem 1rem 1rem;flex-direction:column;align-items:flex-start;gap:1.5rem;overflow-y:auto;overflow-x:hidden;z-index:100;transition:width .2s ease,padding .2s ease}}.navbar__logo{font-size:1.3rem;overflow:hidden;white-space:nowrap;margin-bottom:.5rem}.nav-search-trigger{display:flex;align-items:center;gap:.5rem;width:100%;padding:.55rem .75rem;margin-bottom:1.25rem;background:var(--surface-color, #f1f5f9);border:1px solid var(--border-color, #e2e8f0);border-radius:10px;color:var(--text-secondary-color);font-size:.85rem;font-family:inherit;text-align:left;cursor:pointer;transition:border-color .2s,color .2s}.nav-search-trigger:hover{border-color:var(--primary-color);color:var(--text-color)}.nav-search-trigger span{width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-search-trigger__icon{font-size:1rem;width:1em;height:1em;flex-shrink:0}.navbar__toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.5rem .75rem;border-radius:8px;color:var(--text-secondary-color);font-size:.875rem;font-family:inherit;font-weight:500;width:100%;transition:background-color .2s,color .2s}.navbar__toggle:hover{background-color:#0077b612;color:var(--primary-color)}.navbar__toggle span{width:auto}.navbar__toggle .nav-icon{font-size:1rem;width:1em;height:1em;flex-shrink:0}:root.sidebar-collapsed .navbar{width:64px;padding:1.5rem .75rem 1rem;align-items:center}:root.sidebar-collapsed .navbar__logo .logo__full{display:none}:root.sidebar-collapsed .navbar__logo .logo__mark{display:block}:root.sidebar-collapsed .nav-section{align-items:center}:root.sidebar-collapsed .nav-section h3{display:none}:root.sidebar-collapsed .nav-item{justify-content:center;padding:.6rem;width:auto}:root.sidebar-collapsed .nav-item span:not(.nav-item__icon-wrap):not(.nav-badge){display:none}:root.sidebar-collapsed .nav-search-trigger{justify-content:center;padding:.6rem;width:auto}:root.sidebar-collapsed .nav-search-trigger span{display:none}:root.sidebar-collapsed .nav-create{justify-content:center;padding:.65rem;width:auto;border-radius:50%}:root.sidebar-collapsed .nav-create span{display:none}:root.sidebar-collapsed .navbar__bottom{align-items:center}:root.sidebar-collapsed .navbar__toggle{justify-content:center;padding:.5rem;width:auto}:root.sidebar-collapsed .navbar__toggle span{display:none}:root.sidebar-collapsed .nav-footer{flex-direction:column;padding:.75rem 0 0;gap:.5rem;align-items:center}:root.sidebar-collapsed .nav-footer__user{padding:.25rem}:root.sidebar-collapsed .nav-footer__username{display:none}.nav-section{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%}.nav-section h3{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;opacity:.6;padding:.25rem .75rem;margin-bottom:.25rem}.nav-item{display:flex;align-items:center;gap:.5rem;color:var(--text-color);text-decoration:none;font-size:1rem;transition:color .2s,background-color .2s;padding:.5rem .75rem;border-radius:8px;width:100%}.nav-item:hover{color:var(--primary-color);background-color:#0077b612}.nav-item.active{color:var(--primary-color);font-weight:600;background-color:#0077b61a}.nav-item.active .nav-icon{color:var(--primary-color)}.nav-item .nav-icon{font-size:1.2rem;width:1em;height:1em;flex-shrink:0}.nav-item__icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;flex-shrink:0}.nav-create{display:flex;align-items:center;justify-content:center;gap:.35rem;border:none;cursor:pointer;font-size:1rem;font-weight:600;padding:.6rem .75rem;border-radius:8px;width:100%;background-color:var(--primary-color);color:var(--white-color);font-family:inherit;transition:opacity .2s}.nav-create:hover{opacity:.85}.nav-create .nav-icon{width:1.1rem;height:1.1rem;flex-shrink:0}.create-sheet__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:300;display:flex;align-items:flex-end;justify-content:center;animation:cs-backdrop .2s ease}@keyframes cs-backdrop{0%{background:transparent}to{background:#00000073}}.create-sheet{width:100%;max-width:520px;background:var(--white-color);border-radius:24px 24px 0 0;padding:1rem 1.25rem 2rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 -8px 30px #0000001f;animation:cs-up .25s cubic-bezier(.32,.72,0,1)}.create-sheet svg{width:auto;height:auto;flex-shrink:0}.create-sheet__handle{width:36px;height:4px;border-radius:2px;background:var(--border-color);margin:0 auto .25rem}.create-sheet__title{font-size:.95rem;font-weight:700;color:var(--text-color);margin:0 0 .25rem}.create-sheet__option{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:14px;border:1.5px solid var(--border-color);background:var(--surface-color);cursor:pointer;text-align:left;font-family:inherit;transition:border-color .15s,background .15s}.create-sheet__option--itinerary .create-sheet__option-icon{background:#1a535c1f;color:#1a535c}.create-sheet__option--itinerary:hover{border-color:#1a535c;background:#1a535c0a}.create-sheet__option--experience .create-sheet__option-icon{background:#e8743b1f;color:#e8743b}.create-sheet__option--experience:hover{border-color:#e8743b;background:#e8743b0a}.create-sheet__option-icon{width:48px;height:48px;min-width:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.create-sheet__option-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.create-sheet__option-text strong{font-size:1rem;font-weight:700;color:var(--text-color)}.create-sheet__option-text span{font-size:.8rem;color:var(--text-secondary-color);line-height:1.35}.create-sheet__option-arrow{color:var(--border-color);font-size:1.1rem;flex-shrink:0}.create-sheet__cancel{width:100%;padding:.75rem;background:none;border:none;font-size:.9rem;color:var(--text-secondary-color);cursor:pointer;font-family:inherit;font-weight:500;transition:color .1s}.create-sheet__cancel:hover{color:var(--text-color)}@keyframes cs-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bottom-nav{display:flex;align-items:center;position:fixed;bottom:0;left:0;right:0;height:60px;background-color:var(--white-color);border-top:1px solid var(--border-color);z-index:100;padding-bottom:env(safe-area-inset-bottom)}@media(min-width:480px){.bottom-nav{display:none}}.bottom-nav__item{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;color:#aaa;font-size:.62rem;font-weight:500;font-family:inherit;transition:color .2s;height:100%;background:none;border:none;cursor:pointer;padding:0}.bottom-nav__item span{width:auto;line-height:1}.bottom-nav__item.active{color:var(--primary-color)}.bottom-nav__item--create,.bottom-nav__item--create.active{color:transparent}.bottom-nav__create-btn{width:46px;height:46px;min-width:46px;background-color:var(--primary-color);color:var(--white-color);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #0077b666;transition:transform .15s ease}.bottom-nav__create-btn:active{transform:scale(.93)}.bottom-nav__icon{font-size:1.35rem;flex-shrink:0;width:auto}.navbar__bottom{margin-top:auto;width:100%;display:flex;flex-direction:column;padding-bottom:.75rem}.nav-footer{width:100%;margin-top:1rem;display:flex;align-items:center;gap:.5rem;padding:.75rem;border-top:1px solid var(--border-color)}.nav-footer__user{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex:1;min-width:0;border-radius:8px;padding:.25rem;transition:background-color .2s}.nav-footer__user:hover{background-color:#0077b612}.nav-footer__avatar{width:32px;height:32px;min-width:32px;border-radius:50%;object-fit:cover}.nav-footer__username{font-size:.875rem;font-weight:600;color:var(--text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:auto}.nav-footer__logout{display:flex;align-items:center;justify-content:center;padding:.4rem;border-radius:6px;color:var(--text-secondary-color);font-size:1.1rem;transition:color .2s,background-color .2s;width:auto;flex-shrink:0}.nav-footer__logout:hover{color:var(--error-color);background-color:#e6394614}.nav-auth{display:flex;flex-direction:column;align-items:center;gap:.6rem;width:100%;padding:.75rem;border-top:1px solid var(--border-color)}.nav-auth__register{width:100%}.nav-auth__login{font-size:.8rem;color:var(--text-secondary-color);text-decoration:none;width:auto}.nav-auth__login span{color:var(--primary-color);font-weight:600}.nav-auth__login:hover span{text-decoration:underline}:root.sidebar-collapsed .nav-auth{display:none}.loading-placeholder{gap:1.5rem;line-height:1.5;filter:blur(5px)}.loading-placeholder p{display:flex;flex-direction:row;gap:1rem}.spinner__container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:200px;gap:1rem;color:var(--text-color)}.spinner{width:48px;height:48px;border:4px solid rgba(0,0,0,.1);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}.spinner__text{font-size:1rem;font-weight:500;color:var(--text-secondary-color);letter-spacing:.5px}@keyframes spin{to{transform:rotate(360deg)}}.hero{position:relative;width:100%;height:var(--container-whitout-navbar);background-image:url(/images/hero.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:1rem;min-height:fit-content;opacity:0}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#0009)}.hero__content{position:relative;color:var(--white-color);text-align:center;max-width:800px;z-index:1;padding:0 1.5rem}.hero__content__title{font-size:2rem;font-weight:800;margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em}@media(min-width:480px){.hero__content__title{font-size:3rem}}.hero__content__description{font-size:1rem;line-height:1.7;margin-bottom:2rem;opacity:.92}@media(min-width:480px){.hero__content__description{font-size:1.15rem}}.hero__content__buttons{display:flex;justify-content:center;align-items:center;width:100%}.loaded{opacity:1;transition:opacity .5s ease-in-out}@media(min-width:480px){.hero{height:50vh}}.itineraries-section{display:flex;flex-direction:column;gap:1rem}.itineraries-section__title{font-size:1rem;font-weight:700;color:var(--text-color);letter-spacing:-.01em}.itineraries-section__footer{display:flex;justify-content:center;padding-top:.5rem}.itineraries-section__empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 1.5rem;gap:.5rem}.itineraries-section__empty-icon{width:64px;height:64px;border-radius:50%;background:#0077b614;border:1px solid rgba(0,119,182,.14);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;color:var(--primary-color)}.itineraries-section__empty-icon svg{font-size:1.75rem;width:auto}.itineraries-section__empty-title{font-size:1rem;font-weight:700;color:var(--text-color)}.itineraries-section__empty-sub{font-size:.875rem;color:var(--text-secondary-color);max-width:280px;line-height:1.5}.itineraries-section__empty-cta{margin-top:.75rem;font-size:.875rem}.itineraries-section__grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr))}.itinerary-card{display:flex;flex-direction:column;background-color:var(--white-color);border-radius:16px;overflow:hidden;box-shadow:0 8px 20px #0000000d;opacity:0;transform:translateY(20px);transition:opacity .45s ease,transform .45s ease,box-shadow .3s ease}.itinerary-card--visible{opacity:1;transform:translateY(0)}.itinerary-card--visible:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-4px)}.itinerary-card:nth-child(2){transition-delay:80ms}.itinerary-card:nth-child(3){transition-delay:.16s}.itinerary-card:nth-child(4){transition-delay:80ms}.itinerary-card:nth-child(5){transition-delay:.16s}.itinerary-card:nth-child(6){transition-delay:.24s}.itinerary-card__link{text-decoration:none;color:inherit;flex:1}.itinerary-card__image-wrapper{position:relative;width:100%;height:200px;overflow:hidden}.itinerary-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.itinerary-card:hover .itinerary-card__image{transform:scale(1.05)}.itinerary-card__category{position:absolute;top:.6rem;right:.6rem;z-index:1;width:fit-content;font-size:.7rem;font-weight:700;color:#fff;background-color:#00000073;padding:.2rem .5rem;border-radius:999px;text-transform:capitalize;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.itinerary-card__visibility{position:absolute;top:.6rem;left:.6rem;z-index:1;width:fit-content;font-size:.7rem;font-weight:700;color:#fff;background-color:#00000073;padding:.2rem .5rem;border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.itinerary-card__author{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;gap:.5rem;padding:1.5rem .75rem .6rem;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.itinerary-card__avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1.5px solid rgba(255,255,255,.7);flex-shrink:0}.itinerary-card__username{font-size:.8rem;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.itinerary-card__info{padding:.75rem 1rem 1rem;display:flex;flex-direction:column;gap:.3rem}.itinerary-card__title{font-size:1rem;font-weight:700;color:var(--text-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.itinerary-card__location{font-size:.85rem;color:var(--text-secondary-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.itinerary-card__days{font-size:.75rem;color:var(--text-secondary-color)}.itinerary-card__actions{display:flex;justify-content:space-between;padding:.5rem 1rem 1rem}.btn__itinerary-card{display:flex;align-items:center;justify-content:center;gap:.4rem;background:none;border:none;font-size:.85rem;font-family:inherit;color:var(--text-color);cursor:pointer;transition:color .3s ease;text-decoration:none}.btn__itinerary-card svg{display:flex;align-items:flex-start;text-decoration:none;font-size:.95rem}.btn__itinerary-card span{width:fit-content;display:flex;align-items:flex-start;text-decoration:none;font-size:.85rem;line-height:1}.btn__itinerary-card:hover{color:var(--primary-color)}.btn__itinerary-card.like-btn:hover{color:#e63946}.btn__itinerary-card .icon{width:fit-content;font-size:1rem;display:flex;align-items:flex-end;justify-content:right}.btn__itinerary-card.active{color:#e63946}@media(min-width:1024px){.itineraries-section{padding-top:.5rem;padding-bottom:3rem}.itineraries-section__grid{grid-template-columns:repeat(3,1fr)}.itinerary-card__image-wrapper{height:220px}.itinerary-card__info{padding:1.25rem}.itinerary-card__title{font-size:1.1rem}}.official-badge{color:var(--primary-color);flex-shrink:0;width:auto;height:auto;vertical-align:middle;margin-left:.15rem}.itinerary-card--skeleton{opacity:1!important;transform:none!important;pointer-events:none}.itinerary-sk__title{height:18px;width:78%;border-radius:4px}.itinerary-sk__location{height:13px;width:52%;border-radius:4px}.itinerary-sk__days{height:12px;width:28%;border-radius:4px}.itinerary-sk__action{height:18px;width:44px;border-radius:4px}.user-section{padding:2rem 0}.user-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:1.5rem;margin:0 auto;max-width:100%}.user-card{border-radius:1rem;box-shadow:0 8px 20px #0000000d;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .3s ease;cursor:pointer}.user-card:hover{box-shadow:0 12px 24px #00000026}.user-card__banner{position:relative;height:90px;background-color:var(--border-color);flex-shrink:0}.user-card__banner-img{width:100%;height:100%;object-fit:cover}.user-card__image{position:absolute;bottom:-28px;left:50%;transform:translate(-50%);width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid white;box-shadow:0 2px 8px #00000026}.user-card__body{display:flex;flex-direction:column;align-items:flex-start;padding:2rem 1.25rem 1rem;gap:.2rem;flex:1;width:100%;box-sizing:border-box}.user-card__name{font-weight:700;font-size:.95rem;color:var(--text-color);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-card__location{font-size:.8rem;color:var(--text-secondary-color)}.user-card__last-trip{font-size:.78rem;color:var(--primary-color);font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.user-card__trips{font-size:.78rem;color:var(--text-secondary-color);margin-top:.1rem}.user-card__name-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}.user-card__follow-btn{flex-shrink:0;width:fit-content;font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:999px;border:1.5px solid var(--primary-color);color:var(--primary-color);background:transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap}.user-card__follow-btn:hover,.user-card__follow-btn.following{background:var(--primary-color);color:#fff}.user-card__follow-btn.following:hover{background:var(--primary-color-hover);border-color:var(--primary-color-hover)}.skeleton{background:var(--secondary-color);border-radius:4px;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.skeleton--avatar{width:40px;height:40px;border-radius:50%}@media(min-width:768px){.skeleton--avatar{width:64px;height:64px}}.skeleton--text{height:12px;margin:4px 0}.skeleton--text.short{width:30%}.skeleton--text.shorter{width:60%}.skeleton--text.username{width:100px}.skeleton--text.location{width:80px}.skeleton--text.trips{width:120px;height:16px}.skeleton--image{width:100%;height:180px}@media(min-width:1024px){.skeleton--image{height:220px}}.skeleton--button{width:100%;height:44px;border-radius:8px}.topbar-skeleton{display:flex;align-items:center;gap:.5rem;animation:pulse 1.5s infinite ease-in-out}.topbar-skeleton-avatar{width:40px;height:40px;border-radius:50%;background:var(--secondary-color)}.user-card--skeleton{pointer-events:none}.user-card--skeleton .user-card__banner{background:var(--secondary-color)}.skeleton--card-avatar{position:absolute;bottom:-28px;left:50%;transform:translate(-50%);width:56px;height:56px;border-radius:50%;border:3px solid var(--background-color)}.skeleton--follow-badge{width:60px;height:22px;border-radius:999px;flex-shrink:0}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.world-map{width:100%;border-radius:1.25rem;overflow:hidden;box-shadow:0 2px 16px #0000001a}.world-map__container{width:100%;height:420px}.world-map__container .leaflet-container{width:100%;height:100%;font-family:inherit}.world-map__pin{width:36px;height:36px;background:var(--primary-color);color:#fff;border:2.5px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;font-family:inherit;box-shadow:0 2px 8px #00000040;cursor:pointer;transition:transform .15s ease}.world-map__pin:hover{transform:scale(1.2)}.leaflet-control-zoom{border:none!important;box-shadow:0 2px 8px #0000001f!important;border-radius:8px!important;overflow:hidden}.leaflet-tooltip{display:flex;flex-direction:column;gap:2px;width:fit-content!important;border-radius:8px!important;border:none!important;box-shadow:0 3px 12px #00000026!important;padding:.4rem .65rem!important;pointer-events:none;white-space:nowrap}.leaflet-tooltip strong,.leaflet-tooltip span{width:auto!important}.leaflet-tooltip strong{font-size:.85rem;color:var(--text-color)}.leaflet-tooltip span{font-size:.75rem;color:var(--text-secondary-color)}.loading-dots:after{content:"";display:inline-block;animation:dots 1s steps(3,end) infinite;width:1em;text-align:left}@keyframes dots{0%{content:""}33%{content:"."}66%{content:".."}to{content:"..."}}.home{display:flex;flex-direction:column;gap:2rem;align-items:stretch}.home__container{display:flex;flex-direction:column;gap:4rem;align-items:stretch}.home__stats{display:flex;justify-content:center;width:100%;padding:1.5rem 0;background-color:var(--surface-color);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.home__stats-inner{display:flex;justify-content:flex-start;gap:2rem;max-width:1200px;width:100%;padding:0 2rem;margin:0 auto}@media(min-width:480px){.home__stats-inner{gap:4rem}}.home__stats-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.home__stats-number{font-size:1.5rem;font-weight:800;color:var(--primary-color)}@media(min-width:480px){.home__stats-number{font-size:1.75rem}}.home__stats-label{font-size:.8rem;color:var(--text-secondary-color);text-transform:uppercase;letter-spacing:.05em}.home__users,.home__destinations{width:100%}.home__section-header{margin-bottom:1.5rem;width:100%;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:center;column-gap:1rem}.home__section-header h2{font-size:1.3rem;font-weight:700;color:var(--text-color);grid-column:1;grid-row:1;padding-left:.75rem;border-left:4px solid var(--primary-color)}@media(min-width:480px){.home__section-header h2{font-size:1.6rem}}.home__section-header .home__see-all{grid-column:2;grid-row:1}.home__section-header p{margin-top:.3rem;color:var(--text-secondary-color);font-size:.95rem;grid-column:1/-1;grid-row:2}.home__see-all{font-size:.85rem;font-weight:600;color:var(--primary-color);text-decoration:none;white-space:nowrap}.home__see-all:hover{text-decoration:underline}.home__cta{display:flex;flex-direction:column;text-align:center;padding:4rem 2rem;border-top:1px solid rgba(255,255,255,.1);align-items:center;background:linear-gradient(135deg,#1a535c,#0c3540);border-radius:16px;width:100%;color:#fff}.home__cta h2{font-size:1.5rem;font-weight:800;color:#fff}@media(min-width:480px){.home__cta h2{font-size:2rem}}.home__cta p{margin-top:.5rem;opacity:.9;max-width:480px}.home__cta .home__cta-btn{margin-top:1.75rem;background-color:#fff;color:var(--primary-color);font-weight:700;max-width:280px}.home__cta .home__cta-btn:hover{background-color:#ffffffe6}.home__destinations{width:100%}.home__destinations .destinations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}@media(min-width:768px){.home__destinations .destinations-grid{grid-template-columns:repeat(4,1fr)}}.home__destinations .destination-card{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #0000001a;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;display:block}.home__destinations .destination-card img{width:100%;height:160px;object-fit:cover;transition:transform .4s ease;display:block}@media(min-width:480px){.home__destinations .destination-card img{height:240px}}.home__destinations .destination-card span{position:absolute;bottom:0;left:0;padding:1.5rem .75rem .75rem;background:linear-gradient(to top,rgba(0,0,0,.65),transparent);color:#fff;font-weight:600;font-size:.95rem;width:100%}.home__destinations .destination-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000002e}.home__destinations .destination-card:hover img{transform:scale(1.06)}.home__tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid var(--border-color);padding-bottom:0}.home__tab{background:none;border:none;font-size:.9rem;font-weight:600;color:var(--text-secondary-color);padding:.6rem 1rem;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;font-family:inherit;width:fit-content}.home__tab--active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.home__tab:hover:not(.home__tab--active){color:var(--text-color)}.home__feed-empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;text-align:center;color:var(--text-secondary-color);font-size:.95rem}.home__feed-empty-ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.go2358747891{width:fit-content}
