/* Wntheme starter */
.title[data-v-b37862ee] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    height: 39px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--color-primary-100);
}

.text-ad__title-img[data-v-c5069aa1] {
    display: block;
    width: 246px;
    height: 57px;
    margin: 0 auto
}

.text-ad__list[data-v-c5069aa1] {
    display: grid;
    /* grid-template-columns: repeat(auto-fill, 103px); */
    grid-template-columns: repeat(auto-fill, calc(100% / 3 - 6px));
    gap: 8px;
    margin: 16px 0 24px;
    place-content: center
}

.text-ad__link[data-v-c5069aa1] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    border: 1px solid var(--color-secondary-100);
    border-radius: 4px;
    max-height: 52px
}

.text-ad__link span[data-v-c5069aa1] {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--color-gray-0)
}

.float-ball[data-v-f28d4ee0] {
    position: fixed;
    bottom: 183px;
    right: 12px;
    width: 70px;
    height: 70px;
    box-shadow: 0 0 12px 0 var(--color-primary-200);
    border: solid 3px var(--color-gray-400);
    border-radius: 16px
}

@media (min-width: 767px) {
    .float-ball[data-v-f28d4ee0] {
        bottom: 157px;
        right: 64px
    }
}

.float-ball__img[data-v-f28d4ee0] {
    height: 100%
}

.float-ball__close[data-v-f28d4ee0] {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    padding: 4px;
    background-color: var(--color-gray-0)
}

.float-banner[data-v-67d44098] {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    width: 100%;
    height: 90px;
    background-color: #1a1a1a99;
    text-align: center
}

@media (min-width: 767px) {
    .float-banner[data-v-67d44098] {
        width: auto;
        bottom: 0;
        background-color: transparent
    }
}

.float-banner__close[data-v-67d44098] {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: contain
}

.float-banner__img[data-v-67d44098] {
    width: auto;
    height: 100%;
    min-width: 360px
}

.back-to-top[data-v-2032aad4] {
    position: fixed;
    right: 12px;
    bottom: 116px;
    width: 40px;
    height: 55px;
    cursor: pointer
}

@media (min-width: 767px) {
    .back-to-top[data-v-2032aad4] {
        right: 64px;
        bottom: 90px
    }
}

.error[data-v-b1a06f14] {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px
}

.error__title[data-v-b1a06f14] {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--color-gray-0);
    text-align: center
}

.error__description[data-v-b1a06f14] {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-primary-300);
    text-align: center
}

.error__btn[data-v-b1a06f14] {
    padding: 8px 32px;
    color: var(--color-gray-400);
    background-color: var(--color-primary-100)
}

.loading[data-v-b4e9b6c2] {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px
}

.loading__loader[data-v-b4e9b6c2] {
    width: 120px;
    height: 22px;
    border-radius: 40px;
    color: var(--color-primary-100);
    border: 2px solid;
    position: relative;
    overflow: hidden
}

.loading__loader[data-v-b4e9b6c2]:after {
    content: "";
    position: absolute;
    margin: 2px;
    width: 14px;
    top: 0;
    bottom: 0;
    left: -20px;
    border-radius: inherit;
    background: currentColor;
    box-shadow: -10px 0 12px 3px currentColor;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%, -30px 50%);
    animation: loading-b4e9b6c2 1s infinite linear
}

@keyframes loading-b4e9b6c2 {
    to {
        left: calc(100% + 20px)
    }
}

.loading__title[data-v-b4e9b6c2] {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-gray-200)
}

.main[data-v-b9e3b662] {
    padding: 0 16px;
    margin-bottom: 60px;
}

