/* Listing cards: shared base */
.card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 8px 17px 8px 12px;
    min-height: 0;
    border-radius: 999px;
    font-family: var(--font-cta);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transform: none;
    color: #0369a1;
    background: linear-gradient(165deg, #f0f9ff 0%, #e0f2fe 48%, #bae6fd 100%);
    border: 1px solid var(--site-blue-border-soft);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        0 1px 2px rgba(2, 132, 199, 0.1);
    transition:
        background 0.24s ease,
        border-color 0.24s ease,
        color 0.24s ease,
        box-shadow 0.24s ease,
        transform 0.22s ease;
}

.card-cta-aura {
    position: absolute;
    left: 8px;
    top: 50%;
    z-index: 0;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.28) 0%, rgba(56, 189, 248, 0.08) 42%, transparent 72%);
    opacity: 0;
    transform: translateY(-50%) scale(0.88);
    transition: opacity 0.28s ease, transform 0.28s ease;
    pointer-events: none;
}

.card-cta-gem-wrap {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
}

.card-cta-gem {
    display: block;
    width: 13px;
    height: 13px;
    background: linear-gradient(120deg, #041f31 0%, #082f49 24%, #0c4a6e 50%, #075985 78%, #0c4a6e 100%);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2.3 19.5 9.5 12 21.6 4.5 9.5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2.3 19.5 9.5 12 21.6 4.5 9.5z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    filter: drop-shadow(0 1px 2px rgba(2, 132, 199, 0.28));
    animation: cardCtaGemPulse 3.6s ease-in-out infinite;
    transition: transform 0.24s ease, filter 0.24s ease;
}

.card-cta-label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.card-cta-prefix,
.card-cta-action {
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.06em;
    background-size: 170% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: cardCtaTextShimmer 7.5s ease-in-out infinite;
}

.card-cta-prefix {
    font-size: 1em;
    background-image: linear-gradient(120deg, #041f31 0%, #082f49 24%, #0c4a6e 50%, #075985 78%, #0c4a6e 100%);
}

.card-cta-action {
    font-size: 1em;
    background-image: linear-gradient(120deg, #041f31 0%, #082f49 24%, #0c4a6e 50%, #075985 78%, #0c4a6e 100%);
}

.card-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.38) 0%,
        rgba(255, 255, 255, 0.1) 38%,
        transparent 72%
    );
    pointer-events: none;
    z-index: 0;
}

.card-cta::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60%;
    width: 42%;
    background: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.16) 48%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-18deg);
    animation: card-cta-sheen 5.8s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.listing-card .primary-button.card-cta,
.listing-card .card-cta {
    margin-top: -2px;
    width: auto;
}

.listing-card .primary-button.card-cta {
    color: #0c4a6e;
    font-size: 12.5px;
    text-shadow: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, transparent 42%),
        linear-gradient(165deg, rgba(248, 252, 255, 0.98) 0%, rgba(224, 242, 254, 0.95) 50%, rgba(186, 230, 253, 0.9) 100%);
    border: 1px solid rgba(186, 230, 253, 0.68);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        inset 0 0 0 1px rgba(255, 255, 255, 0.42),
        0 2px 10px rgba(8, 47, 73, 0.11);
    backdrop-filter: blur(10px) saturate(145%);
    -webkit-backdrop-filter: blur(10px) saturate(145%);
    transform: none;
}

.listing-card .primary-button.card-cta:hover,
.listing-card .card-cta:hover {
    color: #0c4a6e;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, transparent 42%),
        linear-gradient(165deg, rgba(255, 255, 255, 0.99) 0%, rgba(224, 242, 254, 0.97) 46%, rgba(125, 211, 252, 0.92) 100%);
    border-color: rgba(14, 165, 233, 0.56);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        inset 0 0 0 1px rgba(255, 255, 255, 0.55),
        0 5px 16px rgba(14, 165, 233, 0.2);
    transform: translateY(-1px);
}

