﻿@import url('https://fonts.googleapis.com/css2family=Inter:wght@400;500;700&family=Space+Grotesk:wght@400;500;700&display=swap');

:root {
    --ink: #0b1220;
    --muted: #334155;
    --brand: #ea580c;
    --accent: #0891b2;
    --paper: #ffffff;
}

* { box-sizing: border-box; }

body {
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    color: var(--ink);
    background: #e5e7eb;
}

.wrap {
    width: min(1240px, 94vw);
    margin: 0 auto 50px;
    background: var(--paper);
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.2);
}

.hero {
    background:
        radial-gradient(520px 180px at 15% 0%, #67e8f955, transparent 66%),
        radial-gradient(460px 180px at 88% 20%, #7dd3fc4d, transparent 70%),
        linear-gradient(122deg, #071224 0%, #0b2a4d 46%, #0f4f73 100%);
    color: #fff;
    padding: 34px 28px 30px;
    border-bottom: 1px solid #7dd3fc55;
    box-shadow: inset 0 -1px 0 #ffffff1a;
}

.brand-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 12px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(125,211,252,0.06));
    border: 1px solid rgba(186, 230, 253, 0.22);
    backdrop-filter: blur(3px);
}

.brand-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
}

.brand-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-weather {
    position: relative;
    flex: 0 1 auto;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 10px;
    min-width: 0;
    max-width: 278px;
    padding: 4px 10px 4px 14px;
    border-left: 1px solid rgba(186, 230, 253, 0.24);
    background: linear-gradient(90deg, rgba(186, 230, 253, 0.07), rgba(186, 230, 253, 0.02) 42%, transparent 100%);
}

.header-weather__meta,
.header-weather__main,
.header-weather__range {
    min-width: 0;
}

.header-weather__meta {
    display: flex;
    align-items: center;
    gap: 6px;
    grid-column: 1 / -1;
    padding-bottom: 1px;
}

.header-weather__eyebrow {
    position: relative;
    color: rgba(186, 230, 253, 0.84);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding-right: 8px;
}

.header-weather__eyebrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 999px;
    background: rgba(125, 211, 252, 0.7);
    box-shadow: 0 0 10px rgba(125, 211, 252, 0.35);
}

.header-weather__city {
    font-size: 0.71rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(248, 251, 255, 0.96);
}

.header-weather__main {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 2px 0;
}

.header-weather__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, rgba(186, 230, 253, 0.2), rgba(125, 211, 252, 0.06));
    border: 1px solid rgba(186, 230, 253, 0.18);
    font-size: 0.84rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.header-weather__reading {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.header-weather__current {
    font-size: 1rem;
    line-height: 1;
    color: #f8fafc;
    letter-spacing: -0.02em;
}

.header-weather__label {
    font-size: 0.66rem;
    color: rgba(226, 232, 240, 0.74);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-weather__range {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    grid-column: 1 / -1;
    min-width: 0;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.63rem;
    white-space: nowrap;
    padding-top: 0;
}

.header-weather__range i {
    width: 16px;
    height: 1px;
    background: linear-gradient(90deg, rgba(125, 211, 252, 0.22), rgba(125, 211, 252, 0.76), rgba(125, 211, 252, 0.22));
}

.header-weather__range span {
    position: relative;
}

.header-weather__shine,
.header-weather__grid {
    display: none;
}

.brand-home-link {
    text-decoration: none;
    color: inherit;
}

.logo-mark {
    position: relative;
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
}

.logo-mark.logo-mark--image {
    width: 340px;
    height: 140px;
}

.apricot-body {
    position: absolute;
    inset: 3px 4px 2px 4px;
    border-radius: 48% 52% 50% 50% / 44% 48% 52% 56%;
    background: radial-gradient(circle at 30% 26%, #ffd8a2 0%, #ffbf74 26%, #ff9a3c 58%, #e26a22 100%);
    box-shadow: inset -8px -10px 16px #bf4f1c9c, inset 8px 10px 15px #ffefcc82, 0 8px 14px #04142647;
}

.apricot-body::after {
    content: '';
    position: absolute;
    left: 52%;
    top: 18%;
    width: 40%;
    height: 62%;
    border-radius: 50%;
    border-left: 1px solid #ca5c1fb2;
    transform: rotate(-10deg);
    opacity: 0.45;
}

.apricot-leaf {
    position: absolute;
    width: 24px;
    height: 16px;
    left: -5px;
    top: 5px;
    background: linear-gradient(135deg, #8fe37d, #43a54e);
    border-radius: 2px 18px 2px 18px;
    transform: rotate(-28deg);
    box-shadow: inset -2px -2px 5px #1f6a328a, inset 2px 2px 5px #d6ffd0a6;
}

.apricot-leaf::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 8px;
    width: 17px;
    height: 1px;
    background: #d8ffd3a8;
    transform: rotate(-8deg);
}

.apricot-stem {
    position: absolute;
    width: 8px;
    height: 12px;
    left: 26px;
    top: 2px;
    border-radius: 4px;
    background: linear-gradient(180deg, #7c4b21, #4b2f19);
    transform: rotate(18deg);
}

.brand-copy h1 {
    margin: 0;
    font-size: clamp(1.42rem, 1.1rem + 1.35vw, 2.15rem);
    letter-spacing: 0.02em;
    text-shadow: 0 2px 10px rgba(2, 6, 23, 0.45);
}

.hero-subline {
    margin: 8px 0 0;
    color: #dbeafe;
}

.market-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    max-width: 700px;
}

.header-social {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.header-social__link {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    color: #f8fafc;
    border: 1px solid rgba(186, 230, 253, 0.2);
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(125,211,252,0.08));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

.header-social__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.header-social__link--facebook .header-social__icon { font-size: 0.92rem; }
.header-social__link--x .header-social__icon { font-size: 0.9rem; }
.header-social__link--instagram .header-social__icon,
.header-social__link--youtube .header-social__icon,
.header-social__link--telegram .header-social__icon,
.header-social__link--whatsapp .header-social__icon { font-size: 0.58rem; }

.market-pill {
    display: grid;
    gap: 4px;
    min-width: 155px;
    background: #082f49d9;
    border: 1px solid #7dd3fc70;
    border-radius: 12px;
    padding: 10px 12px;
    box-shadow: inset 0 0 0 1px #ffffff14;
}

@media (min-width: 1024px) {
    .brand-bar {
        align-items: stretch;
        gap: 8px;
    }

    .header-weather {
        align-self: stretch;
        max-width: 282px;
    }

    .market-strip {
        flex: 1 1 auto;
        max-width: none;
        margin-left: 4px;
        display: grid;
        grid-template-columns: repeat(4, minmax(120px, 1fr));
        gap: 8px;
        align-content: center;
        justify-content: stretch;
    }

    .market-pill {
        min-width: 0;
        width: 100%;
        padding: 8px 10px;
    }

    .market-pill strong {
        font-size: 1.02rem;
    }

    .market-pill small {
        font-size: 0.72rem;
    }
}

.market-pill small {
    color: #bae6fd;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.market-pill strong {
    color: #fff;
    font-size: 1.12rem;
    line-height: 1.1;
}

.market-pill em {
    font-style: normal;
    font-size: 0.84rem;
    font-weight: 700;
}

.market-pill.up em {
    color: #86efac;
}

.market-pill.down em {
    color: #fca5a5;
}

.market-pill.flat em {
    color: #cbd5e1;
}

.content {
    padding: 24px 28px 30px;
}

p { color: var(--muted); line-height: 1.55; }

.site-footer {
    border-top: 1px solid #cfe0f2;
    background:
        radial-gradient(460px 140px at 100% 0%, rgba(56, 189, 248, 0.2), transparent 68%),
        linear-gradient(165deg, #071224 0%, #0b2a4d 52%, #0f4f73 100%);
    color: #e2e8f0;
    padding: 16px 22px;
}

.site-footer-inner {
    display: grid;
    gap: 10px;
}

.site-footer-main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.site-footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    flex: 0 1 280px;
}

.site-footer-brand {
    margin: 0;
    color: #f8fafc;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.authors-marquee-section,
.authors-page,
.author-profile-hero,
.other-writer-articles {
    margin-top: 28px;
}

.authors-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.authors-section-intro {
    display: grid;
    gap: 0;
}

.authors-section-head h2,
.authors-page-hero h1 {
    margin: 0;
    font-size: clamp(1.18rem, 0.98rem + 0.55vw, 1.58rem);
    color: #f8fbff;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-shadow: 0 8px 20px rgba(2, 6, 23, 0.24);
}

.authors-section-intro h2 {
    display: inline-flex;
    align-items: center;
    position: relative;
    isolation: isolate;
    padding: 9px 14px;
    border-radius: 15px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.22), rgba(255,255,255,0.06)),
        linear-gradient(135deg, rgba(8,47,73,0.72), rgba(14,116,144,0.48));
    border: 1px solid rgba(226, 232, 240, 0.26);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.24),
        inset 0 -1px 0 rgba(15, 23, 42, 0.18),
        0 18px 34px rgba(2, 6, 23, 0.18);
}

.related-news-intro .authors-section-kicker {
    display: none;
}

.related-news-intro h2 {
    padding: 12px 16px;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(8, 47, 73, 0.96), rgba(14, 116, 144, 0.9)),
        linear-gradient(135deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04));
    border: 1px solid rgba(125, 211, 252, 0.26);
    color: #f8fbff;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        0 16px 28px rgba(8, 47, 73, 0.18);
}

.authors-section-intro h2::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.02) 42%, rgba(255,255,255,0.08));
    opacity: 0.9;
    z-index: -1;
}

.authors-section-intro h2::after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 6px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.52), rgba(255,255,255,0));
    opacity: 0.8;
}

.authors-section-head a,
.authors-page-hero a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    color: #e0f2fe;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid rgba(186, 230, 253, 0.24);
    background: linear-gradient(135deg, rgba(8, 47, 73, 0.82), rgba(14, 116, 144, 0.52));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

.authors-marquee-shell {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 26px 0;
    background:
        radial-gradient(560px 260px at 10% -5%, rgba(14, 165, 233, 0.24), transparent 62%),
        radial-gradient(440px 220px at 92% 18%, rgba(249, 115, 22, 0.22), transparent 60%),
        linear-gradient(135deg, #091523 0%, #102b3f 36%, #163f58 72%, #0f2b43 100%);
    border: 1px solid rgba(148, 197, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 26px 54px rgba(2, 6, 23, 0.22);
}

.authors-marquee-glow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 90px;
    z-index: 2;
    pointer-events: none;
}

.authors-marquee-glow--left {
    left: 0;
    background: linear-gradient(90deg, rgba(9, 21, 35, 0.96), rgba(9, 21, 35, 0));
}

.authors-marquee-glow--right {
    right: 0;
    background: linear-gradient(270deg, rgba(9, 21, 35, 0.96), rgba(9, 21, 35, 0));
}

.authors-marquee-track {
    display: flex;
    gap: 22px;
    width: max-content;
    animation: authors-scroll 18s linear infinite;
    padding: 0 26px;
    will-change: transform;
}

.authors-marquee-shell:hover .authors-marquee-track {
    animation-play-state: paused;
}

.author-marquee-card {
    width: 360px;
    flex: 0 0 auto;
    border-radius: 28px;
    padding: 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(241,245,249,0.92)),
        linear-gradient(135deg, rgba(255,255,255,0.82), rgba(226,232,240,0.78));
    border: 1px solid rgba(226, 232, 240, 0.92);
    box-shadow: 0 24px 44px rgba(2, 6, 23, 0.20);
}

.author-marquee-card__link {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: inherit;
}

.author-marquee-card__avatar,
.author-showcase-avatar,
.author-profile-avatar,
.writer-inline-card img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
}

.author-marquee-card__avatar {
    display: grid;
    place-items: center;
    overflow: hidden;
    width: 92px;
    height: 92px;
    border-radius: 24px;
    background: linear-gradient(135deg, #ea580c, #0ea5e9);
    color: #fff;
    font-size: 1.9rem;
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 14px 26px rgba(14, 165, 233, 0.18);
}

.author-marquee-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.author-marquee-card__meta {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.author-marquee-card__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(14, 116, 144, 0.10);
    color: #0f766e;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.author-marquee-card__meta strong,
.author-article-card-body strong,
.author-showcase-body strong {
    font-size: 1.16rem;
    color: #081a2d;
    line-height: 1.15;
}

.author-marquee-card__meta span,
.author-profile-title,
.author-showcase-body span {
    color: #0f766e;
    font-weight: 700;
}

.author-marquee-card__meta em {
    display: -webkit-box;
    overflow: hidden;
    color: #475569;
    font-style: normal;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.author-marquee-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 11px 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, #081a2d, #0f4f73);
    color: #eff6ff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

.authors-page-hero {
    padding: 26px;
    border-radius: 28px;
    background:
        radial-gradient(420px 180px at 0% 0%, rgba(14,165,233,0.16), transparent 60%),
        linear-gradient(140deg, #fff8f1 0%, #f8fafc 45%, #e0f2fe 100%);
    border: 1px solid #dbeafe;
}

.authors-grid,
.author-article-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.author-showcase-card,
.author-article-card,
.writer-inline-card {
    border-radius: 26px;
    overflow: hidden;
    background: linear-gradient(165deg, #fff, #f8fafc);
    border: 1px solid #dbe4ee;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
}

.author-showcase-link,
.author-article-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.author-showcase-cover,
.author-profile-cover {
    min-height: 160px;
    background:
        linear-gradient(135deg, rgba(14,165,233,0.18), rgba(234,88,12,0.16)),
        linear-gradient(135deg, #dbeafe, #fff7ed);
    background-size: cover;
    background-position: center;
}

.author-showcase-body,
.author-article-card-body {
    padding: 18px;
}

.author-showcase-avatar {
    margin-top: -52px;
    border: 5px solid #fff;
    background: #e2e8f0;
}

.author-showcase-avatar--fallback {
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    background: linear-gradient(135deg, #0f766e, #0ea5e9);
}

.author-showcase-body p,
.author-profile-bio,
.writer-inline-card p {
    margin: 8px 0 0;
    color: #475569;
}

.author-profile-hero {
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(160deg, #ffffff, #f8fafc);
    border: 1px solid #dbe4ee;
}

.author-profile-content {
    display: flex;
    gap: 22px;
    align-items: center;
    padding: 24px;
}

.writer-inline-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px;
    margin-bottom: 16px;
}

.detail-tag-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 10px;
}

.detail-tag-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fff7ed, #ecfeff);
    border: 1px solid #bae6fd;
    color: #0f172a;
    font-weight: 700;
    font-size: 0.88rem;
}

.author-article-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.author-article-grid--compact .author-article-card img {
    height: 140px;
}

@keyframes authors-scroll {
    from { transform: translateX(24%); }
    to { transform: translateX(calc(-100% - 120px)); }
}

@media (max-width: 900px) {
    .authors-grid,
    .author-article-grid {
        grid-template-columns: 1fr;
    }

    .author-profile-content,
    .writer-inline-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .author-marquee-card {
        width: 292px;
    }
}

.site-footer-logo {
    width: 320px;
    height: 120px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
    display: block;
    margin: 0 auto 0 0;
}

.site-footer-copy {
    margin: 0;
    color: #cbd5e1;
    font-size: 0.82rem;
    font-weight: 600;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    flex: 0 1 560px;
    margin-left: auto;
}

.footer-social__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 8px 14px 8px 10px;
    border-radius: 999px;
    text-decoration: none;
    color: #eff6ff;
    background: linear-gradient(135deg, rgba(255,255,255,0.14), rgba(125,211,252,0.08));
    border: 1px solid rgba(191, 219, 254, 0.2);
    box-shadow: 0 14px 30px rgba(2, 6, 23, 0.18), inset 0 1px 0 rgba(255,255,255,0.14);
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.footer-social__link:hover {
    transform: translateY(-1px);
    border-color: rgba(186, 230, 253, 0.45);
    background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(56,189,248,0.16));
    box-shadow: 0 18px 32px rgba(2, 6, 23, 0.22), inset 0 1px 0 rgba(255,255,255,0.18);
}

.footer-social__icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.3), rgba(14,165,233,0.16));
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.24);
    flex: 0 0 30px;
}