@media (min-width: 767px) {
    .main[data-v-b9e3b662] {
        padding: 0
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    color: inherit
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -moz-appearance: button;
    appearance: button;
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    border: none;
    resize: none
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

input,
select,
button {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

select {
    width: 100%;
    height: 100%;
    border-radius: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

a {
    text-decoration: none
}

input::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder {
    line-height: normal !important
}

:focus {
    outline-style: none;
    outline-color: none;
    outline-offset: none
}

:root {
    --color-primary-100: #27f5ff;
    --color-primary-200: #19bcf5;
    --color-primary-300: #0086b5;
    --color-primary-400: #0a3c4e;
    --color-secondary-100: #ffff66;
    --color-secondary-200: #ffda00;
    --color-gray-0: #ffffff;
    --color-gray-100: #c4c4c4;
    --color-gray-200: #444444;
    --color-gray-300: #1a1a1a;
    --color-gray-400: #000000
}

*,
:after,
:before,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Segoe UI, Noto Sans;
    background-color: var(--color-gray-400)
}

img {
    display: inline-block;
    width: 100%;
    height: auto;
    border-radius: inherit
}

img[src=""],
img:not([src]) {
    background-color: var(--color-gray-100)
}

div,
ul,
li,
section,
a {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

a {
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat
}

i {
    display: inline-block;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

button {
    display: inline-block;
    cursor: pointer;
    border-radius: 20px;
    color: var(--color-primary-100);
    background-color: var(--color-primary-400);
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    transition: .3s
}

button:hover {
    color: var(--color-primary-400);
    background-color: var(--color-primary-200)
}

.container {
    max-width: 550px;
    margin: 0 auto;
    background-size: 360px 250px;
    background-position: 0 0
}

.d-none {
    display: none
}

.d-flex {
    display: flex
}

.align-center {
    align-items: center
}

.btn {
    cursor: pointer
}

.preview {
    object-fit: contain;
    background-size: contain;
    background-color: var(--color-gray-200)
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    width: 100%;
    /* height: 76px; */
    padding: 10px 16px;
    margin: 10px 0;
    background-color: #0009;
}

.header__logo {
    width: 120px;
    /* height: 43px */
}

.header__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--color-gray-0);
    border-radius: 8px
}

.header__link:hover {
    /* border: 3px solid var(--color-primary-300) */
}

.header__link_text {
    border: 3px solid var(--color-primary-300);
    background-color: var(--color-primary-300);
}

.header__link:hover .header__btn {
    display: none
}

.header__btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.footer {
    padding-bottom: 80px;
    margin-top: 20px;
}

.footer .about {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-gray-100);
    background-color: var(--color-gray-300);
    border-radius: 16px;
    padding: 16px
}

.footer .about__header {
    padding-bottom: 8px;
    border-bottom: 2px solid var(--color-primary-200);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--color-primary-200)
}

.footer .about__info {
    padding-top: 8px
}

.footer .about__info a {
    color: var(--color-primary-200)
}

.footer .intro {
    padding: 16px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-gray-100);
    margin: 8px 0
}

.feat-ad {
    padding: 16px 0 24px
}

.feat-ad__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
    place-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px
}

@media (min-width: 767px) {
    .feat-ad__list {
        gap: 16px
    }
}

.feat-ad__list--hot {
    gap: 0 8px;
    grid-template-columns: repeat(3, 1fr)
}

@media (min-width: 767px) {
    .feat-ad__list--hot {
        gap: 0 12px;
        /* padding: 0 24px */
    }
}

.feat-ad__link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border-radius: 8px;
    margin-bottom: 5px;
    color: white;
}

@media (min-width: 767px) {
    .feat-ad__link--hot {
        transition: all .5s
    }

    .feat-ad__link--hot:hover {
        padding: 0
    }

    .feat-ad__link--hot:hover .feat-ad__img {
        width: 100%;
        height: 100%;
        filter: blur(4px)
    }

    .feat-ad__link--hot:hover .feat-ad__title {
        position: absolute;
        bottom: 8px;
        color: var(--color-gray-0)
    }
}

.feat-ad__tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 40px;
    height: 40px
}

.feat-ad__img {
    aspect-ratio: 1/1
}

.feat-ad__title {
    width: 72px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center
}