.listing-card .primary-button.card-cta:hover .card-cta-aura,
.listing-card .card-cta:hover .card-cta-aura {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.listing-card .primary-button.card-cta:hover .card-cta-gem,
.listing-card .card-cta:hover .card-cta-gem {
    transform: scale(1.1);
    filter: drop-shadow(0 0 7px rgba(56, 189, 248, 0.55));
    animation-play-state: paused;
}

.listing-card[data-tier="gold"] .card-cta:hover .card-cta-gem {
    filter: drop-shadow(0 0 7px rgba(212, 175, 55, 0.52));
}

.listing-card[data-tier="bronze"] .card-cta:hover .card-cta-gem {
    filter: drop-shadow(0 0 7px rgba(251, 146, 60, 0.48));
}

.listing-card[data-tier="featured"] .card-cta:hover .card-cta-gem,
.listing-card.featured .card-cta:hover .card-cta-gem {
    filter: drop-shadow(0 0 7px rgba(190, 18, 60, 0.45));
}

.listing-card .primary-button.card-cta:hover .card-cta-prefix,
.listing-card .card-cta:hover .card-cta-prefix,
.listing-card .primary-button.card-cta:hover .card-cta-action,
.listing-card .card-cta:hover .card-cta-action {
    background-position: 100% center;
    animation-play-state: paused;
}

.listing-card .primary-button.card-cta:hover::after,
.listing-card .card-cta:hover::after {
    animation-play-state: paused;
}

.listing-card .primary-button.card-cta:active,
.listing-card .card-cta:active {
    color: #0369a1;
    background:
        linear-gradient(165deg, rgba(224, 242, 254, 0.98) 0%, rgba(186, 230, 253, 0.94) 100%);
    border-color: rgba(2, 132, 199, 0.48);
    transform: translateY(0) scale(0.98);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        0 1px 4px rgba(2, 132, 199, 0.1);
}

.listing-card[data-tier="gold"] .card-cta-gem {
    background: linear-gradient(120deg, #2a1e03 0%, #3d2b04 24%, #5c4208 50%, #4a3406 78%, #3d2b04 100%);
    filter: drop-shadow(0 1px 2px rgba(74, 52, 6, 0.28));
}

.listing-card[data-tier="gold"] .card-cta-prefix,
.listing-card[data-tier="gold"] .card-cta-action {
    background-image: linear-gradient(120deg, #2a1e03 0%, #3d2b04 24%, #5c4208 50%, #4a3406 78%, #3d2b04 100%);
}

.listing-card[data-tier="gold"] .card-cta-aura {
    background: radial-gradient(circle, rgba(212, 175, 55, 0.28) 0%, rgba(212, 175, 55, 0.08) 42%, transparent 72%);
}

.listing-card[data-tier="bronze"] .card-cta-gem {
    background: linear-gradient(120deg, #451a03 0%, #5c1d0a 24%, #7c2d12 50%, #5c1d0a 78%, #451a03 100%);
    filter: drop-shadow(0 1px 2px rgba(92, 29, 10, 0.24));
}

.listing-card[data-tier="bronze"] .card-cta-prefix,
.listing-card[data-tier="bronze"] .card-cta-action {
    background-image: linear-gradient(120deg, #451a03 0%, #5c1d0a 24%, #7c2d12 50%, #5c1d0a 78%, #451a03 100%);
}

.listing-card[data-tier="bronze"] .card-cta-aura {
    background: radial-gradient(circle, rgba(251, 146, 60, 0.26) 0%, rgba(251, 146, 60, 0.08) 42%, transparent 72%);
}

.listing-card[data-tier="featured"] .card-cta-gem,
.listing-card.featured .card-cta-gem {
    background: linear-gradient(120deg, #500724 0%, #6b0f26 24%, #881337 50%, #6b0f26 78%, #500724 100%);
    filter: drop-shadow(0 1px 2px rgba(107, 15, 38, 0.24));
}

.listing-card[data-tier="featured"] .card-cta-prefix,
.listing-card.featured .card-cta-prefix,
.listing-card[data-tier="featured"] .card-cta-action,
.listing-card.featured .card-cta-action {
    background-image: linear-gradient(120deg, #500724 0%, #6b0f26 24%, #881337 50%, #6b0f26 78%, #500724 100%);
}

.listing-card[data-tier="featured"] .card-cta-aura,
.listing-card.featured .card-cta-aura {
    background: radial-gradient(circle, rgba(190, 18, 60, 0.24) 0%, rgba(190, 18, 60, 0.08) 42%, transparent 72%);
}

@keyframes cardCtaGemPulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 1px 2px rgba(2, 132, 199, 0.28));
    }

    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 6px rgba(56, 189, 248, 0.42));
    }
}

@keyframes cardCtaTextShimmer {
    0%, 100% {
        background-position: 28% center;
    }

    50% {
        background-position: 72% center;
    }
}

@keyframes card-cta-sheen {
    0%, 74% {
        left: -60%;
        opacity: 0;
    }

    78% {
        opacity: 1;
    }

    100% {
        left: 118%;
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .card-cta::after {
        animation: none;
        display: none;
    }

    .card-cta-gem,
    .card-cta-prefix,
    .card-cta-action {
        animation: none;
    }

    .listing-card .primary-button.card-cta:hover,
    .listing-card .card-cta:hover {
        transform: none;
    }

    .listing-card .primary-button.card-cta:hover .card-cta-gem,
    .listing-card .card-cta:hover .card-cta-gem {
        transform: none;
    }
}

/* ─── Listing feed ─── */

.listing-feed {
    display: grid;
    gap: 16px;
    padding: 0 16px;
}

@keyframes cardEnter {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes placeholderFloat {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes placeholderGradient {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.listing-card:hover {
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.07);
    transform: translateY(-2px);
}

.listing-card:nth-child(1) { animation-delay: 0.04s; }

.listing-card:nth-child(2) { animation-delay: 0.08s; }

.listing-card:nth-child(3) { animation-delay: 0.12s; }

.listing-card:nth-child(4) { animation-delay: 0.16s; }

.listing-card:nth-child(5) { animation-delay: 0.2s; }

.listing-card:nth-child(6) { animation-delay: 0.24s; }

.listing-card:active {
    transform: scale(0.985);
}

.listing-card-media {
    position: relative;
    aspect-ratio: 2 / 1;
    padding: 3px;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(224, 242, 254, 0.96), rgba(186, 230, 253, 0.9));
    border: 1px solid rgba(125, 211, 252, 0.45);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.72) inset,
        0 0 0 2px rgba(186, 230, 253, 0.2),
        0 4px 14px rgba(56, 189, 248, 0.12);
    overflow: hidden;
    isolation: isolate;
}

.listing-card-media .listing-image,
.listing-card-media .listing-image-placeholder {
    position: absolute;
    inset: 3px;
    border-radius: 11px;
}

.listing-card-media::before {
    content: '';
    position: absolute;
    inset: 3px;
    z-index: 2;
    border-radius: 11px;
    background:
        radial-gradient(ellipse 88% 76% at 50% 58%, transparent 34%, rgba(10, 24, 32, 0.2) 100%),
        linear-gradient(to top, rgba(26, 47, 61, 0.58) 0%, rgba(45, 74, 92, 0.14) 40%, transparent 66%),
        linear-gradient(135deg, rgba(251, 191, 143, 0.07) 0%, transparent 42%, rgba(56, 189, 248, 0.1) 100%);
    pointer-events: none;
}

.listing-card-media::after {
    content: none;
}

.listing-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    margin: 0;
    transform: scale(1);
    transform-origin: center center;
    filter: var(--image-photo-filter);
    animation: none;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.45s ease;
}

.listing-card:hover .listing-image,
.listing-card:active .listing-image {
    transform: scale(1.07);
    filter: saturate(1.06) contrast(1.04) brightness(1.03);
}

.listing-card-media:has(.listing-image-placeholder)::before {
    opacity: 0.72;
}

.listing-card-media .listing-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(165deg, #f0f9ff 0%, #bae6fd 28%, #38bdf8 58%, #0284c7 100%);
    background-size: 240% 240%;
    color: #0c4a6e;
    opacity: 1;
    font-size: 32px;
    font-weight: 800;
    animation: placeholderGradient 10s ease infinite, placeholderFloat 6s ease-in-out infinite;
}

.listing-card-media .featured-mark,
.listing-card-media .gold-mark {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    overflow: visible;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    pointer-events: none;
    line-height: 0;
}

.listing-card-media .listing-new-mark {
    position: absolute;
    top: 4px;
    right: 3px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 0;
    padding: 3px 10px 5px;
    margin: 0;
    border-radius: 8px 4px 10px 10px;
    line-height: 0;
    pointer-events: none;
    background:
        radial-gradient(120% 80% at 18% 0%, rgba(255, 255, 255, 0.34) 0%, transparent 52%),
        linear-gradient(168deg, #e0f2fe 0%, #7dd3fc 32%, #0ea5e9 68%, #0284c7 100%);
    border: 1px solid rgba(255, 255, 255, 0.62);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        inset 0 -2px 4px rgba(3, 105, 161, 0.18),
        0 2px 10px rgba(14, 165, 233, 0.3),
        0 5px 18px rgba(2, 132, 199, 0.22);
}

.listing-card-media .listing-new-mark::before {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    top: 1px;
    height: 40%;
    border-radius: 8px 8px 50% 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
    pointer-events: none;
}

.listing-card-media .listing-new-mark::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: -3px;
    width: 6px;
    height: 6px;
    background: #0284c7;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    pointer-events: none;
}

.listing-new-mark-label {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #0c4a6e;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.78);
}

.listing-card-media .featured-mark-shine,
.listing-card-media .gold-mark-shine {
    top: 0;
    left: 0;
}

.featured-mark-shine {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 2;
    background: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 36%,
        rgba(255, 255, 255, 0.22) 46%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.22) 54%,
        rgba(255, 255, 255, 0) 64%,
        rgba(255, 255, 255, 0) 100%
    );
    background-size: 280% 100%;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2.3 19.5 9.5 12 21.6 4.5 9.5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2.3 19.5 9.5 12 21.6 4.5 9.5z'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    mix-blend-mode: soft-light;
    opacity: 0.9;
    animation: featuredDiamondSweep 4.2s linear infinite;
    pointer-events: none;
}

