.home-page {
    background:
        linear-gradient(180deg, #3b3b3d 0, #2d2e2f 68px, #1d1f24 68px, #1d1f24 100%);
    color: #f7f7f7;
}

.home-page .main-content {
    max-width: 420px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 8px 10px 26px;
}

.home-shell {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-topbar {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 26px;
    background: #2b2b30;
}

.page-brand {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
}

.hero-card {
    position: relative;
    min-height: 132px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid rgba(239, 137, 32, 0.45);
    background:
        linear-gradient(180deg, rgba(8, 8, 8, 0.14), rgba(8, 8, 8, 0.68)),
        url("/static/public/images/spa-room.png") center/cover no-repeat;
}

.hero-light {
    position: absolute;
    top: 0;
    left: 17%;
    width: 66%;
    height: 12px;
    background: linear-gradient(90deg, transparent, #ffb340, #ff8f1f, transparent);
    filter: blur(1px);
}

.hero-copy {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
}

.hero-copy h1 {
    margin: 0;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.08;
    font-weight: 900;
}

.hero-copy p {
    margin: 7px 0 0;
    color: #ffe1a9;
    font-size: 12px;
    line-height: 1.45;
}

.filter-panel {
    padding: 18px 14px 16px;
    border: 1px solid rgba(91, 152, 255, 0.2);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(68, 134, 255, 0.18), transparent 34%),
        linear-gradient(180deg, #2d3138, #24272e);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.filter-form {
    display: grid;
    gap: 10px;
}

.filter-title-wrap {
    margin-bottom: 10px;
    text-align: left;
    padding: 0 2px;
}

.filter-title-wrap h2 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0.2px;
}

.filter-title-wrap p {
    margin: 10px 0 0;
    color: #e8edf8;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.filter-hint {
    margin-top: 8px;
    color: #9ec4ff;
    font-size: 12px;
    line-height: 1.45;
}

.filter-panel-title {
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2px;
    padding: 0 2px;
}

.filter-grid-stacked {
    display: grid;
    gap: 10px;
}

.filter-grid-compact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.filter-field {
    display: grid;
    gap: 6px;
}

.filter-field--primary {
    padding: 12px 12px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.filter-field span {
    color: #d8e2f2;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
}

.filter-field select {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(125, 162, 221, 0.24);
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff, #eef4ff);
    color: #2b3442;
    font-size: 15px;
    padding: 0 16px;
    outline: none;
    font-weight: 700;
}

.filter-submit {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, #66b7ff, #3c8bff);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(60, 139, 255, 0.24);
}

.home-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.featured-section {
    padding: 18px 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background: #5a5a5d;
}

.listing-section {
    padding: 18px 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background: #2f2f33;
}

.featured-section-head {
    text-align: center;
}

.listing-section-head {
    text-align: center;
}

.featured-section-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 900;
}

.listing-section-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 900;
}

.featured-section-head p {
    margin: 8px 0 0;
    padding-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    color: #ffffff;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 700;
}

.listing-section-head p {
    margin: 8px 0 0;
    padding-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    color: #ffffff;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 700;
}

.section-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}

.section-row h2 {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
}

.section-subtitle {
    margin: 3px 0 0;
    color: #cdd0d5;
    font-size: 10px;
    line-height: 1.3;
}

.featured-grid,
.listing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.featured-grid {
    margin-top: 10px;
    justify-items: stretch;
}

.featured-grid--single {
    grid-template-columns: minmax(0, 1fr);
}

.featured-grid--single .person-card {
    max-width: 188px;
    margin: 0 auto;
}

.listing-grid {
    margin-top: 10px;
}

.person-card,
.listing-card {
    overflow: hidden;
}

.person-link,
.listing-link {
    display: block;
}

.person-card {
    border: 1px solid rgba(56, 108, 229, 0.9);
    border-radius: 22px;
    background: #171717;
    box-shadow: 0 0 0 2px rgba(28, 52, 104, 0.45), 0 6px 16px rgba(0, 0, 0, 0.32);
}

.listing-card {
    border: 1px solid rgba(56, 108, 229, 0.9);
    border-radius: 22px;
    background: #171717;
    box-shadow: 0 0 0 2px rgba(28, 52, 104, 0.45), 0 6px 16px rgba(0, 0, 0, 0.32);
}

.person-cover,
.listing-cover {
    position: relative;
    background: #3a3f49;
}

.person-cover {
    margin: 12px 12px 0;
    aspect-ratio: 0.86;
    overflow: hidden;
    border-radius: 20px 20px 8px 8px;
    background: #202020;
}

.listing-cover {
    margin: 12px 12px 0;
    aspect-ratio: 0.96;
    overflow: hidden;
    border-radius: 20px 20px 8px 8px;
    background: #202020;
}

