/* MOR SIYAHA YAKIN TEMA + SESSION FIX V3 */
:root{--red:#c1121f;--red2:#780000;--white:#fff;--soft:#fff1f2;--line:#f0cdd2;--dark:#17080b;--muted:#74676a}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fafafa;color:var(--dark)}a{text-decoration:none;color:inherit}
.topbar{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;box-shadow:0 8px 26px rgba(0,0,0,.04)}.topbar-inner{width:min(1200px,94%);margin:auto;display:flex;justify-content:space-between;align-items:center;padding:14px 0;gap:18px}.logo{display:flex;align-items:center;gap:10px;color:var(--red);font-size:20px}.logo span{width:38px;height:38px;border-radius:12px;background:var(--red);color:white;display:grid;place-items:center;font-weight:900}.nav{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.nav a{font-weight:800}.logout{color:#777}.btn-mini,.btn-main{background:var(--red);color:white;border:0;border-radius:13px;padding:11px 16px;font-weight:900;cursor:pointer;display:inline-flex;justify-content:center;align-items:center}.btn-main:hover{background:var(--red2)}.btn-light{background:white;color:var(--red);border:1px solid var(--red);border-radius:13px;padding:11px 16px;font-weight:900;display:inline-flex;justify-content:center}.btn-dark{background:#222;color:white;border:0;border-radius:13px;padding:11px 16px;font-weight:900}.full{width:100%}
.hero{background:linear-gradient(135deg,#fff,#f5eff8);border-bottom:1px solid var(--line);padding:58px 20px;text-align:center}.hero h1{font-size:clamp(32px,6vw,58px);margin:12px 0}.hero p{max-width:760px;margin:0 auto 18px;color:#57575d;font-size:18px;line-height:1.6}.hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.pill,.tag{display:inline-flex;background:var(--soft);color:var(--red);border:1px solid var(--line);border-radius:999px;padding:7px 11px;font-weight:900;font-size:13px}.tag.trade{background:var(--red);color:white;border-color:var(--red)}
.layout{width:min(1200px,94%);margin:28px auto;display:grid;grid-template-columns:310px 1fr;gap:22px}.layout.single{grid-template-columns:1fr}.sidebar,.content,.card,.topic-card,.userbox{background:white;border:1px solid var(--line);border-radius:22px;box-shadow:0 12px 34px rgba(0,0,0,.045)}.sidebar{padding:18px;height:max-content;position:sticky;top:82px}.cat-link{display:grid;gap:4px;padding:13px;border-radius:15px;margin-bottom:9px;border:1px solid transparent}.cat-link small{color:var(--muted);line-height:1.35}.cat-link.active,.cat-link:hover{background:var(--soft);border-color:var(--line);color:var(--red)}.content{padding:18px}.content-head{display:flex;justify-content:space-between;align-items:center;gap:14px;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:14px}.content-head h2{margin:0}.content-head p{margin:5px 0 0;color:var(--muted)}
.topic-list{display:grid;gap:12px}.topic-row{display:grid;grid-template-columns:auto 1fr 92px;gap:14px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:15px;background:#fff}.topic-row:hover{border-color:var(--red);box-shadow:0 10px 28px rgba(36,17,47,.10)}.avatar{width:48px;height:48px;border-radius:15px;background:var(--red);color:#fff;display:grid;place-items:center;font-weight:900}.avatar.big{width:74px;height:74px;font-size:26px;border-radius:22px}.topic-main h3{margin:8px 0 5px}.topic-main p{color:#666;margin:0 0 6px;line-height:1.45}.topic-main small{color:var(--muted)}.topic-stats{display:grid;text-align:center;color:var(--muted)}.topic-stats b{color:var(--red);font-size:20px}
.form-wrap{width:min(760px,94%);margin:36px auto}.form-wrap.wide{width:min(980px,94%)}.card{padding:22px}.card h1,.card h2{margin-top:0}form{display:grid;gap:12px}label{font-weight:900}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;font-size:15px;background:white}textarea{min-height:130px;resize:vertical}.alert{background:var(--soft);border:1px solid var(--line);color:var(--red);padding:13px;border-radius:14px;font-weight:800}
.topic-layout{width:min(1200px,94%);margin:28px auto;display:grid;grid-template-columns:1fr 310px;gap:22px}.topic-detail{display:grid;gap:16px}.topic-card{padding:24px}.topic-card h1{font-size:34px}.topic-card p{line-height:1.7;color:#444}.topic-photo{width:100%;max-height:370px;object-fit:cover;border-radius:20px;border:1px solid var(--line);background:var(--soft)}.price{margin-top:16px;background:var(--red);color:white;border-radius:16px;padding:15px;font-weight:900;font-size:22px}.profile-mini{height:max-content;position:sticky;top:82px}.userbox{padding:22px;text-align:center}.userbox p{color:#666;line-height:1.5}.score{font-size:24px;color:var(--red);font-weight:900;margin:12px 0}.score small{font-size:13px;color:#777}.rate-form{margin-top:12px}
.reply-box{background:white;border:1px solid var(--line);border-radius:22px;padding:20px}.reply{border:1px solid var(--line);border-radius:16px;padding:14px;margin:10px 0;background:#fff}.reply p{color:#555;line-height:1.5}.reply small{color:#777}
.message-list{display:grid;gap:10px}.msg-row{display:flex;justify-content:space-between;gap:12px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:14px}.msg-row:hover{border-color:var(--red);background:var(--soft)}.msg-row span{color:#777}.chat-wrap{width:min(900px,94%);margin:32px auto}.chat-head{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:14px}.chat-box{display:grid;gap:12px;max-height:430px;overflow:auto;margin:16px 0}.bubble{max-width:82%;background:var(--soft);border:1px solid var(--line);border-radius:18px;padding:14px}.bubble.mine{margin-left:auto;background:var(--red);color:white}.bubble.mine small{color:#eadcf2}.bubble p{white-space:pre-wrap}.bubble img{max-width:240px;border-radius:14px;margin-top:8px;display:block}.member-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.member-card{text-align:center;border:1px solid var(--line);border-radius:20px;padding:18px;background:white}.member-card .avatar{margin:0 auto}
@media(max-width:900px){.layout,.topic-layout{grid-template-columns:1fr}.sidebar,.profile-mini{position:static}.member-grid{grid-template-columns:1fr 1fr}.topic-row{grid-template-columns:auto 1fr}.topic-stats{grid-column:1/-1;display:flex;gap:12px;justify-content:flex-end}}
@media(max-width:600px){.topbar-inner{align-items:flex-start}.nav{font-size:13px;gap:8px}.content-head,.chat-head{flex-direction:column;align-items:flex-start}.member-grid{grid-template-columns:1fr}.topic-row{grid-template-columns:1fr}.avatar{display:none}.hero{padding:38px 14px}.topic-card h1{font-size:26px}}


/* V4: görüntülenmeye göre sıralama + alıcı direkt mesaj kartı */
.sort-tabs{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin:0 0 16px;
}
.sort-tabs a{
    border:1px solid var(--line);
    background:#fff;
    color:var(--red);
    border-radius:999px;
    padding:10px 14px;
    font-weight:900;
}
.sort-tabs a.active,
.sort-tabs a:hover{
    background:var(--red);
    color:#fff;
    border-color:var(--red);
}
.buyer-message-card{
    border:2px solid var(--red);
    background:linear-gradient(135deg,#fff,#f5eff8);
}
.buyer-message-card h2{
    margin-top:0;
    color:var(--red);
}
.buyer-message-card p{
    color:#5d5664;
    line-height:1.5;
}
.topic-row{
    cursor:pointer;
}
.topic-row:after{
    content:"Mesaj / Detay";
    align-self:center;
    justify-self:end;
    background:var(--soft);
    color:var(--red);
    border:1px solid var(--line);
    border-radius:999px;
    padding:8px 10px;
    font-weight:900;
    font-size:12px;
}
@media(max-width:900px){
    .topic-row:after{
        grid-column:1/-1;
        justify-self:start;
    }
}


/* V5 ADMIN PANEL + LIVE READY */
.admin-topbar{
    background:#141018;
    color:#fff;
    padding:14px 4%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    flex-wrap:wrap;
    border-bottom:3px solid var(--red);
}
.admin-logo{
    color:#fff;
    font-size:20px;
    font-weight:900;
}
.admin-topbar nav{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}
.admin-topbar nav a{
    color:#fff;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    padding:9px 12px;
    border-radius:12px;
    font-weight:900;
}
.admin-wrap{
    width:min(1200px,94%);
    margin:28px auto;
}
.admin-wrap.narrow{
    width:min(760px,94%);
}
.admin-stats{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:14px;
    margin:22px 0;
}
.admin-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    background:#fff;
    border:1px solid var(--line);
    border-radius:22px;
    padding:18px;
}
.admin-title-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
}
.admin-search{
    display:flex;
    gap:10px;
    margin:15px 0;
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    padding:12px;
}
.admin-search input{
    flex:1;
}
.admin-table-wrap{
    overflow:auto;
    background:#fff;
    border:1px solid var(--line);
    border-radius:22px;
    box-shadow:0 12px 34px rgba(0,0,0,.045);
}
.admin-table{
    width:100%;
    border-collapse:collapse;
    min-width:850px;
}
.admin-table th,
.admin-table td{
    padding:13px;
    border-bottom:1px solid var(--line);
    text-align:left;
    vertical-align:middle;
}
.admin-table th{
    background:var(--soft);
    color:var(--red);
    font-weight:900;
}
.btn-danger{
    background:#2b1020;
    color:#fff;
    border:0;
    border-radius:13px;
    padding:11px 16px;
    font-weight:900;
    display:inline-flex;
    margin-left:6px;
}
.admin-category-form{
    margin-bottom:18px;
}
@media(max-width:900px){
    .admin-stats{grid-template-columns:1fr 1fr}
    .admin-search{flex-direction:column}
}
@media(max-width:600px){
    .admin-stats{grid-template-columns:1fr}
    .admin-topbar{align-items:flex-start}
}


/* V6 kullanıcı adı girişi + kararma fix */
body::before,
body::after{
    display:none !important;
    content:none !important;
}
.no-email-note{
    background:var(--soft);
    border:1px solid var(--line);
    border-radius:14px;
    padding:12px;
    color:var(--red);
    font-weight:900;
}


/* V7 ADMIN CSS PATH FIX */
.admin-wrap .card{border-color:var(--line)}


/* V9 listing/question rules */
.info-box{
    background:#fff;
    border:1px solid var(--line);
    border-radius:16px;
    padding:14px;
    margin-top:14px;
    display:grid;
    gap:8px;
}
.check-row{
    display:flex;
    align-items:center;
    gap:8px;
}
.check-row input{
    width:auto;
}


/* V10 penalty panel */
.inline-admin-form{
    display:flex;
    gap:8px;
    align-items:center;
    flex-wrap:wrap;
}
.inline-admin-form input{
    min-width:150px;
}


/* V12 phone visible fix */
.admin-table{
    min-width:1100px;
}
.admin-table td:nth-child(6),
.admin-table th:nth-child(6){
    min-width:150px;
    white-space:nowrap;
}


/* V14 Teklifin O live seo/performance/mobile */
.logo span{font-size:13px;letter-spacing:-.5px}
.site-search{display:flex;gap:10px;margin:0 0 16px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px}
.site-search input{flex:1}
img{max-width:100%;height:auto}
button,a{-webkit-tap-highlight-color:transparent}
@media(max-width:720px){
    .topbar-inner{flex-direction:column;align-items:flex-start}
    .nav{width:100%;overflow-x:auto;padding-bottom:4px}
    .nav a{white-space:nowrap}
    .hero h1{font-size:32px}
    .hero p{font-size:16px}
    .hero-actions,.sort-tabs,.site-search{flex-direction:column}
    .hero-actions a,.sort-tabs a,.site-search button{width:100%}
    .content,.sidebar,.card,.topic-card,.reply-box,.userbox{border-radius:18px}
    .layout,.topic-layout{width:94%;margin-top:18px;gap:16px}
}


/* V15 üyeler sayfası düzenleme */
.clean-members{
    grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
    align-items:stretch;
}
.clean-member-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    min-height:300px;
    padding:22px;
    text-align:center;
}
.member-avatar-link{
    display:inline-flex;
    justify-content:center;
    align-items:center;
}
.profile-icon{
    width:86px;
    height:86px;
    border-radius:50%;
    background:linear-gradient(135deg,var(--red),var(--red2));
    color:#fff;
    display:grid;
    place-items:center;
    font-size:34px;
    font-weight:900;
    box-shadow:0 14px 30px rgba(36,17,47,.20);
    margin:0 auto;
}
.member-info{
    display:grid;
    justify-items:center;
    gap:7px;
    width:100%;
}
.member-info h3{
    margin:0;
    font-size:20px;
}
.member-info small{
    color:var(--muted);
    font-weight:800;
}
.member-info p{
    margin:0;
    color:var(--muted);
}
.member-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr 52px;
    gap:10px;
    align-items:center;
}
.member-plus-btn{
    width:52px;
    height:52px;
    border-radius:16px;
    background:var(--red);
    color:#fff;
    display:grid;
    place-items:center;
    font-size:32px;
    line-height:1;
    font-weight:700;
    box-shadow:0 12px 26px rgba(36,17,47,.18);
}
.member-plus-btn:hover{
    background:var(--red2);
}
@media(max-width:600px){
    .clean-member-card{
        min-height:auto;
    }
    .member-actions{
        grid-template-columns:1fr;
    }
    .member-plus-btn{
        width:100%;
        border-radius:14px;
    }
}


/* V18 mesajlaşma akışı */
.clean-conversations{display:grid;gap:14px}
.clean-conversation-card{
    display:grid;
    grid-template-columns:64px 1fr auto;
    gap:16px;
    align-items:center;
    background:#fff;
    border:1px solid var(--line);
    border-radius:22px;
    padding:16px;
    box-shadow:0 10px 26px rgba(36,17,47,.06);
}
.conversation-avatar{
    width:64px;height:64px;border-radius:50%;
    background:linear-gradient(135deg,var(--red),var(--red2));
    color:#fff;display:grid;place-items:center;
    font-size:26px;font-weight:900;
}
.conversation-info h3{margin:0 0 6px}
.conversation-info p{margin:0 0 6px;color:#4f4757}
.conversation-info small{color:var(--muted);font-weight:700}
.conversation-go{
    background:var(--red);color:#fff;
    border-radius:14px;padding:11px 16px;font-weight:900;
}
.buyer-message-card{border:2px solid var(--red)}
.chat-send-form{margin-top:16px}
@media(max-width:650px){
    .clean-conversation-card{grid-template-columns:1fr;text-align:center}
    .conversation-avatar{margin:0 auto}
    .conversation-go{width:100%}
}


/* V19 ana sayfa ilan + fiyat + mesajlaşma düzeni */
.listing-price{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:var(--red);
    color:#fff;
    border-radius:999px;
    padding:8px 13px;
    margin:4px 0 8px;
    font-weight:900;
    font-size:15px;
}
.detail-price{
    background:var(--red);
    color:#fff;
    border-radius:16px;
    padding:14px;
    font-size:20px;
    font-weight:900;
}
.topic-row:hover .listing-price{
    background:var(--red2);
}
.buyer-message-card h2{
    color:var(--red);
    margin-top:0;
}
.buyer-message-card textarea{
    min-height:95px;
}


/* V20 FULL FIX */
.logo span{font-size:13px;letter-spacing:-.5px}
.site-search{display:flex;gap:10px;margin:0 0 16px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px}
.site-search input{flex:1}
.listing-price{display:inline-flex;background:var(--red);color:#fff;border-radius:999px;padding:8px 13px;margin:4px 0 8px;font-weight:900;font-size:15px}
.detail-price{background:var(--red);color:#fff;border-radius:16px;padding:14px;font-size:20px;font-weight:900}
.clean-conversations{display:grid;gap:14px}
.clean-conversation-card{display:grid;grid-template-columns:64px 1fr auto;gap:16px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px;box-shadow:0 10px 26px rgba(36,17,47,.06)}
.conversation-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;display:grid;place-items:center;font-size:26px;font-weight:900}
.conversation-go{background:var(--red);color:#fff;border-radius:14px;padding:11px 16px;font-weight:900}
img{max-width:100%;height:auto}
button,a{-webkit-tap-highlight-color:transparent}
@media(max-width:720px){
    .topbar-inner{flex-direction:column;align-items:flex-start}
    .nav{width:100%;overflow-x:auto;padding-bottom:4px}
    .nav a{white-space:nowrap}
    .hero h1{font-size:32px}
    .hero p{font-size:16px}
    .hero-actions,.sort-tabs,.site-search{flex-direction:column}
    .hero-actions a,.sort-tabs a,.site-search button{width:100%}
    .layout,.topic-layout{width:94%;margin-top:18px;gap:16px}
    .clean-conversation-card{grid-template-columns:1fr;text-align:center}
    .conversation-avatar{margin:0 auto}
    .conversation-go{width:100%}
}


/* V21 customer layout */
.compact-hero{min-height:300px;padding:48px 20px}
.home-wrap{width:min(1200px,94%);margin:24px auto}
.top-categories{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;margin-bottom:20px;box-shadow:0 12px 34px rgba(0,0,0,.045)}
.section-heading h2{font-size:34px;margin:0 0 16px;color:var(--red)}
.top-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}
.top-category-card{display:grid;place-items:center;min-height:74px;background:var(--soft);border:1px solid var(--line);border-radius:18px;color:var(--red);font-weight:900;text-align:center;padding:12px}
.top-category-card.active,.top-category-card:hover{background:var(--red);color:#fff;border-color:var(--red)}
.listing-content{padding:18px}
.listing-row{grid-template-columns:auto 1fr 110px}
.simple-listing-info{display:grid;gap:10px;margin-top:16px}
.detail-phone,.detail-views{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;font-weight:800}
.profile-listing-row{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:14px;margin:12px 0}
.profile-listing-row p{margin:6px 0;color:#555}
.profile-listing-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
@media(max-width:720px){
    .listing-row,.profile-listing-row{grid-template-columns:1fr}
    .profile-listing-actions{justify-content:stretch}
    .profile-listing-actions a{width:100%;justify-content:center}
    .section-heading h2{font-size:28px}
}


/* V22 film sitesi mantığı kategori slider */
.category-hero{min-height:260px;padding:42px 20px}
.category-page-wrap{width:min(1200px,94%);margin:24px auto}
.category-slider-section{background:#fff;border:1px solid var(--line);border-radius:26px;padding:20px;box-shadow:0 12px 34px rgba(0,0,0,.045);margin-bottom:20px}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:14px;margin-bottom:16px}
.section-heading h2{font-size:34px;margin:0;color:var(--red)}
.section-heading p{margin:0;color:var(--muted);font-weight:700}
.category-slider{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 4px 14px;-webkit-overflow-scrolling:touch}
.category-slider::-webkit-scrollbar{height:8px}
.category-slider::-webkit-scrollbar-thumb{background:var(--line);border-radius:999px}
.slider-category-card{flex:0 0 190px;min-height:110px;scroll-snap-align:start;background:var(--soft);border:1px solid var(--line);border-radius:22px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;color:var(--red);font-weight:900}
.slider-category-card span{font-size:22px}
.slider-category-card small{color:var(--muted);font-weight:800}
.slider-category-card.active,.slider-category-card:hover{background:var(--red);color:#fff;border-color:var(--red)}
.slider-category-card.active small,.slider-category-card:hover small{color:#eadcf2}
.category-info-card,.category-list-section{background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:0 12px 34px rgba(0,0,0,.045)}
.category-info-card h2{margin-top:0;font-size:32px}
.category-info-card p{color:#554c5f;line-height:1.7}
.category-search{display:flex;gap:10px;margin:18px 0;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px}
.category-search input{flex:1}
.simple-sort{margin-bottom:18px}
.vertical-listings{display:grid;gap:14px}
.vertical-listing-card{display:grid;grid-template-columns:130px 1fr auto;gap:16px;align-items:center;border:1px solid var(--line);border-radius:22px;padding:14px;background:#fff;box-shadow:0 8px 24px rgba(36,17,47,.05)}
.vertical-listing-card:hover{border-color:var(--red);transform:translateY(-1px)}
.vertical-listing-card img,.listing-placeholder{width:130px;height:100px;border-radius:18px;object-fit:cover;background:var(--soft)}
.listing-placeholder{display:grid;place-items:center;color:var(--red);font-size:42px;font-weight:900}
.vertical-listing-body h3{margin:0 0 8px}
.vertical-listing-body p{margin:8px 0;color:#5a5260;line-height:1.5}
.vertical-listing-body small{color:var(--muted);font-weight:700}
.listing-card-action{background:var(--red);color:#fff;border-radius:14px;padding:11px 16px;font-weight:900}
.home-wrap,.top-categories,.listing-content{display:none !important}
@media(max-width:720px){
    .category-hero{min-height:220px;padding:34px 16px}
    .section-heading{align-items:flex-start;flex-direction:column}
    .section-heading h2{font-size:30px}
    .slider-category-card{flex-basis:165px;min-height:96px}
    .slider-category-card span{font-size:19px}
    .category-search{flex-direction:column}
    .category-search button{width:100%}
    .vertical-listing-card{grid-template-columns:1fr}
    .vertical-listing-card img,.listing-placeholder{width:100%;height:170px}
    .listing-card-action{text-align:center}
}


/* V23 sağ üst profil menüsü */
.profile-menu{
    position:relative;
    display:flex;
    align-items:center;
}
.profile-menu-btn{
    width:46px;
    height:46px;
    border:0;
    border-radius:50%;
    background:var(--red);
    color:#fff;
    cursor:pointer;
    display:grid;
    place-items:center;
    box-shadow:0 10px 22px rgba(36,17,47,.18);
}
.profile-menu-btn span{
    font-weight:900;
    font-size:18px;
}
.profile-dropdown{
    position:absolute;
    top:58px;
    right:0;
    width:230px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    box-shadow:0 18px 45px rgba(36,17,47,.18);
    padding:10px;
    display:none;
    z-index:100;
}
.profile-open .profile-dropdown{
    display:block;
}
.profile-dropdown-head{
    padding:12px;
    border-bottom:1px solid var(--line);
    margin-bottom:8px;
}
.profile-dropdown-head b{
    display:block;
    color:var(--red);
}
.profile-dropdown-head small{
    color:var(--muted);
    font-weight:800;
}
.profile-dropdown a{
    display:flex;
    padding:11px 12px;
    border-radius:12px;
    font-weight:900;
    color:var(--dark);
}
.profile-dropdown a:hover{
    background:var(--soft);
    color:var(--red);
}
.profile-dropdown .logout-link{
    color:#8a1c2c;
}
@media(max-width:720px){
    .profile-menu{
        margin-left:auto;
    }
    .profile-dropdown{
        right:auto;
        left:0;
        width:230px;
    }
}


/* V25 FULL: yandan kaydırmalı kategori ilanları + mobil profil fix */
.category-hero{min-height:260px;padding:42px 20px}
.category-page-wrap{width:min(1200px,94%);margin:24px auto}
.category-slider-section,.category-list-section,.home-listings-section{background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:0 12px 34px rgba(0,0,0,.045);margin-bottom:20px}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:14px;margin-bottom:16px}
.section-heading h2{font-size:34px;margin:0;color:var(--red)}
.section-heading p{margin:0;color:var(--muted);font-weight:700}
.category-slider{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 4px 14px;-webkit-overflow-scrolling:touch}
.category-slider::-webkit-scrollbar,.home-listing-carousel::-webkit-scrollbar{height:8px}
.category-slider::-webkit-scrollbar-thumb,.home-listing-carousel::-webkit-scrollbar-thumb{background:var(--line);border-radius:999px}
.slider-category-card{flex:0 0 190px;min-height:110px;scroll-snap-align:start;background:var(--soft);border:1px solid var(--line);border-radius:22px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;color:var(--red);font-weight:900}
.slider-category-card span{font-size:22px}
.slider-category-card small{color:var(--muted);font-weight:800}
.slider-category-card.active,.slider-category-card:hover{background:var(--red);color:#fff;border-color:var(--red)}
.slider-category-card.active small,.slider-category-card:hover small{color:#ffe2e5}
.category-search{display:flex;gap:10px;margin:18px 0;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px}
.category-search input{flex:1}
.vertical-listings{display:grid;gap:14px}
.vertical-listing-card{display:grid;grid-template-columns:130px 1fr auto;gap:16px;align-items:center;border:1px solid var(--line);border-radius:22px;padding:14px;background:#fff;box-shadow:0 8px 24px rgba(193,18,31,.05)}
.vertical-listing-card img,.listing-placeholder{width:130px;height:100px;border-radius:18px;object-fit:cover;background:var(--soft)}
.listing-placeholder{display:grid;place-items:center;color:var(--red);font-size:42px;font-weight:900}
.listing-card-action{background:var(--red);color:#fff;border-radius:14px;padding:11px 16px;font-weight:900}
.home-category-row{margin-top:22px}
.row-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.row-title h3{font-size:28px;margin:0;color:var(--dark)}
.row-title a{font-weight:900;color:var(--red)}
.home-listing-carousel{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 4px 14px;-webkit-overflow-scrolling:touch}
.home-listing-card{flex:0 0 240px;scroll-snap-align:start;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 8px 24px rgba(193,18,31,.06)}
.home-listing-card img,.home-listing-placeholder{width:100%;height:150px;object-fit:cover;background:var(--soft)}
.home-listing-placeholder{display:grid;place-items:center;color:var(--red);font-size:48px;font-weight:900}
.home-listing-info{padding:14px}
.home-listing-info h4{margin:0 0 10px;font-size:18px;color:var(--dark)}
.home-listing-info b{display:inline-flex;background:var(--red);color:#fff;border-radius:999px;padding:7px 11px;margin-bottom:8px}
.home-listing-info small{display:block;color:var(--muted);font-weight:800}
.empty-mini-card{flex:0 0 240px;border:1px dashed var(--line);border-radius:22px;padding:28px;background:var(--soft);font-weight:900;color:var(--red)}
.profile-menu{position:relative;display:flex;align-items:center;z-index:999}
.profile-toggle{position:absolute;opacity:0;pointer-events:none}
.profile-menu-btn{width:46px;height:46px;border:0;border-radius:50%;background:var(--red);color:#fff;cursor:pointer;display:grid;place-items:center;box-shadow:0 10px 22px rgba(193,18,31,.18);touch-action:manipulation}
.profile-menu-btn span{font-weight:900;font-size:18px}
.profile-dropdown{position:absolute;top:58px;right:0;width:230px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 45px rgba(193,18,31,.18);padding:10px;display:none;z-index:9999}
.profile-toggle:checked ~ .profile-dropdown{display:block}
.profile-dropdown-head{padding:12px;border-bottom:1px solid var(--line);margin-bottom:8px}
.profile-dropdown-head b{display:block;color:var(--red)}
.profile-dropdown-head small{color:var(--muted);font-weight:800}
.profile-dropdown a{display:flex;padding:11px 12px;border-radius:12px;font-weight:900;color:var(--dark)}
.profile-dropdown a:hover{background:var(--soft);color:var(--red)}
.profile-dropdown .logout-link{color:#8a1c2c}
@media(max-width:720px){
    .category-hero{min-height:220px;padding:34px 16px}
    .section-heading,.row-title{align-items:flex-start;flex-direction:column}
    .section-heading h2{font-size:30px}
    .slider-category-card{flex-basis:165px;min-height:96px}
    .slider-category-card span{font-size:19px}
    .category-search{flex-direction:column}
    .category-search button{width:100%}
    .vertical-listing-card{grid-template-columns:1fr}
    .vertical-listing-card img,.listing-placeholder{width:100%;height:170px}
    .listing-card-action{text-align:center}
    .home-listing-card{flex-basis:210px}
    .profile-dropdown{right:0;left:auto}
}


/* V26 mobil kaydırma çubuğu / slider fix */
.mobile-slider-wrap{
    position:relative;
    width:100%;
    max-width:100%;
    overflow:visible;
}
.category-slider,
.home-listing-carousel{
    width:100%;
    max-width:100%;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    display:flex !important;
    flex-wrap:nowrap !important;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x !important;
    overscroll-behavior-x:contain;
    cursor:grab;
}
.category-slider > *,
.home-listing-carousel > *{
    flex-shrink:0 !important;
}
.slider-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:50;
    width:38px;
    height:38px;
    border:0;
    border-radius:50%;
    background:var(--red);
    color:#fff;
    font-size:28px;
    font-weight:900;
    display:grid;
    place-items:center;
    box-shadow:0 8px 22px rgba(193,18,31,.25);
    cursor:pointer;
}
.slider-arrow-left{
    left:-8px;
}
.slider-arrow-right{
    right:-8px;
}
.category-slider{
    padding-left:34px !important;
    padding-right:34px !important;
}
.home-listing-carousel{
    padding-left:34px !important;
    padding-right:34px !important;
}
@media(max-width:720px){
    .slider-arrow{
        width:34px;
        height:34px;
        font-size:25px;
    }
    .slider-arrow-left{
        left:2px;
    }
    .slider-arrow-right{
        right:2px;
    }
    .category-slider,
    .home-listing-carousel{
        scrollbar-width:auto;
    }
    .category-slider::-webkit-scrollbar,
    .home-listing-carousel::-webkit-scrollbar{
        height:10px;
        display:block;
    }
    .category-slider::-webkit-scrollbar-thumb,
    .home-listing-carousel::-webkit-scrollbar-thumb{
        background:var(--red);
        border-radius:999px;
    }
    .category-slider::-webkit-scrollbar-track,
    .home-listing-carousel::-webkit-scrollbar-track{
        background:var(--soft);
        border-radius:999px;
    }
}


/* V27 ok butonları kaldırıldı + tıklama fix */
.slider-arrow,
.slider-arrow-left,
.slider-arrow-right{
    display:none !important;
    pointer-events:none !important;
}
.mobile-slider-wrap{
    overflow:visible !important;
    pointer-events:auto !important;
}
.category-slider,
.home-listing-carousel,
.native-mobile-scroll{
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    touch-action:pan-x !important;
    pointer-events:auto !important;
}
.category-slider a,
.home-listing-carousel a,
.slider-category-card,
.home-listing-card,
.vertical-listing-card,
.topic-row,
.btn-main,
.btn-light,
.profile-menu-btn,
.profile-dropdown a{
    pointer-events:auto !important;
    touch-action:manipulation !important;
}
.category-slider,
.home-listing-carousel{
    padding-left:4px !important;
    padding-right:4px !important;
}
.buyer-message-card{
    position:relative;
    z-index:2;
}
.buyer-message-card textarea,
.buyer-message-card button{
    position:relative;
    z-index:3;
}
@media(max-width:720px){
    .category-slider::-webkit-scrollbar,
    .home-listing-carousel::-webkit-scrollbar{
        height:8px;
        display:block;
    }
}


/* V28 MOBİL TAM TIKLAMA + PROFİL MENÜ FIX */
html, body{
    max-width:100%;
    overflow-x:hidden;
}
.topbar{
    position:relative;
    z-index:5000;
}
.topbar-inner{
    position:relative;
    z-index:5001;
}
.nav{
    position:relative;
    z-index:5002;
}
.profile-menu{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    z-index:8000 !important;
    flex:0 0 auto !important;
}
.profile-toggle{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    opacity:0 !important;
    pointer-events:none !important;
}
.profile-menu-btn{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    min-height:48px !important;
    border:0 !important;
    border-radius:50% !important;
    background:var(--red) !important;
    color:#fff !important;
    display:grid !important;
    place-items:center !important;
    cursor:pointer !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
    -webkit-tap-highlight-color:transparent !important;
    user-select:none !important;
    box-shadow:0 10px 24px rgba(193,18,31,.28) !important;
}
.profile-menu-btn span{
    font-weight:900 !important;
    font-size:18px !important;
    color:#fff !important;
}
.profile-backdrop{
    display:none;
}
.profile-dropdown{
    display:none !important;
    position:absolute !important;
    top:58px !important;
    right:0 !important;
    width:240px !important;
    background:#fff !important;
    border:1px solid var(--line) !important;
    border-radius:18px !important;
    box-shadow:0 18px 48px rgba(0,0,0,.22) !important;
    padding:10px !important;
    z-index:9000 !important;
    pointer-events:auto !important;
}
.profile-toggle:checked ~ .profile-dropdown{
    display:block !important;
}
.profile-toggle:checked ~ .profile-backdrop{
    display:block !important;
    position:fixed !important;
    inset:0 !important;
    background:transparent !important;
    z-index:7999 !important;
}
.profile-dropdown-head{
    padding:12px !important;
    border-bottom:1px solid var(--line) !important;
    margin-bottom:8px !important;
}
.profile-dropdown-head b{
    display:block !important;
    color:var(--red) !important;
}
.profile-dropdown-head small{
    color:var(--muted) !important;
    font-weight:800 !important;
}
.profile-dropdown a{
    display:flex !important;
    align-items:center !important;
    min-height:44px !important;
    padding:11px 12px !important;
    border-radius:12px !important;
    font-weight:900 !important;
    color:var(--dark) !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
}
.profile-dropdown a:hover,
.profile-dropdown a:active{
    background:var(--soft) !important;
    color:var(--red) !important;
}
.profile-dropdown .logout-link{
    color:#8a1c2c !important;
}

/* Mobilde nav overflow dropdownu kesmesin diye profil dropdown fixed */
@media(max-width:720px){
    .topbar{
        overflow:visible !important;
    }
    .topbar-inner{
        overflow:visible !important;
        gap:10px !important;
    }
    .nav{
        overflow-x:auto !important;
        overflow-y:visible !important;
        -webkit-overflow-scrolling:touch !important;
        padding-right:6px !important;
    }
    .profile-menu{
        margin-left:auto !important;
        position:static !important;
    }
    .profile-dropdown{
        position:fixed !important;
        top:76px !important;
        right:12px !important;
        left:auto !important;
        width:min(260px, calc(100vw - 24px)) !important;
        z-index:99999 !important;
    }
    .profile-toggle:checked ~ .profile-backdrop{
        z-index:99998 !important;
    }
    .profile-menu-btn{
        position:relative !important;
        z-index:99999 !important;
    }
}

/* Genel mobil tıklama güçlendirme */
a, button, label, input, select, textarea, .btn-main, .btn-light, .slider-category-card, .home-listing-card, .vertical-listing-card, .topic-row{
    pointer-events:auto !important;
    -webkit-tap-highlight-color:rgba(193,18,31,.15) !important;
}
.category-slider,
.home-listing-carousel,
.native-mobile-scroll{
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    touch-action:pan-x !important;
    pointer-events:auto !important;
}
.category-slider *,
.home-listing-carousel *{
    pointer-events:auto !important;
}

.slider-arrow,.slider-arrow-left,.slider-arrow-right{display:none!important;pointer-events:none!important;}


/* V29 MOBİL PROFİL PANEL FIX - eski çakışmaları ezer */
.topbar{
    position:sticky !important;
    top:0 !important;
    z-index:10000 !important;
    background:#fff !important;
    overflow:visible !important;
}
.topbar-inner{
    overflow:visible !important;
}
.nav{
    overflow:visible !important;
    display:flex !important;
    align-items:center !important;
    gap:14px !important;
    flex-wrap:wrap !important;
}
.profile-menu{
    position:relative !important;
    z-index:12000 !important;
    margin-left:auto !important;
}
.profile-toggle{
    position:absolute !important;
    opacity:0 !important;
    width:1px !important;
    height:1px !important;
    pointer-events:none !important;
}
.profile-menu-btn{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    min-height:48px !important;
    border-radius:50% !important;
    background:var(--red) !important;
    color:#fff !important;
    display:grid !important;
    place-items:center !important;
    cursor:pointer !important;
    touch-action:manipulation !important;
    -webkit-tap-highlight-color:transparent !important;
    box-shadow:0 10px 24px rgba(193,18,31,.28) !important;
}
.profile-menu-btn span{
    color:#fff !important;
    font-weight:900 !important;
}
.profile-backdrop{
    display:none !important;
}
.profile-dropdown{
    display:none !important;
    position:absolute !important;
    top:58px !important;
    right:0 !important;
    left:auto !important;
    width:240px !important;
    max-width:calc(100vw - 24px) !important;
    background:#fff !important;
    border:1px solid var(--line) !important;
    border-radius:18px !important;
    box-shadow:0 18px 48px rgba(0,0,0,.22) !important;
    padding:10px !important;
    z-index:13000 !important;
    pointer-events:auto !important;
}
.profile-toggle:checked ~ .profile-dropdown{
    display:block !important;
}
.profile-toggle:checked ~ .profile-backdrop{
    display:block !important;
    position:fixed !important;
    inset:0 !important;
    background:rgba(0,0,0,.08) !important;
    z-index:11999 !important;
}
.profile-dropdown-head{
    padding:12px !important;
    border-bottom:1px solid var(--line) !important;
    margin-bottom:8px !important;
}
.profile-dropdown-head b{
    display:block !important;
    color:var(--red) !important;
    font-size:18px !important;
}
.profile-dropdown-head small{
    color:var(--muted) !important;
    font-weight:800 !important;
}
.profile-dropdown a{
    display:flex !important;
    align-items:center !important;
    min-height:44px !important;
    padding:11px 12px !important;
    border-radius:12px !important;
    font-weight:900 !important;
    color:var(--dark) !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
}
.profile-dropdown a:hover,
.profile-dropdown a:active{
    background:var(--soft) !important;
    color:var(--red) !important;
}

/* Mobilde dropdown sayfanın üstüne taşmasın, düzgün panel gibi açılsın */
@media(max-width:720px){
    .topbar-inner{
        display:flex !important;
        flex-direction:column !important;
        align-items:flex-start !important;
        gap:12px !important;
    }
    .nav{
        width:100% !important;
        overflow:visible !important;
        flex-wrap:wrap !important;
        padding-bottom:0 !important;
    }
    .profile-menu{
        margin-left:auto !important;
        position:static !important;
    }
    .profile-dropdown{
        position:fixed !important;
        top:130px !important;
        left:12px !important;
        right:12px !important;
        width:auto !important;
        max-width:none !important;
        border-radius:20px !important;
        padding:12px !important;
        z-index:13000 !important;
    }
    .profile-toggle:checked ~ .profile-backdrop{
        z-index:12999 !important;
    }
}

/* Büyük hoşgeldiniz alanı menünün üstüne binmesin */
.category-hero{
    position:relative !important;
    z-index:1 !important;
}
.category-slider-section,
.category-list-section,
.home-listings-section{
    position:relative !important;
    z-index:1 !important;
}

/* Mobil tıklama genel fix */
a, button, label, input, select, textarea,
.slider-category-card, .home-listing-card, .vertical-listing-card{
    pointer-events:auto !important;
    touch-action:manipulation !important;
}
