/*
Theme Name: Transfer Merkezi
Theme URI: https://acasino.biz/transfer-merkezi
Author: Transfer Merkezi
Author URI: https://acasino.biz
Description: Futbol transfer haberleri, söylentiler ve oyuncu piyasa değeri için borsa hissiyatında profesyonel bir WordPress blog teması. Transfer ticker şeridi, değer rozetli transfer kartları ve durum etiketleri ile gelir.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: transfer-merkezi
Tags: blog, news, sports, football, custom-logo, featured-images, translation-ready, threaded-comments, rtl-language-support
*/

/* =========================================================
   1. Custom Properties / Palette
   ========================================================= */
:root {
    --navy: #0b1f3a;
    --navy-2: #12294a;
    --gold: #d4af37;
    --gold-soft: #e8cf7a;
    --bg: #f7f8fa;
    --card: #ffffff;
    --ink: #0f172a;
    --up: #16a34a;
    --down: #dc2626;
    --muted: #64748b;
    --line: #e2e8f0;
    --line-strong: #cbd5e1;
    --shadow-sm: 0 1px 2px rgba(11, 31, 58, .06), 0 1px 3px rgba(11, 31, 58, .08);
    --shadow-md: 0 6px 18px rgba(11, 31, 58, .10);
    --shadow-lg: 0 18px 40px rgba(11, 31, 58, .16);
    --radius: 12px;
    --radius-sm: 8px;
    --radius-pill: 999px;
    --container: 1200px;
    --font-head: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --ease: cubic-bezier(.4, 0, .2, 1);
    --header-h: 68px;
}

/* =========================================================
   2. Reset / Base
   ========================================================= */
*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }
}

body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    color: var(--ink);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-head);
    font-weight: 700;
    line-height: 1.2;
    color: var(--ink);
    margin: 0 0 .5em;
    letter-spacing: -.01em;
}

p { margin: 0 0 1.2em; }

a {
    color: var(--navy);
    text-decoration: none;
    transition: color .18s var(--ease);
}
a:hover { color: var(--gold); }

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol { margin: 0 0 1.2em; padding-left: 1.4em; }

figure { margin: 0 0 1.4em; }

blockquote {
    margin: 1.6em 0;
    padding: .8em 1.4em;
    border-left: 4px solid var(--gold);
    background: #fff;
    border-radius: var(--radius-sm);
    color: var(--navy-2);
    font-style: italic;
    box-shadow: var(--shadow-sm);
}

code, pre {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    font-size: .92em;
}
pre {
    background: var(--navy);
    color: #e6edf6;
    padding: 1.1em 1.3em;
    border-radius: var(--radius-sm);
    overflow-x: auto;
}
:not(pre) > code {
    background: #eef1f6;
    padding: .12em .4em;
    border-radius: 4px;
    color: var(--navy-2);
}

hr { border: 0; border-top: 1px solid var(--line); margin: 2.4em 0; }

.tabular { font-variant-numeric: tabular-nums; }

/* =========================================================
   3. Accessibility helpers
   ========================================================= */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    word-wrap: normal !important;
}

.skip-link {
    position: absolute;
    left: 8px;
    top: -60px;
    z-index: 1000;
    background: var(--gold);
    color: var(--navy);
    padding: 10px 18px;
    border-radius: var(--radius-sm);
    font-family: var(--font-head);
    font-weight: 600;
    box-shadow: var(--shadow-md);
    transition: top .2s var(--ease);
}
.skip-link:focus {
    top: 8px;
    color: var(--navy);
}

:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 2px;
    border-radius: 3px;
}

/* =========================================================
   4. Layout
   ========================================================= */
.container {
    width: 100%;
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: 20px;
}

.site-content {
    padding: 34px 0 60px;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
}

@media (min-width: 981px) {
    .content-grid.has-sidebar {
        grid-template-columns: minmax(0, 1fr) 320px;
    }
}

/* =========================================================
   5. Header
   ========================================================= */
.site-header {
    background: var(--navy);
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 0 rgba(212, 175, 55, .35), var(--shadow-md);
}

