@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}.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}.side-content--hidden{display:none}:root.sidebar-collapsed .side-content{width:64px;min-width:64px}.main-content{padding-top:0;padding-bottom:0}}.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{color:#94a3b8;text-decoration:none;font-size:.825rem;transition:color .15s;width:fit-content}.footer__nav-group a:hover{color:#fff}.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%}.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}.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-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}.input{display:flex;flex-direction:column;margin-bottom:.5rem}.input__label{font-weight:500;margin-bottom:.5rem;color:var(--text-color);font-size:1rem}.input__required{color:var(--danger-color, #e53e3e);margin-left:2px}.input__field{padding:.75em 1em;border:1px solid var(--border-color);border-radius:10px;font-size:1rem;font-family:inherit;background-color:var(--white-color);color:var(--text-color);transition:all .25s}.input__field:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #0077b633}.input__field--invalid{border-color:red}.input__footer{display:flex;justify-content:space-between;align-items:flex-start;margin-top:.3rem;gap:.5rem}.input__error{font-size:.85rem;color:red;flex:1;transition:opacity .3s ease}.input__counter{font-size:.75rem;color:var(--text-secondary-color);white-space:nowrap;width:fit-content;flex-shrink:0}.input__counter--near-limit{color:#e69500}.input__counter--at-limit{color:var(--error-color, red)}.input__right-wrapper{position:relative;width:100%}.input__right-wrapper .input__field{width:100%}.input__right-wrapper .input__right{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);display:inline-flex;align-items:center;pointer-events:none;width:max-content}.input__field--with-right{padding-right:6rem}.input__prefix-wrapper{display:flex;align-items:stretch}.input__prefix{display:flex;align-items:center;padding:0 .75rem;background:var(--surface-color);border:1px solid var(--border-color);border-right:none;border-radius:10px 0 0 10px;font-size:1rem;color:var(--text-secondary-color);white-space:nowrap;width:fit-content;flex-shrink:0}.input__field--with-prefix{border-radius:0 10px 10px 0}.input textarea.input__field{resize:vertical;min-height:100px}.input select.input__field{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23666' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1em center;background-size:.6em;padding-right:2.5em;cursor:pointer}.autocomplete-input{display:flex;flex-direction:column;position:relative}.autocomplete-input .autocomplete-dropdown{position:absolute;top:calc(100% + .3rem);left:0;width:100%;background:var(--white-color);border:1px solid #ccc;border-radius:10px;box-shadow:0 4px 12px #0000001a;max-height:200px;overflow-y:auto;z-index:10;padding:.25rem 0}.autocomplete-input .autocomplete-dropdown li{padding:.75em 1em;cursor:pointer;transition:background-color .2s}.autocomplete-input .autocomplete-dropdown li:hover{background-color:var(--secondary-color)}.no-results{padding:.5rem;color:#999;font-style:italic}.input-password__wrapper{position:relative;display:flex;align-items:center}.input-password__toggle{width:fit-content;position:absolute;right:.75rem;background:none;border:none;cursor:pointer;color:var(--text-secondary-color);display:flex;align-items:center;justify-content:center}.input-password__toggle:hover{color:var(--primary-color)}.auth{position:relative;display:flex;align-items:flex-end;min-height:calc(100vh - 60px);overflow:hidden;background-color:#001a33}@media(min-width:480px){.auth{align-items:stretch;height:100%;min-height:var(--container-whitout-navbar)}}.auth__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/auth.webp);background-size:cover;background-position:center;filter:brightness(.55);opacity:0;transition:opacity .6s ease-in-out}.auth__bg.loaded{opacity:1}@media(min-width:900px){.auth__bg{display:none}}.auth__visual{display:none}@media(min-width:900px){.auth__visual{display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:3rem;background-image:url(/images/auth.webp);background-size:cover;background-position:center;position:relative;opacity:0;transition:opacity .6s ease-in-out}.auth__visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#00285ad1,#0064a08c)}.auth__visual>*{position:relative;z-index:1}.auth__visual--loaded{opacity:1}}.auth__brand{display:inline-flex;align-items:center;text-decoration:none;width:fit-content}.auth__brand img{display:block;width:auto}.auth__form-logo{display:inline-flex;align-items:center;text-decoration:none;width:fit-content;margin-bottom:1.5rem}.auth__form-logo img{display:block;width:auto}.auth__consent{display:flex;flex-direction:column;gap:.6rem;margin-top:.75rem;margin-bottom:.25rem}.auth__consent-label{display:flex;align-items:flex-start;gap:.5rem;font-size:.8rem;color:var(--text-secondary-color);cursor:pointer;line-height:1.5;width:auto;transition:color .15s}.auth__consent-label input[type=checkbox]{width:15px;min-width:15px;height:15px;margin-top:2px;cursor:pointer;accent-color:var(--primary-color)}.auth__consent-label a{color:var(--primary-color);text-decoration:none;font-weight:500;width:auto}.auth__consent-label a:hover{text-decoration:underline}.auth__consent-label strong{color:var(--text-color)}.auth__consent-label--error,.auth__consent-label--error strong{color:var(--error-color, #e63946)}.auth__consent-label--error input[type=checkbox]{outline:2px solid var(--error-color, #e63946);outline-offset:1px;border-radius:2px;accent-color:var(--error-color, #e63946)}.auth__required{color:var(--error-color, #e63946);font-weight:700}.auth__consent-error{font-size:.75rem;color:var(--error-color);margin:0;padding-left:1.3rem;width:auto}.auth__tagline h2{font-size:2.5rem;font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1.15;margin-bottom:1rem}.auth__tagline p{font-size:1rem;color:#ffffffc7;line-height:1.65;max-width:340px}.auth__panel{display:flex;align-items:flex-end;justify-content:center;width:100%;position:relative;z-index:1}@media(min-width:480px){.auth__panel{align-items:center;padding:2rem}}@media(min-width:900px){.auth__panel{flex:0 0 480px;background-color:var(--white-color);padding:0 3rem;box-shadow:-2px 0 40px #0000001f}}.auth__form{background-color:var(--white-color);padding:1.75rem 1.5rem 1.5rem;border-radius:28px 28px 0 0;max-width:100%;width:100%;box-shadow:0 -6px 32px #0000002e;display:flex;flex-direction:column;gap:.125rem;max-height:74vh;overflow-y:auto}@media(min-width:480px){.auth__form{border-radius:20px;max-width:400px;padding:2rem 1.75rem;box-shadow:0 24px 64px #00000047;background-color:#fffffff7;gap:.25rem;max-height:none;overflow-y:visible}}@media(min-width:900px){.auth__form{background:transparent;box-shadow:none;border-radius:0;padding:0;max-width:380px;gap:.25rem}}.auth__form-logo{display:flex;align-items:center;gap:.4rem;font-size:1rem;font-weight:800;color:var(--primary-color);text-decoration:none;letter-spacing:-.02em}.auth__form-logo svg{font-size:1.2rem;width:auto;flex-shrink:0}@media(min-width:900px){.auth__form-logo{display:none}}@media(min-width:900px){.auth__form-header{text-align:left}}.auth__form-title{font-size:1.5rem;font-weight:800;color:var(--text-color);letter-spacing:-.02em}@media(min-width:900px){.auth__form-title{font-size:2rem}}.auth__form-subtitle{margin-top:.35rem;font-size:.875rem;color:var(--text-secondary-color);width:auto}.auth__form .input{margin-bottom:0}.auth__form .input__label{font-size:.8rem;margin-bottom:.25rem}.auth__form .input__field{padding:.55em .875em;font-size:.9rem;background-color:#f7f9fc;border-color:#dde3ec}.auth__form .input__field:focus{background-color:var(--white-color)}.auth__form .input__error{font-size:0;line-height:0;margin-top:0;min-height:0;overflow:hidden}.auth__form .input:has(.input__field--invalid) .input__error{font-size:.72rem;line-height:1.3;margin-top:.2rem}.auth__form-error{color:var(--error-color);font-size:.875rem;text-align:center;min-height:0}.auth__form-link{display:flex;align-items:center;flex-direction:column;gap:.875rem;text-align:center;padding-top:1rem;border-top:1px solid var(--border-color)}.auth__form-link a{font-size:.875rem;color:var(--text-secondary-color);text-decoration:none}.auth__form-link a strong{color:var(--primary-color);font-weight:600;width:auto}.auth__form-link a:hover strong{text-decoration:underline}.auth__form-browse{font-size:.8rem;color:var(--text-secondary-color);text-decoration:none;opacity:.7;padding-top:.25rem;border-top:1px solid var(--border-color);width:100%;text-align:center}.auth__form-browse:hover{opacity:1;color:var(--primary-color)}.auth__form-guest{background:none;border:1px dashed #cdd5e0;color:var(--text-secondary-color);border-radius:8px;padding:.5rem 1.25rem;cursor:pointer;font-size:.85rem;font-family:inherit;width:100%;transition:border-color .2s,color .2s}.auth__form-guest:hover{border-color:var(--primary-color);color:var(--primary-color)}.auth__username-status{font-size:.68rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;line-height:1.4;white-space:nowrap;width:fit-content}.auth__username-status--checking{color:var(--text-secondary-color);background-color:#f1f5f9}.auth__username-status--available{color:#16a34a;background-color:#f0fdf4}.auth__username-status--taken{color:var(--error-color);background-color:#fef2f2}.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:"..."}}.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__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}.explore__hero{background:linear-gradient(160deg,#e8743b,#c45a22);padding:3.5rem 2rem;text-align:center;color:#fff;position:relative;overflow:hidden}.explore__hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 75% 40%,rgba(255,255,255,.1) 0%,transparent 60%);pointer-events:none}.explore__content{display:flex;flex-direction:column;gap:2rem;padding-top:2rem}.explore__hero-title{font-size:2.25rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.02em;position:relative}.explore__hero-subtitle{font-size:1rem;opacity:.82;max-width:460px;margin:0 auto;line-height:1.5;position:relative}.explore__filters-sticky{z-index:10}.explore__results{display:flex;flex-direction:column;gap:2rem}.explore__results-header{display:flex;flex-direction:column;gap:.5rem}.explore__results-header-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.explore__results-title-row{display:flex;align-items:baseline;gap:.6rem}.explore__results-title{width:auto;font-size:1.1rem;font-weight:700;color:var(--text-color)}.explore__results-count{font-size:.8rem;color:var(--text-secondary-color);font-weight:400;width:auto}.explore__sort{display:flex;gap:.4rem;flex-wrap:wrap}.explore__sort-chip{width:auto;display:inline-flex;align-items:center;padding:.3rem .8rem;border:1.5px solid var(--border-color, #e8ecf0);border-radius:999px;background:var(--white-color, #fff);font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;color:var(--text-secondary-color);white-space:nowrap;font-family:inherit}.explore__sort-chip:hover{border-color:var(--primary-color);color:var(--primary-color)}.explore__sort-chip--active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.explore__sort-chip--active:hover{background:#005f92;border-color:#005f92;color:#fff}.explore__active-filters{display:flex;gap:.4rem;flex-wrap:wrap;align-items:center}.explore__clear-all{width:auto;background:none;border:none;font-size:.78rem;font-weight:600;color:var(--text-secondary-color);cursor:pointer;font-family:inherit;padding:.2rem .4rem;border-radius:4px;transition:color .15s ease;text-decoration:underline;text-underline-offset:2px}.explore__clear-all:hover{color:var(--error-color)}.explore__filter-tag{font-size:.78rem;padding:.2rem .65rem;background:#0077b61a;color:var(--primary-color);border-radius:999px;font-weight:600;text-transform:capitalize;width:fit-content}.explore__filter-tag--category{background:#023e8a14;color:#c45a22}.explore__results-ctas{display:flex;justify-content:center;align-items:center}.explore__guest-banner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:2rem 1.75rem;background:linear-gradient(160deg,#f0f7ff,#e8f2ff,#f5f0ff);border:1px solid rgba(0,119,255,.12);border-radius:14px}.explore__guest-banner-text{display:flex;flex-direction:column;gap:.25rem;margin:0}.explore__guest-banner-text strong{font-size:1rem;font-weight:700;color:var(--text-color)}.explore__guest-banner-text span{font-size:.875rem;color:var(--text-secondary-color)}.explore__guest-banner-actions{display:flex;justify-content:center;gap:.6rem}.explore__error{background-color:#fff3f3;border:1px solid #ffc9c9;padding:1.5rem;border-radius:12px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.explore__no-results{display:flex;flex-direction:column;align-items:center;padding:4rem 2rem;gap:.4rem;text-align:center}.explore__no-results-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;color:var(--primary-color);font-size:1.75rem;margin-bottom:.75rem}.explore__no-results-icon svg{font-size:1.75rem;width:auto}.explore__no-results-title{font-size:1rem;font-weight:700;color:var(--text-color)}.explore__no-results-sub{font-size:.875rem;color:var(--text-secondary-color);line-height:1.5}@media(min-width:768px){.explore__hero-title{font-size:3rem}.explore__hero-subtitle{font-size:1.1rem}.explore__hero{padding:4.5rem 3rem}.explore__filters-sticky{position:sticky;top:1rem}}.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}}.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)}.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)}.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}.modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;padding:1.25rem;animation:backdropIn .15s ease}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--white-color);border-radius:16px;width:100%;max-width:420px;box-shadow:0 20px 60px #0003,0 4px 16px #0000001a;display:flex;flex-direction:column;gap:0;animation:modalIn .18s cubic-bezier(.34,1.56,.64,1);overflow:hidden}@keyframes modalIn{0%{opacity:0;transform:scale(.92) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal--danger .modal__header{border-bottom-color:color-mix(in srgb,var(--error-color) 15%,transparent)}.modal--danger .modal__title{color:var(--error-color)}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid var(--border-color);gap:.75rem}.modal__title{font-size:1.05rem;font-weight:700;color:var(--text-color);margin:0;flex:1;width:auto}.modal__close{background:none;border:none;cursor:pointer;color:var(--text-secondary-color);font-size:.85rem;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,color .15s}.modal__close:hover{background:var(--surface-color);color:var(--text-color)}.modal__description{font-size:.9rem;color:var(--text-secondary-color);line-height:1.6;margin:0;padding:1rem 1.5rem}.modal__actions{display:flex;justify-content:flex-end;gap:.6rem;padding:1rem 1.5rem 1.25rem;border-top:1px solid var(--border-color);margin-top:auto}.modal__btn-cancel{min-width:80px}.modal__btn-confirm{min-width:100px}.modal__input-wrap{padding:0 1.5rem .5rem}.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}.comments{margin-top:2rem}.comments__title{font-size:1.15rem;font-weight:700;color:var(--text-color);margin:0 0 1rem}.comments__list{margin-bottom:1rem}.comments__empty{color:var(--text-secondary-color);font-size:.9rem;margin:0 0 1rem}.comments .comment{display:flex;flex-direction:row;background:#f9f9f9;padding:1rem;border-radius:8px;margin-bottom:.75rem;gap:1rem}.comments .comment__avatar{width:36px;height:36px;background-color:var(--primary-color);color:#fff;font-weight:700;font-size:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.comments .comment__body{flex:1}.comments .comment__timestamp{margin-top:.5rem;font-size:.85rem;color:var(--text-secondary-color)}.comments .comment__delete{background:none;color:var(--error-color);border:none;font-size:.85rem;cursor:pointer;margin-top:.25rem;padding:0;width:fit-content;transition:all .3s ease}.comments .comment__delete:hover{color:var(--error-color-dark);text-decoration:underline}.comments__form{margin-top:1rem;display:flex;align-items:flex-start;gap:.75rem}.comments__form-avatar{width:36px;height:36px;border-radius:50%;flex-shrink:0;overflow:hidden;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center}.comments__form-avatar img{width:100%;height:100%;object-fit:cover}.comments__form-avatar span{color:#fff;font-weight:700;font-size:.85rem}.comments__form-input{flex:1;display:flex;flex-direction:column;gap:.5rem;border-bottom:1.5px solid var(--border-color, #e8ecf0);transition:border-color .2s ease}.comments__form-input:focus-within{border-color:var(--primary-color)}.comments__form-input textarea{width:100%;padding:.4rem 0;border:none;outline:none;font-size:.9rem;font-family:inherit;background:transparent;resize:none;overflow:hidden;min-height:36px;line-height:1.5;color:var(--text-color)}.comments__form-input textarea::placeholder{color:var(--text-secondary-color)}.comments__form-actions{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;padding-bottom:.5rem}.comments__login-message{background:#0077b60f;color:var(--text-secondary-color);padding:1rem 1.25rem;border:1px solid rgba(0,119,182,.15);border-radius:10px;font-size:.9rem;margin-top:1rem}.comments__login-message a{color:var(--primary-color);font-weight:600;text-decoration:underline;text-underline-offset:2px}.comments__login-message a:hover{text-decoration:none}@media(min-width:600px){.comment__body{display:flex;flex-direction:column}}.map{width:100%;border-radius:1rem;overflow:hidden;box-shadow:0 2px 12px #0000001a;background-color:var(--white-color);position:relative}.map__container{height:360px;width:100%;border-radius:inherit}.map__container .leaflet-container{width:100%;height:100%;font-family:inherit;border-radius:inherit}.map__marker{background:var(--primary-color);border:2px solid white;border-radius:50%;box-shadow:0 2px 6px #0000004d;display:flex!important;align-items:center;justify-content:center}.map__marker span{color:#fff;font-size:.72rem;font-weight:700;font-family:inherit;line-height:1}.map__marker--location{background:transparent;border:none;box-shadow:none}.map__marker--location span{font-size:1.3rem}.map__error{padding:1.5rem;text-align:center;color:var(--text-secondary-color);font-style:italic}.map__reset-btn{position:absolute;bottom:1.5rem;right:.6rem;z-index:1000;width:32px;height:32px;background:#fff;border:none;border-radius:6px;box-shadow:0 2px 6px #0003;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-color);font-size:1.15rem;transition:background .15s ease}.map__reset-btn:hover{background:#f0f0f0}.leaflet-control-zoom{border:none!important;box-shadow:0 2px 8px #00000026!important;border-radius:8px!important;overflow:hidden}.leaflet-control-zoom-in,.leaflet-control-zoom-out{background:#fff!important;color:var(--text-color)!important;font-size:1.1rem!important;line-height:28px!important}.leaflet-touch .leaflet-bar{width:fit-content}.leaflet-popup-content-wrapper{width:fit-content!important;min-width:0!important;border-radius:8px!important;box-shadow:0 3px 10px #00000026!important;font-size:.8rem}.leaflet-popup-content{width:fit-content!important;white-space:nowrap;margin:.35rem .6rem!important}.leaflet-popup-content strong,.leaflet-popup-content span,.leaflet-popup-content p,.leaflet-popup-content div{width:auto!important}.leaflet-popup-tip{box-shadow:none!important}.itinerary{position:relative;z-index:0}.itinerary__hero{position:relative;z-index:2;width:100%;height:55vh;min-height:320px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:flex-end}.itinerary__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000026,#00000059,#000000b8)}.itinerary__hero-content{position:relative;z-index:1;padding:1.5rem 2rem 2rem;color:#fff;display:flex;flex-direction:column;gap:.6rem}.itinerary__hero-title{font-size:2rem;font-weight:800;line-height:1.2;letter-spacing:-.02em;margin:0;text-shadow:0 1px 6px rgba(0,0,0,.4)}.itinerary__hero-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:.25rem;padding-top:.6rem;border-top:1px solid rgba(255,255,255,.2)}.itinerary__hero-author{display:flex;align-items:center;gap:.45rem;color:#fff;text-decoration:none;font-size:.875rem;font-weight:600;transition:opacity .2s}.itinerary__hero-author:hover{opacity:.8}.itinerary__hero-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1.5px solid rgba(255,255,255,.6);background-color:var(--text-secondary-color)}.itinerary__hero-avatar--fallback{background-color:var(--primary-color);color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.itinerary__hero-date{display:flex;align-items:center;gap:.25rem;font-size:.8rem;opacity:.8;margin-left:auto}.itinerary__hero-date svg{width:.85rem;height:.85rem;flex-shrink:0}.itinerary__hero-back{position:absolute;top:1rem;left:1rem;z-index:5}.itinerary__hero-actions{position:absolute;top:1rem;right:1rem;display:flex;gap:.75rem;z-index:5;width:fit-content}.itinerary__badge{display:inline-block;background-color:#ffffff2e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:.75rem;padding:.2rem .65rem;border-radius:999px;border:1px solid rgba(255,255,255,.3);font-weight:700;text-transform:uppercase;letter-spacing:.06em;width:fit-content}.itinerary__body{display:flex;flex-direction:column;gap:2rem;margin-top:2.5rem}.itinerary__main{display:flex;flex-direction:column;gap:2rem;min-width:0}.itinerary__sidebar{flex-shrink:0}.itinerary__sidebar-sticky{display:flex;flex-direction:column;gap:1rem}.itinerary__section{display:flex;flex-direction:column;gap:.75rem}.itinerary__section-title{font-size:1.15rem;font-weight:700;color:var(--text-color);margin:0}.itinerary__description{color:var(--text-secondary-color);line-height:1.7;margin:0}.itinerary__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.itinerary__stats--separated{padding-top:1.5rem;border-top:1px solid var(--border-color, #e8ecf0)}.itinerary__stat{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;background:var(--white-color, #fff);border:1px solid var(--border-color, #e8ecf0);border-radius:12px;padding:1rem 1.25rem}.itinerary__stat-icon{width:36px;height:36px;border-radius:50%;background:#0077b614;color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:.15rem}.itinerary__stat-label{font-size:.75rem;color:var(--text-secondary-color);font-weight:500}.itinerary__stat-value{font-size:.95rem;font-weight:700;color:var(--text-color)}.itinerary__stat-subvalue{font-size:.8rem;font-weight:500;color:var(--text-secondary-color)}.itinerary__places{display:flex;flex-direction:column;gap:1rem}.itinerary__places-list,.itinerary__day-group{display:flex;flex-direction:column;gap:.75rem}.itinerary__day-group+.itinerary__day-group{margin-top:.75rem}.itinerary__day-header{display:flex;align-items:center;gap:.75rem}.itinerary__day-header:after{content:"";flex:1;height:1px;background:var(--border-color)}.itinerary__day-label{font-size:.78rem;font-weight:800;color:var(--primary-color);text-transform:uppercase;letter-spacing:.07em;white-space:nowrap}.itinerary__comments{margin-top:1rem;padding-top:2rem;border-top:1px solid var(--border-color, #e8ecf0)}.place{display:flex;flex-direction:column;gap:.5rem;background:var(--white-color, #fff);border:1px solid var(--border-color, #e8ecf0);border-left:3px solid var(--primary-color);border-radius:10px;padding:1rem 1.25rem;transition:background .15s ease,border-left-color .15s ease;cursor:default}.place:hover{background:#0077b60a;border-left-color:#005f92}.place--compact{padding:.75rem 1.25rem}.place--selected{background:#0077b60f;border-left-color:#005f92}.place__header{display:flex;align-items:center;gap:.6rem}.place__number{width:24px;height:24px;border-radius:50%;background:var(--primary-color);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.place__icon{width:1.1rem;height:1.1rem;min-width:1.1rem;color:var(--primary-color);flex-shrink:0}.place__name{font-size:.95rem;font-weight:700;color:var(--text-color);margin:0}.place__description{font-size:.875rem;color:var(--text-secondary-color);line-height:1.6;margin:0;padding-left:2.1rem}.place__address{font-size:.8rem;color:var(--text-secondary-color);margin:0;padding-left:2.1rem}.action-icon-btn{background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;border-radius:50%;padding:0;cursor:pointer;color:var(--primary-color);width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease;text-decoration:none}.action-icon-btn svg{font-size:1.1rem}.action-icon-btn:hover{transform:scale(1.08);background:#fff}.action-icon-btn.danger{color:var(--error-color)}.action-icon-btn.saved{color:#e63946}@media(min-width:768px){.itinerary__hero{height:62vh}.itinerary__hero-title{font-size:2.6rem}.itinerary__hero-content{padding:2rem 2.5rem 2.5rem}.itinerary__body{flex-direction:row;align-items:flex-start;gap:2.5rem}.itinerary__main{flex:1 1 0}.itinerary__sidebar{width:340px}.itinerary__sidebar-sticky{position:sticky;top:1.5rem}.itinerary__stats{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.itinerary__sidebar{width:380px}}.error__component{padding:2rem;margin:2rem auto;max-width:500px;text-align:center;background-color:#fff0f0;color:var(--error-color);border:1px solid #ffcccc;border-radius:12px}.error__component h2{font-size:1.5rem;margin-bottom:.5rem}.error__component p{font-size:1rem;margin-bottom:1.5rem}.create-itinerary{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:640px}.ci-wizard__indicator{display:flex;align-items:center;gap:.5rem}.ci-wizard__dot{width:8px;height:8px;border-radius:50%;background:var(--border-color, #e2e8f0);transition:background .2s,transform .2s;flex-shrink:0}.ci-wizard__dot--active{background:var(--primary-color);transform:scale(1.35)}.ci-wizard__dot--done{background:#16a34a}.ci-wizard__step-label{font-size:.78rem;color:var(--text-secondary-color);margin-left:.25rem;width:auto}.ci-wizard__header{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,var(--primary-color),#1A535C);border-radius:14px;color:#fff}.ci-wizard__emoji{font-size:2.2rem;line-height:1;flex-shrink:0;width:auto}.ci-wizard__title{font-size:1.2rem;font-weight:800;color:#fff;margin:0 0 3px}.ci-wizard__hint{font-size:.82rem;color:#ffffffbf;margin:0}.ci-wizard__nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.5rem}.ci-wizard__next{margin-left:auto}.ci-wizard__back{width:fit-content}.form__container{display:flex;flex-direction:column;gap:1rem;width:100%}.form__subtitle{font-size:1.1rem;font-weight:500;color:var(--primary-color)}.form__row-group{display:flex;flex-direction:column;gap:.75rem;width:100%;align-items:stretch}.form__cta button,.form__cta a{max-width:240px}.form__container>div:not(.ci-wizard__nav){display:flex;flex-direction:column;gap:.75rem;justify-content:flex-start}.form__container>div:not(.form__cta):not(.ci-wizard__nav){background:var(--white-color, #fff);border:1px solid var(--border-color, #e2e8f0);border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000000a}.form__icon-group{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}.form__icon-group-button{display:flex;flex-direction:row;align-items:center;border:1px solid var(--primary-color);border-radius:8px;cursor:pointer;font-size:.875rem;color:var(--primary-color);justify-content:center;max-width:fit-content;padding:.35rem .75rem;background-color:var(--white-color);transition:all .3s ease;gap:.4rem}.form__icon-group-button svg{display:none}.form__icon-group-button.selected{background-color:var(--primary-color);color:var(--white-color)}.form__icon-group-button span{display:flex;align-items:flex-start}.form__icon-group-button:hover{background-color:var(--primary-color);color:var(--white-color)}.form__icon-group-button.only-icon{max-width:fit-content}.form__icon-group-button.only-icon svg{display:flex;align-items:flex-end;justify-content:right;font-size:1.5rem;text-align:right}.form__day-section{display:flex;flex-direction:column;gap:.75rem;border-left:3px solid var(--primary-color);padding-left:1rem}.form__day-header{display:flex;align-items:center;justify-content:space-between}.form__day-title{font-size:1rem;font-weight:600;color:var(--primary-color);display:flex;align-items:center;gap:.5rem}.form__day-count{font-size:.75rem;font-weight:400;color:var(--text-secondary-color);width:fit-content}.form__day-empty-warning{font-size:.8rem;color:var(--warning-color, #d97706);background:#d9770614;border:1px solid rgba(217,119,6,.25);border-radius:6px;padding:.4rem .75rem}.form__day-empty-hint{font-size:.8rem;color:var(--text-secondary-color);font-style:italic}.form__days-sync-hint{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;font-size:.85rem;color:var(--text-secondary-color);background:#0077b60f;border:1px solid rgba(0,119,182,.2);border-radius:8px;padding:.5rem .75rem;margin-bottom:.25rem}.form__days-sync-btn{font-size:.8rem;font-weight:600;padding:.15rem .7rem;border:1px solid var(--primary-color);border-radius:999px;background:none;color:var(--primary-color);cursor:pointer;transition:all .2s;width:fit-content}.form__days-sync-btn:hover{background:var(--primary-color);color:#fff}.image-upload-filename{font-size:.78rem;color:var(--text-secondary-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px;display:block}.form__field-note{font-size:.78rem;color:var(--text-secondary-color);font-style:italic;margin-top:.25rem}.form__subtitle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.form__subtitle{display:flex;align-items:center;gap:.4rem}.form__ai-btn{gap:.4rem}.form__ai-btn svg{font-size:1rem;margin-right:0}.form__section-check{color:#22c55e;font-size:.95rem;font-weight:700;line-height:1;display:inline-block;animation:checkPop .3s ease-out forwards}.form__places-summary{font-size:.75rem;font-weight:400;color:var(--text-secondary-color);margin-left:auto}.form__budget-per-person{font-size:.82rem;color:var(--text-secondary-color);margin-top:-.25rem}.form__day-confirm-remove{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.form__day-confirm-remove span{font-size:.8rem;color:var(--text-secondary-color)}.form__day-confirm-cancel{background:none;border:none;font-size:.85rem;color:var(--text-secondary-color);cursor:pointer;padding:.25rem .4rem;border-radius:4px}.form__day-confirm-cancel:hover{text-decoration:underline}.form__place-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;padding:1rem}.form__place-card-top{display:flex;gap:.75rem;align-items:flex-start}.form__place-card-body{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.form__place-card-body .form__icon-group--compact{margin:.25rem 0}.form__place-move-btns{display:flex;flex-direction:column;gap:.2rem;padding-top:1.6rem;flex-shrink:0;width:fit-content}.form__place-move-btn{width:fit-content;padding:.15rem .2rem;background:none;border:1px solid var(--border-color);border-radius:6px;cursor:pointer;color:var(--text-secondary-color);display:flex;align-items:center;justify-content:center;transition:all .2s}.form__place-move-btn svg{width:auto;height:auto;font-size:1rem}.form__place-move-btn:hover:not(:disabled){border-color:var(--primary-color);color:var(--primary-color)}.form__place-move-btn:disabled{opacity:.25;cursor:not-allowed}.form__place-delete-btn{width:fit-content;padding:.25rem;background:none;border:1px solid var(--border-color);border-radius:6px;cursor:pointer;color:var(--text-secondary-color);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .2s;margin-top:1.6rem}.form__place-delete-btn svg{width:auto;height:auto;font-size:1rem}.form__place-delete-btn:hover{border-color:var(--error-color, red);color:var(--error-color, red)}.form__add-description-btn{background:none;border:none;color:var(--primary-color);cursor:pointer;font-size:.85rem;padding:0;text-align:left;width:fit-content;font-family:inherit}.form__add-description-btn:hover{text-decoration:underline}.form__place-move-day{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;margin-top:.25rem}.form__place-move-day-label{font-size:.8rem;color:var(--text-secondary-color);width:fit-content}.form__place-move-day-btn{font-size:.75rem;font-weight:600;padding:.15rem .55rem;border:1px solid var(--primary-color);border-radius:999px;background:none;color:var(--primary-color);cursor:pointer;transition:all .2s;width:fit-content}.form__place-move-day-btn:hover{background:var(--primary-color);color:#fff}.form__trip-duration{display:inline-flex;align-items:center;font-size:.8rem;font-weight:600;color:var(--primary-color);background:#0077b614;border:1px solid rgba(0,119,182,.2);border-radius:999px;padding:.2rem .7rem;width:fit-content}.form__stepper{display:flex;align-items:stretch;border:1px solid var(--border-color);border-radius:10px;overflow:hidden;width:fit-content;flex-shrink:0}.form__stepper-btn{width:44px;height:46px;border:none;background:var(--surface-color);cursor:pointer;font-size:1.25rem;color:var(--primary-color);transition:background .2s;width:fit-content;padding:0 1rem}.form__stepper-btn:hover:not(:disabled){background:#0077b61a}.form__stepper-btn:disabled{opacity:.4;cursor:not-allowed}.form__stepper-value{width:auto;min-width:3rem;text-align:center;font-size:1rem;font-weight:600;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;padding:0 .5rem;color:var(--text-color);width:fit-content}.form__day-remove-btn{font-size:.78rem;padding:.2rem .6rem;border:1px solid var(--error-color, #e63946);border-radius:6px;background:none;color:var(--error-color, #e63946);cursor:pointer;width:fit-content;transition:all .2s;font-family:inherit}.form__day-remove-btn:hover{background:var(--error-color, #e63946);color:#fff}.form__visibility-toggle{display:flex;gap:1rem;margin:.5rem 0;flex-wrap:wrap}.form__visibility-option{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:1rem 1.25rem;border:1px solid var(--primary-color);border-radius:8px;background-color:var(--white-color);cursor:pointer;flex:1;min-width:140px;transition:all .3s ease;color:var(--primary-color);text-align:left}.form__visibility-option.selected{background-color:var(--primary-color);color:var(--white-color)}.form__visibility-option.selected .form__visibility-desc{color:#fffc}.form__visibility-option:hover:not(.selected){background-color:var(--primary-color-light, #f0f4ff)}.form__visibility-icon{font-size:1.25rem}.form__visibility-label{font-weight:600;font-size:.95rem}.form__visibility-desc{font-size:.78rem;color:var(--text-secondary-color, #666)}.image-upload-container{display:flex;flex-direction:column;gap:.75rem}.image-upload-preview{width:100%;max-width:320px;height:180px;object-fit:cover;border-radius:10px;border:1px solid var(--border-color, #e2e8f0)}.form__progress{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.5rem}.form__progress-bar{height:6px;background:var(--border-color, #e2e8f0);border-radius:999px;overflow:hidden}.form__progress-fill{height:100%;background:var(--primary-color);border-radius:999px;transition:width .4s ease}.form__progress-label{font-size:.75rem;color:var(--text-secondary-color)}.form__hero-subtitle{font-size:.95rem;color:var(--text-secondary-color);margin-top:-.5rem;margin-bottom:.25rem}@keyframes checkPop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.4);opacity:1}to{transform:scale(1);opacity:1}}.form__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;border:2px dashed var(--border-color, #e2e8f0);border-radius:12px;padding:2rem 1rem;cursor:pointer;transition:border-color .2s,background .2s;text-align:center}.form__dropzone:hover,.form__dropzone--dragging{border-color:var(--primary-color);background:#0077b60a}.form__dropzone-icon{font-size:2.5rem;color:var(--text-secondary-color);opacity:.7}.form__dropzone-text{font-size:.95rem;font-weight:500;color:var(--text-color, #333)}.form__dropzone-hint{font-size:.82rem;color:var(--text-secondary-color)}.form__dropzone-link{color:var(--primary-color);text-decoration:underline}.form__dropzone-preview{display:flex;flex-direction:column;gap:.5rem}.form__dropzone-actions{display:flex;gap:.5rem;align-items:center}.form__budget-presets{display:flex;gap:.5rem;flex-wrap:wrap}.form__budget-preset-chip{font-size:.8rem;padding:.25rem .8rem;border:1px solid rgba(0,119,182,.4);border-radius:999px;background:#0077b60d;cursor:pointer;color:var(--primary-color);transition:all .2s;font-family:inherit;width:fit-content}.form__budget-preset-chip:hover{border-color:var(--primary-color);background:#0077b61f}.form__places-empty{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1.75rem 1rem;text-align:center;border:2px dashed var(--border-color, #e2e8f0);border-radius:12px}.form__places-empty-icon{font-size:2.25rem;color:var(--text-secondary-color);opacity:.55}.form__places-empty-text{font-size:.95rem;font-weight:500;color:var(--text-color, #333);margin:0}.form__places-empty-hint{font-size:.82rem;color:var(--text-secondary-color);margin:0}.form__travellers-row{display:flex;align-items:center;gap:1rem}.form__travellers-label{font-size:.9rem;color:var(--text-secondary-color);width:auto}.form__date-presets{display:flex;gap:.5rem;flex-wrap:wrap}.form__cta-submit{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.form__cta-hint{font-size:.78rem;color:var(--text-secondary-color);text-align:right}@media(max-width:767px){.form__cta{position:sticky;bottom:0;background:var(--background-color, #f8fafc);border-top:1px solid var(--border-color, #e2e8f0);padding:.75rem 0;z-index:20;margin:0}}@media(min-width:768px){.form__row-group{flex-direction:row}.form__row-group>div{max-width:50%}.form__container .form__cta{display:flex;flex-direction:row}.form__cta-delete{display:flex;flex-direction:column;align-items:end}.form__cta-delete button{width:fit-content;max-width:none}.form__icon-group-button svg{display:flex;align-items:flex-end;justify-content:right;font-size:1.5rem;text-align:right}.form__icon-group-button.only-icon{max-width:fit-content}}.cexp{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:640px}.cexp svg,.cexp span,.cexp em,.cexp strong,.cexp i{width:auto;height:auto}.cexp svg{flex-shrink:0}.cexp__hero{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#0c3540,#1a535c);border-radius:16px;padding:1.5rem;color:#fff}.cexp__hero h1{font-size:1.3rem;font-weight:800;margin:0 0 3px;color:#fff}.cexp__hero p{font-size:.82rem;color:#ffffffb8;margin:0}.cexp__hero-icon{width:40px;height:40px;background:#ffffff26;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.cexp__hero-text{flex:1;min-width:0}.cexp__hero-text h1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cexp__hero-edit{display:flex;align-items:center;gap:.3rem;width:fit-content;font-size:.78rem;font-weight:600;color:#fff;background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:.4rem .9rem;cursor:pointer;flex-shrink:0;font-family:inherit;transition:background .15s}.cexp__hero-edit:hover{background:#ffffff40}.cexp__form{display:flex;flex-direction:column;gap:1rem}.cexp__section{display:flex;flex-direction:column;gap:.6rem}.cexp__label{font-size:.82rem;font-weight:700;color:var(--text-color, #333)}.cexp__search-box{display:flex;align-items:center;gap:.6rem;background:#fff;border:1.5px solid var(--border-color, #e8ecf0);border-radius:14px;padding:.8rem 1rem;position:relative;transition:border-color .15s,box-shadow .15s}.cexp__search-box:focus-within{border-color:#1a535c;box-shadow:0 0 0 3px #1a535c1a}.cexp__search-box--ok{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a14}.cexp__search-icon{color:#1a535c;flex-shrink:0}.cexp__search-input{flex:1 1 auto;min-width:0;width:0;border:none;background:transparent;font-size:.95rem;color:var(--text-color, #333);font-family:inherit}.cexp__search-input:focus{outline:none}.cexp__search-input::placeholder{color:#9ca3af}.cexp__spinner{width:16px;height:16px;border:2px solid #e2e8f0;border-top-color:#1a535c;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.cexp__search-check{color:#16a34a;flex-shrink:0}.cexp__search-results{list-style:none;margin:0;padding:.3rem 0;background:#fff;border:1px solid var(--border-color, #e8ecf0);border-radius:12px;box-shadow:0 6px 20px #00000017;overflow:hidden}.cexp__search-results li{display:flex;flex-direction:column;gap:1px;padding:.7rem 1rem;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background .1s}.cexp__search-results li:last-child{border-bottom:none}.cexp__search-results li:hover{background:#f8fafc}.cexp__search-results li strong{font-size:.88rem;color:#111827;font-weight:600}.cexp__search-results li small{font-size:.75rem;color:#6b7280}.cexp__dest-confirmed{display:flex;align-items:center;gap:5px;font-size:.78rem;color:#16a34a;font-weight:500;padding:0 .25rem}.cexp__counters{display:flex;gap:1rem}.cexp__counters .cexp__section{flex:1}.cexp__stepper-box{display:flex;align-items:center;gap:.75rem;background:#fff;border:1.5px solid var(--border-color, #e8ecf0);border-radius:12px;padding:.75rem 1rem}.cexp__stepper-btn{width:32px;height:32px;border-radius:50%;border:1.5px solid var(--border-color, #e8ecf0);background:var(--surface-color, #f8fafc);font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;font-family:inherit;transition:background .1s;flex-shrink:0}.cexp__stepper-btn:hover:not(:disabled){background:#e2e8f0}.cexp__stepper-btn:disabled{opacity:.3;cursor:default}.cexp__stepper-mid{flex:1;display:flex;flex-direction:column;align-items:center}.cexp__stepper-mid strong{font-size:1.4rem;font-weight:800;color:#111827;line-height:1}.cexp__stepper-mid span{font-size:.7rem;color:#9ca3af;margin-top:2px}.cexp__cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.cexp__cat-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:3px;width:100%;padding:.75rem .4rem;border-radius:12px;border:1.5px solid var(--border-color, #e8ecf0);background:#fff;cursor:pointer;font-family:inherit;transition:all .15s}.cexp__cat-card:hover{border-color:#1a535c80;background:#f8fffe}.cexp__cat-card--active{border-color:#1a535c;background:#e8f4f2}.cexp__cat-card-emoji{font-size:1.3rem;line-height:1}.cexp__cat-card-name{font-size:.78rem;font-weight:700;color:#111827;line-height:1.2}.cexp__cat-card--active .cexp__cat-card-name{color:#1a535c}.cexp__cat-card-desc{font-size:.65rem;color:#9ca3af;line-height:1.3}.cexp__cat-card--active .cexp__cat-card-desc{color:#1a535c;opacity:.75}.cexp__label--intention{display:flex;align-items:center;gap:5px;color:#374151}.cexp__intention{width:100%;border:1.5px solid var(--border-color, #e8ecf0);border-radius:14px;background:#fff;padding:.85rem 1rem;font-size:.9rem;color:var(--text-color, #333);font-family:inherit;line-height:1.55;resize:none;transition:border-color .15s,box-shadow .15s}.cexp__intention:focus{outline:none;border-color:#1a535c;box-shadow:0 0 0 3px #1a535c14}.cexp__intention::placeholder{color:#b0b8c4;font-style:italic}.cexp__intention-hint{font-size:.73rem;color:#9ca3af;padding:0 .1rem}.cexp__visibility-row{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.cexp__visibility-opt{display:flex;flex-direction:column;align-items:center;gap:4px;padding:.75rem .5rem;border-radius:12px;border:1.5px solid var(--border-color, #e8ecf0);background:#fff;cursor:pointer;font-family:inherit;transition:all .15s;text-align:center}.cexp__visibility-opt:hover{border-color:#1a535c80}.cexp__visibility-opt--on{border-color:#1a535c;background:#e8f4f2}.cexp__visibility-opt-name{font-size:.82rem;font-weight:700;color:#111827}.cexp__visibility-opt--on .cexp__visibility-opt-name{color:#1a535c}.cexp__visibility-opt-desc{font-size:.68rem;color:#9ca3af;line-height:1.3}.cexp__visibility-opt--on .cexp__visibility-opt-desc{color:#1a535c;opacity:.75}.cexp__generate{display:flex;align-items:center;justify-content:center;gap:.65rem;width:100%;padding:1.1rem;background:#e8743b;color:#fff;border:none;border-radius:16px;font-size:1.05rem;font-weight:800;cursor:pointer;box-shadow:0 4px 16px #e8743b61;font-family:inherit;transition:opacity .15s,transform .1s;margin-top:.25rem;white-space:nowrap;overflow:hidden}.cexp__generate:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.cexp__generate:disabled{opacity:.45;cursor:default;transform:none}.cexp__generate--loading{background:#1a535c;box-shadow:0 4px 16px #1a535c59;cursor:wait}.cexp__generate svg{width:18px!important;height:18px!important;flex-shrink:0}.cexp__plane{display:inline-block;width:fit-content;animation:fly 1.2s ease-in-out infinite alternate}@keyframes fly{0%{transform:translate(-4px) rotate(-5deg)}to{transform:translate(4px) rotate(5deg)}}.cexp__generate-hint{font-size:.82rem;color:#9ca3af;text-align:center;margin:0}.cexp__review{display:flex;flex-direction:column;gap:1rem}.cexp__card{background:#fff;border:1px solid var(--border-color, #e8ecf0);border-radius:14px;padding:1.25rem;box-shadow:0 1px 4px #0000000a;display:flex;flex-direction:column;gap:.5rem}.cexp__card-label{font-size:.7rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.cexp__title-input{border:none;outline:none;font-size:1.2rem;font-weight:700;color:#111827;width:100%;font-family:inherit;padding:0;background:transparent}.cexp__title-input::placeholder{color:#9ca3af;font-weight:400}.cexp__timeline-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.cexp__timeline-count{font-size:.82rem;font-weight:600;color:#6b7280}.cexp__regen-btn{display:flex;align-items:center;gap:.3rem;width:fit-content;font-size:.75rem;font-weight:600;color:#e8743b;background:#e8743b14;border:1px solid rgba(232,116,59,.3);border-radius:999px;padding:.3rem .75rem;cursor:pointer;font-family:inherit;transition:background .1s}.cexp__regen-btn:hover{background:#e8743b24}.cexp__day-sep{display:flex;align-items:center;gap:.6rem;margin:1rem 0 .6rem}.cexp__day-sep:first-child{margin-top:0}.cexp__day-dot{width:8px;height:8px;border-radius:50%;background:#e8743b;flex-shrink:0}.cexp__day-label{font-size:.7rem;font-weight:800;color:#e8743b;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap}.cexp__day-line{flex:1;height:1px;background:#e5e7eb}.cexp__modal-section-label{font-size:.7rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem}.cexp__mood-row{display:flex;flex-wrap:wrap;gap:.4rem}.cexp__mood-chip{display:inline-flex;align-items:center;gap:4px;width:fit-content;padding:5px 11px;border-radius:999px;border:1.5px solid #e5e7eb;background:#f9fafb;font-size:.78rem;color:#374151;font-weight:500;cursor:pointer;font-family:inherit;transition:all .12s}.cexp__mood-chip:hover{border-color:#1a535c80;background:#f0faf9}.cexp__mood-chip--on{border-color:#1a535c;background:#e8f4f2;color:#1a535c;font-weight:700}.cexp__modal-textarea--note{background:#fdfcf9;border-color:#e9e4d8}.cexp__modal-textarea--note:focus{border-color:#d97706;box-shadow:0 0 0 2px #d9770614}.cexp-step{display:flex;gap:.85rem;align-items:flex-start}.cexp-step__track{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:28px}.cexp-step__dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cexp-step__line{width:2px;flex:1;min-height:12px;background:#e5e7eb;margin:3px 0}.cexp-step__body{flex:1;display:flex;flex-direction:column;gap:3px;padding:5px 8px;padding-bottom:1rem;border-radius:8px;background:none;border:none;text-align:left;cursor:pointer;font-family:inherit;min-width:0;transition:background .1s}.cexp-step__body:hover{background:#f8fafc}.cexp-step__body:hover .cexp-step__edit-hint{opacity:1}.cexp-step__meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:2px}.cexp-step__mood-tag{display:inline-flex;align-items:center;gap:3px;font-size:.67rem;font-weight:600;color:#1a535c;background:#e8f4f2;border-radius:999px;padding:2px 7px}.cexp-step__personal-note{font-size:.78rem;color:#92613a;font-style:italic;line-height:1.45}.cexp-step__badge{display:inline-block;font-size:.68rem;font-weight:800;letter-spacing:.5px;border-radius:6px;padding:2px 7px;width:fit-content}.cexp-step__name{font-size:.9rem;font-weight:700;color:#111827;line-height:1.35}.cexp-step__placeholder{font-style:normal;color:#9ca3af;font-weight:400}.cexp-step__desc{font-size:.8rem;color:#6b7280;line-height:1.5}.cexp-step__edit-hint{display:flex;align-items:center;gap:3px;font-size:.72rem;color:#9ca3af;margin-top:1px;opacity:0;transition:opacity .15s}.cexp__add-step{display:flex;align-items:center;justify-content:center;gap:.4rem;width:100%;padding:.7rem;margin-top:.6rem;border:1.5px dashed rgba(232,116,59,.45);border-radius:10px;background:#e8743b0a;color:#e8743b;font-size:.875rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .1s}.cexp__add-step:hover{background:#e8743b17}.cexp__save{width:100%;padding:1.1rem;background:#1a535c;color:#fff;border:none;border-radius:16px;font-size:1.05rem;font-weight:800;cursor:pointer;box-shadow:0 4px 16px #1a535c52;font-family:inherit;transition:opacity .15s,transform .1s}.cexp__save:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.cexp__save:disabled{opacity:.5;cursor:default;transform:none}.cexp__modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:flex;align-items:flex-end;animation:backdrop-in .2s ease}@keyframes backdrop-in{0%{background:transparent}to{background:#00000073}}.cexp__modal-sheet{width:100%;max-width:640px;margin:0 auto;background:#fff;border-radius:24px 24px 0 0;padding:1.25rem 1.25rem 2rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 -8px 30px #0000001f;animation:sheet-up .25s cubic-bezier(.32,.72,0,1);max-height:85vh;overflow-y:auto}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cexp__modal-handle{width:36px;height:4px;border-radius:2px;background:#e5e7eb;margin:0 auto .5rem;flex-shrink:0}.cexp__modal-title{font-size:1rem;font-weight:700;color:#111827;margin:0}.cexp__modal-types{display:flex;flex-wrap:wrap;gap:.4rem;padding-bottom:.25rem}.cexp__type-chip{display:inline-flex;align-items:center;gap:4px;width:fit-content;padding:4px 10px;border-radius:999px;border:1.5px solid;background:#fff;font-size:.75rem;font-weight:500;cursor:pointer;font-family:inherit;transition:all .12s}.cexp__type-chip--on{font-weight:700}.cexp__modal-loc{position:relative}.cexp__modal-loc .cexp__search-box--modal{padding:.55rem .85rem;border-radius:10px;border-color:#dde3ec;background:#f7f9fc}.cexp__modal-loc .cexp__search-box--modal:focus-within{border-color:#1a535c;background:#fff}.cexp__modal-loc .cexp__search-results{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:10}.cexp__modal-loc .cexp__search-input{font-size:.88rem}.cexp__modal-input{border:1.5px solid #dde3ec;border-radius:10px;background:#f7f9fc;padding:.65rem .85rem;font-size:.92rem;color:#111827;width:100%;font-family:inherit}.cexp__modal-input:focus{outline:none;border-color:#1a535c;background:#fff}.cexp__modal-textarea{border:1.5px solid #dde3ec;border-radius:10px;background:#f7f9fc;padding:.65rem .85rem;font-size:.85rem;color:#111827;width:100%;resize:vertical;font-family:inherit;min-height:72px;line-height:1.5}.cexp__modal-textarea:focus{outline:none;border-color:#1a535c;background:#fff}.cexp__modal-actions{display:flex;gap:.6rem;margin-top:.25rem}.cexp__modal-remove{flex:1;display:flex;align-items:center;justify-content:center;gap:.3rem;padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626;font-size:.875rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .1s}.cexp__modal-remove:hover{background:#fee2e2}.cexp__modal-done{flex:2;display:flex;align-items:center;justify-content:center;gap:.3rem;padding:.75rem;background:#1a535c;border:none;border-radius:12px;color:#fff;font-size:.875rem;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .1s}.cexp__modal-done:hover{opacity:.88}@media(max-width:380px){.cexp__cat-grid{grid-template-columns:repeat(2,1fr)}.cexp__counters{flex-direction:column}.cexp__hero h1{font-size:1.1rem}}@media(min-width:640px){.cexp__modal-backdrop{align-items:center;padding:2rem}.cexp__modal-sheet{border-radius:20px;max-width:520px;width:100%;margin:0 auto;max-height:80vh}.cexp__hero{padding:1.75rem}.cexp__card{padding:1.5rem}}.my-itineraries{display:flex;flex-direction:column;align-items:center;gap:2rem}.my-itineraries__section-ctas{display:flex;justify-content:center;width:100%}.filters{background-color:#f9f9f9;display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;margin-bottom:2rem;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 12px #0000000d}.filters__main{display:flex;flex-direction:column;gap:1rem;align-items:stretch}.filters__search{position:relative;flex:1;width:auto;min-width:0}.filters__search-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:var(--text-secondary-color);font-size:1rem;pointer-events:none;width:auto}.filters__search input{width:100%}.filters__categories{display:flex;flex-wrap:wrap;gap:.5rem}.filters__more{display:flex;flex-direction:column;gap:1rem;animation:fadeIn .3s ease-in-out}.filters input,.filters select{padding:.65rem 1rem;border:1px solid var(--border-color, #e8ecf0);border-radius:10px;font-size:.95rem;font-family:inherit;background-color:var(--white-color, #fff);color:var(--text-color);transition:all .25s;max-width:100%}.filters input::placeholder,.filters select::placeholder{color:#9ca3af}.filters input:focus,.filters select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0077b626}.filters__search input{padding-left:2.5rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.8rem;font-weight:600;color:var(--text-secondary-color);letter-spacing:.02em;text-transform:uppercase}.filter-group--full{flex-basis:100%}.filter-chips-row{display:flex;flex-wrap:wrap;gap:.5rem}.filter-pair{display:flex;flex-direction:column;gap:.5rem}.filter-pair input{width:100%}.filter-pair__sep{display:none;color:var(--text-secondary-color);font-weight:300;font-size:1rem;flex-shrink:0;width:auto}.filter-prefix-wrapper{display:flex;align-items:stretch;flex:1}.filter-prefix-wrapper input{border-radius:0 10px 10px 0!important}.filter-prefix{display:flex;align-items:center;padding:0 .65rem;background:var(--surface-color, #f8fafc);border:1px solid var(--border-color, #e8ecf0);border-right:none;border-radius:10px 0 0 10px;font-size:.9rem;color:var(--text-secondary-color);white-space:nowrap;width:auto;flex-shrink:0}.btn-toggle-filters{width:auto;display:inline-flex;align-items:center;gap:.35rem;background:transparent;border:none;color:var(--primary-color);font-weight:600;cursor:pointer;font-size:.9rem;transition:color .2s ease;font-family:inherit;white-space:nowrap}.btn-toggle-filters:hover{color:var(--primary-color-hover)}.filters__badge{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:1.25rem;height:1.25rem;padding:0 .3rem;background:var(--primary-color);color:#fff;border-radius:999px;font-size:.7rem;font-weight:700;line-height:1}.filter-chip{width:auto;display:inline-flex;align-items:center;padding:.35rem .85rem;border:1.5px solid var(--border-color, #e8ecf0);border-radius:999px;background:var(--white-color, #fff);font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;color:var(--text-color);white-space:nowrap;font-family:inherit}.filter-chip:hover{border-color:var(--primary-color);color:var(--primary-color);background:#0077b60d}.filter-chip--active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.filter-chip--active:hover{background:#005f92;border-color:#005f92;color:#fff}.filter-chip--sort{font-size:.78rem;padding:.3rem .75rem;border-style:dashed}.filter-chip--sort.filter-chip--active{border-style:solid}.filter-chip--currency{font-size:.75rem;font-weight:700;letter-spacing:.03em;padding:.3rem .65rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.my-itineraries__section-ctas{justify-content:flex-end}.filters__main{flex-direction:row;align-items:center}.filters__more{flex-direction:row;flex-wrap:wrap}.filter-pair{flex-direction:row;align-items:center}.filter-pair__sep{display:inline}.filter-group{max-width:300px}.dates{max-width:fit-content}}.my-itineraries__visibility-toggle{display:flex;gap:.4rem;margin-bottom:.75rem}.my-itineraries__vis-btn{background:none;border:1.5px solid var(--border-color);border-radius:999px;padding:.35rem .9rem;font-size:.825rem;font-weight:500;color:var(--text-secondary-color);cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s,background .15s;white-space:nowrap;width:fit-content}.my-itineraries__vis-btn--active{border-color:var(--primary-color);color:var(--primary-color);background:#fff0e8;font-weight:600}.my-itineraries__vis-btn:hover:not(.my-itineraries__vis-btn--active){border-color:var(--text-secondary-color);color:var(--text-color)}.onboarding{min-height:100vh;display:flex;flex-direction:column;background:var(--background-color)}.onboarding__hero{background:linear-gradient(135deg,#1a535c,#e8743b);padding:3rem 1.5rem 3.5rem;text-align:center;animation:ob-fadeIn .5s ease both}.onboarding__hero-emoji{font-size:3rem;display:block;margin-bottom:.75rem;animation:ob-popIn .45s cubic-bezier(.34,1.56,.64,1) .1s both}.onboarding__title{font-size:1.6rem;font-weight:800;color:#fff;letter-spacing:-.5px;margin-bottom:.5rem}@media(min-width:480px){.onboarding__title{font-size:2rem}}.onboarding__subtitle{font-size:1rem;color:#ffffffd9;max-width:400px;margin:0 auto;line-height:1.6}.onboarding__inner{flex:1;max-width:900px;width:100%;margin:0 auto;padding:2rem 1rem 4rem;display:flex;flex-direction:column;gap:2rem}.onboarding__progress{display:flex;flex-direction:column;align-items:center;gap:.6rem;animation:ob-fadeIn .5s ease .15s both}.onboarding__dots{display:flex;gap:.5rem}.onboarding__dot{width:11px;height:11px;border-radius:50%;border:2px solid var(--primary-color);background:transparent;transition:background .25s,transform .25s}.onboarding__dot--filled{background:var(--primary-color);transform:scale(1.25)}.onboarding__progress-label{font-size:.875rem;color:var(--text-secondary-color);font-weight:500}.onboarding__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.875rem}@media(min-width:540px){.onboarding__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.onboarding__grid{grid-template-columns:repeat(4,1fr)}}.onboarding__card{border-radius:16px;overflow:hidden;background:var(--white-color);border:1.5px solid var(--border-color);transition:border-color .2s,box-shadow .2s,transform .2s;animation:ob-fadeSlideUp .4s ease both;animation-delay:calc(var(--i, 0) * .05s)}.onboarding__card--following{border-color:var(--primary-color);box-shadow:0 0 0 3px #0077b61f}.onboarding__card:not(.onboarding__card--skeleton):hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.onboarding__card--skeleton{pointer-events:none;animation:none}.onboarding__card-photo{height:100px;background:linear-gradient(135deg,#1a535c,#e8743b);background-size:cover;background-position:center;position:relative}.onboarding__card-photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000000d,#00000080)}.onboarding__avatar{width:52px;height:52px;border-radius:50%;border:3px solid var(--white-color);object-fit:cover;position:absolute;bottom:-26px;left:50%;transform:translate(-50%);background:#e5e7eb;z-index:1}.onboarding__card-body{padding:2rem .75rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.2rem}.onboarding__username{font-size:.875rem;font-weight:700;color:var(--text-color);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.onboarding__destination{font-size:.75rem;color:var(--text-secondary-color);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.onboarding__trips{font-size:.75rem;color:var(--text-secondary-color)}.onboarding__follow-btn{margin-top:.5rem;padding:.35rem 0;border-radius:999px;border:1.5px solid var(--primary-color);background:none;color:var(--primary-color);font-size:.8rem;font-weight:600;font-family:inherit;cursor:pointer;width:100%;transition:background .15s,color .15s}.onboarding__follow-btn--active{background:var(--primary-color);color:#fff}.onboarding__follow-btn:hover:not(.onboarding__follow-btn--active){background:#eff6ff}.onboarding__skeleton-line{height:12px;border-radius:6px;width:80%}.onboarding__skeleton-line--short{width:55%}.onboarding__skeleton-btn{height:28px;border-radius:999px;width:90%;margin-top:6px}.onboarding__footer{display:flex;flex-direction:column;align-items:center;gap:.75rem}.onboarding__cta{min-width:220px}.onboarding__cta--locked{background:var(--surface-color);color:var(--text-secondary-color);border:1.5px solid var(--border-color);cursor:default}.onboarding__cta--locked:hover{background:var(--surface-color)}.onboarding__skip{background:none;border:none;color:var(--text-secondary-color);font-size:.875rem;cursor:pointer;font-family:inherit;padding:.25rem}.onboarding__skip:hover{color:var(--text-color);text-decoration:underline}@keyframes ob-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ob-popIn{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@keyframes ob-fadeSlideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.edit-profile-skeleton{display:flex;flex-direction:column;gap:1.25rem}.edit-profile-skeleton__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.edit-profile-skeleton__back{width:36px;height:36px;border-radius:50%;flex-shrink:0}.edit-profile-skeleton__title{width:130px;height:22px;border-radius:6px}.edit-profile-skeleton__card{background:var(--white-color);border-radius:16px;border:1px solid var(--border-color);overflow:hidden;box-shadow:0 2px 12px #00000012}.edit-profile-skeleton__card--padded{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.edit-profile-skeleton__banner{height:130px;background:var(--secondary-color);animation:pulse 1.5s infinite ease-in-out}.edit-profile-skeleton__card-body{padding:0 1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.edit-profile-skeleton__avatar-row{display:flex;flex-direction:column;gap:.875rem;margin-top:-36px}.edit-profile-skeleton__avatar{width:72px;height:72px;border-radius:50%;border:4px solid var(--white-color);flex-shrink:0}.edit-profile-skeleton__fields{display:flex;flex-direction:column;gap:.75rem}.edit-profile-skeleton__field{height:52px;border-radius:8px}.edit-profile-skeleton__section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.edit-profile-skeleton__section-header-icon{width:18px;height:18px;border-radius:4px}.edit-profile-skeleton__section-header-title{width:140px;height:16px;border-radius:4px}.edit-profile-skeleton__textarea{height:100px;border-radius:8px}.edit-profile-skeleton__actions{display:flex;justify-content:flex-end;gap:.75rem}.edit-profile-skeleton__actions-btn{height:38px;border-radius:999px}.edit-profile-skeleton__actions-btn--secondary{width:80px}.edit-profile-skeleton__actions-btn--primary{width:120px}@media(min-width:480px){.edit-profile-skeleton__banner{height:160px}.edit-profile-skeleton__card-body{padding:0 1.75rem 1.75rem}.edit-profile-skeleton__avatar-row{flex-direction:row;align-items:flex-end;margin-top:-44px;gap:1.25rem}.edit-profile-skeleton__avatar{width:88px;height:88px}.edit-profile-skeleton__card--padded{padding:1.75rem}}.edit-profile{display:flex;flex-direction:column;gap:1.25rem;animation:edit-profile-enter .22s ease-out both}.edit-profile__header{display:flex;align-items:center;gap:.75rem}.edit-profile__back{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;background:transparent;border:1px solid var(--border-color);border-radius:50%;color:var(--text-color);cursor:pointer;transition:background-color .18s,color .18s}.edit-profile__back svg{font-size:1.1rem;width:auto}.edit-profile__back:hover{background:var(--surface-color)}.edit-profile__title{font-size:1.25rem;font-weight:700;color:var(--text-color);letter-spacing:-.02em}.edit-profile__form{display:flex;flex-direction:column;gap:1.25rem}.edit-profile__card{background:var(--white-color);border-radius:16px;border:1px solid var(--border-color);overflow:hidden;box-shadow:0 2px 12px #00000012}.edit-profile__card--padded{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.edit-profile__banner{height:130px;background:linear-gradient(135deg,#0c3540,#1a535c);background-size:300% 300%;animation:edit-banner-shift 12s ease infinite}.edit-profile__card-body{padding:0 1.25rem 1.5rem}.edit-profile__section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.edit-profile__section-header svg{font-size:1.1rem;color:var(--primary-color);width:auto;flex-shrink:0}.edit-profile__section-title{font-size:1rem;font-weight:700;color:var(--text-color)}.edit-profile__avatar-section{display:flex;flex-direction:column;align-items:flex-start;gap:.875rem;margin-top:-36px;margin-bottom:1.25rem}.edit-profile__avatar-wrapper{position:relative;width:fit-content;flex-shrink:0;cursor:pointer;border-radius:50%}.edit-profile__avatar-wrapper:hover .edit-profile__avatar-overlay,.edit-profile__avatar-wrapper:focus-visible .edit-profile__avatar-overlay{opacity:1}.edit-profile__avatar-wrapper:focus-visible{outline:2px solid var(--primary-color);outline-offset:3px;border-radius:50%}.edit-profile__avatar-wrapper--selected .edit-profile__avatar{outline:3px solid #16a34a;outline-offset:2px}.edit-profile__avatar-wrapper--selected .edit-profile__avatar-badge{background:#16a34a}.edit-profile__avatar-wrapper--remove{cursor:default}.edit-profile__avatar-wrapper--remove .edit-profile__avatar-overlay{opacity:1;background:#dc262685}.edit-profile__avatar{width:72px;height:72px;border-radius:50%;border:4px solid var(--white-color);object-fit:cover;background:#e2e8f0;display:block;box-shadow:0 2px 12px #0000002e;transition:outline .18s}.edit-profile__avatar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#0000007a;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;color:#fff}.edit-profile__avatar-overlay svg{font-size:1.4rem;width:auto}.edit-profile__avatar-badge{position:absolute;bottom:2px;right:2px;width:22px;height:22px;border-radius:50%;background:var(--primary-color);color:#fff;border:2px solid var(--white-color);display:flex;align-items:center;justify-content:center;font-size:.72rem;pointer-events:none;box-shadow:0 1px 4px #0003;transition:background .18s}.edit-profile__avatar-badge svg{width:auto}.edit-profile__avatar-input{display:none}.edit-profile__avatar-remove-btn{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--text-secondary-color);background:none;border:none;cursor:pointer;padding:0;margin-top:.1rem;transition:color .15s}.edit-profile__avatar-remove-btn svg{width:auto;font-size:.8rem}.edit-profile__avatar-remove-btn:hover{color:var(--error-color)}.edit-profile__avatar-remove-btn--undo{color:var(--primary-color)}.edit-profile__avatar-remove-btn--undo:hover{color:var(--primary-color);opacity:.75}.edit-profile__fields{display:flex;flex-direction:column;gap:.75rem}.edit-profile__field-group{display:flex;flex-direction:column}.edit-profile__field-group .input{margin-bottom:0}.edit-profile__char-count{align-self:flex-end;font-size:.72rem;color:var(--text-secondary-color);margin-top:.2rem;line-height:1}.edit-profile__char-count--warn{color:var(--error-color);font-weight:600}.edit-profile__username-wrapper{display:flex;flex-direction:column}.edit-profile__username-status{align-self:flex-end;width:fit-content;font-size:.68rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;margin-top:.2rem;line-height:1.4}.edit-profile__username-status--checking{color:var(--text-secondary-color);background-color:#f1f5f9}.edit-profile__username-status--available{color:#16a34a;background-color:#f0fdf4}.edit-profile__username-status--taken{color:var(--error-color);background-color:#fef2f2}.edit-profile__error{color:var(--error-color);font-size:.875rem;text-align:center}.edit-profile__actions{display:flex;justify-content:flex-end;gap:.75rem}@keyframes edit-profile-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes edit-banner-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media(min-width:480px){.edit-profile__banner{height:160px}.edit-profile__card-body{padding:0 1.75rem 1.75rem}.edit-profile__avatar-section{margin-top:-44px}.edit-profile__avatar{width:88px;height:88px}.edit-profile__avatar-badge{width:26px;height:26px;font-size:.8rem;bottom:3px;right:3px}.edit-profile__card--padded{padding:1.75rem}.edit-profile__title{font-size:1.4rem}}.edit-profile__data-section{border:1px solid var(--border-color);border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.edit-profile__data-title{font-size:.9rem;font-weight:700;color:var(--text-color)}.edit-profile__data-desc{font-size:.85rem;color:var(--text-secondary-color);line-height:1.5}.edit-profile__lang-section{border:1px solid var(--border-color);border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;background:var(--white-color)}.edit-profile__lang-section h2{font-size:.95rem;font-weight:700;color:var(--text-color);margin:0}.edit-profile__lang-toggle{display:flex;gap:.5rem}.edit-profile__lang-btn{border-radius:8px;padding:.6rem 1.2rem;border:1.5px solid var(--border-color);background:none;cursor:pointer;font-family:inherit;font-size:.9rem;color:var(--text-color);transition:border-color .15s,background .15s,color .15s}.edit-profile__lang-btn:hover{border-color:var(--primary-color)}.edit-profile__lang-btn.active{border-color:var(--primary-color);background:#fff0e8;color:var(--primary-color);font-weight:600}.edit-profile__danger-zone{border:1px solid var(--error-color);border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;background:color-mix(in srgb,var(--error-color) 4%,transparent)}.edit-profile__danger-header{display:flex;align-items:center;gap:.5rem;color:var(--error-color)}.edit-profile__danger-header svg{flex-shrink:0;width:auto}.edit-profile__danger-title{font-size:1rem;font-weight:700;color:var(--error-color);margin:0}.edit-profile__danger-desc{font-size:.875rem;color:var(--text-secondary, #6b7280);margin:0;line-height:1.5}.edit-profile__delete-input{width:100%;padding:.6rem .75rem;border:1px solid var(--error-color);border-radius:8px;font-size:.95rem;outline:none;margin-top:.25rem}.edit-profile__delete-input:focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--error-color) 25%,transparent)}.ep{display:flex;flex-direction:column;min-height:100vh;background:var(--surface-color, #f8fafc)}.ep__header{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:var(--white-color);border-bottom:1px solid var(--border-color);box-shadow:0 1px 0 var(--border-color)}.ep__back{background:none;border:none;cursor:pointer;color:var(--text-color);display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;flex-shrink:0;font-size:1.1rem;transition:background .15s}.ep__back:hover{background:var(--surface-color)}.ep__title{flex:1;font-size:1rem;font-weight:700;color:var(--text-color);margin:0;width:auto}.ep__save{background:none;border:none;cursor:pointer;font-size:.9rem;font-weight:600;color:var(--text-secondary-color);padding:.4rem .75rem;border-radius:8px;transition:color .15s,background .15s;white-space:nowrap;width:fit-content;pointer-events:none;font-family:inherit}.ep__save--active{color:var(--primary-color);pointer-events:auto}.ep__save--active:hover{background:#0077b614}.ep__save:disabled{opacity:.4}.ep__body{max-width:600px;width:100%;margin:0 auto;padding:0 0 3rem;display:flex;flex-direction:column}.ep__avatar-section{display:flex;justify-content:center;padding:2rem 0 1.5rem;background:var(--white-color);border-bottom:1px solid var(--border-color)}.ep__avatar-editor{display:flex;flex-direction:column;align-items:center;gap:.6rem}.ep__avatar-wrap{position:relative;width:88px;height:88px;border-radius:50%;cursor:pointer;overflow:hidden}.ep__avatar-wrap--remove{cursor:default}.ep__avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.ep__avatar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;opacity:0;transition:opacity .2s;border-radius:50%}.ep__avatar-wrap:hover .ep__avatar-overlay{opacity:1}.ep__avatar-wrap--remove .ep__avatar-overlay{opacity:1;background:#dc262680}.ep__avatar-input{display:none}.ep__avatar-action{background:none;border:none;cursor:pointer;font-size:.8rem;font-weight:600;color:var(--primary-color);padding:.2rem 0;font-family:inherit;width:fit-content}.ep__avatar-action--remove{color:var(--error-color)}.ep__avatar-action:hover{text-decoration:underline}.ep__section{background:var(--white-color);border-bottom:1px solid var(--border-color);padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.ep__section--danger{margin-top:.75rem;background:color-mix(in srgb,var(--error-color) 4%,transparent);border-top:1px solid color-mix(in srgb,var(--error-color) 25%,transparent);border-bottom:1px solid color-mix(in srgb,var(--error-color) 25%,transparent);border-left:none;border-right:none;border-radius:0}.ep__section-label{font-size:.7rem;font-weight:700;letter-spacing:.06em;color:var(--text-secondary-color);margin:0;width:auto}.ep__section-desc{font-size:.85rem;color:var(--text-secondary-color);line-height:1.5;margin:0;width:auto}.ep__fields{display:flex;flex-direction:column;gap:.25rem}.ep__fields .input{margin-bottom:0}.ep__username-wrap{position:relative}.ep__username-status{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:999px;width:fit-content}.ep__username-status--checking{color:var(--text-secondary-color);background:var(--surface-color)}.ep__username-status--available{color:#16a34a;background:#f0fdf4}.ep__username-status--taken{color:var(--error-color);background:#fef2f2}.ep__field-with-count{position:relative}.ep__char-count{position:absolute;bottom:.4rem;right:.75rem;font-size:.7rem;color:var(--text-secondary-color);width:fit-content}.ep__char-count--warn{color:#e69500}.ep__lang-toggle{display:flex;gap:.5rem}.ep__lang-btn{flex:1;border:1.5px solid var(--border-color);border-radius:10px;padding:.6rem 1rem;background:none;cursor:pointer;font-size:.875rem;font-family:inherit;color:var(--text-secondary-color);font-weight:500;transition:border-color .15s,background .15s,color .15s;text-align:center}.ep__lang-btn--active{border-color:var(--primary-color);background:#fff0e8;color:var(--primary-color);font-weight:700}.ep__link-btn{font-size:.875rem;font-weight:600;color:var(--primary-color);text-decoration:none;width:fit-content}.ep__link-btn:hover{text-decoration:underline}.ep__danger-header{display:flex;align-items:center;gap:.4rem;color:var(--error-color)}.ep__danger-header svg{width:16px;height:16px;min-width:16px;flex-shrink:0}.ep__danger-header .ep__section-label{color:var(--error-color);flex:1;min-width:0}.ep__delete-input{width:100%;border:1.5px solid var(--border-color);border-radius:10px;background:var(--surface-color);padding:.7rem .875rem;font-size:.9rem;color:var(--text-color);font-family:inherit;box-sizing:border-box}.ep__delete-input:focus{outline:none;border-color:var(--primary-color);background:var(--white-color)}.ep__error{font-size:.85rem;color:var(--error-color);padding:0 1.5rem;margin:0;width:auto}.follows-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1.25rem;animation:fm-fadeIn .15s ease}@keyframes fm-fadeIn{0%{opacity:0}to{opacity:1}}.follows-modal{background:var(--white-color);border-radius:16px;width:100%;max-width:460px;max-height:70vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #0003;animation:fm-slideUp .2s cubic-bezier(.34,1.2,.64,1)}@keyframes fm-slideUp{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.follows-modal__tabs{display:flex;align-items:center;border-bottom:1px solid var(--border-color);flex-shrink:0}.follows-modal__tab{flex:1;padding:.9rem .5rem;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;font-size:.9rem;font-weight:600;font-family:inherit;color:var(--text-secondary-color);cursor:pointer;transition:color .15s,border-color .15s;display:flex;align-items:center;justify-content:center;gap:.4rem}.follows-modal__tab--active{color:var(--text-color);border-bottom-color:var(--primary-color)}.follows-modal__tab:hover:not(.follows-modal__tab--active){color:var(--text-color)}.follows-modal__count{font-size:.8rem;font-weight:500;color:var(--text-secondary-color)}.follows-modal__close{width:36px;height:36px;margin-right:.75rem;background:none;border:none;cursor:pointer;color:var(--text-secondary-color);font-size:.85rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,color .15s}.follows-modal__close:hover{background:var(--surface-color);color:var(--text-color)}.follows-modal__list{overflow-y:auto;flex:1;padding:.5rem 0}.follows-modal__empty{text-align:center;color:var(--text-secondary-color);font-size:.9rem;padding:3rem 1.5rem}.follows-modal__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 1.25rem;transition:background .12s}.follows-modal__row:hover{background:var(--surface-color)}.follows-modal__user{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;flex:1;min-width:0}.follows-modal__avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1.5px solid var(--border-color)}.follows-modal__user-info{display:flex;flex-direction:column;min-width:0}.follows-modal__name{font-size:.9rem;font-weight:600;color:var(--text-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.follows-modal__username{font-size:.8rem;color:var(--text-secondary-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.follows-modal__follow-btn{font-size:.8rem;padding:.35rem .85rem;flex-shrink:0;min-width:80px}.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)}.profile{display:flex;flex-direction:column;gap:1.25rem}.profile__card{background:var(--white-color);border-radius:16px;border:1px solid var(--border-color);box-shadow:0 2px 12px #00000012}.profile__banner{height:160px;background:linear-gradient(135deg,#0c3540,#1a535c);background-size:300% 300%;border-radius:16px 16px 0 0;animation:banner-shift 12s ease infinite}.profile__card-body{position:relative;padding:0 1.25rem 1.5rem}.profile__avatar{position:absolute;top:-44px;left:1.25rem;width:88px;height:88px;border-radius:50%;border:4px solid var(--white-color);object-fit:cover;background:#e2e8f0;box-shadow:0 2px 12px #0000002e}.profile__card-actions{display:flex;justify-content:flex-end;gap:.5rem;height:44px;padding-left:calc(88px + 2rem);align-items:flex-end;padding-bottom:.5rem}.profile__copy-btn{width:fit-content;flex-shrink:0;padding:.4em .55em;background:transparent;border:1px solid var(--border-color);color:var(--text-secondary-color);max-width:none;box-shadow:none}.profile__copy-btn svg{margin:0;font-size:1rem}.profile__copy-btn:hover{background:var(--surface-color);color:var(--text-color);box-shadow:none}.profile__btn{font-size:.875rem;padding:.45em 1.1em;gap:.35rem;white-space:nowrap}.profile__btn svg{width:1em;height:1em;flex-shrink:0}.profile__info{display:flex;flex-direction:column;padding-top:.5rem}.profile__name{font-size:1.3rem;font-weight:800;letter-spacing:-.025em;color:var(--text-color);line-height:1.15}.profile__username{font-size:.875rem;color:var(--text-secondary-color);margin-top:.15rem}.profile__follows-you{margin-left:.4rem;font-size:.68rem;font-weight:600;color:var(--primary-color);background:#0077b612;border:1px solid rgba(0,119,182,.2);border-radius:999px;padding:.15rem .5rem;vertical-align:middle}.profile__bio{margin-top:.5rem;font-size:.9375rem;color:var(--text-color);line-height:1.55}.profile__meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.625rem;font-size:.8125rem;color:var(--text-secondary-color)}.profile__meta-item{display:flex;align-items:center;gap:.3rem;min-width:0;max-width:100%;text-decoration:none;color:inherit}.profile__meta-item svg{font-size:.95rem;width:auto;flex-shrink:0}.profile__meta-item--prompt{color:var(--primary-color);opacity:.75}.profile__meta-item--prompt:hover{opacity:1}.profile__meta-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:0}.profile__stats{display:flex;margin-top:1.1rem;background:var(--surface-color);border:1px solid var(--border-color);border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #0000000a}.profile__stat{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem .5rem;gap:.2rem;text-decoration:none;color:var(--text-color);transition:background-color .18s,color .18s;min-width:0}.profile__stat:not(:last-child){border-right:1px solid var(--border-color)}.profile__stat:hover{background-color:#0077b60f}.profile__stat:hover strong,.profile__stat:hover span{color:var(--primary-color)}.profile__stat strong{font-weight:800;font-size:1.2rem;letter-spacing:-.02em;display:inline-block;color:var(--text-color);transition:color .18s}.profile__stat span{font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-secondary-color);transition:color .18s}.profile__about{background:var(--white-color);border-radius:16px;border:1px solid var(--border-color);border-left:3px solid var(--primary-color);box-shadow:0 1px 4px #0000000d;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.profile__about-title{font-size:1rem;font-weight:700;color:var(--text-color)}.profile__about-text{font-size:.9375rem;color:var(--text-secondary-color);line-height:1.7}.profile__empty-name{display:inline-block;margin-top:.1rem;font-size:.8rem;color:var(--primary-color);text-decoration:none}.profile__empty-name:hover{text-decoration:underline}.profile__empty-bio{display:inline-block;margin-top:.5rem;font-size:.875rem;color:var(--primary-color);text-decoration:none}.profile__empty-bio:hover{text-decoration:underline}.profile__about--empty{cursor:default}.profile__about-prompt{font-size:.9375rem;color:var(--primary-color);text-decoration:none}.profile__about-prompt:hover{text-decoration:underline}.profile__stat-number--flash{animation:stat-pop .35s ease}.profile__badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.875rem}.profile__badge{display:inline-flex;align-items:center;gap:.3rem;width:fit-content;font-size:.72rem;font-weight:600;padding:.25rem .65rem;border-radius:999px;background:#0077b614;color:var(--primary-color);border:1px solid rgba(0,119,182,.18)}.profile__badge svg{font-size:.8rem;width:auto;flex-shrink:0}.profile__completeness{background:var(--white-color);border-radius:16px;border:1px solid var(--border-color);box-shadow:0 2px 12px #00000012;padding:1.25rem;display:flex;flex-direction:column;gap:.6rem}.profile__completeness-header{display:flex;justify-content:space-between;align-items:center}.profile__completeness-label{font-size:.875rem;font-weight:600;color:var(--text-color)}.profile__completeness-pct{font-size:.875rem;color:var(--primary-color)}.profile__completeness-track{height:6px;background:var(--surface-color);border-radius:999px;overflow:hidden;border:1px solid var(--border-color)}.profile__completeness-fill{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));border-radius:999px;transition:width 1s cubic-bezier(.34,1.56,.64,1)}.profile__completeness-tip{font-size:.8rem;color:var(--text-secondary-color)}.profile__completeness-tip a{color:var(--primary-color);text-decoration:none;font-weight:500;width:fit-content}.profile__completeness-tip a:hover{text-decoration:underline}.profile__layout,.profile__sidebar{display:flex;flex-direction:column;gap:1.25rem}.profile__main{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.profile__skeleton-icon-btn{width:32px;height:32px;border-radius:8px;flex-shrink:0}.profile__skeleton-btn{width:110px;height:34px;border-radius:999px}.profile__skeleton-name{width:44%;height:20px;border-radius:4px}.profile__skeleton-username{width:26%;height:13px;border-radius:4px;margin-top:6px}.profile__skeleton-bio-lines{display:flex;flex-direction:column;gap:.4rem;margin-top:.875rem}.profile__skeleton-bio-line{height:14px;width:72%;border-radius:4px}.profile__skeleton-bio-line--short{width:48%}.profile__skeleton-meta-row{display:flex;gap:.75rem;margin-top:.75rem}.profile__skeleton-meta-item{height:13px;width:90px;border-radius:4px}.profile__skeleton-meta-item--short{width:70px}.profile__skeleton-stat-num{width:36px;height:22px;border-radius:4px}.profile__skeleton-stat-lbl{width:52px;height:9px;border-radius:4px;margin-top:3px}@keyframes stat-pop{0%,to{transform:scale(1)}50%{transform:scale(1.4)}}@keyframes banner-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media(min-width:480px){.profile__banner{height:210px}.profile__avatar{width:112px;height:112px;left:1.75rem}.profile__card-actions{height:68px;padding-left:calc(112px + 2.5rem)}.profile__card-body{padding:0 1.75rem 1.75rem}.profile__name{font-size:1.5rem}.profile__about{padding:1.75rem}}@media(min-width:900px){.profile__layout{flex-direction:row;align-items:flex-start}.profile__sidebar{width:360px;flex-shrink:0;position:sticky;top:2rem}.profile__main{flex:1}.profile__main .itineraries-section__grid{grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr))}}.profile__visibility-toggle{display:flex;gap:.4rem;margin-bottom:.75rem}.profile__vis-btn{background:none;border:1.5px solid var(--border-color);border-radius:999px;padding:.35rem .9rem;font-size:.825rem;font-weight:500;color:var(--text-secondary-color);cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s,background .15s;white-space:nowrap}.profile__vis-btn--active{border-color:var(--primary-color);color:var(--primary-color);background:#fff0e8;font-weight:600}.profile__vis-btn:hover:not(.profile__vis-btn--active){border-color:var(--text-secondary-color);color:var(--text-color)}.profile__stat--btn{background:none;border:none;font-family:inherit;cursor:pointer}.profile__stat--btn:hover strong{color:var(--primary-color)}.go2358747891{width:fit-content}.community__hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 1rem 2.5rem;gap:.5rem;background:linear-gradient(160deg,#f0f7ff,#e8f2ff,#f5f0ff);border-bottom:1px solid rgba(0,119,255,.1)}.community__content{padding-top:2rem}.community__hero-icon{font-size:3rem;color:var(--primary-color);margin-bottom:.25rem;filter:drop-shadow(0 2px 8px rgba(0,119,255,.2))}.community__hero-title{font-size:2.4rem;font-weight:800;color:var(--text-color);margin:0;letter-spacing:-.5px}.community__hero-subtitle{font-size:1rem;color:var(--text-secondary-color);margin:0}.community__hero-count{width:fit-content;align-self:center;margin-top:.75rem;background-color:var(--primary-color);color:#fff;font-size:.8rem;font-weight:700;padding:.35rem 1rem;border-radius:999px;box-shadow:0 2px 8px #0077ff40}.community__filters{display:grid;grid-template-columns:1fr auto auto;align-items:end;gap:1rem;padding:1.25rem 1.5rem;margin-bottom:1.5rem;background-color:#f9f9f9;border-radius:12px;box-shadow:0 2px 12px #0000000d}@media(max-width:600px){.community__filters{grid-template-columns:1fr}}.community__filters label{display:flex;flex-direction:column;font-weight:600;font-size:.85rem;color:var(--text-color);gap:.4rem}.community__filters label input,.community__filters label select{padding:.6rem 1rem;border:1px solid var(--secondary-color);border-radius:8px;font-size:.95rem;background-color:var(--white-color);transition:all .3s ease}.community__filters label input:focus,.community__filters label select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0077ff1a}.community__filters label input{width:100%}.community__filters label select{width:160px;cursor:pointer}.community__results{display:flex;flex-direction:column;gap:2rem}.community__results-label{font-size:.9rem;color:var(--text-secondary-color);font-style:italic}.community__results-ctas{display:flex;justify-content:center}.community__results-ctas button{border:none}.community__no-results{text-align:center;padding:3rem 2rem;color:var(--text-secondary-color);font-style:italic}.community__guest-preview{position:relative;pointer-events:none;-webkit-user-select:none;user-select:none;overflow:hidden;max-height:300px;padding-top:2rem}.community__guest-blur{position:absolute;bottom:0;left:0;right:0;height:180px;background:linear-gradient(to bottom,transparent 0%,#fff 100%)}.community__guest-cta{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:3rem 2rem 3.5rem;background:linear-gradient(160deg,#f0f7ff,#e8f2ff,#f5f0ff);border-top:1px solid rgba(0,119,255,.1)}.community__guest-cta h2{font-size:1.6rem;font-weight:800;color:var(--text-color);margin:0}.community__guest-cta p{font-size:.95rem;color:var(--text-secondary-color);max-width:400px;margin:0;line-height:1.6}.community__guest-cta-buttons{display:flex;justify-content:center;gap:.75rem;margin-top:1rem}.follow-list{display:flex;flex-direction:column;gap:2rem}.follow-list__title{font-size:1.8rem;font-weight:600}.follow-list__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(min(220px,100%),1fr))}.user-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;background-color:var(--white-color);border-radius:1rem;box-shadow:0 2px 8px #0000000d;color:inherit;transition:all .2s ease-in-out}.user-card:hover{background-color:var(--secondary-color);transform:translateY(-2px)}.user-card__link{display:flex;align-items:center;text-decoration:none;color:inherit;flex-grow:1}.user-card__avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}.user-card__info{margin-left:1rem;display:flex;flex-direction:column;justify-content:center}.user-card__name{font-size:1.1rem;font-weight:500;margin:0}.user-card__username{font-size:.9rem;color:var(--text-secondary-color);margin:0}.legal{max-width:760px;padding-top:2.5rem;padding-bottom:4rem}.legal__header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color, #e8ecf0)}.legal__title{font-size:2rem;font-weight:800;color:var(--text-primary-color, #111827);margin:0 0 .4rem}.legal__meta{font-size:.875rem;color:var(--text-secondary-color, #6b7280);margin:0}.legal__body{display:flex;flex-direction:column;gap:2rem}.legal__section-title{font-size:1.05rem;font-weight:700;color:var(--text-primary-color, #111827);margin:0 0 .75rem}.legal__section-body{display:flex;flex-direction:column;gap:.6rem}.legal__section-body p{font-size:.9rem;line-height:1.7;color:var(--text-secondary-color, #374151);margin:0}.legal__section-body ul{margin:0;padding-left:1.4rem;display:flex;flex-direction:column;gap:.35rem}.legal__section-body ul li{font-size:.9rem;line-height:1.6;color:var(--text-secondary-color, #374151)}.legal__section-body a{color:var(--primary-color);text-decoration:none}.legal__section-body a:hover{text-decoration:underline}.legal__section-body strong{color:var(--text-primary-color, #111827);font-weight:600}.legal__footer{display:flex;align-items:center;justify-content:space-between;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border-color, #e8ecf0)}.legal__link{font-size:.875rem;color:var(--primary-color);text-decoration:none}.legal__link:hover{text-decoration:underline}.contact{width:100%;max-width:640px}.contact__fallback{display:flex;flex-direction:column;gap:.75rem}.contact__fallback p{color:var(--text-secondary-color, #374151);font-size:.95rem;margin:0;width:auto}.contact__email-link{color:var(--primary-color);font-size:1rem;font-weight:600;text-decoration:none;width:fit-content}.contact__email-link:hover{text-decoration:underline}.contact__success{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding:2rem;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:14px}.contact__success h2{font-size:1.2rem;font-weight:700;color:#166534;margin:0;width:auto}.contact__success p{color:#15803d;font-size:.9rem;margin:0;width:auto}.contact__success-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:#16a34a;color:#fff;font-size:1.1rem;font-weight:700;flex-shrink:0}.contact__form{display:flex;flex-direction:column;gap:1.25rem;width:100%}.contact__row{display:flex;gap:1.25rem;width:100%}.contact__row .contact__field{flex:1;min-width:0}@media(max-width:540px){.contact__row{flex-direction:column}}.contact__field{display:flex;flex-direction:column;gap:.4rem;width:100%}.contact__field input,.contact__field textarea{width:100%;border:1.5px solid var(--border-color, #dde3ec);border-radius:10px;background:#f7f9fc;padding:.7rem .875rem;font-size:.9rem;color:var(--text-color, #111827);font-family:inherit;resize:vertical;transition:border-color .15s}.contact__field input::placeholder,.contact__field textarea::placeholder{color:#9ca3af}.contact__field input:focus,.contact__field textarea:focus{outline:none;border-color:var(--primary-color);background:#fff}.contact__field textarea{min-height:140px}.contact__field--error input,.contact__field--error textarea{border-color:var(--error-color, #e63946)}.contact__label{font-size:.825rem;font-weight:600;color:var(--text-secondary-color, #374151);width:auto}.contact__field-error{font-size:.775rem;color:var(--error-color, #e63946);width:auto}.contact__error{font-size:.85rem;color:var(--error-color, #e63946);margin:0;width:auto}.contact__error a{color:var(--error-color, #e63946);font-weight:600;width:fit-content}.contact__actions{display:flex;justify-content:flex-end;width:100%}.notifications{max-width:640px;padding-top:2rem;padding-bottom:3rem}.notifications__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.notifications__title{font-size:1.5rem;font-weight:800;color:var(--text-color);margin:0;width:auto}.notifications__count{font-size:.75rem;font-weight:600;color:var(--primary-color);background:#fff0e8;border-radius:999px;padding:2px 10px;width:fit-content}.notifications__list{display:flex;flex-direction:column;gap:2px}.notifications__empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:4rem 2rem;text-align:center;color:var(--text-secondary-color)}.notifications__empty p{font-size:1rem;font-weight:600;margin:0;width:auto}.notifications__empty span{font-size:.875rem;max-width:320px;line-height:1.5;width:auto}.notifications__empty-icon{font-size:3rem;color:var(--border-color);width:auto;margin-bottom:.5rem}.notif-item{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;border-radius:12px;text-decoration:none;color:var(--text-color);transition:background .1s;position:relative}.notif-item:hover{background:var(--surface-color)}.notif-item--unread{background:#fff0e8}.notif-item--unread:hover{background:#dbeafe}.notif-item__avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0}.notif-item__body{flex:1;min-width:0}.notif-item__text{font-size:.875rem;color:var(--text-color);margin:0 0 2px;line-height:1.4;width:auto}.notif-item__text strong{color:var(--text-color);font-weight:700}.notif-item__text em{font-style:normal;color:var(--text-secondary-color)}.notif-item__time{font-size:.75rem;color:var(--text-secondary-color);width:auto}.notif-item__dot{height:8px;border-radius:50%;background:var(--primary-color);flex-shrink:0;width:8px}.notif-skeleton{height:64px;border-radius:12px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
