/* ??? Yon Listing Show (yls) ? shell palette V5 ??? */
.yls {
    --yls-bg: var(--h-bg-page);
    --yls-surface: var(--h-bg-card);
    --yls-surface-2: var(--h-bg-raised);
    --yls-border: var(--h-border);
    --yls-text: var(--h-text);
    --yls-muted: var(--h-text-muted);
    --yls-accent: var(--h-green);
    --yls-accent-hover: var(--h-green-dark);
    --yls-purple: var(--h-blue);
    --yls-purple-2: var(--h-blue-dark);
    --yls-sky: var(--h-blue-text);
    --yls-success: var(--h-green);
    --yls-danger: var(--h-danger);
    --yls-warning: var(--h-orange);
    --primary: var(--h-green);
    --primary-hover: var(--h-green-dark);
    --yls-radius: var(--h-radius-lg);
    --yls-radius-sm: var(--h-radius);
    --yls-shadow: var(--h-shadow-elevated);
    --yls-shadow-hover: var(--h-shadow-elevated);
    --yls-ease: cubic-bezier(0.4, 0, 0.2, 1);
    padding: 20px 0 88px;
    color: var(--yls-text);
    background-color: var(--yls-bg);
    background-image:
        radial-gradient(ellipse 70% 48% at 8% -8%, var(--h-blue-soft), transparent 55%),
        radial-gradient(ellipse 55% 40% at 92% 0%, var(--h-green-soft), transparent 50%),
        radial-gradient(ellipse 45% 30% at 50% 100%, var(--h-blue-soft), transparent 60%);
    background-attachment: fixed;
}

html[data-theme="light"] .yls {
    --yls-bg: #eef1f6;
    --yls-surface: #ffffff;
    --yls-surface-2: #f8fafc;
    --yls-border: rgba(15, 23, 42, 0.1);
    --yls-text: #0f172a;
    --yls-muted: #64748b;
    --yls-shadow: 0 12px 32px -14px rgba(15, 23, 42, 0.14);
    --yls-shadow-hover: 0 20px 40px -14px rgba(15, 23, 42, 0.18);
    background-image:
        radial-gradient(ellipse 80% 50% at 10% -10%, var(--h-blue-soft), transparent 55%),
        radial-gradient(ellipse 60% 40% at 95% 5%, var(--h-green-soft), transparent 50%),
        radial-gradient(ellipse 50% 35% at 50% 100%, var(--h-blue-soft), transparent 60%);
}

/* —— Hesap homepage uyumu —— */
.yls.yon-home--yon {
    padding: 0 0 88px;
    background: var(--yls-bg);
    background-image: none;
}

.yls.yon-home--yon .yon-home__wrap {
    max-width: var(--h-container, 1680px);
    padding: 20px 16px 0;
}

.yls .yh-btn--green.w-full,
.yls-buy__cta .yh-btn--green,
.yls-sticky-buy .yh-btn--green {
    width: 100%;
}

.yls-gallery-actions .yh-btn {
    flex: 1;
    min-width: 0;
}

.yls-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.yls-tabs__btn {
    cursor: pointer;
}

.yls-btn--disabled,
.yh-btn.yls-btn--disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

.yls-btn--danger {
    border-color: rgba(239, 68, 68, 0.35) !important;
    color: #fca5a5 !important;
}

.yls-btn--danger:hover {
    background: rgba(239, 68, 68, 0.12) !important;
}

.yls-btn--follow.is-following {
    opacity: 0.85;
}

.yls-related.yh-section,
.yls-how.yh-section {
    margin-top: 24px;
}

.yls-sticky-buy .yh-btn {
    flex-shrink: 0;
    min-width: 140px;
}

html[data-theme="light"] .yls.yon-home--yon {
    background: #eef1f6;
    background-image: none;
}

/* —— Hesap renk yardımcıları —— */
.yls.yon-home--yon .yls-text-muted { color: var(--h-text-muted); }
.yls.yon-home--yon .yls-text-bright { color: var(--h-text-bright); }
.yls.yon-home--yon .yls-text-green { color: var(--h-green); }
.yls.yon-home--yon .yls-text-blue { color: var(--h-blue-text); }
.yls.yon-home--yon .yls-text-warn { color: var(--h-orange); }
.yls.yon-home--yon .yls-text-danger { color: var(--h-danger); }
.yls.yon-home--yon .yls-status--ok { color: var(--h-green); }
.yls.yon-home--yon .yls-status--info { color: var(--h-blue-text); }
.yls.yon-home--yon .yls-status--warn { color: var(--h-orange); }
.yls.yon-home--yon .yls-status--err { color: var(--h-danger); }
.yls.yon-home--yon .yls-status--muted { color: var(--h-text-muted); }
.yls.yon-home--yon .yls-link-blue {
    color: var(--h-blue-text);
    text-decoration: none;
    transition: color 0.15s ease;
}
.yls.yon-home--yon .yls-link-blue:hover { color: var(--h-blue); }
.yls.yon-home--yon .yls-report-link:hover { color: var(--h-danger); }

.yls-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Top bar: crumb + trust pills */
.yls-topbar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 12px;
}
@media (min-width: 900px) {
    .yls-topbar {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }
    .yls-topbar .yls-crumb { margin-bottom: 0; flex: 1; min-width: 0; }
    .yls-topbar .yls-trust-strip { margin-bottom: 0; flex-shrink: 0; }
}

/* Breadcrumb */
.yls-crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 0;
    font-size: 11px;
    color: var(--yls-muted);
}
.yls-crumb a {
    color: var(--yls-muted);
    text-decoration: none;
    transition: color 0.15s;
}
.yls-crumb a:hover { color: var(--yls-accent); }
.yls-crumb__sep { opacity: 0.45; }
.yls-crumb__current { color: var(--yls-sky); }

