/* ═══════════════════════════════════════════════════════════
   Webosfer — bölümlü dijital dergi (hero split + radar + akış/trend)
   Petrol mavisi + kehribar accent. Renk/font header.php'de :root'a.
   ═══════════════════════════════════════════════════════════ */
:root {
  --surface: #FFFFFF;
  --surface-2: #E9EEF3;
  --ink-2: #4A5A6B;
  --ink-3: #8496A7;
  --line: #E2E8EF;
  --line-2: #CFD9E2;
  --navy: #1B3A5B;
  --navy-2: #12283F;
  --accent-2: #D18E00;
  --accent-soft: #FDF0D3;
  --shadow: 0 2px 6px rgba(15,30,46,.05), 0 14px 40px rgba(15,30,46,.08);
  --ease: cubic-bezier(.25,.46,.45,.94);
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0C1520; --surface: #12212F; --surface-2: #1A2C3D;
    --ink: #EAF1F7; --ink-2: #A7B7C6; --ink-3: #6E8093;
    --line: #233649; --line-2: #2E4457; --navy: #0A1826; --navy-2: #060F19;
    --accent-soft: #2A2110; --accent-ink: #F0A500;
    --shadow: 0 2px 6px rgba(0,0,0,.3), 0 14px 40px rgba(0,0,0,.5);
  }
}
:root[data-theme="dark"] {
  --bg: #0C1520; --surface: #12212F; --surface-2: #1A2C3D;
  --ink: #EAF1F7; --ink-2: #A7B7C6; --ink-3: #6E8093;
  --line: #233649; --line-2: #2E4457; --navy: #0A1826; --navy-2: #060F19;
  --accent-soft: #2A2110; --accent-ink: #F0A500;
  --shadow: 0 2px 6px rgba(0,0,0,.3), 0 14px 40px rgba(0,0,0,.5);
}

