/* ==============================================================
   👔 TEKNOTALYA FORUM - KATEGORİ İÇİ (TOPIC LIST) STİLLERİ
   ============================================================== */
body.forum-page { background-color: #0b0f19 !important; }
.forum-wrapper { padding: 40px 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

/* Kategori Başlık ve Araç Çubuğu */
.f-cat-hero { background: #111827; border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; padding: 25px 30px; margin-bottom: 25px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 4px 15px rgba(0,0,0,0.2); }
.f-cat-hero-info h1 { color: #f3f4f6; font-size: 24px; font-weight: 800; margin: 0 0 8px 0; }
.f-cat-hero-info p { color: #9ca3af; font-size: 14px; margin: 0; }
.btn-new-topic { background: #38bdf8; color: #0f172a; font-weight: 700; padding: 10px 20px; border-radius: 6px; text-decoration: none; transition: 0.3s; display: inline-flex; align-items: center; gap: 8px; }
.btn-new-topic:hover { background: #0ea5e9; color: #fff; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(56, 189, 248, 0.4); }

/* Konu Listesi Tablosu */
.f-topic-list-wrap { background: #111827; border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; overflow: hidden; }
.f-topic-header { background: #1f2937; padding: 12px 20px; display: flex; font-size: 12px; font-weight: 700; color: #9ca3af; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid rgba(255,255,255,0.05); }

/* Tekil Konu Satırı */
.f-topic-item { display: flex; align-items: center; padding: 15px 20px; border-bottom: 1px solid rgba(255,255,255,0.03); transition: 0.2s; }
.f-topic-item:last-child { border-bottom: none; }
.f-topic-item:hover { background: rgba(255,255,255,0.02); }

/* Vurgular (Sabit ve Kilitli) */
.f-topic-item.pinned { background: rgba(56, 189, 248, 0.03); border-left: 3px solid #38bdf8; }
.f-topic-item.pinned:hover { background: rgba(56, 189, 248, 0.06); }
.f-topic-item.locked { opacity: 0.7; }
.f-topic-item.locked .f-topic-title { color: #9ca3af !important; text-decoration: line-through; }

/* Avatar ve İçerik */
.f-topic-avatar { width: 45px; height: 45px; flex-shrink: 0; margin-right: 15px; border-radius: 8px; overflow: hidden; }
.f-topic-avatar img { width: 100%; height: 100%; object-fit: cover; }
.f-topic-main { flex: 1; padding-right: 20px; }
.f-topic-title { font-size: 16px; font-weight: 600; color: #f3f4f6; text-decoration: none; margin-bottom: 5px; display: inline-block; transition: 0.2s; }
.f-topic-title:hover { color: #38bdf8; text-decoration: underline; text-underline-offset: 3px; }
.f-topic-meta { font-size: 12px; color: #6b7280; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.f-topic-meta a { color: #9ca3af; text-decoration: none; font-weight: 500; }
.f-topic-meta a:hover { color: #d1d5db; }

/* Etiketler (Prefix) */
.topic-prefix { font-size: 10px; font-weight: 800; padding: 2px 6px; border-radius: 4px; margin-right: 6px; text-transform: uppercase; }
.prefix-rehber { background: rgba(16, 185, 129, 0.1); color: #10b981; border: 1px solid rgba(16, 185, 129, 0.2); }
.prefix-soru { background: rgba(239, 68, 68, 0.1); color: #ef4444; border: 1px solid rgba(239, 68, 68, 0.2); }
.prefix-duyuru { background: rgba(245, 158, 11, 0.1); color: #f59e0b; border: 1px solid rgba(245, 158, 11, 0.2); }

/* İstatistik ve Son Mesaj */
.f-topic-stats { width: 100px; flex-shrink: 0; text-align: center; color: #9ca3af; font-size: 13px; }
.f-topic-stats div { margin-bottom: 3px; }
.f-topic-stats i { color: #4b5563; font-size: 11px; margin-right: 4px; }
.f-topic-lastpost { width: 220px; flex-shrink: 0; display: flex; align-items: center; gap: 10px; padding-left: 20px; border-left: 1px solid rgba(255,255,255,0.05); }
.f-topic-lastpost img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
.tlp-info { display: flex; flex-direction: column; }
.tlp-time { font-size: 12px; color: #38bdf8; font-weight: 500; text-decoration: none; margin-bottom: 2px; transition: 0.2s; }
.tlp-time:hover { color: #0ea5e9; text-decoration: underline; }
.tlp-user { font-size: 11px; color: #9ca3af; }

/* Sayfalama ve Sidebar Widget */
.f-pagination { display: flex; justify-content: center; gap: 5px; margin-top: 30px; }
.f-page-link { background: #111827; border: 1px solid rgba(255,255,255,0.05); color: #9ca3af; padding: 8px 14px; border-radius: 6px; font-size: 13px; font-weight: 600; text-decoration: none; transition: 0.3s; }
.f-page-link:hover, .f-page-link.active { background: #38bdf8; border-color: #38bdf8; color: #0f172a; }
.f-sidebar-widget { background: #111827; border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; padding: 20px; margin-bottom: 20px; }
.f-widget-title { color: #f3f4f6; font-size: 14px; font-weight: 700; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; gap: 8px; }
.f-widget-title i { color: #38bdf8; }
.f-stat-list { margin: 0; padding: 0; list-style: none; font-size: 13px; color: #9ca3af; }
.f-stat-list li { display: flex; justify-content: space-between; margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px dashed rgba(255,255,255,0.03); }
.f-stat-list li:last-child { margin: 0; border: 0; padding: 0; }
.f-stat-list strong { color: #e5e7eb; }
.user-badge { padding: 2px 6px; border-radius: 4px; font-size: 10px; font-weight: bold; margin-left: 5px; }
.user-badge.admin { background: rgba(239, 68, 68, 0.1); color: #ef4444; border: 1px solid rgba(239, 68, 68, 0.2); }
.user-badge.vip { background: rgba(245, 158, 11, 0.1); color: #f59e0b; border: 1px solid rgba(245, 158, 11, 0.2); }

@media (max-width: 991px) { .f-topic-stats { display: none; } .f-topic-lastpost { width: 160px; } .f-cat-hero { flex-direction: column; align-items: flex-start; gap: 15px; } }
@media (max-width: 768px) { .f-topic-lastpost { display: none; } .f-topic-main { padding-right: 0; } }