/* Alerts */
.yls-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: var(--yls-radius-sm);
    border: 1px solid;
    font-size: 13px;
    line-height: 1.45;
}
.yls-alert--success { border-color: rgba(17, 211, 119, 0.35); background: rgba(17, 211, 119, 0.1); color: #86efac; }
.yls-alert--error { border-color: rgba(239, 68, 68, 0.35); background: rgba(239, 68, 68, 0.1); color: #fca5a5; }
.yls-alert--info { border-color: rgba(56, 189, 248, 0.35); background: rgba(56, 189, 248, 0.1); color: #7dd3fc; }
.yls-alert--warn { border-color: rgba(245, 158, 11, 0.35); background: rgba(245, 158, 11, 0.1); color: #fcd34d; }
html[data-theme="light"] .yls-alert--success { color: #15803d; }
html[data-theme="light"] .yls-alert--error { color: #b91c1c; }
html[data-theme="light"] .yls-alert--info { color: #0369a1; }
html[data-theme="light"] .yls-alert--warn { color: #b45309; }

/* Grid */
.yls-grid {
    display: grid;
    gap: 16px;
}
@media (min-width: 1024px) {
    .yls-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        align-items: start;
        gap: 20px;
    }
    .yls-col-gallery { grid-column: span 4; }
    .yls-col-info { grid-column: span 5; }
    .yls-col-side {
        grid-column: span 3;
        position: sticky;
        top: 88px;
        align-self: start;
        display: flex;
        flex-direction: column;
        gap: 12px;
        z-index: 2;
    }
    .yls-col-side > .yls-panel { margin-top: 0; }
    .yls-panel--buy { order: -1; }
}

/* Panels */
.yls-panel {
    border: 1px solid var(--yls-border);
    border-radius: var(--yls-radius);
    background: var(--yls-surface);
    box-shadow: var(--yls-shadow);
    overflow: hidden;
    transition: box-shadow 0.25s var(--yls-ease), border-color 0.25s var(--yls-ease), transform 0.25s var(--yls-ease);
}
.yls-panel:hover {
    border-color: rgba(17, 211, 119, 0.14);
}
.yls-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 16px;
    border-bottom: 1px solid var(--yls-border);
    background: linear-gradient(180deg, rgba(23, 29, 40, 0.95), rgba(18, 24, 38, 0.6));
}
.yls-panel__head > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--yls-muted);
}
.yls-panel__head > span i { font-size: 15px; }
.yls-panel__head--buy {
    background:
        linear-gradient(90deg, rgba(17, 211, 119, 0.14), transparent 70%),
        linear-gradient(180deg, rgba(23, 29, 40, 0.98), rgba(18, 24, 38, 0.7));
}
.yls-panel__head--buy > span { color: #86efac; }
.yls-panel__head--buy > span i { color: var(--yls-accent); }
.yls-panel__head--seller {
    position: relative;
    background:
        linear-gradient(90deg, rgba(61, 90, 254, 0.18), rgba(124, 58, 237, 0.06) 55%, transparent 85%),
        linear-gradient(180deg, rgba(23, 29, 40, 0.98), rgba(18, 24, 38, 0.7));
}
.yls-panel__head--seller::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(61, 90, 254, 0.45), transparent 75%);
}
.yls-panel__head--seller > span { color: #e9d5ff; }
.yls-panel__head--seller > span i {
    color: var(--yls-purple);
    filter: drop-shadow(0 0 6px rgba(61, 90, 254, 0.45));
}
.yls-panel__head--safety {
    background:
        linear-gradient(90deg, rgba(245, 158, 11, 0.1), transparent 70%),
        linear-gradient(180deg, rgba(23, 29, 40, 0.98), rgba(18, 24, 38, 0.7));
}
.yls-panel__head--safety > span { color: #fcd34d; }
.yls-panel__head--safety > span i { color: var(--yls-warning); }
.yls-panel__head-link {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 11px;
    font-weight: 700;
    color: var(--yls-muted);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s var(--yls-ease), background 0.15s var(--yls-ease), border-color 0.15s var(--yls-ease);
}
.yls-panel__head-link:hover { color: #e9d5ff; }
.yls-panel__head-link i { font-size: 14px; }
.yls-panel__head-link--pill {
    gap: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(61, 90, 254, 0.3);
    background: rgba(61, 90, 254, 0.12);
    color: #e9d5ff;
}
.yls-panel__head-link--pill:hover {
    color: #fff;
    border-color: rgba(61, 90, 254, 0.5);
    background: rgba(61, 90, 254, 0.22);
}
html[data-theme="light"] .yls-panel__head {
    background: linear-gradient(180deg, #f8fafc, #fff);
}
html[data-theme="light"] .yls-panel__head--buy {
    background: linear-gradient(90deg, rgba(17, 211, 119, 0.08), transparent 70%), #f8fafc;
}
html[data-theme="light"] .yls-panel__head--buy > span { color: #15803d; }
html[data-theme="light"] .yls-panel__head--seller {
    background: linear-gradient(90deg, rgba(61, 90, 254, 0.08), transparent 70%), #f8fafc;
}
html[data-theme="light"] .yls-panel__head--seller > span { color: #6b21a8; }
html[data-theme="light"] .yls-panel__head--safety > span { color: #b45309; }
.yls-panel__body { padding: 16px; }
.yls-panel + .yls-panel { margin-top: 14px; }
.yls-col-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.yls-col-side > .yls-panel { margin-top: 0; }
.yls-panel--buy {
    order: -1;
    border-color: rgba(17, 211, 119, 0.38);
    background:
        linear-gradient(165deg, rgba(17, 211, 119, 0.14), transparent 42%),
        linear-gradient(210deg, rgba(61, 90, 254, 0.07), transparent 38%),
        var(--yls-surface);
    box-shadow:
        0 0 0 1px rgba(17, 211, 119, 0.08),
        0 18px 44px -20px rgba(17, 211, 119, 0.45),
        var(--yls-shadow);
}
.yls-panel--buy:hover {
    border-color: rgba(17, 211, 119, 0.5);
    box-shadow:
        0 0 0 1px rgba(17, 211, 119, 0.12),
        0 22px 48px -18px rgba(17, 211, 119, 0.5),
        var(--yls-shadow-hover);
}
.yls-panel--seller {
    position: relative;
    border-color: rgba(61, 90, 254, 0.32);
    background:
        radial-gradient(ellipse 70% 50% at 100% 0%, rgba(61, 90, 254, 0.14), transparent 55%),
        linear-gradient(165deg, rgba(61, 90, 254, 0.1), transparent 48%),
        var(--yls-surface);
    box-shadow:
        0 0 0 1px rgba(61, 90, 254, 0.06),
        0 16px 36px -20px rgba(61, 90, 254, 0.35),
        var(--yls-shadow);
}
.yls-panel--seller:hover {
    border-color: rgba(61, 90, 254, 0.48);
    box-shadow:
        0 0 0 1px rgba(61, 90, 254, 0.1),
        0 20px 42px -18px rgba(61, 90, 254, 0.45),
        var(--yls-shadow-hover);
}
.yls-panel__body--seller {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.yls-panel--safety {
    border-color: rgba(245, 158, 11, 0.22);
}
html[data-theme="light"] .yls-panel--buy {
    border-color: rgba(17, 211, 119, 0.4);
    background:
        linear-gradient(165deg, rgba(17, 211, 119, 0.1), transparent 42%),
        #fff;
}
html[data-theme="light"] .yls-panel--seller {
    border-color: rgba(61, 90, 254, 0.28);
    background:
        radial-gradient(ellipse 70% 50% at 100% 0%, rgba(61, 90, 254, 0.08), transparent 55%),
        linear-gradient(165deg, rgba(61, 90, 254, 0.06), transparent 48%),
        #fff;
}

/* Spec cards */
.yls-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 14px;
}
.yls-spec {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px;
    border-radius: var(--yls-radius-sm);
    border: 1px solid var(--yls-border);
    background: var(--yls-surface-2);
}
.yls-spec i {
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 15px;
    color: var(--yls-muted);
}
.yls-spec--sky i { color: var(--yls-sky); }
.yls-spec--ok i { color: var(--yls-success); }
.yls-spec__label {
    display: block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--yls-muted);
}
.yls-spec__value {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    color: var(--yls-text);
}
.yls-spec--sky .yls-spec__value { color: var(--yls-sky); }
.yls-spec--ok .yls-spec__value { color: var(--yls-success); }

/* Gallery */
.yls .mp-gallery__main {
    position: relative;
    cursor: zoom-in;
    min-height: 360px;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: #000;
    transition: opacity 0.2s var(--yls-ease);
}
.yls .mp-gallery__main img {
    max-height: 620px;
    width: 100%;
    object-fit: contain;
    transition: transform 0.35s var(--yls-ease);
}
.yls .mp-gallery__main:hover img {
    transform: scale(1.02);
}
.yls .mp-gallery__main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, transparent 40%);
    opacity: 0;
    transition: opacity 0.25s var(--yls-ease);
    pointer-events: none;
    z-index: 1;
}
.yls .mp-gallery__main::after {
    content: "Büyüt";
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.25s var(--yls-ease), transform 0.25s var(--yls-ease);
    pointer-events: none;
}
.yls .mp-gallery__main:hover::before,
.yls .mp-gallery__main:hover::after {
    opacity: 1;
    transform: translateY(0);
}
.yls .mp-gallery__thumb {
    height: 76px;
    width: 76px;
    border-radius: var(--yls-radius-sm);
    transition: opacity 0.2s var(--yls-ease), transform 0.2s var(--yls-ease), border-color 0.2s var(--yls-ease), box-shadow 0.2s var(--yls-ease);
}
.yls .mp-gallery__thumb:hover {
    opacity: 1 !important;
    transform: translateY(-2px);
}
.yls .mp-gallery__thumb.border-yls-active {
    box-shadow: 0 0 0 2px rgba(17, 211, 119, 0.25);
}
.yls-col-gallery .flex.overflow-x-auto {
    gap: 8px;
    padding: 10px 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.yls-col-gallery .mp-gallery__thumb {
    scroll-snap-align: start;
    flex-shrink: 0;
}

/* Gallery actions */
.yls-gallery-actions {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}
.yls-action-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 10px;
    border-radius: var(--yls-radius-sm);
    border: 1px solid var(--yls-border);
    background: var(--yls-surface-2);
    color: var(--yls-muted);
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
}
.yls-action-btn:hover { color: var(--yls-text); border-color: rgba(17, 211, 119, 0.35); }
.yls-action-btn.is-liked { color: #f87171; border-color: rgba(248, 113, 113, 0.4); }
.yls-action-btn.is-saved { color: var(--yls-sky); border-color: rgba(56, 189, 248, 0.4); }

/* Title area */
.yls-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: var(--yls-text);
}
.yls-highlight {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 12px 0 0;
    padding: 10px 12px;
    border-radius: var(--yls-radius-sm);
    border: 1px solid rgba(17, 211, 119, 0.25);
    background: rgba(17, 211, 119, 0.08);
    font-size: 12px;
    line-height: 1.45;
    color: var(--yls-text);
}
.yls-highlight i {
    flex-shrink: 0;
    margin-top: 1px;
    color: var(--yls-accent);
    font-size: 15px;
}
html[data-theme="light"] .yls-highlight {
    background: rgba(17, 211, 119, 0.06);
}
.yls-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}
.yls-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 999px;
    border: 1px solid var(--yls-border);
    background: var(--yls-surface-2);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--yls-muted);
}
.yls-badge--delivery {
    border-color: rgba(56, 189, 248, 0.35);
    background: rgba(56, 189, 248, 0.1);
    color: var(--yls-sky);
}
.yls-badge-expiry {
    font-size: 10px;
    color: var(--yls-muted);
}
.yls-meta-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}
.yls-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--yls-surface-2);
    border: 1px solid var(--yls-border);
    font-size: 11px;
    color: var(--yls-muted);
}
.yls-chip strong { color: var(--yls-text); font-weight: 700; }

/* Details list */
.yls-details {
    margin-top: 14px;
    border-top: 1px solid var(--yls-border);
}
.yls-details__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--yls-border);
    font-size: 13px;
}
.yls-details__row:last-child { border-bottom: 0; }
.yls-details__label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--yls-muted);
}
.yls-details__value { font-weight: 700; text-align: right; }