.feat-ad__title--hot {
    position: relative;
    bottom: 0;
    text-align: center;
    width: 84px;
    margin-top: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6
}

.fuli-ad {
    padding: 16px 0 40px
}

.fuli-ad__list {
    display: grid;
    /* grid-template-columns: repeat(auto-fill, 102px); */
    grid-template-columns: repeat(auto-fill, calc(100% / 3 - 6px));
    gap: 8px;
    place-content: center;
    margin-top: 16px
}

.fuli-ad__link {
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 4px;
    gap: 0 4px;
    background-color: var(--color-gray-0)
}

.fuli-ad__img {
    width: 40px;
    height: 40px
}

.fuli-ad__title {
    width: 72px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6
}

.game-ad {
    padding: 16px 0 24px
}

@media (min-width: 767px) {
    .game-ad {
        /* padding: 16px 16px 24px */
    }
}

.game-ad-top__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(99px, 120px));
    justify-content: space-between;
    max-width: 500px;
    /* margin-top: 36px; */
    margin: 36px auto;
    gap: 0 8px
}

@media (min-width: 767px) {
    .game-ad-top__list {
        padding: 0 16px
    }
}

.game-ad-top__link {
    position: relative
}

@media (min-width: 767px) {
    .game-ad-top__link {
        padding: 0 16px
    }

    .game-ad-top__link:hover .game-ad-top__img {
        width: 112px;
        height: 112px;
        box-shadow: 0 0 12px 0 var(--color-primary-200)
    }
}

.game-ad-top__crown {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%);
    width: 28px;
    height: 28px
}

.game-ad-top__img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 16px
}

.game-ad-top__title {
    width: 100%;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--color-gray-0);
    text-align: center
}

.game-ad-top__title.hot {
    position: relative;
    bottom: 0;
    text-align: center;
    width: 84px;
    margin-top: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6
}

.game-ad__list {
    margin-top: 16px
}

.game-ad__link {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 8px;
    padding: 8px;
    border-radius: 12px;
    transition: all .3s
}

@media (min-width: 767px) {
    .game-ad__link:hover {
        background-color: var(--color-primary-400)
    }

    .game-ad__link:hover .game-ad__btn {
        color: var(--color-primary-400);
        background-color: var(--color-primary-200)
    }
}

.game-ad__content {
    display: flex;
    align-items: center;
    gap: 8px
}

.game-ad__img {
    width: 74px;
    height: 74px;
    border-radius: 8px
}

.game-ad__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--color-gray-0)
}

.game-ad__downloads {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-primary-100)
}

.game-ad__downloads img {
    width: 12px;
    height: 12px;
    margin-right: 4px
}

.game-ad__btn {
    flex-shrink: 0;
    padding: 4px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--color-primary-100);
    background-color: var(--color-primary-400)
}

.carousel {
    --swiper-pagination-color: var(--color-primary-100);
    --swiper-pagination-bullet-horizontal-gap: 10px;
    position: relative;
    /* padding: 0 32px; */
}

.carousel__item {
    padding: 3px;
    border-radius: 16px;
    overflow: hidden;
    /* background-image: linear-gradient(124deg, #27f5ff 9%, #19bcf5 34%, #0086b5 51%); */
}

.carousel__link {
    width: 100%;
    height: 100%;
    display: block;
}

.carousel__img {
    border-radius: 16px;
    aspect-ratio: 282 / 159;
    width: 100%;
    height: auto;
    display: block;
}


.carousel .swiper-button-next,
.carousel .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 30px;
    height: 30px;
}

.carousel .swiper-button-prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}

/* Next arrow */
.carousel .swiper-button-next {
    right: 0;
}

/* Pagination bullets */
.carousel .swiper-pagination-bullet {
    /* border: 1.5px solid var(--color-primary-100); */
}

.my-carousel-swiper .swiper-pagination {
    position: relative;
    margin-top: 12px;
    text-align: center;
}