.header-bar {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: var(--header-h);
}

.site-branding {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: auto;
}

.custom-logo-link img,
.site-branding .custom-logo { max-height: 42px; width: auto; }

.site-logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(145deg, var(--gold), var(--gold-soft));
    color: var(--navy);
    box-shadow: 0 4px 12px rgba(212, 175, 55, .35);
    flex: none;
}
.site-logo-mark svg { width: 24px; height: 24px; }

.site-title {
    font-family: var(--font-head);
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    letter-spacing: -.02em;
}
.site-title a { color: #fff; }
.site-title a:hover { color: var(--gold); }
.site-title .accent { color: var(--gold); }

.site-description {
    margin: 3px 0 0;
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--gold-soft);
    font-weight: 500;
}

/* Primary nav */
.main-navigation { display: flex; align-items: center; }
.main-navigation ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
}
.main-navigation li { position: relative; }
.main-navigation a {
    display: block;
    color: #dbe3ef;
    font-family: var(--font-head);
    font-weight: 500;
    font-size: .94rem;
    padding: 10px 14px;
    border-radius: var(--radius-sm);
    transition: background .18s var(--ease), color .18s var(--ease);
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
    color: #fff;
    background: var(--navy-2);
}
.main-navigation .current-menu-item > a { box-shadow: inset 0 -2px 0 var(--gold); }

/* Sub menus */
.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--navy-2);
    min-width: 210px;
    flex-direction: column;
    gap: 0;
    padding: 6px;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(212, 175, 55, .2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .16s var(--ease), transform .16s var(--ease), visibility .16s;
    z-index: 20;
}
.main-navigation li:hover > ul,
.main-navigation li:focus-within > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.main-navigation ul ul a { padding: 9px 12px; }

/* Header search */
.header-search { position: relative; flex: none; }
.header-search form {
    display: flex;
    align-items: center;
    background: var(--navy-2);
    border: 1px solid rgba(219, 227, 239, .18);
    border-radius: var(--radius-pill);
    padding: 3px 3px 3px 14px;
    transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.header-search form:focus-within {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, .25);
}
.header-search .search-field {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: .9rem;
    width: 150px;
    padding: 6px 4px;
    font-family: var(--font-body);
}
.header-search .search-field::placeholder { color: #93a3bb; }
.header-search .search-field:focus { outline: none; }
.header-search .search-submit {
    border: 0;
    background: var(--gold);
    color: var(--navy);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: none;
    transition: background .18s var(--ease), transform .18s var(--ease);
}
.header-search .search-submit:hover { background: var(--gold-soft); transform: scale(1.05); }
.header-search .search-submit svg { width: 17px; height: 17px; }

/* Mobile toggle */
.menu-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    background: var(--navy-2);
    border: 1px solid rgba(219, 227, 239, .18);
    color: #fff;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: .85rem;
    padding: 9px 14px;
    border-radius: var(--radius-sm);
    cursor: pointer;
}
.menu-toggle .bars {
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
    width: 18px;
}
.menu-toggle .bars span {
    height: 2px;
    background: var(--gold);
    border-radius: 2px;
    transition: transform .2s var(--ease), opacity .2s var(--ease);
}
.menu-toggle[aria-expanded="true"] .bars span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .bars span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .bars span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

/* =========================================================
   6. Transfer Ticker
   ========================================================= */
.transfer-ticker {
    background: var(--navy-2);
    border-top: 1px solid rgba(212, 175, 55, .28);
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    overflow: hidden;
    position: relative;
}
.transfer-ticker::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 16px;
    background: var(--gold);
    color: var(--navy);
    font-family: var(--font-head);
    font-weight: 700;
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 6px 0 14px rgba(11, 31, 58, .4);
}
.ticker-viewport {
    overflow: hidden;
    white-space: nowrap;
    padding: 9px 0 9px 132px;
}
.ticker-track {
    display: inline-flex;
    align-items: center;
    gap: 34px;
    padding-left: 34px;
    animation: ticker-scroll 42s linear infinite;
    will-change: transform;
}
.ticker-viewport:hover .ticker-track,
.ticker-viewport:focus-within .ticker-track { animation-play-state: paused; }