* { 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, #0F1E2E);
  background: var(--bg, #F4F6F9);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; max-width: 100%;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.w-wrap { max-width: var(--maxw, 1200px); margin: 0 auto; padding: 0 24px; }

/* ═══ HEADER (petrol mavisi bar) ═══ */
.w-header { background: var(--navy); color: #fff; position: sticky; top: 0; z-index: 50; }
.w-header-in { display: flex; align-items: center; gap: 22px; height: 66px; }
.w-logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.w-logo-mark { width: 38px; height: 38px; border-radius: 10px; background: var(--accent); display: grid; place-items: center; color: var(--navy); font-size: 19px; font-weight: 800; flex-shrink: 0; }
.w-logo-name { font-size: 23px; font-weight: 800; letter-spacing: -.03em; color: #fff; }
.w-logo-name b { color: var(--accent); }
.w-nav { display: flex; gap: 2px; }
.w-nav a { padding: 8px 14px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.75); border-radius: 8px; white-space: nowrap; }
.w-nav a:hover, .w-nav a.active { color: var(--navy); background: var(--accent); }
.w-spacer { flex: 1; }
.w-search { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 9px; padding: 9px 13px; min-width: 200px; color: rgba(255,255,255,.7); }
.w-search input { border: 0; background: transparent; outline: 0; font-family: inherit; font-size: 13px; color: #fff; width: 100%; }
.w-search input::placeholder { color: rgba(255,255,255,.5); }
.w-mobile-toggle { display: none; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); border-radius: 8px; cursor: pointer; color: #fff; }

/* ═══ kayan şerit ═══ */
.w-strip { background: var(--surface); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 14px; overflow: hidden; }
.w-strip .lbl { flex-shrink: 0; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--navy); background: var(--accent); padding: 11px 15px; }
.w-strip-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); }
.w-strip-track { display: inline-flex; gap: 30px; white-space: nowrap; animation: w-mq 48s linear infinite; padding: 10px 0; }
.w-strip-view:hover .w-strip-track { animation-play-state: paused; }
@keyframes w-mq { from { transform: translateX(0);} to { transform: translateX(-50%);} }
.w-strip-item { font-size: 13px; font-weight: 600; color: var(--ink-2); display: inline-flex; align-items: center; gap: 9px; }
.w-strip-item::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.w-strip-item:hover { color: var(--accent-ink); }

/* ═══ BÖLÜM BAŞLIĞI ═══ */
.w-sec { display: flex; align-items: center; gap: 14px; margin: 38px 0 20px; }
.w-sec .num { font-size: 13px; font-weight: 800; color: var(--accent-ink); font-variant-numeric: tabular-nums; background: var(--accent-soft); padding: 4px 10px; border-radius: 7px; }
.w-sec h2 { font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; color: var(--ink); }
.w-sec .rule { flex: 1; height: 2px; background: var(--line-2); }
.w-sec .more { font-size: 12px; font-weight: 700; color: var(--accent-ink); white-space: nowrap; }

/* ═══ HERO SPLIT ═══ */
.w-hero { display: grid; grid-template-columns: 1.6fr 1fr; gap: 26px; margin-top: 30px; align-items: stretch; }
.w-feat { background: var(--navy); color: #fff; border-radius: 20px; overflow: hidden; position: relative; padding: 40px; display: flex; flex-direction: column; justify-content: flex-end; min-height: 380px; cursor: pointer; transition: .25s var(--ease); }
.w-feat:hover { transform: translateY(-3px); }
.w-feat::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 40%, color-mix(in srgb, var(--accent) 18%, transparent)); }
.w-feat > * { position: relative; }
.w-feat .cat { display: inline-flex; align-self: flex-start; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--navy); background: var(--accent); padding: 5px 12px; border-radius: 6px; margin-bottom: auto; }
.w-feat h1 { font-size: clamp(26px, 3.4vw, 40px); line-height: 1.1; letter-spacing: -.02em; font-weight: 800; margin: 20px 0 12px; text-wrap: balance; color: #fff; }
.w-feat p { font-size: 14px; color: rgba(255,255,255,.72); line-height: 1.6; }
.w-feat .m { margin-top: 18px; font-size: 13px; color: rgba(255,255,255,.6); display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.w-feat .av { width: 30px; height: 30px; border-radius: 50%; background: var(--accent); color: var(--navy); display: grid; place-items: center; font-weight: 700; font-size: 13px; }
.w-fresh { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 8px 22px; box-shadow: var(--shadow); }
.w-fresh-h { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding: 16px 0 12px; border-bottom: 2px solid var(--accent); display: flex; align-items: center; gap: 9px; color: var(--ink); }
.w-fresh-item { display: flex; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); align-items: start; }
.w-fresh-item:last-child { border-bottom: 0; }
.w-fresh-n { font-size: 16px; font-weight: 800; color: var(--accent-ink); font-variant-numeric: tabular-nums; flex-shrink: 0; line-height: 1.3; }
.w-fresh-t { font-size: 14px; font-weight: 600; line-height: 1.35; color: var(--ink); }
.w-fresh-item:hover .w-fresh-t { color: var(--accent-ink); }
.w-fresh-tm { font-size: 11px; color: var(--ink-3); margin-top: 3px; }

/* ═══ RADAR (3'lü şerit) ═══ */
.w-radar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.w-rc { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 22px; cursor: pointer; transition: .2s var(--ease); border-top: 4px solid var(--accent); box-shadow: var(--shadow); display: flex; flex-direction: column; }
.w-rc:hover { transform: translateY(-4px); }
.w-rc .cat { font-size: 11px; font-weight: 800; text-transform: uppercase; color: var(--accent-ink); letter-spacing: .05em; }
.w-rc h4 { font-size: 16px; line-height: 1.3; font-weight: 700; margin: 9px 0 8px; color: var(--ink); }
.w-rc:hover h4 { color: var(--accent-ink); }
.w-rc p { font-size: 13px; color: var(--ink-2); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.w-rc .m { margin-top: auto; padding-top: 12px; font-size: 12px; color: var(--ink-3); }

/* ═══ AKIŞ + TREND (asimetrik) ═══ */
.w-flow { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.w-list-item { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); cursor: pointer; align-items: center; }
.w-list-item:hover { opacity: .9; }
.w-list-item .cat { font-size: 11px; font-weight: 800; text-transform: uppercase; color: var(--accent-ink); letter-spacing: .05em; }
.w-list-item h4 { font-size: 18px; line-height: 1.3; font-weight: 700; margin: 5px 0 6px; color: var(--ink); }
.w-list-item .dt { font-size: 12px; color: var(--ink-3); font-weight: 600; }
.w-list-item:hover h4 { color: var(--accent-ink); }
.w-list-item p { font-size: 13px; color: var(--ink-2); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.w-list-tm { font-size: 12px; color: var(--ink-3); white-space: nowrap; text-align: right; }
.w-list-tm .r { display: inline-block; margin-top: 6px; background: var(--surface-2); padding: 3px 10px; border-radius: 100px; font-weight: 600; }
.w-trend { background: var(--navy); color: #fff; border-radius: 18px; padding: 24px; position: sticky; top: 82px; }
.w-trend .bt { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--accent); margin-bottom: 16px; display: flex; align-items: center; gap: 9px; }
.w-trend-item { display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); align-items: baseline; }
.w-trend-item:last-child { border-bottom: 0; padding-bottom: 0; }
.w-trend-n { font-size: 20px; font-weight: 800; color: var(--accent); font-variant-numeric: tabular-nums; line-height: 1; }
.w-trend-t { font-size: 14px; font-weight: 600; line-height: 1.35; color: rgba(255,255,255,.9); }
.w-trend-item:hover .w-trend-t { color: var(--accent); }

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

/* ═══ PAGINATION ═══ */
.w-pag { display: flex; justify-content: center; gap: 8px; margin: 36px 0 56px; flex-wrap: wrap; }
.w-pag a { min-width: 42px; height: 42px; padding: 0 15px; 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; }
.w-pag a:hover { border-color: var(--accent); color: var(--accent-ink); }
.w-pag a.active { background: var(--accent); color: var(--navy); border-color: var(--accent); }
.w-pag .dots { border: 0; background: transparent; min-width: 20px; }

/* ═══ SINGLE ═══ */
.w-single-hero { background: var(--navy); color: #fff; padding: 44px 0 36px; }
.w-crumb { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: rgba(255,255,255,.6); margin-bottom: 16px; flex-wrap: wrap; max-width: 100%; }
.w-crumb a { color: var(--accent); font-weight: 600; flex-shrink: 0; }
.w-crumb .s { color: rgba(255,255,255,.3); flex-shrink: 0; }
.w-crumb > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.w-single-hero h1 { font-size: clamp(26px, 3.6vw, 42px); line-height: 1.12; letter-spacing: -.02em; font-weight: 800; margin-bottom: 18px; text-wrap: pretty; }
.w-single-meta { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; font-size: 13px; color: rgba(255,255,255,.7); }
.w-single-meta > span { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); border-radius: 100px; padding: 7px 14px; }
.w-single-meta .au { font-weight: 700; color: #fff; padding-left: 6px; }
.w-single-meta .av { width: 22px; height: 22px; border-radius: 50%; background: var(--accent); color: var(--navy); display: grid; place-items: center; font-size: 11px; font-weight: 700; }
.w-progress { height: 4px; background: var(--line); position: sticky; top: 0; z-index: 40; }
.w-progress span { position: absolute; left: 0; top: 0; height: 100%; width: 0; background: var(--accent); }
.w-single-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 38px; max-width: var(--maxw, 1200px); margin: 0 auto; padding: 36px 24px 40px; align-items: start; }
.w-single-wrap--full { grid-template-columns: 1fr; max-width: 840px; }
.w-article { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 36px 44px; box-shadow: var(--shadow); color: var(--ink); }
.w-article > *:first-child { margin-top: 0; }
.w-article p { margin-bottom: 16px; color: var(--ink-2); line-height: 1.8; font-size: 15px;  text-align: justify; }
.w-article p:last-child { margin-bottom: 0; }
.w-article h2 { font-size: 22px; margin: 28px 0 12px; font-weight: 800; padding-left: 14px; border-left: 4px solid var(--accent); color: var(--ink); }
.w-article h3 { font-size: 18px; margin: 22px 0 10px; color: var(--ink); }
.w-article ul, .w-article ol { margin: 0 0 16px 22px; color: var(--ink-2); }
.w-article li { margin-bottom: 8px; line-height: 1.7; }
.w-article a { color: var(--accent-ink); font-weight: 600; }
.w-article img { border-radius: 12px; margin: 16px 0; }
.w-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); }
.w-article table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; }
.w-article th, .w-article td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.w-article th { background: var(--surface-2); font-weight: 700; }
.w-lead-p { font-size: 17px !important; color: var(--ink) !important; font-weight: 500; line-height: 1.6 !important; }

