body.carpool-search-app-view { background: #f5f5f5; }
body.carpool-search-app-view .cliente-main { padding-top: 0; }
.carpool-search-page { color: #252325; }
.carpool-search-header { min-height: 92px; display: flex; align-items: center; gap: 13px; padding: calc(18px + env(safe-area-inset-top)) 16px 16px; border-radius: 0 0 24px 24px; background: #fff; }
.carpool-search-header__back { width: 40px; height: 40px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #f5f5f5; color: #252325; text-decoration: none; }
.carpool-search-header span { display: block; color: #e31b46; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.carpool-search-header h1 { margin: 2px 0 0; font-size: 23px; font-weight: 800; line-height: 1.1; }
.carpool-search-header__notification { margin-left: auto; }
.carpool-search-header .cliente-header-notification-badge { display: inline-flex; color: #fff !important; font-size: 10px; font-weight: 900; letter-spacing: 0; line-height: 1; text-transform: none; }
.carpool-search-content { max-width: 680px; margin: 0 auto; padding: 24px 16px 0; }
.carpool-search-form-card { padding: 22px; border: 1px solid #eceaec; border-radius: 18px; background: #fff; box-shadow: 0 7px 22px rgba(21,21,21,.05); }
.carpool-search-form-card__head { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.carpool-search-form-card__head>i { width: 45px; height: 45px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 14px; background: #fff0f3; color: #e31b46; font-size: 18px; }
.carpool-search-form-card__head h2 { margin: 0; font-size: 18px; font-weight: 800; }
.carpool-search-form-card__head p { margin: 3px 0 0; color: #757174; font-size: 12px; }
.carpool-search-form { display: flex; flex-direction: column; }
.carpool-search-field { display: block; }
.carpool-search-field + .carpool-search-field { margin-top: 18px; }
.carpool-search-field>span,.carpool-search-extra-fields span { display: block; margin-bottom: 7px; color: #696568; font-size: 12px; font-weight: 800; }
.carpool-search-field>div { min-height: 49px; display: flex; align-items: center; gap: 10px; padding: 0 14px; border: 1px solid #e6e3e5; border-radius: 10px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease; }
.carpool-search-field>div:focus-within { border-color: rgba(227,27,70,.6); box-shadow: 0 0 0 3px rgba(227,27,70,.08); }
.carpool-search-field i { color: #e31b46; font-size: 15px; }
.carpool-search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: #2a2729; font: 600 14px inherit; }
.carpool-search-field input::placeholder { color: #aaa5a8; font-weight: 500; }
.carpool-search-extra-fields { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(0, .9fr) minmax(76px, .72fr); gap: 8px; margin-top: 19px; }
.carpool-search-extra-fields input { width: 100%; min-height: 44px; padding: 0 11px; border: 1px solid #e6e3e5; border-radius: 9px; outline: 0; background: #fff; color: #333; font: 600 13px inherit; }
.carpool-search-extra-fields input:focus { border-color: rgba(227,27,70,.6); box-shadow: 0 0 0 3px rgba(227,27,70,.08); }
.carpool-search-date-field input[type="date"] { padding-right: 12px; cursor: pointer; }
.carpool-search-preferences { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 16px; }
.carpool-search-filter-chip { min-width: 0; min-height: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid #e6e3e5; border-radius: 9px; background: #fff; color: #706b6d; cursor: pointer; font-size: 10px; font-weight: 800; line-height: 1.15; text-align: center; transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
.carpool-search-filter-chip input { position: absolute; opacity: 0; pointer-events: none; }
.carpool-search-filter-chip span { display: inline-flex; align-items: center; justify-content: center; gap: 5px; }
.carpool-search-filter-chip i { color: #e31b46; font-size: 13px; }
.carpool-search-filter-chip:has(input:checked) { border-color: #e31b46; background: #fff0f3; color: #be1437; }
.carpool-search-filter-chip:has(input:checked) i { color: #be1437; }
.carpool-search-filter-chip:not(.is-pending):active { transform: scale(.98); }
.carpool-search-filter-chip.is-pending { border-style: dashed; color: #a19b9e; cursor: default; }
.carpool-search-filter-chip.is-pending i { color: #aaa2a5; }
.carpool-search-submit { min-height: 46px; margin-top: 22px; border: 0; border-radius: 9px; background: #e31b46; color: #fff; cursor: pointer; font: 800 14px inherit; transition: background .18s ease, transform .18s ease, box-shadow .18s ease; }
.carpool-search-submit:hover { background: #cc143d; box-shadow: 0 9px 18px rgba(227,27,70,.2); transform: translateY(-1px); }
.carpool-recent-searches { margin-top: 20px; padding: 18px; border: 1px solid #eceaec; border-radius: 18px; background: #fff; box-shadow: 0 6px 18px rgba(21,21,21,.04); }
.carpool-recent-searches__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.carpool-recent-searches__head h2 { margin: 0; color: #2c292b; font-size: 17px; font-weight: 800; }
.carpool-recent-searches__head > i { color: #e31b46; font-size: 18px; }
.carpool-recent-searches__list { border-top: 1px solid #f0eef0; }
.carpool-recent-search { position: relative; display: block; padding: 13px 28px 13px 0; border-bottom: 1px solid #f0eef0; color: inherit; text-decoration: none; }
.carpool-recent-search:last-child { border-bottom: 0; padding-bottom: 1px; }
.carpool-recent-search__route { display: flex; min-width: 0; align-items: center; gap: 7px; }
.carpool-recent-search__route strong { overflow: hidden; color: #383436; font-size: 13px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.carpool-recent-search__route i { flex: 0 0 auto; color: #e31b46; font-size: 10px; }
.carpool-recent-search__details { display: block; margin-top: 5px; color: #7a7578; font-size: 11px; font-weight: 600; }
.carpool-recent-search__next { position: absolute; top: 50%; right: 2px; color: #9b9497; font-size: 12px; transform: translateY(-50%); }
.carpool-recent-search:hover .carpool-recent-search__route strong { color: #e31b46; }
.carpool-search-results { margin-top: 27px; }
.carpool-results-summary { display: grid; grid-template-columns: 42px minmax(0,1fr) 38px; align-items: center; gap: 11px; margin-bottom: 20px; padding: 15px; border: 1px solid #eceaec; border-radius: 14px; background: #fff; box-shadow: 0 5px 14px rgba(21,21,21,.035); }
.carpool-results-summary__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #fff0f3; color: #e31b46; }
.carpool-results-summary span { display: block; margin-bottom: 5px; color: #777174; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.carpool-results-summary__route { display: flex; min-width: 0; align-items: center; gap: 7px; }
.carpool-results-summary__route strong { overflow: hidden; color: #302d2f; font-size: 13px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.carpool-results-summary__route i { flex: 0 0 auto; color: #e31b46; font-size: 10px; }
.carpool-results-summary > a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #f7f6f7; color: #6f696c; text-decoration: none; }
.carpool-results-loading { margin-top: 18px; color: #777174; font-size: 12px; font-weight: 700; text-align: center; }
.carpool-results-loading i { margin-right: 6px; color: #e31b46; }
.carpool-results-load-failed::after { display: block; margin-top: 14px; color: #a03232; font-size: 12px; text-align: center; content: 'Não foi possível carregar mais caronas. Tente novamente.'; }
.carpool-search-results__head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 13px; }
.carpool-search-results__head h2 { margin: 0; font-size: 17px; font-weight: 800; }
.carpool-search-results__head span { color: #777174; font-size: 11px; font-weight: 700; }
.carpool-search-results__other-times { display: flex; align-items: center; gap: 10px; margin: 20px 0 12px; color: #777174; font-size: 12px; font-weight: 800; }
.carpool-search-results__other-times::before, .carpool-search-results__other-times::after { height: 1px; flex: 1; background: #e9e5e7; content: ''; }
.carpool-search-results__list { display: grid; gap: 11px; }
.carpool-search-result-card { padding: 18px; border: 1px solid #eceaec; border-radius: 14px; background: #fff; box-shadow: 0 5px 14px rgba(21,21,21,.035); }
.carpool-search-result-card--accordion { padding: 0; overflow: hidden; border-color: #e5e3e6; border-radius: 18px; box-shadow: 0 6px 16px rgba(21,21,21,.045); }
.carpool-search-result-card__summary { display: block; padding: 18px 18px 0; cursor: pointer; list-style: none; }
.carpool-search-result-card__summary::-webkit-details-marker { display: none; }
.carpool-search-result-card__details { padding: 18px; border-top: 1px solid #f0eef0; }
.carpool-search-result-card__journey { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.carpool-search-result-card__timeline { display: grid; grid-template-columns: 44px 18px minmax(0,1fr); align-items: center; min-width: 0; gap: 9px; }
.carpool-search-result-card__timeline>div:first-child { display: grid; gap: 2px; }
.carpool-search-result-card__timeline>div:first-child strong { font-size: 17px; line-height: 1; }
.carpool-search-result-card__timeline>div:first-child small { color: #817a7e; font-size: 10px; font-weight: 700; }
.carpool-search-result-card__timeline-line { position: relative; width: 3px; height: 44px; margin: 0 auto; border-radius: 99px; background: #e31b46; }
.carpool-search-result-card__timeline-line::before,.carpool-search-result-card__timeline-line::after { position: absolute; left: 50%; width: 11px; height: 11px; border: 3px solid #e31b46; border-radius: 50%; background: #fff; content: ''; transform: translateX(-50%); }
.carpool-search-result-card__timeline-line::before { top: -1px; }
.carpool-search-result-card__timeline-line::after { bottom: -1px; }
.carpool-search-result-card__locations { display: grid; align-self: stretch; align-content: space-between; min-width: 0; }
.carpool-search-result-card__locations strong,.carpool-search-result-card__locations span { overflow: hidden; color: #302d2f; font-size: 15px; font-weight: 800; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.carpool-search-result-card__locations span { color: #514c4f; }
.carpool-search-result-card__price { display: grid; flex: 0 0 auto; gap: 3px; padding-top: 1px; text-align: right; }
.carpool-search-result-card__price strong { color: #c71742; font-size: 21px; font-weight: 800; line-height: 1.1; white-space: nowrap; }
.carpool-search-result-card__price span { color: #817a7e; font-size: 10px; font-weight: 700; }
.carpool-search-result-card__summary-footer { min-height: 58px; display: flex; align-items: center; gap: 10px; margin-top: 16px; border-top: 1px solid #f0eef0; }
.carpool-search-result-card__vehicle { overflow: hidden; display: inline-flex; flex: 1 1 0; align-items: center; gap: 6px; color: #716c6e; font-size: 10px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.carpool-search-result-card__vehicle i { color: #e31b46; font-size: 14px; }
.carpool-search-result-card__driver { display: inline-flex; min-width: 0; align-items: center; gap: 7px; color: inherit; text-decoration: none; }
.carpool-search-result-card__driver>img,.carpool-search-result-card__driver>.carpool-search-result-card__avatar { width: 31px; height: 31px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; }
.carpool-search-result-card__avatar { width: 36px; height: 36px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #fff0f3; color: #df1d4b; font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.carpool-search-result-card__driver>span { display: grid; min-width: 0; gap: 2px; }
.carpool-search-result-card__driver strong { overflow: hidden; color: #423d40; font-size: 11px; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }
.carpool-search-result-card__driver small { color: #777174; font-size: 10px; font-weight: 700; }
.carpool-search-result-card__driver small i { color: #e3a321; }
.carpool-search-result-card__summary-footer>button { width: 30px; height: 30px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid #efd3db; border-radius: 50%; background: #fff7f9; color: #c71742; cursor: pointer; }
.carpool-search-result-card[open] .carpool-search-result-card__summary-footer>button i { transform: rotate(180deg); }
.carpool-search-result-card__route { position: relative; display: flex; align-items: flex-start; gap: 12px; }
.carpool-search-result-card__route+.carpool-search-result-card__route { margin-top: 16px; }
.carpool-search-result-card__route:first-child::after { position: absolute; top: 16px; bottom: -15px; left: 5px; border-left: 1px dashed #dfc6ca; content: ''; }
.carpool-search-result-card__marker { width: 11px; height: 11px; margin-top: 4px; border: 2px solid #e31b46; border-radius: 50%; background: #fff; z-index: 1; }
.carpool-search-result-card__route strong { display: block; font-size: 14px; font-weight: 800; }
.carpool-search-result-card__route span:not(.carpool-search-result-card__marker) { display: block; margin-top: 3px; color: #777174; font-size: 12px; }
.carpool-search-result-card__restrictions { margin-top: 18px; padding-top: 14px; border-top: 1px solid #f0eef0; color: #716c6e; }
.carpool-search-result-card__restrictions small { display: block; margin-bottom: 9px; color: #8a8386; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.carpool-search-result-card__restrictions div { display: flex; flex-wrap: wrap; gap: 7px; }
.carpool-search-result-card__restrictions span { display: inline-flex; align-items: center; gap: 5px; padding: 6px 8px; border-radius: 7px; background: #faf7f8; color: #5e595b; font-size: 10px; font-weight: 700; line-height: 1.2; }
.carpool-search-result-card__restrictions span i { color: #d52a50; font-size: 11px; }
.carpool-search-result-card__chat { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding: 12px 13px; border: 1px solid #efc9d4; border-radius: 12px; background: #fff7f9; color: #7e263d; text-decoration: none; }
.carpool-search-result-card__chat>i:first-child { width: 29px; height: 29px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 9px; background: #fff; color: #d5224c; font-size: 13px; }
.carpool-search-result-card__chat>span { min-width: 0; flex: 1; }.carpool-search-result-card__chat strong,.carpool-search-result-card__chat small { display: block; }.carpool-search-result-card__chat strong { color: #7e263d; font-size: 11px; }.carpool-search-result-card__chat small { margin-top: 2px; color: #99717c; font-size: 10px; font-weight: 600; }.carpool-search-result-card__chat>i:last-child { color: #c71742; font-size: 11px; }
.carpool-search-result-card .carpool-reservation-form__head { gap: 8px; }
.carpool-search-result-card .carpool-reservation-form__head>span { width: auto; height: auto; display: block; border-radius: 0; background: transparent; color: #e31b46; font-size: 18px; line-height: 1; }
.carpool-search-empty { min-height: 218px; display: grid; place-items: center; align-content: center; padding: 24px; border: 1px solid #eceaec; border-radius: 14px; background: #fff; text-align: center; }
.carpool-search-empty i { color: #e31b46; font-size: 28px; }
.carpool-search-empty h3 { margin: 12px 0 5px; font-size: 17px; font-weight: 800; }
.carpool-search-empty p { margin: 0; color: #777174; font-size: 13px; }
@media (max-width: 400px) { .carpool-search-form-card { padding: 18px 15px; } .carpool-search-extra-fields { grid-template-columns: minmax(0, 1.2fr) minmax(0, .82fr) minmax(68px, .65fr); gap: 6px; } .carpool-search-extra-fields input { padding: 0 8px; font-size: 12px; } .carpool-search-filter-chip { font-size: 9px; } }
.carpool-search-location-feedback {
    margin: 12px 0 0;
    padding: 10px 12px;
    border: 1px solid #f2c6c6;
    border-radius: 10px;
    background: #fff5f5;
    color: #a03232;
    font-size: 13px;
    line-height: 1.4;
}
.carpool-pending-reservations { margin-top: 20px; padding: 17px; border: 1px solid #eadde1; border-radius: 18px; background: #fff; box-shadow: 0 5px 14px rgba(21,21,21,.035); }
.carpool-pending-reservations__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.carpool-pending-reservations__head h2 { margin: 0; color: #302d2f; font-size: 17px; font-weight: 800; }
.carpool-pending-reservations__head > span { min-width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #fff0f3; color: #c71742; font-size: 11px; font-weight: 800; }
.carpool-pending-reservations__list { display: grid; gap: 9px; }
.carpool-pending-reservation { overflow: hidden; border: 1px solid #eee7e9; border-radius: 13px; background: #fffdfe; }
.carpool-pending-reservation summary { display: grid; grid-template-columns: 33px minmax(0,1fr) auto 16px; align-items: center; gap: 9px; padding: 12px; cursor: pointer; list-style: none; }
.carpool-pending-reservation summary::-webkit-details-marker { display: none; }
.carpool-pending-reservation__icon { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 10px; background: #fff0f3; color: #d5224c; font-size: 13px; }
.carpool-pending-reservation__summary { min-width: 0; display: grid; gap: 3px; }
.carpool-pending-reservation__summary strong,.carpool-pending-reservation__summary small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.carpool-pending-reservation__summary strong { color: #3c3739; font-size: 12px; font-weight: 800; }
.carpool-pending-reservation__summary small { color: #777174; font-size: 10px; font-weight: 700; }
.carpool-pending-reservation__summary small i { margin-right: 5px; color: #d5224c; font-size: 9px; }
.carpool-pending-reservation__status { padding: 4px 7px; border-radius: 99px; background: #fff0f3; color: #c71742; font-size: 9px; font-weight: 800; }
.carpool-pending-reservation summary > i { color: #a0989b; font-size: 11px; transition: transform .18s ease; }
.carpool-pending-reservation[open] summary > i { transform: rotate(180deg); }
.carpool-pending-reservation__details { padding: 0 12px 13px; border-top: 1px solid #f2ebed; }
.carpool-pending-reservation__route { display: flex; align-items: flex-start; gap: 7px; margin-top: 12px; color: #706b6d; font-size: 11px; font-weight: 700; }
.carpool-pending-reservation__route i { margin-top: 1px; color: #d5224c; }
.carpool-pending-reservation__details p { margin: 10px 0; color: #777174; font-size: 11px; line-height: 1.4; }
.carpool-pending-reservation__chat,.carpool-pending-reservation__details form button { min-height: 37px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border-radius: 9px; font: 800 11px inherit; text-decoration: none; cursor: pointer; }
.carpool-pending-reservation__chat { width: 100%; border: 1px solid #efc9d4; background: #fff7f9; color: #9c2344; }
.carpool-pending-reservation__details form { margin-top: 8px; }
.carpool-pending-reservation__details form button { width: 100%; border: 1px solid #e7dfe2; background: #fff; color: #716b6d; }
.carpool-pending-reservation__details form button i { color: #c71742; }
.carpool-reservation-pending-notice { display: flex; align-items: flex-start; gap: 10px; margin-top: 16px; padding: 12px; border: 1px solid #efd3db; border-radius: 12px; background: #fff7f9; color: #962741; }
.carpool-reservation-pending-notice > i { width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 9px; background: #fff; color: #d5224c; }
.carpool-reservation-pending-notice div { display: grid; gap: 3px; }
.carpool-reservation-pending-notice strong { font-size: 12px; }
.carpool-reservation-pending-notice span { color: #8a6872; font-size: 10px; font-weight: 600; line-height: 1.35; }
.carpool-reservation-pending-notice.is-confirmed { border-color: #cfe7d8; background: #f4fbf6; color: #287449; }
.carpool-reservation-pending-notice.is-confirmed > i { color: #287449; }