/* Inactive dash */
.my-carousel-swiper .swiper-pagination-bullet {
    width: 20px;
    /* dash length */
    height: 4px;
    /* dash thickness */
    background: #2a2f45;
    /* darkened bg (like your screenshot) */
    border-radius: 4px;
    opacity: 1;
    transition: background 0.25s;
}

/* Active dash (blue) */
.my-carousel-swiper .swiper-pagination-bullet-active {
    background: #1e90ff;
    /* blue */
}

/* Container grid */
.feat-ad-large-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
    padding: 0 10px;
}

/* Each card */
.large-card-item {
    position: relative;
    background: #1a1a1a;
    border-radius: 14px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.30);
}

/* Rounded image */
.large-card-img {
    width: 100%;
    /* height: 180px; */
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
}

/* Title */
.large-card-title {
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

/* Tag icon (top-left) */
.large-card-tag {
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 5;
    background: rgba(0, 0, 0, 0.45);
    padding: 4px 6px;
    border-radius: 8px;
}

.large-card-tag img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

/* Grid layout: 3 columns */
.app-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    padding-left: 0;
    padding-right: 0;
}

/* Main card */
.app-card-item {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    padding-bottom: 3px;
    color: #fff;
    text-align: center;
}

/* HOT label */
.app-card-hot {
    position: absolute;
    left: 0;
    top: 0;
    background: #ff4d4f;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 6px;
    z-index: 5;
    font-weight: 700;
}

/* Thumbnail */
.app-card-thumb img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Title */
.app-card-title {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #eee;
}

/* Button Wrapper */
.app-card-btn {
    margin-top: 10px;
    background: linear-gradient(90deg, #6a73ff, #b167ff);
    padding: 8px 0;
    border-radius: 50px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.app-card-btn i {
    font-size: 14px;
    margin-right: 3px;
    font-weight: thin;
}

/* Button text */
.app-card-btn-text {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: -1px;
}

/* 2 columns */
.girl-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
    padding: 10px;
}

.girl-card {
    position: relative;
    display: block;
    background: #1A1A1A;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

/* image */
.girl-image-wrap {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
    position: relative;
}

.girl-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 官方认证 badge */
.girl-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.45);
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.girl-badge-icon {
    width: 18px;
    height: 18px;
}

.girl-location-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: linear-gradient(90deg, #747474 0%, #9b33ff7a 100%);
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}

.girl-heart-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: linear-gradient(90deg, #FF5CA7 0%, #A84DFF 100%);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}

.heart-icon {
    font-size: 15px;
    margin-right: 4px;
}

/* Info Card */
.girl-info-box {
    padding: 14px;
    background: #2B2B2B;
    border-radius: 0 0 18px 18px;
    height: 100%;
}

/* NAME + DISTANCE */
.girl-info-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.girl-name {
    font-size: 18px;
    font-weight: 600;
}

.girl-distance {
    font-size: 13px;
    color: #ccc;
}

/* 项目 / 特色 */
.girl-info-row {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
}

.girl-label {
    font-weight: bold;
    margin-right: 6px;
}

.girl-label.pink {
    color: #FF5FB7;
}

.girl-label.yellow {
    color: #FFD36A;
}

.girl-text {
    color: #ddd;
}

/* PRODUCT GRID */
.feat-ad-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
    padding: 0 10px;
}

/* Card */
.product-grid-item {
    background: #1a1a1a;
    border-radius: 14px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    padding-bottom: 10px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Image */
.product-grid-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

/* Tag (icon) */
.product-grid-tag {
    position: absolute;
    top: 6px;
    left: 6px;
    background: rgba(0, 0, 0, 0.45);
    padding: 4px 6px;
    border-radius: 8px;
    z-index: 5;
}

.product-grid-tag img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* Text wrapper */
.product-grid-info {
    padding: 10px;
}

/* Name + Price flexbox */
.product-grid-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Name */
.product-grid-title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    margin-right: 8px;
    flex: 1;
}

/* Price */
.product-grid-price {
    font-size: 15px;
    font-weight: 700;
    color: #ff4da6;
}