@keyframes ticker-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .ticker-track { animation: none; }
    .ticker-viewport { overflow-x: auto; }
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: .86rem;
    color: #e6edf6;
    white-space: nowrap;
}
.ticker-item .tk-name { font-family: var(--font-head); font-weight: 600; color: #fff; }
.ticker-item .tk-move { color: #9fb2cc; }
.ticker-item .tk-value {
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.ticker-item .tk-value.up { color: #4ade80; }
.ticker-item .tk-value.down { color: #f87171; }
.ticker-item .tk-value::before {
    font-size: .72rem;
}
.ticker-item .tk-value.up::before { content: "\25B2"; }
.ticker-item .tk-value.down::before { content: "\25BC"; }
.ticker-sep { color: rgba(212, 175, 55, .5); }

/* =========================================================
   7. Hero / Homepage sections
   ========================================================= */
.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--line);
    position: relative;
}
.section-head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 64px;
    height: 2px;
    background: var(--gold);
}
.section-head h2 {
    margin: 0;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-head h2 .dot {
    width: 9px; height: 9px; border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 4px rgba(212, 175, 55, .2);
    flex: none;
}
.section-head .see-all {
    font-family: var(--font-head);
    font-weight: 600;
    font-size: .85rem;
    color: var(--navy);
    white-space: nowrap;
}
.section-head .see-all:hover { color: var(--gold); }

.home-section { margin-bottom: 46px; }

/* Hero featured */
.hero-feature {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    min-height: 380px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    box-shadow: var(--shadow-md);
    background: var(--navy);
}
.hero-feature .hero-media {
    position: absolute;
    inset: 0;
}
.hero-feature .hero-media img {
    width: 100%; height: 100%; object-fit: cover;
    opacity: .55;
}
.hero-feature .hero-body {
    position: relative;
    z-index: 2;
    padding: 34px;
    background: linear-gradient(to top, rgba(11, 31, 58, .95) 10%, rgba(11, 31, 58, .3) 90%);
    width: 100%;
}
.hero-feature h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); color: #fff; margin-bottom: .35em; }
.hero-feature h2 a { color: #fff; }
.hero-feature h2 a:hover { color: var(--gold); }
.hero-feature .hero-excerpt { color: #cfdaea; max-width: 60ch; margin-bottom: 0; }

@media (min-width: 861px) {
    .hero-grid {
        display: grid;
        grid-template-columns: 1.55fr 1fr;
        gap: 24px;
    }
    .hero-side { display: flex; flex-direction: column; gap: 18px; }
}

.hero-side-card {
    display: flex;
    gap: 14px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 12px;
    box-shadow: var(--shadow-sm);
    transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.hero-side-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.hero-side-card .thumb {
    flex: none;
    width: 92px; height: 72px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: var(--bg);
}
.hero-side-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.hero-side-card h3 { font-size: 1rem; margin: 2px 0 6px; }
.hero-side-card h3 a { color: var(--ink); }
.hero-side-card h3 a:hover { color: var(--navy); }
.hero-side-card .meta { font-size: .76rem; color: var(--muted); }

/* =========================================================
   8. Transfer Cards Grid
   ========================================================= */
.transfer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}
@media (min-width: 620px) {
    .transfer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 981px) {
    .transfer-grid { grid-template-columns: repeat(3, 1fr); }
}
.content-grid.has-sidebar .transfer-grid { grid-template-columns: 1fr; }
@media (min-width: 620px) {
    .content-grid.has-sidebar .transfer-grid { grid-template-columns: repeat(2, 1fr); }
}

.transfer-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-sm);
    transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
    position: relative;
}
.transfer-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--line-strong);
}

.transfer-card .card-media {
    position: relative;
    aspect-ratio: 16 / 9;
    background: var(--bg);
    overflow: hidden;
}
.transfer-card .card-media img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .4s var(--ease);
}
.transfer-card:hover .card-media img { transform: scale(1.05); }
.transfer-card .card-media.placeholder {
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--navy), var(--navy-2));
    color: var(--gold);
}
.transfer-card .card-media.placeholder svg { width: 54px; height: 54px; opacity: .7; }