.featured-diamond {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
    display: block;
    overflow: visible;
    filter:
        drop-shadow(0 0 2px rgba(255, 255, 255, 0.75))
        drop-shadow(0 0 7px rgba(248, 208, 216, 0.55));
    animation: featuredDiamondPulse 3.2s ease-in-out infinite;
}

.featured-diamond .fd-facet-star-left {
    fill: rgba(252, 228, 232, 0.88);
}

.featured-diamond .fd-facet-star-right {
    fill: rgba(255, 240, 243, 0.92);
}

.featured-diamond .fd-facet-gleam {
    fill: rgba(255, 255, 255, 0.94);
}

.featured-diamond .fd-facet-keel {
    fill: none;
    stroke: rgba(255, 237, 240, 0.55);
    stroke-width: 0.28;
    stroke-linecap: round;
}

.featured-diamond .fd-facet-edge {
    fill: none;
    stroke: rgba(255, 245, 247, 0.72);
    stroke-width: 0.38;
    stroke-linejoin: round;
}

.featured-diamond .fd-glint {
    fill: #ffffff;
}

.featured-diamond .fd-glint-a {
    animation: featuredDiamondGlint 3s ease-in-out infinite;
}

.featured-diamond .fd-glint-b {
    animation: featuredDiamondGlint 3s ease-in-out infinite 1s;
}