.w-share { display: flex; align-items: center; gap: 16px; margin-top: 22px; padding: 18px 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); flex-wrap: wrap; }
.w-share-label { font-size: 13px; font-weight: 700; color: var(--ink); display: flex; align-items: center; gap: 8px; }
.w-share-btns { display: flex; gap: 8px; }
.w-share-btns a { width: 38px; height: 38px; border-radius: 9px; background: var(--surface-2); border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink-2); transition: .15s; }
.w-share-btns a:hover { background: var(--accent); color: var(--navy); border-color: var(--accent); }

/* single sidebar: trend + son yazılar (t-box/rec) */
.w-side { display: flex; flex-direction: column; gap: 22px; position: sticky; top: 90px; align-self: start; }
.w-side .w-trend { position: static; }
.w-box { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 22px; box-shadow: var(--shadow); }
.w-box-t { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; margin-bottom: 16px; display: flex; align-items: center; gap: 9px; color: var(--ink); }
.w-box-t::before { content: ""; width: 16px; height: 16px; background: var(--accent); border-radius: 5px; }
.w-rec { display: flex; flex-direction: column; gap: 4px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.w-rec:last-child { border-bottom: 0; padding-bottom: 0; }
.w-rec .tm { font-size: 11px; color: var(--ink-3); font-variant-numeric: tabular-nums; }
.w-rec .tt { font-size: 13px; font-weight: 600; line-height: 1.4; color: var(--ink); }
.w-rec:hover .tt { color: var(--accent-ink); }
.w-pop { display: flex; gap: 13px; padding: 12px 0; border-bottom: 1px solid var(--line); align-items: start; }
.w-pop:last-child { border-bottom: 0; padding-bottom: 0; }
.w-pop-num { font-size: 20px; font-weight: 800; color: var(--accent-ink); opacity: .5; font-variant-numeric: tabular-nums; line-height: 1; }
.w-pop:hover .w-pop-num { opacity: 1; }
.w-pop-title { font-size: 13px; font-weight: 600; line-height: 1.4; color: var(--ink); }
.w-pop:hover .w-pop-title { color: var(--accent-ink); }
.w-social-row { display: flex; gap: 9px; }
.w-social-row a { width: 38px; height: 38px; border-radius: 9px; background: var(--surface-2); border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink-2); transition: .15s; }
.w-social-row a:hover { background: var(--accent); color: var(--navy); border-color: var(--accent); }

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