.footer-social__icon svg {
    width: 15px;
    height: 15px;
    display: block;
}

.footer-social__label {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.footer-social__fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 0.75rem;
    font-weight: 900;
}

.footer-social__link--facebook .footer-social__icon { background: linear-gradient(135deg, #2563eb, #1d4ed8); }
.footer-social__link--x .footer-social__icon { background: linear-gradient(135deg, #111827, #334155); }
.footer-social__link--instagram .footer-social__icon { background: linear-gradient(135deg, #f97316, #db2777 55%, #7c3aed); }
.footer-social__link--youtube .footer-social__icon { background: linear-gradient(135deg, #ef4444, #b91c1c); }
.footer-social__link--telegram .footer-social__icon { background: linear-gradient(135deg, #38bdf8, #2563eb); }
.footer-social__link--whatsapp .footer-social__icon { background: linear-gradient(135deg, #22c55e, #15803d); }
.footer-social__link--custom .footer-social__icon { background: linear-gradient(135deg, #f59e0b, #ea580c); }

.authors-page-hero--premium {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.9fr);
    gap: 22px;
    padding: 34px;
    border-radius: 34px;
    background:
        radial-gradient(560px 240px at 0% 0%, rgba(14, 165, 233, 0.20), transparent 64%),
        radial-gradient(460px 220px at 100% 0%, rgba(249, 115, 22, 0.18), transparent 60%),
        linear-gradient(145deg, #081421 0%, #102537 38%, #143f56 100%);
    border: 1px solid rgba(186, 230, 253, 0.18);
    box-shadow: 0 30px 70px rgba(2, 6, 23, 0.22);
}

.authors-page-hero__content {
    display: grid;
    gap: 16px;
}

.authors-page-hero--premium .authors-page-kicker {
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(224, 242, 254, 0.12);
    border: 1px solid rgba(186, 230, 253, 0.18);
    color: #bae6fd;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
}

.authors-page-hero--premium h1 {
    font-size: clamp(2rem, 1.45rem + 2vw, 3.4rem);
    line-height: 0.94;
}

.authors-page-hero--premium p {
    margin: 0;
    max-width: 62ch;
    color: rgba(226, 232, 240, 0.82);
    font-size: 1rem;
    line-height: 1.75;
}

.authors-page-stats,
.author-profile-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.authors-page-stat,
.author-profile-metric {
    min-width: 130px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.authors-page-stat strong,
.author-profile-metric strong {
    display: block;
    color: #fff;
    font-size: 1.55rem;
    line-height: 1;
}

.authors-page-stat span,
.author-profile-metric span {
    display: block;
    margin-top: 7px;
    color: rgba(226, 232, 240, 0.78);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.authors-page-lead {
    display: grid;
    align-content: end;
    gap: 10px;
    min-height: 100%;
    padding: 28px;
    border-radius: 28px;
    text-decoration: none;
    color: #f8fafc;
    background:
        linear-gradient(180deg, rgba(8, 20, 33, 0.08), rgba(8, 20, 33, 0.72)),
        linear-gradient(135deg, rgba(14, 165, 233, 0.24), rgba(249, 115, 22, 0.20)),
        #10283a;
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.authors-page-lead__label,
.author-showcase-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    color: #dbeafe;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.authors-page-lead strong {
    font-size: 1.45rem;
    line-height: 1.08;
}

.authors-page-lead em {
    color: rgba(224, 242, 254, 0.86);
    font-style: normal;
    line-height: 1.5;
}

.authors-page-lead__cta,
.author-showcase-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: #fff;
    font-weight: 800;
}

.authors-grid--premium {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.author-showcase-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.96)),
        linear-gradient(145deg, rgba(224,242,254,0.72), rgba(255,247,237,0.68));
    border: 1px solid rgba(203, 213, 225, 0.78);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
}

.author-showcase-cover,
.author-profile-cover {
    min-height: 176px;
}

.author-showcase-body,
.author-article-card-body {
    padding: 22px;
}

.author-showcase-avatar {
    margin-top: -58px;
    border: 6px solid #fff;
}

.author-showcase-body p,
.author-profile-bio,
.writer-inline-card p {
    line-height: 1.7;
}

.author-profile-hero--premium {
    background:
        radial-gradient(680px 260px at 0% 0%, rgba(14,165,233,0.18), transparent 64%),
        radial-gradient(520px 260px at 100% 0%, rgba(249,115,22,0.14), transparent 60%),
        linear-gradient(145deg, #ffffff 0%, #f8fafc 42%, #ecfeff 100%);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.12);
}

.author-profile-content {
    padding: 32px;
}

.author-profile-copy {
    display: grid;
    gap: 14px;
}

.author-profile-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.author-profile-socials a {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    text-decoration: none;
    color: #0f172a;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(148, 163, 184, 0.22);
    font-weight: 800;
}

.author-article-stream--premium {
    display: grid;
    gap: 18px;
}

.author-article-grid--feature {
    gap: 24px;
}

.author-article-card {
    border-radius: 28px;
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.10);
}

.author-article-card img {
    height: 240px;
}

@media (max-width: 900px) {
    .authors-page-hero--premium {
        grid-template-columns: 1fr;
        padding: 24px;
    }
}

@media (max-width: 640px) {
    .site-footer {
        padding: 12px 14px;
    }
    .site-footer-main {
        gap: 8px;
    }
    .site-footer-left {
        gap: 4px;
        flex: none;
    }
    .site-footer-logo {
        width: min(100%, 180px);
        height: 58px;
    }
    .site-footer-copy {
        font-size: 0.76rem;
        line-height: 1.45;
    }
    .footer-social {
        gap: 6px;
    }
    .footer-social__link {
        min-height: 36px;
        padding: 4px;
        border-radius: 14px;
    }
    .footer-social__icon {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }
    .footer-social__icon svg {
        width: 14px;
        height: 14px;
    }
    .footer-social__label {
        display: none;
    }
    .site-footer-pages {
        gap: 6px 10px;
        padding-top: 6px;
    }
    .site-footer-pages a {
        font-size: 0.76rem;
    }
    .theme-ad--footer {
        margin-top: 4px;
    }
}

.site-footer-pages {
    margin-left: auto;
    display: flex;
    align-items: center;
    align-self: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px 14px;
    text-align: right;
    max-width: 100%;
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid rgba(219, 234, 254, 0.16);
}

.site-footer-pages a {
    color: #dbeafe;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
    border-bottom: 0;
}

.site-footer-pages a:hover {
    color: #ffffff;
    border-bottom: 0;
}

.site-footer-primebar {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(219, 234, 254, 0.28);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    text-align: right;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #dbeafe;
}

.site-footer-primebar a {
    color: #ffffff;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}

.site-footer-primebar a:hover {
    color: #93c5fd;
}

.topbar-news {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 10px 18px;
    background:
        radial-gradient(540px 140px at 100% 0%, rgba(59, 130, 246, 0.14), transparent 64%),
        radial-gradient(380px 120px at 0% 100%, rgba(14, 165, 233, 0.12), transparent 62%),
        linear-gradient(180deg, #fbfdff 0%, #f3f8ff 52%, #edf4fb 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #d7e4f2;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        inset 0 -1px 0 rgba(255, 255, 255, 0.7),
        0 12px 28px rgba(15, 23, 42, 0.06);
    position: relative;
    overflow: visible;
}

.topbar-news::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.55), rgba(255,255,255,0.08) 26%, rgba(255,255,255,0.28) 54%, rgba(255,255,255,0.04));
    pointer-events: none;
}

.topbar-date {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.79rem;
    font-weight: 800;
    color: #0f2f4b;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(240,249,255,0.88));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.95),
        0 10px 24px rgba(15, 23, 42, 0.08);
}

.topbar-date::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
}

.topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: 0;
    flex: 1;
    position: relative;
    z-index: 10;
}

.topbar-categories {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.topbar-categories a,
.other-menu summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    width: fit-content;
    max-width: 100%;
    white-space: nowrap;
    text-decoration: none;
    color: #13324c;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 7px 11px;
    border-radius: 999px;
    border: 1px solid rgba(191, 219, 254, 0.96);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98), rgba(241,245,249,0.94)),
        linear-gradient(135deg, rgba(255,255,255,0.72), rgba(224,242,254,0.54));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.92),
        0 8px 20px rgba(15, 23, 42, 0.05);
    cursor: pointer;
    list-style: none;
    transition: transform .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}

.topbar-categories a:hover,
.other-menu summary:hover {
    transform: translateY(-1px);
    border-color: #93c5fd;
    color: #0b4a6f;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.96),
        0 12px 24px rgba(37, 99, 235, 0.1);
}

.other-menu {
    position: relative;
    z-index: 25;
}

.other-menu:not([open]) > .other-menu-list {
    display: grid;
}

.other-menu summary {
    list-style: none;
}

.other-menu summary::-webkit-details-marker {
    display: none;
}

.other-menu-list {
    position: absolute;
    left: 0;
    top: calc(100% + 6px);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #d7e4f2;
    border-radius: 14px;
    width: max-content;
    min-width: 0;
    max-width: min(280px, calc(100vw - 24px));
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.14);
    padding: 8px;
    display: grid;
    gap: 6px;
    z-index: 70;
    backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.other-menu[open] .other-menu-list,
.other-menu:hover .other-menu-list,
.other-menu:focus-within .other-menu-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.other-menu-list a {
    border-radius: 10px;
    padding: 7px 9px;
    border: 0;
    font-weight: 600;
    white-space: nowrap;
    justify-content: flex-start;
}

.topbar-search {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 3px;
    border-radius: 999px;
    border: 1px solid rgba(191, 219, 254, 0.9);
    background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(239,246,255,0.94));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.95),
        0 10px 24px rgba(15, 23, 42, 0.06);
}

.topbar-search input[type="search"] {
    width: 190px;
    border: 0;
    border-radius: 999px;
    padding: 8px 12px;
    font: inherit;
    font-size: 0.88rem;
    color: #0f172a;
    background: transparent;
    outline: none;
}

.topbar-search button {
    border: 0;
    border-radius: 999px;
    padding: 8px 13px;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.03em;
    background: linear-gradient(135deg, #0f766e, #0284c7 55%, #2563eb);
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
    cursor: pointer;
}

.breaking-ticker {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: stretch;
    border-bottom: 1px solid rgba(15, 23, 42, 0.14);
    background:
        linear-gradient(90deg, #07111f 0%, #0f172a 18%, #10233d 52%, #0c1728 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 10px 20px rgba(2, 6, 23, 0.12);
}

.breaking-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #fff;
    background: linear-gradient(135deg, #b91c1c, #ef4444);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        0 10px 20px rgba(185, 28, 28, 0.28);
    animation: breaking-pulse 1.6s ease-in-out infinite;
    isolation: isolate;
}

.breaking-label::after {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 12px;
    border: 1px solid rgba(248, 113, 113, 0.55);
    box-shadow:
        0 0 0 0 rgba(239, 68, 68, 0.32),
        0 0 28px rgba(239, 68, 68, 0.16);
    opacity: 0;
    z-index: -1;
    animation: breaking-ring 1.6s ease-out infinite;
}

.breaking-viewport {
    overflow: hidden;
    position: relative;
}

.breaking-viewport::before,
.breaking-viewport::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 42px;
    z-index: 1;
    pointer-events: none;
}

.breaking-viewport::before {
    left: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0));
}

.breaking-viewport::after {
    right: 0;
    background: linear-gradient(270deg, rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0));
}

.breaking-track {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    white-space: nowrap;
    min-width: max-content;
    padding: 11px 0;
    animation: ticker-left 60s linear infinite;
}

.breaking-ticker:hover .breaking-track {
    animation-play-state: paused;
}

.breaking-track a {
    text-decoration: none;
    color: #e2e8f0;
    font-size: 0.88rem;
    font-weight: 700;
}

.breaking-track a::after {
    content: "\2022";
    margin-left: 14px;
    color: #ef4444;
}

.breaking-track a:hover {
    color: #fff;
}

.cookie-notice {
    position: fixed;
    left: 18px;
    right: 18px;
    bottom: 14px;
    z-index: 90;
    color: #e2e8f0;
    pointer-events: none;
}

.cookie-notice[hidden] {
    display: none !important;
}

.cookie-notice__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 46px;
    padding: 8px 12px 8px 14px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background:
        linear-gradient(90deg, rgba(7, 17, 31, 0.96) 0%, rgba(15, 23, 42, 0.94) 32%, rgba(16, 35, 61, 0.94) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 14px 30px rgba(2, 6, 23, 0.24);
    backdrop-filter: blur(10px);
    pointer-events: auto;
}

.cookie-notice__text {
    margin: 0;
    font-size: 0.83rem;
    line-height: 1.35;
    color: #dbeafe;
}

.cookie-notice__text a,
.cookie-notice__link {
    color: #93c5fd;
    text-decoration: none;
    font-weight: 700;
}

.cookie-notice__actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.cookie-notice__btn,
.cookie-notice__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    font: inherit;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.cookie-notice__btn {
    border: 0;
    cursor: pointer;
}

.cookie-notice__btn--ghost {
    color: #dbeafe;
    background: rgba(148, 163, 184, 0.16);
    border: 1px solid rgba(148, 163, 184, 0.22);
}

.cookie-notice__btn--primary {
    color: #fff;
    background: linear-gradient(135deg, #0f766e, #0284c7 55%, #2563eb);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.18);
}

@keyframes ticker-left {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

@keyframes breaking-pulse {
    0%, 100% {
        box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 0 rgba(239, 68, 68, 0.45);
    }
    50% {
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 0 0 8px rgba(239, 68, 68, 0);
    }
}

@keyframes breaking-ring {
    0% {
        transform: scale(0.94);
        opacity: 0;
    }
    18% {
        opacity: 0.78;
    }
    100% {
        transform: scale(1.16);
        opacity: 0;
    }
}

.layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 16px;
    align-items: start;
}

.page-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
}

.page-main-col {
    min-width: 0;
}

.contact-page-prime {
    padding-top: 26px;
}

.contact-hero-card,
.contact-form-card {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 24px;
    background:
        radial-gradient(440px 180px at 100% 0%, rgba(59,130,246,0.08), transparent 62%),
        linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.96));
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.contact-hero-card {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
    gap: 18px;
    padding: 28px;
    margin-bottom: 18px;
}

.contact-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f4c81;
}

.contact-kicker::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.14);
}

