.header{background-color:#f5f1e8;border-bottom:1px solid #e5e0d6;width:100%;padding:1rem}.header__container{justify-content:space-between;align-items:center;max-width:80rem;margin:0 auto;padding:0 1rem;display:flex}.header__logo-wrapper{color:inherit;cursor:pointer;align-items:center;gap:.5rem;text-decoration:none;transition:opacity .15s;display:flex}.header__logo-wrapper:hover{opacity:.85}.header__logo-border{border:2px solid #1f2937;border-radius:.125rem;padding:.25rem}.header__logo-icon{color:#f5f1e8;background-color:#1f2937;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.header__logo-icon svg{width:1.5rem;height:1.5rem}.header__logo-text{letter-spacing:-.025em;color:#111827;font-size:1.25rem;font-weight:700}.header__nav{color:#374151;align-items:center;gap:1.5rem;font-size:.875rem;font-weight:500;display:none}@media (min-width:768px){.header__nav{display:flex}}.header__nav-link{color:#374151;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.header__nav-link:hover{color:#111827}.header__nav-button{color:#374151;cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:flex}.header__nav-button:hover{color:#111827}.header__nav-button svg{width:1rem;height:1rem}.header__nav-button--heart svg{width:1.25rem;height:1.25rem}.header__sign-in{color:#111827;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;box-shadow:0 1px 2px #0000000d}.header__sign-in:hover{background-color:#f9fafb}.header__mobile-menu{color:#374151;cursor:pointer;background:0 0;border:none;padding:.5rem;display:block}@media (min-width:768px){.header__mobile-menu{display:none}}.header__mobile-menu svg{width:1.5rem;height:1.5rem}.header__mobile-drawer{background-color:#f5f1e8;border-top:1px solid #e5e0d6;flex-direction:column;gap:.25rem;padding:1rem;display:flex}@media (min-width:768px){.header__mobile-drawer{display:none}}.header__mobile-item{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:.125rem;align-items:center;padding:.75rem .5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:flex}.header__mobile-item:hover{color:#111827;background-color:#e5e0d6}.header__mobile-item--row{gap:.5rem}.header__mobile-item--danger,.header__mobile-item--danger:hover{color:#ef4444}.header__mobile-divider{background-color:#e5e0d6;height:1px;margin:.5rem 0}.header__mobile-signin{color:#111827;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:9999px;width:100%;margin-top:.5rem;padding:.75rem;font-size:.875rem;font-weight:500;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;box-shadow:0 1px 2px #0000000d}.header__mobile-signin:hover{background-color:#f9fafb}.header__user{position:relative}.header__avatar{cursor:pointer;background:0 0;border:1.5px solid #d1d5db;border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .5rem .25rem .25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:flex}.header__avatar:hover{background-color:#f9fafb;border-color:#6b7280}.header__avatar-initials{color:#fff;letter-spacing:.03em;background-color:#1f2937;border-radius:9999px;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.6875rem;font-weight:700;display:flex}.header__avatar-chevron{color:#6b7280;width:.875rem;height:.875rem;transition:transform .2s}.header__avatar-chevron--open{transform:rotate(180deg)}.header__dropdown{z-index:100;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;min-width:220px;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.header__dropdown-user{flex-direction:column;gap:2px;padding:.75rem 1rem;display:flex}.header__dropdown-name{color:#111827;font-size:.875rem;font-weight:600}.header__dropdown-email{color:#6b7280;font-size:.75rem}.header__dropdown-divider{background-color:#f3f4f6;height:1px}.header__dropdown-item{color:#374151;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.875rem;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:flex}.header__dropdown-item:hover{color:#111827;background-color:#f9fafb}.header__dropdown-item svg{color:#9ca3af;flex-shrink:0;width:1rem;height:1rem}.header__dropdown-item--sub{color:#4b5563;padding-left:2rem;font-size:.75rem}.header__dropdown-item--sub svg{width:.875rem;height:.875rem}.header__dropdown-item--sub:hover{color:#111827}.header__dropdown-item--danger{color:#ef4444}.header__dropdown-item--danger:hover{color:#ef4444;background-color:#fff5f5}.header__dropdown-item--danger svg{color:#ef4444}.header__mobile-user{align-items:center;gap:.75rem;padding:.75rem .5rem;display:flex}.header__mobile-avatar{color:#fff;background-color:#1f2937;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.875rem;font-weight:700;display:flex}.header__mobile-name{color:#111827;font-size:.875rem;font-weight:600}.header__mobile-email{color:#6b7280;font-size:.75rem}.header__list-btn{color:#fff;background-color:#111827;border-radius:9999px;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .15s;display:flex}.header__list-btn{color:#fff;cursor:pointer;background-color:#111827;border:none;border-radius:9999px;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .15s;display:flex}.header__list-btn:hover{background-color:#374151}.header__list-btn svg{width:1rem;height:1rem}.header__dropdown-section{flex-direction:column;display:flex}.header__dropdown-section-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:flex}.header__dropdown-section-label svg{width:.875rem;height:.875rem}.header__dropdown-item--sub{padding-left:2rem}.header__mobile-section-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;padding:.5rem .5rem .25rem;font-size:.75rem;font-weight:700}.app{color:#111827;background-color:#fff;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app__header-section{background-color:#f5f1e8}.app__main,.app__footer-section{width:100%}.search-bar{background-color:#fff;justify-content:center;width:100%;padding:2rem 1rem 1rem;display:flex}.search-bar__pill{background-color:#fff;border:1px solid #e5e7eb;border-radius:9999px;align-items:stretch;width:100%;max-width:52rem;padding:.375rem;transition:all .15s ease-in-out;display:flex;box-shadow:0 2px 8px #00000014}.search-bar__pill:hover{border-color:#d1d5db;box-shadow:0 4px 14px #0000001f}.search-bar__divider{background-color:#e5e7eb;flex-shrink:0;align-self:center;width:1px;height:2rem}.search-bar__segment{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:9999px;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:.125rem;min-width:0;padding:.625rem 1.25rem;transition:background-color .15s;display:flex}.search-bar__segment:hover{background-color:#f3f4f6}.search-bar__segment:focus-visible{outline-offset:-2px;outline:2px solid #3b82f6}.search-bar__segment-label{color:#111827;font-size:.75rem;font-weight:600;line-height:1.2}.search-bar__segment-value{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.875rem;font-weight:400;line-height:1.3;overflow:hidden}.search-bar__segment-value--dim{color:#6b7280}.search-bar__search-btn{color:#fff;cursor:pointer;background-color:#111827;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin:auto 0 auto auto;transition:background-color .15s;display:inline-flex}.search-bar__search-btn:hover{background-color:#1f2937}.search-bar__search-btn svg{stroke-width:2.5px;width:1.125rem;height:1.125rem}@media (max-width:768px){.search-bar{padding:1rem .75rem .75rem}.search-bar__pill{flex-wrap:nowrap}.search-bar__segment{padding:.5rem .75rem}.search-bar__segment-label{font-size:.6875rem}.search-bar__segment-value{font-size:.8125rem}.search-bar__search-btn{width:2.25rem;height:2.25rem}.search-bar__search-btn svg{width:1rem;height:1rem}}@media (max-width:640px){.search-bar__segment-value{font-size:.75rem}}.navigation-chips{background-color:#fff;flex-wrap:wrap;justify-content:center;gap:.75rem;padding:1rem 1rem 1.5rem;display:flex}.nav-chip{color:#374151;cursor:pointer;background-color:#fff;border:2px solid #e5e7eb;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .15s ease-in-out;display:flex;box-shadow:0 1px 2px #0000000d}.nav-chip:hover{color:#111827;border-color:#e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.nav-chip__icon{color:#6b7280}.nav-chip__icon svg{width:1rem;height:1rem}.nav-chip--active .nav-chip__icon{color:#fff}.nav-chip__badge{color:#fff;background-color:#1f2937;border-radius:9999px;margin-left:.25rem;padding:.125rem .5rem;font-size:.625rem;font-weight:700}.nav-chip--active .nav-chip__badge{color:#fff;background-color:#2563eb}.nav-chip--active{color:#fff;background-color:#111827;border-color:#111827;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.nav-chip--active:hover{color:#fff;background-color:#1f2937;border-color:#1f2937}.main-header{max-width:80rem;margin:0 auto;padding:2rem 1rem 1rem}.main-header__title{color:#111827;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}@media (min-width:768px){.main-header__title{font-size:1.875rem}}.filter-row{z-index:10;background-color:#fff;border-bottom:1px solid #f3f4f6;width:100%;position:sticky;top:0}.filter-row__container{align-items:center;gap:.75rem;max-width:80rem;margin:0 auto;padding:.75rem 1rem;display:flex}.filter-row__filter-btn{color:#1f2937;cursor:pointer;white-space:nowrap;background-color:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;flex-shrink:0;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out;display:inline-flex}.filter-row__filter-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.filter-row__filter-btn--active{color:#fff;background-color:#111827;border-color:#111827}.filter-row__filter-btn--active:hover{background-color:#1f2937;border-color:#1f2937}.filter-row__filter-icon{stroke-width:2px;width:1rem;height:1rem}.filter-row__filter-label{font-size:.875rem}.filter-row__filter-badge{color:#111827;background-color:#fff;border-radius:9999px;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;margin-left:.25rem;padding:0 .4rem;font-size:.6875rem;font-weight:600;line-height:1;display:inline-flex}.filter-row__filter-btn:not(.filter-row__filter-btn--active) .filter-row__filter-badge{color:#fff;background-color:#111827}.filter-row__divider{background-color:#e5e7eb;flex-shrink:0;width:1px;height:1.5rem}.filter-row__scroll{scrollbar-width:none;-ms-overflow-style:none;flex:1;align-items:center;gap:.5rem;min-width:0;padding:.25rem 0;display:flex;overflow-x:auto}.filter-row__scroll::-webkit-scrollbar{display:none}.filter-chip{color:#374151;cursor:pointer;white-space:nowrap;background-color:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;flex-shrink:0;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out;display:inline-flex}.filter-chip:hover{color:#111827;background-color:#f9fafb;border-color:#9ca3af}.filter-chip--active{color:#fff;background-color:#111827;border-color:#111827}.filter-chip--active:hover{color:#fff;background-color:#1f2937;border-color:#1f2937}.filter-chip__icon{stroke-width:1.75px;flex-shrink:0;width:1rem;height:1rem}.filter-chip--active .filter-chip__icon{stroke-width:2.25px}.filter-chip__label{font-size:.875rem}.filter-chip__close{stroke-width:2.25px;opacity:.75;width:.875rem;height:.875rem;margin-left:.125rem}.filter-chip:hover .filter-chip__close{opacity:1}@media (max-width:640px){.filter-row__container{gap:.5rem;padding:.75rem}.filter-row__filter-label{display:none}.filter-chip{padding:.375rem .75rem;font-size:.8125rem}}.listing-cards{max-width:80rem;margin:0 auto;padding:2rem 1rem}.listing-cards__grid{grid-template-columns:1fr;gap:2.5rem 1.5rem;display:grid}@media (min-width:640px){.listing-cards__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.listing-cards__grid{grid-template-columns:repeat(4,1fr)}}.listing-card{cursor:pointer;background-color:#fff;border-radius:.75rem;flex-direction:column;width:100%;display:flex;overflow:hidden}.listing-card__image-container{aspect-ratio:4/3;border-radius:.75rem;position:relative;overflow:hidden}.listing-card__image{object-fit:cover;width:100%;height:100%;transition:transform .5s ease-in-out}.listing-card:hover .listing-card__image{transform:scale(1.05)}.listing-card__premier-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#1f2937;text-transform:uppercase;letter-spacing:.05em;background-color:#ffffffe6;border-radius:.25rem;padding:.25rem .5rem;font-size:.625rem;font-weight:700;position:absolute;top:.75rem;left:.75rem;box-shadow:0 1px 2px #0000000d}.listing-card__favorite{cursor:pointer;background:0 0;border:none;border-radius:9999px;padding:.5rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;position:absolute;top:.75rem;right:.75rem}.listing-card__favorite:hover{background-color:#fff3}.listing-card__favorite svg{stroke:#fff;fill:#0003;width:1.5rem;height:1.5rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.listing-card__favorite--active svg{fill:#ef4444;stroke:#ef4444}.listing-card__content{flex-direction:column;gap:.25rem;padding-top:.75rem;padding-bottom:1rem;display:flex}.listing-card__header{justify-content:space-between;align-items:flex-start;display:flex}.listing-card__info{flex-direction:column;display:flex}.listing-card__type{color:#6b7280;font-size:.75rem;font-weight:500}.listing-card__location{color:#111827;font-size:.875rem;font-weight:700}.listing-card__rating-wrapper{align-items:center;gap:.25rem;display:flex}.listing-card__rating-badge{color:#fff;background-color:#16a34a;border-radius:.25rem;padding:.125rem .5rem;font-size:.625rem;font-weight:700}.listing-card__reviews,.listing-card__details{color:#6b7280;font-size:.75rem}.listing-card__price-wrapper{align-items:baseline;gap:.25rem;margin-top:.5rem;display:flex}.listing-card__price{color:#111827;font-size:1.125rem;font-weight:700}.listing-card__price-label{color:#6b7280;font-size:.75rem}.listing-cards__empty{text-align:center;color:#4b5563;padding:4rem 1rem}.listing-cards__empty p{margin:0;font-size:1rem;font-weight:500}.listing-cards__empty-sub{color:#6b7280!important;margin-top:.5rem!important;font-size:.875rem!important;font-weight:400!important}.details-page{max-width:80rem;margin:0 auto;padding:20px}.details-page__layout{grid-template-columns:1fr;gap:40px;margin-top:20px;display:grid}@media (min-width:1024px){.details-page__layout{grid-template-columns:2fr 1fr;align-items:start}}.details-page__content-area{flex-direction:column;gap:40px;height:2000px;display:flex}.details-page__booking{position:sticky;top:20px}.details-page__sections{flex-direction:column;gap:2rem;padding:1.5rem 0;display:flex}.details-page__divider{background-color:#f3f4f6;height:1px}.details-page .features__title{color:#111827;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.details-page .features__grid{grid-template-columns:1fr;gap:.5rem;display:grid}@media (min-width:768px){.details-page .features__grid{grid-template-columns:1fr 1fr}}.details-page .features__col{flex-direction:column;gap:.5rem;display:flex}.details-page .features__item{color:#374151;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.details-page .features__item--no{color:#9ca3af}.details-page .features__icon{border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex}.details-page .features__icon svg{width:.875rem;height:.875rem}.details-page .features__icon--yes{color:#16a34a;background-color:#dcfce7}.details-page .features__icon--no{color:#9ca3af;background-color:#f3f4f6}.details-page .highlights__title{color:#111827;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.details-page .highlights__list{flex-direction:column;gap:.75rem;display:flex}.details-page .highlights__item{align-items:center;gap:1rem;display:flex}.details-page .highlights__icon{color:#374151;background-color:#f5f1e8;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.details-page .highlights__icon svg{width:1.125rem;height:1.125rem}.details-page .highlights__text{color:#374151;font-size:.875rem;line-height:1.5}.details-page .itinerary__title{color:#111827;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.details-page .itinerary__list{border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:column;display:flex;overflow:hidden}.details-page .itinerary__item{border-bottom:1px solid #f3f4f6}.details-page .itinerary__item:last-child{border-bottom:none}.details-page .itinerary__header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:flex}.details-page .itinerary__header:hover{background-color:#f9fafb}.details-page .itinerary__day-badge{color:#fff;background-color:#111827;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:700;display:flex}.details-page .itinerary__item--open .details-page .itinerary__day-badge{background-color:#2563eb}.details-page .itinerary__header-info{flex-direction:column;flex:1;gap:2px;display:flex}.details-page .itinerary__header-title{color:#111827;font-size:.875rem;font-weight:600}.details-page .itinerary__header-location{color:#6b7280;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.details-page .itinerary__header-location svg{width:.75rem;height:.75rem}.details-page .itinerary__chevron{color:#9ca3af;flex-shrink:0;width:1.125rem;height:1.125rem;transition:transform .25s}.details-page .itinerary__chevron--open{transform:rotate(180deg)}.details-page .itinerary__body{overflow:hidden}.details-page .itinerary__body-inner{flex-direction:column;gap:.75rem;padding:.25rem 1.25rem 1.25rem 4rem;display:flex}.details-page .itinerary__desc{color:#4b5563;font-size:.875rem;line-height:1.6}.details-page .itinerary__activities{flex-direction:column;gap:.5rem;list-style:none;display:flex}.details-page .itinerary__activity{color:#374151;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.details-page .itinerary__activity-dot{background-color:#3b82f6;border-radius:9999px;flex-shrink:0;width:6px;height:6px}.details-page .host-card__title{color:#111827;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.details-page .host-card__body{flex-direction:column;gap:1rem;display:flex}.details-page .host-card__top{align-items:center;gap:1rem;display:flex}.details-page .host-card__avatar{color:#fff;background-color:#1f2937;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;font-size:1rem;font-weight:700;display:flex;position:relative}.details-page .host-card__premier-badge{color:#fff;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em;background-color:#111827;border-radius:9999px;padding:1px .25rem;font-size:.5rem;font-weight:700;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.details-page .host-card__info{flex-direction:column;gap:2px;display:flex}.details-page .host-card__name{color:#111827;font-size:1rem;font-weight:700}.details-page .host-card__since{color:#6b7280;font-size:.75rem}.details-page .host-card__bio{color:#4b5563;font-size:.875rem;line-height:1.6}.details-page .host-card__stats{gap:1.5rem;display:flex}.details-page .host-card__stat{color:#6b7280;align-items:center;gap:.5rem;display:flex}.details-page .host-card__stat svg{flex-shrink:0;width:1.125rem;height:1.125rem}.details-page .host-card__stat div{flex-direction:column;gap:1px;display:flex}.details-page .host-card__stat-label{color:#9ca3af;font-size:.75rem}.details-page .host-card__stat-value{color:#1f2937;font-size:.875rem;font-weight:600}.details-page .host-card__contact{color:#374151;cursor:pointer;background:0 0;border:1.5px solid #d1d5db;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:inline-flex}.details-page .host-card__contact:hover{color:#111827;border-color:#374151}.details-page .host-card__contact svg{width:1rem;height:1rem}.details-page .reviews__header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.details-page .reviews__title{color:#111827;font-size:1.25rem;font-weight:700}.details-page .reviews__summary{align-items:center;gap:.25rem;display:flex}.details-page .reviews__summary-star{color:#f97316;fill:#f97316;width:1rem;height:1rem}.details-page .reviews__summary-score{color:#111827;font-size:1rem;font-weight:700}.details-page .reviews__summary-count{color:#6b7280;font-size:.875rem}.details-page .reviews__list{flex-direction:column;gap:1.25rem;display:flex}.details-page .review-card{flex-direction:column;gap:.75rem;display:flex}.details-page .review-card__top{align-items:center;gap:.75rem;display:flex}.details-page .review-card__avatar{color:#374151;background-color:#f5f1e8;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.75rem;font-weight:700;display:flex}.details-page .review-card__meta{flex-direction:column;flex:1;gap:1px;display:flex}.details-page .review-card__name{color:#111827;font-size:.875rem;font-weight:600}.details-page .review-card__date{color:#6b7280;font-size:.75rem}.details-page .review-card__stars{gap:2px;display:flex}.details-page .review-card__star{color:#f97316;fill:#f97316;width:.875rem;height:.875rem}.details-page .review-card__text{color:#4b5563;font-size:.875rem;line-height:1.6}.breadcrumb{color:#6b7280;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;font-size:.75rem;display:flex}.breadcrumb__item:not(:last-child):after{content:">";color:#9ca3af;margin-left:.5rem}.details-header__title{color:#111827;margin-bottom:.75rem;font-size:2rem;font-weight:800;line-height:1.2}.details-header__meta{color:#374151;flex-wrap:wrap;align-items:center;font-size:.875rem;display:flex}.details-header__meta-rating{align-items:center;gap:.25rem;font-weight:700;display:flex}.details-header__meta-rating:after{content:"";background-color:#d1d5db;border-radius:9999px;width:4px;height:4px;margin:0 8px}.details-header__meta-stars{color:#f97316;display:flex}.details-header__meta-reviews{color:#6b7280;margin-left:.25rem;font-weight:400;text-decoration:underline}.details-header__meta-days{align-items:center;font-weight:500;display:flex}.details-header__meta-days:after{content:"";background-color:#d1d5db;border-radius:9999px;width:4px;height:4px;margin:0 .5rem}.details-header__meta-route{color:#4b5563}.gallery .gallery-grid{gap:12px;display:grid}.gallery .g-item{cursor:pointer;background:#f2f4f7;border:none;border-radius:18px;padding:0;transition:transform .2s,opacity .2s;display:block;overflow:hidden}.gallery .g-item:hover{opacity:.9;transform:scale(1.02)}.gallery .g-item:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.gallery .g-item img{object-fit:cover;width:100%;height:100%;display:block}.gallery[data-layout=hero-right] .gallery-grid,.gallery[data-layout=hero-left] .gallery-grid,.gallery[data-layout=masonry-5] .gallery-grid{grid-template-rows:180px 120px;grid-template-columns:1fr 1fr}.gallery[data-layout=hero-right] .g-item[data-pos=a],.gallery[data-layout=hero-left] .g-item[data-pos=a],.gallery[data-layout=masonry-5] .g-item[data-pos=a]{grid-area:1/1/auto/span 2}.gallery[data-layout=hero-right] .g-item[data-pos=b],.gallery[data-layout=hero-left] .g-item[data-pos=b],.gallery[data-layout=masonry-5] .g-item[data-pos=b]{grid-area:2/1}.gallery[data-layout=hero-right] .g-item[data-pos=c],.gallery[data-layout=hero-left] .g-item[data-pos=c],.gallery[data-layout=masonry-5] .g-item[data-pos=c]{grid-area:2/2}.gallery[data-layout=hero-right] .g-item[data-pos=d],.gallery[data-layout=hero-right] .g-item[data-pos=e],.gallery[data-layout=hero-left] .g-item[data-pos=d],.gallery[data-layout=hero-left] .g-item[data-pos=e],.gallery[data-layout=masonry-5] .g-item[data-pos=d],.gallery[data-layout=masonry-5] .g-item[data-pos=e]{display:none}.gallery[data-layout=grid-2x2] .gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:160px}.gallery[data-layout=grid-2x2] .g-item[data-pos=a]{grid-area:1/1}.gallery[data-layout=grid-2x2] .g-item[data-pos=b]{grid-area:1/2}.gallery[data-layout=grid-2x2] .g-item[data-pos=c]{grid-area:2/1}.gallery[data-layout=grid-2x2] .g-item[data-pos=d]{grid-area:2/2}.gallery[data-layout=grid-2x2] .g-item[data-pos=e]{display:none}@media (min-width:640px){.gallery[data-layout=hero-right] .gallery-grid{grid-template-rows:240px 140px;grid-template-columns:1fr 1.4fr}.gallery[data-layout=hero-right] .g-item[data-pos=a]{grid-area:1/2/span 2}.gallery[data-layout=hero-right] .g-item[data-pos=b]{grid-area:1/1}.gallery[data-layout=hero-right] .g-item[data-pos=c]{grid-area:2/1}.gallery[data-layout=hero-right] .g-item[data-pos=d],.gallery[data-layout=hero-right] .g-item[data-pos=e]{display:none}.gallery[data-layout=hero-left] .gallery-grid{grid-template-rows:240px 140px;grid-template-columns:1.4fr 1fr}.gallery[data-layout=hero-left] .g-item[data-pos=a]{grid-area:1/1/span 2}.gallery[data-layout=hero-left] .g-item[data-pos=b]{grid-area:1/2}.gallery[data-layout=hero-left] .g-item[data-pos=c]{grid-area:2/2}.gallery[data-layout=hero-left] .g-item[data-pos=d],.gallery[data-layout=hero-left] .g-item[data-pos=e]{display:none}.gallery[data-layout=grid-2x2] .gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:220px}.gallery[data-layout=masonry-5] .gallery-grid{grid-template-rows:220px 110px 110px;grid-template-columns:1.4fr 1fr}.gallery[data-layout=masonry-5] .g-item[data-pos=a]{grid-area:1/1/span 3}.gallery[data-layout=masonry-5] .g-item[data-pos=b]{grid-area:1/2}.gallery[data-layout=masonry-5] .g-item[data-pos=c]{grid-area:2/2}.gallery[data-layout=masonry-5] .g-item[data-pos=d]{grid-area:3/2;display:block}.gallery[data-layout=masonry-5] .g-item[data-pos=e]{display:none}}.gallery-slider{z-index:9999;cursor:pointer;background:#000000f2;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.gallery-slider__close{z-index:10000;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .15s ease-in-out;display:flex;position:absolute;top:1rem;right:1rem}.gallery-slider__close:hover{background:#fff3;transform:scale(1.1)}.gallery-slider__close:focus-visible{outline-offset:2px;outline:2px solid #fff}.gallery-slider__nav{z-index:10000;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .15s ease-in-out;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-slider__nav--prev{left:.5rem}.gallery-slider__nav--next{right:.5rem}.gallery-slider__nav:hover{background:#fff3;transform:translateY(-50%)scale(1.1)}.gallery-slider__nav:focus-visible{outline-offset:2px;outline:2px solid #fff}@media (min-width:768px){.gallery-slider__nav{width:56px;height:56px}.gallery-slider__nav--prev{left:1.5rem}.gallery-slider__nav--next{right:1.5rem}}.gallery-slider__content{cursor:default;flex-direction:column;justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.gallery-slider__image{object-fit:contain;border-radius:.5rem;max-width:100%;max-height:calc(90vh - 120px);animation:.3s ease-out zoomIn}.gallery-slider__counter{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;position:absolute;bottom:-2rem;left:50%;transform:translate(-50%)}.gallery-slider__thumbnails{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);scrollbar-width:thin;scrollbar-color:#ffffff4d #0000;background:#00000080;border-radius:.5rem;gap:.5rem;max-width:calc(100% - 80px);padding:.5rem;display:flex;position:absolute;bottom:1rem;left:50%;overflow-x:auto;transform:translate(-50%)}.gallery-slider__thumbnails::-webkit-scrollbar{height:4px}.gallery-slider__thumbnails::-webkit-scrollbar-track{background:0 0}.gallery-slider__thumbnails::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:9999px}@media (min-width:768px){.gallery-slider__thumbnails{max-width:calc(100% - 120px);bottom:1.5rem}}.gallery-slider__thumbnail{cursor:pointer;background:#ffffff1a;border:2px solid #0000;border-radius:.25rem;flex-shrink:0;width:48px;height:48px;padding:0;transition:all .15s ease-in-out;overflow:hidden}.gallery-slider__thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.gallery-slider__thumbnail:hover{border-color:#ffffff80;transform:scale(1.1)}.gallery-slider__thumbnail.is-active{border-color:#fff;box-shadow:0 0 0 2px #ffffff4d}.gallery-slider__thumbnail:focus-visible{outline-offset:2px;outline:2px solid #fff}@media (min-width:768px){.gallery-slider__thumbnail{width:60px;height:60px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.gallery--tourradar .gallery-grid{grid-template-rows:180px 180px;grid-template-columns:1fr 1fr;gap:8px;display:grid}@media (min-width:768px){.gallery--tourradar .gallery-grid{grid-template-rows:220px 220px;grid-template-columns:1.3fr 1fr 1fr}}.gallery--tourradar .g-item[data-pos=a]{grid-area:1/1/auto/span 2}.gallery--tourradar .g-item[data-pos=b]{grid-area:2/1}.gallery--tourradar .g-item[data-pos=c]{grid-area:2/2}.gallery--tourradar .g-item[data-pos=d],.gallery--tourradar .g-item[data-pos=e]{display:none}@media (min-width:768px){.gallery--tourradar .g-item[data-pos=a]{grid-area:1/1/span 2}.gallery--tourradar .g-item[data-pos=b]{grid-area:1/2;display:block}.gallery--tourradar .g-item[data-pos=c]{grid-area:1/3;display:block}.gallery--tourradar .g-item[data-pos=d]{grid-area:2/2;display:block}.gallery--tourradar .g-item[data-pos=e]{grid-area:2/3;display:block}}.g-item--video{cursor:pointer;border-radius:18px;position:relative;overflow:hidden}.g-item--video img{object-fit:cover;width:100%;height:100%;display:block}.g-item--video:hover .g-item__play-btn{transform:scale(1.1)}.g-item__video-overlay{background:linear-gradient(#0000 50%,#00000080 100%);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.g-item__play-btn{cursor:pointer;color:#111827;background:#ffffffe6;border:none;border-radius:9999px;justify-content:center;align-items:center;width:3rem;height:3rem;transition:transform .2s;display:flex}.g-item__play-btn svg{width:1.25rem;height:1.25rem;margin-left:2px}.g-item__video-author{color:#fff;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;bottom:.75rem;left:.75rem}.g-item__video-avatar{background:#fff3;border:1.5px solid #fff9;border-radius:9999px;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.75rem;font-weight:700;display:flex}.g-item__view-all{color:#fff;opacity:0;background:#00000059;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;transition:opacity .2s;display:flex;position:absolute;inset:0}.g-item:hover .g-item__view-all{opacity:1}.g-item__view-all svg{width:1rem;height:1rem}.g-item--review{cursor:pointer;background:#fff;border:none;border-radius:18px;padding:0;transition:box-shadow .2s}.g-item--review:hover{opacity:1;transform:none;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.gallery-review{text-align:left;flex-direction:column;gap:.5rem;height:100%;padding:1rem;display:flex}@media (min-width:768px){.gallery-review{padding:1.25rem}}.gallery-review__stars{gap:2px;display:flex}.gallery-review__star{color:#f97316;fill:#f97316;width:.875rem;height:.875rem}.gallery-review__text{color:#374151;-webkit-line-clamp:4;-webkit-box-orient:vertical;flex:1;font-size:.75rem;line-height:1.5;display:-webkit-box;overflow:hidden}@media (min-width:768px){.gallery-review__text{font-size:.875rem}}.gallery-review__footer{align-items:center;gap:.5rem;margin-top:auto;display:flex}.gallery-review__avatar{color:#374151;background-color:#f5f1e8;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.75rem;font-weight:700;display:flex}.gallery-review__author{color:#1f2937;font-size:.75rem;font-weight:600;display:block}.gallery-review__date{color:#9ca3af;font-size:.625rem;display:block}.gallery-video-placeholder{position:relative}.gallery-video-placeholder img{object-fit:contain;border-radius:.5rem;max-width:90vw;max-height:calc(90vh - 120px);display:block}.gallery-video-placeholder__label{color:#fff;white-space:nowrap;background:#0009;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.g-item__video-count{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:9999px;padding:2px .5rem;font-size:.75rem;font-weight:600;position:absolute;bottom:.75rem;right:.75rem}.gallery-slider__thumbnail-play{background:#00000059;border-radius:.25rem;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.gallery-slider__thumbnail-play svg{color:#fff}.booking-panel{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d}.booking-panel__price-block{flex-wrap:wrap;align-items:baseline;gap:.25rem;margin-bottom:1.25rem;display:flex}.booking-panel__price-label{color:#4b5563;font-size:.875rem}.booking-panel__price{color:#111827;margin:0;font-size:1.5rem;font-weight:600}.booking-panel__price strong{font-weight:700}.booking-panel__price-info{color:#9ca3af;cursor:help;justify-content:center;align-items:center;margin-left:.25rem;display:inline-flex}.booking-panel__price-info:hover{color:#4b5563}.booking-panel__fields{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.booking-panel__field{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;align-items:center;min-height:44px;padding:0 1rem;display:flex;position:relative}.booking-panel__field:focus-within{outline-offset:2px;border-color:#14b8a6;outline:2px solid #0000;box-shadow:0 0 0 2px #14b8a633}.booking-panel__field-icon{color:#9ca3af;pointer-events:none;flex-shrink:0;margin-right:.5rem}.booking-panel__select{color:#1f2937;cursor:pointer;appearance:none;background:0 0;border:none;flex:1;min-width:0;padding:.5rem 0;font-size:1rem}.booking-panel__select:focus{outline:none}.booking-panel__select option{color:#1f2937}.booking-panel__field-chevron{color:#9ca3af;pointer-events:none;flex-shrink:0;margin-left:.5rem}.booking-panel__actions{gap:.5rem;margin-bottom:1rem;display:flex}.booking-panel__btn-primary{color:#fff;cursor:pointer;background:#14b8a6;border:none;border-radius:.5rem;flex:1;justify-content:center;align-items:center;min-height:44px;padding:.5rem 1rem;font-size:1rem;font-weight:600;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:flex}.booking-panel__btn-primary:hover{background:#0d9488}.booking-panel__btn-primary:focus-visible{outline-offset:2px;outline:2px solid #14b8a6}.booking-panel__btn-favorite{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;justify-content:center;align-items:center;width:44px;min-height:44px;padding:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:flex}.booking-panel__btn-favorite:hover{color:#ef4444;border-color:#9ca3af}.booking-panel__btn-favorite.is-active{color:#ef4444}.booking-panel__btn-favorite:focus-visible{outline-offset:2px;outline:2px solid #14b8a6}.booking-panel__guarantee{flex-wrap:wrap;align-items:center;gap:.25rem;margin-bottom:1.25rem;font-size:.875rem;display:flex}.booking-panel__guarantee-link{color:#374151;text-decoration:underline}.booking-panel__guarantee-link:hover{color:#0d9488}.booking-panel__guarantee-icon{color:#9ca3af;flex-shrink:0}.booking-panel__learn-more{color:#4b5563;margin-left:.25rem;text-decoration:underline}.booking-panel__learn-more:hover{color:#0d9488}.booking-panel__plan{border-top:1px solid #e5e7eb;padding-top:1rem}.booking-panel__plan-title{color:#1f2937;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.booking-panel__plan-link{color:#374151;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.875rem;text-decoration:none;transition:color .15s;display:flex}.booking-panel__plan-link:hover{color:#0d9488}.booking-panel__plan-link svg{color:#6b7280;flex-shrink:0}.whatsapp-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.5rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:inline-flex}.whatsapp-btn:hover{background:#1ebe5d}.whatsapp-btn:focus-visible{outline-offset:2px;outline:2px solid #25d366}.booking-panel .whatsapp-btn{flex:1}.about-page{background-color:#fff;width:100%}.about-page__container{max-width:80rem;margin:0 auto;padding:3rem 1rem}.about-page__title{letter-spacing:-.02em;color:#111827;margin-bottom:1rem;font-size:2rem;font-weight:700}.about-page__subtitle{color:#374151;max-width:58rem;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.about-page__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.about-page__grid{grid-template-columns:repeat(3,1fr)}}.about-page__card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d}.about-page__card-title{color:#111827;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.about-page__card-text{color:#374151;font-size:1rem;line-height:1.6}.about-page__actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2.5rem;display:flex}.about-page__link{color:#1d4ed8;align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:inline-flex}.about-page__link:hover{color:#2563eb}.auth-modal{background-color:#fff;border-radius:0;flex-direction:column;width:100%;min-height:100dvh;padding:1.5rem 1rem;display:flex;position:relative;box-shadow:0 20px 60px #00000026}@media (min-width:640px){.auth-modal{max-width:440px;min-height:unset;border-radius:.75rem;padding:2rem;display:block}}.auth-modal__backdrop{z-index:999;background-color:#00000073;justify-content:center;align-items:flex-start;padding:0;display:flex;position:fixed;inset:0}@media (min-width:640px){.auth-modal__backdrop{align-items:center;padding:1rem}}.auth-modal__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.auth-modal__title{color:#111827;font-size:1.5rem;font-weight:700}.auth-modal__close{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;width:2rem;height:2rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:flex}.auth-modal__close:hover{color:#111827;background-color:#f3f4f6}.auth-modal__close svg{width:1.25rem;height:1.25rem}.auth-modal__tabs{background-color:#f3f4f6;border-radius:.5rem;margin-bottom:1.5rem;padding:3px;display:flex}.auth-modal__tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.25rem;flex:1;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out}.auth-modal__tab--active{color:#111827;background-color:#fff;box-shadow:0 1px 2px #0000000d}.auth-modal__form{flex-direction:column;gap:1rem;display:flex}.auth-modal__field{flex-direction:column;gap:.25rem;display:flex}.auth-modal__label{color:#374151;font-size:.875rem;font-weight:500}.auth-modal__input-wrapper{position:relative}.auth-modal__input{color:#111827;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;outline:none;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.auth-modal__input::placeholder{color:#9ca3af}.auth-modal__input:focus{border-color:#1f2937;box-shadow:0 0 0 3px #11182714}.auth-modal__input-wrapper .auth-modal__input{padding-right:2.75rem}.auth-modal__eye{cursor:pointer;color:#9ca3af;background:0 0;border:none;align-items:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.auth-modal__eye:hover{color:#374151}.auth-modal__eye svg{width:1.1rem;height:1.1rem}.auth-modal__forgot{color:#6b7280;cursor:pointer;background:0 0;border:none;align-self:flex-end;font-size:.75rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.auth-modal__forgot:hover{color:#111827}.auth-modal__submit{color:#fff;cursor:pointer;background-color:#111827;border:none;border-radius:.5rem;width:100%;margin-top:.5rem;padding:.75rem;font-size:.875rem;font-weight:600;transition:background-color .15s ease-in-out}.auth-modal__submit:hover{background-color:#1f2937}.auth-modal__switch{text-align:center;color:#6b7280;font-size:.875rem}.auth-modal__switch-btn{cursor:pointer;color:#111827;background:0 0;border:none;font-size:.875rem;font-weight:600;text-decoration:underline;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.auth-modal__switch-btn:hover{color:#374151}.auth-modal__divider{color:#9ca3af;align-items:center;gap:.75rem;font-size:.75rem;display:flex}.auth-modal__divider:before,.auth-modal__divider:after{content:"";background-color:#e5e7eb;flex:1;height:1px}.auth-modal__google{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.75rem;font-size:.875rem;font-weight:500;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:flex}.auth-modal__google:hover{background-color:#f9fafb;border-color:#9ca3af}@keyframes spin{to{transform:rotate(360deg)}}.search-modal{background-color:#fff;flex-direction:column;width:100%;min-height:100dvh;max-height:100dvh;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.search-modal{min-height:unset;border-radius:1.25rem;width:100%;max-width:560px;max-height:90dvh;box-shadow:0 24px 80px #0000002e}}.search-modal__backdrop{z-index:1000;background-color:#0000007a;justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0}@media (min-width:768px){.search-modal__backdrop{align-items:center;padding:1rem}}.search-modal__header{border-bottom:1px solid #f3f4f6;flex-shrink:0;align-items:center;gap:.75rem;padding:1rem;display:flex}.search-modal__search-row{background-color:#f9fafb;border:1.5px solid #e5e7eb;border-radius:9999px;flex:1;align-items:center;gap:.5rem;padding:.75rem 1rem;transition:all .15s ease-in-out;display:flex}.search-modal__search-row:focus-within{background-color:#fff;border-color:#1f2937;box-shadow:0 0 0 3px #11182712}.search-modal__search-icon{color:#9ca3af;flex-shrink:0;width:1.1rem;height:1.1rem}.search-modal__search-input{color:#111827;background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.search-modal__search-input::placeholder{color:#9ca3af}.search-modal__clear-input{cursor:pointer;color:#fff;background:#d1d5db;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:flex}.search-modal__clear-input svg{width:.7rem;height:.7rem}.search-modal__clear-input:hover{background:#6b7280}.search-modal__close-btn{cursor:pointer;color:#4b5563;background:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:all .15s ease-in-out;display:flex}.search-modal__close-btn svg{width:1rem;height:1rem}.search-modal__close-btn:hover{color:#111827;background:#f3f4f6;border-color:#d1d5db}.search-modal__tabs{border-bottom:1px solid #f3f4f6;flex-shrink:0;gap:.5rem;padding:.75rem 1rem;display:flex}.search-modal__tab{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #e5e7eb;border-radius:9999px;flex:1;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out}.search-modal__tab:hover{color:#1f2937;border-color:#9ca3af}.search-modal__tab--active{color:#fff;background-color:#111827;border-color:#111827;font-weight:600}.search-modal__body{scrollbar-width:thin;scrollbar-color:#e5e7eb #0000;flex-direction:column;flex:1;gap:.25rem;padding:.5rem 1rem;display:flex;overflow-y:auto}.search-modal__body::-webkit-scrollbar{width:4px}.search-modal__body::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:2px}.search-modal__section{border-bottom:1px solid #f3f4f6;padding:1rem 0}.search-modal__section:last-child{border-bottom:none}.search-modal__section-head{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.search-modal__section-title{color:#1f2937;letter-spacing:-.01em;font-size:.875rem;font-weight:700}.search-modal__chips{flex-wrap:wrap;gap:.5rem;display:flex}.search-modal__chip{color:#374151;cursor:pointer;white-space:nowrap;background-color:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out}.search-modal__chip:hover{color:#111827;border-color:#9ca3af}.search-modal__chip--active{color:#fff;background-color:#111827;border-color:#111827;font-weight:600}.search-modal__chip--active:hover{color:#fff;background-color:#1f2937;border-color:#1f2937}.search-modal__chip--sm{padding:.25rem .75rem;font-size:.75rem}.search-modal__near-me-btn{color:#374151;cursor:pointer;text-align:left;background-color:#f9fafb;border:1.5px dashed #d1d5db;border-radius:.75rem;align-items:center;gap:.5rem;width:100%;margin-top:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out;display:flex}.search-modal__near-me-btn svg{color:#3b82f6;flex-shrink:0;width:1rem;height:1rem}.search-modal__near-me-btn .spin{animation:1s linear infinite spin}.search-modal__near-me-btn:hover:not(:disabled){color:#2563eb;background-color:#eff6ff;border-color:#3b82f6}.search-modal__near-me-btn--active{color:#2563eb;background-color:#eff6ff;border-style:solid;border-color:#3b82f6;font-weight:600}.search-modal__near-me-btn--active svg{color:#2563eb}.search-modal__near-me-btn--error{color:#ef4444;background-color:#fef2f2;border-style:solid;border-color:#ef4444}.search-modal__near-me-btn--error svg{color:#ef4444}.search-modal__near-me-btn:disabled{opacity:.7;cursor:not-allowed}.search-modal__radius-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex;overflow:hidden}.search-modal__radius-label{color:#6b7280;white-space:nowrap;font-size:.75rem;font-weight:500}.search-modal__price-badge{color:#374151;background:#f3f4f6;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}.search-modal__range-track{border-radius:9999px;height:4px;margin:1rem .5rem .5rem;position:relative}.search-modal__range{appearance:none;pointer-events:none;background:0 0;width:100%;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.search-modal__range::-webkit-slider-thumb{appearance:none;cursor:pointer;pointer-events:all;background:#fff;border:2px solid #111827;border-radius:9999px;width:20px;height:20px;transition:transform .1s,box-shadow .1s;box-shadow:0 1px 4px #00000026}.search-modal__range::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 2px 8px #0003}.search-modal__range::-webkit-slider-thumb:active{transform:scale(1.2)}.search-modal__range::-moz-range-thumb{cursor:pointer;pointer-events:all;background:#fff;border:2px solid #111827;border-radius:9999px;width:20px;height:20px;box-shadow:0 1px 4px #00000026}.search-modal__counter-grid{flex-direction:column;gap:1rem;display:flex}.search-modal__counter-row{justify-content:space-between;align-items:center;display:flex}.search-modal__counter-label{color:#374151;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.search-modal__counter-icon{align-items:center;display:flex}.search-modal__counter-icon svg{color:#6b7280;width:1rem;height:1rem}.search-modal__counter{align-items:center;gap:.75rem;display:flex}.search-modal__counter-btn{cursor:pointer;color:#374151;background:#fff;border:1.5px solid #d1d5db;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .15s ease-in-out;display:flex}.search-modal__counter-btn svg{width:.875rem;height:.875rem}.search-modal__counter-btn:hover:not(:disabled){color:#111827;background:#f9fafb;border-color:#1f2937}.search-modal__counter-btn:disabled{opacity:.35;cursor:not-allowed}.search-modal__counter-value{color:#111827;text-align:center;min-width:4rem;font-size:1rem;font-weight:600}.search-modal__toggles{flex-direction:column;gap:0;display:flex}.search-modal__toggle-row{cursor:pointer;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:.75rem 0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:flex}.search-modal__toggle-row:last-child{border-bottom:none}.search-modal__toggle-row:hover .search-modal__toggle-label{color:#111827}.search-modal__toggle-label{color:#374151;-webkit-user-select:none;user-select:none;align-items:center;gap:.75rem;font-size:.875rem;font-weight:500;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:flex}.search-modal__toggle-icon{align-items:center;display:flex}.search-modal__toggle-icon svg{color:#9ca3af;width:1rem;height:1rem}.search-modal__toggle{background-color:#e5e7eb;border-radius:9999px;flex-shrink:0;width:2.75rem;height:1.5rem;transition:background-color .2s;position:relative}.search-modal__toggle--on{background-color:#111827}.search-modal__toggle-thumb{background:#fff;border-radius:9999px;width:18px;height:18px;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.search-modal__footer{background:#fff;border-top:1px solid #f3f4f6;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem;display:flex}.search-modal__clear-all{color:#9ca3af;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:.5rem;font-size:.875rem;font-weight:500;text-decoration:underline;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.search-modal__clear-all--visible{color:#374151}.search-modal__clear-all--visible:hover{color:#111827}.search-modal__clear-all:disabled{cursor:default}.search-modal__search-btn{color:#fff;cursor:pointer;background-color:#111827;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:background-color .15s;display:flex;box-shadow:0 2px 12px #0003}.search-modal__search-btn svg{width:1rem;height:1rem}.search-modal__search-btn:hover{background-color:#1f2937}.search-modal__calendar-placeholder{color:#6b7280;cursor:not-allowed;background-color:#f9fafb;border:1.5px dashed #d1d5db;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.search-modal__calendar-placeholder svg{stroke-width:1.75px;width:1rem;height:1rem}.filter-modal{background-color:#fff;flex-direction:column;width:100%;min-height:100dvh;max-height:100dvh;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.filter-modal{min-height:unset;border-radius:1.25rem;width:100%;max-width:560px;max-height:90dvh;box-shadow:0 24px 80px #0000002e}}.filter-modal__backdrop{z-index:1000;background-color:#0000007a;justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0}@media (min-width:768px){.filter-modal__backdrop{align-items:center;padding:1rem}}.filter-modal__header{border-bottom:1px solid #f3f4f6;flex-shrink:0;grid-template-columns:2.5rem 1fr 2.5rem;align-items:center;padding:1rem;display:grid}.filter-modal__close{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:inline-flex}.filter-modal__close:hover{color:#111827;background-color:#f3f4f6}.filter-modal__close svg{stroke-width:2px;width:1.25rem;height:1.25rem}.filter-modal__title{color:#111827;text-align:center;margin:0;font-size:1rem;font-weight:600}.filter-modal__header-spacer{display:block}.filter-modal__body{scrollbar-width:thin;scrollbar-color:#d1d5db #0000;flex-direction:column;flex:1;gap:1.5rem;padding:1rem 1.25rem;display:flex;overflow-y:auto}.filter-modal__body::-webkit-scrollbar{width:6px}.filter-modal__body::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:9999px}.filter-modal__section{flex-direction:column;gap:.75rem;display:flex}.filter-modal__section--muted{border-bottom:1px solid #f3f4f6;padding-bottom:1rem}.filter-modal__section--muted .filter-modal__section-title{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;font-size:.75rem;font-weight:600}.filter-modal__section-head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.filter-modal__section-title{color:#111827;font-size:.875rem;font-weight:600}.filter-modal__chips{flex-wrap:wrap;gap:.5rem;display:flex}.filter-modal__chip{color:#374151;cursor:pointer;white-space:nowrap;background-color:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:500;transition:all .15s ease-in-out;display:inline-flex}.filter-modal__chip:hover{color:#111827;border-color:#9ca3af}.filter-modal__chip--active{color:#fff;background-color:#111827;border-color:#111827}.filter-modal__chip--active:hover{color:#fff;background-color:#1f2937;border-color:#1f2937}.filter-modal__chip--removable{padding-right:.625rem}.filter-modal__chip-close{stroke-width:2.25px;opacity:.8;width:.875rem;height:.875rem}.filter-modal__price-badge{color:#374151;background-color:#f3f4f6;border-radius:.25rem;padding:.25rem .625rem;font-size:.875rem;font-weight:500}.filter-modal__range-track{border-radius:9999px;width:100%;height:.375rem;margin:.75rem 0 .25rem;position:relative}.filter-modal__range{pointer-events:none;appearance:none;background:0 0;width:100%;height:100%;margin:0;position:absolute;inset:0}.filter-modal__range::-webkit-slider-thumb{appearance:none;cursor:pointer;pointer-events:auto;background-color:#fff;border:2px solid #111827;border-radius:50%;width:1.25rem;height:1.25rem;transition:transform .15s;box-shadow:0 1px 2px #0000000d}.filter-modal__range::-webkit-slider-thumb:hover{transform:scale(1.15)}.filter-modal__range::-moz-range-thumb{cursor:pointer;pointer-events:auto;background-color:#fff;border:2px solid #111827;border-radius:50%;width:1.25rem;height:1.25rem;box-shadow:0 1px 2px #0000000d}.filter-modal__range::-webkit-slider-runnable-track{background:0 0;height:100%}.filter-modal__toggles{flex-direction:column;gap:.25rem;display:flex}.filter-modal__toggle-row{cursor:pointer;border-radius:.5rem;outline:none;justify-content:space-between;align-items:center;padding:.75rem .5rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:flex}.filter-modal__toggle-row:hover{background-color:#f9fafb}.filter-modal__toggle-row:focus-visible{background-color:#f3f4f6}.filter-modal__toggle-label{color:#1f2937;align-items:center;gap:.75rem;font-size:.875rem;font-weight:500;display:flex}.filter-modal__toggle-icon{color:#4b5563;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:inline-flex}.filter-modal__toggle-icon svg{stroke-width:1.75px;width:1.125rem;height:1.125rem}.filter-modal__toggle{background-color:#d1d5db;border-radius:9999px;flex-shrink:0;width:2.625rem;height:1.5rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;position:relative}.filter-modal__toggle--on{background-color:#111827}.filter-modal__toggle-thumb{background-color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;position:absolute;top:.125rem;left:.125rem;box-shadow:0 1px 2px #0000000d}.filter-modal__footer{background-color:#fff;border-top:1px solid #f3f4f6;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.filter-modal__reset{color:#111827;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:.875rem;font-weight:500;text-decoration:underline}.filter-modal__reset:hover{color:#374151}.filter-modal__apply{color:#fff;cursor:pointer;background-color:#111827;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;min-width:9rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .15s ease-in-out;display:inline-flex}.filter-modal__apply:hover{background-color:#1f2937}.dashboard{background-color:#f9fafb;width:100%;min-height:100vh}.dashboard__container{max-width:56rem;margin:0 auto;padding:1.5rem 1rem}@media (min-width:768px){.dashboard__container{padding:2.5rem 1rem}}.dashboard__header{margin-bottom:1.5rem}.dashboard__title{color:#111827;margin-bottom:.25rem;font-size:1.875rem;font-weight:700}.dashboard__greeting{color:#6b7280;font-size:.875rem}.dashboard__tabs{background-color:#fff;border:1px solid #e5e7eb;border-radius:9999px;margin-bottom:2rem;padding:4px;display:inline-flex;box-shadow:0 1px 2px #0000000d}.dashboard__tab{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:9999px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out}.dashboard__tab--active{color:#fff;background-color:#111827}.dashboard__content{flex-direction:column;gap:2rem;display:flex}.dashboard__stats{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:768px){.dashboard__stats{grid-template-columns:repeat(4,1fr)}}.dashboard__section{flex-direction:column;gap:1rem;display:flex}.dashboard__section-header{justify-content:space-between;align-items:center;display:flex}.dashboard__section-title{color:#111827;font-size:1.125rem;font-weight:600}.dashboard__section-action{color:#374151;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:flex}.dashboard__section-action:hover{color:#111827}.dashboard__section-action svg{width:1rem;height:1rem}.dashboard__trips{flex-direction:column;gap:.75rem;display:flex}.dashboard__owner-empty{text-align:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:column;align-items:center;padding:3rem 1rem;display:flex}.dashboard__owner-empty-icon{color:#4b5563;background-color:#f5f1e8;border-radius:9999px;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1rem;display:flex}.dashboard__owner-empty-icon svg{width:1.75rem;height:1.75rem}.dashboard__owner-empty-title{color:#111827;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.dashboard__owner-empty-desc{color:#6b7280;max-width:24rem;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.dashboard__owner-cta{color:#fff;background-color:#111827;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .15s;display:inline-flex}.dashboard__owner-cta:hover{background-color:#1f2937}.dashboard__owner-cta svg{width:1rem;height:1rem}.stat-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:column;gap:.25rem;padding:1rem;display:flex}.stat-card__icon{color:#9ca3af;margin-bottom:.25rem}.stat-card__icon svg{width:1.25rem;height:1.25rem}.stat-card__value{color:#111827;font-size:1.5rem;font-weight:700}.stat-card__label{color:#6b7280;font-size:.75rem}.trip-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;transition:all .15s ease-in-out;display:flex;overflow:hidden}.trip-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.trip-card__image-wrapper{flex-shrink:0;width:7rem;position:relative}@media (min-width:768px){.trip-card__image-wrapper{width:9rem}}.trip-card__image{object-fit:cover;width:100%;height:100%;display:block}.trip-card__badge{text-transform:uppercase;letter-spacing:.04em;border-radius:9999px;padding:2px .5rem;font-size:.625rem;font-weight:700;position:absolute;top:.5rem;left:.5rem}.trip-card__badge--upcoming{color:#fff;background-color:#111827}.trip-card__badge--completed{color:#4b5563;background-color:#e5e7eb}.trip-card__content{flex:1;justify-content:space-between;align-items:center;gap:.5rem;padding:1rem;display:flex}.trip-card__info{flex-direction:column;gap:.25rem;display:flex}.trip-card__title{color:#111827;font-size:.875rem;font-weight:700}.trip-card__location,.trip-card__dates{color:#6b7280;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.trip-card__location svg,.trip-card__dates svg{flex-shrink:0;width:.75rem;height:.75rem}.trip-card__action{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:flex}.trip-card__action:hover{color:#374151;background-color:#f3f4f6}.trip-card__action svg{width:1.25rem;height:1.25rem}.empty-state{text-align:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:column;align-items:center;padding:2.5rem 1rem;display:flex}.empty-state__icon{color:#6b7280;background-color:#f5f1e8;border-radius:9999px;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:.75rem;display:flex}.empty-state__icon svg{width:1.25rem;height:1.25rem}.empty-state__title{color:#111827;margin-bottom:.25rem;font-size:1rem;font-weight:600}.empty-state__desc{color:#6b7280;max-width:22rem;margin-bottom:1.25rem;font-size:.875rem;line-height:1.6}.empty-state__action{color:#fff;background-color:#111827;border-radius:9999px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .15s}.empty-state__action:hover{background-color:#1f2937}.trips-page{background-color:#f9fafb;width:100%;min-height:100vh}.trips-page__container{max-width:64rem;margin:0 auto;padding:1.5rem 1rem}@media (min-width:768px){.trips-page__container{padding:2.5rem 1rem}}.trips-page__header{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}@media (min-width:768px){.trips-page__header{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:1.5rem}}.trips-page__title{color:#111827;margin-bottom:.25rem;font-size:1.875rem;font-weight:700}.trips-page__subtitle{color:#6b7280;max-width:32rem;font-size:.875rem;line-height:1.6}.trips-page__search{width:100%;position:relative}@media (min-width:768px){.trips-page__search{max-width:20rem}}.trips-page__search-icon{color:#9ca3af;pointer-events:none;width:1rem;height:1rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.trips-page__search-input{color:#111827;background-color:#fff;border:1px solid #e5e7eb;border-radius:9999px;outline:none;width:100%;padding:.75rem 1rem .75rem 2.25rem;font-family:inherit;font-size:.875rem;transition:all .15s ease-in-out}.trips-page__search-input::placeholder{color:#9ca3af}.trips-page__search-input:focus{border-color:#9ca3af;box-shadow:0 1px 2px #0000000d}.trips-page__tabs{background-color:#fff;border:1px solid #e5e7eb;border-radius:9999px;flex-wrap:wrap;gap:.5rem;width:fit-content;margin-bottom:1.5rem;padding:4px;display:flex;box-shadow:0 1px 2px #0000000d}.trips-page__tab{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out;display:inline-flex}.trips-page__tab:hover:not(.trips-page__tab--active){color:#1f2937}.trips-page__tab--active{color:#fff;background-color:#111827}.trips-page__tab--active .trips-page__tab-count{color:#fff;background-color:#ffffff2e}.trips-page__tab-count{color:#4b5563;background-color:#f3f4f6;border-radius:9999px;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;padding:0 .5rem;font-size:.75rem;font-weight:600;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:inline-flex}.trips-page__list{flex-direction:column;gap:1rem;display:flex}.trip-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:column;transition:all .15s ease-in-out;display:flex;overflow:hidden}@media (min-width:768px){.trip-item{flex-direction:row}}.trip-item:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.trip-item__image-wrapper{flex-shrink:0;width:100%;height:12rem;position:relative}@media (min-width:768px){.trip-item__image-wrapper{width:15rem;height:auto}}.trip-item__image{object-fit:cover;width:100%;height:100%;display:block}.trip-item__badge{letter-spacing:.04em;text-transform:uppercase;border-radius:9999px;padding:4px .75rem;font-size:.65rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.trip-item__badge--upcoming{color:#fff;background-color:#111827}.trip-item__badge--completed{color:#374151;background-color:#fff;border:1px solid #e5e7eb}.trip-item__badge--cancelled{color:#fff;background-color:#ef4444}.trip-item__body{flex-direction:column;flex:1;gap:1rem;padding:1.25rem;display:flex}.trip-item__head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.trip-item__title{color:#111827;margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.trip-item__location{color:#6b7280;align-items:center;gap:.25rem;font-size:.875rem;display:flex}.trip-item__location svg{flex-shrink:0;width:.875rem;height:.875rem}.trip-item__more{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:flex}.trip-item__more:hover{color:#374151;background-color:#f3f4f6}.trip-item__more svg{width:1.1rem;height:1.1rem}.trip-item__meta{background-color:#f9fafb;border-radius:.5rem;grid-template-columns:1fr;gap:.75rem;padding:1rem;display:grid}@media (min-width:640px){.trip-item__meta{grid-template-columns:repeat(3,1fr)}}.trip-item__meta-cell{align-items:center;gap:.75rem;min-width:0;display:flex}.trip-item__meta-icon{color:#4b5563;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.trip-item__meta-icon svg{width:.95rem;height:.95rem}.trip-item__meta-label{color:#6b7280;margin-bottom:2px;font-size:.75rem}.trip-item__meta-value{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;overflow:hidden}.trip-item__footer{border-top:1px solid #f3f4f6;flex-direction:column;gap:.75rem;padding-top:1rem;display:flex}@media (min-width:640px){.trip-item__footer{flex-direction:row;justify-content:space-between;align-items:center}}.trip-item__host{align-items:center;gap:.75rem;display:flex}.trip-item__host-avatar{color:#1f2937;background-color:#f5f1e8;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:.75rem;font-weight:700;display:flex}.trip-item__host-info{flex-direction:column;display:flex}.trip-item__host-name{color:#111827;font-size:.875rem;font-weight:600}.trip-item__host-code{color:#6b7280;font-size:.75rem}.trip-item__actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.trip-item__action{cursor:pointer;border:1px solid #0000;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .15s ease-in-out;display:inline-flex}.trip-item__action svg{width:.95rem;height:.95rem}.trip-item__action--ghost{color:#374151;background-color:#fff;border-color:#e5e7eb}.trip-item__action--ghost:hover{color:#111827;background-color:#f9fafb}.trip-item__action--primary{color:#fff;background-color:#111827}.trip-item__action--primary:hover{background-color:#1f2937}.trip-item__rating{color:#111827;background-color:#f5f1e8;border-radius:9999px;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.875rem;font-weight:600;display:inline-flex}.trip-item__rating svg{fill:#f97316;stroke:#f97316;width:.9rem;height:.9rem}.trips-empty{text-align:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:column;align-items:center;padding:3rem 1rem;display:flex}.trips-empty__icon{color:#4b5563;background-color:#f5f1e8;border-radius:9999px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:1rem;display:flex}.trips-empty__icon svg{width:1.5rem;height:1.5rem}.trips-empty__title{color:#111827;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.trips-empty__desc{color:#6b7280;max-width:24rem;margin-bottom:1.25rem;font-size:.875rem;line-height:1.6}.trips-empty__action{color:#fff;background-color:#111827;border-radius:9999px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .15s}.trips-empty__action:hover{background-color:#1f2937}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{width:100%;min-height:100vh}