.featured-diamond .fd-glint-c {
    animation: featuredDiamondGlint 3s ease-in-out infinite 2s;
}

.featured-mark svg {
    width: 20px;
    height: 20px;
    display: block;
}

.gold-mark-shine {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 2;
    background: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 36%,
        rgba(255, 248, 220, 0.28) 46%,
        rgba(255, 255, 255, 0.55) 50%,
        rgba(255, 248, 220, 0.28) 54%,
        rgba(255, 255, 255, 0) 64%,
        rgba(255, 255, 255, 0) 100%
    );
    background-size: 280% 100%;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2.3 19.5 9.5 12 21.6 4.5 9.5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2.3 19.5 9.5 12 21.6 4.5 9.5z'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    mix-blend-mode: soft-light;
    opacity: 0.92;
    animation: featuredDiamondSweep 4.2s linear infinite;
    pointer-events: none;
}

.gold-diamond {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
    display: block;
    overflow: visible;
    filter:
        drop-shadow(0 0 2px rgba(255, 248, 220, 0.8))
        drop-shadow(0 0 7px rgba(212, 175, 55, 0.5));
    animation: featuredDiamondPulse 3.2s ease-in-out infinite;
}

.gold-diamond .gd-facet-star-left {
    fill: rgba(245, 225, 164, 0.78);
}

.gold-diamond .gd-facet-star-right {
    fill: rgba(255, 248, 220, 0.88);
}

.gold-diamond .gd-facet-gleam {
    fill: rgba(255, 255, 255, 0.96);
}

.gold-diamond .gd-facet-keel {
    fill: none;
    stroke: rgba(255, 248, 220, 0.48);
    stroke-width: 0.28;
    stroke-linecap: round;
}

.gold-diamond .gd-facet-edge {
    fill: none;
    stroke: rgba(255, 252, 235, 0.68);
    stroke-width: 0.38;
    stroke-linejoin: round;
}

.gold-diamond .gd-glint {
    fill: #fffef5;
}

.gold-diamond .gd-glint-a {
    animation: featuredDiamondGlint 3s ease-in-out infinite;
}

.gold-diamond .gd-glint-b {
    animation: featuredDiamondGlint 3s ease-in-out infinite 1s;
}

.gold-diamond .gd-glint-c {
    animation: featuredDiamondGlint 3s ease-in-out infinite 2s;
}

.gold-mark svg {
    width: 20px;
    height: 20px;
    display: block;
}

.bronze-mark {
    color: #b87333;
}