.contact-hero-card h1 {
    margin: 0 0 12px;
    font-size: clamp(1.95rem, 1.5rem + 1vw, 2.7rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.contact-hero-card__content,
.contact-hero-card__copy p {
    color: #334155;
}

.contact-hero-card__meta {
    display: grid;
    gap: 12px;
    align-content: start;
}

.contact-stat {
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(191, 219, 254, 0.9);
    background: linear-gradient(180deg, rgba(239,246,255,0.98), rgba(248,250,252,0.96));
}

.contact-stat strong,
.contact-form-card__head h2 {
    display: block;
    color: #0f172a;
}

.contact-stat span,
.contact-form-card__head p {
    color: #475569;
}

.contact-form-card {
    padding: 24px;
}

.contact-form-card__head {
    margin-bottom: 16px;
}

.contact-form-card__head h2 {
    margin: 0 0 8px;
    font-size: 1.28rem;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-form-grid label {
    display: block;
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 0.84rem;
    font-weight: 800;
}

.contact-form-grid input,
.contact-form-grid textarea {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 13px 14px;
    font: inherit;
    color: #0f172a;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.95);
}

.contact-form-grid textarea {
    min-height: 180px;
    resize: vertical;
}

.contact-form-grid__full {
    grid-column: 1 / -1;
}

.contact-form-grid__actions {
    display: flex;
    justify-content: flex-start;
}

.contact-submit-btn {
    border: 0;
    border-radius: 999px;
    padding: 13px 22px;
    font: inherit;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #0f766e, #0284c7 54%, #2563eb);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
    cursor: pointer;
}

.contact-form-alert {
    margin-bottom: 14px;
}

.page-layout .detail-article {
    max-width: none;
    margin: 0;
}

.top-actions {
    margin: 12px 0 20px;
}

.search-form {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.search-form input[type="search"] {
    flex: 1;
    min-width: 0;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 10px 12px;
    font: inherit;
}

.search-form button {
    border: 0;
    border-radius: 10px;
    padding: 10px 14px;
    font: inherit;
    font-weight: 700;
    color: #fff;
    background: #0f766e;
    cursor: pointer;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
}

.filter-chip {
    text-decoration: none;
    color: #0f172a;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    padding: 7px 11px;
    font-size: 0.86rem;
    font-weight: 600;
    background: #fff;
}

.filter-chip span {
    color: #64748b;
}

.filter-chip.active {
    background: #0f766e;
    color: #fff;
    border-color: #0f766e;
}

.filter-chip.active span {
    color: #d1fae5;
}

a.cta {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--brand), var(--accent));
    padding: 11px 16px;
    border-radius: 12px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 14px;
}

.news-card {
    position: relative;
    border: 1px solid #dbe5f2;
    border-radius: 16px;
    padding: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    border-color: #bfdbfe;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
}

.news-thumb {
    width: 100%;
    aspect-ratio: 16/10;
    height: auto;
    object-fit: cover;
    border-radius: 0;
    margin: 0;
    transition: transform 0.3s ease;
}

.news-thumb-wrap {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e5e7eb;
}

.news-thumb-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.news-card:hover .news-thumb {
    transform: scale(1.04);
}

.thumb-category {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    background: rgba(8, 47, 73, 0.88);
    color: #fff;
    border: 1px solid rgba(186, 230, 253, 0.65);
    backdrop-filter: blur(3px);
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

.thumb-alert-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 5px 11px;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.38);
    box-shadow: 0 8px 18px rgba(2, 6, 23, 0.28);
    animation: spotlightPulse 1.35s ease-in-out infinite;
}

.thumb-alert-badge.spotlight-special {
    background: linear-gradient(135deg, #7c2d12, #ea580c);
}

.thumb-alert-badge.spotlight-breaking {
    background: linear-gradient(135deg, #991b1b, #ef4444);
}

.thumb-alert-badge.spotlight-video {
    background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
}

.news-card h3 {
    margin: 12px 14px 14px;
    font-size: clamp(1rem, 0.9rem + 0.3vw, 1.08rem);
    line-height: 1.35;
    min-height: 2.7em;
}

.news-title-link {
    color: inherit;
    text-decoration: none;
}

.news-title-link:hover {
    text-decoration: underline;
}

.news-summary {
    font-weight: 700;
}

.news-grid .news-summary {
    display: none;
}

.news-grid .date {
    display: none;
}

.news-card.empty {
    grid-column: 1 / -1;
    background: #f8fafc;
    padding: 16px;
}

.quad-premium-grid {
    margin-top: 18px;
    gap: 16px;
}

.quad-premium-grid .news-card {
    border: 1px solid #93c5fd;
    border-radius: 16px;
    background:
        radial-gradient(220px 90px at 100% 0%, rgba(56, 189, 248, 0.16), transparent 66%),
        linear-gradient(170deg, #ffffff 0%, #f8fbff 55%, #eef6ff 100%);
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.12);
}

.quad-premium-grid .news-card:hover {
    transform: translateY(-6px);
    border-color: #38bdf8;
    box-shadow: 0 20px 34px rgba(15, 23, 42, 0.18);
}

.quad-premium-grid .news-thumb-wrap {
    border-bottom: 1px solid #dbeafe;
}

.quad-premium-grid .news-thumb {
    aspect-ratio: 16 / 9;
}

.quad-premium-grid .thumb-category {
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(12, 74, 110, 0.9));
    border-color: rgba(125, 211, 252, 0.72);
    font-size: 0.72rem;
    padding: 6px 11px;
}

.quad-premium-grid .news-card h3 {
    margin: 14px 14px 16px;
    font-size: clamp(1.04rem, 0.95rem + 0.35vw, 1.16rem);
    line-height: 1.34;
    min-height: 4.02em;
    max-height: 4.02em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.chip {
    background: #fff7ed;
    color: #9a3412;
    border: 1px solid #fed7aa;
    font-size: 0.78rem;
    padding: 3px 8px;
    border-radius: 999px;
}

.date {
    color: #64748b;
    font-size: 0.8rem;
}

a.link {
    color: #0f766e;
    text-decoration: none;
    font-weight: 700;
}

.pagination {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.pagination a {
    text-decoration: none;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 0.9rem;
}

.pagination a.active {
    background: #0f766e;
    border-color: #0f766e;
    color: #fff;
}

.manset-block {
    width: 785px;
    max-width: 100%;
}

.manset-row {
    margin-top: 18px;
    display: grid;
    grid-template-columns: minmax(0, 785px) minmax(205px, 1fr);
    align-items: start;
    gap: 14px;
}

.manset-visual {
    position: relative;
    width: 785px;
    max-width: 100%;
    height: 530px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    background: #071224;
    border: 1px solid #93c5fd;
    border-bottom: 0;
    box-shadow: 0 20px 34px rgba(2, 6, 23, 0.24);
}

.manset-visual img,
.manset-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.manset-image-link {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.manset-category-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: #fff;
    background: rgba(8, 47, 73, 0.9);
    border: 1px solid rgba(186, 230, 253, 0.7);
    backdrop-filter: blur(3px);
}

.manset-spotlight-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.44);
    box-shadow: 0 10px 20px rgba(2, 6, 23, 0.32);
    animation: spotlightPulse 1.3s ease-in-out infinite;
}

.manset-spotlight-badge.spotlight-special {
    background: linear-gradient(135deg, #9a3412, #f97316);
}

.manset-spotlight-badge.spotlight-breaking {
    background: linear-gradient(135deg, #b91c1c, #ef4444);
}

.manset-spotlight-badge.spotlight-video {
    background: linear-gradient(135deg, #1e3a8a, #0284c7);
}

@keyframes spotlightPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 10px 20px rgba(2, 6, 23, 0.32), 0 0 0 0 rgba(255, 255, 255, 0.35);
    }
    50% {
        transform: scale(1.035);
        box-shadow: 0 12px 24px rgba(2, 6, 23, 0.38), 0 0 0 8px rgba(255, 255, 255, 0);
    }
}

.manset-fallback {
    background:
        radial-gradient(700px 240px at 50% 20%, #334155 0%, transparent 60%),
        linear-gradient(140deg, #7f1d1d, #b91c1c 55%, #0f172a);
}

.manset-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 96px 18px 16px;
    background: linear-gradient(180deg, transparent 0%, rgba(7, 18, 36, 0.42) 40%, rgba(2, 6, 23, 0.92) 100%);
    pointer-events: none;
}

.manset-title {
    color: #fff;
    text-decoration: none;
    font-size: clamp(1.3rem, 1.06rem + 0.78vw, 2rem);
    line-height: 1.2;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0.01em;
    display: block;
    width: 100%;
    max-width: 100%;
    text-shadow: 0 2px 10px rgba(2, 6, 23, 0.6);
    pointer-events: auto;
    cursor: pointer;
}

.manset-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(125, 211, 252, 0.62);
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.78), rgba(12, 74, 110, 0.62));
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    display: inline-grid;
    place-items: center;
    transition: background 0.18s ease, transform 0.18s ease;
}

.manset-arrow:hover {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.92), rgba(14, 165, 233, 0.82));
    transform: translateY(-50%) scale(1.04);
}

.manset-arrow.prev {
    left: 10px;
}

.manset-arrow.next {
    right: 10px;
}

.manset-nav {
    width: 785px;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(15, minmax(0, 1fr));
    align-items: center;
    gap: 7px;
    padding: 10px 0 0;
}

.manset-nav-item {
    border: 0;
    background: linear-gradient(145deg, #0f172a 0%, #0b3a57 70%, #0a2e45 100%);
    text-decoration: none;
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1;
    padding: 0;
    min-width: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    overflow: visible;
    box-shadow: 0 8px 16px rgba(2, 6, 23, 0.24);
    transition: border-color .14s ease, background .14s ease, box-shadow .14s ease, color .14s ease;
}

.manset-nav-item.active {
    color: #ffffff;
    background: linear-gradient(135deg, #0b1220 0%, #0b3a57 56%, #0ea5e9 100%);
    box-shadow: 0 10px 20px rgba(11, 58, 87, 0.34);
}

.manset-nav-item.active::after {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 999px;
    border: 3px solid rgba(125, 211, 252, 0.78);
    box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.28);
    animation: manset-nav-ripple 1.55s ease-out infinite;
    pointer-events: none;
}

.manset-nav-item:hover {
    color: #000000;
    background: linear-gradient(145deg, #0f172a 0%, #0c4a6e 74%, #0ea5e9 100%);
    box-shadow: 0 10px 18px rgba(14, 116, 144, 0.28);
}

.manset-nav-item.disabled {
    color: #94a3b8;
    border-color: #e2e8f0;
    background: #f8fafc;
    box-shadow: none;
    pointer-events: none;
}

.category-manset-wrap {
    margin-bottom: 12px;
}

.category-manset-wrap .manset-block {
    margin: 0 auto;
}

.category-manset-wrap .manset-visual {
    border: 1px solid #7dd3fc;
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    background:
        radial-gradient(560px 190px at 100% 0%, rgba(56, 189, 248, 0.2), transparent 65%),
        linear-gradient(155deg, #071224 0%, #0a2747 55%, #0f4f73 100%);
    box-shadow: 0 22px 38px rgba(2, 6, 23, 0.28);
}

.category-manset-wrap .manset-overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(2, 6, 23, 0.52) 38%, rgba(2, 6, 23, 0.94) 100%);
}

.category-manset-wrap .manset-title {
    font-size: clamp(1.32rem, 1.1rem + 0.75vw, 2.02rem);
    text-shadow: 0 2px 10px rgba(2, 6, 23, 0.65);
}

.category-manset-wrap .manset-category-badge {
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.92), rgba(14, 116, 144, 0.9));
    border-color: rgba(125, 211, 252, 0.78);
}

.category-manset-wrap .manset-arrow {
    border-color: rgba(125, 211, 252, 0.74);
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.82), rgba(12, 74, 110, 0.72));
}

.category-manset-wrap .manset-arrow:hover {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.94), rgba(14, 165, 233, 0.86));
}

.manset-nav.manset-nav-5col {
    width: auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    row-gap: 8px;
    padding: 12px 0 2px;
}

