/* Blog Yazilimi v0.2.1 - public index */
.page-home {
    --home-bg: #060d09;
    --home-panel: rgba(14, 27, 19, 0.82);
    --home-panel-solid: #0e1b13;
    --home-line: rgba(167, 255, 187, 0.12);
    --home-line-strong: rgba(114, 255, 143, 0.28);
    --home-red-soft: rgba(255, 72, 88, 0.14);
    background:
        radial-gradient(circle at 10% 6%, rgba(54, 228, 108, 0.09), transparent 27rem),
        radial-gradient(circle at 92% 9%, rgba(255, 72, 88, 0.075), transparent 24rem),
        var(--home-bg);
}

.page-home main {
    overflow: clip;
}

.page-home ::selection {
    color: #061008;
    background: var(--green);
}

.page-home .site-shell {
    width: min(1320px, calc(100% - 48px));
}

.page-home .site-header--index {
    z-index: 60;
    border-color: rgba(255, 255, 255, 0.065);
    background: rgba(6, 13, 9, 0.78);
    transition: background 180ms ease, box-shadow 180ms ease;
}

.page-home .site-header--index.is-scrolled {
    background: rgba(6, 13, 9, 0.94);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.28);
}

.index-utility {
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
    color: #789184;
    background: rgba(3, 8, 5, 0.62);
    font-size: 0.65rem;
    font-weight: 760;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.index-utility__inner {
    display: grid;
    min-height: 31px;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
}

.index-utility__inner > div,
.index-utility__inner > a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.index-utility__inner > div i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 13px var(--green);
}

.index-utility__inner time {
    padding-left: 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.index-utility__inner p {
    margin: 0;
}

.index-utility__inner > a {
    justify-self: end;
    color: #9db4a5;
}

.index-utility__inner > a span {
    color: var(--red);
}

.page-home .site-header__inner {
    min-height: 76px;
}

.page-home .brand {
    gap: 11px;
}

.page-home .brand__mark {
    position: relative;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-color: rgba(114, 255, 143, 0.34);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(114, 255, 143, 0.18), rgba(6, 13, 9, 0.8));
}

.page-home .brand__mark::after {
    position: absolute;
    right: -7px;
    bottom: -8px;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(255, 72, 88, 0.44);
    border-radius: 50%;
    content: "";
}

.page-home .brand__mark > i {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 12px var(--red);
}

.brand__word {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    color: var(--text);
    font-size: 0.94rem;
    line-height: 1;
    letter-spacing: -0.025em;
}

.brand__word .brand__accent {
    font-size: 0.66rem;
    letter-spacing: 0.02em;
}

.brand__word small {
    grid-column: 1 / -1;
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.45rem;
    font-weight: 850;
    letter-spacing: 0.26em;
}

.page-home .nav {
    gap: 8px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.025);
}

.page-home .nav a {
    padding: 7px 13px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 740;
}

.page-home .nav a.is-active {
    color: #071009;
    background: var(--green);
}

.page-home .header-actions .button {
    border-radius: 999px;
}

.sponsor-stream {
    position: relative;
    padding: 22px 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
    background:
        linear-gradient(90deg, rgba(114, 255, 143, 0.035), transparent 35%, rgba(255, 72, 88, 0.035)),
        rgba(4, 10, 6, 0.78);
}

.sponsor-stream__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 11px;
}

.sponsor-stream__head > div:first-child {
    display: flex;
    align-items: center;
    gap: 11px;
}

.sponsor-stream__head strong {
    font-size: 0.72rem;
}