/* ═══ KATEGORİ/ARAMA (liste akış) ═══ */
.w-cat-hero { background: var(--navy); color: #fff; padding: 40px 0 30px; }
.w-cat-hero h1 { font-size: clamp(26px, 3.6vw, 38px); line-height: 1.14; letter-spacing: -.02em; font-weight: 800; margin: 6px 0 12px; }
.w-cat-desc { font-size: 15px; color: rgba(255,255,255,.7); max-width: 62ch; line-height: 1.6; margin-bottom: 14px; }
.w-cat-count { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--navy); background: var(--accent); padding: 7px 14px; border-radius: 100px; }
.w-search-head { padding: 30px 0 4px; }
.w-search-head h1 { font-size: clamp(24px, 3.2vw, 32px); letter-spacing: -.02em; margin-bottom: 18px; color: var(--ink); }
.w-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: 560px; color: var(--ink-3); }
.w-search-form input { flex: 1; border: 0; background: transparent; outline: 0; font-family: inherit; font-size: 15px; color: var(--ink); }
.w-search-form button { padding: 10px 22px; background: var(--accent); color: var(--navy); border: 0; border-radius: 9px; font-family: inherit; font-weight: 700; font-size: 14px; cursor: pointer; }
.w-search-info { margin-top: 14px; font-size: 14px; color: var(--ink-2); }
.w-search-info strong { color: var(--accent-ink); }

