.psc-search-route .site-content {
    padding-bottom: 110px;
}

.psc-search-page {
    min-height: 100vh;
    background: #f2f3f7;
}

.psc-search-page__header {
    position: sticky;
    top: 0;
    z-index: 90;
    padding: 14px 16px 10px;
    background: rgba(242, 243, 247, 0.96);
    backdrop-filter: blur(16px);
}

.psc-search-page__header-row {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 56px;
    gap: 10px;
    align-items: center;
}

.psc-search-page__back,
.psc-search-page__filter-entry,
.psc-search-panel__close,
.psc-search-section__action {
    border: 0;
    background: transparent;
    color: #224471;
    cursor: pointer;
}

.psc-search-page__back {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(34, 68, 113, 0.08);
}

.psc-search-page__search-form {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #224471;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(34, 68, 113, 0.08);
}

.psc-search-page__input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    font-size: 15px;
    color: #191f28;
}

.psc-search-page__input:focus {
    outline: 0;
}

.psc-search-page__submit {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
}

.psc-search-page__submit img {
    display: block;
    width: 18px;
    height: 18px;
}

.psc-search-page__filter-entry {
    min-height: 36px;
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(34, 68, 113, 0.08);
}

.psc-search-page__suggestions {
    margin-top: 12px;
    padding: 14px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.06);
}

.psc-search-page__suggestions-label,
.psc-search-section__head p {
    margin: 0;
    color: #8b95a1;
    font-size: 12px;
}

.psc-search-page__suggestions-list,
.psc-search-chip-list,
.psc-search-card__tags,
.psc-search-ai__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.psc-search-page__suggestion-item,
.psc-search-chip {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #dde6f0;
    border-radius: 999px;
    background: #fff;
    color: #191f28;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.psc-search-page__suggestion-item small {
    margin-right: 6px;
    color: #8b95a1;
    font-size: 12px;
}

.psc-search-chip.is-link {
    text-decoration: none;
}

.psc-search-page__initial.is-ai {
    padding-top: 8px;
}

.psc-search-ai-entry__lead,
.psc-search-ai-entry__hint,
.psc-search-ai-summary__pet {
    margin: 10px 0 0;
    color: #5b6570;
    font-size: 14px;
    line-height: 1.6;
}

.psc-search-ai-entry__example-list {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.psc-search-example {
    display: flex;
    width: 100%;
    align-items: center;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid #dde6f0;
    border-radius: 18px;
    background: #fff;
    color: #191f28;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

.psc-search-ai-summary {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.psc-search-chip.is-active,
.psc-search-option.is-active {
    border-color: #224471;
    background: #224471;
    color: #fff;
}

.psc-search-page__filters {
    margin-top: 12px;
}

.psc-search-page__filter-scroll {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
}

.psc-search-page__filter-scroll::-webkit-scrollbar {
    display: none;
}

.psc-search-page__panels {
    position: sticky;
    top: 76px;
    z-index: 80;
    padding: 0 16px;
}

.psc-search-panel {
    margin-top: 10px;
    padding: 16px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.psc-search-panel__head,
.psc-search-section__head,
.psc-search-card__title-row,
.psc-search-card__status-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.psc-search-panel__options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.psc-search-panel__options--stack {
    align-items: flex-start;
}

.psc-search-option {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #dde6f0;
    border-radius: 14px;
    background: #fff;
    color: #191f28;
    cursor: pointer;
}

.psc-search-option.is-disabled {
    opacity: 0.48;
    cursor: default;
}

.psc-search-page__content {
    padding: 10px 16px 32px;
}

.psc-search-section {
    margin-top: 14px;
    padding: 18px 16px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
}

.psc-search-section__head h2,
.psc-search-empty strong {
    margin: 0;
    color: #191f28;
    font-size: 18px;
}

.psc-search-nearby {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 16px;
    background: #eef2f6;
    color: #8b95a1;
    font-size: 14px;
    font-weight: 700;
}

.psc-search-ai {
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.psc-search-results-list {
    display: grid;
    gap: 12px;
    margin-top: 12px;
}

.psc-search-card {
    border-radius: 22px;
    background: #fff;
    border: 1px solid #eef2f6;
    overflow: hidden;
}

.psc-search-card__link {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
    color: inherit;
    text-decoration: none;
}

.psc-search-card__media,
.psc-search-card__media img,
.psc-search-card__placeholder {
    width: 108px;
    height: 108px;
    border-radius: 18px;
}

.psc-search-card__media {
    overflow: hidden;
    background: #edf2f7;
}

.psc-search-card__media img {
    display: block;
    object-fit: cover;
}

.psc-search-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b95a1;
    font-size: 12px;
    font-weight: 700;
}

.psc-search-card__body {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.psc-search-card__title {
    font-size: 17px;
    line-height: 1.35;
}

.psc-search-card__badge,
.psc-search-card__reservation,
.psc-search-card__status {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.psc-search-card__badge {
    background: #fff2de;
    color: #7b5220;
}

.psc-search-card__meta,
.psc-search-card__rating {
    margin: 0;
    color: #5b6570;
    font-size: 13px;
    line-height: 1.5;
}

.psc-search-card__status.is-open {
    background: #e8f7ef;
    color: #18794e;
}

.psc-search-card__status.is-closed {
    background: #f6eaea;
    color: #a63a3a;
}

.psc-search-card__status.is-unknown {
    background: #eef2f6;
    color: #5b6570;
}

.psc-search-card__reservation {
    background: #eef4fa;
    color: #224471;
}

.psc-search-card__tags span {
    color: #224471;
    font-size: 12px;
    font-weight: 600;
}

.psc-search-empty {
    display: grid;
    gap: 10px;
    text-align: center;
}

.psc-search-empty p {
    margin: 0;
    color: #5b6570;
    font-size: 14px;
    line-height: 1.6;
}

.psc-search-skeleton {
    display: grid;
    gap: 12px;
    margin-top: 12px;
}

.psc-search-skeleton__item {
    height: 136px;
    border-radius: 22px;
    background: linear-gradient(90deg, #eef2f6 25%, #f7f9fb 37%, #eef2f6 63%);
    background-size: 400% 100%;
    animation: psc-search-shimmer 1.2s ease infinite;
}

@keyframes psc-search-shimmer {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@media (min-width: 860px) {
    .psc-search-page {
        max-width: 760px;
        margin: 0 auto;
    }
}
