.browse-history-page[data-v-523418d3] {
    min-height: 100vh;
    background: #f5f5f5
}

.page-header[data-v-523418d3] {
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0 2px 4px #0000001a;
    position: sticky;
    top: 0;
    z-index: 100
}

.header-content[data-v-523418d3] {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.back-btn[data-v-523418d3] {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    transform: rotate(180deg)
}

.page-title[data-v-523418d3] {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0
}

.placeholder[data-v-523418d3] {
    width: 32px
}

.page-content[data-v-523418d3] {
    padding: 0 15px;
    margin-bottom: 70px;
    margin-top: 5px
}

.history-list[data-v-523418d3] {
    background: transparent;
    border-radius: 8px;
    overflow: hidden
}

.empty-state[data-v-523418d3] {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 8px
}

.empty-icon[data-v-523418d3] {
    font-size: 48px;
    margin-bottom: 15px
}

.empty-text[data-v-523418d3] {
    color: #999;
    font-size: 14px
}

.woman-grid[data-v-523418d3] {
    display: grid;
    grid-template-columns: repeat(2, 171px);
    gap: 15px;
    justify-content: center;
    padding: 10px
}

.woman-card[data-v-523418d3] {
    width: 171px;
    margin-bottom: 0;
    border-radius: 8px;
    overflow: visible;
    background-color: #fff;
    box-shadow: 0 1px 3px #0000001a;
    border: 1px solid rgba(245, 73, 142, .2)
}

.woman-card .image-container[data-v-523418d3] {
    overflow: hidden
}

.image-container[data-v-523418d3] {
    position: relative;
    width: 100%;
    height: 171px;
    background-color: #000
}

.woman-image[data-v-523418d3] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.heart-icon[data-v-523418d3] {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.location-overlay[data-v-523418d3] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000b3;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    font-size: 12px
}

.location-left[data-v-523418d3],
.location-right[data-v-523418d3] {
    display: flex;
    align-items: center;
    gap: 4px
}

.location-left svg[data-v-523418d3],
.location-right svg[data-v-523418d3] {
    width: 14px;
    height: 14px
}

.info-section[data-v-523418d3] {
    position: relative;
    padding: 6px 2px 2px;
    overflow: visible
}

.info-row[data-v-523418d3] {
    display: flex;
    height: 20px;
    margin: 0;
    border-radius: 4px;
    overflow: visible
}

.info-bar[data-v-523418d3] {
    width: 87px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    font-size: 11px;
    padding: 0 4px
}

.age-cup[data-v-523418d3] {
    background-color: #f5498e;
    color: #fff;
    border-radius: 10px 0 8px 10px;
    width: 135px;
    height: 20px;
    margin-left: 0;
    position: relative;
    z-index: 1
}

.measurements[data-v-523418d3] {
    background-color: #f9b5d0;
    font-weight: 700;
    color: #f5498e;
    width: 150px;
    height: 20px;
    border-radius: 0 0 8px;
    opacity: 1;
    position: relative
}

.measurements[data-v-523418d3]:before {
    content: "";
    position: absolute;
    left: -8px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #f9b5d0
}

.sep[data-v-523418d3] {
    opacity: .6
}

.age-icon[data-v-523418d3] {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 28px;
    height: 28px;
    z-index: 3;
    padding: 2px;
    box-sizing: border-box
}

.service-tags[data-v-523418d3] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 8px 8px 0
}

.service-tag[data-v-523418d3] {
    color: #fff;
    background-color: #f9b5d0;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 8px;
    border: none;
    white-space: nowrap
}