@media screen and (min-width: 769px) {
    .home[data-v-0b916c3b] {
        background: #f8fafc;
        min-height: 100vh;
        width: 100%;
        overflow-x: hidden
    }

    .banner-wrapper[data-v-0b916c3b] {
        width: 100%;
        background: linear-gradient(135deg, #1e1e2f, #2d2d44);
        padding: 20px 0
    }

    .banner-container[data-v-0b916c3b] {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        border-radius: 0 0 24px 24px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, .3)
    }

    .banner-slider[data-v-0b916c3b] {
        display: flex;
        transition: transform .6s cubic-bezier(.25, .46, .45, .94);
        height: 420px
    }

    .banner-slide[data-v-0b916c3b] {
        flex: 0 0 100%;
        position: relative
    }

    .banner-slide a[data-v-0b916c3b] {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none
    }

    .banner-slide img[data-v-0b916c3b] {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        filter: brightness(.85);
        border-radius: 10px
    }

    .banner-slide .banner-caption[data-v-0b916c3b] {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 60px;
        background: linear-gradient(0deg, rgba(30, 30, 47, .9) 0, transparent);
        color: #fff;
        text-align: center
    }

    .banner-slide .banner-caption h2[data-v-0b916c3b] {
        font-size: 44px;
        font-weight: 800;
        margin-bottom: 15px;
        text-shadow: 0 2px 10px rgba(0, 0, 0, .3);
        letter-spacing: 1px;
        background: linear-gradient(135deg, #fff, #e0e0e0);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: fadeInUp-0b916c3b .6s ease
    }

    .banner-slide .banner-caption p[data-v-0b916c3b] {
        font-size: 20px;
        opacity: .95;
        color: hsla(0, 0%, 100%, .9);
        text-shadow: 0 1px 5px rgba(0, 0, 0, .3);
        animation: fadeInUp-0b916c3b .6s ease .2s both
    }

    @keyframes fadeInUp-0b916c3b {
        0% {
            transform: translateY(30px);
            opacity: 0
        }
        to {
            transform: translateY(0);
            opacity: 1
        }
    }.banner-dots[data-v-0b916c3b] {
         position: absolute;
         bottom: 25px;
         left: 50%;
         transform: translateX(-50%);
         display: flex;
         gap: 12px;
         z-index: 10
     }

    .banner-dots span[data-v-0b916c3b] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: hsla(0, 0%, 100%, .3);
        cursor: pointer;
        transition: all .3s;
        border: 1px solid hsla(0, 0%, 100%, .1)
    }

    .banner-dots span[data-v-0b916c3b]:hover {
        background: hsla(0, 0%, 100%, .6)
    }

    .banner-dots span.active[data-v-0b916c3b] {
        width: 30px;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0 0 20px hsla(0, 0%, 100%, .5)
    }

    .banner-arrow[data-v-0b916c3b] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        border: 1px solid hsla(0, 0%, 100%, .2);
        border-radius: 50%;
        background: rgba(30, 30, 47, .6);
        color: #fff;
        font-size: 30px;
        cursor: pointer;
        transition: all .3s;
        z-index: 10;
        backdrop-filter: blur(5px)
    }

    .banner-arrow[data-v-0b916c3b]:hover {
        background: rgba(30, 30, 47, .9);
        border-color: hsla(0, 0%, 100%, .3);
        transform: translateY(-50%) scale(1.1)
    }

    .banner-arrow.prev[data-v-0b916c3b] {
        left: 20px
    }

    .banner-arrow.next[data-v-0b916c3b] {
        right: 20px
    }

    .skeleton[data-v-0b916c3b] {
        background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
        background-size: 200% 100%;
        animation: loading-0b916c3b 1.5s infinite;
        pointer-events: none;
        border: none !important
    }

    .skeleton-img[data-v-0b916c3b] {
        background: #e0e0e0 !important;
        min-height: 100%
    }

    .skeleton-line[data-v-0b916c3b] {
        height: 16px;
        background: #e0e0e0;
        border-radius: 8px;
        margin: 8px 0
    }

    .skeleton-title[data-v-0b916c3b] {
        height: 24px;
        background: #e0e0e0;
        border-radius: 12px;
        margin: 10px 0
    }

    @keyframes loading-0b916c3b {
        0% {
            background-position: 200% 0
        }
        to {
            background-position: -200% 0
        }
    }.empty-state[data-v-0b916c3b] {
         text-align: center;
         padding: 40px 20px;
         color: #94a3b8
     }

    .empty-state.full[data-v-0b916c3b] {
        padding: 80px 20px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
    }

    .empty-state .empty-icon[data-v-0b916c3b] {
        font-size: 48px;
        display: block;
        margin-bottom: 16px;
        opacity: .5
    }

    .empty-state h3[data-v-0b916c3b] {
        font-size: 18px;
        font-weight: 600;
        color: #1e293b;
        margin-bottom: 8px
    }

    .empty-state p[data-v-0b916c3b] {
        font-size: 14px;
        color: #64748b;
        margin-bottom: 20px
    }

    .btn-reset[data-v-0b916c3b] {
        padding: 10px 30px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: #fff;
        border: none;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: all .3s
    }

    .btn-reset[data-v-0b916c3b]:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(102, 126, 234, .3)
    }

    .main-container[data-v-0b916c3b] {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        display: grid;
        grid-template-columns:220px 1fr;
        gap: 30px;
        width: 100%;
        box-sizing: border-box
    }

    .sidebar[data-v-0b916c3b] {
        background: #fff;
        border-radius: 20px;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
        height: -moz-fit-content;
        height: fit-content;
        width: 100;
        box-sizing: border-box
    }

    .section-header[data-v-0b916c3b] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #f0f0f0
    }

    .section-title[data-v-0b916c3b] {
        font-size: 18px;
        font-weight: 700;
        color: #1e293b;
        display: flex;
        align-items: center;
        gap: 8px
    }

    .section-title .title-icon[data-v-0b916c3b] {
        font-size: 20px
    }

    .new-list[data-v-0b916c3b] {
        display: flex;
        flex-direction: column;
        gap: 15px
    }

    .new-card[data-v-0b916c3b] {
        background: #f8fafc;
        border-radius: 16px;
        overflow: hidden;
        transition: all .3s
    }

    .new-card[data-v-0b916c3b]:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, .1)
    }

    .new-card:hover .card-img img[data-v-0b916c3b] {
        transform: scale(1.05)
    }

    .new-card .card-link[data-v-0b916c3b] {
        display: block;
        text-decoration: none
    }

    .new-card .card-img[data-v-0b916c3b] {
        position: relative;
        width: 100%;
        height: 180px;
        overflow: hidden
    }

    .new-card .card-img img[data-v-0b916c3b] {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: transform .3s
    }


    /**********/


    .home .new-card .card-img .card-video[data-v-0b916c3b] {
        bottom: 4%;
        right: -23%;
        font-size: 12px;
        transform: rotate(-36deg)
    }

    .new-card .card-img .card-massage[data-v-0b916c3b], .home .new-card .card-img .card-video[data-v-0b916c3b] {
        width: 120px;
        text-align: center;
        position: absolute;
        background: hsla(0, 0%, 100%, .9);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1
    }

    .new-card .card-img .card-massage[data-v-0b916c3b] {
        top: 8%;
        left: -18%;
        font-size: 12px;
        transform: rotate(-35deg)
    }

    .new-card .card-img .card-shuang[data-v-0b916c3b] {
        width: 120px;
        text-align: center;
        position: absolute;
        top: 2%;
        right: -25%;
        background: hsla(0, 0%, 100%, .9);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        z-index: 1;
        transform: rotate(35deg)
    }


    /*******/






    .new-card .card-info[data-v-0b916c3b] {
        padding: 12px
    }

    .new-card .card-info .card-name[data-v-0b916c3b] {
        font-size: clamp(9px, 2.5vw, 12px);
        font-weight: 600;
        color: #1e293b;
        margin-bottom: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .new-card .card-info .card-location[data-v-0b916c3b] {
        font-size: 13px;
        color: #64748b;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        gap: 4px
    }

    .new-card .card-info .card-price[data-v-0b916c3b] {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap
    }

    .new-card .card-info .card-price .price-label[data-v-0b916c3b] {
        font-size: 12px;
        color: #94a3b8
    }

    .new-card .card-info .card-price .price-value[data-v-0b916c3b] {
        font-size: 18px;
        font-weight: 700;
        color: #ff6b6b;
        margin-left: 5px
    }

    .main-content[data-v-0b916c3b] {
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 100%;
        min-width: 0;
        overflow: hidden
    }

    .category-section[data-v-0b916c3b] {
        background: #fff;
        border-radius: 20px;
        padding: 25px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
        width: 100%;
        box-sizing: border-box;
        overflow: hidden
    }

    .girl-grid[data-v-0b916c3b] {
        display: grid;
        grid-template-columns:repeat(4, 1fr);
        gap: 20px;
        margin-top: 20px;
        width: 100%
    }

    .girl-card[data-v-0b916c3b] {
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        transition: all .3s;
        border: 1px solid #f0f0f0;
        width: 100%
    }

    .girl-card[data-v-0b916c3b]:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
        border-color: transparent
    }

    .girl-card:hover .card-img img[data-v-0b916c3b] {
        transform: scale(1.05)
    }

    .girl-card .card-link[data-v-0b916c3b] {
        text-decoration: none;
        display: block
    }

    .girl-card .card-img[data-v-0b916c3b] {
        position: relative;
        height: 290px;
        overflow: hidden
    }

    .girl-card .card-img img[data-v-0b916c3b] {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: transform .3s
    }

    .girl-card .card-img .card-tag[data-v-0b916c3b] {
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 4px 12px;
        border-radius: 20px;
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        z-index: 1
    }

    .girl-card .card-img .card-video[data-v-0b916c3b] {
        width: 80px;
        bottom: 3%;
        right: -10%;
        transform: rotate(-30deg)
    }

    .girl-card .card-img .card-massage[data-v-0b916c3b], .girl-card .card-img .card-video[data-v-0b916c3b] {
        text-align: center;
        position: absolute;
        background: hsla(0, 0%, 100%, .9);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        z-index: 1
    }

    .girl-card .card-img .card-massage[data-v-0b916c3b] {
        width: 100px;
        top: 6%;
        left: -12%;
        transform: rotate(320deg)
    }

    .girl-card .card-img .card-shuang[data-v-0b916c3b] {
        width: 80px;
        text-align: center;
        position: absolute;
        top: 2%;
        right: -10%;
        background: hsla(0, 0%, 100%, .9);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        z-index: 1;
        transform: rotate(35deg)
    }

    .girl-card .card-info[data-v-0b916c3b] {
        padding: 15px
    }

    .girl-card .card-info .card-name[data-v-0b916c3b] {
        font-size: 13px;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 8px
    }

    .girl-card .card-info .card-meta[data-v-0b916c3b] {
        display: flex;
        gap: 10px;
        margin-bottom: 10px
    }

    .girl-card .card-info .card-meta .meta-item[data-v-0b916c3b] {
        font-size: 12px;
        color: #64748b;
        display: flex;
        align-items: center;
        gap: 2px
    }

    .girl-card .card-info .card-price[data-v-0b916c3b] {
        display: flex;
        align-items: baseline
    }

    .girl-card .card-info .card-price .price-value[data-v-0b916c3b] {
        font-size: 20px;
        font-weight: 800;
        color: #ff6b6b
    }

    .girl-card .card-info .card-price .price-unit[data-v-0b916c3b] {
        font-size: 12px;
        color: #94a3b8;
        margin-right: 5px
    }
}