/* Status label */
.status-tag {
    position: absolute;
    top: 12px; left: 12px;
    z-index: 2;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: .68rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 5px 11px;
    border-radius: var(--radius-pill);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    box-shadow: var(--shadow-sm);
    backdrop-filter: saturate(1.4);
}
.status-tag::before {
    content: "";
    width: 6px; height: 6px; border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.status-resmi { background: var(--up); }
.status-soylenti { background: #b45309; }
.status-gorusme { background: var(--navy-2); }

.transfer-card .card-body {
    padding: 16px 16px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Player + move row */
.transfer-move {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    color: var(--muted);
    margin-bottom: 10px;
    font-family: var(--font-head);
    font-weight: 500;
}
.transfer-move .club { color: var(--navy-2); font-weight: 600; }
.transfer-move .arrow { color: var(--gold); font-weight: 700; }

.transfer-card h3 { font-size: 1.12rem; margin: 0 0 12px; line-height: 1.28; }
.transfer-card h3 a { color: var(--ink); }
.transfer-card h3 a:hover { color: var(--navy); }

/* Value badge */
.value-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    padding: 7px 12px;
    border-radius: var(--radius-sm);
    font-family: var(--font-head);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    font-size: 1rem;
    margin-bottom: 14px;
}
.value-badge .vb-label {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: .68rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    opacity: .8;
}
.value-badge .vb-trend { display: inline-flex; align-items: center; gap: 3px; }
.value-badge.up { background: rgba(22, 163, 74, .1); color: var(--up); }
.value-badge.down { background: rgba(220, 38, 38, .1); color: var(--down); }
.value-badge.neutral { background: #eef1f6; color: var(--navy-2); }
.value-badge.up .vb-trend::before { content: "\25B2"; font-size: .72rem; }
.value-badge.down .vb-trend::before { content: "\25BC"; font-size: .72rem; }

.transfer-card .card-foot {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    font-size: .76rem;
    color: var(--muted);
}
.transfer-card .card-foot .cat {
    font-family: var(--font-head);
    font-weight: 600;
    color: var(--navy);
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: .68rem;
}
.transfer-card .card-foot time { font-variant-numeric: tabular-nums; }

/* =========================================================
   9. Standard post cards (archive/search list)
   ========================================================= */
.post-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}
@media (min-width: 620px) {
    .post-list.cols-2 { grid-template-columns: repeat(2, 1fr); }
}

/* =========================================================
   10. Single post
   ========================================================= */
.single-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
}
@media (min-width: 981px) {
    .single-layout {
        grid-template-columns: minmax(0, 1fr) 330px;
        align-items: start;
    }
}

.article-header { margin-bottom: 26px; }
.article-header .kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: .74rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--navy);
    background: rgba(212, 175, 55, .16);
    padding: 5px 12px;
    border-radius: var(--radius-pill);
    margin-bottom: 16px;
}
.entry-title { font-size: clamp(1.8rem, 4vw, 2.7rem); margin-bottom: 16px; }

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
    color: var(--muted);
    font-size: .88rem;
    margin-bottom: 4px;
}
.entry-meta .meta-item { display: inline-flex; align-items: center; gap: 6px; }
.entry-meta .meta-item svg { width: 15px; height: 15px; color: var(--gold); }
.entry-meta a { color: var(--navy-2); font-weight: 600; }
.entry-meta a:hover { color: var(--gold); }
.entry-meta time { font-variant-numeric: tabular-nums; }

.featured-media {
    margin: 22px 0 30px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}
.featured-media img { width: 100%; }
.featured-media figcaption {
    font-size: .8rem;
    color: var(--muted);
    padding: 8px 12px;
    background: var(--card);
}