.bronze-mark-shine {
    background: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 36%,
        rgba(255, 235, 220, 0.28) 46%,
        rgba(255, 255, 255, 0.55) 50%,
        rgba(255, 235, 220, 0.28) 54%,
        rgba(255, 255, 255, 0) 64%,
        rgba(255, 255, 255, 0) 100%
    );
}

@keyframes featuredDiamondSweep {
    0% {
        background-position: 160% 50%;
    }
    100% {
        background-position: -60% 50%;
    }
}

@keyframes featuredDiamondPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.04);
    }
}

@keyframes featuredDiamondGlint {
    0%, 100% {
        opacity: 0.35;
    }
    50% {
        opacity: 0.95;
    }
}

.media-location {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: calc(100% - 24px);
    padding: 8px 12px;
    border-radius: 14px;
    background: rgba(18, 61, 82, 0.42);
    border: 1px solid rgba(125, 211, 252, 0.5);
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    box-shadow: 0 8px 24px rgba(18, 85, 112, 0.3);
    color: #f0f9ff;
}

.media-location-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: rgba(56, 189, 248, 0.35);
    flex-shrink: 0;
}

.media-location-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media-location-large {
    right: 14px;
    bottom: 14px;
    padding: 10px 14px;
    border-radius: 16px;
}

.listing-card-body {
    position: relative;
    z-index: 3;
    margin-top: -20px;
    padding: 0 15px 16px;
}

.listing-kunya {
    position: relative;
    margin-bottom: 13px;
    padding-top: 0;
}

.listing-kunya-clip {
    position: absolute;
    top: 5px;
    right: 5px;
    left: auto;
    z-index: 3;
    width: 19px;
    height: 19px;
    margin-left: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #f8fcff 0%, #dbeafe 100%);
    border: 2px solid rgba(125, 211, 252, 0.75);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 2px 6px rgba(30, 58, 74, 0.12);
}

.listing-kunya-clip::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    margin: -3.5px 0 0 -3.5px;
    border-radius: 999px;
    background: rgba(30, 58, 74, 0.18);
}

.listing-kunya-plate {
    --kunya-photo-slot: 50px;
    --kunya-photo-gap: 10px;
    --kunya-photo-bg: linear-gradient(145deg, rgba(224, 242, 254, 0.95), rgba(186, 230, 253, 0.88));
    --kunya-photo-border: rgba(125, 211, 252, 0.42);
    --kunya-photo-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset, 0 4px 14px rgba(56, 189, 248, 0.16);
    --kunya-heart-bg: linear-gradient(160deg, #edf8ff 0%, #d9f0fe 45%, #b9e6fd 100%);
    --kunya-heart-border: rgba(186, 230, 253, 0.72);
    --kunya-heart-color: #0ea5e9;
    --kunya-heart-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 0 14px rgba(56, 189, 248, 0.18);
    --kunya-heart-main-filter: drop-shadow(0 2px 5px rgba(14, 165, 233, 0.28));
    --kunya-heart-float-color: #0284c7;
    --kunya-heart-float-filter: drop-shadow(0 1px 4px rgba(2, 132, 199, 0.45));
    display: flex;
    align-items: center;
    gap: var(--kunya-photo-gap);
    min-width: 0;
    padding: 12px 12px 11px;
    border-radius: 12px;
    background: linear-gradient(
        180deg,
        rgba(237, 248, 255, 0.96) 0%,
        rgba(224, 242, 254, 0.94) 100%
    );
    border: 1px solid rgba(125, 211, 252, 0.48);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.55) inset,
        0 0 0 2px rgba(186, 230, 253, 0.18),
        0 4px 10px rgba(56, 189, 248, 0.1);
}

.listing-kunya-photo {
    flex-shrink: 0;
    padding: 3px;
    border-radius: 10px;
    overflow: visible;
    background: var(--kunya-photo-bg);
    border: 1px solid var(--kunya-photo-border);
    box-shadow: var(--kunya-photo-shadow);
}

.listing-kunya-heart {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    width: 44px;
    height: 52px;
    border-radius: 8px;
    color: var(--kunya-heart-color);
    background: var(--kunya-heart-bg);
    border: 1px solid var(--kunya-heart-border);
    box-shadow: var(--kunya-heart-shadow);
}

.listing-kunya-hearts {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
}

.listing-kunya-heart-icon {
    display: block;
}

.listing-kunya-heart-main {
    position: relative;
    z-index: 2;
    width: 22px;
    height: 22px;
    color: inherit;
    filter: var(--kunya-heart-main-filter);
    animation: listingHeartPulse 2.6s ease-in-out infinite;
}

