/* Solid Medya — HTML sitemap hub (site-haritasi, /global) */

.sitemap-page {
    padding: 100px 0 80px;
    background: #050505;
    color: #fff;
    min-height: 70vh;
    font-family: var(--sm-font-body, 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif);
    font-feature-settings: 'locl' 1;
}

.sitemap-page :lang(tr),
.sitemap-page .sitemap-grid a,
.sitemap-page .sitemap-grid-item,
.sitemap-page .sitemap-note,
.sitemap-page .sitemap-stats span,
.sitemap-page .sitemap-audit,
.sitemap-page .sitemap-media-card,
.sitemap-page .sitemap-contact-card {
    font-family: var(--sm-font-body, 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif);
    font-feature-settings: 'locl' 1;
}

.sitemap-page h1 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin-bottom: 0.5rem;
    color: #ffd700;
    font-family: var(--sm-font-display-bold, var(--sm-font-body, 'Inter', sans-serif));
}

.sitemap-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.sitemap-page .lead {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2rem;
    max-width: 820px;
    line-height: 1.65;
    font-family: var(--sm-font-body, inherit);
}

.sitemap-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 2.5rem;
}

.sitemap-stats span {
    background: rgba(255, 215, 0, 0.08);
    border: 1px solid rgba(255, 215, 0, 0.25);
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.9rem;
}

.sitemap-section {
    margin-bottom: 2.5rem;
    scroll-margin-top: 120px;
}

.sitemap-section h2 {
    font-size: 1.25rem;
    color: #ffd700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-family: var(--sm-font-body, 'Inter', system-ui, sans-serif);
}

.sitemap-section h3 {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 1.25rem 0 0.75rem;
}

.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 8px 20px;
    min-width: 0;
}

.sitemap-grid a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    padding: 4px 0;
    display: block;
    font-size: 0.95rem;
    transition: color 0.2s;
}

.sitemap-grid a:hover {
    color: #ffd700;
}

.sitemap-grid .meta {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 2px;
    display: block;
}

.sitemap-meta a {
    color: #7ec8e3;
}

.sitemap-xml {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sitemap-xml a {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px 16px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
}

.sitemap-xml a:hover {
    border-color: #ffd700;
    color: #ffd700;
}

.sitemap-xml a[data-kind="news"] {
    border-color: rgba(255, 100, 100, 0.25);
}

.sitemap-xml a[data-kind="images"] {
    border-color: rgba(255, 215, 0, 0.25);
}

.sitemap-xml a[data-kind="videos"] {
    border-color: rgba(160, 120, 255, 0.25);
}

.sitemap-xml a[data-kind="index"] {
    border-color: rgba(125, 255, 178, 0.25);
}

.sitemap-media-card {
    display: block;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
}

.sitemap-media-card:hover {
    border-color: #ffd700;
    color: #ffd700;
}

.sitemap-media-card .hub-title {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.sitemap-media-card .hub-desc {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    margin-bottom: 8px;
}

.sitemap-media-card .hub-xml {
    font-size: 0.75rem;
    color: #7ec8e3;
}

.sitemap-tag {
    display: inline-block;
    padding: 2px 7px;
    margin-left: 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
}

.sitemap-tag-news {
    background: rgba(255, 100, 100, 0.15);
    color: #ff8a8a;
}

.sitemap-tag-img {
    background: rgba(255, 215, 0, 0.12);
    color: #ffd700;
}

.sitemap-tag-vid {
    background: rgba(160, 120, 255, 0.15);
    color: #c4a8ff;
}

.sitemap-tag-ai {
    background: rgba(126, 200, 227, 0.15);
    color: #7ec8e3;
}

.sitemap-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 1.25rem;
}

.sitemap-legend span,
.sitemap-legend a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    transition: color 0.2s, border-color 0.2s;
}

.sitemap-legend a:hover {
    color: #ffd700;
    border-color: rgba(255, 215, 0, 0.35);
}

.sitemap-grid a .sitemap-tag {
    margin-left: 4px;
    vertical-align: middle;
}

.sitemap-audit {
    background: rgba(255, 215, 0, 0.06);
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 12px;
    padding: 20px 22px;
    margin-bottom: 2.5rem;
}

.sitemap-audit h2 {
    margin: 0 0 12px;
    font-size: 1.1rem;
    color: #ffd700;
    border: none;
    padding: 0;
}

.sitemap-audit-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.sitemap-audit-grid span {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
}

.sitemap-audit-grid .ok {
    color: #7dffb2;
    border-color: rgba(125, 255, 178, 0.25);
}

.sitemap-audit-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sitemap-audit-links a {
    color: #7ec8e3;
    font-size: 0.9rem;
    text-decoration: none;
}

.sitemap-audit-links a:hover {
    color: #ffd700;
}

.sitemap-gsc {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sitemap-gsc h3 {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 8px;
    font-weight: 600;
}

.sitemap-gsc-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sitemap-gsc-links a {
    font-size: 0.85rem;
    color: #7ec8e3;
    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}

.sitemap-gsc-links a:hover {
    color: #ffd700;
    border-color: rgba(255, 215, 0, 0.35);
}

.sitemap-note {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 10px;
    line-height: 1.5;
}

.sitemap-page code {
    font-size: 0.85em;
    color: rgba(255, 215, 0, 0.85);
}

.sitemap-grid .gl-api-link {
    font-size: 0.75rem;
    color: #7ec8e3;
    padding: 2px 0 6px;
}

.sitemap-grid .gl-api-link:hover {
    color: #ffd700;
}