/* Seller card */
.yls-seller {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px;
    margin: 0 0 12px;
    border-radius: 14px;
    border: 1px solid rgba(61, 90, 254, 0.18);
    background:
        linear-gradient(135deg, rgba(61, 90, 254, 0.1), transparent 55%),
        rgba(10, 14, 22, 0.45);
}
html[data-theme="light"] .yls-seller {
    background:
        linear-gradient(135deg, rgba(61, 90, 254, 0.06), transparent 55%),
        #f8fafc;
    border-color: rgba(61, 90, 254, 0.16);
}
.yls-seller__meta { min-width: 0; flex: 1; }
.yls-seller__avatar {
    position: relative;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #4c1d95, #1e293b);
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s var(--yls-ease);
}
.yls-seller__avatar-ring {
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: conic-gradient(from 210deg, var(--h-blue), var(--h-blue-dark), var(--h-green), var(--h-blue));
    z-index: 0;
    opacity: 0.9;
    animation: yls-seller-ring 6s linear infinite;
}
@keyframes yls-seller-ring {
    to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
    .yls-seller__avatar-ring { animation: none; }
}
.yls-seller__avatar img,
.yls-seller__avatar-fallback {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #3b2a55, #1e293b);
    box-shadow: inset 0 0 0 2px var(--h-bg-card);
}
.yls-seller__avatar:hover { transform: scale(1.04); }
.yls-seller__avatar:hover .yls-seller__avatar-ring {
    opacity: 1;
    filter: brightness(1.1);
}
.yls-seller__dot {
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: 2;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid var(--h-bg-card);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}
.yls-seller__dot--on {
    background: var(--yls-success);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 10px rgba(17, 211, 119, 0.65);
}
.yls-seller__dot--off { background: #64748b; }
.yls-seller__name {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.25;
    color: var(--yls-text);
    text-decoration: none;
    transition: color 0.2s var(--yls-ease);
}
.yls-seller__name:hover { color: #e9d5ff; }
.yls-seller__status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 6px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    border: 1px solid transparent;
}
.yls-seller__status i { font-size: 8px; }
.yls-seller__status--on {
    color: #86efac;
    background: rgba(17, 211, 119, 0.12);
    border-color: rgba(17, 211, 119, 0.28);
}
.yls-seller__status--off {
    color: var(--yls-muted);
    background: rgba(148, 163, 184, 0.1);
    border-color: rgba(148, 163, 184, 0.18);
}
html[data-theme="light"] .yls-seller__status--on { color: #15803d; }
html[data-theme="light"] .yls-seller__avatar img,
html[data-theme="light"] .yls-seller__avatar-fallback {
    box-shadow: inset 0 0 0 2px #fff;
}
html[data-theme="light"] .yls-seller__dot { border-color: #fff; }

.yls-seller-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 12px;
}
.yls-seller-stat {
    padding: 10px;
    border-radius: var(--yls-radius-sm);
    border: 1px solid rgba(61, 90, 254, 0.16);
    background: rgba(61, 90, 254, 0.06);
    text-align: center;
}
.yls-seller-stat strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: var(--yls-text);
}
.yls-seller-stat span {
    display: block;
    margin-top: 2px;
    font-size: 10px;
    color: var(--yls-muted);
}

.yls-seller-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed rgba(61, 90, 254, 0.22);
}
.yls-seller-actions__chat {
    width: 100%;
    padding: 13px 14px;
    font-size: 13.5px;
    border-radius: 12px;
}
.yls-seller-actions__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.yls-seller-actions__row:has(> :only-child) {
    grid-template-columns: 1fr;
}
.yls-seller-actions__grow { width: 100%; min-width: 0; }
.yls-seller-actions__block { margin-top: 2px; }
.yls-seller-actions__block .yls-btn {
    padding: 8px 10px;
    font-size: 11px;
    opacity: 0.85;
}
.yls-btn--profile {
    border-color: rgba(61, 90, 254, 0.25);
    background: rgba(61, 90, 254, 0.08);
}
.yls-btn--profile:hover {
    border-color: rgba(61, 90, 254, 0.45);
    background: rgba(61, 90, 254, 0.14);
}
.yls-btn--follow:not(.is-following) {
    border-color: rgba(61, 90, 254, 0.22);
}
.yls-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 12px;
    border-radius: var(--yls-radius-sm);
    border: 1px solid var(--yls-border);
    background: var(--yls-surface-2);
    color: var(--yls-text);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s var(--yls-ease), border-color 0.2s var(--yls-ease), color 0.2s var(--yls-ease), transform 0.2s var(--yls-ease), box-shadow 0.2s var(--yls-ease);
}
.yls-btn:hover { border-color: rgba(61, 90, 254, 0.4); color: #e9d5ff; }
.yls-btn--primary {
    background: linear-gradient(135deg, var(--yls-purple), var(--yls-purple-2));
    border-color: transparent;
    color: #fff;
    box-shadow: 0 10px 24px -12px rgba(61, 90, 254, 0.65);
}
.yls-btn--primary:hover { filter: brightness(1.06); color: #fff; transform: translateY(-1px); }
.yls-btn--accent {
    background: linear-gradient(135deg, var(--yls-accent) 0%, var(--yls-accent-hover) 100%);
    border-color: transparent;
    color: #04120a;
    font-weight: 900;
    box-shadow: 0 10px 26px -10px rgba(17, 211, 119, 0.6);
}
.yls-btn--accent:hover {
    filter: brightness(1.05);
    color: #04120a;
    transform: translateY(-1px) scale(1.01);
    box-shadow: 0 12px 28px -10px rgba(17, 211, 119, 0.7);
}
.yls-btn--ghost { background: transparent; }
.yls-btn--follow.is-following {
    background: rgba(148, 163, 184, 0.15);
    color: var(--yls-muted);
}
.yls-btn--block { grid-column: 1 / -1; }
.yls-btn--disabled {
    background: #334155;
    color: #94a3b8;
    cursor: not-allowed;
    pointer-events: none;
}
html[data-theme="light"] .yls-btn--disabled { background: #e2e8f0; color: #64748b; }

/* Buy box */
.yls-buy { text-align: left; }
.yls-buy__label {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--yls-muted);
}
.yls-buy__price-block { min-width: 0; flex: 1; }
.yls-buy__old {
    font-size: 13px;
    color: var(--yls-muted);
    text-decoration: line-through;
    opacity: 0.85;
    margin: 0;
}
.yls-buy__price {
    margin: 4px 0 0;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--yls-text);
    font-variant-numeric: tabular-nums;
}
.yls-buy__cta { margin-top: 14px; }
.yls-buy__cta .yls-btn {
    width: 100%;
    padding: 15px 18px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.01em;
    border-radius: 14px;
}
.yls-buy__note {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.45;
    color: var(--yls-muted);
    text-align: center;
}
.yls-vitrin { width: 100%; }
.yls-vitrin__panel {
    margin-top: 10px;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: #0d121c;
    text-align: left;
}
.yls-vitrin__credits {
    margin: 0 0 6px;
    font-size: 12px;
    color: #cbd5e1;
}
.yls-vitrin__credits strong { color: #86efac; }
.yls-vitrin__hint {
    margin: 0 0 10px;
    font-size: 11px;
    color: #94a3b8;
    line-height: 1.4;
}
.yls-vitrin__hint a { color: #a78bfa; text-decoration: underline; }
.yls-vitrin__form { display: flex; flex-direction: column; gap: 8px; }
.yls-vitrin__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background: var(--h-bg-card);
    cursor: pointer;
}
.yls-vitrin__item:has(input:checked) {
    border-color: rgba(17, 211, 119, 0.45);
    background: rgba(17, 211, 119, 0.08);
}
.yls-vitrin__item input { margin-top: 3px; accent-color: var(--h-green); }
.yls-vitrin__item strong {
    display: block;
    font-size: 13px;
    color: #f1f5f9;
}
.yls-vitrin__item small {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: #94a3b8;
}
.yls-buy__balance {
    margin-top: 6px;
    font-size: 10px;
    color: var(--yls-muted);
    text-align: center;
}
.yls-buy__blocked {
    margin-top: 14px;
    padding: 12px;
    border-radius: var(--yls-radius-sm);
    border: 1px solid rgba(244, 63, 94, 0.35);
    background: rgba(244, 63, 94, 0.1);
    color: #fda4af;
    font-size: 13px;
    text-align: center;
}
html[data-theme="light"] .yls-buy__blocked { color: #be123c; }

/* Safety tips */
.yls-panel--safety .yls-panel__body { padding-top: 12px; }
.yls-safety ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1.5;
    color: var(--yls-muted);
}
.yls-safety li {
    position: relative;
    padding-left: 18px;
}
.yls-safety li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--yls-warning);
    opacity: 0.75;
}
.yls-safety li + li { margin-top: 8px; }
.yls-safety__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 800;
    color: var(--yls-warning);
}