.listing-kunya-heart-float {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    opacity: 0;
    color: var(--kunya-heart-float-color);
    filter: var(--kunya-heart-float-filter);
    pointer-events: none;
}

.listing-kunya-heart-float-1 {
    animation: listingHeartFloatUp 2.2s ease-out infinite;
}

.listing-kunya-heart-float-2 {
    animation: listingHeartFloatLeft 2.4s ease-out 0.7s infinite;
}

.listing-kunya-heart-float-3 {
    animation: listingHeartFloatRight 2.3s ease-out 1.4s infinite;
}

@keyframes listingHeartPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
}

@keyframes listingHeartFloatUp {
    0% {
        opacity: 0;
        transform: translate(0, 4px) scale(0.55);
    }
    12% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(0, -22px) scale(1);
    }
}

@keyframes listingHeartFloatLeft {
    0% {
        opacity: 0;
        transform: translate(0, 4px) scale(0.5);
    }
    12% {
        opacity: 1;
    }
    55% {
        opacity: 0.95;
    }
    100% {
        opacity: 0;
        transform: translate(-14px, -18px) scale(0.95);
    }
}

@keyframes listingHeartFloatRight {
    0% {
        opacity: 0;
        transform: translate(0, 4px) scale(0.5);
    }
    12% {
        opacity: 1;
    }
    55% {
        opacity: 0.95;
    }
    100% {
        opacity: 0;
        transform: translate(14px, -17px) scale(0.92);
    }
}

.listing-kunya-info {
    flex: 1;
    min-width: 0;
    padding-top: 1px;
    margin-right: calc(var(--kunya-photo-slot) + var(--kunya-photo-gap));
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.listing-kunya-contact {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    max-width: 100%;
    min-height: 26px;
    margin-top: 5px;
    padding: 3px 11px 3px 4px;
    border-radius: 999px;
    background: transparent;
    border: none;
    color: #075985;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.045em;
    font-variant-numeric: tabular-nums;
    text-decoration: none;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    transition: transform 0.18s ease;
}

.listing-kunya-contact::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, transparent 42%),
        linear-gradient(
            165deg,
            rgba(255, 255, 255, 0.88) 0%,
            rgba(224, 242, 254, 0.94) 46%,
            rgba(186, 230, 253, 0.9) 100%
        );
    border: 1px solid rgba(125, 211, 252, 0.58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 2px 8px rgba(14, 165, 233, 0.12);
    pointer-events: none;
    transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

.listing-kunya-contact:hover {
    transform: translateY(-1px);
}

.listing-kunya-contact:hover::before {
    border-color: rgba(14, 165, 233, 0.52);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        0 4px 12px rgba(14, 165, 233, 0.16);
}

.listing-kunya-contact:active {
    transform: translateY(0);
}

.listing-kunya-contact-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 7px;
    flex-shrink: 0;
    color: inherit;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, transparent 40%),
        linear-gradient(
            165deg,
            rgba(255, 255, 255, 0.94) 0%,
            rgba(224, 242, 254, 0.92) 52%,
            rgba(186, 230, 253, 0.86) 100%
        );
    border: 1px solid rgba(125, 211, 252, 0.58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        inset 0 -1px 3px rgba(14, 165, 233, 0.08),
        0 2px 6px rgba(14, 165, 233, 0.1);
}

.listing-kunya-contact-icon svg {
    display: block;
    width: 13px;
    height: 13px;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.55));
}

.listing-kunya-contact-text {
    position: relative;
    z-index: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.listing-kunya-name {
    margin: 0;
    width: 100%;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #173447;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listing-card h2.listing-kunya-name {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
}

.listing-kunya-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 7px;
}

.listing-kunya-meta-item {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(224, 242, 254, 0.92);
    border: 1px solid rgba(125, 211, 252, 0.45);
    color: #0c4a6e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.listing-kunya-meta-item-place,
.listing-kunya-meta-item-hotel,
.listing-kunya-meta-item-meeting {
    background: rgba(224, 242, 254, 0.92);
    border-color: rgba(125, 211, 252, 0.45);
    color: #0c4a6e;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.65) inset,
        0 2px 6px rgba(42, 155, 199, 0.08);
}

.listing-kunya-meta-item-meeting-both {
    letter-spacing: 0;
}

.listing-kunya-location {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 4px;
    max-width: 38%;
    padding-left: 10px;
    border-left: 1px solid rgba(148, 196, 214, 0.38);
    text-align: right;
}

.listing-kunya-location-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    color: #0284c7;
    background: rgba(224, 242, 254, 0.95);
    border: 1px solid rgba(125, 211, 252, 0.45);
}