.entry-content {
    font-size: 1.06rem;
    line-height: 1.75;
}
.entry-content > * { max-width: 72ch; }
.entry-content > .alignwide,
.entry-content > .alignfull,
.entry-content > figure,
.entry-content > .wp-block-image { max-width: none; }
.entry-content h2 { font-size: 1.6rem; margin-top: 1.6em; }
.entry-content h3 { font-size: 1.3rem; margin-top: 1.4em; }
.entry-content a { color: var(--navy); text-decoration: underline; text-decoration-color: rgba(212, 175, 55, .5); text-underline-offset: 3px; }
.entry-content a:hover { color: var(--gold); }
.entry-content img { border-radius: var(--radius-sm); }
.entry-content ul li::marker { color: var(--gold); }
.entry-content ol li::marker { color: var(--navy); font-weight: 600; }

.wp-caption-text, .wp-block-image figcaption { font-size: .82rem; color: var(--muted); text-align: center; }

/* Tags + footer */
.entry-footer {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
}
.tag-links { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-links a {
    font-size: .8rem;
    background: var(--card);
    border: 1px solid var(--line);
    color: var(--navy-2);
    padding: 5px 12px;
    border-radius: var(--radius-pill);
    font-weight: 500;
}
.tag-links a:hover { border-color: var(--gold); color: var(--navy); background: rgba(212, 175, 55, .08); }

/* Share */
.share-row { display: flex; align-items: center; gap: 8px; }
.share-row .share-label { font-size: .8rem; color: var(--muted); font-family: var(--font-head); font-weight: 600; }
.share-row a {
    width: 34px; height: 34px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
}
.share-row a:hover { background: var(--gold); color: var(--navy); }
.share-row a svg { width: 16px; height: 16px; }

/* =========================================================
   11. Transfer detail box (single sidebar)
   ========================================================= */
.transfer-detail-box {
    background: var(--card);
    border: 1px solid var(--line);
    border-top: 3px solid var(--gold);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    position: sticky;
    top: calc(var(--header-h) + 16px);
}
.transfer-detail-box .tdb-head {
    background: var(--navy);
    color: #fff;
    padding: 14px 18px;
    font-family: var(--font-head);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: .95rem;
}
.transfer-detail-box .tdb-head svg { width: 18px; height: 18px; color: var(--gold); }
.transfer-detail-box dl { margin: 0; padding: 6px 18px 14px; }
.transfer-detail-box .tdb-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px dashed var(--line);
}
.transfer-detail-box .tdb-row:last-child { border-bottom: 0; }
.transfer-detail-box dt {
    font-size: .78rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 600;
    margin: 0;
}
.transfer-detail-box dd {
    margin: 0;
    font-family: var(--font-head);
    font-weight: 600;
    text-align: right;
    color: var(--ink);
    font-variant-numeric: tabular-nums;
}
.transfer-detail-box dd.up { color: var(--up); }
.transfer-detail-box dd.down { color: var(--down); }
.tdb-clubs {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
    background: var(--bg);
    justify-content: center;
    font-family: var(--font-head);
    font-weight: 700;
}
.tdb-clubs .club { text-align: center; font-size: .92rem; color: var(--navy-2); }
.tdb-clubs .swap { color: var(--gold); font-size: 1.3rem; }

/* Related transfers */
.related-transfers { margin-top: 46px; }

/* Author box */
.author-box {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 20px;
    margin-top: 34px;
    box-shadow: var(--shadow-sm);
}
.author-box .avatar img { border-radius: 50%; }
.author-box .author-name { font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; margin: 0 0 4px; }
.author-box .author-bio { margin: 0; font-size: .9rem; color: var(--muted); }

