/* ═══════════════════════════════════════════════════════════════
   FORUM CSS — Tam Genişlik & Modern Tasarım
   ═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; }

/* ══ TOP BAR ═══════════════════════════════════════════════════ */
.f-topbar {
    background: rgba(10,0,0,0.98);
    border-bottom: 1px solid rgba(180,0,0,0.12);
    position: sticky; top: 0; z-index: 900;
    backdrop-filter: blur(16px);
}
.f-topbar-inner {
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
    padding: 0 30px; height: 80px;
    max-width: 1600px; margin: 0 auto;
    position: relative;
}
.f-logo-wrap { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.f-site-back {
    color: #884444; width: 38px; height: 38px; border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.08);
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; text-decoration: none; transition: .15s;
}
.f-site-back:hover { color: #ff4444; border-color: rgba(180,0,0,0.35); background: rgba(180,0,0,0.1); }
.f-logo { text-decoration: none; display: flex; align-items: center; gap: 8px; }
.f-logo-text { font-family: 'Oswald',sans-serif; font-size: 22px; font-weight: 700; color: #fff; letter-spacing: 2px; }
.f-logo-text span { color: #cc1111; }
.f-logo-sub { color: #cc1111; }
.f-logo-badge { background: rgba(180,0,0,0.15); border: 1px solid rgba(180,0,0,0.3); color: #ff4444; font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 4px; letter-spacing: 1px; }

.f-stat-bar { display: flex; gap: 16px; flex: 1; justify-content: center; }
.f-stat-bar span { font-size: 11px; color: #884444; display: flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 20px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); transition: .15s; }
.f-stat-bar span:hover { color: #cc9999; }
.f-stat-bar i { color: #cc1111; font-size: 10px; }
.f-stat-bar strong { color: #f5e0e0; font-weight: 600; }

.f-nav-right { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }

.f-icon-btn { position: relative; width: 42px; height: 42px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.04); color: #664444; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 15px; text-decoration: none; transition: .15s; }
.f-icon-btn:hover { color: #f5e0e0; border-color: rgba(255,255,255,0.15); background: rgba(255,255,255,0.08); }
.f-icon-btn-mod { color: #ff4444; border-color: rgba(180,0,0,0.25); background: rgba(180,0,0,0.07); }
.f-icon-btn-mod:hover { background: rgba(180,0,0,0.15); }
.f-badge { position: absolute; top: -5px; right: -5px; min-width: 17px; height: 17px; background: #ef4444; color: #fff; border-radius: 9px; font-size: 9px; font-weight: 700; display: flex; align-items: center; justify-content: center; padding: 0 4px; border: 2px solid rgba(10,0,0,0.95); }

.f-user-wrap { position: relative; }
.f-user-btn { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 6px 16px 6px 8px; cursor: pointer; color: #f5e0e0; transition: .15s; text-decoration: none; }
.f-user-btn:hover { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.18); }
.f-user-av { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(180,0,0,0.4); }
.f-user-av-ph { background: linear-gradient(135deg,#cc0000,#990000); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 11px; font-weight: 700; }
.f-user-name { font-size: 13px; font-weight: 600; max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.f-user-drop, .f-notif-drop { display: none; position: absolute; right: 0; top: calc(100% + 10px); background: #0a0000; border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; min-width: 190px; z-index: 999; overflow: hidden; box-shadow: 0 16px 40px rgba(0,0,0,0.7); }
.f-user-drop.open, .f-notif-drop.open { display: block; }
.f-drop-item { display: flex; align-items: center; gap: 10px; padding: 10px 16px; font-size: 12px; color: #e2c4c4; text-decoration: none; transition: .15s; }
.f-drop-item:hover { background: rgba(255,255,255,0.05); color: #fff; }
.f-drop-item i { width: 15px; color: #cc1111; text-align: center; }
.f-drop-item-red { color: #f87171; }
.f-drop-item-red i { color: #f87171; }
.f-drop-item-red:hover { background: rgba(239,68,68,0.08); }
.f-drop-sep { height: 1px; background: rgba(255,255,255,0.07); margin: 4px 0; }

.f-notif-drop { width: 320px; }
.f-notif-head { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,0.07); font-size: 12px; font-weight: 600; color: #f5e0e0; }
.f-notif-list { max-height: 300px; overflow-y: auto; }
.f-notif-item { display: flex; gap: 10px; padding: 11px 16px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.04); transition: .15s; }
.f-notif-item:hover { background: rgba(255,255,255,0.04); }
.f-notif-item.yeni { background: rgba(180,0,0,0.07); border-left: 2px solid #cc1111; }
.f-notif-ico { width: 32px; height: 32px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; }
.f-notif-title { font-size: 12px; color: #f5e0e0; font-weight: 600; margin-bottom: 2px; }
.f-notif-text { font-size: 11px; color: #884444; }

.f-btn-giris { display: flex; align-items: center; gap: 6px; padding: 10px 20px; border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; color: #cc9999; font-size: 13px; text-decoration: none; transition: .15s; font-weight: 500; }
.f-btn-giris:hover { color: #f5e0e0; border-color: rgba(255,255,255,0.22); }
.f-btn-kayit { display: flex; align-items: center; gap: 6px; padding: 10px 20px; background: linear-gradient(135deg,#cc1111,#aa0000); border: none; border-radius: 10px; color: #fff; font-size: 13px; text-decoration: none; font-weight: 600; transition: .2s; box-shadow: 0 4px 12px rgba(180,0,0,0.35); }
.f-btn-kayit:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(180,0,0,0.45); }

/* ══ ALT NAV ════════════════════════════════════════════════════ */
.f-subnav { border-top: 1px solid rgba(255,255,255,0.05); background: rgba(0,0,0,0.25); }
.f-subnav-inner { max-width: 1600px; margin: 0 auto; padding: 0 30px; display: flex; align-items: center; overflow-x: auto; scrollbar-width: none; }
.f-subnav-inner::-webkit-scrollbar { display: none; }
.f-snav-link { display: flex; align-items: center; gap: 7px; padding: 9px 14px; font-size: 11px; color: #664444; text-decoration: none; border-bottom: 2px solid transparent; white-space: nowrap; transition: .15s; font-family: 'Oswald',sans-serif; letter-spacing: .5px; }
.f-snav-link:hover { color: #f5e0e0; border-bottom-color: rgba(255,255,255,0.2); }
.f-snav-link.on { color: #ff4444; border-bottom-color: #cc1111; }
.f-snav-link i { font-size: 10px; }
.f-snav-ara { margin-left: auto; }

/* ══ ANA LAYOUT ════════════════════════════════════════════════ */
.f-main-wrap { max-width: 1600px; margin: 0 auto; padding: 20px 30px 100px; }

.f-layout { display: grid; grid-template-columns: 1fr 310px; gap: 26px; align-items: start; }
.f-content { min-width: 0; }

/* ══ SİDEBAR ════════════════════════════════════════════════════ */
.f-sidebar { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 70px; }
.f-side-card { background: rgba(10,13,26,0.9); border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; overflow: hidden; }
.f-side-head { display: flex; align-items: center; gap: 8px; padding: 13px 18px; border-bottom: 1px solid rgba(255,255,255,0.06); font-family: 'Oswald',sans-serif; font-size: 10px; letter-spacing: 2px; color: #664444; text-transform: uppercase; }
.f-side-head i { color: #cc1111; }
.f-side-body { padding: 14px 18px; }

.f-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.f-stat-box { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 11px; padding: 14px 12px; text-align: center; transition: .15s; }
.f-stat-box:hover { background: rgba(180,0,0,0.07); border-color: rgba(180,0,0,0.2); }
.f-stat-box .sb-n { font-family: 'Oswald',sans-serif; font-size: 26px; font-weight: 700; line-height: 1; color: #fff; }
.f-stat-box .sb-n.green { color: #22c55e; }
.f-stat-box .sb-l { font-size: 10px; color: #884444; text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }

.f-online-strip { display: flex; flex-direction: column; gap: 7px; }
.f-online-user { display: flex; align-items: center; gap: 10px; padding: 7px 10px; border-radius: 9px; text-decoration: none; transition: .15s; background: rgba(255,255,255,0.02); border: 1px solid transparent; }
.f-online-user:hover { background: rgba(34,197,94,0.07); border-color: rgba(34,197,94,0.15); }
.f-online-dot-sm { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; animation: blink 1.5s infinite; flex-shrink: 0; }
.f-online-user-name { font-size: 12px; color: #e2c4c4; font-weight: 500; }

.f-quick-stats { display: flex; flex-direction: column; gap: 0; }
.f-qs-row { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.04); font-size: 12px; }
.f-qs-row:last-child { border-bottom: none; }
.f-qs-label { color: #664444; display: flex; align-items: center; gap: 9px; }
.f-qs-label i { color: #cc1111; width: 14px; text-align: center; }
.f-qs-val { color: #f5e0e0; font-weight: 600; }

.f-new-members { display: flex; flex-direction: column; gap: 7px; }
.f-nm-item { display: flex; align-items: center; gap: 10px; text-decoration: none; padding: 6px 8px; border-radius: 9px; transition: .15s; }
.f-nm-item:hover { background: rgba(255,255,255,0.04); }
.f-nm-name { font-size: 12px; color: #e2c4c4; font-weight: 500; }
.f-nm-date { font-size: 10px; color: #884444; margin-top: 1px; }

/* ══ HERO ════════════════════════════════════════════════════════ */
.f-hero { margin: 0 20px 20px; background: linear-gradient(135deg,#1a1f4e 0%,#0d1117 50%,#1a1040 100%); border: 1px solid rgba(180,0,0,0.2); border-radius: 16px; padding: 28px 32px; margin-bottom: 20px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.f-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 50%,rgba(180,0,0,0.15) 0%,transparent 60%); pointer-events: none; }
.f-hero-left h1 { font-family: 'Oswald',sans-serif; font-size: 30px; font-weight: 700; color: #fff; letter-spacing: 2px; margin: 0 0 7px; display: flex; align-items: center; gap: 12px; }
.f-hero-left h1 i { color: #cc1111; }
.f-hero-left p { color: #cc9999; font-size: 13px; margin: 0; }

.f-stat-pill { display: flex; flex-direction: column; align-items: center; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 12px 20px; min-width: 72px; transition: .15s; }
.f-stat-pill:hover { background: rgba(180,0,0,0.1); border-color: rgba(180,0,0,0.3); }
.f-stat-pill .n { font-family: 'Oswald',sans-serif; font-size: 24px; color: #fff; line-height: 1; font-weight: 700; }
.f-stat-pill .l { font-size: 10px; color: #664444; text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.f-stat-pill.online .n { color: #22c55e; }
.f-stat-pill.online { border-color: rgba(34,197,94,0.2); }
.f-stats-strip { display: flex; gap: 8px; flex-wrap: wrap; }

/* ══ TOOLBAR ════════════════════════════════════════════════════ */
.f-toolbar { display: flex; gap: 10px; margin-bottom: 14px; align-items: center; }
.f-search { flex: 1; position: relative; }
.f-search input { width: 100%; background: rgba(10,13,26,0.9); border: 1px solid rgba(180,0,0,0.2); color: #f5e0e0; padding: 11px 16px 11px 42px; border-radius: 10px; font-size: 13px; outline: none; transition: .2s; font-family: 'Inter',sans-serif; }
.f-search input:focus { border-color: #cc1111; box-shadow: 0 0 0 3px rgba(180,0,0,0.15); }
.f-search input::placeholder { color: #884444; }
.f-search i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #884444; font-size: 12px; pointer-events: none; }
.btn-yk { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg,#cc1111,#aa0000); color: #fff; padding: 11px 24px; border-radius: 10px; font-family: 'Oswald',sans-serif; font-size: 12px; letter-spacing: 1px; text-decoration: none; transition: .2s; white-space: nowrap; box-shadow: 0 4px 16px rgba(180,0,0,0.35); }
.btn-yk:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(180,0,0,0.5); }

/* ══ SEKMELER ═══════════════════════════════════════════════════ */
.f-tabs-wrap { background: rgba(10,13,26,0.8); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px 12px 0 0; border-bottom: none; overflow-x: auto; scrollbar-width: none; }
.f-tabs-wrap::-webkit-scrollbar { display: none; }
.f-tabs { display: flex; }
.f-tab { padding: 13px 20px; font-family: 'Oswald',sans-serif; font-size: 11px; letter-spacing: 1px; color: #664444; text-decoration: none; border-bottom: 3px solid transparent; display: flex; align-items: center; gap: 7px; white-space: nowrap; transition: .2s; flex-shrink: 0; }
.f-tab:hover { color: #f5e0e0; background: rgba(255,255,255,0.03); }
.f-tab.on { color: #ff4444; border-bottom-color: #cc1111; background: rgba(180,0,0,0.07); }

/* ══ KONU TABLOSU ════════════════════════════════════════════════ */
.f-table { background: rgba(10,13,26,0.7); border: 1px solid rgba(255,255,255,0.07); border-radius: 0 0 14px 14px; overflow: hidden; margin-bottom: 20px; }
.f-th { display: grid; grid-template-columns: 1fr 130px 130px 180px; padding: 10px 22px; background: rgba(0,0,0,0.4); border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 10px; color: #884444; text-transform: uppercase; letter-spacing: 1px; }
.f-tr { display: grid; grid-template-columns: 1fr 130px 130px 180px; padding: 9px 22px; border-bottom: 1px solid rgba(255,255,255,0.04); align-items: center; transition: .15s; position: relative; }
.f-tr:last-child { border-bottom: none; }
.f-tr:hover { background: rgba(180,0,0,0.06); }
.f-tr-unread { border-left: 3px solid #cc1111; padding-left: 19px; }

.f-tr-sol { display: flex; align-items: center; gap: 13px; min-width: 0; }
.f-konu-link { font-size: 13px; font-weight: 600; color: #f5e0e0; text-decoration: none; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 4px; transition: .15s; }
.f-konu-link:hover { color: #a5b4fc; }
.f-konu-alt { font-size: 11px; color: #884444; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.f-kat-chip { display: inline-flex; align-items: center; padding: 2px 9px; border-radius: 5px; font-size: 10px; font-weight: 700; text-decoration: none; transition: .15s; border: 1px solid transparent; }
.f-kat-chip:hover { opacity: .8; }

.f-num { text-align: center; }
.f-num-n { font-family: 'Oswald',sans-serif; font-size: 17px; color: #f5e0e0; }
.f-num-l { font-size: 10px; color: #884444; margin-top: 2px; }
.f-sn { display: flex; align-items: center; gap: 8px; min-width: 0; }
.f-sn-ad { font-size: 12px; color: #ff4444; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.f-sn-z { font-size: 10px; color: #884444; margin-top: 2px; }
.f-more { display: block; text-align: center; padding: 13px; background: rgba(0,0,0,0.25); border-top: 1px solid rgba(255,255,255,0.05); font-size: 12px; color: #884444; text-decoration: none; transition: .15s; }
.f-more:hover { color: #ff4444; background: rgba(180,0,0,0.06); }

.icon-pin { color: #f59e0b; font-size: 10px; }
.icon-lock { color: #884444; font-size: 10px; }
.etiket { display: inline-flex; align-items: center; padding: 2px 7px; border-radius: 5px; font-size: 9px; font-weight: 700; background: rgba(139,92,246,0.12); color: #a78bfa; border: 1px solid rgba(139,92,246,0.25); }

.f-preview-tip { display: none; position: absolute; left: 0; top: 100%; background: #0a0000; border: 1px solid rgba(180,0,0,0.25); border-radius: 12px; padding: 14px 18px; z-index: 200; width: 380px; max-width: 90vw; box-shadow: 0 16px 40px rgba(0,0,0,0.7); font-size: 12px; color: #cc9999; line-height: 1.6; pointer-events: none; }
.f-tr:hover .f-preview-tip { display: block; }
.f-preview-tip strong { display: block; font-size: 13px; color: #f5e0e0; margin-bottom: 7px; font-weight: 600; }

.btn-okundu { display: inline-flex; align-items: center; gap: 6px; background: rgba(180,0,0,0.1); border: 1px solid rgba(180,0,0,0.25); color: #ff4444; padding: 8px 14px; border-radius: 9px; font-size: 11px; font-weight: 600; cursor: pointer; transition: .15s; }
.btn-okundu:hover { background: rgba(180,0,0,0.2); }

.f-arama-kart { background: rgba(10,13,26,0.7); border: 1px solid rgba(255,255,255,0.07); border-radius: 10px; margin-bottom: 7px; overflow: hidden; transition: .15s; }
.f-arama-kart:hover { border-color: rgba(180,0,0,0.3); }
.f-arama-kart a { display: flex; align-items: center; gap: 13px; padding: 13px 18px; text-decoration: none; }

/* ══ KATEGORİLER ════════════════════════════════════════════════ */
.f-section-label { font-family: 'Oswald',sans-serif; font-size: 10px; letter-spacing: 2px; color: #884444; text-transform: uppercase; margin: 26px 0 12px; display: flex; align-items: center; gap: 9px; }
.f-section-label::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.06); }

.f-kat-wrap { background: rgba(10,13,26,0.75); border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; overflow: hidden; margin-bottom: 10px; transition: .2s; }
.f-kat-wrap:hover { border-color: rgba(180,0,0,0.2); }
.f-kat-row { display: grid; grid-template-columns: 1fr 90px 90px 200px; padding: 18px 22px; border-bottom: 1px solid rgba(255,255,255,0.04); align-items: center; transition: .15s; }
.f-kat-row:last-child { border-bottom: none; }
.f-kat-row:hover { background: rgba(180,0,0,0.04); }
.f-kat-sol { display: flex; align-items: center; gap: 15px; }
.f-kat-ico { width: 48px; height: 48px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; transition: .2s; }
.f-kat-wrap:hover .f-kat-ico { transform: scale(1.07); }
.f-kat-ad-link { font-family: 'Oswald',sans-serif; font-size: 15px; color: #f5e0e0; text-decoration: none; letter-spacing: .5px; display: block; margin-bottom: 3px; transition: .15s; }
.f-kat-ad-link:hover { color: #ff4444; }
.f-kat-desc { font-size: 12px; color: #884444; }
.f-kat-n { text-align: center; }
.f-kat-n-num { font-family: 'Oswald',sans-serif; font-size: 20px; color: #f5e0e0; }
.f-kat-n-lbl { font-size: 10px; color: #884444; text-transform: uppercase; letter-spacing: .5px; margin-top: 2px; }
.f-kat-sn { display: flex; align-items: center; gap: 10px; min-width: 0; }
.f-kat-sn a { font-size: 12px; color: #f5e0e0; font-weight: 600; text-decoration: none; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 150px; transition: .15s; }
.f-kat-sn a:hover { color: #ff4444; }
.f-kat-sn-meta { font-size: 10px; color: #884444; margin-top: 2px; }
.alt-kat-row { display: grid; grid-template-columns: 1fr 90px 90px 200px; padding: 11px 22px 11px 84px; border-bottom: 1px solid rgba(255,255,255,0.03); background: rgba(0,0,0,0.2); align-items: center; transition: .15s; }
.alt-kat-row:last-child { border-bottom: none; }
.alt-kat-row:hover { background: rgba(180,0,0,0.04); }

/* ══ ONLİNE ████████████████████████████████████████████████████ */
.f-online { background: rgba(10,13,26,0.75); border: 1px solid rgba(34,197,94,0.12); border-radius: 14px; padding: 18px 22px; margin-top: 16px; }
.f-online-h { font-family: 'Oswald',sans-serif; font-size: 11px; letter-spacing: 1px; color: #884444; text-transform: uppercase; margin-bottom: 13px; display: flex; align-items: center; gap: 7px; }
.online-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; animation: blink 1.5s infinite; display: inline-block; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }
.f-online-list { display: flex; flex-wrap: wrap; gap: 6px; }
.f-online-chip { display: inline-flex; align-items: center; gap: 5px; background: rgba(34,197,94,0.08); border: 1px solid rgba(34,197,94,0.18); color: #4ade80; padding: 5px 13px; border-radius: 20px; font-size: 11px; text-decoration: none; transition: .15s; font-weight: 500; }
.f-online-chip:hover { background: rgba(34,197,94,0.15); color: #22c55e; }

/* ══ FOOTER ████████████████████████████████████████████████████ */
.f-footer { background: rgba(4,5,14,0.97); border-top: 1px solid rgba(180,0,0,0.1); padding: 20px 28px; }
.f-footer-inner { max-width: 1600px; margin: 0 auto; padding: 20px 30px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.f-footer-left { display: flex; align-items: center; gap: 16px; }
.f-footer-logo { font-family: 'Oswald',sans-serif; font-size: 15px; font-weight: 700; color: #f5e0e0; text-decoration: none; letter-spacing: 1.5px; }
.f-footer-logo span { color: #cc1111; }
.f-footer-stat { font-size: 11px; color: #334155; display: flex; align-items: center; gap: 6px; }
.f-online-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; display: inline-block; }
.f-footer-links { display: flex; gap: 18px; }
.f-footer-links a { font-size: 12px; color: #334155; text-decoration: none; transition: .15s; }
.f-footer-links a:hover { color: #ff4444; }
.f-footer-copy { font-size: 11px; color: #1e293b; }

/* ══ LIGHT MODE ████████████████████████████████████████████████ */
body.light-mode .f-topbar { background: rgba(255,255,255,0.98); border-bottom-color: rgba(0,0,0,0.08); }
body.light-mode .f-logo-text { color: #1e1b4b; }
body.light-mode .f-stat-bar span { background: rgba(0,0,0,0.03); border-color: rgba(0,0,0,0.07); color: #664444; }
body.light-mode .f-stat-bar strong { color: #1e1b4b; }
body.light-mode .f-site-back { color: #cc9999; border-color: rgba(0,0,0,0.1); }
body.light-mode .f-icon-btn { color: #cc9999; border-color: rgba(0,0,0,0.1); background: #f8fafc; }
body.light-mode .f-icon-btn:hover { color: #1e1b4b; background: #f1f5f9; }
body.light-mode .f-user-btn { background: #f8fafc; border-color: rgba(0,0,0,0.1); color: #1e1b4b; }
body.light-mode .f-user-drop, body.light-mode .f-notif-drop { background: #fff; border-color: rgba(0,0,0,0.1); box-shadow: 0 8px 24px rgba(0,0,0,0.12); }
body.light-mode .f-drop-item { color: #334155; }
body.light-mode .f-drop-item:hover { background: #f8fafc; color: #1e1b4b; }
body.light-mode .f-subnav { background: rgba(0,0,0,0.03); border-top-color: rgba(0,0,0,0.06); }
body.light-mode .f-snav-link { color: #cc9999; }
body.light-mode .f-snav-link.on { color: #aa0000; border-bottom-color: #aa0000; }
body.light-mode .f-hero { margin: 0 20px 20px; background: linear-gradient(135deg,#eef2ff,#f8faff,#f0edff); border-color: rgba(180,0,0,0.2); }
body.light-mode .f-hero-left h1 { color: #1e1b4b; }
body.light-mode .f-hero-left p { color: #664444; }
body.light-mode .f-stat-pill { background: rgba(0,0,0,0.04); border-color: rgba(0,0,0,0.08); }
body.light-mode .f-stat-pill .n { color: #1e1b4b; }
body.light-mode .f-stat-pill .l { color: #cc9999; }
body.light-mode .f-search input { background: #fff; border-color: rgba(180,0,0,0.25); color: #0f172a; }
body.light-mode .f-search input::placeholder { color: #cc9999; }
body.light-mode .f-tabs-wrap { background: #f8fafc; border-color: rgba(0,0,0,0.08); }
body.light-mode .f-tab { color: #cc9999; }
body.light-mode .f-tab.on { color: #aa0000; border-bottom-color: #aa0000; }
body.light-mode .f-table { background: #fff; border-color: rgba(0,0,0,0.08); }
body.light-mode .f-th { background: #f8fafc; color: #cc9999; border-bottom-color: rgba(0,0,0,0.07); }
body.light-mode .f-tr { border-bottom-color: rgba(0,0,0,0.05); }
body.light-mode .f-tr:hover { background: rgba(180,0,0,0.04); }
body.light-mode .f-tr-unread { border-left-color: #aa0000; }
body.light-mode .f-konu-link { color: #1e1b4b; }
body.light-mode .f-konu-link:hover { color: #aa0000; }
body.light-mode .f-konu-alt { color: #664444; }
body.light-mode .f-num-n { color: #1e1b4b; }
body.light-mode .f-kat-wrap { background: #fff; border-color: rgba(0,0,0,0.08); }
body.light-mode .f-kat-wrap:hover { border-color: rgba(180,0,0,0.25); }
body.light-mode .f-kat-row { border-bottom-color: rgba(0,0,0,0.05); }
body.light-mode .f-kat-ad-link { color: #1e1b4b; }
body.light-mode .f-kat-n-num { color: #1e1b4b; }
body.light-mode .alt-kat-row { background: #f8fafc; }
body.light-mode .f-side-card { background: #fff; border-color: rgba(0,0,0,0.08); }
body.light-mode .f-side-head { border-bottom-color: rgba(0,0,0,0.07); color: #cc9999; }
body.light-mode .f-stat-box { background: #f8fafc; border-color: rgba(0,0,0,0.08); }
body.light-mode .f-stat-box .sb-n { color: #1e1b4b; }
body.light-mode .f-stat-box .sb-l { color: #cc9999; }
body.light-mode .f-qs-row { border-bottom-color: rgba(0,0,0,0.06); }
body.light-mode .f-qs-val { color: #1e1b4b; }
body.light-mode .f-footer { background: #f1f5f9; border-top-color: rgba(0,0,0,0.07); }
body.light-mode .f-footer-logo { color: #1e1b4b; }
body.light-mode .f-footer-links a { color: #cc9999; }
body.light-mode .f-footer-links a:hover { color: #aa0000; }

/* ══ RESPONSIVE ════════════════════════════════════════════════ */
@media (max-width:1200px) { .f-layout { grid-template-columns: 1fr 270px; gap: 18px; } }
@media (max-width:960px) { .f-layout { grid-template-columns: 1fr; } .f-sidebar { display: none; } }
@media (max-width:768px) {
    .f-topbar-inner { padding: 0 14px; height: 64px; }
    .f-stat-bar { display: none; }
    .f-user-name { display: none; }
    .f-main-wrap { padding: 16px 14px 80px; }
    .f-hero { padding: 20px; }
    .f-hero-left h1 { font-size: 22px; }
    .f-th, .f-tr { grid-template-columns: 1fr 80px; }
    .f-th > *:nth-child(3), .f-tr > *:nth-child(3),
    .f-th > *:nth-child(4), .f-tr > *:nth-child(4) { display: none; }
    .f-kat-row, .alt-kat-row { grid-template-columns: 1fr 70px; }
    .f-kat-row > *:nth-child(3), .f-kat-row > *:nth-child(4),
    .alt-kat-row > *:nth-child(3), .alt-kat-row > *:nth-child(4) { display: none; }
    .f-nav-links { display: flex !important; gap: 2px; margin-left: 8px; }
    .f-nav-link { padding: 6px 10px; font-size: 12px; }
    .f-nav-link .nav-label-text { display: none; }
}


/* ══ UYELER LIGHT MODE FIX ════════════════════════════════════ */
body.light-mode .uy-kart-adi { color: #1e1b4b !important; }
body.light-mode .uy-stat-n { color: #1e1b4b !important; }
body.light-mode .uy-av-wrap img, body.light-mode .uy-av-wrap .uy-av-ph { border-color: rgba(0,0,0,0.1); }
body.light-mode .uy-ref { color: #d97706; }
body.light-mode .uy-sira-btn { background: #fff; border-color: rgba(0,0,0,0.1); color: #664444; }
body.light-mode .uy-sira-btn:hover { color: #1e1b4b; border-color: rgba(0,0,0,0.2); }
body.light-mode .uy-sira-btn.on { background: rgba(180,0,0,0.08); border-color: rgba(180,0,0,0.3); color: #aa0000; }
body.light-mode .uy-harf-btn { color: #cc9999; }
body.light-mode .uy-harf-btn:hover { color: #aa0000; }
body.light-mode .uy-harf-btn.on { color: #aa0000; background: rgba(180,0,0,0.08); }
body.light-mode .uy-count { color: #664444; }
body.light-mode .uy-unvan-band { box-shadow: 0 2px 8px rgba(0,0,0,0.15); }

/* ══ MOBİL POST GÖRÜNÜMÜ (konu.php) ════════════════════════════ */
@media(max-width:600px) {
    .post { flex-direction: column !important; }
    .post-yazar {
        display: flex !important;
        width: 100% !important;
        flex-direction: row !important;
        align-items: center !important;
        padding: 12px 16px !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.06) !important;
        gap: 10px !important;
    }
    .post-yazar .av-wrap { flex-shrink: 0; }
    .post-yazar .av-wrap img, .post-yazar .av-wrap .av-ph { width: 40px !important; height: 40px !important; }
    .post-ad { font-size: 13px !important; }
    .post-istat { display: inline !important; margin-right: 8px; }
    .post-imza { display: none; }
    .post-icerik { padding: 14px 16px !important; }
    .post-ust-bar { flex-direction: column !important; align-items: flex-start !important; gap: 6px !important; }
    .post-ust-istatlar { flex-wrap: wrap !important; gap: 6px !important; }
    .post-ust-istatlar span { font-size: 11px !important; }
    .post-footer { flex-direction: column !important; gap: 8px !important; align-items: flex-start !important; }
    .post-actions { flex-wrap: wrap !important; }
}

/* ══ REP SİSTEMİ ═══════════════════════════════════════════════ */
.rep-badge {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 3px 10px; border-radius: 6px;
    font-size: 11px; font-weight: 700;
    cursor: default;
}
.rep-badge.pozitif { background: rgba(34,197,94,0.12); color: #22c55e; border: 1px solid rgba(34,197,94,0.3); }
.rep-badge.negatif { background: rgba(239,68,68,0.12); color: #ef4444; border: 1px solid rgba(239,68,68,0.3); }
.rep-badge.notr { background: rgba(100,116,139,0.12); color: #cc9999; border: 1px solid rgba(100,116,139,0.3); }
.btn-rep {
    display: inline-flex; align-items: center; gap: 5px;
    background: rgba(34,197,94,0.08); border: 1px solid rgba(34,197,94,0.2);
    color: #22c55e; padding: 5px 12px; border-radius: 20px;
    font-size: 11px; cursor: pointer; transition: .15s;
}
.btn-rep:hover { background: rgba(34,197,94,0.18); border-color: rgba(34,197,94,0.4); }

/* Rep Modal */
.rep-modal-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,0.7);
    z-index: 10000; display: none; align-items: center; justify-content: center;
    backdrop-filter: blur(4px);
}
.rep-modal-overlay.acik { display: flex; }
.rep-modal {
    background: #0f172a; border: 1px solid rgba(180,0,0,0.25);
    border-radius: 16px; width: 420px; max-width: 90vw;
    box-shadow: 0 24px 60px rgba(0,0,0,0.7); overflow: hidden;
}
.rep-modal-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,0.08);
    font-family: 'Oswald',sans-serif; font-size: 14px; color: #f5e0e0;
    letter-spacing: 1px;
}
.rep-modal-head button { background: none; border: none; color: #664444; font-size: 20px; cursor: pointer; }
.rep-modal-body { padding: 20px; }
.rep-modal-body label { display: block; font-size: 12px; color: #cc9999; margin-bottom: 6px; font-weight: 600; letter-spacing: 0.5px; }
.rep-modal-body select, .rep-modal-body input, .rep-modal-body textarea {
    width: 100%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
    color: #f5e0e0; padding: 10px 14px; border-radius: 8px; font-size: 13px;
    outline: none; transition: .15s; font-family: inherit; margin-bottom: 14px;
}
.rep-modal-body select:focus, .rep-modal-body input:focus, .rep-modal-body textarea:focus {
    border-color: #cc1111; box-shadow: 0 0 0 3px rgba(180,0,0,0.12);
}
.rep-modal-body textarea { resize: vertical; min-height: 60px; }
.btn-rep-gonder {
    width: 100%; padding: 12px; background: linear-gradient(135deg,#22c55e,#16a34a);
    color: #fff; border: none; border-radius: 10px; font-size: 14px;
    font-weight: 700; cursor: pointer; transition: .2s; letter-spacing: 0.5px;
}
.btn-rep-gonder:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(34,197,94,0.35); }
body.light-mode .rep-modal { background: #fff; border-color: rgba(0,0,0,0.12); }
body.light-mode .rep-modal-head { color: #1e1b4b; border-bottom-color: rgba(0,0,0,0.08); }
body.light-mode .rep-modal-body select, body.light-mode .rep-modal-body input, body.light-mode .rep-modal-body textarea { background: #f8fafc; border-color: rgba(0,0,0,0.12); color: #0f172a; }

/* ══ ÖNE ÇIKARANLAR & KONULARIM ════════════════════════════════ */
.one-cikan-wrap { background: rgba(10,13,26,0.75); border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; overflow: hidden; margin-bottom: 20px; }
.one-cikan-head { display: flex; align-items: center; gap: 8px; padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,0.06); font-family: 'Oswald',sans-serif; font-size: 12px; letter-spacing: 1px; color: #f5e0e0; background: rgba(0,0,0,0.3); }
.one-cikan-head i { color: #f59e0b; }
.one-cikan-item { display: flex; align-items: center; gap: 12px; padding: 11px 20px; border-bottom: 1px solid rgba(255,255,255,0.04); text-decoration: none; transition: .15s; }
.one-cikan-item:last-child { border-bottom: none; }
.one-cikan-item:hover { background: rgba(180,0,0,0.06); }
.one-cikan-item .oci-num { width: 24px; height: 24px; border-radius: 6px; background: rgba(180,0,0,0.15); color: #ff4444; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; }
.one-cikan-item .oci-title { font-size: 13px; color: #f5e0e0; font-weight: 500; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
body.light-mode .one-cikan-wrap { background: #fff; border-color: rgba(0,0,0,0.08); }
body.light-mode .one-cikan-head { background: #f8fafc; border-bottom-color: rgba(0,0,0,0.07); color: #1e1b4b; }
body.light-mode .one-cikan-item .oci-title { color: #1e1b4b; }
body.light-mode .one-cikan-item:hover { background: rgba(180,0,0,0.04); }