/* Tabs */
.yls-tabs { margin-top: 28px; }
.yls-tabs__nav {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    padding: 4px;
    border-radius: var(--yls-radius) var(--yls-radius) 0 0;
    border: 1px solid var(--yls-border);
    border-bottom: 0;
    background: var(--yls-surface-2);
    -webkit-overflow-scrolling: touch;
}
.yls-tabs__btn {
    position: relative;
    flex-shrink: 0;
    padding: 12px 20px;
    border: 0;
    border-radius: var(--yls-radius-sm);
    background: transparent;
    color: var(--yls-muted);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.25s var(--yls-ease), background 0.25s var(--yls-ease);
}
.yls-tabs__btn::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--yls-accent);
    transform: translateX(-50%);
    transition: width 0.3s var(--yls-ease);
}
.yls-tabs__btn:hover {
    color: var(--yls-text);
    background: rgba(17, 211, 119, 0.06);
}
.yls-tabs__btn.is-active {
    color: var(--yls-accent);
    background: rgba(17, 211, 119, 0.1);
    font-weight: 700;
}
.yls-tabs__btn.is-active::after {
    width: calc(100% - 24px);
}
.yls-tabs__panel {
    border: 1px solid var(--yls-border);
    border-top: 0;
    border-radius: 0 0 var(--yls-radius) var(--yls-radius);
    background: var(--yls-surface);
    padding: 22px;
    animation: ylsTabFade 0.3s var(--yls-ease);
}
@keyframes ylsTabFade {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}
.yls-desc-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.55;
    color: var(--yls-text);
}
.yls-desc-list li {
    display: flex;
    gap: 8px;
    padding: 4px 0;
}
.yls-desc-list li::before {
    content: "?";
    color: var(--yls-accent);
    font-weight: 800;
}
.yls-details-grid {
    display: grid;
    gap: 8px;
    margin-top: 24px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.yls-detail-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 12px;
    border-radius: var(--yls-radius-sm);
    border: 1px solid var(--yls-border);
    background: var(--yls-surface-2);
    font-size: 12px;
}
.yls-detail-field span:first-child { color: var(--yls-muted); }
.yls-detail-field span:last-child { font-weight: 700; color: var(--yls-text); }

/* Reviews */
.yls-review {
    display: flex;
    gap: 12px;
    padding: 14px;
    border-radius: var(--yls-radius-sm);
    border: 1px solid var(--yls-border);
    background: var(--yls-surface-2);
}
.yls-review + .yls-review { margin-top: 12px; }
.yls-review__av {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #334155;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
}
.yls-review__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}
.yls-review__name {
    font-weight: 700;
    color: var(--yls-text);
    text-decoration: none;
}
.yls-review__name:hover { color: var(--yls-accent); }
.yls-review__rating { color: var(--yls-warning); font-weight: 700; font-size: 13px; }
.yls-review__text {
    margin-top: 6px;
    font-size: 13px;
    color: var(--yls-muted);
    line-height: 1.45;
}
.yls-review__time {
    margin-top: 4px;
    font-size: 10px;
    color: var(--yls-muted);
    opacity: 0.7;
}
.yls-comments-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid var(--yls-border);
    background: var(--yls-surface-2);
}
.yls-comments-stats__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--yls-border);
    font-size: 12px;
    color: var(--yls-muted);
}
.yls-comments-stats__item i { font-size: 14px; color: var(--yls-accent, var(--h-green)); }
.yls-comments-stats__item strong { color: var(--yls-text); font-weight: 800; }
.yls-review-form {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--yls-border);
}
.yls-review-form h4 {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 800;
}
.yls-input,
.yls-select,
.yls-textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: var(--yls-radius-sm);
    border: 1px solid var(--yls-border);
    background: var(--yls-surface-2);
    color: var(--yls-text);
    font-size: 13px;
}
.yls-textarea { resize: vertical; min-height: 72px; }

/* Related */
.yls-related { margin-top: 28px; }
.yls-related__title {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 800;
}
.yls-related-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.yls-related-card {
    display: flex;
    flex-direction: column;
    border-radius: var(--yls-radius-sm);
    border: 1px solid var(--yls-border);
    background: var(--yls-surface);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.25s var(--yls-ease), transform 0.25s var(--yls-ease), box-shadow 0.25s var(--yls-ease);
}
.yls-related-card:hover {
    border-color: rgba(17, 211, 119, 0.45);
    transform: translateY(-4px);
    box-shadow: var(--yls-shadow-hover);
}
.yls-related-card__img {
    aspect-ratio: 4/3;
    background: var(--yls-surface-2);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.yls-related-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s var(--yls-ease);
}
.yls-related-card:hover .yls-related-card__img img {
    transform: scale(1.06);
}
.yls-related-card__body { padding: 10px; }
.yls-related-card__title {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--yls-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.yls-related-card__price {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 900;
    color: var(--yls-accent);
}

/* Sticky mobile buy bar */
.yls-sticky-buy {
    display: none;
    position: fixed;
    bottom: calc(var(--yon-mobile-nav-h, 56px) + env(safe-area-inset-bottom, 0px));
    left: 0;
    right: 0;
    z-index: 90;
    padding: 12px 16px;
    border-top: 1px solid var(--yls-border);
    background: rgba(17, 24, 39, 0.97);
    backdrop-filter: blur(16px);
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 -8px 24px -8px rgba(0, 0, 0, 0.4);
}
html[data-theme="light"] .yls-sticky-buy {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -8px 24px -8px rgba(15, 23, 42, 0.1);
}
@media (max-width: 1023px) {
    .yls.has-sticky-buy .yls-sticky-buy { display: flex; }
    .yls.has-sticky-buy {
        padding-bottom: calc(88px + var(--ymm-bar-h, var(--yon-mobile-nav-h, 62px)) + env(safe-area-inset-bottom, 0px));
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .yls-sticky-buy { bottom: 0; }
    .yls.has-sticky-buy { padding-bottom: 88px; }
}
@media (max-width: 767px) {
    .yls-sticky-buy {
        bottom: calc(var(--ymm-bar-h, 62px) + env(safe-area-inset-bottom, 0px));
        padding: 10px 12px;
        gap: 10px;
    }
}
.yls-sticky-buy__price {
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: var(--yls-text);
}
.yls-sticky-buy .yls-btn {
    flex-shrink: 0;
    min-width: 140px;
    padding: 14px 18px;
    font-size: 14px;
}

/* Trust strip */
.yls-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: var(--yls-radius);
    border: 1px solid var(--yls-border);
    background: var(--yls-surface);
}
.yls-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 11px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: var(--yls-surface-2);
    font-size: 11px;
    font-weight: 700;
    color: var(--yls-muted);
    transition: border-color 0.2s var(--yls-ease), color 0.2s var(--yls-ease);
}
.yls-trust-pill:hover {
    border-color: rgba(17, 211, 119, 0.25);
    color: var(--yls-text);
}
.yls-trust-pill i { color: var(--yls-accent); font-size: 14px; }