.person-cover img,
.listing-cover img,
.person-cover video,
.listing-cover video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.person-cover--video,
.listing-cover--video {
    background: #000;
}

.card-cover-play {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.68);
    color: #ffffff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.status-badge {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 2px 7px;
    border-radius: 10px;
    background: #76db7b;
    color: #092012;
    font-size: 9px;
    font-weight: 700;
}

.vip-badge {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 66px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 0 0 0 12px;
    background: #ffe92d;
    color: #181818;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.newcomer-badge {
    position: absolute;
    top: 10px;
    left: -28px;
    width: 96px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    background: linear-gradient(180deg, #ff5d5d, #e53030);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    box-shadow: 0 6px 14px rgba(229, 48, 48, 0.38);
    text-transform: uppercase;
}

.card-status {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.card-status--available {
    background: rgba(84, 211, 128, 0.18);
    color: #8ef0ad;
    border: 1px solid rgba(84, 211, 128, 0.32);
}

.card-status--busy {
    background: rgba(255, 186, 77, 0.16);
    color: #ffd07e;
    border: 1px solid rgba(255, 186, 77, 0.28);
}

.card-status--muted {
    background: rgba(191, 198, 211, 0.14);
    color: #d5dbe7;
    border: 1px solid rgba(191, 198, 211, 0.22);
}

.person-body,
.listing-body {
    padding: 7px 8px 9px;
}

.person-body {
    padding: 12px 14px 16px;
}

.listing-body {
    padding: 12px 14px 12px;
}

.person-head,
.listing-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6px;
}

.person-name,
.listing-name {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 800;
}

.person-name {
    font-size: 18px;
    line-height: 1.12;
    font-weight: 900;
}

.listing-name {
    font-size: 18px;
    line-height: 1.12;
    font-weight: 900;
}

.person-score,
.listing-score {
    color: #f1ca6c;
    font-size: 10px;
    white-space: nowrap;
}

.person-score {
    display: none;
}

.listing-score {
    display: none;
}

.person-desc,
.listing-desc {
    margin: 5px 0 0;
    color: #b3bbca;
    font-size: 10px;
    line-height: 1.35;
}

.person-desc {
    margin-top: 14px;
    color: #f2f2f2;
    font-size: 10px;
    line-height: 1.2;
}

.listing-desc {
    margin-top: 14px;
    color: #f2f2f2;
    font-size: 10px;
    line-height: 1.2;
}

.person-summary,
.listing-summary {
    margin: 12px 0 0;
    color: #ffd68a;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
}

.person-spec,
.listing-spec {
    margin: 14px 0 0;
    color: #ffd68a;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
}

.person-divider {
    height: 1px;
    margin: 12px 0 10px;
    background: rgba(255, 255, 255, 0.22);
}

.listing-divider {
    height: 1px;
    margin: 12px 0 10px;
    background: rgba(255, 255, 255, 0.22);
}

.person-location {
    min-height: 24px;
    color: #2c9aff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
    word-break: break-word;
}

.listing-location {
    min-height: 24px;
    color: #2c9aff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
    word-break: break-word;
}

.person-foot,
.listing-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 10px;
}

.person-foot {
    justify-content: center;
    margin-top: 14px;
}

.listing-foot {
    justify-content: center;
    margin-top: 14px;
}

.person-price,
.listing-price {
    color: #fdb139;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}

.person-price {
    display: none;
}

.listing-price {
    display: none;
}

.person-price small,
.listing-price small {
    margin-left: 2px;
    color: #baa380;
    font-size: 8px;
    font-weight: 700;
}

.person-cta,
.listing-cta {
    padding: 4px 8px;
    border-radius: 4px;
    background: #4f82ef;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
}

.person-cta {
    min-width: 124px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 12px;
    background: linear-gradient(180deg, #5db2ff, #3d8eff);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.listing-cta {
    min-width: 124px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 12px;
    background: linear-gradient(180deg, #5db2ff, #3d8eff);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.listing-date {
    margin-top: 10px;
    color: #ffffff;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

.person-card-skeleton,
.listing-card-skeleton {
    pointer-events: none;
}

.skeleton-box,
.skeleton-line {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.skeleton-box::after,
.skeleton-line::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shimmer 1.2s infinite;
}

.skeleton-line {
    height: 12px;
    border-radius: 999px;
}

.skeleton-line.md {
    width: 72%;
}

.skeleton-line.sm {
    width: 54%;
    margin-top: 7px;
}

.skeleton-line.xs {
    width: 38%;
    margin-top: 9px;
}

.empty-card {
    padding: 18px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: #262830;
    color: #d0d5df;
    font-size: 12px;
    text-align: center;
}

@keyframes shimmer {
    to {
        transform: translateX(100%);
    }
}