/* ═══ 404 ═══ */
.w-404 { padding: 64px 0; }
.w-404-inner { text-align: center; max-width: 560px; margin: 0 auto 44px; }
.w-404-code { font-size: clamp(90px, 16vw, 150px); font-weight: 800; line-height: 1; letter-spacing: -.04em; color: var(--accent); }
.w-404-title { font-size: 28px; font-weight: 800; margin: 8px 0 14px; color: var(--ink); }
.w-404-text { font-size: 16px; color: var(--ink-2); margin-bottom: 26px; line-height: 1.6; }
.w-404-actions { display: flex; flex-direction: column; gap: 14px; align-items: center; }
.w-btn { display: inline-flex; align-items: center; gap: 9px; padding: 12px 28px; background: var(--accent); color: var(--navy); border-radius: 10px; font-weight: 700; font-size: 14px; transition: .15s; }
.w-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.w-404-search { display: flex; gap: 8px; width: 100%; max-width: 400px; }
.w-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; }
.w-404-search button { padding: 12px 20px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 10px; color: var(--ink); cursor: pointer; }
.w-404-sug { max-width: 800px; margin: 0 auto; }
.w-404-sug-t { text-align: center; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; color: var(--ink-3); margin-bottom: 22px; }

/* ═══ FOOTER ═══ */
.w-footer { background: var(--navy-2); color: rgba(255,255,255,.65); padding: 52px 0 0; margin-top: 20px; }
.w-footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr 1.2fr 1fr; gap: 34px; padding-bottom: 40px; }
.w-flogo { display: flex; align-items: center; gap: 11px; }
.w-flogo-mark { font-size: 26px; font-weight: 800; letter-spacing: -.03em; color: #fff; line-height: 1; }
.w-flogo-mark b { color: var(--accent); }
.w-flogo-name { display: none; }
.w-footer-brand p { font-size: 13px; color: rgba(255,255,255,.65); margin: 14px 0 16px; line-height: 1.65; max-width: 30ch; }
.w-fstatus { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: #fff; margin-bottom: 16px; }
.w-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); }
.w-fsocial { display: flex; gap: 9px; }
.w-fsocial a { width: 38px; height: 38px; border-radius: 9px; background: rgba(255,255,255,.06); display: grid; place-items: center; color: rgba(255,255,255,.7); transition: .15s; }
.w-fsocial a:hover { background: var(--accent); color: var(--navy); }
.w-fcol-t { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; color: #fff; margin-bottom: 14px; }
.w-flinks { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.w-flinks a { font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.4; display: block; }
.w-flinks a:hover { color: #fff; }
.w-ftopics { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.08); }
.w-ftopics .l { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.w-ftopics a { font-size: 12px; color: rgba(255,255,255,.65); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); padding: 6px 13px; border-radius: 100px; }
.w-ftopics a:hover { border-color: var(--accent); color: #fff; }
.w-fbottom { display: flex; justify-content: space-between; align-items: center; padding: 16px 0 26px; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; color: rgba(255,255,255,.4); flex-wrap: wrap; gap: 14px; }
.w-flegal { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.w-flegal a { color: rgba(255,255,255,.6); }
.w-flegal a:hover { color: #fff; }
.w-flocale { display: flex; align-items: center; gap: 14px; }
.w-flang { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); padding: 7px 14px; border-radius: 100px; color: #fff; font-weight: 600; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 940px) {
  .w-hero, .w-flow, .w-single-wrap { grid-template-columns: 1fr; }
  .w-radar { grid-template-columns: 1fr; }
  .w-trend { position: static; }
  .w-side { position: static; }
  .w-footer-main { grid-template-columns: 1fr 1fr; gap: 26px; }
  .w-nav { display: none; }
  .w-header-in::after { content: ""; flex: 1; }
  .w-search { min-width: 0; }
}
@media (max-width: 600px) {
  .w-wrap { padding: 0 16px; }
  .w-search { display: none; }
  .w-mobile-toggle { display: grid; place-items: center; }
  .w-footer-main { grid-template-columns: 1fr; }
  .w-article { padding: 24px 18px; }
  .w-single-wrap { padding: 28px 16px; }
  .w-list-item { grid-template-columns: 1fr; }
  .w-list-tm { text-align: left; }
  .w-feat { padding: 30px 24px; min-height: 320px; }
  .w-fbottom, .w-single-meta { gap: 8px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } }
