/* İlan galeri lightbox */
.mp-gallery__main {
    cursor: zoom-in;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mp-gallery__main img {
    max-height: 560px;
    width: 100%;
    object-fit: contain;
}
.mp-gallery__thumb {
    height: 72px;
    width: 72px;
}
.mp-lightbox {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.mp-lightbox__img {
    max-width: min(96vw, 1200px);
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
}
.mp-lightbox__close,
.mp-lightbox__nav {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 999px;
    cursor: pointer;
    transition: background .15s;
}
.mp-lightbox__close:hover,
.mp-lightbox__nav:hover { background: rgba(255, 255, 255, 0.2); }
.mp-lightbox__close {
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 22px;
}
.mp-lightbox__nav {
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    font-size: 24px;
}
.mp-lightbox__nav--prev { left: 20px; }
.mp-lightbox__nav--next { right: 20px; }
.mp-lightbox__count {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: rgba(0,0,0,.5);
    padding: 6px 12px;
    border-radius: 999px;
}

/* Teklif kutusu */
.mp-offer-box {
    border-radius: 10px;
    border: 1px solid rgba(56, 189, 248, 0.35);
    background: rgba(14, 116, 144, 0.12);
    padding: 12px;
}
.mp-offer-item {
    border-radius: 8px;
    border: 1px solid var(--border, rgba(255,255,255,.08));
    background: var(--card, #151a24);
    padding: 10px;
}
.mp-offer-item + .mp-offer-item { margin-top: 8px; }
.mp-offer-actions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.mp-offer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
}
.mp-offer-btn--accept { background: #22c55e; color: #fff; }
.mp-offer-btn--reject { background: #ef4444; color: #fff; }
.mp-offer-btn--counter { background: #0ea5e9; color: #fff; }
.mp-offer-btn--ghost { background: transparent; border: 1px solid var(--border); color: var(--yon-muted, #94a3b8); }

/* Header mesaj ikonu */
.yon-msg {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e2e8f0;
    font-size: 20px;
    transition: color .15s;
}
.yon-msg:hover { color: #fff; }
.yon-msg__badge {
    position: absolute;
    top: 2px;
    right: 0;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #a855f7;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    line-height: 16px;
    text-align: center;
}

[data-theme="light"] .mp-offer-box {
    background: rgba(14, 116, 144, 0.08);
    border-color: rgba(14, 116, 144, 0.25);
}

.lc__badge--discount {
    background: linear-gradient(135deg, #f59e0b, #ea580c);
    color: #1a1208;
    box-shadow: 0 2px 8px rgba(234, 88, 12, 0.35);
}

.yon-seller-card__badges {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.yon-seller-card__badges .lc__badge {
    position: static;
    font-size: 9px;
    padding: 2px 6px;
}

/* Başarımlar */
.yon-seller-achievements-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.yon-seller-achievements-strip__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(168, 85, 247, 0.12);
    border: 1px solid rgba(168, 85, 247, 0.28);
    color: #e9d5ff;
    font-size: 11px;
    font-weight: 700;
}
.yon-seller-achievements-strip__item img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.yon-seller-achievements-strip__item i { font-size: 15px; color: #c084fc; }
.yon-seller-achievements-strip__item em { font-style: normal; }

.yon-seller-tabs__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 14px 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--yon-muted, #94a3b8);
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
}
.yon-seller-tabs__link:hover { color: var(--yon-text, #fff); }
.yon-seller-tabs__link em {
    margin-left: 4px;
    padding: 1px 7px;
    border-radius: 999px;
    font-style: normal;
    font-size: 11px;
    background: rgba(59, 130, 246, 0.2);
    color: #93c5fd;
}
.yon-seller-tabs__link i { color: var(--yon-accent, #a855f7); }

.yon-ach-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}
@media (min-width: 640px) {
    .yon-ach-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.yon-ach-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid var(--yon-border, rgba(255,255,255,.08));
    background: var(--yon-surface-2, #151a24);
}
.yon-ach-card.is-locked { opacity: 0.55; filter: grayscale(0.35); }
.yon-ach-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(168,85,247,.25), rgba(59,130,246,.18));
    font-size: 24px;
    color: #c084fc;
    overflow: hidden;
}
.yon-ach-card__icon img { width: 100%; height: 100%; object-fit: cover; }
.yon-ach-card__body strong { display: block; font-size: 14px; color: var(--yon-text, #fff); }
.yon-ach-card__body p {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.45;
    color: var(--yon-muted, #94a3b8);
}
.yon-ach-card__status {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    font-size: 11px;
    font-weight: 700;
    color: #4ade80;
}
.yon-ach-card__status--locked { color: #94a3b8; }

/* Profil içi takipçi listesi */
.yon-profile-follow-switch {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.yon-profile-follow-switch button {
    border: 1px solid var(--yon-border, rgba(255,255,255,.1));
    background: var(--yon-surface-2, #151a24);
    color: var(--yon-muted, #94a3b8);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.yon-profile-follow-switch button strong { margin-left: 4px; color: #93c5fd; }
.yon-profile-follow-switch button.is-active {
    background: rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.4);
    color: #fff;
}
.yon-profile-follow-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
}
@media (min-width: 560px) {
    .yon-profile-follow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 900px) {
    .yon-profile-follow-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.yon-profile-follow-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid var(--yon-border, rgba(255,255,255,.08));
    background: var(--yon-surface-2, #151a24);
}
.yon-profile-follow-card__main {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    text-decoration: none;
    color: inherit;
    flex: 1;
}
.yon-profile-follow-card__avatar {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: #1e2533;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #c084fc;
}
.yon-profile-follow-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.yon-profile-follow-card__info { min-width: 0; }
.yon-profile-follow-card__info strong {
    display: block;
    font-size: 13px;
    color: var(--yon-text, #fff);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yon-profile-follow-card__info span {
    display: block;
    font-size: 11px;
    color: var(--yon-muted, #94a3b8);
    margin-top: 2px;
}
.yon-profile-follow-card__btn {
    flex-shrink: 0;
    border: 0;
    border-radius: 8px;
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 800;
    background: rgba(168, 85, 247, 0.2);
    color: #e9d5ff;
    cursor: pointer;
}
.yon-profile-follow-card__btn.is-following {
    background: rgba(148, 163, 184, 0.15);
    color: #cbd5e1;
}