.sponsor-stream__label {
    padding: 3px 6px;
    border: 1px solid rgba(255, 72, 88, 0.28);
    border-radius: 5px;
    color: #ff7f8b;
    font-size: 0.52rem;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.sponsor-stream__count {
    color: #71867a;
    font-size: 0.62rem;
    font-weight: 780;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sponsor-stream__controls {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sponsor-stream__controls > span {
    margin-right: 5px;
    color: #71867a;
    font-size: 0.6rem;
    font-weight: 760;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sponsor-stream__controls button {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    color: var(--muted);
    background: rgba(255, 255, 255, 0.025);
    cursor: pointer;
    transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.sponsor-stream__controls button:hover,
.sponsor-stream__controls button:focus-visible {
    border-color: var(--home-line-strong);
    color: var(--green);
    background: rgba(114, 255, 143, 0.06);
}

.sponsor-stream__viewport {
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.sponsor-stream__viewport::-webkit-scrollbar {
    display: none;
}

.sponsor-stream__viewport:focus-visible {
    outline: 1px solid rgba(114, 255, 143, 0.55);
    outline-offset: 5px;
}

.sponsor-stream__track {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.sponsor-card {
    position: relative;
    display: grid;
    min-height: 138px;
    aspect-ratio: 16 / 4.2;
    overflow: hidden;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 17px;
    padding: 14px 17px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 15px;
    background: #0c1710;
    scroll-snap-align: start;
    transition: border-color 180ms ease, transform 180ms ease;
}

.sponsor-card::after {
    position: absolute;
    inset: 0;
    opacity: 0.34;
    background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 18px 18px;
    mask-image: linear-gradient(90deg, transparent, black);
    pointer-events: none;
    content: "";
}

.sponsor-card:hover {
    border-color: rgba(114, 255, 143, 0.28);
    transform: translateY(-2px);
}

.sponsor-card--green {
    background: radial-gradient(circle at 85% 40%, rgba(114, 255, 143, 0.15), transparent 28%), #0c1710;
}

.sponsor-card--red {
    background: radial-gradient(circle at 82% 22%, rgba(255, 72, 88, 0.18), transparent 30%), #171012;
}

.sponsor-card--dark {
    background: radial-gradient(circle at 18% 110%, rgba(114, 255, 143, 0.13), transparent 34%), #0a100c;
}

.sponsor-card--mixed {
    background: linear-gradient(115deg, rgba(114, 255, 143, 0.08), transparent 45%, rgba(255, 72, 88, 0.1)), #101510;
}

.sponsor-card__index {
    position: relative;
    z-index: 1;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: var(--green);
    background: rgba(0, 0, 0, 0.16);
    font-size: 0.67rem;
    font-weight: 900;
}

.sponsor-card div,
.sponsor-card em {
    position: relative;
    z-index: 1;
}

.sponsor-card small,
.sponsor-card strong {
    display: block;
}

.sponsor-card small {
    margin-bottom: 2px;
    color: #71867a;
    font-size: 0.52rem;
    font-weight: 850;
    letter-spacing: 0.12em;
}

.sponsor-card strong {
    font-size: 0.81rem;
    line-height: 1.35;
}

.sponsor-card em {
    color: #8da395;
    font-size: 0.58rem;
    font-style: normal;
    font-weight: 760;
    white-space: nowrap;
}

.sponsor-card--media {
    grid-template-columns: auto 112px minmax(140px, 1fr) auto;
    color: var(--text);
    text-decoration: none;
}

.sponsor-card__media {
    position: relative;
    z-index: 1;
    display: block;
    width: 112px;
    height: 78px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    background: #060d09;
}

.sponsor-card__media img,
.sponsor-card__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sponsor-card--cover {
    display: block;
    padding: 0;
    color: white;
    text-decoration: none;
}

.sponsor-card--cover::after {
    z-index: 1;
    opacity: 0;
    background: none;
}

.sponsor-card--cover.has-copy::after {
    opacity: 1;
    background: linear-gradient(90deg, rgba(3, 10, 6, 0.9), rgba(3, 10, 6, 0.48) 54%, rgba(3, 10, 6, 0.06));
    mask-image: none;
}

.sponsor-card__cover-media {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    background: #050d08;
}

.sponsor-card__cover-media img,
.sponsor-card__cover-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sponsor-card__cover-copy {
    position: absolute !important;
    z-index: 2 !important;
    right: 120px;
    bottom: 20px;
    left: 22px;
}

.sponsor-card__cover-copy small {
    color: rgba(224, 240, 228, 0.72);
}

.sponsor-card__cover-copy strong {
    max-width: 430px;
    color: white;
    font-size: clamp(0.94rem, 1.35vw, 1.2rem);
}

.sponsor-card--cover > em {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 22px;
    color: rgba(235, 247, 238, 0.74);
}

.index-hero {
    position: relative;
    padding: clamp(54px, 7vw, 100px) 0 66px;
}

.index-hero::before {
    position: absolute;
    inset: 0;
    opacity: 0.46;
    background-image:
        linear-gradient(rgba(114, 255, 143, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(114, 255, 143, 0.028) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, black, transparent 86%);
    pointer-events: none;
    content: "";
}

.index-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
}

.index-hero__glow--green {
    top: 10%;
    left: -8rem;
    width: 21rem;
    height: 21rem;
    background: radial-gradient(circle, rgba(114, 255, 143, 0.13), transparent 67%);
}

.index-hero__glow--red {
    right: -7rem;
    bottom: -2rem;
    width: 23rem;
    height: 23rem;
    background: radial-gradient(circle, rgba(255, 72, 88, 0.11), transparent 68%);
}

.index-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(340px, 0.72fr);
    gap: clamp(22px, 3vw, 42px);
    align-items: stretch;
}

.lead-story,
.daily-radar {
    border: 1px solid var(--home-line);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.3);
}

.lead-story {
    position: relative;
    display: flex;
    min-height: 570px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    padding: clamp(30px, 5.3vw, 74px);
    border-radius: 34px 10px 34px 34px;
    background:
        radial-gradient(circle at 78% 28%, rgba(114, 255, 143, 0.15), transparent 16%),
        radial-gradient(circle at 91% 80%, rgba(255, 72, 88, 0.13), transparent 24%),
        linear-gradient(145deg, rgba(18, 35, 24, 0.97), rgba(7, 15, 10, 0.96));
}

.lead-story::before {
    position: absolute;
    top: -170px;
    right: -150px;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(114, 255, 143, 0.14);
    border-radius: 50%;
    box-shadow:
        0 0 0 40px rgba(114, 255, 143, 0.025),
        0 0 0 90px rgba(114, 255, 143, 0.018),
        inset 0 0 80px rgba(114, 255, 143, 0.025);
    content: "";
}

.lead-story::after {
    position: absolute;
    right: 29px;
    bottom: 29px;
    width: 58px;
    height: 58px;
    border-right: 1px solid rgba(255, 72, 88, 0.32);
    border-bottom: 1px solid rgba(255, 72, 88, 0.32);
    content: "";
}

.lead-story > * {
    position: relative;
    z-index: 2;
}

.lead-story__cover,
.lead-story__cover-shade {
    position: absolute;
    inset: 0;
}

.lead-story__cover {
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lead-story__cover-shade {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(5, 12, 8, 0.94) 4%, rgba(5, 12, 8, 0.78) 48%, rgba(5, 12, 8, 0.38)),
        linear-gradient(to top, rgba(5, 12, 8, 0.78), transparent 55%);
}

.lead-story--with-cover h1 {
    max-width: 840px;
    text-shadow: 0 8px 35px rgba(0, 0, 0, 0.5);
}

.lead-story--with-cover > p {
    color: #c5d5c9;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.75);
}

.lead-story__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.lead-story .eyebrow {
    margin: 0;
    border-color: rgba(114, 255, 143, 0.18);
    background: rgba(6, 13, 9, 0.36);
    font-size: 0.61rem;
}

.lead-story__issue {
    color: #6e8376;
    font-size: 0.62rem;
    font-weight: 850;
    letter-spacing: 0.14em;
}

.lead-story__category {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: clamp(45px, 7vw, 84px) 0 15px;
    color: #ff7784;
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.lead-story__category i {
    width: 21px;
    height: 1px;
    background: var(--red);
}

.lead-story h1 {
    max-width: 950px;
    margin: 0;
    font-size: clamp(3rem, 6vw, 6.7rem);
    line-height: 0.94;
    letter-spacing: -0.068em;
}

.lead-story h1 span {
    color: transparent;
    background: linear-gradient(105deg, var(--green), #caffd4 43%, #fff 57%, #ff7b88 94%);
    background-clip: text;
    -webkit-background-clip: text;
}

.lead-story > p {
    max-width: 790px;
    margin: 24px 0 0;
    color: #a8bcae;
    font-size: clamp(1rem, 1.45vw, 1.18rem);
    line-height: 1.7;
}

.lead-story__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
    margin-top: 32px;
}

.button--arrow {
    gap: 19px;
}

.button--arrow > span {
    font-size: 1rem;
    transition: transform 160ms ease;
}

.button--arrow:hover > span {
    transform: translate(2px, -2px);
}

.button--ghost {
    background: rgba(255, 255, 255, 0.025);
}

.lead-story__meta {
    display: grid;
    gap: 1px;
    margin-left: 5px;
}

.lead-story__meta strong {
    font-size: 0.78rem;
}

.lead-story__meta span {
    color: var(--muted);
    font-size: 0.68rem;
}

.lead-story__signal {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: auto;
    padding-top: 44px;
    color: #748a7c;
    font-size: 0.6rem;
    font-weight: 750;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.lead-story__signal span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.lead-story__signal i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #557263;
}

.lead-story__signal span:first-child i {
    background: var(--green);
    box-shadow: 0 0 10px rgba(114, 255, 143, 0.6);
}

.daily-radar {
    position: relative;
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    padding: 28px;
    border-radius: 10px 34px 34px 34px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        rgba(11, 22, 15, 0.94);
    background-size: 24px 24px;
}

.daily-radar__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.daily-radar__header span,
.most-read header span,
.member-note > span {
    color: var(--green);
    font-size: 0.57rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.daily-radar__header h2 {
    margin: 4px 0 0;
    font-size: 1.3rem;
    letter-spacing: -0.035em;
}

.live-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 8px;
    border: 1px solid rgba(255, 72, 88, 0.2);
    border-radius: 999px;
    color: #ff8e99;
    background: rgba(255, 72, 88, 0.055);
    font-size: 0.48rem;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.live-badge i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 10px var(--red);
    animation: signal-pulse 2.4s ease-in-out infinite;
}

@keyframes signal-pulse {
    50% { opacity: 0.45; transform: scale(0.78); }
}

.daily-radar__list {
    display: grid;
}

.daily-radar__list > a,
.daily-radar__placeholder {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.065);
}

.daily-radar__list > a > span,
.daily-radar__placeholder > span {
    color: var(--red);
    font-size: 0.66rem;
    font-weight: 900;
}

.daily-radar__list small,
.daily-radar__placeholder small {
    display: block;
    margin-bottom: 5px;
    color: #708477;
    font-size: 0.49rem;
    font-weight: 850;
    letter-spacing: 0.09em;
}

.daily-radar__list strong,
.daily-radar__placeholder strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.77rem;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.daily-radar__list b,
.daily-radar__placeholder b {
    color: #708477;
    font-size: 0.75rem;
    transition: color 160ms ease, transform 160ms ease;
}

.daily-radar__list > a:hover strong {
    color: var(--green);
}

.daily-radar__list > a:hover b {
    color: var(--green);
    transform: translate(2px, -2px);
}

.daily-radar__foot {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-top: auto;
    padding-top: 30px;
}

.radar-frequency {
    color: rgba(114, 255, 143, 0.18);
    font-size: 3.7rem;
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: -0.08em;
}

.radar-frequency span {
    margin-left: 5px;
    font-size: 0.5rem;
    letter-spacing: 0.06em;
}

.daily-radar__foot p {
    max-width: 145px;
    margin: 0;
    color: #708477;
    font-size: 0.61rem;
    line-height: 1.45;
    text-align: right;
}

.topic-stream {
    border-block: 1px solid var(--home-line);
    background: rgba(9, 19, 13, 0.68);
}

.topic-stream__inner {
    display: flex;
    min-height: 86px;
    align-items: center;
    gap: 18px;
}

.topic-stream__title {
    flex: 0 0 auto;
    padding-right: 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    color: #74887b;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.topic-stream__items {
    display: flex;
    min-width: 0;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none;
}

.topic-stream__items::-webkit-scrollbar {
    display: none;
}

.topic-pill {
    display: inline-flex;
    min-height: 39px;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 999px;
    color: #c6d7cb;
    background: rgba(255, 255, 255, 0.025);
    font-size: 0.72rem;
    font-weight: 750;
}

.topic-pill i {
    color: var(--red);
    font-size: 0.51rem;
    font-style: normal;
    font-weight: 900;
}

.topic-pill small {
    display: grid;
    min-width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 999px;
    color: var(--green);
    background: rgba(114, 255, 143, 0.07);
    font-size: 0.5rem;
}

.editorial-section {
    padding: clamp(78px, 9vw, 132px) 0 96px;
}

.editorial-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 42px;
}

.section-code {
    color: var(--red);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.15em;
}

.editorial-heading h2 {
    margin: 8px 0 0;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    line-height: 1;
    letter-spacing: -0.06em;
}

.editorial-heading > p {
    max-width: 510px;
    margin: 0 0 4px;
    color: #8fa397;
    font-size: 0.93rem;
}

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

.editorial-feed {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.index-post-card {
    display: grid;
    min-width: 0;
    overflow: hidden;
    grid-template-rows: 220px 1fr;
    border: 1px solid var(--home-line);
    border-radius: 23px;
    background: var(--home-panel);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.index-post-card:hover {
    border-color: var(--home-line-strong);
    transform: translateY(-4px);
    box-shadow: 0 22px 65px rgba(0, 0, 0, 0.24);
}

.index-post-card--wide {
    grid-column: 1 / -1;
    grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
    grid-template-rows: minmax(330px, auto);
}

.index-post-card__visual {
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    padding: 20px;
    background:
        radial-gradient(circle at 68% 38%, rgba(114, 255, 143, 0.34), transparent 10%),
        radial-gradient(circle at 68% 38%, rgba(114, 255, 143, 0.08), transparent 32%),
        linear-gradient(145deg, #13291c, #08100b);
}

.index-post-card__visual::before {
    position: absolute;
    inset: 0;
    opacity: 0.7;
    background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(135deg, black, transparent 70%);
    content: "";
}

.index-post-card__visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5, 12, 8, 0.62), transparent 55%);
    pointer-events: none;
    content: "";
}

.index-post-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 520ms ease;
}

.index-post-card:hover .index-post-card__image {
    transform: scale(1.035);
}

.index-post-card__visual--2 {
    background: radial-gradient(circle at 34% 58%, rgba(255, 72, 88, 0.36), transparent 14%), radial-gradient(circle at 34% 58%, rgba(255, 72, 88, 0.08), transparent 35%), linear-gradient(145deg, #281216, #0d0809);
}

.index-post-card__visual--3 {
    background: radial-gradient(circle at 72% 62%, rgba(114, 255, 143, 0.28), transparent 12%), linear-gradient(135deg, #111d16, #070d09 70%);
}

.index-post-card__visual--4 {
    background: radial-gradient(circle at 34% 32%, rgba(255, 72, 88, 0.3), transparent 13%), linear-gradient(155deg, #251316, #0c0b0b 65%);
}

.index-post-card__category,
.index-post-card__number,
.index-post-card__orbit {
    position: absolute;
    z-index: 1;
}

.index-post-card__category {
    top: 18px;
    left: 18px;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(4, 10, 6, 0.44);
    backdrop-filter: blur(10px);
    font-size: 0.56rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.index-post-card__number {
    right: 17px;
    bottom: 12px;
    color: rgba(255, 255, 255, 0.16);
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.08em;
}

.index-post-card__orbit {
    top: 50%;
    left: 50%;
    width: 95px;
    height: 95px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 23px rgba(255, 255, 255, 0.018), 0 0 0 46px rgba(255, 255, 255, 0.012);
}

.index-post-card__orbit::after {
    position: absolute;
    top: 8px;
    left: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 18px var(--green);
    content: "";
}

.index-post-card__visual--2 .index-post-card__orbit::after,
.index-post-card__visual--4 .index-post-card__orbit::after {
    background: var(--red);
    box-shadow: 0 0 18px var(--red);
}

.index-post-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 24px;
}

.index-post-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: var(--green);
    font-size: 0.58rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.index-post-card__meta span + span::before {
    margin-right: 14px;
    color: #46594d;
    content: "•";
}

.index-post-card h3 {
    margin: 13px 0 10px;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.index-post-card--wide h3 {
    font-size: clamp(1.7rem, 3vw, 2.55rem);
}

.index-post-card h3 a {
    transition: color 160ms ease;
}

.index-post-card h3 a:hover {
    color: var(--green);
}

.index-post-card__body > p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 23px;
    color: #8ea195;
    font-size: 0.83rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.index-post-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.index-post-card__foot small,
.index-post-card__foot > span {
    overflow: hidden;
    color: #72877a;
    font-size: 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-post-card__foot > a {
    display: grid;
    width: 31px;
    height: 31px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid var(--home-line);
    border-radius: 9px;
    color: var(--green);
}

.index-post-card--placeholder:hover {
    transform: none;
    box-shadow: none;
}

.index-sidebar {
    display: grid;
    gap: 15px;
}

.most-read,
.member-note,
.editor-note {
    padding: 26px;
    border: 1px solid var(--home-line);
    border-radius: 22px;
    background: var(--home-panel);
}

.most-read header {
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.most-read header span {
    color: var(--red);
}

.most-read h2 {
    margin: 4px 0 0;
    font-size: 1.35rem;
    letter-spacing: -0.035em;
}

.most-read ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: most-read;
}

.most-read li {
    position: relative;
    padding: 18px 0 18px 39px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    counter-increment: most-read;
}

.most-read li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.most-read li::before {
    position: absolute;
    top: 18px;
    left: 0;
    color: var(--red);
    font-size: 0.68rem;
    font-weight: 900;
    content: "0" counter(most-read);
}

.most-read li a {
    display: block;
    font-size: 0.78rem;
    font-weight: 760;
    line-height: 1.45;
}

.most-read li a:hover {
    color: var(--green);
}

.most-read li small {
    display: block;
    margin-top: 4px;
    color: #6f8376;
    font-size: 0.57rem;
}

.most-read__empty {
    padding: 26px 0 4px;
}

.most-read__empty span {
    color: rgba(255, 72, 88, 0.24);
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.08em;
}

.most-read__empty p {
    margin: 7px 0 0;
    color: #83978a;
    font-size: 0.77rem;
}

.tower-ad {
    position: sticky;
    top: 126px;
    display: flex;
    min-height: 550px;
    overflow: hidden;
    flex-direction: column;
    padding: 23px;
    border: 1px solid rgba(255, 72, 88, 0.23);
    border-radius: 22px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
        radial-gradient(circle at 50% 32%, rgba(114, 255, 143, 0.16), transparent 25%),
        radial-gradient(circle at 80% 88%, rgba(255, 72, 88, 0.18), transparent 35%),
        #0b1710;
    background-size: 20px 20px, 20px 20px, auto, auto, auto;
}

.tower-ad__label {
    width: fit-content;
    padding: 4px 7px;
    border: 1px solid rgba(255, 72, 88, 0.28);
    border-radius: 6px;
    color: #ff8e99;
    background: rgba(6, 13, 9, 0.45);
    font-size: 0.52rem;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.tower-ad__visual {
    position: relative;
    height: 185px;
    margin: 30px 0 20px;
}

.tower-ad__visual i {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(114, 255, 143, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.tower-ad__visual i:nth-child(1) { width: 78px; height: 78px; background: radial-gradient(circle at 37% 31%, #eaffee, var(--green) 7%, rgba(114, 255, 143, 0.1) 38%, transparent 68%); box-shadow: 0 0 55px rgba(114, 255, 143, 0.2); }
.tower-ad__visual i:nth-child(2) { width: 128px; height: 128px; }
.tower-ad__visual i:nth-child(3) { width: 180px; height: 180px; border-color: rgba(255, 72, 88, 0.13); }

.tower-ad__copy {
    margin-top: auto;
}

.tower-ad__copy small,
.tower-ad__copy strong,
.tower-ad__copy b {
    display: block;
}

.tower-ad__copy small {
    color: var(--green);
    font-size: 0.53rem;
    font-weight: 850;
    letter-spacing: 0.11em;
}

.tower-ad__copy strong {
    margin-top: 7px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.055em;
}

.tower-ad__copy p {
    margin: 14px 0 20px;
    color: #85998c;
    font-size: 0.76rem;
}

.tower-ad__copy b {
    color: #fff;
    font-size: 0.69rem;
}

.tower-ad__copy b span {
    margin-left: 5px;
    color: var(--red);
}

.member-note > strong {
    display: block;
    margin: 7px 0;
    font-size: 1.17rem;
}

.member-note p {
    margin: 0 0 16px;
    color: #829689;
    font-size: 0.74rem;
}

.member-note a {
    color: var(--green);
    font-size: 0.68rem;
    font-weight: 850;
}

.editor-note {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 14%, rgba(114, 255, 143, 0.15), transparent 24%),
        linear-gradient(145deg, rgba(17, 34, 23, 0.92), rgba(11, 21, 15, 0.88));
}

.editor-note::after {
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(255, 72, 88, 0.14);
    border-radius: 50%;
    box-shadow: 0 0 0 24px rgba(255, 72, 88, 0.018);
    content: "";
}

.editor-note > * {
    position: relative;
    z-index: 1;
}

.editor-note > span {
    color: var(--green);
    font-size: 0.56rem;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.editor-note > strong {
    display: block;
    margin: 8px 0;
    font-size: 1.45rem;
    letter-spacing: -0.04em;
}

.editor-note > p {
    margin: 0 0 18px;
    color: #84988b;
    font-size: 0.76rem;
}

.editor-note__topics {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

.editor-note__topics span {
    padding: 5px 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: #a5b7aa;
    background: rgba(255, 255, 255, 0.025);
    font-size: 0.56rem;
}

.editor-note > a {
    color: var(--green);
    font-size: 0.68rem;
    font-weight: 850;
}

.platform-strip {
    border-block: 1px solid var(--home-line);
    background: linear-gradient(90deg, rgba(114, 255, 143, 0.04), transparent 50%, rgba(255, 72, 88, 0.04));
}

.platform-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.platform-strip article {
    display: flex;
    min-height: 132px;
    align-items: center;
    gap: 19px;
    padding: 25px 32px;
    border-right: 1px solid var(--home-line);
}

.platform-strip article:first-child {
    border-left: 1px solid var(--home-line);
}

.platform-strip article > span {
    color: var(--red);
    font-size: 0.63rem;
    font-weight: 900;
}

.platform-strip strong,
.platform-strip p {
    display: block;
}

.platform-strip strong {
    font-size: 0.9rem;
}

.platform-strip p {
    margin: 3px 0 0;
    color: #788d80;
    font-size: 0.68rem;
}

.advertiser-section {
    padding: clamp(82px, 10vw, 148px) 0;
}

.advertiser-card {
    position: relative;
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
    gap: clamp(45px, 8vw, 115px);
    padding: clamp(34px, 6vw, 84px);
    border: 1px solid rgba(255, 72, 88, 0.22);
    border-radius: 34px;
    background:
        radial-gradient(circle at 9% 18%, rgba(114, 255, 143, 0.11), transparent 27%),
        radial-gradient(circle at 88% 80%, rgba(255, 72, 88, 0.19), transparent 34%),
        linear-gradient(125deg, #112319, #160e10);
    box-shadow: 0 35px 100px rgba(0, 0, 0, 0.3);
}

.advertiser-card::before {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: linear-gradient(90deg, black, transparent 75%);
    pointer-events: none;
    content: "";
}

.advertiser-card > * {
    position: relative;
    z-index: 1;
}

.advertiser-card h2 {
    margin: 12px 0 20px;
    font-size: clamp(2.5rem, 5.1vw, 5.25rem);
    line-height: 0.96;
    letter-spacing: -0.065em;
}

.advertiser-card h2 em {
    color: transparent;
    background: linear-gradient(100deg, var(--green), #f6fff8 48%, #ff7a87);
    background-clip: text;
    -webkit-background-clip: text;
    font-style: normal;
}

.advertiser-card__copy > p {
    max-width: 750px;
    margin: 0 0 28px;
    color: #9aad9f;
    font-size: 0.94rem;
}

.advertiser-card__flow {
    display: grid;
    align-content: center;
}

.advertiser-card__flow > div {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.085);
}

.advertiser-card__flow > div:last-child {
    border-bottom: 0;
}

.advertiser-card__flow > div > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(114, 255, 143, 0.2);
    border-radius: 13px;
    color: var(--green);
    background: rgba(6, 13, 9, 0.28);
    font-size: 0.65rem;
    font-weight: 900;
}

.advertiser-card__flow p,
.advertiser-card__flow strong,
.advertiser-card__flow small {
    display: block;
    margin: 0;
}

.advertiser-card__flow strong {
    font-size: 0.87rem;
}

.advertiser-card__flow small {
    margin-top: 4px;
    color: #84988b;
    font-size: 0.68rem;
}

.site-footer--premium {
    padding: 58px 0 25px;
    border-color: var(--home-line);
    background: rgba(4, 10, 6, 0.74);
}

.site-footer--premium .footer-grid {
    padding-bottom: 42px;
}

.site-footer--premium .footer-brand p {
    max-width: 430px;
    color: #758a7d;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 22px;
    border-top: 1px solid var(--home-line);
    color: #63776a;
    font-size: 0.63rem;
}

html[data-js="enabled"] .page-home [data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 600ms ease, transform 600ms ease;
}

html[data-js="enabled"] .page-home [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1120px) {
    .page-home .nav a {
        padding-inline: 9px;
    }

    .index-hero__grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(315px, 0.65fr);
    }

    .lead-story {
        padding: 42px;
    }

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

@media (max-width: 980px) {
    .index-utility__inner {
        grid-template-columns: 1fr 1fr;
    }

    .index-utility__inner > p {
        display: none;
    }

    .page-home .nav a:nth-child(3) {
        display: none;
    }

    .index-hero__grid,
    .editorial-layout {
        grid-template-columns: 1fr;
    }

    .lead-story {
        min-height: 540px;
        border-radius: 30px 10px 30px 30px;
    }

    .daily-radar {
        min-height: 0;
        border-radius: 10px 30px 30px 30px;
    }

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

    .daily-radar__list > a,
    .daily-radar__placeholder {
        min-width: 0;
        grid-template-columns: 23px minmax(0, 1fr);
        padding: 18px 15px;
        border-right: 1px solid rgba(255, 255, 255, 0.065);
        border-bottom: 0;
    }

    .daily-radar__list > :first-child {
        padding-left: 0;
    }

    .daily-radar__list > :last-child {
        border-right: 0;
    }

    .daily-radar__list b,
    .daily-radar__placeholder b {
        display: none;
    }

    .daily-radar__foot {
        padding-top: 22px;
    }

    .index-sidebar {
        grid-template-columns: 1fr 1fr;
    }

    .tower-ad {
        position: relative;
        top: auto;
        min-height: 440px;
        grid-row: span 2;
    }
}

@media (max-width: 760px) {
    .page-home .site-shell {
        width: min(100% - 28px, 1320px);
    }

    .page-home .site-header--index {
        position: sticky;
    }

    .index-utility {
        display: none;
    }

    .page-home .site-header__inner {
        min-height: 68px;
    }

    .page-home .brand__mark {
        width: 38px;
        height: 38px;
    }

    .page-home .header-actions .button {
        max-width: 115px;
        min-height: 38px;
        padding-inline: 13px;
        font-size: 0.74rem;
    }

    .sponsor-stream {
        padding: 16px 0 14px;
    }

    .sponsor-stream__controls > span {
        display: none;
    }

    .sponsor-stream__track {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .sponsor-card {
        min-height: 118px;
        aspect-ratio: 16 / 5.2;
        grid-template-columns: auto 1fr;
        gap: 12px;
        padding: 12px;
    }

    .sponsor-card--media {
        grid-template-columns: 74px minmax(0, 1fr);
    }

    .sponsor-card--media .sponsor-card__index {
        display: none;
    }

    .sponsor-card__media {
        width: 74px;
        height: 64px;
    }

    .sponsor-card__index {
        width: 36px;
        height: 36px;
    }

    .sponsor-card em {
        display: none;
    }

    .sponsor-card--cover {
        padding: 0;
    }

    .sponsor-card__cover-copy {
        right: 16px;
        bottom: 15px;
        left: 16px;
    }

    .sponsor-card__cover-copy strong {
        font-size: 0.92rem;
    }

    .index-hero {
        padding: 38px 0 48px;
    }

    .lead-story {
        min-height: 560px;
        padding: 28px 24px;
        border-radius: 25px 8px 25px 25px;
    }

    .lead-story__topline {
        align-items: flex-start;
    }

    .lead-story .eyebrow {
        max-width: 225px;
        font-size: 0.5rem;
    }

    .lead-story__category {
        margin-top: 53px;
    }

    .lead-story h1 {
        font-size: clamp(2.85rem, 13.8vw, 4.7rem);
    }

    .lead-story > p {
        margin-top: 19px;
        font-size: 0.9rem;
    }

    .lead-story__actions {
        align-items: stretch;
    }

    .lead-story__actions .button {
        min-height: 45px;
        padding-inline: 16px;
        font-size: 0.78rem;
    }

    .lead-story__meta {
        width: 100%;
        margin: 7px 0 0;
    }

    .lead-story__signal {
        gap: 10px 14px;
        padding-top: 30px;
        font-size: 0.52rem;
    }

    .daily-radar {
        padding: 23px;
        border-radius: 8px 25px 25px 25px;
    }

    .daily-radar__list {
        grid-template-columns: 1fr;
    }

    .daily-radar__list > a,
    .daily-radar__placeholder {
        grid-template-columns: 28px minmax(0, 1fr) auto;
        padding: 17px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.065);
    }

    .daily-radar__list b,
    .daily-radar__placeholder b {
        display: block;
    }

    .topic-stream__inner {
        display: block;
        padding-top: 16px;
    }

    .topic-stream__title {
        display: block;
        padding: 0;
        border: 0;
    }

    .editorial-heading {
        display: block;
        margin-bottom: 28px;
    }

    .editorial-heading > p {
        margin-top: 16px;
        font-size: 0.82rem;
    }

    .editorial-feed,
    .index-sidebar,
    .platform-strip__grid,
    .advertiser-card {
        grid-template-columns: 1fr;
    }

    .index-post-card,
    .index-post-card--wide {
        grid-column: auto;
        grid-template-columns: 1fr;
        grid-template-rows: 210px 1fr;
    }

    .index-post-card--wide h3 {
        font-size: 1.6rem;
    }

    .tower-ad {
        min-height: 500px;
        grid-row: auto;
    }

    .platform-strip article,
    .platform-strip article:first-child {
        min-height: 105px;
        padding: 20px 7px;
        border-right: 0;
        border-bottom: 1px solid var(--home-line);
        border-left: 0;
    }

    .platform-strip article:last-child {
        border-bottom: 0;
    }

    .advertiser-card {
        padding: 30px 23px;
        border-radius: 25px;
    }

    .advertiser-card h2 {
        font-size: clamp(2.65rem, 13vw, 4.2rem);
    }

    .advertiser-card__copy > p {
        font-size: 0.82rem;
    }

    .site-footer--premium {
        padding-bottom: 85px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .page-home .mobile-dock a.is-active {
        color: var(--green);
    }

    .page-home .mobile-dock svg {
        display: block;
    }
}

@media (max-width: 420px) {
    .brand__word {
        font-size: 0.8rem;
    }

    .page-home .header-actions .button {
        max-width: 97px;
        padding-inline: 10px;
        font-size: 0.68rem;
    }

    .sponsor-stream__head strong {
        display: none;
    }

    .lead-story__issue {
        display: none;
    }

    .lead-story h1 {
        font-size: 2.8rem;
    }

    .lead-story__actions .button--ghost {
        display: none;
    }

    .lead-story__signal span:last-child {
        display: none;
    }

    .daily-radar__foot p {
        max-width: 125px;
    }

    .editorial-heading h2 {
        font-size: 2.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .live-badge i {
        animation: none;
    }

    .sponsor-stream__viewport {
        scroll-behavior: auto;
    }

    html[data-js="enabled"] .page-home [data-reveal] {
        opacity: 1;
        transform: none;
    }
}