.listing-kunya-location-text {
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: #1a5570;
    word-break: break-word;
}

.listing-kunya-rule {
    display: block;
    width: 42px;
    height: 2px;
    margin: 7px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(56, 189, 248, 0.85), rgba(56, 189, 248, 0.15));
}

.listing-card-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.listing-card h2:not(.listing-kunya-name) {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--text);
}

.listing-card p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--text-muted);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.listing-card .primary-button:not(.card-cta) {
    padding: 13px 18px;
    font-size: 13px;
    border-radius: 12px;
}

/* Listing feed — compact inside mobile shell (always on frontend) */

.mobile-shell .listing-feed {
    gap: 7px;
    padding: 0 8px;
}

.mobile-shell .listing-card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 3px;
    min-height: 0;
    padding: 4px;
    border-radius: 12px;
}

.mobile-shell .listing-card-media {
    flex: 0 0 164px;
    width: 164px;
    align-self: stretch;
    min-height: 0;
    aspect-ratio: auto;
    height: auto;
    padding: 3px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(224, 242, 254, 0.98), rgba(186, 230, 253, 0.92));
    border: 1.5px solid rgba(125, 211, 252, 0.55);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.78) inset,
        0 0 0 2px rgba(186, 230, 253, 0.24),
        0 3px 10px rgba(56, 189, 248, 0.12);
}

.mobile-shell .listing-card-media-location {
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: 1px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    padding: 2px 5px;
    border-radius: 7px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.mobile-shell .listing-card-media-location::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, transparent 40%),
        linear-gradient(165deg, rgba(240, 249, 255, 0.97) 0%, rgba(224, 242, 254, 0.94) 52%, rgba(186, 230, 253, 0.9) 100%);
    border: 1px solid rgba(186, 230, 253, 0.62);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        0 3px 10px rgba(8, 47, 73, 0.14);
    pointer-events: none;
}

.mobile-shell .listing-card-media-location .listing-kunya-location-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(224, 242, 254, 0.92) 100%);
    border: 1px solid rgba(125, 211, 252, 0.4);
    color: #0284c7;
    flex-shrink: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.mobile-shell .listing-card-media-location .listing-kunya-location-icon svg {
    width: 10px;
    height: 10px;
    shape-rendering: geometricPrecision;
}

.mobile-shell .listing-card-media-location .listing-kunya-location-text {
    position: relative;
    z-index: 1;
    min-width: 0;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #0c4a6e;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-shell .listing-card-media::before {
    inset: 3px;
    border-radius: 7px;
    background:
        radial-gradient(ellipse 88% 76% at 50% 58%, transparent 36%, rgba(10, 24, 32, 0.14) 100%),
        linear-gradient(to top, rgba(26, 47, 61, 0.42) 0%, rgba(26, 47, 61, 0.1) 30%, transparent 52%),
        linear-gradient(270deg, rgba(56, 189, 248, 0.08) 0%, transparent 48%);
}

.mobile-shell .listing-card-media .listing-image,
.mobile-shell .listing-card-media .listing-image-placeholder {
    inset: 3px;
    border-radius: 7px;
}

.mobile-shell .listing-card-media .listing-image {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center top;
    transform: scale(1);
    transform-origin: center center;
    animation: none;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.45s ease;
}

.mobile-shell .listing-card:hover .listing-image,
.mobile-shell .listing-card:active .listing-image {
    transform: scale(1.08);
    filter: saturate(1.06) contrast(1.03) brightness(1.02);
}

.mobile-shell .listing-card-media .listing-image-placeholder {
    font-size: 24px;
}

.mobile-shell .listing-card-media .featured-mark,
.mobile-shell .listing-card-media .gold-mark {
    top: 4px;
    left: 4px;
    width: 20px;
    height: 20px;
    padding: 0;
}

.mobile-shell .listing-card-media .featured-mark-shine,
.mobile-shell .listing-card-media .gold-mark-shine {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.mobile-shell .listing-card-media .featured-diamond,
.mobile-shell .listing-card-media .featured-mark svg,
.mobile-shell .listing-card-media .gold-diamond,
.mobile-shell .listing-card-media .gold-mark svg {
    width: 20px;
    height: 20px;
}

.mobile-shell .listing-card-media .listing-new-mark {
    top: 4px;
    right: 3px;
    padding: 2px 9px 4px;
    border-radius: 7px 3px 9px 9px;
    line-height: 0;
}

.mobile-shell .listing-card-media .listing-new-mark-label {
    font-size: 9px;
}

.mobile-shell .listing-card-media .listing-new-mark::after {
    right: 7px;
    bottom: -2px;
    width: 5px;
    height: 5px;
}

.mobile-shell .listing-card-body {
    flex: 1;
    min-width: 0;
    margin-top: 0;
    padding: 3px 3px 0;
    position: relative;
    z-index: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4px;
    align-items: stretch;
}

.mobile-shell .listing-card-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    padding: 0 2px;
    flex-shrink: 0;
    margin: 0;
}