.category-manset-wrap .manset-nav.manset-nav-5col .manset-nav-item {
    border: 1px solid #bfdbfe;
    background: linear-gradient(160deg, #ffffff, #eff6ff);
    color: #082f49;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    aspect-ratio: auto;
    font-size: 0.9rem;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
}

.category-manset-wrap .manset-nav.manset-nav-5col .manset-nav-item.active {
    color: #e0f2fe;
    border-color: #38bdf8;
    background: linear-gradient(135deg, #0f172a, #0c4a6e 68%, #0ea5e9);
}

.category-page-premium .page-main-col {
    display: grid;
    gap: 14px;
}

.category-stream-head {
    position: relative;
    overflow: hidden;
    border: 1px solid #bfdbfe;
    border-radius: 16px;
    padding: 14px 16px;
    background:
        radial-gradient(420px 140px at 100% 0%, rgba(56, 189, 248, 0.24), transparent 68%),
        linear-gradient(150deg, #ffffff 0%, #f8fbff 55%, #eef6ff 100%);
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.1);
}

.category-stream-kicker {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.71rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #075985;
    border: 1px solid #7dd3fc;
    background: #e0f2fe;
}

.category-stream-head h2 {
    margin: 8px 0 6px;
    color: #0f172a;
    font-size: clamp(1.22rem, 1.05rem + 0.55vw, 1.62rem);
    line-height: 1.2;
}

.category-stream-head p {
    margin: 0;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 700;
}

.category-page-premium .category-stream-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0;
}

.category-page-premium .category-stream-grid .news-card {
    border: 1px solid #bfd9ee;
    border-radius: 16px;
    background:
        radial-gradient(220px 90px at 100% 0%, rgba(14, 165, 233, 0.16), transparent 68%),
        linear-gradient(165deg, #ffffff 0%, #f8fbff 55%, #eff6ff 100%);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.11);
}

.category-page-premium .category-stream-grid .news-card:hover {
    border-color: #38bdf8;
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.17);
}

.category-page-premium .category-stream-grid .news-thumb {
    aspect-ratio: 16 / 9;
}

.category-page-premium .category-stream-grid .thumb-category {
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.92), rgba(12, 74, 110, 0.9));
    border-color: rgba(125, 211, 252, 0.76);
    padding: 6px 11px;
    font-weight: 800;
}

.category-page-premium .category-stream-grid .news-card h3 {
    margin: 14px 14px 16px;
    font-size: clamp(1.02rem, 0.95rem + 0.25vw, 1.12rem);
    line-height: 1.35;
    min-height: 3.15em;
}

.category-page-premium .category-stream-grid .pagination {
    margin-top: 4px;
}

.manset-quick {
    height: 530px;
    display: grid;
    grid-template-rows: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #cbd5e1;
    background:
        radial-gradient(320px 160px at 100% 0%, rgba(14, 165, 233, 0.24), transparent 60%),
        linear-gradient(165deg, #0f172a 0%, #10233d 55%, #0b1b35 100%);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.2);
}

.manset-quick-item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    padding: 12px 15px;
    color: #f8fafc;
    font-size: 1.24rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.12;
    background: linear-gradient(135deg, rgba(255,255,255,0.24), rgba(255,255,255,0.08));
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.38);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 10px 18px rgba(2, 6, 23, 0.24);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.manset-quick-item .label {
    color: #f8fafc;
}

.manset-quick-item--deprem .label {
    color: #f8fafc;
}

.manset-quick-item--eczane .label {
    color: #f8fafc;
}

.manset-quick-item--altin .label {
    color: #f8fafc;
}

.manset-quick-item--sinema .label {
    color: #f8fafc;
    white-space: nowrap;
    font-size: 1.08rem;
}

.manset-quick-item--deprem {
    background: linear-gradient(135deg, rgba(185, 28, 28, 0.48), rgba(239, 68, 68, 0.3));
}

.manset-quick-item--hava {
    background: linear-gradient(135deg, rgba(3, 105, 161, 0.54), rgba(14, 165, 233, 0.34));
}

.manset-quick-item--eczane {
    background: linear-gradient(135deg, rgba(5, 150, 105, 0.5), rgba(16, 185, 129, 0.3));
}

.manset-quick-item--altin {
    background: linear-gradient(135deg, rgba(202, 138, 4, 0.52), rgba(245, 158, 11, 0.32));
}

.manset-quick-item--sinema {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.5), rgba(99, 102, 241, 0.32));
}

.manset-quick-item:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.24), 0 14px 22px rgba(2, 6, 23, 0.36);
}

.manset-quick-item .icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1;
    background: linear-gradient(135deg, #22d3ee, #0f766e);
    box-shadow: 0 8px 16px rgba(14, 165, 233, 0.35);
    flex: 0 0 auto;
    animation: quick-icon-pulse 1.7s ease-in-out infinite;
}

@keyframes manset-nav-ripple {
    0% {
        transform: scale(1);
        opacity: 0.98;
    }
    70% {
        transform: scale(1.48);
        opacity: 0;
    }
    100% {
        transform: scale(1.48);
        opacity: 0;
    }
}

.manset-quick-item .icon.icon-ribbon {
    background: linear-gradient(135deg, #22d3ee, #0f766e);
}

.manset-quick-item .icon.icon-ribbon svg {
    width: 19px;
    height: 19px;
    fill: #000;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.22));
}

.manset-quick-item .icon.icon-weather {
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
}

.manset-quick-item .icon.icon-eczane {
    border-radius: 8px;
    background: #ffffff;
    border: 2px solid #dc2626;
    box-shadow: 0 8px 16px rgba(220, 38, 38, 0.32);
}

.manset-quick-item .icon .eczane-e {
    font-size: 1.16rem;
    line-height: 1;
    font-weight: 900;
    color: #dc2626;
    font-family: "Arial Black", Arial, sans-serif;
    transform: translateY(-0.5px);
}

.category-section-stack {
    margin-top: 16px;
    display: grid;
    gap: 14px;
    width: 785px;
    max-width: 100%;
}

.category-content-row {
    margin-top: 16px;
    display: grid;
    grid-template-columns: minmax(0, 785px) minmax(220px, 1fr);
    align-items: start;
    gap: 14px;
}

.home-video-gallery {
    margin-top: 14px;
    width: 785px;
    max-width: 100%;
    display: grid;
    gap: 12px;
}

.home-video-gallery-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #0ea5e9;
    border-radius: 16px;
    padding: 12px 14px;
    background:
        radial-gradient(340px 130px at 100% 0%, rgba(56, 189, 248, 0.28), transparent 66%),
        radial-gradient(240px 130px at 0% 100%, rgba(14, 165, 233, 0.18), transparent 70%),
        linear-gradient(152deg, #082f49 0%, #0c4a6e 52%, #0f766e 100%);
    box-shadow: 0 16px 28px rgba(2, 6, 23, 0.24);
}

.home-video-gallery-kicker {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 5px 10px;
    margin-bottom: 6px;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #082f49;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: linear-gradient(135deg, #e0f2fe, #bae6fd);
}

.home-video-gallery-head h2 {
    margin: 0;
    font-size: clamp(1.12rem, 1.02rem + 0.35vw, 1.34rem);
    color: #f8fafc;
    text-shadow: 0 2px 10px rgba(2, 6, 23, 0.45);
}

.home-video-gallery-head p {
    margin: 0;
    color: #dbeafe;
    font-size: 0.84rem;
    font-weight: 800;
}

.home-video-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.home-gallery-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 12px;
    align-items: stretch;
}

.home-gallery-feature,
.home-gallery-mini-card {
    overflow: hidden;
    border-radius: 16px;
}

.home-gallery-feature {
    display: grid;
    grid-template-rows: auto auto;
    align-self: start;
    border: 1px solid #cbd5e1;
    background: linear-gradient(160deg, #ffffff 0%, #f8fafc 58%, #eef2ff 100%);
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.14);
}

.home-gallery-feature--video {
    border-color: #7dd3fc;
    background:
        radial-gradient(240px 90px at 100% 0%, rgba(56, 189, 248, 0.2), transparent 68%),
        linear-gradient(160deg, #ffffff 0%, #f3f9ff 54%, #eaf4ff 100%);
}

.home-gallery-feature--photo {
    border-color: #fdba74;
    background:
        radial-gradient(240px 90px at 100% 0%, rgba(251, 191, 36, 0.2), transparent 68%),
        linear-gradient(160deg, #ffffff 0%, #fff7ed 54%, #ffedd5 100%);
}

.home-gallery-feature__media {
    display: block;
}

.home-gallery-feature__meta {
    display: grid;
    gap: 10px;
    padding: 14px 14px 15px;
    min-width: 0;
    align-content: start;
}

.home-gallery-feature__meta strong {
    display: block;
    width: 100%;
    margin: 0;
    color: #0f172a;
    line-height: 1.3;
    font-size: 1.12rem;
    max-width: 100%;
    min-width: 0;
    text-wrap: pretty;
    word-break: normal;
    overflow-wrap: anywhere;
}

.home-gallery-feature__meta p {
    margin: 0;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.55;
}

.home-gallery-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.home-gallery-mini-card {
    display: grid;
    grid-template-rows: auto auto;
    align-self: start;
    border: 1px solid #cbd5e1;
    background: #fff;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
}

.home-gallery-mini-card--video {
    border-color: #7dd3fc;
    background:
        radial-gradient(180px 80px at 100% 0%, rgba(56, 189, 248, 0.16), transparent 68%),
        linear-gradient(160deg, #ffffff 0%, #f7fbff 60%, #edf7ff 100%);
}

.home-gallery-mini-card--photo {
    border-color: #fdba74;
    background:
        radial-gradient(180px 80px at 100% 0%, rgba(251, 191, 36, 0.16), transparent 68%),
        linear-gradient(160deg, #ffffff 0%, #fff8ef 60%, #ffefdc 100%);
}

.home-gallery-mini-card__media {
    display: block;
}

.home-gallery-mini-card__media .home-video-frame {
    border-bottom: 0;
}

.home-gallery-mini-card__meta {
    display: grid;
    gap: 7px;
    padding: 12px;
    min-width: 0;
    align-content: start;
}

.home-gallery-mini-card__meta strong {
    display: block;
    width: 100%;
    margin: 0;
    color: #0f172a;
    line-height: 1.42;
    font-size: 0.9rem;
    min-height: 0;
    max-width: 100%;
    min-width: 0;
    letter-spacing: -0.01em;
    word-break: keep-all;
    overflow-wrap: break-word;
    hyphens: auto;
}

.home-video-card {
    border: 1px solid #7dd3fc;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background:
        radial-gradient(240px 90px at 100% 0%, rgba(56, 189, 248, 0.2), transparent 68%),
        linear-gradient(160deg, #ffffff 0%, #f3f9ff 54%, #eaf4ff 100%);
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.14);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-video-card:hover {
    transform: translateY(-3px);
    border-color: #0ea5e9;
    box-shadow: 0 20px 30px rgba(2, 6, 23, 0.22);
}

.home-video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #020617;
    border-bottom: 1px solid rgba(2, 132, 199, 0.24);
}

.home-video-frame iframe,
.home-video-frame video {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.home-video-fallback-link,
.home-video-fallback-link img {
    width: 100%;
    height: 100%;
    display: block;
}

.home-video-poster {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #082f49, #020617);
}

.home-video-poster::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 6, 23, 0.08), rgba(2, 6, 23, 0.26));
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease;
}

.home-video-fallback-link img {
    object-fit: cover;
}

.home-video-play-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58px;
    height: 58px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(8, 47, 73, 0.74);
    color: #f8fafc;
    font-size: 1.12rem;
    border: 1px solid rgba(224, 242, 254, 0.62);
    box-shadow:
        0 14px 28px rgba(2, 6, 23, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(5px);
    z-index: 2;
    transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.home-gallery-feature .home-video-play-badge {
    width: 64px;
    height: 64px;
    font-size: 1.22rem;
}

.home-gallery-mini-card .home-video-play-badge {
    width: 50px;
    height: 50px;
    font-size: 1rem;
}

.home-video-poster:hover::after,
.home-video-poster:focus-visible::after {
    opacity: 0.9;
}

.home-video-poster:hover .home-video-play-badge,
.home-video-poster:focus-visible .home-video-play-badge {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow:
        0 18px 34px rgba(2, 6, 23, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 0 0 6px rgba(14, 165, 233, 0.1);
    filter: brightness(1.05);
}

.home-video-poster-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    gap: 10px;
    color: #e2e8f0;
    font-weight: 700;
    letter-spacing: 0.04em;
    position: relative;
    z-index: 1;
}

.home-video-poster-placeholder strong {
    font-size: 0.9rem;
}

.home-video-meta {
    display: grid;
    gap: 7px;
    padding: 11px 12px 12px;
}

.home-video-meta strong {
    color: #0f172a;
    line-height: 1.36;
    font-size: 0.96rem;
    min-height: 2.7em;
}

.home-video-link {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: 900;
    color: #e0f2fe;
    background: linear-gradient(135deg, #0c4a6e, #0ea5e9);
    border: 1px solid rgba(125, 211, 252, 0.72);
    text-decoration: none;
}

.home-video-link:hover {
    filter: brightness(1.06);
}

.home-photo-gallery {
    margin-top: 14px;
    width: 785px;
    max-width: 100%;
    display: grid;
    gap: 12px;
}

.home-photo-gallery-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #f59e0b;
    border-radius: 16px;
    padding: 12px 14px;
    background:
        radial-gradient(340px 130px at 100% 0%, rgba(251, 191, 36, 0.28), transparent 66%),
        radial-gradient(240px 130px at 0% 100%, rgba(249, 115, 22, 0.18), transparent 70%),
        linear-gradient(152deg, #3f2308 0%, #7c2d12 52%, #b45309 100%);
    box-shadow: 0 16px 28px rgba(2, 6, 23, 0.24);
}

.home-photo-gallery-head h2 {
    margin: 0;
    font-size: clamp(1.12rem, 1.02rem + 0.35vw, 1.34rem);
    color: #fff7ed;
    text-shadow: 0 2px 10px rgba(2, 6, 23, 0.45);
}

.gallery-list-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    text-decoration: none;
    color: #f8fafc;
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: rgba(15, 23, 42, 0.3);
    transition: transform .18s ease, filter .18s ease;
}

.gallery-list-link:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
}

.gallery-list-page {
    width: 100%;
    max-width: 1280px;
    margin: 16px auto 6px;
    padding: 0 4px;
    display: grid;
    gap: 14px;
}

.gallery-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #bfdbfe;
    border-radius: 16px;
    padding: 12px 14px;
    background:
        radial-gradient(360px 120px at 100% 0%, rgba(56, 189, 248, 0.2), transparent 64%),
        linear-gradient(155deg, #f8fbff 0%, #eef6ff 56%, #e2efff 100%);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.13);
}

.gallery-list-header h1 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.4rem, 1.22rem + 0.5vw, 1.9rem);
}