@media screen and (max-width: 768px) {
    .home[data-v-0b916c3b], body[data-v-0b916c3b], html[data-v-0b916c3b] {
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
        margin: 0;
        padding: 0
    }

    .home[data-v-0b916c3b] {
        background: #f8fafc;
        min-height: 100vh
    }

    .home [data-v-0b916c3b] {
        box-sizing: border-box;
        max-width: 100%
    }

    .home .banner-wrapper[data-v-0b916c3b] {
        width: 100%;
        max-width: 100vw;
        padding: 0;
        margin: 0 0 12px 0;
        background: linear-gradient(135deg, #1e1e2f, #2d2d44)
    }

    .home .banner-container[data-v-0b916c3b] {
        width: 100%;
        max-width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 0;
        margin: 0
    }

    .home .banner-slider[data-v-0b916c3b] {
        display: flex;
        transition: transform .6s ease;
        height: 160px;
        width: 100%
    }

    .home .banner-slide[data-v-0b916c3b] {
        flex: 0 0 100%;
        position: relative;
        width: 100%
    }

    .home .banner-slide a[data-v-0b916c3b] {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none
    }

    .home .banner-slide img[data-v-0b916c3b] {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .home .banner-slide .banner-caption[data-v-0b916c3b] {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 12px;
        background: linear-gradient(0deg, rgba(30, 30, 47, .8) 0, transparent);
        color: #fff;
        text-align: center
    }

    .home .banner-slide .banner-caption h2[data-v-0b916c3b] {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 2px;
        text-shadow: 0 1px 5px rgba(0, 0, 0, .3)
    }

    .home .banner-slide .banner-caption p[data-v-0b916c3b] {
        font-size: 11px;
        opacity: .9
    }

    .home .banner-dots[data-v-0b916c3b] {
        position: absolute;
        bottom: 6px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 5px;
        z-index: 10
    }

    .home .banner-dots span[data-v-0b916c3b] {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: hsla(0, 0%, 100%, .4);
        cursor: pointer;
        transition: all .3s
    }

    .home .banner-dots span.active[data-v-0b916c3b] {
        width: 18px;
        border-radius: 3px;
        background: #fff
    }

    .home .banner-arrow[data-v-0b916c3b] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 28px;
        height: 28px;
        border: none;
        border-radius: 50%;
        background: rgba(30, 30, 47, .5);
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .home .banner-arrow.prev[data-v-0b916c3b] {
        left: 5px
    }

    .home .banner-arrow.next[data-v-0b916c3b] {
        right: 5px
    }

    .home .main-container[data-v-0b916c3b] {
        display: grid;
        grid-template-columns:23% 75%;
        gap: 6px;
        padding: 0 6px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto
    }

    .home .sidebar[data-v-0b916c3b] {
        width: 100%;
        background: #fff;
        border-radius: 10px;
        padding: 8px 6px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .05)
    }

    .home .section-header[data-v-0b916c3b] {
        margin-bottom: 6px;
        padding-bottom: 4px;
        border-bottom: 1px solid #f0f0f0
    }

    .home .section-title[data-v-0b916c3b] {
        font-size: 12px;
        font-weight: 700;
        color: #1e293b
    }

    .home .section-title .title-icon[data-v-0b916c3b] {
        font-size: 13px;
        flex-shrink: 0
    }

    .home .new-list[data-v-0b916c3b] {
        display: flex;
        flex-direction: column;
        gap: 6px
    }

    .home .new-card[data-v-0b916c3b] {
        background: #f8fafc;
        border-radius: 8px;
        overflow: hidden
    }

    .home .new-card .card-link[data-v-0b916c3b] {
        display: flex
    }

    .home .new-card .card-img[data-v-0b916c3b] {
        width: 50px;
        height: 65px
    }

    .home .new-card .card-img .card-tag[data-v-0b916c3b] {
        position: absolute;
        top: 2px;
        left: 2px;
        padding: 1px 3px;
        border-radius: 8px;
        color: #fff;
        font-size: 7px;
        font-weight: 500;
        max-width: calc(100% - 4px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .home .new-card .card-link[data-v-0b916c3b] {
        display: block;
        text-decoration: none
    }

    .home .new-card .card-img[data-v-0b916c3b] {
        position: relative;
        width: 100%;
        height: 80px;
        flex-shrink: 0
    }

    .home .new-card .card-img img[data-v-0b916c3b] {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .home .new-card .card-info[data-v-0b916c3b] {
        padding: 6px 6px
    }

    .home .new-card .card-info .card-name[data-v-0b916c3b] {
        font-size: clamp(9px, 2.5vw, 12px);
        font-weight: 600;
        color: #1e293b;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 2px
    }

    .home .new-card .card-info .card-location[data-v-0b916c3b] {
        font-size: 9px;
        color: #64748b;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 2px
    }

    .home .new-card .card-info .card-price[data-v-0b916c3b] {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap
    }

    .home .new-card .card-info .card-price .price-label[data-v-0b916c3b] {
        font-size: 9px;
        color: #94a3b8;
        margin-right: 2px
    }

    .home .new-card .card-info .card-price .price-value[data-v-0b916c3b] {
        font-size: 12px;
        font-weight: 700;
        color: #ff6b6b
    }


    /**********/


    .home .new-card .card-img .card-video[data-v-0b916c3b] {
        bottom: 10%;
        right: -15%;
        font-size: 5px;
        transform: rotate(-36deg)
    }

    .new-card .card-img .card-massage[data-v-0b916c3b], .home .new-card .card-img .card-video[data-v-0b916c3b] {
        width: 50px;
        text-align: center;
        position: absolute;
        background: hsla(0, 0%, 100%, .9);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1
    }

    .new-card .card-img .card-massage[data-v-0b916c3b] {
        top: 12%;
        left: -10%;
        font-size: 4px;
        transform: rotate(-35deg)
    }

    .new-card .card-img .card-shuang[data-v-0b916c3b] {
        width: 50px;
        text-align: center;
        position: absolute;
        top: 8%;
        right: -16%;
        background: hsla(0, 0%, 100%, .9);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 5px;
        z-index: 1;
        transform: rotate(35deg)
    }


    /*******/










    .home .main-content[data-v-0b916c3b] {
        width: 100%;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 8px
    }

    .home .category-section[data-v-0b916c3b] {
        background: #fff;
        border-radius: 10px;
        padding: 8px 6px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
        width: 100%
    }

    .home .girl-grid[data-v-0b916c3b] {
        display: grid;
        grid-template-columns:repeat(4, 1fr);
        gap: 5px;
        margin-top: 5px;
        width: 100%
    }

    .home .girl-card[data-v-0b916c3b] {
        width: 100%;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #f0f0f0
    }

    .home .girl-card .card-link[data-v-0b916c3b] {
        display: block;
        width: 100%;
        text-decoration: none
    }

    .home .girl-card .card-img[data-v-0b916c3b] {
        position: relative;
        width: 100%;
        height: 80px;
        overflow: hidden
    }

    .home .girl-card .card-img img[data-v-0b916c3b] {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .home .girl-card .card-img .card-tag[data-v-0b916c3b] {
        position: absolute;
        top: 3px;
        left: 3px;
        padding: 2px 5px;
        border-radius: 10px;
        color: #fff;
        font-size: 8px;
        font-weight: 500;
        z-index: 1;
        max-width: calc(100% - 6px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .home .girl-card .card-img .card-video[data-v-0b916c3b] {
        bottom: 8%;
        right: -15%;
        font-size: 5px;
        transform: rotate(-36deg)
    }

    .girl-card .card-img .card-massage[data-v-0b916c3b], .home .girl-card .card-img .card-video[data-v-0b916c3b] {
        width: 45px;
        text-align: center;
        position: absolute;
        background: hsla(0, 0%, 100%, .9);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1
    }

    .girl-card .card-img .card-massage[data-v-0b916c3b] {
        top: 8%;
        left: -10%;
        font-size: 4px;
        transform: rotate(-35deg)
    }

    .girl-card .card-img .card-shuang[data-v-0b916c3b] {
        width: 50px;
        text-align: center;
        position: absolute;
        top: 6%;
        right: -10%;
        background: hsla(0, 0%, 100%, .9);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 5px;
        z-index: 1;
        transform: rotate(35deg)
    }

    .home .girl-card .card-info[data-v-0b916c3b] {
        padding: 4px 3px
    }

    .home .girl-card .card-info .card-name[data-v-0b916c3b] {
        font-size: clamp(9px, 2.5vw, 12px);
        font-weight: 600;
        color: #1e293b;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 1px
    }

    .home .girl-card .card-info .card-meta[data-v-0b916c3b] {
        display: flex;
        flex-direction: column;
        gap: 1px;
        margin-bottom: 2px
    }

    .home .girl-card .card-info .card-meta .meta-item[data-v-0b916c3b] {
        font-size: 7px;
        color: #64748b;
        display: flex;
        align-items: center;
        gap: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .home .girl-card .card-info .card-price[data-v-0b916c3b] {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap
    }

    .home .girl-card .card-info .card-price .price-value[data-v-0b916c3b] {
        font-size: 10px;
        font-weight: 700;
        color: #ff6b6b
    }

    .home .girl-card .card-info .card-price .price-unit[data-v-0b916c3b] {
        font-size: 6px;
        color: #94a3b8;
        margin-right: 2px
    }

    .home .skeleton[data-v-0b916c3b] {
        background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
        background-size: 200% 100%;
        animation: loading-0b916c3b 1.5s infinite;
        pointer-events: none
    }

    .home .skeleton-img[data-v-0b916c3b] {
        background: #e0e0e0 !important
    }

    .home .skeleton-line[data-v-0b916c3b] {
        height: 8px;
        background: #e0e0e0;
        border-radius: 4px;
        margin: 3px 0
    }

    .home .skeleton-title[data-v-0b916c3b] {
        height: 14px;
        background: #e0e0e0;
        border-radius: 7px;
        margin: 5px 0
    }

    @keyframes loading-0b916c3b {
        0% {
            background-position: 200% 0
        }
        to {
            background-position: -200% 0
        }
    }.home .empty-state[data-v-0b916c3b] {
         text-align: center;
         padding: 20px 10px;
         color: #94a3b8
     }

    .home .empty-state.full[data-v-0b916c3b] {
        padding: 30px 10px;
        background: #fff;
        border-radius: 10px
    }

    .home .empty-state .empty-icon[data-v-0b916c3b] {
        font-size: 30px;
        display: block;
        margin-bottom: 8px;
        opacity: .5
    }

    .home .empty-state h3[data-v-0b916c3b] {
        font-size: 14px;
        font-weight: 600;
        color: #1e293b;
        margin-bottom: 4px
    }

    .home .empty-state p[data-v-0b916c3b] {
        font-size: 11px;
        color: #64748b;
        margin-bottom: 12px
    }

    .home .btn-reset[data-v-0b916c3b] {
        padding: 5px 15px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: #fff;
        border: none;
        border-radius: 20px;
        font-size: 11px;
        font-weight: 500;
        cursor: pointer
    }
}