.mobile-shell .listing-kunya-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-shrink: 1;
}

.mobile-shell .listing-kunya-contact {
    margin-top: 4px;
    padding: 3px 9px 3px 3px;
    gap: 6px;
    font-size: 11px;
    min-height: 22px;
}

.mobile-shell .listing-kunya-contact-icon {
    width: 20px;
    height: 20px;
    border-radius: 6px;
}

.mobile-shell .listing-kunya-contact-icon svg {
    width: 12px;
    height: 12px;
}

.mobile-shell .listing-kunya-plate {
    --kunya-photo-slot: 34px;
    --kunya-photo-gap: 6px;
    display: flex;
    align-items: center;
    gap: var(--kunya-photo-gap);
    min-width: 0;
    padding: 5px 7px 4px;
    border-radius: 9px;
    background: linear-gradient(
        180deg,
        rgba(237, 248, 255, 0.96) 0%,
        rgba(224, 242, 254, 0.94) 100%
    );
    border: 1px solid rgba(125, 211, 252, 0.48);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.55) inset,
        0 0 0 2px rgba(186, 230, 253, 0.18),
        0 4px 10px rgba(56, 189, 248, 0.08);
}

.mobile-shell .listing-card-mid,
.mobile-shell .listing-card-mid-triple,
.mobile-shell .listing-card-mid-quad,
.mobile-shell .listing-card-mid-double {
    display: grid;
    gap: 4px;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    align-items: stretch;
}

.mobile-shell .listing-card-mid {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.mobile-shell .listing-card-mid-triple {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mobile-shell .listing-card-mid-quad {
    grid-template-columns: minmax(0, 0.68fr) minmax(0, 0.68fr) minmax(0, 0.68fr) minmax(0, 1.36fr);
    gap: 3px;
}

.mobile-shell .listing-card-mid-double {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.mobile-shell .listing-card-mid .listing-kunya-meta-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 3px;
    font-size: 10px;
    line-height: 1.1;
    min-height: 20px;
    text-align: center;
    white-space: nowrap;
    min-width: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-shell .listing-card-mid .listing-kunya-meta-item-age,
.mobile-shell .listing-card-mid .listing-kunya-meta-item-weight,
.mobile-shell .listing-card-mid .listing-kunya-meta-item-height {
    padding: 1px 1px;
    font-size: 10px;
    letter-spacing: -0.01em;
}

.mobile-shell .listing-card-mid .listing-kunya-meta-item-meeting {
    padding: 2px 4px;
    font-size: 10px;
    overflow: visible;
    text-overflow: clip;
    letter-spacing: 0;
}

.mobile-shell .listing-kunya {
    margin-bottom: 0;
    padding-top: 0;
}

.mobile-shell .listing-kunya-clip {
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
    margin-left: 0;
    border-width: 2px;
}

.mobile-shell .listing-kunya-clip::after {
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
}

.mobile-shell .listing-kunya-photo {
    flex-shrink: 0;
    padding: 2px;
    border-radius: 7px;
    margin-top: 0;
}

.mobile-shell .listing-kunya-heart {
    width: 30px;
    height: 36px;
    border-radius: 6px;
    box-shadow: var(--kunya-heart-shadow);
}

.mobile-shell .listing-kunya-hearts {
    width: 15px;
    height: 15px;
}

.mobile-shell .listing-kunya-heart-main {
    width: 15px;
    height: 15px;
}

.mobile-shell .listing-kunya-heart-float {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
}

.mobile-shell .listing-card .listing-kunya-name {
    width: 100%;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #173447;
    text-align: center;
}

.mobile-shell .listing-kunya-rule {
    width: 32px;
    height: 2px;
    margin: 2px auto 0;
}

.mobile-shell .listing-card .primary-button,
.mobile-shell .listing-card .card-cta {
    width: 100%;
    padding: 6px 13px 6px 11px;
    font-size: 11.5px;
    border-radius: 999px;
    min-height: 26px;
    margin-top: -2px;
    flex-shrink: 0;
    gap: 7px;
}

.mobile-shell .card-cta-gem-wrap {
    width: 13px;
    height: 13px;
}

.mobile-shell .card-cta-gem {
    width: 12px;
    height: 12px;
}