.gallery-list-intro {
    border-radius: 16px;
    border: 1px solid #cbd5e1;
    padding: 12px 14px;
    background:
        radial-gradient(380px 130px at 0% 100%, rgba(14, 165, 233, 0.14), transparent 64%),
        linear-gradient(160deg, #ffffff 0%, #f8fafc 58%, #f1f5f9 100%);
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.1);
    display: grid;
    gap: 6px;
}

.gallery-list-kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #082f49;
    background: linear-gradient(135deg, #e0f2fe, #bae6fd);
    border: 1px solid #7dd3fc;
}

.gallery-list-intro p {
    margin: 0;
    color: #334155;
    font-size: 0.89rem;
    line-height: 1.45;
    font-weight: 700;
}

.gallery-list-intro strong {
    color: #0f172a;
    font-size: 0.88rem;
    font-weight: 900;
}

.gallery-list-page--video .home-video-card {
    border: 1px solid #7dd3fc;
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.16);
}

.gallery-list-page--video .home-video-card:hover {
    border-color: #0ea5e9;
    box-shadow: 0 22px 34px rgba(15, 23, 42, 0.22);
}

.gallery-list-page--photo .home-photo-card {
    border: 1px solid #fdba74;
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.16);
}

.gallery-list-page--photo .home-photo-card:hover {
    transform: translateY(-3px);
    border-color: #f97316;
    box-shadow: 0 22px 34px rgba(15, 23, 42, 0.22);
}

.gallery-list-empty {
    margin: 0;
    padding: 16px;
    border-radius: 12px;
    border: 1px dashed #94a3b8;
    color: #334155;
    background: #f8fafc;
}

.gallery-list-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1160px) {
    .gallery-list-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .gallery-list-grid-3 {
        grid-template-columns: 1fr;
    }
}

.home-photo-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.home-photo-card {
    border: 1px solid #fdba74;
    border-radius: 16px;
    overflow: hidden;
    background:
        radial-gradient(240px 90px at 100% 0%, rgba(251, 191, 36, 0.2), transparent 68%),
        linear-gradient(160deg, #ffffff 0%, #fff7ed 54%, #ffedd5 100%);
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.14);
}

.home-photo-link {
    display: block;
    position: relative;
    text-decoration: none;
}

.home-photo-link img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.home-photo-count {
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 2;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.74rem;
    font-weight: 800;
    color: #fff7ed;
    border: 1px solid rgba(255, 237, 213, 0.6);
    background: rgba(124, 45, 18, 0.86);
}

.home-photo-meta {
    display: grid;
    gap: 8px;
    padding: 11px 12px 12px;
}

.home-photo-meta strong {
    color: #431407;
    line-height: 1.36;
    font-size: 0.96rem;
    min-height: 2.7em;
}

.home-photo-meta p {
    margin: 0;
    color: #7c2d12;
    font-size: 0.84rem;
    line-height: 1.45;
}

.home-photo-gallery-link {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: 900;
    color: #fffbeb;
    background: linear-gradient(135deg, #9a3412, #ea580c);
    border: 1px solid rgba(253, 186, 116, 0.72);
    text-decoration: none;
}

.home-photo-gallery-link:hover {
    filter: brightness(1.06);
}

.home-side-stack {
    display: grid;
    gap: 12px;
    align-content: start;
}

.home-side-stack .sidebar-widget {
    position: static;
}

.sidebar-widget--latest {
    border-radius: 16px;
    border: 1px solid #1d4ed8;
    background:
        radial-gradient(240px 90px at 100% 0%, rgba(56, 189, 248, 0.3), transparent 65%),
        radial-gradient(260px 110px at 0% 100%, rgba(14, 165, 233, 0.16), transparent 70%),
        linear-gradient(165deg, #0b1f3a 0%, #0f2e59 55%, #113a72 100%);
    box-shadow: 0 18px 30px rgba(2, 6, 23, 0.28);
    overflow: hidden;
}

.sidebar-widget--latest h2 {
    margin: -14px -14px 10px;
    padding: 11px 14px;
    color: #e0f2fe;
    font-size: 1rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #1d4ed8, #0ea5e9 60%, #22d3ee);
    border-bottom: 1px solid rgba(224, 242, 254, 0.3);
}

.sidebar-widget--latest ul {
    counter-reset: latest-news;
    gap: 7px;
}

.sidebar-widget--latest li {
    list-style: none;
}

.sidebar-widget--latest li a {
    position: relative;
    display: block;
    color: #e2e8f0;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.86rem;
    line-height: 1.34;
    padding: 10px 10px 10px 44px;
    border: 1px solid rgba(147, 197, 253, 0.32);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.92), rgba(15, 23, 42, 0.88));
    transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.sidebar-widget--latest li a::before {
    counter-increment: latest-news;
    content: counter(latest-news);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.76rem;
    font-weight: 900;
    color: #082f49;
    background: linear-gradient(135deg, #7dd3fc, #bae6fd);
    box-shadow: 0 4px 10px rgba(125, 211, 252, 0.45);
}

.sidebar-widget--latest li a:hover {
    transform: translateY(-1px);
    border-color: rgba(125, 211, 252, 0.8);
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.98), rgba(15, 23, 42, 0.95));
}

