/* ═══════════════════════════════════════════════════════════
   Oself — haber panosu: sabit sol nav + yoğun sağ haber akışı
   Koyu antrasit panel + elektrik cyan accent.
   Renk/font header.php'de :root'a basılır.
   ═══════════════════════════════════════════════════════════ */
:root {
  --surface: #FFFFFF;
  --surface-2: #E9EDF2;
  --ink-2: #4A5765;
  --ink-3: #8393A4;
  --line: #E3E8EE;
  --line-2: #D1D9E2;
  --accent-2: #009AA6;
  --accent-soft: #D4F4F6;
  --panel: #0C131B;
  --panel-2: #15212E;
  --live: #F0335B;
  --shadow: 0 2px 6px rgba(13,20,29,.05), 0 12px 34px rgba(13,20,29,.07);
  --ease: cubic-bezier(.25,.46,.45,.94);
  --footer-bg: #0C131B;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #080D13; --surface: #101A24; --surface-2: #17242F;
    --ink: #E8F0F6; --ink-2: #A0B0BF; --ink-3: #6A7C8C;
    --line: #1C2A37; --line-2: #273A49; --accent-soft: #0A282C; --accent-ink: #38D5DE;
    --panel: #050A0F; --panel-2: #0D1721; --shadow: 0 2px 6px rgba(0,0,0,.3), 0 12px 34px rgba(0,0,0,.5);
    --footer-bg: #050A0F;
  }
}
:root[data-theme="dark"] {
  --bg: #080D13; --surface: #101A24; --surface-2: #17242F;
  --ink: #E8F0F6; --ink-2: #A0B0BF; --ink-3: #6A7C8C;
  --line: #1C2A37; --line-2: #273A49; --accent-soft: #0A282C; --accent-ink: #38D5DE;
  --panel: #050A0F; --panel-2: #0D1721; --shadow: 0 2px 6px rgba(0,0,0,.3), 0 12px 34px rgba(0,0,0,.5);
  --footer-bg: #050A0F;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: var(--font, 'Exo', system-ui, sans-serif);
  font-size: var(--fs, 14px);
  line-height: var(--body-lh, 1.6);
  color: var(--ink, #0D141D);
  background: var(--bg, #F3F5F8);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; max-width: 100%;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

/* ═══ ÇATI: sol panel + sağ akış ═══ */
.o-shell { display: grid; grid-template-columns: 270px 1fr; max-width: var(--maxw, 1320px); margin: 0 auto; align-items: start; min-height: 100vh; }

/* ═══ SOL PANEL ═══ */
/* Sticky: içerik uzunken kayar; kısa içerikte en az viewport kadar dolu görünür.
   align-items:start ile grid'e yapışır, min-height ile boşta uzamaz. */
.o-side { background: var(--panel); color: #fff; padding: 26px 24px; position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; gap: 20px; overflow-y: auto; scrollbar-width: none; -ms-overflow-style: none; }
.o-side::-webkit-scrollbar { width: 0; height: 0; display: none; }
.o-brand { display: flex; align-items: center; gap: 11px; }
.o-brand .mk { width: 40px; height: 40px; border-radius: 11px; background: var(--accent); display: grid; place-items: center; color: var(--panel); font-size: 19px; font-weight: 800; flex-shrink: 0; }
.o-brand .nm { font-size: 23px; font-weight: 800; letter-spacing: -.03em; color: #fff; }
.o-brand .nm b { color: var(--accent); }
.o-search { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 9px; padding: 10px 13px; color: rgba(255,255,255,.5); }
.o-search input { border: 0; background: transparent; outline: 0; font-family: inherit; font-size: 13px; color: #fff; width: 100%; }
.o-search input::placeholder { color: rgba(255,255,255,.5); }
.o-navtitle { font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 2px; }
.o-nav { display: flex; flex-direction: column; gap: 1px; }
.o-nav a { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.72); padding: 9px 12px; border-radius: 9px; display: flex; align-items: center; justify-content: space-between; transition: .15s; white-space: nowrap; }
.o-nav a .lft { display: flex; align-items: center; gap: 10px; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.o-nav a .i { width: 18px; color: var(--accent); font-size: 13px; flex-shrink: 0; text-align: center; }
.o-nav a .ct { font-size: 11px; color: rgba(255,255,255,.35); font-variant-numeric: tabular-nums; flex-shrink: 0; }
.o-nav a:hover { background: rgba(255,255,255,.06); color: #fff; }
.o-nav a.active { background: var(--accent); color: var(--panel); }
.o-nav a.active .i, .o-nav a.active .ct { color: var(--panel); }
/* Son Yazılar listesi (sol panel) */
.o-side-list { display: flex; flex-direction: column; }
.o-side-t { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 10px; display: flex; align-items: center; gap: 9px; }
.o-side-t .d { width: 16px; height: 3px; background: var(--accent); border-radius: 2px; }
.o-rec { display: flex; flex-direction: column; gap: 3px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.o-rec:last-child { border-bottom: 0; }
.o-rec .tt { font-size: 13px; font-weight: 600; line-height: 1.35; color: rgba(255,255,255,.82); transition: .15s; }
.o-rec:hover .tt { color: var(--accent); }
.o-rec .dt { font-size: 11px; color: rgba(255,255,255,.35); }

.o-mini { background: var(--panel-2); border: 1px solid rgba(255,255,255,.06); border-radius: 14px; padding: 16px 18px; }
.o-mini .t { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.o-mini a { display: flex; gap: 11px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.06); align-items: start; }
.o-mini a:last-child { border-bottom: 0; padding-bottom: 0; }
.o-mini .n { font-size: 15px; font-weight: 800; color: var(--accent); opacity: .6; flex-shrink: 0; }
.o-mini a:hover .n { opacity: 1; }
.o-mini .tt { font-size: 12.5px; font-weight: 600; line-height: 1.35; color: rgba(255,255,255,.85); }
.o-mini a:hover .tt { color: var(--accent); }
.o-social { display: flex; gap: 8px; margin-top: auto; padding-top: 4px; }
.o-social a { width: 34px; height: 34px; border-radius: 9px; background: rgba(255,255,255,.06); display: grid; place-items: center; color: rgba(255,255,255,.7); transition: .15s; }
.o-social a:hover { background: var(--accent); color: var(--panel); }

/* ═══ SAĞ AKIŞ ═══ */
.o-main { min-width: 0; padding-bottom: 0; }
.o-breaking { background: var(--surface); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 14px; overflow: hidden; position: sticky; top: 0; z-index: 20; }
.o-breaking .lbl { flex-shrink: 0; background: var(--live); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 12px 15px; }
.o-bk-view { flex: 1; overflow: hidden; -webkit-mask-image: linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent); mask-image: linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent); }
.o-bk-track { display: inline-flex; gap: 28px; white-space: nowrap; animation: o-bk 42s linear infinite; padding: 11px 0; }
.o-bk-view:hover .o-bk-track { animation-play-state: paused; }
@keyframes o-bk { from { transform: translateX(0);} to { transform: translateX(-50%);} }
.o-bk-item { font-size: 13px; font-weight: 600; color: var(--ink-2); display: inline-flex; align-items: center; gap: 8px; }
.o-bk-item::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--live); flex-shrink: 0; }
.o-bk-item:hover { color: var(--accent-ink); }
.o-inner { padding: 26px 40px 40px; }

/* MANŞET */
.o-top { display: grid; grid-template-columns: 1.7fr 1fr; gap: 20px; margin-bottom: 14px; }
.o-hero { background: var(--panel); color: #fff; border-radius: 18px; padding: 36px; min-height: 360px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; cursor: pointer; transition: .2s var(--ease); }
.o-hero:hover { transform: translateY(-3px); }
.o-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 85% 12%, color-mix(in srgb, var(--accent) 40%, transparent), transparent 60%); }
.o-hero > * { position: relative; }
.o-hero .k { align-self: flex-start; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--panel); background: var(--accent); padding: 5px 12px; border-radius: 6px; margin-bottom: auto; }
.o-hero h1 { font-size: clamp(24px, 2.6vw, 34px); line-height: 1.12; font-weight: 800; letter-spacing: -.02em; margin: 20px 0 10px; text-wrap: balance; }
.o-hero h1 a { color: inherit; }
.o-hero p { font-size: 14px; color: rgba(255,255,255,.72); line-height: 1.6; }
.o-hero .m { margin-top: 16px; font-size: 13px; color: rgba(255,255,255,.6); display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.o-hero .av { width: 28px; height: 28px; border-radius: 50%; background: var(--accent); color: var(--panel); display: grid; place-items: center; font-weight: 700; font-size: 12px; }
.o-side2 { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; }
.o-sc { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 22px; cursor: pointer; transition: .2s var(--ease); display: flex; flex-direction: column; justify-content: flex-end; box-shadow: var(--shadow); border-top: 4px solid var(--accent); }
.o-sc:hover { transform: translateY(-3px); border-color: var(--accent); border-top-color: var(--accent); }
.o-sc h3 { font-size: 18px; line-height: 1.25; font-weight: 800; letter-spacing: -.01em; color: var(--ink); }
.o-sc h3 a { color: inherit; }
.o-sc:hover h3 { color: var(--accent-ink); }
.o-sc .m { margin-top: 10px; font-size: 12px; color: var(--ink-3); }

/* BÖLÜM BAŞLIĞI */
.o-sec { display: flex; align-items: center; gap: 14px; margin: 34px 0 18px; }
.o-sec h2 { font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; display: flex; align-items: center; gap: 9px; color: var(--ink); }
.o-sec h2::before { content: ""; width: 20px; height: 4px; background: var(--accent); border-radius: 2px; }
.o-sec .r { flex: 1; height: 1px; background: var(--line-2); }
.o-sec .more { font-size: 12px; font-weight: 700; color: var(--accent-ink); white-space: nowrap; }

/* 3'LÜ KART */
.o-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 8px; }
.o-tc { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 22px; cursor: pointer; transition: .2s var(--ease); box-shadow: var(--shadow); display: flex; flex-direction: column; }
.o-tc:hover { transform: translateY(-4px); border-color: var(--accent); }
.o-tc h4 { font-size: 16px; line-height: 1.3; font-weight: 700; color: var(--ink); }
.o-tc:hover h4 { color: var(--accent-ink); }
.o-tc p { font-size: 13px; color: var(--ink-2); line-height: 1.5; margin-top: 8px; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.o-tc .m { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 12px; color: var(--ink-3); }

/* GENİŞ LİSTE */
.o-row { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); align-items: center; cursor: pointer; }
.o-row:hover h4 { color: var(--accent-ink); }
.o-row .n { font-size: 14px; font-weight: 800; color: var(--line-2); font-variant-numeric: tabular-nums; }
.o-row:hover .n { color: var(--accent); }
.o-row .rb { min-width: 0; }
.o-row h4 { font-size: 17px; line-height: 1.3; font-weight: 700; letter-spacing: -.01em; margin-bottom: 4px; color: var(--ink); }
.o-row p { font-size: 13px; color: var(--ink-2); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.o-row .dt { font-size: 12px; color: var(--ink-3); white-space: nowrap; text-align: right; }
.o-row .dt .rd { display: block; margin-top: 5px; font-weight: 600; color: var(--accent-ink); }

.o-empty { text-align: center; padding: 56px 20px; color: var(--ink-3); background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.o-empty i { font-size: 38px; margin-bottom: 14px; display: block; opacity: .5; }

/* PAGINATION */
.o-pag { display: flex; justify-content: center; gap: 8px; margin: 34px 0 0; flex-wrap: wrap; }
.o-pag a { min-width: 40px; height: 40px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 10px; font-size: 13px; font-weight: 700; color: var(--ink-2); background: var(--surface); font-variant-numeric: tabular-nums; transition: .15s; }
.o-pag a:hover { border-color: var(--accent); color: var(--accent-ink); }
.o-pag a.active { background: var(--accent); color: var(--panel); border-color: var(--accent); }
.o-pag .dots { border: 0; background: transparent; min-width: 20px; }

/* ═══ SINGLE ═══ */
.o-single-hero { padding: 34px 0 26px; border-bottom: 1px solid var(--line); }
.o-crumb { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: var(--ink-3); margin-bottom: 14px; }
.o-crumb a { color: var(--accent-ink); font-weight: 600; }
.o-crumb .s { color: var(--line-2); }
.o-single-hero h1 { font-size: clamp(26px, 3vw, 40px); line-height: 1.12; letter-spacing: -.02em; font-weight: 800; margin-bottom: 16px; text-wrap: pretty; color: var(--ink); }
.o-single-meta { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; font-size: 13px; }
.o-single-meta > span { display: inline-flex; align-items: center; gap: 8px; background: var(--surface); border: 1px solid var(--line); border-radius: 100px; padding: 6px 14px; color: var(--ink-2); }
.o-single-meta .au { font-weight: 700; padding-left: 6px; }
.o-single-meta .av { width: 24px; height: 24px; border-radius: 50%; background: var(--accent); color: var(--panel); display: grid; place-items: center; font-size: 11px; font-weight: 700; }
.o-progress { height: 4px; background: var(--line); position: sticky; top: 0; z-index: 40; }
.o-progress span { position: absolute; left: 0; top: 0; height: 100%; width: 0; background: var(--accent); }
.o-article { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 40px 48px; box-shadow: var(--shadow); margin-top: 30px; color: var(--ink); }
.o-article > *:first-child { margin-top: 0; }
.o-article p { margin-bottom: 16px; color: var(--ink-2); line-height: 1.85; font-size: 16px;  text-align: justify; }
.o-article p:last-child { margin-bottom: 0; }
.o-article h2 { font-size: 23px; margin: 30px 0 13px; font-weight: 800; padding-left: 14px; border-left: 4px solid var(--accent); color: var(--ink); }
.o-article h3 { font-size: 19px; margin: 24px 0 10px; color: var(--ink); }
.o-article ul, .o-article ol { margin: 0 0 16px 22px; color: var(--ink-2); }
.o-article li { margin-bottom: 8px; line-height: 1.7; }
.o-article a { color: var(--accent-ink); font-weight: 600; }
.o-article img { border-radius: 12px; margin: 18px 0; }
.o-article blockquote { border-left: 4px solid var(--accent); background: var(--surface-2); padding: 14px 20px; border-radius: 0 12px 12px 0; margin: 20px 0; color: var(--ink); }
.o-article table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; }
.o-article th, .o-article td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.o-article th { background: var(--surface-2); font-weight: 700; }
.o-lead-p { font-size: 18px !important; color: var(--ink) !important; font-weight: 500; line-height: 1.6 !important; }
.o-share { display: flex; align-items: center; gap: 16px; margin-top: 22px; padding: 18px 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); flex-wrap: wrap; }
.o-share-label { font-size: 13px; font-weight: 700; color: var(--ink); display: flex; align-items: center; gap: 8px; }
.o-share-btns { display: flex; gap: 8px; }
.o-share-btns a { width: 38px; height: 38px; border-radius: 10px; background: var(--surface-2); border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink-2); transition: .15s; }
.o-share-btns a:hover { background: var(--accent); color: var(--panel); border-color: var(--accent); }
.o-related { margin-top: 20px; }

/* Profile */
.o-profile-head { display: flex; align-items: center; gap: 18px; }
.o-profile-avatar { width: 64px; height: 64px; border-radius: 16px; background: var(--accent); color: var(--panel); display: grid; place-items: center; font-size: 26px; font-weight: 800; flex-shrink: 0; }
.o-profile-info { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 22px 26px; display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.o-info-row { font-size: 14px; color: var(--ink-2); display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.o-info-row i { color: var(--accent-ink); width: 16px; }
.o-info-row strong { color: var(--ink); font-weight: 700; }
.o-map-btns { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.o-map-btn { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 10px; font-size: 13px; font-weight: 600; color: var(--ink-2); }
.o-map-btn:hover { border-color: var(--accent); color: var(--accent-ink); }

/* Kategori/arama başlık */
.o-page-hero { padding: 32px 0 24px; border-bottom: 1px solid var(--line); }
.o-page-hero h1 { font-size: clamp(24px, 3vw, 36px); line-height: 1.14; letter-spacing: -.02em; font-weight: 800; margin: 4px 0 12px; color: var(--ink); }
.o-page-hero p { font-size: 15px; color: var(--ink-2); max-width: 62ch; line-height: 1.6; margin-bottom: 12px; }
.o-page-count { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--accent-ink); background: var(--accent-soft); padding: 7px 14px; border-radius: 100px; }
.o-search-form { display: flex; align-items: center; gap: 10px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 6px 6px 6px 16px; box-shadow: var(--shadow); max-width: 520px; color: var(--ink-3); }
.o-search-form input { flex: 1; border: 0; background: transparent; outline: 0; font-family: inherit; font-size: 15px; color: var(--ink); }
.o-search-form button { padding: 10px 22px; background: var(--accent); color: var(--panel); border: 0; border-radius: 9px; font-family: inherit; font-weight: 700; font-size: 14px; cursor: pointer; }
.o-search-info { margin-top: 14px; font-size: 14px; color: var(--ink-2); }
.o-search-info strong { color: var(--accent-ink); }

/* 404 */
.o-404 { padding: 60px 0; text-align: center; }
.o-404-code { font-size: clamp(80px, 14vw, 140px); font-weight: 800; line-height: 1; letter-spacing: -.04em; color: var(--accent); }
.o-404-title { font-size: 26px; font-weight: 800; margin: 8px 0 14px; color: var(--ink); }
.o-404-text { font-size: 16px; color: var(--ink-2); margin-bottom: 24px; line-height: 1.6; }
.o-404-actions { display: flex; flex-direction: column; gap: 14px; align-items: center; }
.o-btn { display: inline-flex; align-items: center; gap: 9px; padding: 12px 28px; background: var(--accent); color: var(--panel); border-radius: 10px; font-weight: 700; font-size: 14px; transition: .15s; }
.o-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.o-404-search { display: flex; gap: 8px; width: 100%; max-width: 400px; margin: 0 auto; }
.o-404-search input { flex: 1; padding: 12px 18px; border: 1px solid var(--line); border-radius: 10px; font-size: 15px; background: var(--surface); color: var(--ink); font-family: inherit; outline: 0; }
.o-404-search button { padding: 12px 20px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 10px; color: var(--ink); cursor: pointer; }
.o-404-sug { margin-top: 34px; }
.o-404-sug-t { font-size: 14px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; color: var(--ink-3); margin-bottom: 18px; }

/* ═══ FOOTER (tam genişlik — shell dışında) ═══ */
.o-footer { background: var(--footer-bg); color: rgba(255,255,255,.65); padding: 48px 40px 0; width: 100%; margin-top: 56px; }
.o-footer-in { max-width: var(--maxw, 1320px); margin: 0 auto; }
.o-fmain { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 30px; }
.o-fname { font-size: 24px; font-weight: 800; color: #fff; }
.o-fname b { color: var(--accent); }
.o-footer-brand p { font-size: 13px; margin: 12px 0 14px; line-height: 1.6; max-width: 30ch; color: rgba(255,255,255,.65); }
.o-fstatus { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: #fff; margin-bottom: 14px; }
.o-fstatus .led { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 25%, transparent); }
.o-fsocial { display: flex; gap: 9px; }
.o-fsocial a { width: 36px; height: 36px; border-radius: 10px; background: rgba(255,255,255,.06); display: grid; place-items: center; color: rgba(255,255,255,.7); transition: .15s; }
.o-fsocial a:hover { background: var(--accent); color: var(--panel); }
.o-fcol-t { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: #fff; margin-bottom: 12px; }
.o-flinks { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.o-flinks a { font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.4; display: block; }
.o-flinks a:hover { color: #fff; }
.o-ftopics { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.08); }
.o-ftopics .l { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.o-ftopics a { font-size: 12px; color: rgba(255,255,255,.6); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); padding: 6px 13px; border-radius: 100px; }
.o-ftopics a:hover { border-color: var(--accent); color: #fff; }
.o-fbottom { border-top: 1px solid rgba(255,255,255,.08); padding: 15px 0 24px; font-size: 12px; color: rgba(255,255,255,.4); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.o-fbottom a { color: rgba(255,255,255,.6); }
.o-fbottom a:hover { color: #fff; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 960px) {
  .o-shell { grid-template-columns: 1fr; }
  .o-side { position: static; height: auto; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 14px; padding: 16px 20px; }
  .o-mini, .o-navtitle, .o-side-list { display: none; }
  .o-search { flex: 1; min-width: 140px; }
  .o-social { margin-top: 0; }
  .o-inner { padding: 24px 20px 0; }
  .o-top { grid-template-columns: 1fr; }
  .o-side2 { grid-template-rows: none; grid-template-columns: 1fr 1fr; }
  .o-trio { grid-template-columns: 1fr; }
  .o-footer { padding: 36px 20px 0; }
  .o-fmain { grid-template-columns: 1fr 1fr; }
  .o-article { padding: 30px 24px; }
}
@media (max-width: 560px) {
  .o-side2 { grid-template-columns: 1fr; }
  .o-fmain { grid-template-columns: 1fr; }
  .o-inner { padding: 20px 16px 0; }
  .o-article { padding: 26px 20px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } }
