/* Ordu Bülten — extracted static CSS (header-v2 + footer-v2 + layout) */

/* ===== header-v2 ===== */
/* ─────────────────────────────────────────────────────────────────
   DESIGN TOKENS — White Editorial
───────────────────────────────────────────────────────────────── */
:root {
    --w2-white:        #ffffff;
    --w2-soft:         #f8fafc;
    --w2-soft2:        #f1f5f9;
    --w2-border:       #e2e8f0;
    --w2-border-light: #f1f5f9;
    --w2-text:         #0f172a;
    --w2-text-2:       #334155;
    --w2-text-muted:   #64748b;
    --w2-text-dim:     #94a3b8;
    --w2-red:          #dc2626;
    --w2-red-hover:    #b91c1c;
    --w2-red-soft:     rgba(220,38,38,0.06);
    --w2-red-border:   rgba(220,38,38,0.15);
    --w2-green:        #16a34a;
    --w2-green-soft:   rgba(22,163,74,0.09);
    --w2-rose:         #e11d48;
    --w2-shadow-sm:    0 1px 3px rgba(0,0,0,0.07), 0 1px 2px rgba(0,0,0,0.04);
    --w2-shadow-md:    0 4px 16px rgba(0,0,0,0.1), 0 1px 4px rgba(0,0,0,0.06);
    --w2-nav-h:        52px;
    --w2-mkt-h:        42px;
    --w2-ease:         cubic-bezier(0.16, 1, 0.3, 1);
}
/* Dark mod overrides */
.dark {
    --w2-white:        #111827;
    --w2-soft:         #1f2937;
    --w2-soft2:        #1a2235;
    --w2-border:       rgba(255,255,255,0.08);
    --w2-border-light: rgba(255,255,255,0.04);
    --w2-text:         #f8fafc;
    --w2-text-2:       #cbd5e1;
    --w2-text-muted:   #94a3b8;
    --w2-text-dim:     #4b5563;
    --w2-shadow-sm:    0 1px 3px rgba(0,0,0,0.3);
    --w2-shadow-md:    0 8px 32px rgba(0,0,0,0.5);
}

/* ─────────────────────────────────────────────────────────────────
   TOP STRIP  (Reuters benzeri — tarih + sosyal)
───────────────────────────────────────────────────────────────── */
.w2-strip {
    background: var(--w2-white);
    border-bottom: 1px solid var(--w2-border-light);
    height: 32px;
    display: flex;
    align-items: center;
}

/* ─────────────────────────────────────────────────────────────────
   MARKETS WRAPPER (sticky değil — sayfayla birlikte kaybolur)
───────────────────────────────────────────────────────────────── */
.w2-markets-wrap {
    position: relative;
    z-index: 59;
    background: var(--w2-white);
    border-bottom: 1px solid var(--w2-border-light);
}

/* ─────────────────────────────────────────────────────────────────
   NAV WRAPPER (sticky — scroll edince üstte kalır)
───────────────────────────────────────────────────────────────── */
.w2-sticky {
    position: sticky;
    top: 0;
    z-index: 60;
    background: var(--w2-white);
    box-shadow: var(--w2-shadow-sm);
    border-bottom: 1px solid var(--w2-border);
    transition: box-shadow 0.2s ease;
}
.w2-sticky.scrolled {
    box-shadow: 0 2px 12px rgba(0,0,0,0.1), 0 1px 4px rgba(0,0,0,0.06);
}

/* ─────────────────────────────────────────────────────────────────
   NAV ROW
───────────────────────────────────────────────────────────────── */
.w2-nav-row {
    height: var(--w2-nav-h);
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ── Logo ─────────────────────────────────────────────────────── */
.w2-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0;
    margin-right: 10px;
    outline: none;
}
/* Sol kırmızı accent çizgisi — Bloomberg / Reuters tarzı */
.w2-logo-bar {
    width: 4px;
    height: 36px;
    background: var(--w2-red);
    border-radius: 2px;
    flex-shrink: 0;
    transition: height 0.2s ease;
}
.w2-logo:hover .w2-logo-bar { height: 44px; }
.w2-logo-texts { line-height: 1; }
.w2-logo-name {
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--w2-text);
    letter-spacing: -0.04em;
    text-transform: uppercase;
    transition: color 0.18s;
}
.w2-logo:hover .w2-logo-name { color: var(--w2-red); }
.w2-logo-tag {
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--w2-text-dim);
    margin-top: 3px;
    display: block;
}
.w2-logo-img {
    max-height: 36px;
    width: auto;
    object-fit: contain;
    transition: opacity 0.18s;
}
.w2-logo:hover .w2-logo-img { opacity: 0.75; }

/* ── Nav links ────────────────────────────────────────────────── */
.w2-nav {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 0;
    min-width: 0;
    overflow: visible; /* dropdown'ların görünmesi için */
}
/* ── Priority Nav: Daha Fazla ────────────────────────────── */
.w2-more-wrap {
    flex-shrink: 0;
    position: relative;
    display: none; /* JS gösterir */
}
.w2-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 11px;
    height: var(--w2-nav-h);
    font-size: 0.795rem;
    font-weight: 650;
    color: var(--w2-text-muted);
    background: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.15s;
}
.w2-more-btn:hover { color: var(--w2-text); }
.w2-more-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: var(--w2-red);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 800;
    border-radius: 99px;
}
.w2-more-dropdown {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    background: var(--w2-white);
    border: 1px solid var(--w2-border);
    border-top: 2px solid var(--w2-red);
    border-radius: 0 0 10px 10px;
    box-shadow: var(--w2-shadow-md);
    min-width: 200px;
    max-width: 260px;
    z-index: 200;
    display: none;
    padding: 6px 0;
}
.w2-more-wrap:hover .w2-more-dropdown,
.w2-more-wrap.open .w2-more-dropdown { display: block; }
.w2-more-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--w2-text-muted);
    text-decoration: none;
    border-bottom: 1px solid var(--w2-border-light);
    transition: color 0.13s, background 0.13s, padding-left 0.15s;
}
.w2-more-item:last-child { border-bottom: none; }
.w2-more-item:hover { color: var(--w2-red); background: var(--w2-red-soft); padding-left: 20px; }
.w2-more-item-dot {
    width: 5px; height: 5px; border-radius: 50%;
    background: var(--w2-border); flex-shrink: 0;
}
.w2-more-item:hover .w2-more-item-dot { background: var(--w2-red); }
.w2-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 11px;
    height: var(--w2-nav-h);
    font-size: 0.795rem;
    font-weight: 650;
    color: var(--w2-text-muted);
    white-space: nowrap;
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    transition: color 0.15s ease;
    letter-spacing: 0.005em;
    flex-shrink: 0;
}
/* Bottom red line on hover & active */
.w2-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 11px; right: 11px;
    height: 2.5px;
    background: var(--w2-red);
    border-radius: 2px 2px 0 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s var(--w2-ease);
}
.w2-link:hover { color: var(--w2-text); }
.w2-link:hover::after { transform: scaleX(1); }
.w2-link.active {
    color: var(--w2-red);
    font-weight: 700;
}
.w2-link.active::after { transform: scaleX(1); }
.w2-link .w2-icon { font-size: 0.62rem; opacity: 0.5; }
.w2-link .w2-caret {
    font-size: 0.44rem;
    opacity: 0.4;
    transition: transform 0.18s ease, opacity 0.18s;
}
.w2-dd-wrap:hover .w2-caret,
.w2-dd-wrap:focus-within .w2-caret {
    transform: rotate(180deg);
    opacity: 0.75;
}

/* ── Dropdown — White card / Bloomberg tarzı ─────────────────── */
.w2-dd-wrap { position: relative; }
.w2-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 310px;
    background: var(--w2-white);
    border: 1px solid var(--w2-border);
    border-radius: 12px;
    box-shadow: var(--w2-shadow-md);
    overflow: hidden;
    display: none;
    z-index: 200;
    animation: w2Drop 0.18s var(--w2-ease);
}
.w2-dd-wrap:hover .w2-dropdown,
.w2-dd-wrap:focus-within .w2-dropdown { display: block; }
@keyframes w2Drop {
    from { opacity: 0; transform: translateY(-8px) scale(0.98); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
.w2-dd-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px 10px;
    border-bottom: 1px solid var(--w2-border-light);
    background: var(--w2-soft);
}
.w2-dd-title {
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--w2-text);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.w2-dd-all {
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--w2-red);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    opacity: 0.85;
    transition: opacity 0.15s;
}
.w2-dd-all:hover { opacity: 1; }
.w2-news-list .w2-news-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 10px 16px;
    border-bottom: 1px solid var(--w2-border-light);
    text-decoration: none;
    transition: background 0.12s;
}
.w2-news-list .w2-news-item:last-child { border-bottom: none; }
.w2-news-list .w2-news-item:hover { background: var(--w2-soft); }
.w2-news-thumb {
    width: 52px; height: 40px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
    background: var(--w2-soft2);
}
.w2-news-thumb-placeholder {
    width: 52px; height: 40px;
    border-radius: 6px;
    background: var(--w2-soft2);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    color: var(--w2-text-dim); font-size: 12px;
}
.w2-news-txt { font-size: 0.74rem; font-weight: 600; color: var(--w2-text-2); line-height: 1.38; }
.w2-news-date { font-size: 0.62rem; color: var(--w2-text-dim); margin-top: 4px; }
/* Service dropdown */
.w2-dd-service {
    display: flex; align-items: center; gap: 12px;
    padding: 13px 16px;
    text-decoration: none;
    border-bottom: 1px solid var(--w2-border-light);
    transition: background 0.13s;
}
.w2-dd-service:last-child { border-bottom: none; }
.w2-dd-service:hover { background: var(--w2-soft); }
.w2-dd-svc-icon {
    width: 34px; height: 34px; border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; font-size: 14px;
}
.w2-dd-svc-name { font-size: 0.8rem; font-weight: 700; color: var(--w2-text); line-height: 1; }
.w2-dd-svc-sub  { font-size: 0.65rem; color: var(--w2-text-dim); margin-top: 2px; }

/* ── Action buttons ───────────────────────────────────────────── */
.w2-actions { display: flex; align-items: center; gap: 3px; flex-shrink: 0; margin-left: auto; }
.w2-btn {
    width: 36px; height: 36px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 9px;
    color: var(--w2-text-muted);
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer; font-size: 0.84rem;
    transition: color 0.15s, background 0.15s, border-color 0.15s, transform 0.15s;
    text-decoration: none; flex-shrink: 0;
}
.w2-btn:hover {
    color: var(--w2-text);
    background: var(--w2-soft);
    border-color: var(--w2-border);
}
.w2-btn.is-active {
    color: var(--w2-red);
    background: var(--w2-red-soft);
    border-color: var(--w2-red-border);
}
.w2-divider { width: 1px; height: 20px; background: var(--w2-border); margin: 0 4px; flex-shrink: 0; }

/* ─────────────────────────────────────────────────────────────────
   MARKETS ROW — Bloomberg tarzı beyaz data strip
───────────────────────────────────────────────────────────────── */
.w2-markets {
    height: var(--w2-mkt-h);
    display: flex;
    align-items: stretch;
    overflow: hidden;
    flex: 1;
}
.w2-markets-wrap {
    background: var(--w2-soft);
    border-top: 1px solid var(--w2-border-light);
    border-bottom: 1px solid var(--w2-border-light);
    height: var(--w2-mkt-h);
}
/* Sol etiket */
.w2-mkt-label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border-right: 1px solid var(--w2-border);
    flex-shrink: 0;
    cursor: default;
    background: var(--w2-white);
}
.w2-mkt-title {
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--w2-text-dim);
    line-height: 1;
}
.w2-live-row {
    display: flex; align-items: center; gap: 4px; margin-top: 2px;
}
.w2-live-dot {
    width: 5px; height: 5px; border-radius: 50%;
    background: #22c55e;
    animation: w2Pulse 1.6s ease-in-out infinite;
}
@keyframes w2Pulse {
    0%,100% { opacity:1; transform:scale(1); }
    50%      { opacity:0.3; transform:scale(0.6); }
}
.w2-live-text {
    font-size: 0.52rem; font-weight: 800;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: #16a34a;
}
/* Kur kartları */
.w2-mkt-scroll {
    display: flex; align-items: stretch;
    flex: 1; min-width: 0;
    overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none;
}
.w2-mkt-scroll::-webkit-scrollbar { display: none; }
.w2-mkt-card {
    display: flex; align-items: center; gap: 9px;
    padding: 0 16px;
    border-right: 1px solid var(--w2-border-light);
    cursor: default; flex-shrink: 0; white-space: nowrap;
    background: var(--w2-white);
    transition: background 0.14s;
}
.w2-mkt-card:hover { background: #fff8f8; }
.dark .w2-mkt-card:hover { background: rgba(220,38,38,0.04); }
.w2-mkt-flag  { font-size: 18px; line-height: 1; }
.w2-mkt-info  { display: flex; flex-direction: column; gap: 0; }
.w2-mkt-name  { font-size: 9.5px; font-weight: 700; color: var(--w2-text-dim); letter-spacing: 0.06em; text-transform: uppercase; line-height: 1; }
.w2-mkt-vrow  { display: flex; align-items: baseline; gap: 2px; margin-top: 2px; }
.w2-mkt-val   { font-size: 13px; font-weight: 800; color: var(--w2-text); letter-spacing: -0.01em; line-height: 1; }
.w2-mkt-unit  { font-size: 10px; font-weight: 600; color: var(--w2-text-dim); }
.w2-mkt-badge {
    display: inline-flex; align-items: center; gap: 2px;
    font-size: 9.5px; font-weight: 800; padding: 2px 7px;
    border-radius: 99px; letter-spacing: 0.01em; line-height: 1;
}
.w2-mkt-badge.up   { background: rgba(22,163,74,0.1);  color: #15803d; }
.w2-mkt-badge.down { background: rgba(220,38,38,0.08); color: #dc2626; }
.w2-mkt-badge.flat { background: var(--w2-soft2);       color: var(--w2-text-dim); }
.dark .w2-mkt-badge.up   { background: rgba(21,128,61,0.2);  color: #4ade80; }
.dark .w2-mkt-badge.down { background: rgba(220,38,38,0.18); color: #f87171; }
/* Skeleton */
.w2-mkt-skel {
    border-radius: 4px;
    background: linear-gradient(90deg, var(--w2-soft2) 25%, var(--w2-border) 50%, var(--w2-soft2) 75%);
    background-size: 200% 100%;
    animation: w2Shimmer 1.5s infinite;
}
@keyframes w2Shimmer { to { background-position: -200% 0; } }
/* Sağ meta */
.w2-mkt-meta {
    display: flex; align-items: center; gap: 7px;
    padding: 0 13px;
    border-left: 1px solid var(--w2-border);
    flex-shrink: 0; white-space: nowrap;
    background: var(--w2-white);
}
.w2-mkt-tcmb   { font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--w2-text-dim); line-height: 1; }
.w2-mkt-time   { font-size: 11px; font-weight: 800; color: var(--w2-text-muted); font-variant-numeric: tabular-nums; margin-top: 1px; }
.w2-mkt-cd     { font-size: 10px; color: var(--w2-text-dim); font-family: ui-monospace, monospace; font-variant-numeric: tabular-nums; }
.w2-mkt-refresh {
    width: 26px; height: 26px; border-radius: 7px;
    display: flex; align-items: center; justify-content: center;
    background: var(--w2-soft); border: 1px solid var(--w2-border);
    color: var(--w2-text-dim); cursor: pointer; font-size: 10px;
    transition: background 0.14s, color 0.14s, transform 0.2s;
}
.w2-mkt-refresh:hover { background: var(--w2-red-soft); color: var(--w2-red); border-color: var(--w2-red-border); }
.w2-mkt-refresh:active { transform: rotate(180deg); }

/* ─────────────────────────────────────────────────────────────────
   SEARCH OVERLAY — Full-screen
───────────────────────────────────────────────────────────────── */
.w2-search-ov {
    position: fixed; inset: 0; z-index: 500;
    opacity: 0; pointer-events: none;
    transition: opacity 0.2s ease;
}
.w2-search-ov.open { opacity: 1; pointer-events: all; }
.w2-search-bd {
    position: absolute; inset: 0;
    background: rgba(15,23,42,0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.w2-search-panel {
    position: relative;
    background: var(--w2-white);
    border-bottom: 1px solid var(--w2-border);
    padding: 18px 0 20px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.15);
    transform: translateY(-100%);
    transition: transform 0.28s var(--w2-ease);
}
.w2-search-ov.open .w2-search-panel { transform: translateY(0); }
.w2-search-inner { position: relative; max-width: 640px; margin: 0 auto; }
.w2-search-input {
    width: 100%;
    background: var(--w2-soft);
    border: 1.5px solid var(--w2-border);
    border-radius: 12px;
    padding: 13px 120px 13px 48px;
    font-size: 0.95rem; font-weight: 500;
    color: var(--w2-text);
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.w2-search-input::placeholder { color: var(--w2-text-dim); }
.w2-search-input:focus {
    border-color: var(--w2-red);
    background: var(--w2-white);
    box-shadow: 0 0 0 3px rgba(220,38,38,0.1);
}
.w2-search-ico {
    position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
    color: var(--w2-text-dim); font-size: 0.9rem; pointer-events: none;
}
.w2-search-submit {
    position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
    background: var(--w2-red); color: #fff; border: none; border-radius: 8px;
    padding: 8px 20px; font-size: 0.8rem; font-weight: 800; cursor: pointer;
    transition: background 0.15s;
    letter-spacing: 0.02em;
}
.w2-search-submit:hover { background: var(--w2-red-hover); }
.w2-search-close {
    position: absolute; right: 0; top: 50%; transform: translateY(-50%);
    /* used when search-input doesn't have submit — kept as close btn */
}
.w2-search-hint {
    text-align: center; margin-top: 10px;
    font-size: 0.68rem; color: var(--w2-text-dim);
}
.w2-search-hint kbd {
    background: var(--w2-soft); border: 1px solid var(--w2-border);
    border-radius: 4px; padding: 1px 6px;
    font-size: 0.64rem; font-family: ui-monospace, monospace;
    color: var(--w2-text-muted);
}

/* ─────────────────────────────────────────────────────────────────
   MOBILE DRAWER
───────────────────────────────────────────────────────────────── */
.w2-drawer {
    position: fixed; inset: 0; z-index: 400; pointer-events: none;
}
.w2-drawer.open { pointer-events: all; }
.w2-drawer-bd {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0; transition: opacity 0.25s;
}
.w2-drawer.open .w2-drawer-bd { opacity: 1; }
.w2-drawer-panel {
    position: absolute; top: 0; left: 0; right: 0;
    background: var(--w2-white);
    border-bottom: 3px solid var(--w2-red);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    transform: translateY(-100%);
    transition: transform 0.3s var(--w2-ease);
    overflow-y: auto; max-height: 92vh;
}
.w2-drawer.open .w2-drawer-panel { transform: translateY(0); }
.w2-drawer-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 13px 16px;
    border-bottom: 1px solid var(--w2-border-light);
}
.w2-drawer-close {
    width: 32px; height: 32px;
    background: var(--w2-soft); border: 1px solid var(--w2-border);
    border-radius: 8px; display: flex; align-items: center; justify-content: center;
    color: var(--w2-text-muted); cursor: pointer; font-size: 0.8rem;
    transition: background 0.14s, color 0.14s;
}
.w2-drawer-close:hover { background: var(--w2-red-soft); color: var(--w2-red); border-color: var(--w2-red-border); }
.w2-drawer-search {
    padding: 10px 14px;
    border-bottom: 1px solid var(--w2-border-light);
}
.w2-drawer-search-row {
    display: flex; border-radius: 9px; overflow: hidden;
    border: 1px solid var(--w2-border);
}
.w2-drawer-si {
    flex: 1; padding: 10px 13px;
    background: var(--w2-soft); color: var(--w2-text);
    font-size: 0.83rem; outline: none; border: none;
}
.w2-drawer-si::placeholder { color: var(--w2-text-dim); }
.w2-drawer-sb {
    padding: 0 16px; background: var(--w2-red); color: #fff;
    border: none; cursor: pointer; font-size: 0.78rem;
    transition: background 0.14s;
}
.w2-drawer-sb:hover { background: var(--w2-red-hover); }
.w2-drawer-link {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 16px;
    font-size: 0.82rem; font-weight: 650;
    color: var(--w2-text-muted);
    border-bottom: 1px solid var(--w2-border-light);
    text-decoration: none;
    transition: color 0.14s, background 0.14s, padding-left 0.2s;
}
.w2-drawer-link:hover { color: var(--w2-text); background: var(--w2-soft); padding-left: 22px; }
.w2-drawer-link.active { color: var(--w2-red); background: var(--w2-red-soft); font-weight: 700; }
.w2-drawer-icon {
    width: 28px; height: 28px; border-radius: 7px;
    display: flex; align-items: center; justify-content: center;
    background: var(--w2-soft); flex-shrink: 0; font-size: 0.72rem;
    color: var(--w2-text-muted);
}
.w2-drawer-foot {
    padding: 12px 16px;
    display: flex; align-items: center; justify-content: space-between;
    border-top: 1px solid var(--w2-border-light);
    background: var(--w2-soft);
}
.w2-drawer-socials { display: flex; gap: 6px; }
.w2-drawer-soc {
    width: 30px; height: 30px; border-radius: 7px;
    display: flex; align-items: center; justify-content: center;
    background: var(--w2-white); border: 1px solid var(--w2-border);
    color: var(--w2-text-muted); font-size: 0.72rem;
    text-decoration: none; transition: color 0.14s, background 0.14s;
}
.w2-drawer-soc:hover { background: var(--w2-red-soft); color: var(--w2-red); border-color: var(--w2-red-border); }
.w2-dm-btn {
    display: flex; align-items: center; gap: 6px;
    padding: 7px 13px; border-radius: 8px;
    background: var(--w2-white); border: 1px solid var(--w2-border);
    color: var(--w2-text-muted); font-size: 0.68rem; font-weight: 700;
    letter-spacing: 0.06em; text-transform: uppercase;
    cursor: pointer; transition: all 0.14s;
}
.w2-dm-btn:hover { background: var(--w2-soft); color: var(--w2-text); }

/* ─────────────────────────────────────────────────────────────────
   BREAKING NEWS — Verge tarzı kırmızı sol badge
───────────────────────────────────────────────────────────────── */
.w2-breaking {
    height: 36px;
    background: var(--w2-white);
    border-bottom: 1px solid var(--w2-border-light);
    display: flex; align-items: stretch;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03);
    overflow: hidden;
}
.w2-breaking-badge {
    display: flex; align-items: center; gap: 6px;
    padding: 0 16px 0 14px;
    background: var(--w2-red);
    color: #fff; font-size: 0.62rem; font-weight: 900;
    letter-spacing: 0.1em; text-transform: uppercase; flex-shrink: 0;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
    padding-right: 24px;
}
.w2-breaking-pulse {
    width: 5px; height: 5px; border-radius: 50%; background: #fff;
    animation: w2Pulse 1.4s ease-in-out infinite;
}
.w2-breaking-all {
    display: flex; align-items: center; gap: 4px;
    padding: 0 14px; flex-shrink: 0;
    border-left: 1px solid var(--w2-border-light);
    font-size: 0.62rem; font-weight: 800;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--w2-red); text-decoration: none; opacity: 0.7;
    transition: opacity 0.14s;
}
.w2-breaking-all:hover { opacity: 1; }

/* ===== footer-v2 ===== */
/* ── Footer V2 Design Tokens ────────────────────────────── */
/* --w2-* değişkenleri header-v2'de tanımlanmış; fallback için tekrar yazıyoruz */
:root {
    --fv2-bg:          #ffffff;
    --fv2-soft:        #f8fafc;
    --fv2-soft2:       #f1f5f9;
    --fv2-border:      #e2e8f0;
    --fv2-border-2:    #f1f5f9;
    --fv2-text:        #0f172a;
    --fv2-text-2:      #334155;
    --fv2-text-muted:  #64748b;
    --fv2-text-dim:    #94a3b8;
    --fv2-red:         #dc2626;
    --fv2-red-soft:    rgba(220,38,38,0.06);
    --fv2-red-border:  rgba(220,38,38,0.15);
    --fv2-green:       #16a34a;
}
.dark {
    --fv2-bg:          #111827;
    --fv2-soft:        #1f2937;
    --fv2-soft2:       #1a2235;
    --fv2-border:      rgba(255,255,255,0.08);
    --fv2-border-2:    rgba(255,255,255,0.04);
    --fv2-text:        #f8fafc;
    --fv2-text-2:      #cbd5e1;
    --fv2-text-muted:  #94a3b8;
    --fv2-text-dim:    #4b5563;
}

/* ── Newsletter Strip ───────────────────────────────────── */
.fv2-nl {
    background: var(--fv2-red);
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.dark .fv2-nl { background: #991b1b; }
.fv2-nl-inner {
    display: flex; flex-direction: column; gap: 16px;
    align-items: center; padding: 20px 0;
}
@media (min-width: 768px) {
    .fv2-nl-inner { flex-direction: row; justify-content: space-between; gap: 24px; }
}
.fv2-nl-title {
    font-size: 0.92rem; font-weight: 800; color: #fff;
    letter-spacing: -0.01em;
}
.fv2-nl-sub {
    font-size: 0.75rem; color: rgba(255,255,255,0.75); margin-top: 2px;
}
.fv2-nl-form {
    display: flex; gap: 8px; width: 100%;
}
@media (min-width: 768px) { .fv2-nl-form { width: auto; } }
.fv2-nl-input {
    flex: 1; min-width: 0;
    padding: 10px 16px;
    background: rgba(255,255,255,0.15);
    border: 1.5px solid rgba(255,255,255,0.25);
    border-radius: 8px;
    font-size: 0.83rem; color: #fff;
    outline: none; transition: all 0.18s;
}
@media (min-width: 768px) { .fv2-nl-input { width: 280px; } }
.fv2-nl-input::placeholder { color: rgba(255,255,255,0.6); }
.fv2-nl-input:focus { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.5); }
.fv2-nl-btn {
    padding: 10px 20px;
    background: #fff; color: var(--fv2-red);
    font-size: 0.78rem; font-weight: 800;
    border: none; border-radius: 8px;
    cursor: pointer; transition: all 0.15s;
    white-space: nowrap; flex-shrink: 0;
    letter-spacing: 0.02em;
}
.fv2-nl-btn:hover { background: #f1f5f9; transform: translateY(-1px); }

/* ── Main Footer ────────────────────────────────────────── */
.fv2-footer {
    background: var(--fv2-bg);
    border-top: 2px solid var(--fv2-border);
    color: var(--fv2-text-muted);
}
.fv2-main {
    padding: 52px 0 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
@media (min-width: 768px)  { .fv2-main { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .fv2-main { grid-template-columns: 2fr 1.2fr 1.2fr 1.4fr; gap: 48px; } }

/* ── Col 1: Brand ───────────────────────────────────────── */
.fv2-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-bottom: 16px; }
.fv2-brand-bar {
    width: 4px; height: 44px; background: var(--fv2-red); border-radius: 2px; flex-shrink: 0;
}
.fv2-brand-name {
    font-size: 1.1rem; font-weight: 900; color: var(--fv2-text);
    letter-spacing: -0.02em; line-height: 1.1;
}
.fv2-brand-tag {
    font-size: 0.68rem; color: var(--fv2-text-muted);
    font-weight: 500; letter-spacing: 0.04em;
    text-transform: uppercase; margin-top: 3px;
}
.fv2-brand-img { height: 40px; width: auto; object-fit: contain; }
.fv2-desc {
    font-size: 0.82rem; line-height: 1.7;
    color: var(--fv2-text-muted); margin-bottom: 20px;
    max-width: 320px;
}
.fv2-socials { display: flex; gap: 6px; flex-wrap: wrap; }
.fv2-soc {
    width: 34px; height: 34px; border-radius: 8px;
    border: 1.5px solid var(--fv2-border);
    background: var(--fv2-bg);
    display: flex; align-items: center; justify-content: center;
    color: var(--fv2-text-muted); font-size: 0.75rem;
    text-decoration: none;
    transition: all 0.15s;
}
.fv2-soc:hover { background: var(--fv2-red-soft); color: var(--fv2-red); border-color: var(--fv2-red-border); transform: translateY(-2px); }
.fv2-rss:hover { background: rgba(249,115,22,0.07); color: #ea580c; border-color: rgba(234,88,12,0.2); }

/* ── Col headers ────────────────────────────────────────── */
.fv2-col-head {
    font-size: 0.67rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: 0.1em;
    color: var(--fv2-text); margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--fv2-border);
    display: flex; align-items: center; gap: 8px;
}
.fv2-col-head::before {
    content: '';
    width: 3px; height: 14px;
    background: var(--fv2-red);
    border-radius: 2px;
    flex-shrink: 0;
}

/* ── Links ──────────────────────────────────────────────── */
.fv2-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 2px; }
.fv2-link {
    display: flex; align-items: center; gap: 8px;
    padding: 6px 0;
    font-size: 0.82rem; color: var(--fv2-text-muted);
    text-decoration: none;
    border-bottom: 1px solid var(--fv2-border-2);
    transition: color 0.14s, padding-left 0.18s;
}
.fv2-link:last-child { border-bottom: none; }
.fv2-link:hover { color: var(--fv2-red); padding-left: 4px; }
.fv2-link-dot {
    width: 5px; height: 5px; border-radius: 50%;
    background: var(--fv2-border); flex-shrink: 0;
    transition: background 0.14s;
}
.fv2-link:hover .fv2-link-dot { background: var(--fv2-red); }

/* ── Contact items ──────────────────────────────────────── */
.fv2-contacts { display: flex; flex-direction: column; gap: 14px; }
.fv2-contact-item { display: flex; align-items: flex-start; gap: 12px; }
.fv2-contact-icon {
    width: 32px; height: 32px; border-radius: 8px;
    background: var(--fv2-soft); border: 1px solid var(--fv2-border);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; color: var(--fv2-red); font-size: 0.72rem;
}
.fv2-contact-text {
    font-size: 0.8rem; color: var(--fv2-text-muted);
    line-height: 1.5; text-decoration: none;
}
a.fv2-contact-text:hover { color: var(--fv2-red); }

/* ── Bottom bar ─────────────────────────────────────────── */
.fv2-bottom {
    border-top: 1px solid var(--fv2-border);
    background: var(--fv2-soft);
    padding: 14px 0;
}
.fv2-bottom-inner {
    display: flex; flex-direction: column; align-items: center; gap: 10px;
    font-size: 0.73rem; color: var(--fv2-text-dim);
}
@media (min-width: 640px) {
    .fv2-bottom-inner { flex-direction: row; justify-content: space-between; }
}
.fv2-bottom-links { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; justify-content: center; }
.fv2-bottom-link {
    padding: 3px 8px; color: var(--fv2-text-dim);
    text-decoration: none; border-radius: 4px;
    transition: color 0.14s, background 0.14s;
}
.fv2-bottom-link:hover { color: var(--fv2-red); background: var(--fv2-red-soft); }
.fv2-bottom-sep { color: var(--fv2-border); }

/* ===== layout ===== */
* { box-sizing: border-box; }

        body {
            font-family: 'Inter', sans-serif;
            background-color: #f1f3f5;
            color: #1f2937;
        }

        /* ── Dark Mode ── */
        .dark body                    { background-color: #0f1117; color: #e5e7eb; }
        .dark .bg-white               { background-color: #1a1f2e !important; }
        .dark .bg-gray-100            { background-color: #0f1117 !important; }
        .dark .bg-gray-50             { background-color: #151b27 !important; }
        .dark .bg-gray-900            { background-color: #080c14 !important; }
        .dark .bg-gray-950            { background-color: #04060d !important; }
        .dark .text-gray-900          { color: #f9fafb !important; }
        .dark .text-gray-800          { color: #f3f4f6 !important; }
        .dark .text-gray-700          { color: #e5e7eb !important; }
        .dark .text-gray-600          { color: #d1d5db !important; }
        .dark .text-gray-500          { color: #9ca3af !important; }
        .dark .text-gray-400          { color: #6b7280 !important; }
        .dark .border-gray-100        { border-color: #2d3748 !important; }
        .dark .border-gray-200        { border-color: #2d3748 !important; }
        .dark .border-gray-800        { border-color: #1a1f2e !important; }
        .dark .shadow-sm              { box-shadow: 0 1px 4px rgba(0,0,0,0.5) !important; }
        .dark .shadow-md              { box-shadow: 0 4px 12px rgba(0,0,0,0.5) !important; }
        .dark .divide-gray-100 > *    { border-color: #2d3748 !important; }
        .dark .divide-gray-50 > *     { border-color: #2d3748 !important; }
        .dark .sidebar-widget         { background: #1a1f2e; border-color: #2d3748; }
        .dark .article-content        { color: #d1d5db; }
        .dark .article-content h2,
        .dark .article-content h3     { color: #f9fafb; }
        .dark .article-content blockquote { border-left-color: #dc2626; color: #9ca3af; background: #151b27; }
        .dark input, .dark textarea, .dark select {
            background-color: #2d3748 !important;
            color: #f3f4f6 !important;
            border-color: #4b5563 !important;
        }
        .dark .news-card              { background-color: #1a1f2e; }
        .dark .hover\:bg-red-50:hover { background-color: #2d1515 !important; }
        .dark .hover\:bg-gray-50:hover{ background-color: #151b27 !important; }

        /* ── Custom Scrollbar ── */
        ::-webkit-scrollbar { width: 6px; height: 6px; }
        ::-webkit-scrollbar-track { background: #f1f5f9; }
        ::-webkit-scrollbar-thumb { background: linear-gradient(180deg,#dc2626,#b91c1c); border-radius: 4px; }
        ::-webkit-scrollbar-thumb:hover { background: #991b1b; }
        .dark ::-webkit-scrollbar-track { background: #1a1f2e; }

        /* ── Markets Bar (card-grid tasarım) ── */
        .markets-bar {
            background: #fff;
            border-bottom: 1px solid #e5e7eb;
            box-shadow: 0 1px 4px rgba(0,0,0,.04);
        }
        .dark .markets-bar {
            background: #111827;
            border-bottom-color: rgba(255,255,255,.07);
            box-shadow: none;
        }
        /* Yatay scroll — mobile */
        .markets-scroll {
            display: flex;
            align-items: stretch;
            overflow-x: auto;
            scrollbar-width: none;
            -ms-overflow-style: none;
            flex: 1;
            min-width: 0;
        }
        .markets-scroll::-webkit-scrollbar { display: none; }

        /* Kur kartı */
        .mkt-card {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 0 18px;
            border-right: 1px solid #f3f4f6;
            cursor: default;
            white-space: nowrap;
            transition: background .15s;
            height: 44px;
            flex-shrink: 0;
        }
        .dark .mkt-card { border-right-color: rgba(255,255,255,.06); }
        .mkt-card:hover { background: #fef2f2; }
        .dark .mkt-card:hover { background: rgba(220,38,38,.06); }

        .mkt-flag  { font-size:18px; line-height:1; }
        .mkt-info  { display:flex; flex-direction:column; gap:1px; }
        .mkt-name  { font-size:10px; font-weight:700; color:#6b7280; letter-spacing:.04em; text-transform:uppercase; line-height:1; }
        .dark .mkt-name { color:#9ca3af; }
        .mkt-val   { font-size:14px; font-weight:900; color:#111827; letter-spacing:-.01em; line-height:1.1; }
        .dark .mkt-val  { color:#f9fafb; }
        .mkt-unit  { font-size:11px; font-weight:600; color:#9ca3af; margin-left:1px; }
        .dark .mkt-unit { color:#6b7280; }

        /* Değişim pill */
        .mkt-badge {
            display: inline-flex;
            align-items: center;
            gap: 3px;
            font-size: 10px;
            font-weight: 800;
            padding: 2px 7px;
            border-radius: 99px;
            letter-spacing: .01em;
            line-height: 1;
        }
        .mkt-badge.up   { background:#dcfce7; color:#15803d; }
        .mkt-badge.down { background:#fee2e2; color:#dc2626; }
        .mkt-badge.flat { background:#f3f4f6; color:#9ca3af; }
        .dark .mkt-badge.up   { background:rgba(21,128,61,.2);  color:#4ade80; }
        .dark .mkt-badge.down { background:rgba(220,38,38,.2);  color:#f87171; }
        .dark .mkt-badge.flat { background:rgba(255,255,255,.06); color:#6b7280; }

        /* Skeleton yükleniyor */
        .mkt-skeleton {
            height: 14px; border-radius: 4px;
            background: linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);
            background-size: 200% 100%;
            animation: shimmer 1.4s infinite;
        }
        .dark .mkt-skeleton {
            background: linear-gradient(90deg,#1f2937 25%,#374151 50%,#1f2937 75%);
            background-size: 200% 100%;
        }
        @keyframes shimmer { to { background-position: -200% 0; } }

        /* Sol etiket */
        .mkt-label {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 0 16px;
            height: 44px;
            border-right: 2px solid #dc2626;
        }
        .mkt-canli {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            font-size: 9px;
            font-weight: 900;
            letter-spacing: .08em;
            color: #dc2626;
            text-transform: uppercase;
        }
        @keyframes pulse2 {
            0%,100% { opacity:1; } 50% { opacity:.3; }
        }
        .mkt-canli-dot {
            width: 6px; height: 6px;
            border-radius: 50%;
            background: #22c55e;
            animation: pulse2 1.4s ease-in-out infinite;
            flex-shrink: 0;
        }
        /* Sağ bilgi alanı */
        .mkt-meta {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 0 14px;
            height: 44px;
            border-left: 1px solid #f3f4f6;
            white-space: nowrap;
        }
        .dark .mkt-meta { border-left-color: rgba(255,255,255,.06); }

        /* ── Breaking News Ticker ── */
        .breaking-wrap { overflow: hidden; flex: 1; }
        .breaking-track {
            display: inline-flex;
            align-items: center;
            white-space: nowrap;
            animation: marquee 40s linear infinite;
        }
        .breaking-track:hover { animation-play-state: paused; }
        @keyframes marquee {
            0%   { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        /* ── News Card ── */
        .news-card {
            overflow: hidden;
            transition: box-shadow 0.3s ease, transform 0.3s ease;
            border-radius: 10px;
        }
        .news-card:hover {
            box-shadow: 0 12px 36px rgba(0,0,0,0.14);
            transform: translateY(-3px);
        }
        .news-card img {
            transition: transform 0.5s cubic-bezier(.25,.46,.45,.94);
            width: 100%; height: 100%; object-fit: cover;
        }
        .news-card:hover img { transform: scale(1.07); }

        /* ── Overlay Gradient ── */
        .overlay-gradient {
            background: linear-gradient(to top,
                rgba(0,0,0,0.88) 0%,
                rgba(0,0,0,0.45) 45%,
                transparent 70%);
        }

        /* ── Category Badge ── */
        .cat-badge {
            display: inline-block;
            padding: 2px 8px;
            border-radius: 3px;
            font-size: 10px;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            line-height: 1.5;
        }

        /* ── Section Header ── */
        .section-accent {
            display: inline-block;
            width: 4px;
            height: 22px;
            border-radius: 2px;
            background: linear-gradient(180deg, #dc2626 0%, #b91c1c 100%);
            flex-shrink: 0;
        }
        .section-title {
            font-size: 1rem;
            font-weight: 800;
            color: #111827;
            letter-spacing: -0.01em;
            text-transform: uppercase;
        }
        .dark .section-title { color: #f9fafb; }

        /* ── Section Header Bar (with line) ── */
        .section-header {
            display: flex;
            align-items: center;
            gap: 10px;
            padding-bottom: 12px;
            border-bottom: 2px solid #e5e7eb;
            margin-bottom: 18px;
            position: relative;
        }
        .section-header::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 60px;
            height: 2px;
            background: var(--accent, #b91c1c);
            border-radius: 2px;
        }
        .dark .section-header { border-bottom-color: #2d3748; }

        /* ── Sidebar Widget ── */
        .sidebar-widget {
            background: #fff;
            border: 1px solid #e9ecef;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 1px 4px rgba(0,0,0,0.05);
            transition: box-shadow .2s ease;
        }
        .sidebar-widget:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.08); }
        /* ── Sidebar skeleton loader ── */
        .sb-skeleton {
            background: linear-gradient(90deg,#eef0f2 25%,#e0e3e7 50%,#eef0f2 75%);
            background-size: 200% 100%;
            animation: sbShimmer 1.4s ease-in-out infinite;
            border-radius: 6px;
            display: block;
        }
        .dark .sb-skeleton { background: linear-gradient(90deg,#2d3748 25%,#374151 50%,#2d3748 75%); background-size: 200% 100%; }
        @keyframes sbShimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
        @media (prefers-reduced-motion: reduce) { .sb-skeleton { animation: none; } }
        .sidebar-widget-title {
            background: linear-gradient(135deg, #c81c1c 0%, #991b1b 100%);
            color: #fff;
            font-weight: 700;
            font-size: 0.78rem;
            padding: 10px 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        /* ── Mega Menu ── */
        .mega-menu-parent { position: relative; }
        .mega-dropdown {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 280px;
            background: #fff;
            border: 1px solid #e5e7eb;
            border-top: 2px solid #b91c1c;
            border-radius: 0 0 10px 10px;
            box-shadow: 0 16px 40px rgba(0,0,0,0.13);
            z-index: 999;
        }
        .mega-menu-parent:hover .mega-dropdown { display: block; animation: fadeIn 0.15s ease-out; }
        .mega-dropdown a { display: flex; align-items: flex-start; gap: 8px; padding: 9px 16px; font-size: 12px; color: #374151; transition: background 0.15s, color 0.15s; border-bottom: 1px solid #f9fafb; }
        .mega-dropdown a:last-child { border-bottom: none; }
        .mega-dropdown a:hover { background: #fef2f2; color: #b91c1c; padding-left: 20px; }
        .dark .mega-dropdown { background: #1a1f2e; border-color: #2d3748; border-top-color: #dc2626; }
        .dark .mega-dropdown a { color: #d1d5db; border-bottom-color: #1f2937; }
        .dark .mega-dropdown a:hover { background: #2d1515; color: #ef4444; }

        /* ── Nav Link ── */
        .nav-cat-link {
            display: block;
            padding: 13px 11px;
            color: rgba(255,255,255,0.92);
            font-size: 0.76rem;
            font-weight: 600;
            transition: background-color 0.18s, color 0.18s;
            white-space: nowrap;
            letter-spacing: 0.1px;
            position: relative;
        }
        .nav-cat-link::after {
            content: '';
            position: absolute;
            bottom: 0; left: 50%; right: 50%;
            height: 2px;
            background: rgba(255,255,255,0.6);
            transition: left 0.2s, right 0.2s;
        }
        .nav-cat-link:hover::after,
        .nav-cat-link.active::after { left: 8px; right: 8px; }
        .nav-cat-link:hover { background-color: rgba(0,0,0,0.15); color: #fff; }
        .nav-cat-link.active { background-color: rgba(0,0,0,0.2); color: #fff; }

        /* ── Mobile Menu ── */
        #mobile-menu { display: none; animation: fadeIn 0.22s ease-out; }
        #mobile-menu.open { display: block; }

        /* ── Back to Top ── */
        #back-to-top {
            transition: opacity 0.3s ease, transform 0.3s ease;
            opacity: 0; pointer-events: none; transform: translateY(12px);
        }
        #back-to-top.visible { opacity: 1; pointer-events: all; transform: translateY(0); }

        /* ── Article Content ── */
        .article-content p {
            margin-bottom: 1.4rem;
            line-height: 1.9;
            font-size: 1.05rem;
            color: #374151;
        }
        .dark .article-content p { color: #cbd5e1; }
        .article-content h2 {
            font-size: 1.5rem; font-weight: 800; margin: 2.2rem 0 1rem;
            color: #111827;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid #f3f4f6;
        }
        .article-content h3 { font-size: 1.2rem; font-weight: 700; margin: 1.8rem 0 0.8rem; color: #1f2937; }
        .article-content img { max-width: 100%; height: auto; margin: 1.5rem 0; border-radius: 10px; box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
        .article-content a { color: #b91c1c; text-decoration: underline; text-underline-offset: 2px; }
        .article-content a:hover { color: #991b1b; }
        .article-content ul, .article-content ol { padding-left: 1.8rem; margin-bottom: 1.3rem; }
        .article-content li { margin-bottom: 0.6rem; line-height: 1.75; }
        .article-content blockquote {
            border-left: 4px solid #b91c1c;
            padding: 1rem 1.25rem;
            margin: 1.75rem 0;
            color: #4b5563;
            font-style: italic;
            background: #fef9f9;
            border-radius: 0 8px 8px 0;
        }
        .article-content table { width: 100%; border-collapse: collapse; margin-bottom: 1.5rem; font-size: 0.92rem; }
        .article-content th { background: #f3f4f6; font-weight: 700; padding: 8px 12px; border: 1px solid #e5e7eb; text-align: left; }
        .article-content td { padding: 8px 12px; border: 1px solid #e5e7eb; }
        .article-content tr:hover td { background: #fef9f9; }

        /* ── Skeleton Loading ── */
        .skeleton {
            background: linear-gradient(90deg, #f0f0f0 25%, #e4e4e4 50%, #f0f0f0 75%);
            background-size: 400% 100%;
            animation: shimmer 1.6s ease infinite;
            border-radius: 6px;
        }
        .dark .skeleton {
            background: linear-gradient(90deg, #1e2535 25%, #252d40 50%, #1e2535 75%);
            background-size: 400% 100%;
        }
        @keyframes shimmer {
            0%   { background-position: 100% 0; }
            100% { background-position: -100% 0; }
        }

        /* ── Sticky header ── */
        .sticky-header {
            position: sticky; top: 0; z-index: 50;
            transition: box-shadow 0.3s;
        }
        .sticky-header.scrolled {
            box-shadow: 0 3px 24px rgba(0,0,0,0.22);
        }

        /* ── Reading Progress Bar ── */
        #reading-progress {
            position: fixed; top: 0; left: 0; right: 0;
            height: 3px; z-index: 9999;
            background: linear-gradient(to right, #dc2626, #f87171);
            transform-origin: left;
            transform: scaleX(0);
            transition: transform 0.1s linear;
        }

        /* ── Image hover zoom wrapper ── */
        .img-zoom-wrap { overflow: hidden; }
        .img-zoom-wrap img { transition: transform 0.5s cubic-bezier(.25,.46,.45,.94); }
        .img-zoom-wrap:hover img { transform: scale(1.06); }

        /* ── Tag pill ── */
        .tag-pill {
            display: inline-block;
            padding: 3px 10px;
            border-radius: 20px;
            font-size: 11px;
            font-weight: 600;
            background: #f3f4f6;
            color: #4b5563;
            transition: background 0.15s, color 0.15s;
        }
        .tag-pill:hover { background: #b91c1c; color: #fff; }
        .dark .tag-pill { background: #2d3748; color: #9ca3af; }
        .dark .tag-pill:hover { background: #b91c1c; color: #fff; }

        /* ── Card image ratio ── */
        .aspect-news  { aspect-ratio: 16/9; }
        .aspect-wide  { aspect-ratio: 2/1; }
        .aspect-thumb { aspect-ratio: 4/3; }

        /* ── Smooth focus rings ── */
        *:focus-visible {
            outline: 2px solid #b91c1c;
            outline-offset: 2px;
            border-radius: 4px;
        }

        /* ── Btn primary ── */
        .btn-primary {
            display: inline-flex; align-items: center; gap: 8px;
            background: #b91c1c;
            color: #fff; font-weight: 700; font-size: 0.85rem;
            padding: 10px 22px; border-radius: 8px;
            transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
            box-shadow: 0 2px 8px rgba(185,28,28,0.25);
        }
        .btn-primary:hover {
            background: #991b1b;
            box-shadow: 0 4px 16px rgba(185,28,28,0.35);
            transform: translateY(-1px);
        }

        /* ── Footer ── */
        footer { border-top: 3px solid #b91c1c; }

        /* ── Print ── */
        @media print {
            header, footer, aside, nav, #reading-progress, .sidebar-widget,
            .social-share, .breaking-ticker, .currency-ticker { display: none !important; }
            article { box-shadow: none !important; }
            .article-content { font-size: 12pt; line-height: 1.6; }
            a[href]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #666; }
            img { max-width: 100%; page-break-inside: avoid; }
            h1, h2, h3 { page-break-after: avoid; }
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-6px); }
            to   { opacity: 1; transform: translateY(0); }
        }