.sidebar-widget--popular {
    border-radius: 16px;
    border: 1px solid #7c3aed;
    background:
        radial-gradient(250px 100px at 100% 0%, rgba(196, 181, 253, 0.24), transparent 64%),
        radial-gradient(260px 110px at 0% 100%, rgba(168, 85, 247, 0.18), transparent 70%),
        linear-gradient(160deg, #22104a 0%, #2f125f 55%, #3b0f70 100%);
    box-shadow: 0 18px 30px rgba(17, 24, 39, 0.32);
    overflow: hidden;
}

.sidebar-widget--popular h2 {
    margin: -14px -14px 10px;
    padding: 11px 14px;
    color: #f5f3ff;
    font-size: 1rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #7c3aed, #a855f7 60%, #c084fc);
    border-bottom: 1px solid rgba(245, 243, 255, 0.28);
}

.sidebar-widget--popular ul {
    counter-reset: popular-news;
    gap: 7px;
}

.sidebar-widget--popular li {
    list-style: none;
}

.sidebar-widget--popular li a {
    position: relative;
    display: block;
    color: #ede9fe;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.86rem;
    line-height: 1.34;
    padding: 10px 10px 10px 44px;
    border: 1px solid rgba(196, 181, 253, 0.35);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(31, 10, 56, 0.95), rgba(59, 15, 112, 0.82));
    transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.sidebar-widget--popular li a::before {
    counter-increment: popular-news;
    content: counter(popular-news);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.76rem;
    font-weight: 900;
    color: #2e1065;
    background: linear-gradient(135deg, #ddd6fe, #c4b5fd);
    box-shadow: 0 4px 10px rgba(196, 181, 253, 0.4);
}

.sidebar-widget--popular li a:hover {
    transform: translateY(-1px);
    border-color: rgba(221, 214, 254, 0.82);
    background: linear-gradient(135deg, rgba(31, 10, 56, 1), rgba(59, 15, 112, 0.92));
}

.sidebar-widget--top-photo,
.sidebar-widget--top-video {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 30px rgba(2, 6, 23, 0.28);
}

.sidebar-widget--top-photo {
    border: 1px solid #0ea5e9;
    background:
        radial-gradient(240px 90px at 100% 0%, rgba(56, 189, 248, 0.28), transparent 64%),
        radial-gradient(260px 110px at 0% 100%, rgba(14, 165, 233, 0.18), transparent 70%),
        linear-gradient(165deg, #05253a 0%, #0b3654 55%, #124162 100%);
}

.sidebar-widget--top-video {
    border: 1px solid #ec4899;
    background:
        radial-gradient(240px 90px at 100% 0%, rgba(244, 114, 182, 0.28), transparent 64%),
        radial-gradient(260px 110px at 0% 100%, rgba(236, 72, 153, 0.18), transparent 70%),
        linear-gradient(165deg, #3c0432 0%, #5a0a4a 55%, #6e105a 100%);
}

.sidebar-widget--top-photo h2,
.sidebar-widget--top-video h2 {
    margin: -14px -14px 10px;
    padding: 11px 14px;
    font-size: 1rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.sidebar-widget--top-photo h2 {
    color: #e0f2fe;
    background: linear-gradient(90deg, #0284c7, #0ea5e9 58%, #22d3ee);
}

.sidebar-widget--top-video h2 {
    color: #fdf2f8;
    background: linear-gradient(90deg, #be185d, #db2777 58%, #f472b6);
}

.sidebar-widget--top-photo ul,
.sidebar-widget--top-video ul {
    gap: 7px;
}

.sidebar-widget--top-photo li,
.sidebar-widget--top-video li {
    list-style: none;
}

.sidebar-widget--top-photo li a,
.sidebar-widget--top-video li a {
    position: relative;
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 1.34;
    padding: 10px 10px 10px 34px;
    border-radius: 10px;
    transition: transform .16s ease, filter .16s ease, border-color .16s ease;
}

.sidebar-widget--top-photo li a {
    color: #e0f2fe;
    border: 1px solid rgba(125, 211, 252, 0.42);
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.9), rgba(8, 47, 73, 0.88));
}

.sidebar-widget--top-video li a {
    color: #fdf2f8;
    border: 1px solid rgba(244, 114, 182, 0.42);
    background: linear-gradient(135deg, rgba(76, 5, 25, 0.9), rgba(80, 7, 36, 0.86));
}

.sidebar-widget--top-photo li a::before,
.sidebar-widget--top-video li a::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.sidebar-widget--top-photo li a::before {
    background: #38bdf8;
    box-shadow: 0 0 0 5px rgba(56, 189, 248, 0.18);
}

.sidebar-widget--top-video li a::before {
    background: #f472b6;
    box-shadow: 0 0 0 5px rgba(244, 114, 182, 0.18);
}

.sidebar-widget--top-photo li a:hover,
.sidebar-widget--top-video li a:hover {
    transform: translateY(-1px);
    filter: brightness(1.07);
}

.sidebar-widget--poll {
    border-radius: 16px;
    border: 1px solid #0ea5e9;
    background:
        radial-gradient(250px 100px at 100% 0%, rgba(56, 189, 248, 0.22), transparent 65%),
        radial-gradient(260px 120px at 0% 100%, rgba(2, 132, 199, 0.16), transparent 70%),
        linear-gradient(165deg, #0b1f3a 0%, #0f2e59 56%, #0d3e6d 100%);
    box-shadow: 0 18px 30px rgba(2, 6, 23, 0.3);
    overflow: hidden;
}

.sidebar-widget--poll h2 {
    margin: -14px -14px 10px;
    padding: 11px 14px;
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #0b3a57, #0c4a6e 60%, #0ea5e9);
    border-bottom: 1px solid rgba(224, 242, 254, 0.3);
}

.sidebar-widget--poll .poll-question {
    margin: 0 0 10px;
    padding: 9px 10px;
    border-radius: 10px;
    border: 1px solid rgba(14, 165, 233, 0.35);
    background: linear-gradient(145deg, rgba(2, 6, 23, 0.55), rgba(15, 23, 42, 0.7));
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.4;
}

.poll-alert {
    margin: 0 0 10px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 700;
    border: 1px solid transparent;
}

.poll-alert.is-success {
    color: #ffffff;
    border-color: rgba(34, 211, 238, 0.42);
    background: rgba(8, 145, 178, 0.35);
}

.poll-alert.is-error {
    color: #ffffff;
    border-color: rgba(248, 113, 113, 0.5);
    background: rgba(127, 29, 29, 0.4);
}

.poll-form {
    display: grid;
    gap: 10px;
}

.poll-options {
    display: grid;
    gap: 8px;
}

.poll-option {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    padding: 9px 10px;
    border: 1px solid rgba(125, 211, 252, 0.3);
    border-radius: 10px;
    background: rgba(2, 6, 23, 0.42);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
}

.poll-option input[type='radio'] {
    margin-top: 2px;
    accent-color: #38bdf8;
}

.poll-submit {
    border: 1px solid rgba(125, 211, 252, 0.65);
    border-radius: 10px;
    padding: 9px 12px;
    background: linear-gradient(135deg, #0f172a 0%, #0b3a57 62%, #0ea5e9 100%);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    cursor: pointer;
}

.poll-submit:hover {
    filter: brightness(1.07);
}

.poll-meta {
    margin: 8px 0 0;
    padding: 7px 10px;
    border-radius: 9px;
    border: 1px solid rgba(56, 189, 248, 0.38);
    background: rgba(2, 6, 23, 0.42);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
}

.poll-thanks {
    margin: 0 0 10px;
    padding: 9px 10px;
    border-radius: 10px;
    border: 1px solid rgba(34, 211, 238, 0.45);
    background: rgba(2, 6, 23, 0.68);
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 800;
}

.poll-results {
    display: grid;
    gap: 10px;
}

.poll-result-item {
    display: grid;
    gap: 5px;
    padding: 8px 9px;
    border-radius: 10px;
    border: 1px solid rgba(125, 211, 252, 0.26);
    background: rgba(2, 6, 23, 0.38);
}

.poll-result-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
}

.poll-result-bar {
    height: 10px;
    border-radius: 999px;
    border: 1px solid rgba(125, 211, 252, 0.28);
    background: rgba(2, 6, 23, 0.58);
    overflow: hidden;
}

.poll-result-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0ea5e9, #22d3ee);
}

.page-detail-prime .page-prime-card {
    border-radius: 20px;
    border: 1px solid #93c5fd;
    background:
        radial-gradient(520px 180px at 100% 0%, rgba(56, 189, 248, 0.22), transparent 66%),
        radial-gradient(420px 140px at 0% 100%, rgba(14, 165, 233, 0.1), transparent 72%),
        linear-gradient(168deg, #ffffff 0%, #f7fbff 52%, #edf5ff 100%);
    box-shadow: 0 20px 36px rgba(15, 23, 42, 0.16);
    padding: 18px;
}

.page-detail-prime .page-prime-breadcrumb {
    margin-bottom: 12px;
    border-radius: 10px;
    border: 1px solid #bfdbfe;
    background: linear-gradient(135deg, #ffffff, #eff6ff);
}

.page-detail-prime .page-prime-head {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
    position: relative;
}

.page-detail-prime .page-prime-head::after {
    content: "";
    display: block;
    width: 140px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0ea5e9, #22d3ee 55%, #0284c7);
    box-shadow: 0 6px 14px rgba(14, 165, 233, 0.35);
}

.page-prime-kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0c4a6e;
    border: 1px solid #7dd3fc;
    background: linear-gradient(135deg, #e0f2fe, #bae6fd);
}

.page-prime-title {
    margin: 0;
    font-size: clamp(1.52rem, 1.3rem + 0.62vw, 2.1rem);
    line-height: 1.16;
    color: #f8fbff;
    letter-spacing: 0.01em;
    font-weight: 900;
    border-radius: 16px;
    border: 1px solid rgba(56, 189, 248, 0.7);
    background:
        linear-gradient(140deg, #0f172a 0%, #1e3a8a 52%, #0c4a6e 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 16px 28px rgba(15, 23, 42, 0.34);
    padding: 16px 18px;
    text-shadow: 0 1px 0 rgba(15, 23, 42, 0.5);
}

.page-prime-summary {
    margin: 0;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid #bfdbfe;
    background: linear-gradient(135deg, rgba(239, 246, 255, 0.95), rgba(224, 242, 254, 0.95));
    color: #1e293b;
    font-size: 0.94rem;
    line-height: 1.5;
    font-weight: 700;
}

.page-prime-body {
    border-radius: 14px;
    border: 1px solid #dbeafe;
    background: linear-gradient(160deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    padding: 14px 14px 6px;
}

.page-prime-body p {
    color: #0f172a;
    line-height: 1.72;
}

.page-prime-body h2,
.page-prime-body h3,
.page-prime-body h4 {
    color: #0b3a57;
}

.sidebar-widget.sidebar-widget--superlig {
    border-radius: 16px;
    border: 1px solid #f59e0b;
    background: linear-gradient(165deg, #2b1d05 0%, #3c2a08 58%, #4d3506 100%);
    box-shadow: 0 18px 30px rgba(17, 24, 39, 0.34);
    overflow: hidden;
}

.sidebar-widget.sidebar-widget--superlig h2 {
    margin: -14px -14px 0;
    padding: 11px 14px;
    color: #fffbeb;
    font-size: 1rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #b45309, #d97706 58%, #f59e0b);
    border-bottom: 1px solid rgba(255, 251, 235, 0.28);
}

.sidebar-widget.sidebar-widget--superlig .superlig-table {
    margin-top: 0;
}

.superlig-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgba(253, 230, 138, 0.28);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(17, 24, 39, 0.35);
}

.superlig-table th,
.superlig-table td {
    font-size: 0.78rem;
    padding: 7px 8px;
    border-bottom: 1px solid rgba(253, 230, 138, 0.16);
}

.superlig-table thead th {
    color: #fef3c7;
    background: rgba(180, 83, 9, 0.36);
    text-align: left;
}

.superlig-table th:nth-child(n + 3),
.superlig-table td:nth-child(n + 3) {
    text-align: center;
    width: 36px;
}

.superlig-table tbody td {
    color: #f8fafc;
}

.superlig-table tbody tr:nth-child(even) {
    background: rgba(180, 83, 9, 0.12);
}

.superlig-table tbody tr:hover {
    background: rgba(245, 158, 11, 0.2);
}

.superlig-table tbody tr.relegation-row {
    background: linear-gradient(90deg, rgba(127, 29, 29, 0.62), rgba(185, 28, 28, 0.36));
}

.superlig-table tbody tr.relegation-row td {
    color: #fee2e2;
    font-weight: 700;
}

.category-news-block {
    border: 1px solid #93c5fd;
    border-radius: 16px;
    padding: 12px;
    background:
        radial-gradient(580px 170px at 100% 0%, rgba(56, 189, 248, 0.2), transparent 65%),
        radial-gradient(440px 140px at 0% 100%, rgba(14, 165, 233, 0.12), transparent 68%),
        linear-gradient(170deg, #ffffff 0%, #f8fbff 55%, #eef6ff 100%);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1);
    overflow: hidden;
}

.category-news-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.category-news-head h2 {
    margin: 0;
    font-size: 1.18rem;
    color: #e0f2fe;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 8px 12px;
    border-radius: 12px;
    background: linear-gradient(120deg, #0f172a, #0c4a6e 60%, #0ea5e9);
    border: 1px solid rgba(186, 230, 253, 0.35);
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.22);
}

.category-news-head a {
    text-decoration: none;
    color: #0b4f7a;
    font-size: 0.82rem;
    font-weight: 800;
    border: 1px solid #bfdbfe;
    background: linear-gradient(135deg, #ffffff, #e0f2fe);
    padding: 7px 11px;
    border-radius: 999px;
    transition: transform .16s ease, border-color .16s ease;
}

.category-news-head a:hover {
    transform: translateY(-1px);
    border-color: #7dd3fc;
}

.category-news-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.category-news-item {
    text-decoration: none;
    color: #0f172a;
    border: 1px solid #cfe0f2;
    border-radius: 12px;
    background: linear-gradient(165deg, #ffffff, #f8fbff);
    overflow: hidden;
    display: grid;
    align-content: start;
    min-height: 170px;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.category-news-item img {
    width: 100%;
    height: 94px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid #e2e8f0;
}

.category-news-item strong {
    font-size: 0.86rem;
    line-height: 1.34;
    padding: 9px 10px 10px;
}

.category-news-summary {
    display: none;
}

.category-news-item:hover {
    transform: translateY(-2px);
    border-color: #7dd3fc;
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.14);
}

.category-news-item.is-featured {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 330px;
}

.category-news-item.is-featured img {
    height: 220px;
}

.category-news-item.is-featured strong {
    font-size: 0.95rem;
    line-height: 1.35;
    padding-bottom: 6px;
}

.category-news-item.is-featured .category-news-summary {
    display: block;
    overflow: visible;
    color: #475569;
    font-size: 0.8rem;
    line-height: 1.35;
    padding: 0 10px 10px;
}

@keyframes quick-icon-pulse {
    0%, 100% {
        box-shadow: 0 8px 16px rgba(14, 165, 233, 0.35), 0 0 0 0 rgba(56, 189, 248, 0.45);
    }
    60% {
        box-shadow: 0 8px 16px rgba(14, 165, 233, 0.35), 0 0 0 8px rgba(56, 189, 248, 0);
    }
}

.sidebar-widget {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px;
    background: #fff;
    position: sticky;
    top: 12px;
}

.sidebar-widget h2 {
    margin-top: 0;
    font-size: 1.06rem;
}

.sidebar-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.sidebar-widget a {
    color: #0f766e;
    text-decoration: none;
    font-weight: 600;
}

.detail-meta {
    margin: 0;
    font-size: 0.9rem;
    color: #dbeafe;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.detail-article {
    max-width: 980px;
    margin: 0 auto;
    border: 1px solid #93c5fd;
    border-radius: 20px;
    padding: 18px;
    background:
        radial-gradient(640px 190px at 100% 0%, rgba(56, 189, 248, 0.2), transparent 66%),
        linear-gradient(168deg, #ffffff 0%, #f7fbff 52%, #edf5ff 100%);
    box-shadow: 0 20px 38px rgba(15, 23, 42, 0.14);
}

.detail-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 12px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid #bfdbfe;
    background: linear-gradient(135deg, #ffffff, #eff6ff);
    color: #334155;
    font-size: 0.82rem;
    font-weight: 700;
}

.detail-breadcrumb a {
    color: #0c4a6e;
    text-decoration: none;
}

.detail-breadcrumb a:hover {
    text-decoration: underline;
}

.detail-breadcrumb .sep {
    color: #64748b;
}

.detail-kicker {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
}

.detail-kicker .chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 11px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    border: 1px solid transparent;
}

.detail-kicker .chip-category {
    color: #e0f2fe;
    border-color: rgba(125, 211, 252, 0.58);
    background: linear-gradient(135deg, #0f172a, #0c4a6e);
}

.detail-kicker .chip-date {
    color: #082f49;
    border-color: #bfdbfe;
    background: linear-gradient(135deg, #ffffff, #e0f2fe);
}

.detail-kicker .chip-read {
    color: #065f46;
    border-color: #99f6e4;
    background: linear-gradient(135deg, #ecfeff, #ccfbf1);
}

.detail-title {
    margin: 0 0 14px;
    font-size: clamp(1.62rem, 1.22rem + 1.25vw, 2.5rem);
    line-height: 1.14;
    color: #071224;
    letter-spacing: 0.01em;
}

.detail-cover {
    margin: 0 0 14px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #bfdbfe;
    box-shadow: 0 12px 24px rgba(2, 6, 23, 0.18);
}

.detail-intro {
    margin: 0 0 14px;
    padding: 12px 14px;
    border: 1px solid rgba(125, 211, 252, 0.4);
    border-radius: 14px;
    background: linear-gradient(138deg, #0b2a4d, #0f4f73);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.detail-intro strong,
.detail-intro a {
    color: #f8fafc;
    text-decoration: none;
}

.detail-intro a:hover {
    text-decoration: underline;
}

.detail-intro .news-summary {
    margin: 10px 0 0;
    color: #e0f2fe;
    font-weight: 700;
    padding-top: 8px;
    border-top: 1px dashed rgba(186, 230, 253, 0.45);
}

.detail-share-strip {
    margin: 0 0 12px;
    padding: 12px;
    border: 1px solid #bfdbfe;
    border-radius: 14px;
    background:
        radial-gradient(420px 130px at 100% 0%, rgba(56, 189, 248, 0.16), transparent 66%),
        linear-gradient(145deg, #f8fbff, #eef6ff);
}

.detail-photo-gallery {
    margin: 0 0 14px;
    border: 1px solid rgba(14, 165, 233, 0.28);
    border-radius: 20px;
    padding: 14px;
    background:
        radial-gradient(560px 180px at 100% -10%, rgba(14, 165, 233, 0.18), transparent 60%),
        radial-gradient(500px 170px at 0% 100%, rgba(245, 158, 11, 0.14), transparent 60%),
        linear-gradient(145deg, #fbfdff, #f4f8ff);
    box-shadow:
        0 18px 36px rgba(2, 6, 23, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.detail-photo-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 10px;
}

.detail-photo-arrow {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(14, 165, 233, 0.35);
    background: linear-gradient(145deg, #ffffff, #e6f1ff);
    color: #0b3a57;
    font-size: 1.15rem;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.detail-photo-arrow:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(14, 116, 144, 0.22);
    background: linear-gradient(145deg, #f0f9ff, #dbeafe);
}

.detail-photo-counter {
    min-width: 88px;
    text-align: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(14, 165, 233, 0.3);
    background: linear-gradient(145deg, #ffffff, #ecf8ff);
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.detail-photo-gallery-head h2 {
    margin: 0 0 9px;
    color: #7c2d12;
    font-size: 0.96rem;
    letter-spacing: 0.02em;
}

.detail-photo-frame {
    border: 1px solid rgba(14, 165, 233, 0.34);
    border-radius: 16px;
    overflow: hidden;
    background: #0b2239;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.detail-photo-frame img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.detail-photo-nav {
    margin: 10px 0 8px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(44px, 1fr));
    gap: 7px;
}

.detail-photo-nav-item {
    border: 1px solid rgba(14, 165, 233, 0.34);
    background: linear-gradient(160deg, #ffffff, #e8f2ff);
    color: #0f172a;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1;
    padding: 10px 4px;
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.detail-photo-nav-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 15px rgba(14, 116, 144, 0.2);
    background: linear-gradient(150deg, #f0f9ff, #dbeafe);
}

.detail-photo-nav-item.active {
    color: #f8fafc;
    border-color: #0ea5e9;
    background: linear-gradient(135deg, #0f172a, #0ea5e9);
    box-shadow: 0 10px 18px rgba(14, 165, 233, 0.35);
}

.detail-photo-caption h3 {
    margin: 0 0 8px;
    color: #0b2239;
    font-size: 1.08rem;
    line-height: 1.35;
}

.detail-photo-caption p {
    margin: 0;
    color: #1e293b;
    font-size: 0.95rem;
    line-height: 1.72;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(241, 245, 249, 0.94));
}

.detail-share-strip h2 {
    margin: 0 0 9px;
    color: #082544;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.detail-share-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.share-btn {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 13px;
    padding: 9px 13px;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.025em;
    cursor: pointer;
    box-shadow:
        0 12px 22px rgba(15, 23, 42, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.share-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, var(--btn-a, #1d4ed8), var(--btn-b, #3b82f6));
}

.share-btn::after {
    content: "";
    position: absolute;
    top: -70%;
    left: -25%;
    width: 34%;
    height: 240%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
    transform: rotate(22deg);
    opacity: 0;
    transition: left .35s ease, opacity .25s ease;
}

.share-btn .share-ico {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    line-height: 1;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.24);
    color: currentColor;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow:
        0 16px 28px rgba(15, 23, 42, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
    filter: saturate(1.08);
}

.share-btn:hover::after {
    left: 112%;
    opacity: 1;
}

.share-btn:active {
    transform: translateY(0);
    box-shadow:
        0 8px 16px rgba(15, 23, 42, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.share-btn.facebook {
    --btn-a: #1d4ed8;
    --btn-b: #2563eb;
    color: #eff6ff;
}

.share-btn.x {
    --btn-a: #0f172a;
    --btn-b: #334155;
    color: #f8fafc;
}

.share-btn.whatsapp {
    --btn-a: #047857;
    --btn-b: #10b981;
    color: #ecfdf5;
}

.share-btn.print {
    --btn-a: #cbd5e1;
    --btn-b: #e2e8f0;
    color: #0f172a;
    border-color: rgba(148, 163, 184, 0.45);
}

.detail-summary-card {
    margin: 0 0 12px;
    padding: 12px 14px;
    border: 1px solid #bfdbfe;
    border-radius: 14px;
    background: linear-gradient(140deg, #ffffff, #f8fbff);
}

.detail-summary-card .news-summary {
    margin: 0;
    color: #0b2a4d;
    font-weight: 700;
    line-height: 1.55;
}

.detail-content {
    text-align: justify;
    text-justify: inter-word;
    overflow-wrap: anywhere;
    font-family: "Inter", "Space Grotesk", sans-serif;
    font-size: 12pt;
    line-height: 1.7;
    color: #0f172a;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    padding: 16px;
    background: #ffffff;
}

.detail-content,
.detail-content *:not(video):not(source):not(iframe) {
    font-family: "Inter", "Space Grotesk", sans-serif !important;
    font-size: 12pt !important;
}

.detail-content p {
    margin: 0 0 1em;
}

.detail-content > div:not([class]) {
    margin: 0 0 1em;
}

.detail-content br + br {
    display: block;
    content: "";
    margin-top: 0.9em;
}

.detail-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: none;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

.detail-content * {
    max-width: 100%;
}

.detail-content img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 14px auto !important;
    border-radius: 12px;
    border: 1px solid #dbeafe;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
    float: none !important;
}

.detail-content figure {
    width: 100% !important;
    max-width: 100% !important;
    margin: 14px auto !important;
}

.detail-content video,
.detail-content iframe {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 14px auto !important;
    border-radius: 12px;
    border: 1px solid #bfdbfe;
    background: #000;
}

.detail-content video {
    aspect-ratio: 16 / 9;
    min-height: 320px;
    height: auto !important;
    object-fit: contain;
    overflow: hidden;
}

.detail-content iframe {
    aspect-ratio: 16 / 9;
    min-height: 320px;
    height: auto !important;
}

.comment-box {
    margin-top: 16px;
    border: 1px solid #93c5fd;
    border-radius: 16px;
    padding: 14px;
    background:
        radial-gradient(500px 160px at 100% 0%, rgba(56, 189, 248, 0.2), transparent 66%),
        linear-gradient(168deg, #f8fbff 0%, #eef6ff 100%);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
}

.comment-box h2 {
    margin: 0 0 12px;
    font-size: 1.08rem;
    color: #0b2a4d;
    letter-spacing: 0.01em;
}

.comment-form {
    display: grid;
    gap: 10px;
}

.comment-field {
    display: grid;
    gap: 6px;
}

.comment-field label {
    font-size: 0.82rem;
    font-weight: 800;
    color: #082f49;
}

.comment-field input,
.comment-field textarea {
    width: 100%;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    background: #ffffff;
    padding: 10px 12px;
    font: inherit;
    font-size: 0.92rem;
    color: #0f172a;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.comment-field textarea {
    resize: vertical;
    min-height: 120px;
}

.comment-field input:focus,
.comment-field textarea:focus {
    border-color: #38bdf8;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
}

.comment-submit {
    justify-self: start;
    border: 0;
    border-radius: 12px;
    padding: 10px 16px;
    color: #f8fafc;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    background: linear-gradient(135deg, #0f766e, #0ea5e9);
    box-shadow: 0 10px 18px rgba(14, 116, 144, 0.26);
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
}

.comment-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 22px rgba(14, 116, 144, 0.32);
}

.comment-flash {
    margin: 0 0 10px;
    padding: 9px 11px;
    border-radius: 10px;
    font-size: 0.86rem;
    font-weight: 700;
}

.comment-flash.success {
    color: #065f46;
    background: #d1fae5;
    border: 1px solid #6ee7b7;
}

.comment-flash.error {
    color: #991b1b;
    background: #fee2e2;
    border: 1px solid #fecaca;
}

.comment-list-box {
    margin-top: 14px;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    padding: 12px;
    background: #ffffff;
}

.comment-list-box h2 {
    margin: 0 0 10px;
    font-size: 1rem;
    color: #0b2a4d;
}

.comment-list {
    display: grid;
    gap: 10px;
}

.comment-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 11px;
    background: linear-gradient(165deg, #ffffff, #f8fbff);
}

.comment-item header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
}

.comment-item strong {
    color: #0f172a;
    font-size: 0.9rem;
}

.comment-item time {
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 700;
}

.comment-item p {
    margin: 0;
    color: #1e293b;
    font-size: 0.9rem;
    line-height: 1.5;
}

.page-layout .home-side-stack {
    gap: 14px;
}

.page-layout .home-side-stack .sidebar-widget {
    border-radius: 18px;
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.18);
}

.detail-article {
    border: 1px solid rgba(59, 130, 246, 0.28);
    border-radius: 24px;
    padding: 20px;
    background:
        radial-gradient(680px 220px at 100% 0%, rgba(14, 165, 233, 0.18), transparent 66%),
        radial-gradient(560px 180px at 0% 0%, rgba(16, 185, 129, 0.11), transparent 64%),
        linear-gradient(164deg, #ffffff 0%, #f8fbff 52%, #eef6ff 100%);
    box-shadow: 0 22px 48px rgba(2, 6, 23, 0.16);
}

.detail-hero-panel {
    position: relative;
    margin: 0 0 14px;
    padding: 14px;
    border: 1px solid rgba(125, 211, 252, 0.62);
    border-radius: 16px;
    background:
        linear-gradient(130deg, rgba(255, 255, 255, 0.94), rgba(241, 249, 255, 0.96)),
        linear-gradient(145deg, #0b1728, #0e7490);
    overflow: hidden;
}

.detail-hero-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(14, 116, 144, 0.08), rgba(59, 130, 246, 0.05));
    pointer-events: none;
}

.detail-hero-panel > * {
    position: relative;
    z-index: 1;
}

.detail-meta-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.detail-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid transparent;
    padding: 6px 10px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.detail-chip--category {
    color: #ecfeff;
    border-color: rgba(103, 232, 249, 0.5);
    background: linear-gradient(135deg, #0f172a, #0c4a6e);
}

.detail-chip--date {
    color: #0b2a4d;
    border-color: rgba(147, 197, 253, 0.62);
    background: linear-gradient(135deg, #ffffff, #e0f2fe);
}

.detail-chip--read {
    color: #065f46;
    border-color: rgba(110, 231, 183, 0.62);
    background: linear-gradient(135deg, #ecfeff, #d1fae5);
}

.detail-intro.detail-intro--premium {
    border: 1px solid rgba(125, 211, 252, 0.44);
    background:
        radial-gradient(420px 130px at 100% 0%, rgba(14, 165, 233, 0.18), transparent 66%),
        linear-gradient(138deg, #09203f, #0b4a6f);
}

.detail-hero-summary {
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.62;
}

.detail-cover--premium {
    position: relative;
    border-radius: 18px;
    border: 1px solid rgba(125, 211, 252, 0.6);
    box-shadow: 0 14px 28px rgba(2, 6, 23, 0.2);
}

.detail-cover--premium::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 34%;
    background: linear-gradient(180deg, transparent, rgba(2, 6, 23, 0.45));
    pointer-events: none;
}

.detail-share-strip {
    border: 1px solid rgba(125, 211, 252, 0.66);
    border-radius: 18px;
    padding: 14px;
    background:
        radial-gradient(520px 150px at 100% 0%, rgba(56, 189, 248, 0.26), transparent 66%),
        linear-gradient(145deg, #f8fbff, #eaf4ff);
    box-shadow:
        0 14px 26px rgba(15, 23, 42, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.share-btn {
    min-height: 40px;
}

.detail-summary-card {
    border: 1px solid rgba(125, 211, 252, 0.6);
    border-left: 4px solid #0ea5e9;
    border-radius: 16px;
    padding: 14px 15px;
    background: linear-gradient(140deg, #ffffff, #f3f9ff);
}

.detail-summary-card .news-summary {
    font-weight: 800;
    color: #082f49;
}

.detail-content {
    border: 1px solid rgba(147, 197, 253, 0.55);
    border-radius: 16px;
    padding: 18px;
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}

.detail-content p {
    margin: 0 0 1.05em;
}

.comment-box,
.comment-list-box {
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.11);
}

.comment-submit {
    border-radius: 12px;
    letter-spacing: 0.02em;
}

.print-brand {
    display: none;
}

.theme-ad {
    margin: 10px 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    text-align: center;
}

.theme-ad iframe,
.theme-ad img,
.theme-ad video {
    max-width: 100%;
    max-height: none !important;
}

.theme-ad iframe,
.theme-ad video,
.theme-ad ins {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
}

.theme-ad iframe,
.theme-ad img,
.theme-ad video,
.theme-ad ins {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.theme-ad-slot {
    display: flex;
    justify-content: center;
}

.theme-ad-media-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    width: 100%;
}

.theme-ad-media-item {
    width: 100%;
}

.theme-ad-media-item a,
.theme-ad-media-item img {
    display: block;
    width: 100%;
}

.theme-ad-slot__desktop,
.theme-ad-slot__mobile {
    width: 100%;
}

.theme-ad--header {
    margin: 10px 0 12px;
}

.theme-ad--in-article {
    margin: 12px 0;
}

.theme-ad--footer {
    margin-top: 12px;
}

.theme-ad-key--ad_header,
.theme-ad-key--ad_footer {
    width: min(1100px, 100%) !important;
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.theme-ad-key--mobile_ad_header,
.theme-ad-key--mobile_ad_in_article,
.theme-ad-key--mobile_ad_footer {
    width: min(300px, 100%) !important;
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.theme-ad-key--mobile_ad_header .theme-ad-media-item,
.theme-ad-key--mobile_ad_in_article .theme-ad-media-item,
.theme-ad-key--mobile_ad_footer .theme-ad-media-item {
    width: min(300px, 100%) !important;
    max-width: 300px !important;
    margin-left: auto;
    margin-right: auto;
}

.theme-ad-key--mobile_ad_header .theme-ad-media-item a,
.theme-ad-key--mobile_ad_in_article .theme-ad-media-item a,
.theme-ad-key--mobile_ad_header .theme-ad-media-item img,
.theme-ad-key--mobile_ad_in_article .theme-ad-media-item img,
.theme-ad-key--mobile_ad_footer .theme-ad-media-item a,
.theme-ad-key--mobile_ad_footer .theme-ad-media-item img {
    display: block;
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
}

.theme-ad-key--mobile_ad_header .theme-ad-media-item img,
.theme-ad-key--mobile_ad_in_article .theme-ad-media-item img,
.theme-ad-key--mobile_ad_footer .theme-ad-media-item img {
    object-fit: contain;
}

.theme-ad-key--mobile_ad_header,
.theme-ad-key--mobile_ad_in_article,
.theme-ad-key--mobile_ad_footer {
    display: none !important;
}

.theme-ad-slot__mobile {
    display: none;
}

.theme-ad--headline-slot {
    grid-column: 1 / -1;
}

.mobile-home-weather,
.mobile-home-market,
.mobile-home-sidebar-ad {
    display: none;
}

@media (max-width: 700px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }
    .wrap {
        margin-top: 0;
        width: 100%;
        max-width: 100%;
    }
    .hero, .content { padding: 16px; }
    .home-page .hero {
        padding: 14px 16px 12px;
    }
    .brand-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 7px 9px;
        border-radius: 14px;
    }
    .home-page .brand-bar {
        gap: 6px;
        padding: 6px 8px;
    }
    .header-weather {
        min-width: 0;
        max-width: none;
        width: 100%;
        padding: 6px 0 0;
        gap: 6px 10px;
        border-left: 0;
        border-top: 1px solid rgba(186, 230, 253, 0.16);
    }
    .header-weather__meta {
        gap: 6px;
    }
    .header-weather__eyebrow {
        font-size: 0.58rem;
    }
    .header-weather__city {
        font-size: 0.68rem;
    }
    .header-weather__label,
    .header-weather__range {
        font-size: 0.66rem;
    }
    .header-weather__current {
        font-size: 0.96rem;
    }
    .header-weather__icon {
        width: 26px;
        height: 26px;
        font-size: 0.78rem;
    }
    .header-weather__range {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
    .brand-side {
        width: 100%;
        align-items: stretch;
    }
    .header-social {
        justify-content: flex-start;
    }
    .brand-left {
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .logo-mark {
        width: 44px;
        height: 44px;
    }
    .logo-mark.logo-mark--image {
        width: min(100%, 250px);
        height: 88px;
        margin: 0 auto;
    }
    .home-page .logo-mark.logo-mark--image {
        width: min(100%, 250px);
        height: 88px;
        margin: 0 auto;
    }
    .site-footer-logo {
        width: min(100%, 220px);
        height: 78px;
        object-position: center;
    }
    .market-strip {
        justify-content: flex-start;
        gap: 6px;
        max-width: none;
        width: 100%;
    }
    .market-pill {
        min-width: calc(50% - 3px);
    }
    .header-weather,
    .market-strip {
        display: none;
    }
    .mobile-home-weather,
    .mobile-home-market,
    .mobile-home-sidebar-ad {
        display: block;
        margin: 12px 0 0;
    }
    .mobile-home-sidebar-ad .sidebar-widget {
        margin: 0;
    }
    .home-page .home-side-stack .sidebar-widget--ad {
        display: none;
    }
    .mobile-home-weather .header-weather {
        display: grid;
        width: 100%;
        max-width: none;
        padding: 10px 12px;
        border-top: 0;
        border-left: 1px solid rgba(186, 230, 253, 0.16);
        background: linear-gradient(135deg, rgba(9, 30, 56, 0.96), rgba(13, 77, 112, 0.92));
        border-radius: 16px;
        box-shadow: 0 16px 30px rgba(15, 23, 42, 0.16);
    }
    .mobile-home-market .market-strip--mobile-home {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
        max-width: none;
        margin: 0;
    }
    .mobile-home-market .market-pill {
        min-width: 0;
        width: 100%;
    }
    .contact-hero-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }
    .contact-form-card {
        padding: 20px;
    }
    .contact-form-grid {
        grid-template-columns: 1fr;
    }
    .layout {
        grid-template-columns: 1fr;
    }
    .news-grid {
        grid-template-columns: 1fr;
    }
    .detail-article {
        padding: 12px;
        border-radius: 14px;
    }
    .detail-hero-panel {
        padding: 10px;
        border-radius: 12px;
    }
    .detail-meta-chips {
        gap: 6px;
    }
    .detail-chip {
        font-size: 0.72rem;
        padding: 5px 8px;
    }
    .detail-content {
        padding: 12px;
        border-radius: 12px;
    }
    .detail-share-strip {
        padding: 10px;
    }
    .detail-share-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .detail-photo-nav {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .detail-photo-toolbar {
        gap: 8px;
    }
    .detail-photo-arrow {
        width: 38px;
        height: 38px;
    }
    .detail-photo-counter {
        flex: 1;
    }
    .share-btn {
        justify-content: center;
        text-align: center;
    }
    .manset-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .manset-block,
    .manset-visual,
    .manset-nav {
        width: 100%;
    }
    .manset-visual {
        height: 360px;
    }
    .manset-nav {
        display: grid;
        grid-template-columns: repeat(15, minmax(0, 1fr));
        gap: 3px;
        align-items: center;
        padding-top: 8px;
    }
    .manset-nav-item {
        border: 0;
        background: linear-gradient(145deg, #0f172a 0%, #0b3a57 70%, #0a2e45 100%);
        color: #ffffff;
        border-radius: 999px;
        width: 100%;
        min-width: 0;
        aspect-ratio: 1 / 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-size: 0.66rem;
        font-weight: 800;
        line-height: 1;
        box-shadow: 0 6px 10px rgba(2, 6, 23, 0.16);
    }
    .manset-nav-item.active {
        color: #fff;
        background: linear-gradient(135deg, #0b1220 0%, #0b3a57 56%, #0ea5e9 100%);
        box-shadow: 0 8px 14px rgba(11, 58, 87, 0.32);
    }
    .manset-nav-item.active::after {
        inset: -2px;
        border-width: 2px;
        box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.22);
    }
    .manset-nav-item.disabled {
        color: #94a3b8;
        border-color: #cbd5e1;
        background: #f1f5f9;
    }
    .manset-arrow {
        width: 34px;
        height: 34px;
    }
    .manset-quick {
        height: auto;
    }
    .manset-quick-item {
        min-height: 52px;
    }
    .category-news-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .category-news-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .category-content-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .category-section-stack,
    .category-content-row,
    .category-news-grid,
    .category-news-head,
    .category-news-head > *,
    .home-gallery-showcase,
    .home-gallery-feature,
    .home-gallery-feature__meta,
    .home-gallery-mini-grid,
    .home-gallery-mini-card,
    .home-gallery-mini-card__meta,
    .home-side-stack {
        min-width: 0;
        max-width: 100%;
    }
    .category-section-stack {
        width: 100%;
    }
    .category-news-block,
    .home-video-gallery,
    .home-photo-gallery,
    .home-side-stack,
    .sidebar-widget {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .category-news-block {
        padding: 10px;
        border-radius: 18px;
    }
    .category-news-head,
    .home-video-gallery-head,
    .home-photo-gallery-head {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    .category-news-head h2,
    .home-video-gallery-head h2,
    .home-photo-gallery-head h2 {
        width: 100%;
        text-align: left;
    }
    .category-news-head a,
    .gallery-list-link {
        width: 100%;
        justify-content: center;
        text-align: center;
        white-space: normal;
    }
    .home-video-gallery {
        width: 100%;
    }
    .home-video-gallery-kicker {
        font-size: 0.66rem;
    }
    .home-video-gallery-grid {
        grid-template-columns: 1fr;
    }
    .home-gallery-showcase {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .home-gallery-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .home-photo-gallery {
        width: 100%;
    }
    .home-photo-gallery-grid {
        grid-template-columns: 1fr;
    }
    .home-gallery-feature,
    .home-gallery-mini-card,
    .home-photo-card,
    .category-news-item {
        min-width: 0;
        border-radius: 14px;
    }
    .home-gallery-feature__meta,
    .home-gallery-mini-card__meta,
    .home-photo-meta {
        padding: 11px 11px 12px;
    }
    .home-gallery-feature__meta strong {
        font-size: 1rem;
        line-height: 1.34;
    }
    .home-gallery-mini-card__meta strong,
    .home-photo-meta strong {
        font-size: 0.84rem;
        line-height: 1.34;
        overflow-wrap: anywhere;
    }
    .category-news-item {
        min-height: 0;
        grid-template-columns: 112px minmax(0, 1fr);
        grid-template-rows: 1fr;
        align-items: stretch;
        width: 100%;
    }
    .category-news-item img {
        width: 100%;
        height: 100%;
        min-height: 104px;
        border-bottom: 0;
        border-right: 1px solid #e2e8f0;
    }
    .category-news-item strong {
        display: block;
        align-self: center;
        padding: 11px 12px;
        font-size: 0.9rem;
        line-height: 1.38;
        overflow-wrap: anywhere;
        min-width: 0;
        max-width: 100%;
    }
    .category-news-item.is-featured {
        grid-column: auto;
        grid-row: auto;
        min-height: 0;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }
    .category-news-item.is-featured img {
        height: 180px;
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
    }
    .category-news-item.is-featured strong {
        padding: 12px;
        font-size: 0.96rem;
    }
    .topbar-news {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 10px 14px;
    }
    .topbar-date {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 9px 12px;
    }
    .topbar-right {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
    }
    .topbar-categories {
        justify-content: flex-start;
        min-width: 0;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 2px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .topbar-categories::-webkit-scrollbar {
        display: none;
    }
    .topbar-categories a,
    .other-menu summary {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 7px 10px;
        font-size: 0.8rem;
    }
    .topbar-search {
        width: 100%;
        max-width: none;
        min-width: 0;
        padding: 3px;
    }
    .topbar-search input[type="search"] {
        width: 100%;
        min-width: 0;
        padding: 8px 11px;
        font-size: 0.84rem;
    }
    .topbar-search button {
        flex: 0 0 auto;
        padding: 8px 12px;
        font-size: 0.78rem;
    }
    .other-menu-list {
        left: 0;
        width: max-content;
        min-width: 0;
        max-width: min(240px, calc(100vw - 24px));
    }
    .site-footer-main {
        flex-direction: column;
        align-items: flex-start;
    }
    .site-footer-left {
        flex: none;
    }
    .footer-social {
        width: 100%;
        justify-content: flex-start;
        margin-left: 0;
        gap: 8px;
        flex: none;
    }
    .footer-social__link {
        min-height: 40px;
        padding: 6px 10px 6px 8px;
        gap: 8px;
    }
    .site-footer-pages {
        max-width: 100%;
        width: 100%;
        justify-content: flex-start;
        text-align: left;
    }
    .site-footer-primebar {
        justify-content: flex-end;
        width: 100%;
    }
    .breaking-ticker {
        grid-template-columns: 1fr;
    }
    .breaking-label {
        justify-content: flex-start;
        padding: 8px 12px;
    }
    .breaking-track {
        padding: 8px 0;
        gap: 18px;
    }
    .cookie-notice {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
    .cookie-notice__inner {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px 12px;
    }
    .cookie-notice__actions {
        justify-content: flex-start;
    }
    .search-form {
        flex-direction: column;
    }
    .sidebar-widget {
        position: static;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }
    .sidebar-widget ul,
    .sidebar-widget li,
    .sidebar-widget a,
    .home-side-stack,
    .superlig-table {
        min-width: 0;
    }
    .sidebar-widget a {
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .sidebar-widget.sidebar-widget--superlig {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .superlig-table {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
    .superlig-table tbody,
    .superlig-table thead,
    .superlig-table tr {
        width: 100%;
    }

    .theme-ad-slot__desktop {
        display: none;
    }

    .theme-ad-slot__mobile {
        display: block;
    }

    .theme-ad-key--ad_header,
    .theme-ad-key--ad_in_article,
    .theme-ad-key--ad_footer {
        display: none !important;
    }

    .theme-ad-key--mobile_ad_header,
    .theme-ad-key--mobile_ad_in_article,
    .theme-ad-key--mobile_ad_footer {
        display: block !important;
    }
}

@media print {
    body * {
        visibility: hidden !important;
    }

    .detail-article,
    .detail-article * {
        visibility: visible !important;
    }

    .detail-article {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        box-shadow: none !important;
        border: 0 !important;
        background: #fff !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .print-brand {
        display: flex !important;
        align-items: center;
        gap: 8px;
        margin: 0 0 10px;
    }

    .print-brand .logo-mark {
        width: 34px;
        height: 34px;
    }

    .print-brand strong {
        font-size: 14pt;
        color: #000;
        letter-spacing: 0.02em;
    }

    .detail-breadcrumb,
    .detail-share-strip {
        display: none !important;
    }

    .detail-content {
        border: 0 !important;
        padding: 0 !important;
    }

    .detail-cover,
    .detail-cover--premium {
        overflow: visible !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: #fff !important;
        margin: 0 0 12px !important;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .detail-cover--premium::after {
        display: none !important;
    }

    .detail-image {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: auto !important;
        object-fit: contain !important;
        max-height: none !important;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .comment-box,
    .comment-list-box {
        border: 0 !important;
        box-shadow: none !important;
        background: #fff !important;
        padding: 0 !important;
        margin-top: 12px !important;
    }

    .comment-form input,
    .comment-form textarea,
    .comment-submit {
        border-color: #cbd5e1 !important;
        box-shadow: none !important;
    }
}

@media (min-width: 701px) and (max-width: 1100px) {
    .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1101px) and (max-width: 1360px) {
    .news-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .manset-nav.manset-nav-5col {
        gap: 8px;
        padding-top: 10px;
    }

    .category-manset-wrap .manset-nav.manset-nav-5col .manset-nav-item {
        width: 38px;
        height: 38px;
        font-size: 0.84rem;
    }

    .category-page-premium .category-stream-grid {
        grid-template-columns: 1fr;
    }

    .category-stream-head {
        padding: 12px 12px;
    }
}

@media (min-width: 701px) and (max-width: 1100px) {
.category-page-premium .category-stream-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Prime 2026 - Scroll To Top */
.scroll-top-prime {
    position: fixed;
    right: 22px;
    bottom: 24px;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 18px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 46%),
        linear-gradient(135deg, #0b2f61 0%, #0e4e90 52%, #1282d5 100%);
    color: #fff;
    box-shadow:
        0 16px 34px rgba(3, 18, 36, 0.44),
        inset 0 1px 1px rgba(255, 255, 255, 0.5),
        inset 0 -2px 5px rgba(6, 14, 40, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px) scale(0.92);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease, box-shadow 220ms ease;
    z-index: 1100;
}

.scroll-top-prime.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.scroll-top-prime__icon {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.34);
}

.scroll-top-prime:hover {
    box-shadow:
        0 20px 38px rgba(3, 18, 36, 0.5),
        0 0 0 6px rgba(14, 105, 188, 0.22),
        inset 0 1px 1px rgba(255, 255, 255, 0.5),
        inset 0 -2px 6px rgba(6, 14, 40, 0.35);
}

.scroll-top-prime:active {
    transform: translateY(1px) scale(0.985);
}

@media (max-width: 700px) {
    .scroll-top-prime {
        right: 14px;
        bottom: 14px;
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }
    .scroll-top-prime__icon {
        font-size: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .scroll-top-prime {
        transition: none;
    }
}

/* Authors - Corporate Refresh */
.authors-page-hero--premium {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 28px 30px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid #dbe4ee;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.authors-page-hero__content {
    gap: 12px;
}

.authors-page-hero--premium .authors-page-kicker {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
}

.authors-page-hero--premium h1 {
    color: #0f172a;
    font-size: clamp(2rem, 1.55rem + 1.1vw, 2.75rem);
    line-height: 1;
    text-shadow: none;
}

.authors-page-hero--premium p {
    max-width: 56ch;
    color: #475569;
    font-size: 1rem;
    line-height: 1.7;
}

.authors-page-stats,
.authors-page-lead,
.authors-page-lead__label,
.authors-page-lead__cta {
    display: none;
}

.authors-grid--premium {
    gap: 20px;
}

.author-showcase-card {
    border-radius: 22px;
    background: #fff;
    border: 1px solid #dbe4ee;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.author-showcase-cover,
.author-profile-cover {
    min-height: 148px;
}

.author-showcase-body,
.author-article-card-body {
    padding: 20px;
}

.author-showcase-badge {
    background: #eff6ff;
    color: #1e3a8a;
    border: 1px solid #bfdbfe;
}

.author-showcase-avatar {
    margin-top: -48px;
    border: 4px solid #fff;
}

.author-showcase-body strong,
.author-article-card-body strong {
    display: block;
    color: #0f172a;
    font-size: 1.12rem;
    line-height: 1.3;
}

.author-showcase-body span:not(.author-showcase-badge):not(.author-showcase-cta) {
    color: #334155;
}

.author-showcase-body p,
.author-profile-bio,
.author-article-card-body p {
    color: #475569;
    line-height: 1.7;
}

.author-showcase-cta {
    margin-top: 10px;
    color: #0f4f73;
    font-weight: 800;
}

.author-profile-hero--premium {
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid #dbe4ee;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.author-profile-content {
    align-items: flex-start;
    gap: 20px;
    padding: 28px;
}

.author-profile-copy {
    gap: 10px;
}

.author-profile-copy h1 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.9rem, 1.55rem + 1vw, 2.5rem);
    line-height: 1.04;
}

.author-profile-title {
    margin: 0;
    color: #0f4f73;
    font-weight: 800;
}

.author-profile-metrics {
    display: none;
}

.author-profile-socials {
    margin-top: 6px;
}

.author-profile-socials a {
    padding: 9px 13px;
    color: #0f172a;
    background: #fff;
    border: 1px solid #cbd5e1;
}

.author-article-stream--premium {
    margin-top: 22px;
}

.author-article-stream--premium .authors-section-head {
    margin-bottom: 18px;
    padding: 0 2px;
}

.author-article-stream--premium .authors-section-head a {
    margin-left: auto;
}

.author-article-stream--premium .authors-section-kicker {
    display: inline-flex;
    margin-bottom: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.author-article-stream--premium .authors-section-head h2 {
    color: #0f172a;
    font-size: clamp(1.35rem, 1.15rem + 0.4vw, 1.7rem);
    line-height: 1.1;
    text-shadow: none;
}

.author-article-grid--feature {
    gap: 20px;
}

.author-article-card {
    border-radius: 22px;
    background: #fff;
    border: 1px solid #dbe4ee;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.author-article-card img {
    height: 220px;
}

.author-article-card-body {
    background: #fff;
}

.author-article-card-body strong {
    color: #0f172a;
}

.author-article-card-body p {
    margin-top: 10px;
}

.author-article-card .author-showcase-cta {
    color: #0f4f73;
}

@media (max-width: 900px) {
    .authors-page-hero--premium,
    .author-profile-content {
        padding: 22px;
    }
}