/* Post navigation */
.post-navigation {
    margin-top: 34px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
@media (min-width: 620px) { .post-navigation { grid-template-columns: 1fr 1fr; } }
.post-navigation .nav-link {
    display: block;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 16px 18px;
    box-shadow: var(--shadow-sm);
    transition: border-color .2s var(--ease), transform .2s var(--ease);
}
.post-navigation .nav-link:hover { border-color: var(--gold); transform: translateY(-2px); }
.post-navigation .nav-dir { font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-family: var(--font-head); font-weight: 600; }
.post-navigation .nav-title { font-family: var(--font-head); font-weight: 600; color: var(--ink); display: block; margin-top: 4px; }
.post-navigation .next { text-align: right; }

/* =========================================================
   12. Sidebar / widgets
   ========================================================= */
.sidebar { display: flex; flex-direction: column; gap: 26px; }

.widget {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 20px;
    box-shadow: var(--shadow-sm);
}
.widget .widget-title {
    font-size: 1.05rem;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--line);
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
.widget .widget-title::before {
    content: "";
    width: 6px; height: 18px;
    background: var(--gold);
    border-radius: 2px;
    flex: none;
}
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget ul li {
    padding: 9px 0;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.widget ul li:last-child { border-bottom: 0; padding-bottom: 0; }
.widget ul li a { color: var(--navy-2); font-weight: 500; }
.widget ul li a:hover { color: var(--gold); }
.widget ul li::before {
    content: "\203A";
    color: var(--gold);
    font-weight: 700;
    flex: none;
}
.widget select {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    background: #fff;
}

/* Trending mini list widget style */
.widget_recent_entries ul li a,
.widget_categories ul li a { display: inline; }

/* =========================================================
   13. Forms & Buttons
   ========================================================= */
.btn,
button, input[type="submit"], .wp-block-button__link {
    font-family: var(--font-head);
    font-weight: 600;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--navy);
    color: #fff;
    padding: 11px 22px;
    border-radius: var(--radius-sm);
    border: 0;
    cursor: pointer;
    font-size: .92rem;
    transition: background .18s var(--ease), transform .18s var(--ease), box-shadow .18s var(--ease);
}
.btn:hover { background: var(--navy-2); color: #fff; transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-soft); color: var(--navy); }
.btn-outline { background: transparent; color: var(--navy); border: 1.5px solid var(--line-strong); }
.btn-outline:hover { border-color: var(--gold); background: rgba(212, 175, 55, .08); color: var(--navy); }

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: .86rem;
    color: var(--navy);
}
.read-more::after { content: "\2192"; transition: transform .18s var(--ease); }
.read-more:hover { color: var(--gold); }
.read-more:hover::after { transform: translateX(3px); }

input[type="text"], input[type="email"], input[type="url"], input[type="password"],
input[type="search"], input[type="number"], input[type="tel"], input[type="date"],
textarea, select {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-size: .95rem;
    background: #fff;
    color: var(--ink);
    transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, .2);
}
textarea { min-height: 130px; resize: vertical; }
label { font-weight: 600; font-size: .9rem; display: inline-block; margin-bottom: 6px; font-family: var(--font-head); }

/* Search page/form generic */
.search-form { display: flex; gap: 10px; }
.search-form .search-field { flex: 1; }
.search-form .search-submit { flex: none; width: auto; padding: 11px 20px; background: var(--gold); color: var(--navy); border: 0; border-radius: var(--radius-sm); cursor: pointer; }
.search-form .search-submit:hover { background: var(--gold-soft); }

/* =========================================================
   14. Pagination
   ========================================================= */
.pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.pagination .nav-links {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}
.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border-radius: var(--radius-sm);
    background: var(--card);
    border: 1px solid var(--line);
    color: var(--navy-2);
    font-family: var(--font-head);
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    transition: all .18s var(--ease);
}
.pagination .page-numbers:hover { border-color: var(--gold); color: var(--navy); }
.pagination .page-numbers.current {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}
.pagination .page-numbers.dots { border: 0; background: transparent; }

/* Posts navigation (older/newer) */
.posts-navigation { margin-top: 40px; display: flex; justify-content: space-between; gap: 12px; }

/* =========================================================
   15. Comments
   ========================================================= */