/* Fraud warning — yc-fraud ile aynı accordion + turuncu warn palette */
.yls-fraud {
    margin-bottom: 14px;
    border-radius: var(--yls-radius-sm, var(--h-radius));
    border: 1px solid rgba(255, 179, 0, 0.32);
    background: linear-gradient(135deg, var(--h-orange-soft, rgba(255, 193, 7, 0.14)), var(--yls-surface));
    overflow: hidden;
    box-shadow: var(--h-shadow-card, 0 4px 16px rgba(0, 0, 0, 0.22));
}

.yls-btn--accordion {
    width: 100%;
    min-height: 52px;
    justify-content: space-between;
    padding: 14px 18px;
    border-radius: 0;
    background: transparent;
    border: 0;
    color: var(--h-text-bright, #ffffff);
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    transform: none;
    white-space: normal;
    box-shadow: none;
}

.yls-btn--accordion:hover {
    background: rgba(102, 122, 250, 0.06);
    border-color: transparent;
    color: var(--h-text-bright, #ffffff);
    transform: none;
    filter: none;
}

.yls-btn--accordion i {
    font-size: 20px;
    color: var(--yls-muted);
    transition: transform 0.2s;
    flex-shrink: 0;
}

.yls-fraud.is-open .yls-btn--accordion .yls-fraud__caret {
    transform: rotate(180deg);
}

.yls-fraud__toggle.yls-btn--accordion {
    gap: 10px;
    justify-content: flex-start;
}

.yls-fraud__toggle.yls-btn--accordion .yls-fraud__title {
    flex: 1;
}

.yls-fraud__toggle.yls-btn--accordion .yls-fraud__caret {
    margin-left: auto;
}

.yls-fraud__icon {
    width: 32px;
    height: 32px;
    border-radius: var(--h-radius-sm, 8px);
    display: grid;
    place-items: center;
    background: var(--h-orange-soft, rgba(255, 193, 7, 0.14));
    color: var(--h-orange, #ffc107);
    font-size: 16px;
    flex-shrink: 0;
}

.yls-fraud__title {
    flex: 1;
    font-size: 13px;
    font-weight: 800;
    color: var(--h-text-bright, #ffffff);
}

.yls-fraud__caret {
    transition: transform 0.2s;
    color: var(--yls-muted);
}

.yls-fraud__caret.is-open {
    transform: rotate(180deg);
}

.yls-fraud__preview,
.yls-fraud__body {
    padding: 0 14px 12px 56px;
    font-size: 12px;
    color: var(--yls-muted);
    line-height: 1.45;
}

.yls-fraud__body p,
.yls-fraud__preview p {
    margin: 0 0 4px;
}

.yls-fraud__body p:last-child,
.yls-fraud__preview p:last-child {
    margin-bottom: 0;
}

/* Category chip */
.yls-cat-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid var(--yls-border);
    background: var(--yls-surface-2);
    color: var(--yls-sky);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}
.yls-cat-chip:hover { border-color: rgba(56, 189, 248, 0.45); color: var(--yls-text); }

/* Share extras */
.yls-action-btn--wa,
.yls-action-btn--tg { flex: 0 0 auto; min-width: 40px; padding-inline: 10px; }
.yls-action-btn--wa:hover { color: #25d366; border-color: rgba(37, 211, 102, 0.45); }
.yls-action-btn--tg:hover { color: #38bdf8; border-color: rgba(56, 189, 248, 0.45); }
.yls-action-btn.is-copied { color: var(--yls-success); border-color: rgba(17, 211, 119, 0.45); }

/* Seller verify */
.yls-seller__verified {
    color: #38bdf8;
    font-size: 16px;
    margin-left: 2px;
    vertical-align: middle;
    filter: drop-shadow(0 1px 2px rgba(56, 189, 248, 0.3));
}
.yls-seller-verify {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
}
.yls-verify-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 9px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(148, 163, 184, 0.08);
    color: #cbd5e1;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.yls-verify-chip--id {
    border-color: rgba(17, 211, 119, 0.3);
    background: rgba(17, 211, 119, 0.12);
    color: #86efac;
}
html[data-theme="light"] .yls-verify-chip { color: #475569; background: rgba(148, 163, 184, 0.12); }
html[data-theme="light"] .yls-verify-chip--id { color: #15803d; background: rgba(17, 211, 119, 0.1); }

/* Trust panel ? nested inside seller, shell-harmonized */
.yls-trust-panel {
    --yls-trust: var(--h-green);
    --yls-trust-soft: rgba(17, 211, 119, 0.1);
    --yls-trust-track: rgba(148, 163, 184, 0.18);
    position: relative;
    margin: 0 0 2px;
    padding: 11px;
    border-radius: 12px;
    border: 1px solid rgba(61, 90, 254, 0.2);
    background:
        linear-gradient(160deg, rgba(61, 90, 254, 0.07), transparent 50%),
        rgba(10, 14, 22, 0.4);
    box-shadow: none;
    overflow: hidden;
}
.yls-trust-panel::before,
.yls-trust-panel::after { display: none; }

.yls-trust-panel--high {
    --yls-trust: var(--h-green);
    border-color: rgba(61, 90, 254, 0.22);
    background:
        linear-gradient(160deg, rgba(61, 90, 254, 0.08), transparent 45%),
        linear-gradient(200deg, rgba(17, 211, 119, 0.06), transparent 40%),
        rgba(10, 14, 22, 0.42);
}
.yls-trust-panel--mid {
    --yls-trust: #f59e0b;
    background:
        linear-gradient(160deg, rgba(61, 90, 254, 0.06), transparent 45%),
        linear-gradient(200deg, rgba(245, 158, 11, 0.06), transparent 40%),
        rgba(10, 14, 22, 0.42);
}
.yls-trust-panel--low {
    --yls-trust: #ef4444;
    background:
        linear-gradient(160deg, rgba(61, 90, 254, 0.06), transparent 45%),
        linear-gradient(200deg, rgba(239, 68, 68, 0.06), transparent 40%),
        rgba(10, 14, 22, 0.42);
}

.yls-trust-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}
.yls-trust-panel__title {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #c4b5fd;
}
.yls-trust-panel__title i {
    color: var(--yls-purple);
    font-size: 14px;
}
.yls-trust-panel--high .yls-trust-panel__title i { filter: none; color: var(--yls-purple); }
.yls-trust-panel__badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid rgba(61, 90, 254, 0.28);
    background: rgba(61, 90, 254, 0.1);
    color: #e9d5ff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.02em;
    white-space: nowrap;
    box-shadow: none;
}
.yls-trust-panel--high .yls-trust-panel__badge {
    color: #86efac;
    border-color: rgba(17, 211, 119, 0.28);
    background: rgba(17, 211, 119, 0.1);
    box-shadow: none;
}
.yls-trust-panel--mid .yls-trust-panel__badge {
    color: #fcd34d;
    border-color: rgba(245, 158, 11, 0.3);
    background: rgba(245, 158, 11, 0.1);
}
.yls-trust-panel--low .yls-trust-panel__badge {
    color: #fca5a5;
    border-color: rgba(239, 68, 68, 0.3);
    background: rgba(239, 68, 68, 0.1);
}

.yls-trust-panel__body {
    display: flex;
    gap: 10px;
    align-items: center;
}
.yls-trust-panel__ring {
    --score: 0;
    position: relative;
    width: 68px;
    height: 68px;
    flex-shrink: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: conic-gradient(
        from -90deg,
        var(--yls-trust) 0%,
        var(--yls-trust) calc(var(--score) * 1%),
        var(--yls-trust-track) 0
    );
    text-align: center;
    box-shadow: 0 0 0 1px rgba(61, 90, 254, 0.15);
    animation: none;
}
.yls-trust-panel--high .yls-trust-panel__ring { animation: none; }
.yls-trust-panel__ring::before {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    background: var(--h-bg-card);
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.1);
}
.yls-trust-panel__ring-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.yls-trust-panel__ring strong {
    display: block;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    color: var(--yls-text);
    letter-spacing: -0.03em;
    font-variant-numeric: tabular-nums;
}
.yls-trust-panel--high .yls-trust-panel__ring strong { color: #86efac; }
.yls-trust-panel--mid .yls-trust-panel__ring strong { color: #fcd34d; }
.yls-trust-panel--low .yls-trust-panel__ring strong { color: #fca5a5; }
.yls-trust-panel__ring span {
    display: block;
    margin-top: 3px;
    font-size: 8px;
    font-weight: 700;
    color: var(--yls-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.yls-trust-panel__grid {
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}
.yls-trust-panel__stat {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    padding: 6px 7px;
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background: rgba(18, 24, 38, 0.65);
}
.yls-trust-panel__stat > i {
    flex-shrink: 0;
    font-size: 12px;
    color: #c4b5fd;
    line-height: 1;
}
.yls-trust-panel--high .yls-trust-panel__stat > i { color: #a78bfa; }
.yls-trust-panel__stat-ico { display: none; }
.yls-trust-panel__stat > div { min-width: 0; }
.yls-trust-panel__stat strong {
    display: block;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.15;
    color: var(--yls-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yls-trust-panel__stat strong small {
    font-size: 8px;
    font-weight: 700;
    color: var(--yls-muted);
    margin-left: 1px;
}
.yls-trust-panel__stat span {
    display: block;
    margin-top: 1px;
    font-size: 8px;
    font-weight: 650;
    color: var(--yls-muted);
    white-space: nowrap;
}

.yls-trust-panel__bar {
    position: relative;
    margin-top: 9px;
    height: 4px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.14);
    overflow: hidden;
}
.yls-trust-panel__bar-fill {
    position: relative;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--h-blue-dark), var(--yls-trust));
    box-shadow: none;
    transition: width 0.45s var(--yls-ease);
}
.yls-trust-panel--high .yls-trust-panel__bar-fill::after { display: none; }

.yls-trust-panel__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    font-size: 10px;
    font-weight: 700;
    color: var(--yls-muted);
}
.yls-trust-panel__meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 7px;
    border-radius: 999px;
    border: 1px solid rgba(61, 90, 254, 0.18);
    background: rgba(61, 90, 254, 0.06);
}
.yls-trust-panel__meta i {
    color: #a78bfa;
    font-size: 11px;
}

.yls-panel--seller .yls-trust-panel { margin-top: 0; }
.yls-panel--seller .yls-seller-actions {
    margin-top: 12px;
    padding-top: 12px;
}

html[data-theme="light"] .yls-trust-panel {
    background:
        linear-gradient(160deg, rgba(61, 90, 254, 0.05), transparent 50%),
        #f8fafc;
    border-color: rgba(61, 90, 254, 0.18);
}
html[data-theme="light"] .yls-trust-panel__title { color: #6b21a8; }
html[data-theme="light"] .yls-trust-panel__badge {
    color: #6b21a8;
    border-color: rgba(61, 90, 254, 0.25);
    background: rgba(61, 90, 254, 0.08);
}
html[data-theme="light"] .yls-trust-panel--high .yls-trust-panel__badge {
    color: #15803d;
    border-color: rgba(17, 211, 119, 0.3);
    background: rgba(17, 211, 119, 0.08);
}
html[data-theme="light"] .yls-trust-panel__ring::before { background: #fff; }
html[data-theme="light"] .yls-trust-panel--high .yls-trust-panel__ring strong { color: #15803d; }
html[data-theme="light"] .yls-trust-panel__stat {
    background: #fff;
    border-color: rgba(15, 23, 42, 0.08);
}
html[data-theme="light"] .yls-trust-panel__stat > i { color: var(--h-blue-dark); }
html[data-theme="light"] .yls-trust-panel__meta span {
    background: rgba(61, 90, 254, 0.05);
    border-color: rgba(61, 90, 254, 0.15);
}

.yls-btn--danger {
    background: rgba(239, 68, 68, 0.12);
    border-color: rgba(239, 68, 68, 0.35);
    color: #fca5a5;
}
.yls-btn--danger:hover { background: rgba(239, 68, 68, 0.2); color: #fecaca; }

/* Buy price row */
.yls-buy__price-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.yls-buy__badges {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    padding-top: 2px;
}
.yls-disc {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.22), rgba(239, 68, 68, 0.12));
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #fca5a5;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 12px -6px rgba(239, 68, 68, 0.45);
}
html[data-theme="light"] .yls-disc { color: #b91c1c; background: rgba(239, 68, 68, 0.1); }
.yls-escrow-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(17, 211, 119, 0.14);
    border: 1px solid rgba(17, 211, 119, 0.28);
    color: #86efac;
    font-size: 10px;
    font-weight: 800;
}
html[data-theme="light"] .yls-escrow-badge { color: #15803d; }
.yls-low-stock {
    margin: 10px 0 0;
    padding: 8px 10px;
    border-radius: var(--yls-radius-sm);
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
    font-size: 12px;
    font-weight: 700;
}
.yls-stock-ok {
    margin: 10px 0 0;
    padding: 8px 10px;
    border-radius: var(--yls-radius-sm);
    border: 1px solid rgba(56, 189, 248, 0.22);
    background: rgba(56, 189, 248, 0.08);
    font-size: 11px;
    font-weight: 650;
    color: var(--yls-sky);
}

/* More reviews + how it works */
.yls-more-reviews {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 12px 0;
    font-size: 12px;
    font-weight: 700;
    color: var(--yls-sky);
    text-decoration: none;
}
.yls-more-reviews:hover { color: var(--yls-accent); }

.yls-how { margin-top: 28px; }
.yls-how__title {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 800;
}
.yls-how__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
@media (min-width: 768px) {
    .yls-how__steps { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
    .yls-how__steps { grid-template-columns: repeat(4, 1fr); }
}
.yls-how__steps li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 14px;
    border-radius: var(--yls-radius);
    border: 1px solid var(--yls-border);
    background: var(--yls-surface);
}
.yls-how__num {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(17, 211, 119, 0.15);
    color: var(--yls-accent);
    font-size: 12px;
    font-weight: 900;
}
.yls-how__steps p {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: var(--yls-muted);
}

/* Related card extras */
.yls-related-card__img { position: relative; }
.yls-related-card__delivery {
    position: absolute;
    left: 6px;
    top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.9);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
}
.yls-related-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}
.yls-related-card__escrow { color: var(--yls-success); font-size: 14px; }
.yls-related-card__seller {
    margin: 6px 0 0;
    font-size: 10px;
    color: var(--yls-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Support link */
.yls-support-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    margin-top: 12px;
    padding: 9px 12px;
    border-radius: var(--yls-radius-sm);
    border: 1px dashed var(--yls-border);
    background: transparent;
    color: var(--yls-muted);
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s var(--yls-ease), border-color 0.2s var(--yls-ease), background 0.2s var(--yls-ease);
}
.yls-support-link:hover {
    color: var(--yls-sky);
    border-color: rgba(56, 189, 248, 0.35);
    background: rgba(56, 189, 248, 0.06);
}
.yls-support-link i { font-size: 14px; }

.yls-video-badge{
  position:absolute;top:12px;right:12px;z-index:4;
  width:44px;height:44px;border-radius:50%;border:0;cursor:pointer;
  display:grid;place-items:center;
  background:rgba(220,38,38,.95);color:#fff;font-size:22px;
  box-shadow:0 6px 16px -4px rgba(0,0,0,.5);
  transition:transform .16s ease,background .16s ease;
}
.yls-video-badge:hover{background:#dc2626;transform:scale(1.08)}
.yls-video-badge i{margin-left:2px;line-height:1}
.yls-video-embed{
  position:relative;display:block;width:100%;max-width:560px;aspect-ratio:16/9;
  margin:0 0 16px;border-radius:12px;overflow:hidden;cursor:pointer;
  background:#000;border:1px solid var(--yls-border);padding:0;
}
.yls-video-embed img{width:100%;height:100%;object-fit:cover;display:block;opacity:.9;transition:opacity .18s}
.yls-video-embed:hover img{opacity:1}
.yls-video-embed__play{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:56px;height:56px;border-radius:50%;
  background:rgba(220,38,38,.95);color:#fff;
  display:grid;place-items:center;font-size:28px;
  box-shadow:0 8px 20px -6px rgba(0,0,0,.55);
  transition:transform .18s;
}
.yls-video-embed:hover .yls-video-embed__play{transform:translate(-50%,-50%) scale(1.08)}
.yls-video-embed__play i{margin-left:3px;line-height:1}
.yls-video-embed__label{
  position:absolute;left:12px;bottom:12px;
  display:inline-flex;align-items:center;gap:6px;
  padding:6px 10px;border-radius:999px;
  background:rgba(0,0,0,.65);color:#fff;font-size:12px;font-weight:700;
}
.yls-video-embed__label i{color:#ff0000}

/* ?? V5 additions: quick facts, guarantees, sticky enrich ?? */
.yls-title{display:flex;flex-wrap:wrap;align-items:center;gap:10px}
.yls-title__disc{
    display:inline-flex;padding:3px 9px;border-radius:999px;
    font-size:12px;font-weight:900;letter-spacing:.02em;
    background:linear-gradient(135deg,var(--h-green),var(--h-green-dark));color:#04120a;
}
.yls-quick-facts{
    display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 4px;
}
.yls-quick-facts span{
    display:inline-flex;align-items:center;gap:5px;
    padding:5px 10px;border-radius:999px;font-size:11.5px;font-weight:750;
    color:var(--yls-muted);border:1px solid var(--yls-border);background:rgba(10,14,22,.35);
}
.yls-quick-facts span i{color:var(--yls-accent);font-size:13px}
.yls-quick-facts .is-flash{color:#86efac;border-color:rgba(17,211,119,.3);background:rgba(17,211,119,.08)}
.yls-quick-facts .is-deal{color:#e9d5ff;border-color:rgba(61,90,254,.35);background:rgba(61,90,254,.1)}
.yls-quick-facts .is-deal i{color:var(--yls-purple)}

.yls-buy__save{
    margin:6px 0 0;font-size:12px;font-weight:750;color:#86efac;
    display:inline-flex;align-items:center;gap:5px;
}
.yls-buy-guarantees{
    display:grid;grid-template-columns:1fr;gap:6px;
    margin:14px 0 10px;padding:10px;border-radius:12px;
    border:1px solid rgba(17,211,119,.22);background:rgba(17,211,119,.07);
}
@media(min-width:420px){.yls-buy-guarantees{grid-template-columns:1fr 1fr 1fr;gap:6px}}
.yls-buy-guarantees > div{
    display:flex;flex-direction:column;align-items:center;gap:4px;justify-content:center;
    padding:6px 4px;border-radius:10px;
    font-size:10.5px;font-weight:750;color:#cbd5e1;text-align:center;
    background:rgba(10,14,22,.25);
}
html[data-theme="light"] .yls-buy-guarantees > div{background:rgba(255,255,255,.55);color:#334155}
.yls-buy-guarantees i{color:var(--yls-accent);font-size:16px}

.yls-buy-alert{margin-top:10px}
.yls-buy-alert .yls-action-btn{width:100%}
.yls-buy-alert-link{
    display:flex;align-items:center;justify-content:center;gap:6px;
    margin-top:10px;padding:9px;border-radius:11px;font-size:12.5px;font-weight:800;
    text-decoration:none;color:#86efac;
    border:1px dashed rgba(17,211,119,.35);background:rgba(17,211,119,.06);
}
.yls-buy-alert-link:hover{background:rgba(17,211,119,.12)}

/* Side column mobile polish */
@media (max-width: 1023px) {
    .yls-col-side {
        margin-top: 4px;
        gap: 10px;
    }
    .yls-panel--buy {
        border-radius: 18px;
    }
    .yls-panel__head { padding: 10px 14px; }
    .yls-panel__body { padding: 14px; }
    .yls-buy__price { font-size: 2rem; }
    .yls-seller-actions__chat { padding: 13px 14px; }
}

.yls-sticky-buy__info{display:flex;align-items:center;gap:8px;min-width:0;flex:1}
.yls-sticky-buy__disc{
    padding:2px 7px;border-radius:999px;font-size:11px;font-weight:900;
    background:rgba(17,211,119,.18);color:#86efac;
}
.yls-sticky-buy__escrow{
    display:inline-flex;align-items:center;gap:3px;
    font-size:11px;font-weight:750;color:var(--yls-muted);
}
.yls-sticky-buy__escrow i{color:var(--yls-accent)}

.yls .mp-gallery__thumb.border-yls-active{
    border-color:var(--yls-purple)!important;
    box-shadow:0 0 0 2px rgba(61,90,254,.3);
}
.yls-cat-chip:hover{border-color:rgba(61,90,254,.4);color:#e9d5ff}
.yls-crumb a:hover{color:var(--yls-purple)}

/* ===========================================================================
   �lan detay � mobil UX v2 (tam uyum)
   =========================================================================== */
@media (max-width: 1023px) {
    .yls-wrap {
        padding: 0 12px;
    }
    .yls {
        padding-bottom: 8px;
    }

    /* S�ra: galeri � sat�n al � bilgi � sat�c� � g�venlik */
    .yls-grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .yls-col-gallery { order: 1; }
    .yls-col-info { order: 3; min-width: 0; }
    .yls-col-side {
        order: 2;
        display: contents;
    }
    .yls-col-side .yls-panel--buy { order: 2; }
    .yls-col-side .yls-panel--seller { order: 4; }
    .yls-col-side .yls-panel--safety { order: 5; }

    /* �st bar */
    .yls-topbar { margin-bottom: 8px; gap: 8px; }
    .yls-crumb {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 2px;
        font-size: 10px;
        gap: 4px;
    }
    .yls-crumb::-webkit-scrollbar { display: none; }
    .yls-crumb > span:last-child {
        flex-shrink: 0;
        max-width: 42vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .yls-trust-strip {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 8px 10px;
        margin-bottom: 0;
    }
    .yls-trust-pill { flex-shrink: 0; }

    /* Galeri */
    .yls .mp-gallery__main {
        min-height: 220px;
        max-height: min(52vh, 420px);
    }
    .yls .mp-gallery__main img {
        max-height: min(52vh, 420px);
        object-fit: contain;
    }
    .yls .mp-gallery__main::after {
        opacity: 1;
        transform: translateY(0);
        bottom: 10px;
        right: 10px;
    }
    .yls .mp-gallery__thumb {
        width: 64px;
        height: 64px;
    }
    .yls-gallery-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 8px;
    }
    .yls-action-btn {
        min-height: 44px;
        font-size: 12px;
        padding: 10px 8px;
    }

    /* Sat�n al kart� � mobil hero */
    .yls-panel--buy {
        border-radius: 18px;
        position: relative;
    }
    .yls-panel__head { padding: 10px 14px; }
    .yls-panel__body { padding: 14px; }
    .yls-buy__price {
        font-size: clamp(1.75rem, 7vw, 2.25rem);
        line-height: 1.1;
    }
    .yls-buy__cta .yls-btn {
        min-height: 48px;
        font-size: 15px;
        width: 100%;
    }
    .yls-buy-guarantees {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .yls-buy-guarantees > div {
        min-height: 40px;
        padding: 8px 10px;
    }

    /* Bilgi kolonu */
    .yls-title {
        font-size: clamp(1.15rem, 4.5vw, 1.4rem);
        line-height: 1.35;
    }
    .yls-quick-facts {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 6px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 2px;
    }
    .yls-quick-facts::-webkit-scrollbar { display: none; }
    .yls-quick-facts span { flex-shrink: 0; }
    .yls-meta-chips {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 6px;
        padding-bottom: 2px;
    }
    .yls-meta-chips::-webkit-scrollbar { display: none; }
    .yls-chip { flex-shrink: 0; }
    .yls-specs {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .yls-spec {
        min-height: 44px;
        padding: 10px 12px;
    }

    /* Teklif kutusu */
    .yls .mp-offer-box {
        padding: 12px;
        border-radius: 14px;
    }
    .yls .mp-offer-actions {
        flex-direction: column;
    }
    .yls .mp-offer-btn {
        width: 100%;
        min-height: 42px;
        justify-content: center;
    }

    /* Sat�c� */
    .yls-seller-actions__chat {
        min-height: 48px;
        padding: 13px 14px;
    }
    .yls-seller-actions__row {
        flex-direction: column;
        gap: 8px;
    }

    /* Sekmeler */
    .yls-tabs { margin-top: 16px; }
    .yls-tabs__nav {
        gap: 2px;
        padding: 3px;
        border-radius: 14px 14px 0 0;
    }
    .yls-tabs__btn {
        padding: 11px 14px;
        font-size: 12px;
        min-height: 44px;
    }
    .yls-tabs__panel {
        padding: 14px 12px;
    }

    /* Benzer ilanlar */
    .yls-related { margin-top: 20px; }
    .yls-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .yls-how__steps { grid-template-columns: 1fr; }

    /* Sticky sat�n al */
    .yls-sticky-buy__price {
        font-size: clamp(1.1rem, 4.5vw, 1.35rem);
    }
    .yls-sticky-buy .yls-btn {
        min-width: 120px;
        min-height: 46px;
        padding: 12px 16px;
    }
}

@media (max-width: 480px) {
    .yls-wrap { padding: 0 10px; }
    .yls-btn--accordion {
        min-height: 48px;
        padding: 12px 14px;
    }

    .yls-fraud__preview,
    .yls-fraud__body {
        padding: 0 12px 10px 48px;
        font-size: 11px;
    }

    .yls-fraud__icon {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
    .yls-sticky-buy {
        flex-wrap: wrap;
    }
    .yls-sticky-buy__info {
        flex: 1 1 100%;
        justify-content: center;
    }
    .yls-sticky-buy .yls-btn {
        flex: 1 1 100%;
        min-width: 0;
        text-align: center;
    }
    .yls-related-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1023px) {
    .yls .mp-lightbox {
        padding: 0;
    }
    .yls .mp-lightbox__close {
        top: max(10px, env(safe-area-inset-top));
        right: 10px;
        width: 44px;
        height: 44px;
    }
    .yls .mp-lightbox__nav {
        width: 44px;
        height: 44px;
    }
    .yls .mp-lightbox__nav--prev { left: 8px; }
    .yls .mp-lightbox__nav--next { right: 8px; }
    .yls .mp-lightbox__img {
        max-width: 100vw;
        max-height: calc(100dvh - 80px);
        padding: 48px 8px 24px;
        object-fit: contain;
    }
    .yls .mp-lightbox__count {
        bottom: max(16px, env(safe-area-inset-bottom));
    }
}

/* ===========================================================================
   İlan detay — YON renk uyumu (ana sayfa paleti)
   =========================================================================== */
.yls.yon-home--yon .yls-buy__price,
.yls.yon-home--yon .yls-sticky-buy__price {
    color: var(--h-green);
}

.yls.yon-home--yon .yls-panel {
    background: var(--h-bg-card);
    border-color: var(--h-border);
    box-shadow: var(--h-shadow-card);
}

.yls.yon-home--yon .yls-panel--buy {
    border-color: rgba(17, 211, 119, 0.28);
    background: var(--h-bg-card);
    box-shadow: var(--h-shadow-card);
}

.yls.yon-home--yon .yls-panel__head {
    background: var(--h-bg-raised);
    border-bottom: 1px solid var(--h-border);
}

.yls.yon-home--yon .yls-panel__head--buy {
    background: rgba(17, 211, 119, 0.08);
}

.yls.yon-home--yon .yls-panel__head--buy > span {
    color: var(--h-green);
}

.yls.yon-home--yon .yls-panel__head--seller {
    background: rgba(61, 90, 254, 0.08);
}

.yls.yon-home--yon .yls-panel__head--seller::after {
    background: var(--h-border);
}

.yls.yon-home--yon .yls-panel__head--seller > span {
    color: var(--h-blue-text);
}

.yls.yon-home--yon .yls-panel__head--seller > span i {
    color: var(--h-blue);
    filter: none;
}

.yls.yon-home--yon .yls-panel__head-link:hover {
    color: var(--h-blue-text);
}

.yls.yon-home--yon .yls-panel__head-link--pill {
    border-color: rgba(61, 90, 254, 0.35);
    background: var(--h-blue-soft);
    color: var(--h-blue-text);
}

.yls.yon-home--yon .yls-panel__head-link--pill:hover {
    color: var(--h-text-bright);
    border-color: rgba(61, 90, 254, 0.5);
    background: rgba(61, 90, 254, 0.18);
}

.yls.yon-home--yon .yls-alert--info {
    border-color: rgba(61, 90, 254, 0.35);
    background: var(--h-blue-soft);
    color: var(--h-blue-text);
}

.yls.yon-home--yon .yls-crumb__current {
    color: var(--h-blue-text);
}

.yls.yon-home--yon .yls-crumb a:hover {
    color: var(--h-green);
}

.yls.yon-home--yon .yls-seller__name:hover {
    color: var(--h-blue-text);
}

.yls.yon-home--yon .yls-vitrin__hint a {
    color: var(--h-blue-text);
}

.yls.yon-home--yon .yls-vitrin__credits strong {
    color: var(--h-green);
}

.yls.yon-home--yon .yls-action-btn.is-saved {
    color: var(--h-blue-text);
    border-color: rgba(61, 90, 254, 0.4);
}

.yls.yon-home--yon .yls-cat-chip:hover {
    border-color: rgba(61, 90, 254, 0.45);
    color: var(--h-blue-text);
}

.yls.yon-home--yon .yls-quick-facts .is-deal {
    color: var(--h-blue-text);
    border-color: rgba(61, 90, 254, 0.35);
    background: var(--h-blue-soft);
}

.yls.yon-home--yon .yls-quick-facts .is-deal i {
    color: var(--h-blue);
}

.yls.yon-home--yon .yls-trust-panel__title {
    color: var(--h-blue-text);
}

.yls.yon-home--yon .yls-trust-panel__badge {
    color: var(--h-blue-text);
}

.yls.yon-home--yon .yls-trust-panel--high .yls-trust-panel__title i,
.yls.yon-home--yon .yls-trust-panel--high .yls-trust-panel__stat > i {
    color: var(--h-blue);
}

.yls.yon-home--yon .yls-trust-panel__stat > i {
    color: var(--h-blue-text);
}

.yls.yon-home--yon .yls-trust-panel__meta i {
    color: var(--h-blue);
}

.yls.yon-home--yon .yls-btn:hover {
    color: var(--h-blue-text);
}

.yls.yon-home--yon .yls-trust-panel--high .yls-trust-panel__ring strong {
    color: var(--h-green);
}

.yls.yon-home--yon .yls-trust-panel--high .yls-trust-panel__badge {
    color: var(--h-green);
    border-color: rgba(17, 211, 119, 0.28);
    background: var(--h-green-soft);
}

.yls.yon-home--yon .mp-gallery__thumb.border-yls-active,
.yls.yon-home--yon .border-yls-active {
    border-color: var(--h-green) !important;
    box-shadow: 0 0 0 2px var(--h-green-glow);
}

.yls.yon-home--yon .mp-offer-box {
    border-color: rgba(61, 90, 254, 0.35);
    background: var(--h-blue-soft);
}

.yls.yon-home--yon .mp-offer-item {
    border-color: var(--h-border);
    background: var(--h-bg-raised);
}

.yls.yon-home--yon .mp-offer-btn--counter {
    background: var(--h-blue);
    color: #fff;
}

.yls.yon-home--yon .mp-offer-btn--counter:hover {
    background: var(--h-blue-dark);
}

.yls.yon-home--yon .yls-tabs__wrap.yh-section-shell {
    background: var(--h-bg-card);
    border-color: var(--h-border);
}

html[data-theme="light"] .yls.yon-home--yon .yls-panel__head--seller > span {
    color: var(--h-blue-dark);
}

html[data-theme="light"] .yls.yon-home--yon .yls-alert--info {
    color: var(--h-blue-dark);
}

html[data-theme="light"] .yls.yon-home--yon .mp-offer-box {
    background: rgba(61, 90, 254, 0.08);
    border-color: rgba(61, 90, 254, 0.25);
}