.comments-area {
    margin-top: 44px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px;
    box-shadow: var(--shadow-sm);
}
.comments-title, .comment-reply-title {
    font-size: 1.35rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.comment-list { list-style: none; margin: 0 0 26px; padding: 0; }
.comment-list ol { list-style: none; }
.comment-list .children { list-style: none; margin: 0; padding-left: 24px; border-left: 2px solid var(--line); }
.comment-body {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}
.comment-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.comment-meta .avatar { border-radius: 50%; flex: none; }
.comment-author .fn { font-family: var(--font-head); font-weight: 700; font-style: normal; color: var(--ink); }
.comment-metadata { font-size: .78rem; color: var(--muted); }
.comment-metadata a { color: var(--muted); }
.comment-content { margin-left: 56px; }
.comment-content p:last-child { margin-bottom: 0; }
.reply { margin-left: 56px; margin-top: 6px; }
.reply a {
    font-family: var(--font-head);
    font-weight: 600;
    font-size: .82rem;
    color: var(--navy);
    background: rgba(212, 175, 55, .12);
    padding: 4px 12px;
    border-radius: var(--radius-pill);
}
.reply a:hover { background: var(--gold); color: var(--navy); }
.bypostauthor > .comment-body .comment-author .fn::after {
    content: "Yazar";
    font-family: var(--font-head);
    font-size: .62rem;
    font-weight: 600;
    background: var(--gold);
    color: var(--navy);
    padding: 2px 7px;
    border-radius: var(--radius-pill);
    margin-left: 8px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.comment-form { display: grid; gap: 14px; }
.comment-form .comment-form-comment { grid-column: 1 / -1; }
@media (min-width: 620px) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email,
    .comment-form .comment-form-url { grid-column: span 1; }
    .comment-form { grid-template-columns: 1fr 1fr; }
    .comment-form .comment-form-comment,
    .comment-form .form-submit,
    .comment-form .comment-notes,
    .comment-form .comment-form-cookies-consent { grid-column: 1 / -1; }
}
.comment-form .comment-notes { font-size: .85rem; color: var(--muted); }
.no-comments { color: var(--muted); font-style: italic; }

/* =========================================================
   16. Page + misc
   ========================================================= */
.page-hero {
    background: linear-gradient(135deg, var(--navy), var(--navy-2));
    color: #fff;
    border-radius: var(--radius);
    padding: 40px 34px;
    margin-bottom: 34px;
    position: relative;
    overflow: hidden;
}
.page-hero::after {
    content: "";
    position: absolute;
    right: -40px; top: -40px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(212, 175, 55, .28), transparent 70%);
}
.page-hero h1 { color: #fff; font-size: clamp(1.7rem, 4vw, 2.6rem); margin: 0 0 8px; }
.page-hero .subtitle { color: #c9d6ea; margin: 0; max-width: 60ch; }
.page-hero .breadcrumb { position: relative; z-index: 2; }

/* Breadcrumb */
.breadcrumb {
    font-size: .82rem;
    color: var(--muted);
    margin-bottom: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    font-family: var(--font-head);
}
.breadcrumb a { color: inherit; font-weight: 500; }
.page-hero .breadcrumb, .page-hero .breadcrumb a { color: #b9c8de; }
.page-hero .breadcrumb a:hover { color: var(--gold); }
.breadcrumb a:hover { color: var(--navy); }
.breadcrumb .sep { opacity: .6; }
.breadcrumb [aria-current="page"] { color: var(--ink); font-weight: 600; }
.page-hero .breadcrumb [aria-current="page"] { color: #fff; }

.page-content { font-size: 1.05rem; line-height: 1.75; }
.page-content > * { max-width: 74ch; }

/* Archive header */
.archive-header {
    margin-bottom: 28px;
    padding: 26px 0 18px;
    border-bottom: 2px solid var(--line);
    position: relative;
}
.archive-header::after {
    content: ""; position: absolute; left: 0; bottom: -2px; width: 70px; height: 2px; background: var(--gold);
}
.archive-header .archive-eyebrow {
    font-family: var(--font-head);
    font-weight: 600;
    font-size: .74rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
    display: block;
}
.archive-header h1 { font-size: clamp(1.6rem, 3.6vw, 2.3rem); margin: 0; }
.archive-header .archive-description { margin: 12px 0 0; color: var(--muted); max-width: 70ch; }

/* 404 */
.error-404 { text-align: center; padding: 40px 0 20px; }
.error-404 .code {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: clamp(5rem, 18vw, 10rem);
    line-height: 1;
    background: linear-gradient(135deg, var(--navy), var(--gold));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-variant-numeric: tabular-nums;
}
.error-404 h1 { margin: 8px 0 12px; }
.error-404 p { color: var(--muted); max-width: 52ch; margin-inline: auto; }
.error-404 .helper { margin-top: 26px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* No results */
.no-results {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 34px;
    text-align: center;
    box-shadow: var(--shadow-sm);
}

/* Sticky/featured post flag */
.sticky-flag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--gold);
}

/* =========================================================
   17. Footer
   ========================================================= */
.site-footer {
    background: var(--navy);
    color: #c4d1e4;
    margin-top: 40px;
    border-top: 3px solid var(--gold);
}
.footer-widgets {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 46px 0 30px;
}
@media (min-width: 620px) { .footer-widgets { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 981px) { .footer-widgets { grid-template-columns: 1.4fr repeat(3, 1fr); } }

.footer-widgets .widget {
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
}
.footer-widgets .widget .widget-title {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .12);
    font-size: 1rem;
}
.footer-widgets .widget .widget-title::before { background: var(--gold); }
.footer-widgets .widget ul li { border-bottom-color: rgba(255, 255, 255, .08); }
.footer-widgets .widget ul li a { color: #c4d1e4; }
.footer-widgets .widget ul li a:hover { color: var(--gold); }
.footer-widgets a { color: #c4d1e4; }
.footer-widgets a:hover { color: var(--gold); }

.footer-brand .fb-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.footer-brand .site-logo-mark { width: 38px; height: 38px; }
.footer-brand .fb-name { font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; color: #fff; }
.footer-brand .fb-name .accent { color: var(--gold); }
.footer-brand p { color: #a9b8ce; font-size: .92rem; max-width: 42ch; }

.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a {
    width: 38px; height: 38px;
    border-radius: 10px;
    background: var(--navy-2);
    display: inline-flex; align-items: center; justify-content: center;
    color: #c4d1e4;
    border: 1px solid rgba(255, 255, 255, .08);
}
.footer-social a:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.footer-social a svg { width: 18px; height: 18px; }

.site-info {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: center;
    justify-content: space-between;
    font-size: .84rem;
    color: #93a3bb;
}
.site-info .footer-menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
    margin: 0;
    padding: 0;
}
.site-info .footer-menu a { color: #93a3bb; }
.site-info .footer-menu a:hover { color: var(--gold); }

/* =========================================================
   18. Responsive header behaviour
   ========================================================= */
@media (max-width: 900px) {
    .menu-toggle { display: inline-flex; }
    .main-navigation {
        position: fixed;
        inset: var(--header-h) 0 auto 0;
        background: var(--navy-2);
        border-bottom: 2px solid var(--gold);
        box-shadow: var(--shadow-lg);
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s var(--ease);
    }
    .main-navigation.is-open { max-height: 80vh; overflow-y: auto; }
    .main-navigation ul { flex-direction: column; align-items: stretch; gap: 0; padding: 8px; }
    .main-navigation a { padding: 13px 14px; border-radius: var(--radius-sm); }
    .main-navigation ul ul {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: 0;
        background: rgba(0, 0, 0, .18);
        padding: 0 0 0 14px;
        margin-top: 2px;
    }
    .header-search { display: none; }
    .header-search.mobile-visible {
        display: block;
        position: fixed;
        inset: var(--header-h) 0 auto 0;
        z-index: 99;
    }
}

@media (max-width: 620px) {
    .site-description { display: none; }
    .header-search .search-field { width: 110px; }
    .entry-footer { flex-direction: column; align-items: flex-start; }
    .comment-content, .reply { margin-left: 0; }
    .comment-list .children { padding-left: 12px; }
}

/* WP alignments & captions */
.alignleft { float: left; margin: .4em 1.4em 1em 0; }
.alignright { float: right; margin: .4em 0 1em 1.4em; }
.aligncenter { margin-inline: auto; }
.wp-block-image img { border-radius: var(--radius-sm); }
.sticky, .gallery-caption, .bypostauthor { display: block; }

/* Selection */
::selection { background: var(--gold); color: var(--navy); }
