:root {
    --bg: #f5f6f8;
    --paper: #ffffff;
    --text: #111111;
    --muted: #6b7280;
    --line: #d9dde3;
    --accent: #005bac;
    --dark: #0b1f3b;
    --menu-link-width: clamp(68px, 5.8vw, 92px);
    --submenu-link-width: clamp(96px, 7.8vw, 122px);
    --section-tab-width: clamp(88px, 7.2vw, 116px);
}

* {
    box-sizing: border-box;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}

body {
    margin: 0;
    font-family: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
    border-radius: 0;
}

iframe,
video,
embed {
    max-width: 100%;
}

img.is-fallback-image {
    object-fit: contain;
    background: #f1f5f9;
    padding: 8px;
}

.wrap {
    width: min(1440px, calc(100% - clamp(28px, 4vw, 64px)));
    margin: 0 auto;
}

.home-lazy-shell {
    display: block;
    min-width: 0;
}

.home-lazy-placeholder,
.home-lazy-error {
    display: grid;
    gap: 12px;
    padding: 24px;
    border: 1px solid #dbe7f3;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.home-lazy-placeholder.is-tall {
    min-height: 760px;
}

.home-lazy-placeholder.is-side {
    min-height: 620px;
}

.home-lazy-placeholder.is-wide {
    min-height: 980px;
    margin-top: 18px;
}

.home-lazy-line {
    height: 13px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(203, 213, 225, 0.65) 0%, rgba(226, 232, 240, 0.95) 50%, rgba(203, 213, 225, 0.65) 100%);
    background-size: 220% 100%;
    animation: homeLazyPulse 1.45s ease-in-out infinite;
}

.home-lazy-line.is-title {
    width: 44%;
    height: 20px;
    margin-bottom: 12px;
}

.home-lazy-line.is-short {
    width: 36%;
}

.home-lazy-error {
    min-height: 180px;
    place-items: center;
    color: #64748b;
    font-weight: 700;
}

@keyframes homeLazyPulse {
    0% {
        background-position: 100% 0;
        opacity: 0.72;
    }
    50% {
        background-position: 0 0;
        opacity: 1;
    }
    100% {
        background-position: -100% 0;
        opacity: 0.72;
    }
}

.topbar {
    background: #1f2937;
    color: #e5e7eb;
    font-size: 13px;
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
}

.topbar p {
    margin: 0;
}

.topbar-emphasis {
    color: #ffffff;
    font-weight: 800;
}

.topbar-left {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    white-space: nowrap;
}

.topbar-local-nav {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    min-width: 0;
}

.topbar-local-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: rgba(229, 231, 235, 0.88);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.01em;
    white-space: nowrap;
    min-height: 24px;
    padding: 0 9px;
    border: 0;
}

.topbar-local-nav a + a::before {
    content: none;
}

.topbar-local-nav a:hover,
.topbar-local-nav a:focus-visible {
    color: #ffffff;
}

.topbar-auth-links {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.topbar-auth-links span,
.topbar-auth-links a {
    color: rgba(229, 231, 235, 0.9);
    font-size: 12px;
    font-weight: 600;
}

.topbar-auth-links a:hover,
.topbar-auth-links a:focus-visible {
    color: #ffffff;
}

.masthead {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    padding: 18px 0 20px;
    border-bottom: 0;
    background: transparent;
}

.logo-block {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    padding-left: 54px;
}

.logo-notes {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    min-height: 72px;
    text-align: left;
    align-items: flex-start;
    max-width: 420px;
}

.logo {
    position: relative;
    z-index: 2;
    font-family: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
    display: inline-flex;
    justify-self: center;
    align-items: center;
    padding: 18px 34px 20px;
    line-height: 1;
    color: #30353c;
    overflow: visible;
}

.logo-robot-strip {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: clamp(340px, 38vw, 620px);
    height: clamp(74px, 7.4vw, 112px);
    transform: translate(-128%, -50%);
    pointer-events: none;
    overflow: hidden;
    opacity: 0.88;
    mix-blend-mode: screen;
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.72) 12%, rgba(0, 0, 0, 0.96) 42%, rgba(0, 0, 0, 0.96) 74%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.72) 12%, rgba(0, 0, 0, 0.96) 42%, rgba(0, 0, 0, 0.96) 74%, transparent 100%);
}

.logo-robot-strip::before {
    content: "";
    position: absolute;
    inset: -24% -8%;
    z-index: 1;
    background:
        radial-gradient(circle at 56% 46%, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.72) 7%, rgba(255, 255, 255, 0.18) 16%, rgba(255, 255, 255, 0) 34%),
        radial-gradient(circle at 58% 48%, rgba(191, 219, 254, 0.52) 0%, rgba(191, 219, 254, 0.18) 14%, rgba(191, 219, 254, 0) 38%);
    opacity: 0;
    transform: scale(0.72);
    mix-blend-mode: screen;
    animation: logoFlashBurst 8.2s ease-out infinite;
}

.logo-robot-strip::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.12) 100%),
        linear-gradient(112deg, rgba(255, 255, 255, 0) 16%, rgba(255, 255, 255, 0.06) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.2) 57%, rgba(255, 255, 255, 0) 74%);
    background-size: 100% 100%, 240% 100%;
    background-position: 0 0, 140% 0;
    animation: logoCameraFlash 7.8s cubic-bezier(.22, .61, .36, 1) infinite;
}

.logo-robot-strip video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    transform: scale(1.06);
    filter: saturate(1.12) contrast(1.06);
    animation: logoVideoFlashPulse 8.2s ease-out infinite;
}

.logo-text {
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
    width: 100%;
}

.logo-divider {
    display: block;
    width: 180px;
    max-width: 72%;
    height: 2px;
    background: linear-gradient(90deg, rgba(71, 85, 105, 0), rgba(51, 65, 85, 0.96), rgba(71, 85, 105, 0));
}

.logo .logo-line1 {
    position: relative;
    display: block;
    font-size: 68px;
    letter-spacing: 0.14em;
    color: #1f2937;
    font-weight: 700;
}

.logo .logo-line1-mark {
    position: absolute;
    right: -2px;
    top: -0.34em;
    font-size: 10px;
    letter-spacing: 0.08em;
    color: #64748b;
    font-weight: 700;
    white-space: nowrap;
}

.logo .logo-line2 {
    display: block;
    text-align: center;
    font-size: 44px;
    letter-spacing: 0.37em;
    color: #475569;
    font-weight: 300;
    white-space: nowrap;
}

.logo-sticker {
    position: absolute;
    top: 2px;
    right: -92px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 7px 12px 6px;
    border: 1px solid rgba(148, 163, 184, 0.34);
    border-radius: 16px 16px 16px 6px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
    box-shadow: 0 10px 24px rgba(148, 163, 184, 0.18);
    color: #a13b18;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1;
    white-space: nowrap;
    transform: rotate(7deg);
}

.logo-flow {
    position: absolute;
    left: -18px;
    right: -18px;
    bottom: -24px;
    height: 62px;
    pointer-events: none;
    z-index: 0;
}

.logo-flow-line {
    position: absolute;
    background: radial-gradient(circle at 38% 42%, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 38%, rgba(255, 255, 255, 0.6) 72%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 16px 30px rgba(148, 163, 184, 0.12);
    filter: blur(0.4px);
}

.logo-flow-line::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 60% 45%, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.18) 58%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.9;
}

.logo-flow-line.flow-1 {
    left: 4%;
    top: 10px;
    width: 142px;
    height: 34px;
    border-radius: 53% 47% 58% 42% / 45% 58% 42% 55%;
    animation: logoSplashFloat 9.4s ease-in-out infinite;
}

.logo-flow-line.flow-2 {
    left: 34%;
    top: 18px;
    width: 168px;
    height: 26px;
    border-radius: 59% 41% 52% 48% / 52% 41% 59% 48%;
    opacity: 0.88;
    animation: logoSplashSweep 11.2s ease-in-out -2s infinite;
}

.logo-flow-line.flow-3 {
    right: 4%;
    top: 26px;
    width: 132px;
    height: 24px;
    border-radius: 44% 56% 38% 62% / 60% 43% 57% 40%;
    opacity: 0.72;
    animation: logoSplashFloat 12.4s ease-in-out -3.8s infinite;
}

@keyframes logoSplashFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(0.96) rotate(-2deg);
        opacity: 0.72;
    }
    32% {
        transform: translate3d(10px, -3px, 0) scale(1.04) rotate(2deg);
        opacity: 0.96;
    }
    68% {
        transform: translate3d(-8px, 4px, 0) scale(0.98) rotate(-4deg);
        opacity: 0.82;
    }
}

@keyframes logoSplashSweep {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(0.98) rotate(1deg);
        opacity: 0.68;
    }
    34% {
        transform: translate3d(-12px, -2px, 0) scale(1.03) rotate(-2deg);
        opacity: 0.96;
    }
    70% {
        transform: translate3d(14px, 3px, 0) scale(0.97) rotate(3deg);
        opacity: 0.8;
    }
}

@keyframes logoCameraFlash {
    0%,
    52%,
    100% {
        background-position: 0 0, 140% 0;
        opacity: 0.2;
        filter: brightness(1);
    }
    56% {
        background-position: 0 0, 94% 0;
        opacity: 0.36;
        filter: brightness(1.06);
    }
    58% {
        background-position: 0 0, 58% 0;
        opacity: 1;
        filter: brightness(1.38);
    }
    59.5% {
        background-position: 0 0, 42% 0;
        opacity: 0.84;
        filter: brightness(1.18);
    }
    63% {
        background-position: 0 0, -18% 0;
        opacity: 0.08;
        filter: brightness(1);
    }
}

@keyframes logoFlashBurst {
    0%,
    55%,
    100% {
        opacity: 0;
        transform: scale(0.72);
    }
    57.2% {
        opacity: 0.28;
        transform: scale(0.88);
    }
    58.1% {
        opacity: 1;
        transform: scale(1);
    }
    59% {
        opacity: 0.56;
        transform: scale(1.14);
    }
    61% {
        opacity: 0;
        transform: scale(1.34);
    }
}

@keyframes logoVideoFlashPulse {
    0%,
    55%,
    100% {
        filter: saturate(1.12) contrast(1.06) brightness(1);
    }
    57.6% {
        filter: saturate(1.18) contrast(1.12) brightness(1.08);
    }
    58.2% {
        filter: saturate(1.26) contrast(1.18) brightness(1.22);
    }
    59.4% {
        filter: saturate(1.16) contrast(1.1) brightness(1.08);
    }
    61% {
        filter: saturate(1.12) contrast(1.06) brightness(1);
    }
}

.logo-note-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: #0f172a;
    color: #f8fafc;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
}

.logo-note-main {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #0f172a;
    line-height: 1.45;
    white-space: normal;
    text-wrap: balance;
}

.logo-note-sub {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #475569;
    line-height: 1.7;
}

.logo-note-signal-list,
.logo-note-quicklinks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.logo-note-signal-list span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: #ffffff;
    color: #0b4e94;
    font-size: 12px;
    font-weight: 700;
}

.logo-note-quicklinks a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: rgba(255, 255, 255, 0.78);
    color: #334155;
    font-size: 12px;
    font-weight: 700;
}

.logo-note-quicklinks a:hover,
.logo-note-quicklinks a:focus-visible {
    border-color: #0b4e94;
    color: #0b4e94;
}

.search-box {
    display: flex;
    gap: 8px;
}

.header-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-self: end;
    gap: 6px;
    min-width: 0;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    padding-right: 92px;
}

.header-trending-keywords {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.header-trending-keywords strong {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

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

.header-trending-list a {
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.header-trending-separator {
    color: #94a3b8;
    font-size: 11px;
    font-weight: 600;
}

.header-trending-list a:hover,
.header-trending-list a:focus-visible {
    color: #0b4e94;
}

.header-network-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.header-network-links a {
    color: #475569;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.header-network-links a:hover,
.header-network-links a:focus-visible {
    color: #0b4e94;
}

.header-action-card {
    width: 100%;
    padding: 12px 0 10px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.header-action-topline {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.header-action-topline strong {
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.header-action-topline span {
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
}

.search-box input {
    width: 100%;
    border: 1px solid rgba(148, 163, 184, 0.28);
    padding: 11px 14px;
    font-size: 14px;
    background: #fff;
}

.search-box button {
    min-width: 72px;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    border: 0;
    padding: 0 16px;
    font-weight: 700;
    cursor: pointer;
}

.header-action-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 12px;
}

.header-action-links a {
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

.header-action-links a:hover,
.header-action-links a:focus-visible {
    color: #0b4e94;
}

.gnb {
    background: transparent;
    border-bottom: 0;
}

.gnb-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    font-weight: 700;
    font-size: 19px;
}

.gnb-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    min-width: 0;
}

.gnb-item {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.gnb-main-link {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
}

.gnb-main-link.active {
    color: #c1121f;
    font-weight: 800;
}

.gnb-submenu {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    z-index: 40;
    min-width: max(220px, calc(var(--submenu-link-width) * 2 + 22px));
    max-width: min(420px, 70vw);
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px;
    border: 1px solid #d9dde3;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.gnb-submenu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border-radius: 8px;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    background: #ffffff;
    white-space: nowrap;
    width: var(--submenu-link-width);
    text-align: center;
}

.gnb-item.has-submenu:hover .gnb-submenu,
.gnb-item.has-submenu:focus-within .gnb-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gnb a:hover,
.gnb-submenu a:hover,
.gnb-submenu a:focus-visible {
    color: var(--accent);
}

.gnb-submenu a:hover,
.gnb-submenu a:focus-visible {
    background: #f8fafc;
}

.gnb-breaking {
    margin-top: 0;
    padding: 6px 10px;
    border-left: 0;
    background: transparent;
    flex: 0 1 480px;
}

.main-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 14px;
    margin-top: 14px;
    align-items: start;
}

.main-grid > .opinion-side {
    margin-top: 0;
}

.breaking-bar {
    margin-top: 18px;
    padding: 8px 12px;
    border-left: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px 10px;
    cursor: default;
}

.gnb-breaking.breaking-bar {
    margin-top: 0;
    padding: 6px 10px;
}

.breaking-bar:focus-visible {
    outline: 3px solid #2563eb;
    outline-offset: 2px;
}

.breaking-main {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    max-width: 460px;
    font-size: 14px;
}

.breaking-bar strong {
    color: #c1121f;
    font-size: 15px;
    flex: 0 0 auto;
}

.breaking-track {
    min-height: 26px;
    flex: 1;
    position: relative;
    overflow: hidden;
}

.breaking-item {
    display: block;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}

.breaking-item.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.breaking-controls {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-self: center;
}

.breaking-counter {
    font-size: 11px;
    color: var(--muted);
    min-width: 42px;
    text-align: center;
}

.breaking-controls button {
    width: 28px;
    height: 28px;
    border: 1px solid var(--line);
    background: #fff;
    font-size: 12px;
    color: #111;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.breaking-controls #breakingToggle {
    width: auto;
    min-width: 42px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 700;
}

.breaking-controls button:hover {
    background: #f3f4f6;
}

.breaking-showroom {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
}

.breaking-site-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 28px;
    padding: 2px 4px;
    border: 1px solid #d5deea;
    border-radius: 8px;
    background: #ffffff;
    transition: border-color .2s ease, background-color .2s ease;
}

.breaking-site-link:hover {
    border-color: #8cb0d8;
    background: #f5f9ff;
}

.breaking-site-icon {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0b4e94 0%, #1d6bc2 100%);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
}

.breaking-site-name {
    font-size: 11px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
    white-space: nowrap;
}

.panel {
    background: var(--paper);
    border: 1px solid var(--line);
}

.panel h2 {
    margin: 0;
    font-size: 20px;
}

.home-main .panel,
.home-main .story-card,
.home-main .home-pick-cinematic,
.home-main .cinematic-pick-card,
.home-main .home-tip-panel,
.home-main .home-tip-form,
.home-main .pick-item,
.home-main .cinematic-viewport {
    border: 0 !important;
    border-radius: 8px;
}

.home-main .side-list h2,
.home-main .editor-picks h2,
.home-main .opinion-panel h2 {
    border-bottom: 0;
}

.home-main .breaking-controls button {
    border: 0;
    border-radius: 8px;
}

.headline {
    padding: 26px 26px 0;
}

.headline-shell {
    display: grid;
    gap: 0;
}

.headline-stage-stack {
    position: relative;
    min-height: clamp(460px, 44vw, 580px);
    overflow: hidden;
}

.headline-stage {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .6s ease, transform .6s ease, visibility .6s ease;
}

.headline-stage.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.headline-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.headline-topbar-title {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.headline-topbar-title strong {
    color: #0f172a;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.headline-topbar-title span {
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
}

.headline-topbar-side {
    display: flex;
    align-items: center;
    gap: 10px;
}

.headline-topbar-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.headline-topbar-link {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid #d6dde8;
    background: rgba(255, 255, 255, 0.74);
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.headline-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
    gap: 22px;
    align-items: stretch;
    padding: 22px;
    border-radius: 0;
    background: transparent;
}

.headline-feature.no-thumb {
    grid-template-columns: 1fr;
}

.headline-feature.has-video-media {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .98fr);
    align-items: stretch;
    background: transparent;
}

.headline-feature.has-video-media .headline-feature-body {
    position: relative;
    z-index: 1;
    max-width: none;
    color: inherit;
}

.headline-feature.has-video-media .headline-feature-title a,
.headline-feature.has-video-media .headline-feature-excerpt,
.headline-feature.has-video-media .headline-feature-meta {
    color: inherit;
}

.headline-feature.has-video-media .headline-feature-media {
    position: relative;
    inset: auto;
    order: 2;
    min-height: 0;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
}

.headline-feature.has-video-media .headline-feature-media iframe {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
}

.headline-feature.layout-cover {
    position: relative;
    min-height: 220px;
    height: 100%;
    grid-template-columns: 1fr;
    align-items: end;
    overflow: hidden;
    background: transparent;
    border-radius: 0;
}

.headline-feature.layout-cover .headline-feature-body {
    position: relative;
    z-index: 2;
    max-width: 68%;
    padding: 10px 0 4px;
    justify-content: flex-end;
    gap: 10px;
    color: #f8fafc;
}

.headline-feature.layout-cover .headline-feature-title a,
.headline-feature.layout-cover .headline-feature-excerpt,
.headline-feature.layout-cover .headline-feature-meta {
    color: #f8fafc;
}

.headline-feature.layout-cover .headline-feature-excerpt p,
.headline-feature.layout-cover .headline-feature-excerpt p + p,
.headline-feature.layout-cover .headline-feature-meta span,
.headline-feature.layout-cover .headline-feature-title,
.headline-feature.layout-cover .headline-feature-title a:visited {
    color: #f8fafc;
}

.headline-feature.layout-cover .headline-feature-flags {
    color: #f8fafc;
}

.headline-feature.layout-cover .headline-flag-section {
    background: rgba(255, 255, 255, 0.16);
    color: #f8fafc;
}

.headline-feature.layout-cover .headline-flag-premium {
    background: rgba(37, 99, 235, 0.72);
    color: #f8fafc;
}

.headline-feature.layout-cover .headline-feature-excerpt {
    margin-top: 0;
    flex: 0 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(1.92em * 2.2);
}

.headline-feature.layout-cover .headline-feature-meta {
    margin-top: 0;
}

.headline-feature.layout-cover .headline-feature-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: auto;
    border-radius: 0;
}

.headline-feature.layout-cover .headline-feature-media img,
.headline-feature.layout-cover .headline-feature-media-link img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.headline-feature.layout-cover .headline-feature-media-overlay {
    background:
        linear-gradient(90deg, rgba(2, 6, 23, 0.82) 0%, rgba(2, 6, 23, 0.28) 55%, rgba(2, 6, 23, 0.14) 100%),
        linear-gradient(180deg, rgba(2, 6, 23, 0.06) 0%, rgba(2, 6, 23, 0.56) 100%);
}

.headline-feature.layout-focus {
    grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
    background: transparent;
}

.headline-feature.layout-focus .headline-feature-body {
    order: 2;
    justify-content: space-between;
}

.headline-feature.layout-focus .headline-feature-media {
    order: 1;
    min-height: 100%;
}

.headline-feature.layout-focus .headline-feature-title {
    font-size: 34px;
}

.headline-feature.layout-focus .headline-feature-title a {
    -webkit-line-clamp: 4;
}

.headline-feature.layout-portrait {
    grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.68fr);
    align-items: center;
    background: transparent;
}

.headline-feature.layout-portrait .headline-feature-body {
    order: 1;
    justify-content: space-between;
    padding-right: 6px;
}

.headline-feature.layout-portrait .headline-feature-media {
    order: 2;
    min-height: clamp(420px, 44vw, 560px);
    max-height: 560px;
    align-self: center;
    justify-self: end;
}

.headline-feature.layout-portrait .headline-feature-title {
    font-size: clamp(34px, 3vw, 44px);
}

.headline-feature.layout-portrait .headline-feature-title a {
    -webkit-line-clamp: 4;
}

.headline-feature.layout-portrait .headline-feature-excerpt {
    -webkit-line-clamp: 5;
}

.headline-feature.has-video-media.layout-cover {
    position: static;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .98fr);
    align-items: center;
    overflow: visible;
    background: transparent;
}

.headline-feature.has-video-media.layout-cover .headline-feature-body {
    max-width: none;
    padding: 0;
    color: inherit;
}

.headline-feature.has-video-media.layout-cover .headline-feature-media {
    position: relative;
    inset: auto;
}

.headline-feature.has-video-media.layout-focus {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .98fr);
    background: transparent;
}

.headline-feature.has-video-media.layout-focus .headline-feature-body {
    order: 1;
}

.headline-feature.has-video-media.layout-focus .headline-feature-media {
    order: 2;
    min-height: 0;
}

@media (orientation: portrait) {
    .headline-feature.has-video-media,
    .headline-feature.has-video-media.layout-cover,
    .headline-feature.has-video-media.layout-focus {
        grid-template-columns: 1fr;
    }

    .headline-feature.has-video-media .headline-feature-media,
    .headline-feature.has-video-media.layout-cover .headline-feature-media,
    .headline-feature.has-video-media.layout-focus .headline-feature-media {
        order: 1;
        width: 100%;
        max-width: min(100%, 720px);
        margin: 0 auto;
        aspect-ratio: 16 / 9;
    }

    .headline-feature.has-video-media .headline-feature-body,
    .headline-feature.has-video-media.layout-cover .headline-feature-body,
    .headline-feature.has-video-media.layout-focus .headline-feature-body {
        order: 2;
    }
}

.headline-feature.is-onair {
    background: transparent;
}

.headline-feature-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-width: 0;
    overflow: hidden;
}

.headline-feature-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.headline-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
}

.headline-flag-live {
    background: #b91c1c;
    color: #fff;
}

.headline-flag-section {
    background: #e2e8f0;
    color: #0f172a;
}

.headline-flag-premium {
    background: #1d4ed8;
    color: #fff;
}

.headline-feature-title {
    margin: 0;
    font-size: 40px;
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.headline-feature-title a {
    color: #020617;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.headline-feature-excerpt {
    margin: 18px 0 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.92;
    flex: 1 1 auto;
    overflow: hidden;
    display: block;
    max-height: calc(1.92em * 9.2);
}

.headline-feature-excerpt p {
    margin: 0;
}

.headline-feature-excerpt p + p {
    margin-top: 12px;
}

.headline-feature-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 16px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.headline-feature-media {
    position: relative;
    display: block;
    min-height: 100%;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
}

.headline-feature.is-portrait-image:not(.layout-cover):not(.no-thumb):not(.has-video-media) .headline-feature-media {
    min-height: clamp(280px, 30vw, 360px);
    max-height: 360px;
    align-self: center;
}

.headline-feature.layout-portrait.is-portrait-image .headline-feature-media {
    min-height: clamp(420px, 44vw, 560px);
    max-height: 560px;
}

.headline-feature-media img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.headline-feature-media.has-video iframe {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border: 0;
    display: block;
    background: #000;
}

.headline-feature-media-link {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    background: rgba(15, 23, 42, 0.88);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
}

.headline-feature-media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.02) 0%, rgba(15, 23, 42, 0.18) 100%);
}

.headline .meta {
    font-size: 13px;
    color: var(--muted);
}

.headline h1 {
    margin: 14px 0 12px;
    font-size: 34px;
    line-height: 1.35;
    letter-spacing: -0.03em;
}

.headline p {
    margin: 10px 0;
    color: #374151;
}

.headline .headline-main-media {
    overflow: hidden;
}

.headline .headline-main-media img {
    width: 100%;
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
    object-position: center;
}

.headline > p:last-of-type {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-main .headline-dynamic {
    padding: 14px;
}

.headline-sub-box {
    position: relative;
    border: 0;
    border-radius: 18px;
    background: transparent;
    overflow: hidden;
}

.headline-sub-box::before {
    content: none;
}

.headline-main-box {
    padding: 14px;
    border-radius: 34px 34px 0 0;
    overflow: hidden;
}

.headline-editor-picks {
    margin-top: 16px;
    border: 0;
}

.headline-showroom-banner {
    display: grid;
    align-content: center;
    gap: 8px;
    width: 100%;
    min-height: 130px;
    margin-top: 16px;
    padding: 20px 24px;
    border: 1px solid #27364b;
    background:
        radial-gradient(220px 120px at 100% 0, rgba(14, 165, 233, 0.14), transparent 58%),
        linear-gradient(135deg, #050b16 0%, #0b1b31 52%, #163b7a 100%);
    color: #f8fafc;
    text-decoration: none;
    overflow: hidden;
}

.headline-showroom-banner:hover,
.headline-showroom-banner:focus-visible {
    color: #ffffff;
    border-color: #60a5fa;
}

.headline-showroom-banner-kicker,
.headline-showroom-banner strong,
.headline-showroom-banner em {
    display: block;
}

.headline-showroom-banner-kicker {
    color: rgba(191, 219, 254, 0.92);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
}

.headline-showroom-banner strong {
    font-size: clamp(24px, 2.4vw, 33px);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.headline-showroom-banner em {
    color: rgba(226, 232, 240, 0.92);
    font-size: 14px;
    font-style: normal;
    line-height: 1.6;
}

.headline-sub {
    margin-top: 0;
    padding: 10px 14px 14px;
    border-top: 0;
}

.headline-sub-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
    padding-right: 44px;
}

.headline-sub-head strong {
    font-size: 15px;
    letter-spacing: .01em;
    color: #0f172a;
}

.headline-sub-head span {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.headline-sub-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.headline-sub-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    width: 100%;
    padding: 12px 12px 9px;
    border-radius: 0;
    border: 0;
    background: transparent;
    transition: transform .18s ease, background-color .18s ease;
    text-align: left;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.headline-sub-item:hover {
    transform: translateY(-2px);
    background: transparent;
}

.headline-sub-item.is-active {
    background: transparent;
    box-shadow: none;
}

.headline-sub-media {
    display: block;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    background: #e2e8f0;
    aspect-ratio: 16 / 10;
}

.headline-sub-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.headline-sub-text {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
}

.headline-sub-kicker {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.headline-sub-item strong {
    display: block;
    font-size: 17px;
    line-height: 1.38;
    color: #0f172a;
}

.headline-sub-excerpt {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: #5b6574;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.headline-sub-item .meta {
    display: block;
    font-size: 11px;
    color: #64748b;
    font-weight: 700;
}

.home-main .headline {
    position: relative;
    padding: 20px 20px 18px;
    border-radius: 14px;
    background:
        radial-gradient(circle at top left, rgba(14, 165, 233, 0.08) 0%, rgba(14, 165, 233, 0) 28%),
        linear-gradient(180deg, #fdfefe 0%, #f4f8fc 100%);
    box-shadow: none;
    overflow: hidden;
}

.home-main .headline::before {
    content: none;
    position: absolute;
    inset: 0;
    border: 0;
    border-radius: inherit;
    pointer-events: none;
}

.home-main .headline-shell {
    position: relative;
    gap: 18px;
}

.home-main .headline-main-box {
    position: relative;
    padding: 10px 10px 14px;
    border-radius: 28px 28px 0 0;
    background: transparent;
    box-shadow: none;
}

.home-main .headline-main-box::after {
    content: none;
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(59, 130, 246, 0) 0%, rgba(59, 130, 246, 0.34) 14%, rgba(15, 23, 42, 0.12) 50%, rgba(59, 130, 246, 0.34) 86%, rgba(59, 130, 246, 0) 100%);
}

.home-main .headline-topbar {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 0;
}

.home-main .headline-topbar-title strong {
    font-size: 22px;
    letter-spacing: -0.03em;
}

.home-main .headline-topbar-link {
    border-radius: 999px;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.92);
}

.home-main .headline-sub {
    position: relative;
    margin-top: -2px;
    padding: 16px 10px 8px;
    border-radius: 0 0 28px 28px;
    background: transparent;
    box-shadow: none;
}

.home-main .headline-sub-box::before {
    content: none;
    display: block;
    width: 100%;
    height: 28px;
    margin: -18px 0 12px;
    background:
        linear-gradient(180deg, rgba(59, 130, 246, 0.12) 0%, rgba(59, 130, 246, 0) 100%),
        linear-gradient(90deg, rgba(59, 130, 246, 0) 0%, rgba(59, 130, 246, 0.34) 18%, rgba(15, 23, 42, 0.12) 50%, rgba(59, 130, 246, 0.34) 82%, rgba(59, 130, 246, 0) 100%);
    border-top: 0;
    border-bottom: 0;
}

.home-main .headline-sub-head {
    align-items: flex-end;
    margin-bottom: 14px;
    padding-right: 0;
}

.home-main .headline-sub-head strong {
    position: relative;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 800;
}

.home-main .headline-sub-head strong::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2563eb 0%, #0f172a 100%);
}

.home-main .headline-sub-head span {
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-main .headline-sub-grid {
    gap: 12px;
}

.home-main .headline-sub-item {
    position: relative;
    gap: 10px;
    padding: 14px 14px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: none;
    border: 0;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.home-main .headline-sub-item::before {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    top: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(37, 99, 235, 0.92) 0%, rgba(14, 165, 233, 0.42) 55%, rgba(14, 165, 233, 0) 100%);
    opacity: 0;
    transition: opacity .18s ease;
}

.home-main .headline-sub-item:hover,
.home-main .headline-sub-item.is-active {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: none;
}

.home-main .headline-sub-item:hover::before,
.home-main .headline-sub-item.is-active::before {
    opacity: 1;
}

.home-main .headline-sub-media {
    border-radius: 14px;
}

.home-main .headline-sub-item strong {
    font-size: 16px;
    line-height: 1.42;
}

.home-main .headline-showroom-banner {
    margin-top: 18px;
    border-radius: 20px;
}

.badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #c1121f;
    padding: 2px 8px;
    margin-left: 8px;
}

.side-list {
    position: relative;
    padding: 20px;
    border: 1px solid #d6e2ef;
    border-top: 3px solid #0f172a;
    background:
        radial-gradient(340px 180px at 100% 0, rgba(250, 204, 21, 0.14), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    overflow: hidden;
}

.side-list::before,
.editor-picks::before,
.editor-major-news::before,
.home-notice-panel::before,
.home-pick-cinematic.side-mounted::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 52px;
    height: 52px;
    border-top: 1px solid rgba(148, 163, 184, 0.34);
    border-right: 1px solid rgba(148, 163, 184, 0.34);
    pointer-events: none;
}

.side-list h2 {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(203, 213, 225, 0.62);
    margin-bottom: 14px;
}

.side-list ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.side-list li {
    margin: 10px 0;
    font-size: 15px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.86);
    border-radius: 0;
    box-shadow: none;
}

.popular-link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: inherit;
}

.popular-link.featured {
    justify-content: flex-start;
}

.popular-link.boxed {
    justify-content: flex-start;
}

.popular-featured-item {
    padding: 14px;
    background: #fff;
    border: 0;
    border-radius: 0;
}

.popular-box-item {
    padding: 12px;
    background: #f8fafc;
    border: 0;
    border-radius: 0;
}

.popular-media {
    flex: 0 0 96px;
    width: 96px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 0;
    background: #e2e8f0;
}

.popular-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-body {
    flex: 1;
    min-width: 0;
}

.main-side-banner-stack {
    display: grid;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e4edf7;
}

.main-side-banner {
    display: block;
    padding: 18px 16px;
    border: 1px solid #dbe7f3;
    background: #ffffff;
}

.main-side-banner.primary {
    background:
        radial-gradient(220px 100px at 100% 0, rgba(59, 130, 246, 0.14), transparent 62%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.main-side-banner.secondary {
    background:
        radial-gradient(220px 100px at 100% 0, rgba(255, 209, 102, 0.18), transparent 62%),
        linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
}

.main-side-banner span,
.main-side-banner strong,
.main-side-banner em {
    display: block;
}

.main-side-banner span {
    color: #0b4e94;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
}

.main-side-banner strong {
    margin-top: 10px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.28;
    letter-spacing: -0.02em;
}

.main-side-banner em {
    margin-top: 8px;
    color: #64748b;
    font-size: 13px;
    font-style: normal;
    line-height: 1.6;
}

.popular-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.popular-title {
    display: block;
    flex: 1;
    min-width: 0;
    line-height: 1.45;
    font-weight: 800;
}

.popular-excerpt {
    display: block;
    margin-top: 6px;
    color: #475569;
    font-size: 13px;
    line-height: 1.6;
}

.popular-title,
.popular-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.popular-title {
    -webkit-line-clamp: 2;
}

.popular-excerpt {
    -webkit-line-clamp: 2;
}

.popular-rank-number {
    display: inline-block;
    margin-left: 8px;
    font-weight: 800;
    color: #0f172a;
}

.popular-trend {
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 999px;
    white-space: nowrap;
    background: #e5e7eb;
    color: #334155;
}

.popular-trend-icon {
    margin-right: 4px;
    font-size: 10px;
}

.popular-trend.trend-up {
    background: #fee2e2;
    color: #b91c1c;
}

.popular-trend.trend-down {
    background: #dbeafe;
    color: #1d4ed8;
}

.popular-trend.trend-new {
    background: #dcfce7;
    color: #166534;
}

.popular-trend.trend-same {
    background: #f1f5f9;
    color: #475569;
}

.story-grid {
    margin: 28px 0 40px;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-card {
    background: var(--paper);
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
}

.story-card .content {
    padding: 18px;
}

.story-card .meta {
    color: var(--muted);
    font-size: 12px;
    margin-bottom: 8px;
}

.story-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.45;
}

.story-card p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
}

.latest-news-card .latest-news-media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e2e8f0;
}

.latest-news-card .latest-news-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-roll-section {
    margin-top: 10px;
}

.latest-roll-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.latest-roll-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.latest-roll-status {
    min-width: 92px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    text-align: right;
}

.latest-roll-controls button {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: #0f172a;
    color: #f8fafc;
    font-size: 18px;
    line-height: 1;
}

.latest-roll-controls #latestRollToggle {
    width: auto;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 800;
}

.latest-roll-progress {
    width: 100%;
    height: 4px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.latest-roll-progress span {
    display: block;
    width: 18%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0f172a 0%, #2563eb 100%);
    transition: width .35s ease;
}

.latest-news-grid.latest-roll-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.latest-news-card {
    min-height: 100%;
    transition: transform .32s ease, opacity .32s ease, box-shadow .32s ease;
}

.latest-news-card.is-fresh {
    box-shadow: 0 18px 30px rgba(37, 99, 235, 0.12);
}

.latest-roll-grid.is-rolling-next .latest-news-card,
.latest-roll-grid.is-rolling-prev .latest-news-card {
    animation: latestRollFade .45s ease;
}

@keyframes latestRollFade {
    0% {
        opacity: .2;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.major-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.major-news-layout-page {
    display: grid;
    gap: 14px;
}

.major-news-layout-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.major-news-layout-row-feature {
    grid-template-columns: 1fr;
}

.major-news-layout-row-middle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.major-news-layout-row-trio {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.major-news-layout-row.is-single {
    grid-template-columns: 1fr;
}

.major-news-layout-row-portrait {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: stretch;
}

.major-news-portrait-slot,
.major-news-stack-slot {
    min-width: 0;
}

.major-news-stack-slot {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.spotlight-slider-wrap {
    position: relative;
    margin: 0 0 34px;
    overflow: visible;
}

.spotlight-viewport {
    overflow: hidden;
    outline: none;
}

.spotlight-track {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    transition: transform .58s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.spotlight-page {
    flex: 0 0 100%;
}

.spotlight-page .spotlight-news-grid {
    margin: 0;
}

.spotlight-nav {
    position: absolute;
    top: 42%;
    z-index: 5;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.9);
    color: #f8fafc;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.spotlight-nav:hover {
    background: #0b4e94;
}

.spotlight-nav:focus-visible,
.cinematic-controls button:focus-visible,
.photo-roll-controls button:focus-visible,
.main-opinion-writers-controls button:focus-visible,
.breaking-controls button:focus-visible {
    outline: 3px solid #0b4e94;
    outline-offset: 2px;
}

.spotlight-nav:disabled {
    opacity: .45;
    cursor: default;
}

.spotlight-nav.prev {
    left: -22px;
}

.spotlight-nav.next {
    right: -22px;
}

.spotlight-counter {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #64748b;
    font-weight: 700;
}

.spotlight-news-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.spotlight-news-card {
    display: block;
    background: #fff;
    position: relative;
}

.spotlight-news-media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #e2e8f0;
}

.spotlight-news-media::after {
    content: "";
    position: absolute;
    inset: -12%;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.46) 48%, rgba(255, 255, 255, 0) 70%);
    opacity: 0;
    transform: translateX(-130%) skewX(-14deg);
    transition: transform .65s ease, opacity .45s ease;
    pointer-events: none;
    z-index: 2;
}

.spotlight-news-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(1.08) contrast(.9);
    transition: filter .32s ease, transform .32s ease;
}

.spotlight-news-card:hover .spotlight-news-media img,
.spotlight-news-card:focus-within .spotlight-news-media img {
    filter: grayscale(0%) brightness(1.06) contrast(1.02) saturate(1.04);
    transform: scale(1.018);
}

.spotlight-news-card:hover .spotlight-news-media::after,
.spotlight-news-card:focus-within .spotlight-news-media::after {
    opacity: 1;
    transform: translateX(130%) skewX(-14deg);
}

.spotlight-news-body {
    padding: 12px;
}

.spotlight-news-body h3 {
    margin: 6px 0 8px;
    font-size: 22px;
    line-height: 1.35;
}

.spotlight-news-body p {
    margin: 0 0 8px;
    color: #475569;
    line-height: 1.6;
}

.spotlight-news-card.is-landscape .spotlight-news-media {
    aspect-ratio: 4 / 5;
    width: 100%;
    margin: 0;
    background: #e2e8f0;
}

.spotlight-news-card.is-landscape .spotlight-news-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.spotlight-news-card.is-landscape .spotlight-news-media::after {
    content: none;
}

.spotlight-news-card.is-landscape .spotlight-news-body {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    padding: 12px;
}

.spotlight-news-card.is-landscape .spotlight-news-body .meta,
.spotlight-news-card.is-landscape .spotlight-news-body p {
    color: #475569;
}

.spotlight-news-card.is-landscape .spotlight-news-body h3 a {
    color: #0f172a;
}

.major-news-card {
    background: #fff;
}

.major-news-link {
    position: relative;
    display: block;
    aspect-ratio: 16 / 6.6;
    overflow: hidden;
    background: #0f172a;
}

.major-news-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.major-news-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.1) 0%, rgba(2, 6, 23, 0.8) 76%);
}

.major-news-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 14px 16px;
    color: #f8fafc;
    max-width: 82%;
}

.major-news-body .meta {
    display: block;
    margin: 0 0 5px;
    color: rgba(226, 232, 240, 0.9);
    font-size: 12px;
}

.major-news-body strong {
    display: block;
    font-size: 30px;
    line-height: 1.25;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.major-news-body small {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(226, 232, 240, 0.95);
}

.major-news-link.no-thumb .major-news-overlay {
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.96) 0%, rgba(17, 24, 39, 0.9) 100%);
}

.major-news-link.is-portrait {
    aspect-ratio: auto;
    display: grid;
    grid-template-rows: auto 1fr;
    background: #fff;
}

.major-news-link.is-portrait img {
    height: 1320px;
}

.major-news-link.is-portrait .major-news-overlay {
    display: none;
}

.major-news-link.is-portrait .major-news-body {
    position: static;
    max-width: 100%;
    padding: 12px 12px 14px;
    color: #0f172a;
}

.major-news-link.is-portrait .major-news-body .meta {
    color: #64748b;
}

.major-news-link.is-portrait .major-news-body strong {
    color: #0f172a;
    font-size: 22px;
    text-shadow: none;
}

.major-news-link.is-portrait .major-news-body small {
    color: #475569;
}

.major-news-split-card {
    --major-accent: #0b4e94;
    --major-accent-soft: #eef4fb;
    --major-accent-line: #dce7f2;
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 12px;
    background: #fff;
    border-radius: 4px;
    border-top: 3px solid var(--major-accent);
}

.major-news-split-card.tone-0 {
    --major-accent: #0b4e94;
    --major-accent-soft: #eef4fb;
    --major-accent-line: #dce7f2;
}

.major-news-split-card.tone-1 {
    --major-accent: #0f766e;
    --major-accent-soft: #ecfdf5;
    --major-accent-line: #cceee4;
}

.major-news-split-card.tone-2 {
    --major-accent: #b45309;
    --major-accent-soft: #fff7ed;
    --major-accent-line: #f4dec6;
}

.major-news-split-card.tone-3 {
    --major-accent: #9f1239;
    --major-accent-soft: #fff1f2;
    --major-accent-line: #f2d3da;
}

.major-news-split-card.tone-4 {
    --major-accent: #5b21b6;
    --major-accent-soft: #f5f3ff;
    --major-accent-line: #ddd6fe;
}

.major-news-split-card.tone-5 {
    --major-accent: #3f3f46;
    --major-accent-soft: #f4f4f5;
    --major-accent-line: #e4e4e7;
}

.major-news-split-card.no-thumb {
    grid-template-columns: 42% 1fr;
}

.major-news-split-card.is-row-pair-item,
.major-news-split-card.is-row-single-item {
    min-height: 202px;
}

.major-news-split-card.is-feature-wide {
    grid-template-columns: minmax(240px, 46%) 1fr;
    min-height: 248px;
}

.major-news-split-card.is-feature-wide .major-news-split-body h3,
.major-news-split-card.is-portrait-feature .major-news-split-body h3 {
    font-size: 27px;
    line-height: 1.28;
}

.major-news-split-card.is-feature-wide .major-news-split-body p,
.major-news-split-card.is-portrait-feature .major-news-split-body p {
    -webkit-line-clamp: 4;
    font-size: 14px;
    line-height: 1.68;
}

.major-news-split-card.is-portrait-feature {
    grid-template-columns: minmax(180px, 34%) 1fr;
    min-height: 420px;
}

.major-news-split-card.is-portrait-feature .major-news-split-media {
    min-height: 100%;
}

.major-news-split-card.is-stack-item {
    grid-template-columns: 34% 1fr;
    min-height: 203px;
}

.major-news-split-card.is-stack-item .major-news-split-body h3,
.major-news-split-card.is-row-pair-item .major-news-split-body h3,
.major-news-split-card.is-row-single-item .major-news-split-body h3 {
    font-size: 20px;
    line-height: 1.33;
}

.major-news-split-card.is-stack-item .major-news-split-body p,
.major-news-split-card.is-row-pair-item .major-news-split-body p,
.major-news-split-card.is-row-single-item .major-news-split-body p {
    -webkit-line-clamp: 2;
    font-size: 13px;
}

.major-news-split-card.is-compact-item {
    grid-template-columns: 1fr;
    min-height: 100%;
}

.major-news-split-card.is-compact-item .major-news-split-media {
    min-height: 154px;
    border-right: 0;
    border-bottom: 1px solid #e5edf5;
}

.major-news-split-card.is-compact-item .major-news-split-body {
    padding: 10px 12px 12px;
}

.major-news-split-card.is-compact-item .major-news-split-body h3 {
    font-size: 18px;
    line-height: 1.34;
}

.major-news-split-card.is-compact-item .major-news-split-body p {
    -webkit-line-clamp: 2;
    font-size: 13px;
}

.major-news-split-media {
    position: relative;
    display: block;
    height: 100%;
    min-height: 190px;
    overflow: hidden;
    background: #e2e8f0;
    border-right: 1px solid #e5edf5;
}

.major-news-split-media-empty {
    background: transparent;
}

.major-news-split-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.major-news-split-body {
    padding: 12px 12px 12px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}

.major-news-split-body h3 {
    margin: 6px 0 8px;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.major-news-split-body h3 a {
    color: #0f172a;
}

.major-news-split-body h3 a:hover,
.major-news-split-body h3 a:focus-visible {
    color: #0b4e94;
}

.major-news-image-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    background: #c1121f;
    border-radius: 999px;
}

.major-news-category-inline {
    display: inline-block;
    margin-left: 8px;
    font-size: 13px;
    color: var(--major-accent);
    font-weight: 700;
}

.major-news-split-body p {
    margin: 0;
    color: #475569;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.section-title {
    margin: 24px 0 14px;
    font-size: 30px;
    letter-spacing: -0.02em;
}

.opinion-submenu {
    margin: 0 0 8px;
    padding: 8px 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    background: #fff;
}

.section-submenu-wrap {
    margin: 0 0 8px;
    padding: 8px 14px;
    background: #fff;
}

.section-submenu-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 2px 10px;
}

.section-submenu-wrap .section-title {
    margin: 0;
    text-align: left;
    font-size: 15px;
    font-weight: 800;
    color: #b91c1c;
    letter-spacing: -0.01em;
}

.section-submenu-wrap .section-main-tabs {
    padding-bottom: 10px;
    border-bottom: 1px solid #edf2f7;
}

.section-submenu-wrap .section-filter-tabs {
    padding-top: 0;
    border-top: 0;
}

.section-filter-tabs-tertiary {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #d7dee8;
}

.section-main-tabs,
.section-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px 6px;
}

.section-main-tabs {
    margin-bottom: 0;
}

.section-main-tabs a,
.section-filter-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    min-height: 34px;
    padding: 6px 8px;
    border-radius: 999px;
    font-weight: 400;
    color: #475569;
    transition: color .2s ease, font-weight .2s ease;
}

.section-main-tabs a.active,
.section-filter-tabs a.active {
    color: #111827;
    font-weight: 700;
}

.opinion-submenu a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    min-height: 34px;
    padding: 6px 8px;
    font-weight: 400;
    color: #475569;
}

.opinion-submenu a.active {
    color: #111827;
    font-weight: 700;
}

.opinion-writers {
    margin: 0 0 16px;
    padding: 14px;
    background: #fff;
}

.opinion-writers h2 {
    margin: 0 0 10px;
    font-size: 22px;
}

.opinion-writer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.opinion-writer-card {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 10px;
    align-items: start;
    padding: 10px;
    background: #f8fafc;
}

.opinion-writer-card.no-image {
    grid-template-columns: 1fr;
}

.opinion-writer-card img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
}

.no-image-fallback {
    background: #eef2f7;
}

.opinion-writer-card strong {
    display: block;
    font-size: 16px;
    line-height: 1.3;
}

.opinion-writer-card p {
    margin: 4px 0;
    font-size: 13px;
    color: #4b5563;
    line-height: 1.5;
}

.opinion-writer-card span {
    font-size: 12px;
    color: #64748b;
    font-weight: 700;
}

.section-page .opinion-submenu,
.section-page .section-submenu-wrap,
.section-page .opinion-writers,
.section-page .opinion-writer-card,
.section-page .story-card {
    border: 0 !important;
    border-radius: 8px;
}

.section-article-wrap {
    margin-top: 10px;
}

.section-list-body {
    padding: 18px;
}

.section-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.section-list-item {
    display: grid;
    grid-template-columns: minmax(0, clamp(148px, 20vw, 210px)) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf2f7;
}

.section-list-item.no-image {
    grid-template-columns: 1fr;
}

.section-list-thumb {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e2e8f0;
}

.section-list-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-list-content h3 {
    margin: 4px 0 6px;
    font-size: 24px;
    line-height: 1.35;
}

.section-list-content p {
    margin: 0;
    color: #4b5563;
}

.section-list-content .meta {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.45;
    color: #9aa5b1;
}

.section-page .section-list-aside {
    display: grid;
    gap: 14px;
    padding: 0;
}

.section-page .section-aside-box {
    padding: 16px;
    background: var(--paper);
    border-radius: 8px;
}

.section-page .section-list-aside h3 {
    margin: 0 0 12px;
}

.article-page .network-banner-box,
.section-page .network-banner-box {
    display: grid;
    gap: 10px;
}

.article-page .network-banner-box h3,
.section-page .network-banner-box h3 {
    margin: 0 0 4px;
}

.article-page .network-banner-link,
.section-page .network-banner-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px;
    gap: 12px;
    align-items: center;
    padding: 14px;
    color: #0f172a;
    border: 1px solid #edf2f7;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.article-page .network-banner-link:hover,
.section-page .network-banner-link:hover {
    transform: translateY(-1px);
    border-color: #d7e1ec;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.article-page .network-banner-copy strong,
.section-page .network-banner-copy strong {
    display: block;
    font-size: 18px;
    line-height: 1.2;
}

.article-page .network-banner-copy small,
.section-page .network-banner-copy small {
    display: block;
    margin-top: 4px;
    color: #5b6574;
    font-size: 12px;
    line-height: 1.45;
}

.article-page .network-banner-stack,
.section-page .network-banner-stack {
    position: relative;
    width: 92px;
    height: 72px;
}

.article-page .network-banner-card,
.section-page .network-banner-card {
    position: absolute;
    width: 56px;
    height: 72px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
    background-size: cover;
    background-position: center;
}

.article-page .network-banner-card.back,
.section-page .network-banner-card.back {
    top: 0;
    left: 4px;
    transform: rotate(-7deg);
}

.article-page .network-banner-card.front,
.section-page .network-banner-card.front {
    right: 4px;
    bottom: 0;
    transform: rotate(6deg);
}

.article-page .network-banner-link.netmovie .network-banner-card.back,
.section-page .network-banner-link.netmovie .network-banner-card.back {
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0.05), rgba(15, 23, 42, 0.18)),
        url('/uploads/articles/ChatGPT-Image-2026-4-7-06_51_47_IMG20260408120747EEE1.webp');
}

.article-page .network-banner-link.netmovie .network-banner-card.front,
.section-page .network-banner-link.netmovie .network-banner-card.front {
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.22)),
        url('/uploads/articles/525308752_1068484568762986_6030653029913479971_n_IMG20260408120746D73E.webp');
}

.article-page .network-banner-link.oldpops .network-banner-card.back,
.section-page .network-banner-link.oldpops .network-banner-card.back {
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0.18)),
        url('/uploads/articles/572251689_1142167074728068_8021978089160616842_n_IMG202604081214018F38.webp');
}

.article-page .network-banner-link.oldpops .network-banner-card.front,
.section-page .network-banner-link.oldpops .network-banner-card.front {
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.2)),
        url('/uploads/articles/20260406190254_bd_file_IMG202604072144416DDF.webp');
}

.article-page .network-banner-link.netcity-main .network-banner-card.back,
.section-page .network-banner-link.netcity-main .network-banner-card.back {
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0.18)),
        url('/uploads/articles/fea393b6-63a1-436b-b693-ed7c1891f470_IMG202604081218028359.webp');
}

.article-page .network-banner-link.netcity-main .network-banner-card.front,
.section-page .network-banner-link.netcity-main .network-banner-card.front {
    background-image:
        linear-gradient(180deg, rgba(11, 78, 148, 0.08), rgba(15, 23, 42, 0.22)),
        url('/uploads/articles/b199dfe8-f0a6-4f55-b2e8-cb9560cfb868_IMG20260408121402191C.webp');
}

.section-side-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-side-item {
    display: grid;
    grid-template-columns: minmax(0, clamp(84px, 9vw, 92px)) minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef2f7;
}

.section-side-item.has-option-value {
    padding: 10px;
    background: #f7fafc;
    border-bottom: 0;
}

.section-side-item.no-image {
    grid-template-columns: 1fr;
}

.section-side-thumb {
    display: block;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: #e2e8f0;
    border-radius: 0;
}

.section-side-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-side-content h4 {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 1.4;
}

.section-side-content p {
    margin: 0;
    font-size: 12px;
    color: #5b6574;
    line-height: 1.55;
}

.section-side-content .meta {
    margin-top: 7px;
    font-size: 10px;
    line-height: 1.4;
    color: #a0acb8;
}

.media-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.media-grid > div,
.media-grid > aside {
    min-width: 0;
}

.media-story-grid {
    margin-top: 8px;
    margin-bottom: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.photo-roll {
    margin-top: 24px;
    padding: 10px;
    background: #ffffff;
    height: calc(100% - 24px);
    display: flex;
    flex-direction: column;
}

.photo-roll-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.photo-roll-controls button {
    border: 0;
    background: #e2e8f0;
    color: #1f2937;
    border-radius: 999px;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    font-weight: 700;
    cursor: pointer;
}

.photo-roll-controls button:disabled {
    opacity: .45;
    cursor: default;
}

.photo-roll-counter {
    min-width: 52px;
    text-align: center;
    font-size: 12px;
    color: #64748b;
    font-weight: 700;
}

.photo-roll-label {
    margin-left: auto;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    color: #4b5563;
    background: transparent;
}

.photo-roll-viewport {
    overflow: hidden;
    outline: none;
    flex: 1;
}

.photo-roll-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    transition: transform .55s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
    height: 100%;
}

.photo-slide {
    flex: 0 0 100%;
    height: 100%;
}

.photo-slide-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.photo-slide-video-frame {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
}

.photo-slide-video-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
    display: block;
}

.photo-slide-title {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    color: #111827;
    font-weight: 700;
}

.photo-slide-title a,
.photo-slide-title a:visited {
    color: inherit;
}

.photo-slide-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

.photo-slide-meta a,
.photo-slide-meta a:visited {
    color: #0f766e;
    font-weight: 700;
}

.photo-slide-meta span {
    color: #475569;
    font-weight: 600;
}

.photo-slide-sound {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 74px;
    height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(15, 23, 42, 0.58);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-shadow: none;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(10px);
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

.photo-slide-sound-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    font-size: 14px;
    opacity: 0.92;
}

.photo-slide-sound-text {
    letter-spacing: 0.08em;
}

.photo-slide-sound:hover {
    transform: translateY(-1px);
    background: rgba(15, 23, 42, 0.74);
    border-color: rgba(255, 255, 255, 0.4);
}

.photo-slide-sound:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.86);
    outline-offset: 2px;
}

.photo-slide-sound[aria-pressed="true"] {
    background: rgba(248, 250, 252, 0.96);
    color: #0f172a;
    border-color: rgba(226, 232, 240, 0.96);
}

@media (prefers-reduced-motion: reduce) {
    .logo-flow-line {
        animation: none;
    }
}

.video-panel {
    margin-top: 24px;
    padding: 16px;
}

.video-panel h2 {
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 0;
}

.video-panel ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.video-panel li {
    margin-bottom: 12px;
}

.video-link {
    display: grid;
    grid-template-columns: 104px 1fr;
    gap: 10px;
    align-items: start;
}

.video-link.no-thumb {
    grid-template-columns: 1fr;
}

.video-link img {
    width: 104px;
    height: 74px;
    object-fit: cover;
}

.video-link span {
    display: block;
    min-width: 0;
}

.video-link strong {
    display: block;
    font-size: 15px;
    line-height: 1.4;
}

.video-link small {
    display: block;
    margin-top: 4px;
    color: #5b6574;
    font-size: 12px;
    line-height: 1.5;
}

.video-link em.meta {
    display: block;
    margin-top: 4px;
    font-style: normal;
}

.video-panel .meta {
    color: var(--muted);
    font-size: 12px;
}

.editor-opinion-grid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.editor-picks,
.opinion-panel {
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: none;
}

.editor-picks {
    position: relative;
    background: transparent;
    border: 0;
    border-radius: 18px;
    padding: 28px;
    box-shadow: none;
    overflow: hidden;
}

.editor-picks-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 12px;
    padding-right: 44px;
    border-bottom: 0;
    margin-bottom: 12px;
}

.editor-picks h2 {
    margin: 0 0 4px;
    color: #1f2937;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.opinion-panel h2 {
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 26px;
    font-weight: 800;
    color: #1f2937;
    letter-spacing: -0.02em;
}

.opinion-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-top: 0;
    margin-bottom: 14px;
}

.opinion-panel-head > div:first-child {
    min-width: 0;
}

.opinion-stage-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.opinion-stage-counter {
    min-width: 44px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
}

.opinion-stage-controls button {
    border: 0;
    border-radius: 999px;
    min-width: 52px;
    height: 36px;
    padding: 0 16px;
    background: #f8fafc;
    color: #374151;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.opinion-stage-controls button:hover {
    background: #e5e7eb;
    color: #1f2937;
}

.editor-picks-sub {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #9ca3af;
    text-transform: uppercase;
}

.editor-picks-note {
    max-width: 320px;
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
    text-align: right;
}

.editor-picks-rotation-status {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(11, 78, 148, 0.08);
    color: #0b4e94;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    white-space: nowrap;
}

.pick-item {
    position: relative;
    padding: 18px;
    margin: 0 0 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.pick-item::before {
    content: "";
    position: absolute;
    inset: auto -15% 50% auto;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.22) 0%, rgba(59, 130, 246, 0) 72%);
    opacity: 0;
    transform: translate3d(0, 8px, 0) scale(0.92);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}

.pick-item:hover {
    transform: translateY(-2px);
    box-shadow: none;
}

.pick-item.is-spotlight {
    transform: translateY(-4px);
    background: transparent;
    box-shadow: none;
}

.pick-item.is-spotlight::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.editor-picks .pick-item:last-of-type {
    margin-bottom: 0;
}

.pick-item.has-thumb {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 16px;
    align-items: stretch;
}

.pick-item .pick-media {
    display: block;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    background: #e5e7eb;
    aspect-ratio: 16 / 9;
    align-self: start;
}

.pick-item .pick-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.6s ease, filter 0.35s ease;
}

.pick-item .pick-content {
    min-width: 0;
}

.pick-summary {
    margin-top: 12px;
}

.pick-summary p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: -0.01em;
}

.pick-summary p + p {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.pick-item.lead {
    padding: 20px;
    background: transparent;
    box-shadow: none;
}

.pick-item.is-spotlight .pick-media img {
    transform: scale(1.035);
    filter: saturate(1.06) contrast(1.02);
}

.pick-kicker {
    display: inline-flex;
    align-items: center;
    padding: 4px 9px;
    border-radius: 999px;
    background: #0f3f73;
    color: #f8fbff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 8px;
}

.pick-media-badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.86);
    color: #f8fafc;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
}

.pick-meta-top {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.pick-meta-top span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    background: #eef4fb;
    color: #0b4e94;
    font-size: 11px;
    font-weight: 800;
}

.pick-item h3 {
    margin: 0 0 7px;
    font-size: 21px;
    line-height: 1.35;
    letter-spacing: -0.015em;
}

.pick-item h3 a {
    color: #0f172a;
}

.pick-item.lead h3 {
    font-size: 28px;
}

.pick-item p {
    margin: 0 0 10px;
    color: #475569;
    line-height: 1.65;
}

.pick-item .meta,
.opinion-panel .meta {
    color: var(--muted);
    font-size: 12px;
    margin-top: 6px;
}

.pick-item .meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #6b7280;
}

.pick-item.is-issue-related {
    background:
        linear-gradient(180deg, #fffaf0 0%, #fff4d8 100%);
    border-color: #f0ddb2;
}

.pick-item.is-issue-related .pick-kicker {
    background: #8a5a00;
    color: #fff8e8;
}

.pick-item.is-issue-related h3 a {
    color: #5c3b00;
}

.pick-item.is-issue-related p {
    color: #6b4a0d;
}

.pick-item.is-issue-related .meta {
    color: #7a5a1f;
}

.pick-item.is-spotlight.is-issue-related {
    background:
        radial-gradient(320px 140px at 100% 0, rgba(245, 158, 11, 0.16), transparent 60%),
        linear-gradient(180deg, #fffaf0 0%, #fff4d8 100%);
    border-color: #e4c67a;
}

.opinion-panel ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.opinion-stage-stack {
    position: relative;
    min-height: 300px;
}

.opinion-stage {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .55s ease, transform .55s ease, visibility .55s ease;
}

.opinion-stage.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.opinion-feature-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 16px;
    align-items: center;
    min-height: 250px;
    padding: 16px;
    background:
        radial-gradient(220px 140px at 100% 0%, rgba(14, 116, 144, 0.12), transparent 72%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    transition: transform .28s ease, box-shadow .28s ease;
}

.opinion-feature-card.no-thumb {
    grid-template-columns: 1fr;
}

.opinion-feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.opinion-feature-card.has-cover {
    min-height: 300px;
    grid-template-columns: 1fr;
    align-items: end;
    padding: 20px;
    background:
        linear-gradient(180deg, rgba(2, 6, 23, 0.08) 0%, rgba(2, 6, 23, 0.82) 100%),
        var(--opinion-stage-bg) center/cover no-repeat,
        #0f172a;
}

.opinion-feature-card.has-cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0.74) 72%, rgba(2, 6, 23, 0.92) 100%);
    z-index: 0;
}

.opinion-feature-card.has-cover::after {
    content: "";
    position: absolute;
    inset: auto 18px 18px auto;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 72%);
    z-index: 0;
}

.opinion-feature-avatar {
    position: relative;
    z-index: 1;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #dbe4ee;
    background: #eef2f7;
    filter: none;
}

.opinion-feature-content em {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 10px;
    font-style: normal;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    color: #0b4e94;
}

.opinion-feature-content strong {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.opinion-feature-content p {
    position: relative;
    z-index: 1;
    margin: 10px 0 12px;
    color: #475569;
    line-height: 1.7;
}

.opinion-feature-content small {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 78%;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef4fb;
    border: 0;
    box-shadow: none;
    color: #6b7280;
    font-size: 12px;
}

.opinion-feature-card.has-cover .opinion-feature-content {
    position: relative;
    z-index: 1;
    max-width: 92%;
    padding: 0;
}

.opinion-feature-card.has-cover .opinion-feature-content em {
    margin-bottom: 12px;
    padding: 4px 10px;
    background: rgba(248, 250, 252, 0.12);
    color: #f8fafc;
    letter-spacing: .16em;
}

.opinion-feature-card.has-cover .opinion-feature-content strong {
    color: #f8fafc;
    font-size: 28px;
    line-height: 1.3;
    text-shadow: 0 2px 18px rgba(2, 6, 23, 0.35);
}

.opinion-feature-card.has-cover .opinion-feature-content p {
    color: rgba(241, 245, 249, 0.88);
}

.opinion-feature-card.has-cover .opinion-feature-content small {
    max-width: 100%;
    background: rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
}

.opinion-stage-empty {
    display: grid;
    place-items: center;
    min-height: 250px;
    padding: 20px;
    color: #64748b;
    background: #f8fafc;
    text-align: center;
}

.opinion-panel li {
    margin-bottom: 12px;
}

.opinion-panel .opinion-link {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 12px;
    align-items: start;
}

.opinion-panel .opinion-link.no-thumb {
    grid-template-columns: 1fr;
}

.opinion-panel .opinion-link img {
    width: 74px;
    height: 74px;
    border-radius: 0;
    object-fit: cover;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
}

.opinion-panel .opinion-link span {
    display: block;
}

.opinion-panel .opinion-link span strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #1f2937;
}

.opinion-panel .opinion-link span small {
    display: block;
    margin-top: 6px;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.opinion-panel .opinion-link span .meta {
    display: block;
    margin-top: 8px;
    color: #9ca3af;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}

.main-news-opinion {
    margin-top: 8px;
    display: grid;
    grid-template-columns: 1.8fr .9fr;
    gap: 12px;
    align-items: start;
}

.main-news-opinion.is-single-column {
    grid-template-columns: 1fr;
}

.main-news-opinion > .main-news-primary-stack {
    grid-column: 1;
}

.main-news-opinion > .main-side-stack {
    grid-column: 2;
    margin-top: 0;
}

.main-news-primary-stack {
    display: grid;
    gap: 12px;
    align-items: start;
}

.main-side-stack {
    display: grid;
    gap: 10px;
    align-items: start;
}

.opinion-side {
    display: grid;
    gap: 10px;
    margin-top: 0;
}

.opinion-writers-inline {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid #e4edf7;
}

.opinion-writers-inline-head {
    margin-bottom: 10px;
}

.opinion-writers-inline-head h3 {
    margin: 0;
    font-size: 18px;
    color: #1f2937;
    font-weight: 800;
}

.opinion-writers-inline-head p {
    margin: 4px 0 0;
    font-size: 11px;
    color: #6b7280;
}

.main-opinion-writers {
    margin-top: 0;
    padding: 14px;
    background: #ffffff;
}

.main-opinion-writers-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 12px;
}

.main-opinion-writers-head h2 {
    margin: 0;
    font-size: 24px;
}

.main-opinion-writers-head p {
    margin: 0;
    font-size: 12px;
    color: #6b7280;
}

.main-opinion-writers-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.main-opinion-writers-controls button {
    border: 0;
    background: #e2e8f0;
    color: #1f2937;
    border-radius: 999px;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    font-weight: 700;
    cursor: pointer;
}

.main-opinion-writers-controls button:disabled {
    opacity: .45;
    cursor: default;
}

.main-opinion-writers-counter {
    min-width: 52px;
    text-align: center;
    font-size: 12px;
    color: #64748b;
    font-weight: 700;
}

.main-opinion-writers-viewport {
    overflow: hidden;
    outline: none;
}

.main-opinion-writers-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    transition: transform .55s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.main-opinion-writer-slide {
    flex: 0 0 100%;
}

.main-opinion-writer-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 104px;
    gap: 12px;
    align-items: center;
    padding: 12px;
    background: #f8fafc;
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

.opinion-inline-writer-card {
    grid-template-columns: minmax(0, 1fr) 64px;
    gap: 12px;
    padding: 10px;
}

.opinion-inline-writer-card img {
    width: 64px;
    height: 64px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.main-opinion-writer-card.no-image {
    grid-template-columns: 1fr;
}

.main-opinion-writer-card.no-image img,
.opinion-inline-writer-card.no-image img {
    display: none;
}

.main-opinion-writer-card img {
    width: 104px;
    height: 104px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    border: 0;
    filter: grayscale(100%);
    display: block;
    align-self: center;
    justify-self: end;
}

.main-opinion-writer-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.main-opinion-writer-body strong {
    display: block;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.01em;
    overflow-wrap: anywhere;
    word-break: keep-all;
}

.writer-role-label {
    display: inline-block;
    margin-top: 4px;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    color: #0b4e94;
    letter-spacing: .02em;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.main-opinion-writer-body p {
    margin: 2px 0 0;
    color: #475569;
    line-height: 1.55;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.main-opinion-writer-body span {
    display: inline-block;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 700;
    color: #0b4e94;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.home-side-box {
    border: 0;
    border-radius: 18px;
    box-shadow: none;
    overflow: hidden;
}

.home-side-kicker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 12px;
}

.home-side-kicker span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
}

.weather-page {
    padding-bottom: 36px;
}

.weather-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 20px;
    padding: 28px;
    background:
        radial-gradient(520px 220px at 100% 0, rgba(59, 130, 246, 0.1), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.weather-eyebrow {
    margin: 0 0 8px;
    color: #0b4e94;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
}

.weather-hero h1 {
    margin: 0;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.14;
    letter-spacing: -0.03em;
}

.weather-intro {
    margin: 14px 0 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.8;
}

.weather-hero-status {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.weather-status-card,
.weather-hero-panel,
.weather-week-scene,
.weather-guide,
.weather-brief {
    border-radius: 0;
}

.weather-status-card {
    padding: 16px;
    border: 1px solid #dbe7f3;
    background: #ffffff;
}

.weather-status-card small,
.weather-status-card strong,
.weather-status-card span {
    display: block;
}

.weather-status-card small {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
}

.weather-status-card strong {
    margin-top: 7px;
    color: #0f172a;
    font-size: 26px;
    line-height: 1.15;
}

.weather-status-card span {
    margin-top: 6px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

.weather-hero-panel {
    height: 100%;
    padding: 20px;
    border: 1px solid #dbe7f3;
    background:
        radial-gradient(220px 120px at 100% 0, rgba(255, 209, 102, 0.18), transparent 58%),
        linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
}

.weather-hero-panel span,
.weather-hero-panel strong,
.weather-hero-panel p {
    display: block;
}

.weather-hero-panel span {
    color: #0b4e94;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
}

.weather-hero-panel strong {
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.weather-hero-panel p {
    margin: 10px 0 0;
    color: #475569;
    line-height: 1.7;
}

.weather-hero-metrics {
    display: grid;
    gap: 8px;
    margin-top: 18px;
}

.weather-hero-metrics span {
    display: block;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: rgba(255, 255, 255, 0.72);
    color: #334155;
    font-size: 13px;
    line-height: 1.5;
}

.weather-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
    gap: 18px;
    margin-top: 18px;
    align-items: start;
}

.weather-week-scene,
.weather-guide,
.weather-brief {
    padding: 22px;
}

.weather-side-stack {
    display: grid;
    gap: 18px;
}

.weather-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.weather-section-head h2 {
    margin: 0;
    font-size: 24px;
    letter-spacing: -0.02em;
}

.weather-section-head p {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}

.weather-subsection-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.weather-subsection-head h3 {
    margin: 0;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.weather-subsection-head p {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

.weather-subsection-note {
    color: #0b4e94;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    white-space: nowrap;
}

.weather-hourly-block {
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid #dbe7f3;
    background:
        radial-gradient(220px 120px at 100% 0, rgba(56, 189, 248, 0.08), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.weather-hourly-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(120px, 1fr);
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.weather-hourly-card {
    min-height: 142px;
    padding: 14px 12px;
    border: 1px solid #dbe7f3;
    background: #ffffff;
}

.weather-hourly-card.is-loading {
    display: grid;
    place-items: center;
    min-height: 120px;
    grid-column: 1 / -1;
}

.weather-hourly-card.is-now {
    border-color: #93c5fd;
    box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.18);
    background:
        radial-gradient(120px 80px at 100% 0, rgba(59, 130, 246, 0.1), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
}

.weather-hourly-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.weather-hourly-top span {
    color: #0f172a;
    font-size: 12px;
    font-weight: 800;
}

.weather-hourly-top em {
    font-size: 20px;
    font-style: normal;
}

.weather-hourly-card strong {
    display: block;
    margin-top: 14px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.1;
}

.weather-hourly-card p {
    margin: 8px 0 0;
    color: #334155;
    font-size: 13px;
    line-height: 1.5;
}

.weather-hourly-card small {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
}

.weather-week-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.weather-week-summary-card {
    padding: 14px 15px;
    border: 1px solid #dbe7f3;
    background: #ffffff;
}

.weather-week-summary-card.is-loading {
    grid-column: 1 / -1;
    text-align: center;
}

.weather-week-summary-card small,
.weather-week-summary-card strong,
.weather-week-summary-card span {
    display: block;
}

.weather-week-summary-card small {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
}

.weather-week-summary-card strong {
    margin-top: 8px;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.2;
}

.weather-week-summary-card span {
    margin-top: 6px;
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
}

.weather-scene-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 12px;
}

.weather-scene-card {
    min-height: 190px;
    padding: 16px 14px;
    border: 1px solid #dbe7f3;
    background:
        radial-gradient(160px 80px at 100% 0, rgba(59, 130, 246, 0.08), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.weather-scene-card.is-loading {
    display: grid;
    place-items: center;
    min-height: 180px;
    grid-column: 1 / -1;
}

.weather-scene-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.weather-scene-top span {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.weather-scene-top em {
    color: #0b4e94;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.weather-scene-icon {
    margin-top: 16px;
    font-size: 34px;
    line-height: 1;
}

.weather-scene-card strong {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.35;
}

.weather-scene-card p {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}

.weather-guide-list {
    margin: 0;
    padding-left: 18px;
    color: #334155;
}

.weather-guide-list li {
    margin-top: 10px;
    line-height: 1.75;
}

.weather-guide-list li:first-child {
    margin-top: 0;
}

.weather-fact-list {
    display: grid;
    gap: 12px;
}

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

.weather-now-grid div {
    display: grid;
    gap: 5px;
    padding: 14px;
    border: 1px solid #dbe7f3;
    background:
        radial-gradient(120px 70px at 100% 0, rgba(14, 165, 233, 0.08), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.weather-now-grid strong {
    color: #0f172a;
    font-size: 13px;
}

.weather-now-grid span {
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
}

.weather-fact-list div {
    display: grid;
    gap: 4px;
    padding-bottom: 12px;
    border-bottom: 1px solid #edf2f7;
}

.weather-fact-list div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.weather-fact-list strong {
    color: #0f172a;
    font-size: 13px;
}

.weather-fact-list span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}

.home-notice-panel {
    position: relative;
    margin-top: 0;
    padding: 18px;
    border: 0;
    background:
        radial-gradient(260px 120px at 100% 0, rgba(14, 165, 233, 0.1), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 18px;
    overflow: hidden;
}

.home-notice-panel::before {
    content: none;
}

.home-notice-topbar {
    display: grid;
    gap: 12px;
    margin-bottom: 12px;
    padding: 12px 14px;
    border: 0;
    background: rgba(255, 255, 255, 0.86);
}

.opinion-panel {
    padding: 18px;
    background:
        radial-gradient(280px 120px at 100% 0, rgba(14, 116, 144, 0.1), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.home-notice-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.home-notice-head h3 {
    margin: 0;
    font-size: 18px;
}

.home-notice-sub,
.opinion-panel-sub {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
}

.home-notice-head a {
    font-size: 12px;
    color: #0b4e94;
    font-weight: 700;
}

.home-notice-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-notice-admin-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0 9px;
    border: 1px solid #d6dde8;
    background: #fff;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
}

.home-notice-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-notice-list li {
    border-top: 0;
}

.home-notice-list li:first-child {
    border-top: 0;
}

.home-notice-list li a {
    display: block;
    padding: 10px 0;
}

.home-notice-item-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-notice-item-row > a:first-child {
    flex: 1;
    min-width: 0;
    position: relative;
    padding-left: 40px;
}

.home-notice-edit-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid #d6dde8;
    background: #fff;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
}

.home-notice-list li strong {
    display: block;
    font-size: 15px;
    line-height: 1.4;
    color: #0f172a;
}

.home-notice-list li span {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: #64748b;
}

.home-notice-badge {
    position: absolute;
    left: 0;
    top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #e9f2ff;
    color: #0b4e94;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .06em;
}

.home-notice-empty {
    padding: 8px 0;
    font-size: 13px;
    color: #64748b;
}

.home-pick-panel ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.home-pick-panel li {
    margin-bottom: 12px;
}

.home-pick-link {
    display: grid;
    grid-template-columns: 34px 96px 1fr;
    gap: 10px;
    align-items: start;
    padding: 10px 8px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-pick-link:hover {
    border-color: #bfd2ea;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.home-pick-link.no-thumb {
    grid-template-columns: 34px 1fr;
}

.home-pick-rank {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: #0b4e94;
    margin-top: 2px;
}

.home-pick-link img {
    width: 96px;
    height: 72px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e1e5eb;
}

.home-pick-body {
    display: block;
}

.home-pick-body strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4;
}

.home-pick-body small {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 4px;
    color: #5b6574;
    font-size: 12px;
    line-height: 1.45;
}

.home-pick-body .meta {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 12px;
}

.home-pick-cinematic {
    margin-top: 18px;
    padding: 16px;
    border: 1px solid #1f2937;
    background:
        radial-gradient(1000px 260px at 70% -10%, rgba(245, 158, 11, 0.26), transparent 68%),
        linear-gradient(165deg, #0b1220 0%, #111827 46%, #1f2937 100%);
    color: #f9fafb;
}

.home-pick-cinematic .cinematic-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 14px;
}

.home-pick-cinematic .cinematic-head h2 {
    margin: 0;
    color: #fff;
    letter-spacing: -0.02em;
}

.home-pick-cinematic .cinematic-head p {
    margin: 0;
    font-size: 12px;
    letter-spacing: .22em;
    color: rgba(255, 255, 255, 0.72);
}

.cinematic-head-link {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(15, 23, 42, 0.42);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 700;
}

.cinematic-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.cinematic-controls button {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(15, 23, 42, 0.8);
    color: #f9fafb;
    border-radius: 999px;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    cursor: pointer;
    font-weight: 700;
}

.cinematic-controls button:hover {
    border-color: rgba(245, 158, 11, 0.7);
}

.cinematic-controls button:disabled {
    opacity: 0.45;
    cursor: default;
}

.cinematic-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 700;
}

.cinematic-dots {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 7px;
}

.cinematic-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.36);
    cursor: pointer;
    transition: width .2s ease, background .2s ease;
}

.cinematic-dot.is-active {
    width: 26px;
    background: #f59e0b;
}

.cinematic-viewport {
    overflow: hidden;
    border-radius: 12px;
    outline: none;
}

.cinematic-pick-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
    display: flex;
    transition: transform .58s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.cinematic-pick-list li {
    margin: 0;
    position: relative;
    flex: 0 0 100%;
}

.cinematic-pick-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 7;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #121926;
    transition: box-shadow .25s ease, border-color .25s ease;
}

.cinematic-pick-card:hover {
    border-color: rgba(245, 158, 11, 0.7);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}

.cinematic-pick-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cinematic-pick-card .cinematic-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 8, 15, 0.15) 0%, rgba(5, 8, 15, 0.86) 74%),
        linear-gradient(90deg, rgba(5, 8, 15, 0.56) 0%, rgba(5, 8, 15, 0.08) 100%);
}

.cinematic-pick-card.no-thumb .cinematic-overlay {
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.98) 0%, rgba(17, 24, 39, 0.92) 100%);
}

.cinematic-pick-card .home-pick-rank {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: 34px;
    height: 34px;
    font-size: 14px;
    background: #f59e0b;
    color: #111827;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
}

.cinematic-pick-card .home-pick-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 18px 18px 16px;
    color: #f8fafc;
    max-width: 78%;
}

.cinematic-pick-card .home-pick-body .meta {
    margin: 0 0 6px;
    color: rgba(241, 245, 249, 0.88);
    font-size: 12px;
}

.cinematic-pick-card .home-pick-body strong {
    font-size: 30px;
    line-height: 1.25;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.cinematic-pick-card .home-pick-body small {
    margin-top: 6px;
    color: rgba(241, 245, 249, 0.9);
    font-size: 15px;
    line-height: 1.55;
    -webkit-line-clamp: 3;
}

.home-pick-cinematic.side-mounted {
    position: relative;
    margin-top: 0;
    padding: 18px;
    border: 1px solid #1f2937;
    border-top: 3px solid #f59e0b;
    background:
        radial-gradient(420px 160px at 100% 0, rgba(245, 158, 11, 0.22), transparent 64%),
        linear-gradient(165deg, #0b1220 0%, #111827 46%, #1f2937 100%);
    overflow: hidden;
}

.home-pick-cinematic.side-mounted .cinematic-head {
    align-items: flex-start;
    margin-bottom: 14px;
}

.home-pick-cinematic.side-mounted .cinematic-head-copy small {
    display: block;
    margin-top: 6px;
    color: rgba(241, 245, 249, 0.72);
    font-size: 12px;
    line-height: 1.6;
}

.home-pick-cinematic.side-mounted .cinematic-controls {
    margin-bottom: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(15, 23, 42, 0.42);
}

.cinematic-controls-note {
    margin-right: auto;
    color: rgba(241, 245, 249, 0.78);
    font-size: 12px;
    font-weight: 700;
}

.home-pick-cinematic.side-mounted .cinematic-pick-card {
    aspect-ratio: 4 / 3.6;
    border-color: rgba(255, 255, 255, 0.14);
}

.home-pick-cinematic.side-mounted .cinematic-pick-card .home-pick-body {
    max-width: none;
    padding: 16px 16px 14px;
}

.home-pick-cinematic.side-mounted .cinematic-pick-card .home-pick-body strong {
    font-size: 20px;
}

.home-pick-cinematic.side-mounted .cinematic-pick-card .home-pick-body small {
    font-size: 13px;
    color: rgba(241, 245, 249, 0.84);
    line-height: 1.5;
}

.home-pick-scene-tag {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    margin-bottom: 8px;
    background: rgba(15, 23, 42, 0.84);
    color: #f8fafc;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.home-pick-footer-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-top: 10px;
    color: rgba(241, 245, 249, 0.76);
    font-size: 12px;
}

.main-picks-page {
    width: min(1680px, calc(100% - clamp(24px, 4vw, 56px)));
}

.main-picks-hero {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.25fr);
    gap: 22px;
    padding: 24px;
    background:
        radial-gradient(880px 280px at 100% -10%, rgba(245, 158, 11, 0.2), transparent 65%),
        linear-gradient(160deg, #0b1220 0%, #111827 48%, #1f2937 100%);
    color: #f8fafc;
}

.main-picks-eyebrow {
    margin: 0 0 8px;
    color: rgba(248, 250, 252, 0.72);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
}

.main-picks-hero h1 {
    margin: 0;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.main-picks-intro {
    margin: 14px 0 0;
    max-width: 620px;
    color: rgba(241, 245, 249, 0.88);
    font-size: 16px;
    line-height: 1.75;
}

.main-picks-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.main-picks-actions .btn {
    border-radius: 0;
}

.main-picks-hero-card {
    position: relative;
    display: block;
    min-height: 460px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #121926;
}

.main-picks-hero-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-picks-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 8, 15, 0.06) 0%, rgba(5, 8, 15, 0.88) 78%),
        linear-gradient(90deg, rgba(5, 8, 15, 0.5) 0%, rgba(5, 8, 15, 0.05) 100%);
}

.main-picks-hero-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    padding: 22px;
}

.main-picks-hero-body small,
.main-picks-hero-body strong,
.main-picks-hero-body em {
    display: block;
    font-style: normal;
}

.main-picks-hero-body small {
    color: rgba(248, 250, 252, 0.82);
    font-size: 12px;
}

.main-picks-hero-body strong {
    margin-top: 8px;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.18;
}

.main-picks-hero-body em {
    margin-top: 10px;
    max-width: 760px;
    color: rgba(241, 245, 249, 0.9);
    font-size: 15px;
    line-height: 1.7;
}

.main-picks-grid-wrap {
    margin-top: 22px;
}

.main-picks-grid-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.main-picks-grid-head h2 {
    margin: 0;
    font-size: 28px;
}

.main-picks-grid-head p {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 13px;
}

.main-picks-grid-head span {
    color: #0b4e94;
    font-size: 13px;
    font-weight: 800;
}

.main-picks-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.main-picks-card {
    border: 1px solid #dbe7f3;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.main-picks-card.is-featured {
    grid-column: span 2;
}

.main-picks-card-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #dce7f4;
}

.main-picks-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-picks-card-rank {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    background: #0f172a;
    color: #f8fafc;
    font-size: 13px;
    font-weight: 900;
}

.main-picks-card-body {
    padding: 16px;
}

.main-picks-card-meta,
.main-picks-card-foot {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    color: #64748b;
    font-size: 12px;
}

.main-picks-card-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    background: #eef4fb;
    color: #0b4e94;
    font-weight: 800;
}

.main-picks-card h3 {
    margin: 10px 0 8px;
    font-size: 23px;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.main-picks-card p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
}

.main-picks-card-foot {
    margin-top: 12px;
}

.home-section-link-row,
.home-section-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.home-section-link-row {
    margin-bottom: 12px;
}

.home-section-link-label {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
}

.home-section-head-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-section-link {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid #d6dde8;
    background: rgba(255, 255, 255, 0.7);
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.media-section-link {
    margin-right: auto;
}

.major-news-roll-wrap {
    margin-top: 6px;
}

.major-news-topbar {
    display: grid;
    gap: 12px;
    margin-bottom: 14px;
    padding: 12px 14px;
    border: 1px solid #e2ebf4;
    background: rgba(255, 255, 255, 0.9);
}

.editor-major-news {
    position: relative;
    margin-top: 18px;
    padding: 20px 20px 10px;
    border: 1px solid #d6e2ef;
    border-top: 3px solid #0f172a;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    overflow: hidden;
}

.editor-major-news .section-title {
    margin: 0;
}

.editor-major-news-headcopy p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}

.major-news-roll-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.major-news-roll-note {
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.major-news-roll-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.major-news-roll-btn {
    min-width: 34px;
    height: 34px;
    border: 1px solid #d6dde8;
    background: rgba(255, 255, 255, 0.8);
    color: #334155;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.major-news-roll-btn:disabled {
    opacity: 0.45;
    cursor: default;
}

.major-news-roll-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 34px;
    background: #eef4fb;
    color: #0b4e94;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid #d8e4f0;
}

.major-news-roll-viewport {
    overflow: hidden;
    outline: none;
}

.major-news-roll-track {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    transition: transform .52s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.major-news-roll-page {
    flex: 0 0 100%;
}

.editor-major-news .major-news-split-media {
    min-height: 132px;
}

.editor-major-news .major-news-grid {
    gap: 14px;
}

.editor-major-news .major-news-layout-page {
    gap: 14px;
}

.editor-major-news .major-news-split-card {
    position: relative;
    border: 1px solid #e2ebf4;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.editor-major-news .major-news-split-card.is-lead {
    background: linear-gradient(180deg, #fffdfa 0%, #fff8ed 100%);
    border-color: #e7d8bd;
}

.editor-major-news .major-news-split-body h3 {
    margin: 6px 0 6px;
    font-size: 20px;
    line-height: 1.3;
}

.editor-major-news .major-news-split-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.58;
}

.major-news-frame-badge {
    position: absolute;
    left: 8px;
    bottom: 8px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    background: rgba(15, 23, 42, 0.86);
    color: #f8fafc;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.major-news-meta-top,
.major-news-meta-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.major-news-meta-top span {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    padding: 0 8px;
    background: var(--major-accent-soft);
    color: var(--major-accent);
    font-size: 11px;
    font-weight: 800;
    border: 1px solid var(--major-accent-line);
}

.major-news-meta-bottom {
    margin-top: 10px;
    color: #64748b;
    font-size: 12px;
    padding-top: 10px;
    border-top: 1px solid #edf2f7;
}

.major-news-split-card.is-feature-wide .major-news-meta-bottom,
.major-news-split-card.is-portrait-feature .major-news-meta-bottom {
    margin-top: 14px;
}

.section-page {
    width: min(1680px, calc(100% - clamp(24px, 4vw, 56px)));
    padding-bottom: 40px;
}

.section-page-listing {
    width: min(1440px, calc(100% - clamp(28px, 4vw, 64px)));
}

.section-page-hero {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.25fr);
    gap: 22px;
    padding: 24px;
    margin-top: 20px;
}

.section-page-hero-dark {
    background:
        radial-gradient(880px 280px at 100% -10%, rgba(245, 158, 11, 0.2), transparent 65%),
        linear-gradient(160deg, #0b1220 0%, #111827 48%, #1f2937 100%);
    color: #f8fafc;
}

.section-page-hero-light {
    background:
        radial-gradient(680px 220px at 100% -10%, rgba(14, 165, 233, 0.14), transparent 62%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.section-page-hero-neutral {
    background:
        radial-gradient(680px 220px at 100% -10%, rgba(148, 163, 184, 0.14), transparent 62%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.section-page-copy {
    align-self: center;
}

.section-page-kicker {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .22em;
    color: #0b4e94;
}

.section-page-hero-dark .section-page-kicker {
    color: rgba(248, 250, 252, 0.72);
}

.section-page-copy h1 {
    margin: 0;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.section-page-copy p {
    margin: 14px 0 0;
    max-width: 620px;
    font-size: 16px;
    line-height: 1.75;
    color: #475569;
}

.section-page-hero-dark .section-page-copy p {
    color: rgba(241, 245, 249, 0.88);
}

.section-page-hero-media {
    position: relative;
    display: block;
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: #121926;
}

.section-page-hero-media img,
.section-page-hero-media iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-page-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 8, 15, 0.08) 0%, rgba(5, 8, 15, 0.88) 78%),
        linear-gradient(90deg, rgba(5, 8, 15, 0.54) 0%, rgba(5, 8, 15, 0.04) 100%);
}

.section-page-hero-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    padding: 22px;
}

.section-page-hero-body small,
.section-page-hero-body strong,
.section-page-hero-body em {
    display: block;
    font-style: normal;
}

.section-page-hero-body small {
    color: rgba(248, 250, 252, 0.82);
    font-size: 12px;
}

.section-page-hero-body strong {
    margin-top: 8px;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.18;
    color: #fff;
}

.section-page-hero-body em {
    margin-top: 10px;
    max-width: 760px;
    color: rgba(241, 245, 249, 0.9);
    font-size: 15px;
    line-height: 1.7;
}

.section-page-hero-note {
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.72);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.section-page-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

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

.section-page-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.section-hub-page {
    padding-bottom: 56px;
}

.section-hub-page .section-page-hero {
    margin-top: 18px;
    overflow: hidden;
}

.section-hub-quicklinks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.section-hub-topnav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.section-hub-topnav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    min-width: var(--menu-link-width);
    padding: 0 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    color: #1f2937;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.01em;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.22);
}

.section-hub-topnav-link.is-active {
    background: #0f172a;
    color: #f8fafc;
    box-shadow: none;
}

.section-page-hero-dark .section-hub-topnav-link {
    background: rgba(248, 250, 252, 0.12);
    color: #f8fafc;
    box-shadow: inset 0 0 0 1px rgba(248, 250, 252, 0.14);
}

.section-page-hero-dark .section-hub-topnav-link.is-active {
    background: #f8fafc;
    color: #0f172a;
}

.section-hub-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    min-width: clamp(92px, 7.2vw, 118px);
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    color: #1f2937;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.2);
}

.section-page-hero-dark .section-hub-link {
    background: rgba(248, 250, 252, 0.14);
    color: #f8fafc;
    box-shadow: inset 0 0 0 1px rgba(248, 250, 252, 0.12);
}

.section-hub-link:hover {
    background: rgba(226, 232, 240, 0.92);
    color: #0f172a;
}

.section-page-hero-dark .section-hub-link:hover {
    background: rgba(248, 250, 252, 0.22);
    color: #fff;
}

.section-hub-hero-card {
    min-height: 460px;
    border-radius: 24px;
}

.section-hub-showcase-grid {
    margin-top: 18px;
    align-items: stretch;
}

.section-hub-card {
    border-radius: 18px;
    background: #ffffff;
    box-shadow: none;
    border: 0;
}

.section-hub-card .section-page-card-media {
    aspect-ratio: 4 / 3;
}

.section-hub-card.is-featured {
    background: #ffffff;
}

.section-hub-card.is-featured .section-page-card-body {
    padding-top: 18px;
}

.section-hub-latest-list {
    margin-top: 18px;
}

.section-hub-latest-list .major-page-row {
    border-radius: 18px;
    border: 0;
    background: #ffffff;
    box-shadow: none;
}

.section-hub-latest-list .major-page-row-media {
    overflow: hidden;
    border-radius: 16px;
}

.section-hub-monthly-feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, #0f4c81 0%, #0b4e94 45%, #1d4ed8 100%);
    color: #f8fafc;
}

.section-hub-monthly-copy {
    min-width: 0;
}

.section-hub-monthly-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #dbeafe;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.section-hub-monthly-copy strong {
    display: block;
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.2;
}

.section-hub-monthly-copy p {
    margin: 8px 0 0;
    font-size: 17px;
    line-height: 1.5;
    color: rgba(248, 250, 252, 0.94);
}

.section-hub-monthly-copy small {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(219, 234, 254, 0.88);
}

.section-hub-monthly-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    background: #ffffff;
    color: #0b4e94;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.section-hub-pagination {
    justify-content: center;
    margin: 26px 0 8px;
}

.section-page-card {
    overflow: hidden;
    background: #ffffff;
    border: 0;
    box-shadow: none;
}

.section-page-card-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #dce7f4;
}

.section-page-card-media.no-thumb {
    min-height: 220px;
    background:
        linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
}

.section-page-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-page-card-index,
.section-page-play-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    background: rgba(15, 23, 42, 0.9);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 900;
}

.section-page-play-badge {
    min-width: 52px;
    background: rgba(220, 38, 38, 0.92);
}

.section-page-card-body {
    padding: 16px;
}

.section-page-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.section-page-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    background: #eef4fb;
    color: #0b4e94;
    font-size: 11px;
    font-weight: 800;
}

.section-page-card h2,
.major-page-row h2,
.latest-page-row h2,
.photo-page-card h2 {
    margin: 10px 0 8px;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.section-page-card p,
.major-page-row p,
.latest-page-row p,
.photo-page-card p {
    margin: 0;
    color: #475569;
    line-height: 1.72;
}

.section-page-foot {
    margin-top: 12px;
    color: #64748b;
    font-size: 12px;
}

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

.major-page-list,
.latest-page-list {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.major-page-row,
.latest-page-row {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dbe7f3;
}

.major-page-row-media,
.latest-page-media {
    display: block;
    overflow: hidden;
    background: #dce7f4;
}

.major-page-row-media img,
.latest-page-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-page-row {
    grid-template-columns: 58px 220px minmax(0, 1fr);
    align-items: start;
}

.latest-page-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    background: #0f172a;
    color: #f8fafc;
    font-size: 16px;
    font-weight: 900;
}

.latest-page-status {
    display: grid;
    gap: 4px;
    align-self: center;
    justify-items: start;
}

.latest-page-status strong {
    font-size: 38px;
    line-height: 1;
    color: #0f172a;
}

.latest-page-status span {
    color: #64748b;
    font-size: 13px;
}

.video-page-hero-card {
    min-height: 500px;
}

.video-page-card .section-page-card-media {
    aspect-ratio: 16 / 10;
}

.video-lazy-shell {
    margin-top: 26px;
}

.video-lazy-placeholder-grid,
.video-channel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.video-lazy-placeholder-card,
.video-channel-block {
    min-height: 280px;
    border: 1px solid #dbe7f3;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.video-lazy-placeholder-card {
    display: grid;
    gap: 10px;
    padding: 18px;
}

.video-lazy-placeholder-line {
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(203, 213, 225, 0.65) 0%, rgba(226, 232, 240, 0.95) 50%, rgba(203, 213, 225, 0.65) 100%);
    background-size: 220% 100%;
    animation: videoLazyPulse 1.4s ease-in-out infinite;
}

.video-lazy-placeholder-line.is-title {
    width: 58%;
    height: 18px;
    margin-bottom: 10px;
}

.video-lazy-placeholder-line.is-short {
    width: 42%;
}

.video-channel-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.video-channel-section-head h2 {
    margin: 4px 0 0;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.video-channel-section-head p:last-child {
    max-width: 420px;
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
    text-align: right;
}

.video-channel-block {
    padding: 18px;
}

.video-channel-block-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.video-channel-block-head strong {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
}

.video-channel-block-head span {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.video-channel-list {
    display: grid;
    gap: 14px;
}

.video-channel-item {
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 12px;
    align-items: start;
}

.video-channel-item-media {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 16 / 10;
    background: #dbe7f3;
}

.video-channel-item-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-channel-play {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.88);
    color: #f8fafc;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.video-channel-item-body {
    min-width: 0;
}

.video-channel-item-body h3 {
    margin: 6px 0 8px;
    font-size: 17px;
    line-height: 1.4;
}

.video-channel-item-body p {
    margin: 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.6;
}

.video-channel-empty {
    padding: 22px;
    margin-top: 6px;
}

.video-channel-empty h2 {
    margin: 0 0 6px;
    font-size: 22px;
}

.video-channel-empty p {
    margin: 0;
    color: #64748b;
}

@keyframes videoLazyPulse {
    0% {
        background-position: 100% 0;
        opacity: 0.7;
    }
    50% {
        background-position: 0 0;
        opacity: 1;
    }
    100% {
        background-position: -100% 0;
        opacity: 0.7;
    }
}

.photo-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.photo-page-card {
    overflow: hidden;
    border: 1px solid #dbe7f3;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.photo-page-card.is-featured {
    grid-column: span 2;
}

.photo-page-media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dce7f4;
}

.photo-page-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-page-body {
    padding: 16px;
}

.spotlight-page-card.accent {
    background:
        radial-gradient(220px 100px at 100% 0, rgba(245, 158, 11, 0.15), transparent 64%),
        linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}

@media (max-width: 1280px) {
    .section-page-grid-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .section-hub-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .main-picks-hero {
        grid-template-columns: 1fr;
    }

    .main-picks-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main-picks-card.is-featured {
        grid-column: span 2;
    }

    .section-page-hero {
        grid-template-columns: 1fr;
    }

    .section-hub-hero-card {
        min-height: 380px;
    }

    .section-page-grid-3,
    .section-page-grid-4,
    .headline-page-grid,
    .photo-page-grid,
    .video-lazy-placeholder-grid,
    .video-channel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-hub-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .major-page-row,
    .latest-page-row {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .latest-page-index {
        display: none;
    }
}

@media (max-width: 768px) {
    .home-pick-cinematic.side-mounted .cinematic-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .cinematic-controls-note {
        margin-right: 0;
    }

    .home-pick-cinematic.side-mounted .cinematic-pick-card {
        aspect-ratio: 16 / 9.2;
    }

    .main-picks-page {
        width: min(100%, calc(100% - 24px));
    }

    .main-picks-hero {
        padding: 18px;
    }

    .main-picks-hero-card {
        min-height: 320px;
    }

    .main-picks-grid {
        grid-template-columns: 1fr;
    }

    .main-picks-card.is-featured {
        grid-column: span 1;
    }

    .home-section-head-actions,
    .home-section-title-row,
    .home-section-link-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .headline-topbar,
    .headline-topbar-side {
        flex-direction: column;
        align-items: flex-start;
    }

    .major-news-roll-controls {
        flex-direction: column;
        align-items: flex-start;
    }

    .editor-major-news {
        padding: 16px;
    }

    .section-page {
        width: min(100%, calc(100% - 24px));
    }

    .section-page-hero {
        padding: 18px;
    }

    .section-page-hero-media,
    .video-page-hero-card {
        min-height: 300px;
    }

    .section-hub-hero-card {
        min-height: 300px;
        border-radius: 18px;
    }

    .section-page-grid,
    .section-page-grid-3,
    .section-page-grid-4,
    .headline-page-grid,
    .photo-page-grid,
    .video-lazy-placeholder-grid,
    .video-channel-grid {
        grid-template-columns: 1fr;
    }

    .video-channel-section-head,
    .video-channel-block-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .video-channel-section-head p:last-child {
        text-align: left;
    }

    .video-channel-item {
        grid-template-columns: 1fr;
    }

    .section-hub-showcase-grid {
        grid-template-columns: 1fr;
    }

    .photo-page-card.is-featured {
        grid-column: span 1;
    }

    .major-page-row,
    .latest-page-row {
        grid-template-columns: 1fr;
    }

    .major-page-row-media,
    .latest-page-media {
        aspect-ratio: 16 / 10;
    }
}

.home-tip-panel {
    margin-top: 16px;
    padding: 22px;
    border-radius: 28px;
    background:
        radial-gradient(620px 220px at 90% -10%, rgba(14, 165, 233, 0.18), transparent 64%),
        radial-gradient(380px 180px at 0 0, rgba(37, 99, 235, 0.08), transparent 58%),
        linear-gradient(180deg, #f8fbff 0%, #f1f7ff 58%, #ffffff 100%);
    border: 1px solid #d6e4f2;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.home-tip-kicker {
    margin: 0 0 8px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .22em;
}

.home-tip-head h2 {
    margin: 0 0 6px;
    font-size: clamp(24px, 2.4vw, 32px);
    letter-spacing: -0.04em;
}

.home-tip-head p {
    margin: 0 0 8px;
    max-width: 760px;
    color: #3f4a5d;
    font-size: 15px;
    line-height: 1.75;
}

.home-tip-note {
    display: inline-flex;
    max-width: 720px;
    padding: 11px 14px;
    border: 1px solid rgba(191, 219, 254, 0.86);
    border-left: 4px solid #2563eb;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.84);
    color: #475569;
    font-size: 12px;
    line-height: 1.72;
    white-space: pre-line;
}

.home-tip-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, .88fr);
    gap: 18px;
    align-items: start;
}

.home-tip-form {
    padding: 18px;
    border-radius: 22px;
    border: 1px solid #d7e2ef;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(246, 250, 255, 0.96) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.home-tip-form label {
    color: #1f2937;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .01em;
}

.home-tip-form input,
.home-tip-form textarea {
    border-radius: 14px;
    border: 1px solid #c6d4e6;
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 13px;
    color: #0f172a;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.home-tip-form input:focus,
.home-tip-form textarea:focus {
    outline: none;
    border-color: #0ea5e9;
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
    background: rgba(255, 255, 255, 0.72);
}

.home-tip-form .actions {
    margin-top: 8px;
}

.home-tip-form .btn {
    border-radius: 999px;
    padding: 11px 18px;
}

.home-tip-form textarea {
    resize: vertical;
}

.home-tip-right {
    display: grid;
    gap: 12px;
}

.home-tip-status-card {
    padding: 16px;
    border-radius: 22px;
    border: 1px solid #d6e2f0;
    background:
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.12) 0%, rgba(59, 130, 246, 0) 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(241, 247, 255, 0.9) 100%);
}

.home-tip-status-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.25;
}

.home-tip-status-list {
    margin: 0;
    padding-left: 18px;
    color: #475569;
    font-size: 13px;
    line-height: 1.72;
}

.home-tip-shortcut {
    display: block;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid #d6e2f0;
    border-left: 4px solid #94a3b8;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(239, 246, 255, 0.4) 100%);
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.home-tip-shortcut:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.44) 0%, rgba(245, 249, 255, 0.24) 100%);
    border-left-color: #0b4e94;
}

.home-tip-shortcut strong {
    display: block;
    font-size: 17px;
    line-height: 1.3;
}

.home-tip-shortcut small {
    display: block;
    margin-top: 4px;
    color: #5b6574;
    font-size: 13px;
    line-height: 1.45;
}

.home-tip-map {
    overflow: hidden;
    border: 1px solid #d6e2f0;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.18);
    min-height: 220px;
}

.article-wrap {
    display: grid;
    grid-template-columns: 3fr 1.2fr;
    gap: 24px;
    margin: 24px 0 40px;
}

.article-body {
    background: var(--paper);
    border: 0;
    border-radius: 8px;
    padding: 26px;
}

.article-body h1 {
    margin-top: 0;
    font-size: 36px;
    letter-spacing: -0.03em;
    line-height: 1.35;
}

.article-subtitle {
    margin: 8px 0 10px;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.6;
    color: #3f4d5c;
}

.article-summary {
    margin: 4px 0 12px;
    font-size: 17px;
    line-height: 1.7;
    color: #52667a;
}

.article-body .meta {
    color: var(--muted);
    border-bottom: 0;
    padding-bottom: 12px;
}

.article-body .content {
    font-size: 18px;
    line-height: 1.9;
}

.article-body .content h2 {
    margin: 2.2em 0 0.7em;
    font-size: 30px;
    line-height: 1.35;
    letter-spacing: -0.03em;
}

.article-body .content a {
    color: #0b5bd3;
    text-decoration: underline;
    text-underline-offset: 3px;
    word-break: break-word;
}

.article-body .content blockquote {
    margin: 1.8em 0;
    padding: 18px 22px;
    border-left: 4px solid #1d4ed8;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    border-radius: 0 14px 14px 0;
    color: #1f2937;
}

.article-body .content blockquote p:last-child {
    margin-bottom: 0;
}

.article-body .content hr {
    border: 0;
    border-top: 1px solid #cbd5e1;
    margin: 2.2em 0;
}

.article-body .content ul,
.article-body .content ol {
    margin: 1.1em 0 1.3em;
    padding-left: 1.4em;
}

.article-body .content li + li {
    margin-top: 0.35em;
}

.article-body .content .article-video-embed {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 20px;
    aspect-ratio: 16 / 9;
    background: #000;
}

.article-body .content .article-video-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.print-footer {
    display: none;
}

.article-body .content .article-lead-media {
    position: relative;
    margin: 0 0 18px;
    overflow: hidden;
    border-radius: 0;
}

.article-body .content .article-lead-media img,
.article-body .content img {
    max-width: min(750px, 100%) !important;
    width: min(750px, 100%) !important;
    height: auto;
    display: block;
    margin: 16px auto;
    margin-left: auto !important;
    margin-right: auto !important;
}

.article-body .content figure {
    width: min(750px, 100%);
    max-width: min(750px, 100%);
    margin: 18px auto;
    text-align: center;
}

.article-body .content figure.article-inline-small-figure {
    width: min(400px, 100%);
    max-width: min(400px, 100%);
    margin: 14px 0 18px;
    text-align: left;
}

.article-body .content figure img {
    margin: 0 auto;
}

.article-body .content img.article-inline-small-media {
    width: auto !important;
    max-width: min(400px, 100%) !important;
    margin: 14px 0 8px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.article-body .content .article-lead-media img {
    margin: 0 auto;
}

.article-lead-overlay-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: 0;
    padding: 18px 18px 16px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.78) 58%, rgba(15, 23, 42, 0.92) 100%);
    color: #f8fafc;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
    letter-spacing: -0.02em;
}

.article-body .content figcaption {
    margin-top: 0;
    padding: 8px 12px;
    background: #f5f8fc;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.article-body .content figure.article-inline-small-figure figcaption {
    text-align: left;
}

.article-body .content .article-inline-caption {
    width: min(750px, 100%);
    max-width: min(750px, 100%);
    margin: -6px auto 18px;
    padding: 8px 12px;
    background: #f5f8fc;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.article-body .content img.article-inline-small-media + .article-inline-caption {
    width: min(400px, 100%);
    max-width: min(400px, 100%);
    margin: 0 0 18px;
    text-align: left;
}

.article-utility-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 16px;
    padding: 10px 0 14px;
    border-bottom: 1px solid #edf2f7;
}

.article-utility-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.article-utility-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.article-icon-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid #d8e4ef;
    border-radius: 999px;
    background: #ffffff;
    color: #486581;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.article-icon-btn:hover {
    background: #f5f9ff;
    border-color: #b8d2ec;
    color: #0b4e94;
    transform: translateY(-1px);
}

.article-icon-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #eff6ff;
    color: #0b4e94;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.article-icon-btn-label {
    white-space: nowrap;
}

.article-icon-btn-text {
    display: inline-flex;
    flex-direction: column;
    gap: 1px;
    line-height: 1.05;
}

.article-icon-btn-sub {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #9aa5b1;
}

.article-icon-btn-admin {
    background: #f8fbff;
}

.article-utility-share {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.article-share-btn {
    width: 38px;
    height: 38px;
    border: 1px solid #d8e4ef;
    border-radius: 50%;
    background: #ffffff;
    color: #486581;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, color .18s ease, background-color .18s ease;
}

.article-share-btn:hover {
    transform: translateY(-1px);
}

.article-share-btn.share-facebook:hover {
    border-color: #95b8e7;
    background: #f4f8ff;
    color: #1877f2;
}

.article-share-btn.share-x:hover {
    border-color: #b8c2cc;
    background: #f8fafc;
    color: #111827;
}

.article-share-btn.share-band:hover {
    border-color: #9ad6a7;
    background: #f3fff6;
    color: #21c531;
}

.article-share-btn.share-mail:hover {
    border-color: #f2c38b;
    background: #fff8f1;
    color: #c76a00;
}

.reporter-profile {
    margin-top: 22px;
    border-top: 0;
    padding-top: 16px;
    padding: 18px;
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 14px;
    align-items: start;
    border-radius: 12px;
    background: #f8fbff;
}

.reporter-profile.no-image {
    grid-template-columns: 1fr;
}

.reporter-profile img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 0;
    background: #f3f5f7;
}

.article-related-inline {
    margin-top: 24px;
}

.article-related-inline h2 {
    margin: 0 0 6px;
    font-size: 22px;
}

.article-related-inline ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.article-related-inline li {
    margin: 0 0 6px;
    padding: 0 0 6px;
    border-bottom: 1px solid #edf2f7;
}

.article-related-inline .related-news-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1.45;
}

.article-page .related-news-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.article-page .related-news-list li {
    margin: 0 0 2px;
    padding: 0 0 2px;
    border-bottom: 1px solid #edf2f7;
}

.article-page .article-aside .related-news-list li,
.article-page .article-aside .article-popular-list li {
    min-height: 76px;
}

.article-page .article-aside .related-news-list li.has-option-value,
.article-page .article-aside .article-popular-list li.has-option-value {
    padding: 10px;
    background: #f7fafc;
    border-bottom: 0;
}

.article-page .article-aside .related-news-link {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 12px;
    line-height: 1.45;
}

.article-page .article-aside .related-news-text,
.article-page .article-aside .popular-text {
    min-width: 0;
    flex: 1 1 auto;
}

.article-page .article-aside .related-news-icon {
    display: none;
}

.article-page .related-news-icon {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-top: 2px;
    background: #e2e8f0;
    color: #1f2937;
    font-size: 12px;
    font-weight: 800;
}

.article-page .related-news-title {
    display: block;
    font-weight: 700;
    color: #0f172a;
}

.article-page .article-aside .aside-thumb {
    width: 68px;
    height: 100%;
    min-height: 52px;
    flex: 0 0 68px;
    object-fit: cover;
    border-radius: 0;
    background: #eef2f7;
    border: 0;
}

.reporter-profile-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reporter-profile-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reporter-profile-head .label {
    font-size: 13px;
    color: #6b7280;
    font-weight: 700;
}

.reporter-profile-head strong {
    font-size: 18px;
    line-height: 1.2;
}

.reporter-profile-info p {
    margin: 0;
    color: #4b5563;
    line-height: 1.6;
}

.article-page .article-aside {
    display: grid;
    gap: 14px;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    height: fit-content;
}

.article-page .article-aside-box {
    background: var(--paper);
    border-radius: 8px;
    padding: 16px;
}

.article-page .article-aside h3 {
    margin: 4px 0 12px;
    padding-bottom: 10px;
    border-bottom: 0;
}

.article-page .article-aside li {
    margin-bottom: 10px;
    font-size: 15px;
}

.article-page .article-popular-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.article-page .article-popular-list li {
    margin: 0 0 10px;
    padding: 0;
}

.article-page .article-aside .popular-link {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 12px;
}

.article-page .article-aside .popular-title {
    display: block;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.45;
}

.opinion-writer-head {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 14px;
    align-items: start;
    margin-bottom: 14px;
    padding: 14px;
    background:
        radial-gradient(circle at top right, rgba(15, 23, 42, 0.08) 0, rgba(15, 23, 42, 0) 34%),
        linear-gradient(125deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0) 42%),
        repeating-linear-gradient(135deg, rgba(203, 213, 225, 0.18) 0 2px, rgba(255, 255, 255, 0) 2px 18px),
        repeating-linear-gradient(180deg, rgba(226, 232, 240, 0.5) 0 1px, rgba(255, 255, 255, 0) 1px 36px),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #edf2f7;
}

.opinion-writer-head.no-image {
    grid-template-columns: 1fr;
}

.opinion-writer-head img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
}

.opinion-writer-head h1 {
    margin: 2px 0 8px;
    font-size: 34px;
    line-height: 1.2;
}

.opinion-writer-head p {
    margin: 0 0 8px;
    color: #4b5563;
}

.opinion-writer-article-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.opinion-writer-article {
    display: grid;
    grid-template-columns: 188px 1fr;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eef2f7;
}

.opinion-writer-article.no-image {
    grid-template-columns: 1fr;
}

.opinion-writer-article-thumb {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e2e8f0;
}

.opinion-writer-article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.opinion-writer-article h2 {
    margin: 4px 0 6px;
    font-size: 22px;
    line-height: 1.35;
}

.opinion-writer-article p {
    margin: 0;
    color: #4b5563;
}

.opinion-writer-aside h3 {
    margin: 4px 0 12px;
}

.opinion-writer-aside h3 + .opinion-writer-aside-list,
.opinion-writer-aside h3 + .article-popular-list {
    margin-top: 0;
}

.opinion-writer-aside-list {
    margin: 0 0 14px;
    padding-left: 0;
    list-style: none;
}

.opinion-writer-aside-list li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #f1f5f9;
}

.opinion-writer-aside-popular {
    margin-top: 0;
}

.opinion-writer-aside-popular li {
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid #f1f5f9;
}

.pagination {
    display: flex;
    gap: 8px;
    margin: 20px 0 40px;
}

.pagination a,
.pagination span {
    border: 1px solid var(--line);
    background: var(--paper);
    min-width: 36px;
    text-align: center;
    padding: 6px 10px;
}

.pagination .current {
    background: var(--dark);
    border-color: var(--dark);
    color: #fff;
}

.site-footer {
    margin-top: 40px;
    padding: 30px 0 34px;
    border-top: 1px solid #d7d7d7;
    background: #fff;
    color: #222;
}

.site-footer .wrap {
    position: relative;
}

.footer-showroom-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #777;
}

.footer-showroom-text a {
    color: #555;
    padding: 0;
    border: 0;
    background: transparent;
}

.footer-showroom-text a:hover {
    color: #111;
}

.footer-sitemap {
    margin-bottom: 18px;
    padding: 22px 24px 24px;
    border: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, #fbfbf8 0%, #ffffff 100%);
    box-shadow: none;
}

.footer-sitemap-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.footer-sitemap-intro {
    max-width: 620px;
}

.footer-sitemap-kicker,
.footer-sitemap-eyebrow {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8b7355;
}

.footer-sitemap h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    color: #111;
    letter-spacing: 0.03em;
}

.footer-sitemap-description {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.7;
    color: #666;
}

.footer-sitemap-shortcuts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.footer-sitemap-shortcuts a,
.footer-sitemap-featured-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    min-width: var(--menu-link-width);
    padding: 0 12px;
    border-radius: 999px;
    background: #f1ede4;
    color: #3f3528;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.footer-sitemap-shortcuts a:hover,
.footer-sitemap-featured-links a:hover {
    background: #e8dfd0;
    color: #1f160c;
}

.footer-sitemap-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.footer-sitemap-col {
    padding: 16px;
    border-radius: 18px;
    border: 1px solid #ebe6db;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.03);
}

.footer-sitemap-accordion {
    overflow: hidden;
}

.footer-sitemap-col-featured {
    background: linear-gradient(180deg, #f7f2e8 0%, #fffdfa 100%);
    border-color: #e6dccb;
}

.footer-sitemap-card-top,
.footer-sitemap-sub-row,
.footer-sitemap-third-wrap {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.footer-sitemap-card-top {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
    gap: 12px;
    width: 100%;
    list-style: none;
    cursor: pointer;
}

.footer-sitemap-card-top::-webkit-details-marker {
    display: none;
}

.footer-sitemap-card-top-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.footer-sitemap-main-title {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #171717;
}

.footer-sitemap-main {
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    color: #171717;
    letter-spacing: -0.03em;
}

.footer-sitemap-main-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    min-width: var(--menu-link-width);
    margin-bottom: 12px;
    color: #4b3a21;
    font-size: 13px;
    font-weight: 800;
}

.footer-sitemap-accordion-body {
    display: grid;
    gap: 0;
}

.footer-sitemap-actions {
    margin-top: 14px;
}

.footer-sitemap-section-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    min-width: var(--submenu-link-width);
    padding: 0 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, #10203c 0%, #1e3a5f 100%);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.01em;
    box-shadow: 0 10px 24px rgba(16, 32, 60, 0.16);
}

.footer-sitemap-section-btn:hover {
    background: linear-gradient(135deg, #0d1a31 0%, #19304e 100%);
    color: #fff;
}

.footer-sitemap-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f5f0e7;
    color: #6a5334;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.footer-sitemap-toggle {
    position: relative;
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #f5f0e7;
}

.footer-sitemap-toggle::before,
.footer-sitemap-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 2px;
    border-radius: 999px;
    background: #6a5334;
    transform: translate(-50%, -50%);
    transition: transform .18s ease, opacity .18s ease;
}

.footer-sitemap-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.footer-sitemap-accordion[open] .footer-sitemap-toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0.2);
}

.footer-sitemap-featured-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.footer-sitemap-sub {
    display: grid;
    gap: 10px;
}

.footer-sitemap-subgroup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    padding-top: 10px;
    border-top: 1px solid #f0ece4;
}

.footer-sitemap-subgroup:first-child {
    padding-top: 0;
    border-top: 0;
}

.footer-sitemap-sub-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: var(--menu-link-width);
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f7f5f0;
    font-size: 14px;
    font-weight: 800;
    color: #303030;
}

.footer-sitemap-third-wrap {
    margin-left: 0;
}

.footer-sitemap-third {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 7px;
}

.footer-sitemap-third a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: var(--section-tab-width);
    min-height: 30px;
    font-size: 12px;
    color: #6d6d6d;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f7f5f0;
}

.footer-sitemap-sub-link:hover,
.footer-sitemap-third a:hover,
.footer-sitemap-main:hover {
    color: #111;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
}

.footer-links-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.footer-links a {
    color: #444;
    padding: 6px 10px;
    border-radius: 999px;
    border: 0;
    background: #fff;
}

.footer-links a:hover {
    color: #111;
    background: #fff;
}

.footer-meta {
    border-top: 0;
    padding-top: 12px;
}

.footer-netcity-link {
    display: inline-flex;
    margin-left: 8px;
    vertical-align: middle;
}

.footer-netcity-link a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid #d6dde8;
    color: #111827;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    background: #fff;
}

.footer-netcity-link a:hover {
    background: #f8fafc;
}

.site-footer p {
    margin: 0 0 6px;
    font-size: 13px;
    line-height: 1.55;
}

.site-footer .muted {
    color: #777;
}

.footer-counter {
    margin: 0;
    flex: 0 0 auto;
    text-align: right;
    white-space: nowrap;
    font-size: 12px;
}

.footer-copy {
    margin-top: 2px;
    font-weight: 700;
}

.footer-inquiry {
    margin-bottom: 0;
}

.footer-top-btn {
    position: fixed;
    right: 18px;
    bottom: 20px;
    z-index: 1200;
    border: 0;
    background: #1f1f1f;
    color: #fff;
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 700;
    cursor: pointer;
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, background-color .2s ease;
}

.footer-top-btn.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.footer-top-btn:hover {
    background: #000;
}

@media (max-width: 768px) {
    .footer-top-btn {
        right: 12px;
        bottom: 14px;
        padding: 9px 12px;
    }

}

.empty {
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 32px;
}

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

.form-grid .full {
    grid-column: 1 / -1;
}

.form-grid label {
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
}

.form-grid input,
.form-grid textarea,
.form-grid select {
    width: 100%;
    border: 1px solid var(--line);
    padding: 10px;
    border-radius: 4px;
    font: inherit;
}

.actions {
    display: flex;
    gap: 8px;
}

.btn {
    border: 0;
    border-radius: 4px;
    padding: 9px 14px;
    font-weight: 700;
    cursor: pointer;
}

.btn-primary {
    background: var(--dark);
    color: #fff;
}

.btn-secondary {
    background: #e5e7eb;
    color: #111827;
}

.board-wrap {
    display: grid;
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.login-page {
    margin-top: 28px;
    margin-bottom: 40px;
}

.login-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 22px;
    align-items: stretch;
    padding: 28px;
    border: 1px solid #dbe6f1;
    background:
        radial-gradient(circle at 10% 18%, rgba(37, 99, 235, 0.16) 0%, rgba(37, 99, 235, 0) 26%),
        radial-gradient(circle at 88% 20%, rgba(14, 165, 233, 0.18) 0%, rgba(14, 165, 233, 0) 30%),
        linear-gradient(135deg, #ffffff 0%, #f5f9ff 54%, #eef6ff 100%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.login-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.login-kicker {
    margin: 0 0 8px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .22em;
}

.login-hero h1 {
    margin: 0 0 10px;
    font-size: clamp(32px, 3vw, 44px);
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.login-hero p {
    margin: 0;
    max-width: 720px;
    color: #475569;
}

.login-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.login-hero-points span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
}

.login-hero-panel {
    display: grid;
    gap: 12px;
    padding: 20px 20px 18px;
    border-radius: 18px;
    background: linear-gradient(160deg, #0f2748 0%, #143d6d 100%);
    color: #eef6ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.login-hero-panel-kicker {
    margin: 0;
    color: rgba(191, 219, 254, 0.88);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.login-hero-panel strong {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.03em;
}

.login-hero-list {
    margin: 0;
    padding-left: 18px;
    color: rgba(226, 232, 240, 0.92);
    font-size: 14px;
    line-height: 1.75;
}

.login-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.login-summary-card {
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    border: 1px solid #dbe6f1;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.login-summary-kicker {
    margin: 0;
    color: #2563eb;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.login-summary-card strong {
    font-size: 18px;
    line-height: 1.35;
    color: #0f172a;
}

.login-summary-card span {
    color: #475569;
    font-size: 13px;
    line-height: 1.7;
}

.login-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.login-card {
    position: relative;
    padding: 26px;
    border: 1px solid #dbe6f1;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 252, 0.96) 100%);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.07);
}

.login-card-member::before,
.login-card-press::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    border-radius: 14px 14px 0 0;
}

.login-card-member::before {
    background: linear-gradient(90deg, #2563eb 0%, #0ea5e9 100%);
}

.login-card-press::before {
    background: linear-gradient(90deg, #0f2748 0%, #274c77 100%);
}

.login-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.login-card-badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef4ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.login-card-kicker {
    margin: 0 0 8px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .22em;
}

.login-card h2 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.login-card-copy {
    margin: 0 0 16px;
    color: #475569;
    font-size: 14px;
    line-height: 1.72;
}

.login-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
}

.login-card-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
}

.login-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.login-card-divider {
    position: relative;
    margin: 16px 0 14px;
    text-align: center;
}

.login-card-divider::before {
    content: "";
    position: absolute;
    inset: 50% 0 auto;
    border-top: 1px solid #dbe3ed;
}

.login-card-divider span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    background: #f9fbfd;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.login-helper-link {
    margin: 12px 0 0;
    color: #475569;
    font-size: 13px;
}

.login-helper-link a {
    color: #0b4e94;
    font-weight: 700;
}

.login-google-btn {
    min-height: 48px;
    width: 100%;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1d4ed8 0%, #0f172a 100%);
}

.login-form {
    gap: 14px;
}

.login-form label {
    color: #0f172a;
    font-weight: 700;
}

.login-form input {
    min-height: 48px;
    border: 1px solid #ced8e5;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.login-form input:focus {
    outline: none;
    border-color: #60a5fa;
    box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.16);
}

.login-submit-btn {
    min-height: 48px;
    padding-left: 18px;
    padding-right: 18px;
}

.login-press-note {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fafc 0%, #edf2f7 100%);
    color: #334155;
}

.login-press-note strong {
    display: block;
    margin-bottom: 4px;
    color: #0f172a;
    font-size: 13px;
}

.login-press-note p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
}

.login-grid-single {
    grid-template-columns: minmax(0, 720px);
    justify-content: center;
}

.board-side {
    padding: 14px;
    height: fit-content;
}

.board-side h2 {
    margin: 0 0 10px;
    font-size: 20px;
}

.board-menu-item {
    display: block;
    padding: 11px 10px;
    border-bottom: 0;
    font-weight: 700;
    transition: background-color .2s ease, color .2s ease;
}

.board-menu-item:hover {
    background: #eef5ff;
    color: #0b4e94;
}

.board-menu-item.active {
    color: #ffffff;
    background: linear-gradient(135deg, #0b4e94 0%, #1d6bc2 100%);
    border-bottom-color: transparent;
}

.board-main {
    padding: 18px;
    background: #ffffff;
    border: 0;
    min-width: 0;
    overflow-x: auto;
}

.board-table {
    width: 100%;
    min-width: 700px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
}

.board-table thead th {
    background: linear-gradient(180deg, #1557a3 0%, #0b4e94 100%);
    color: #f8fbff;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 13px;
    letter-spacing: .01em;
    text-align: center;
}

.board-table thead th:last-child {
    border-right: 0;
}

.board-table tbody tr {
    transition: background-color .2s ease;
}

.board-table tbody tr:nth-child(even) {
    background: #f8fbff;
}

.board-table tbody tr:hover {
    background: #eef5ff;
}

.board-table td {
    border-bottom: 0;
}

.board-table tbody tr:last-child td {
    border-bottom: 0;
}

.board-table th:nth-child(1),
.board-table td:nth-child(1) {
    width: 72px;
    white-space: nowrap;
    text-align: center;
}

.board-table th:nth-child(3),
.board-table td:nth-child(3) {
    width: 110px;
    white-space: nowrap;
    text-align: center;
}

.board-table th:nth-child(4),
.board-table td:nth-child(4) {
    width: 86px;
    white-space: nowrap;
    text-align: center;
}

.board-table th:nth-child(5),
.board-table td:nth-child(5) {
    width: 90px;
    white-space: nowrap;
    text-align: center;
}

.board-table td:nth-child(2) a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0f172a;
    font-weight: 700;
}

.board-table td:nth-child(2) a:hover {
    color: #0b4e94;
}

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

.board-head h1 {
    margin: 0;
    font-size: 28px;
}

.board-search {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.board-search input {
    flex: 1;
    border: 1px solid #c8d6e8;
    padding: 10px 11px;
    background: #ffffff;
}

.board-search button {
    border: 0;
    background: #0b4e94;
    color: #fff;
    padding: 0 14px;
    font-weight: 700;
    cursor: pointer;
}

.board-main .pagination {
    margin: 16px 0 4px;
}

.board-main .pagination a,
.board-main .pagination span {
    border: 1px solid #c9d6e7;
    border-radius: 7px;
    background: #fff;
    color: #1f2937;
    font-weight: 700;
}

.board-main .pagination a:hover {
    border-color: #0b4e94;
    color: #0b4e94;
}

.board-main .pagination .current {
    background: #0b4e94;
    border-color: #0b4e94;
    color: #fff;
}

.board-content {
    border-top: 1px solid var(--line);
    padding-top: 14px;
    white-space: pre-wrap;
}

.board-view-page .board-side {
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    padding: 12px;
}

.board-view-page .board-menu-item {
    border: 0;
    border-radius: 8px;
    margin-bottom: 6px;
}

.board-view-page .board-menu-item:last-child {
    margin-bottom: 0;
}

.board-view-main {
    border: 0;
    border-radius: 12px;
    background:
        radial-gradient(680px 220px at 96% -20%, rgba(29, 107, 194, 0.08), transparent 62%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 18px;
}

.board-view-main .board-head {
    margin-bottom: 10px;
}

.board-view-main .board-head .btn {
    border-radius: 999px;
}

.board-view-meta {
    margin: 0 0 12px;
    padding: 8px 10px;
    border-radius: 8px;
    background: #eef5ff;
    color: #35506f;
    font-size: 13px;
}

.board-view-main .board-content {
    margin-top: 0;
    border-top: 0;
    padding: 14px 12px;
    border-radius: 10px;
    background: #ffffff;
    line-height: 1.85;
    box-shadow: none;
}

.board-view-files {
    margin-top: 14px;
    padding: 12px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px #e3ebf5;
}

.board-view-files h3 {
    margin: 0 0 8px;
    font-size: 17px;
}

.board-view-file-list {
    margin: 0;
    padding-left: 16px;
}

.board-view-file-list li {
    margin: 0 0 6px;
}

.board-view-file-list li:last-child {
    margin-bottom: 0;
}

.board-view-file-list a {
    color: #0b4e94;
    font-weight: 700;
}

.tip-page .board-side,
.tip-page .board-main,
.tip-page .board-menu-item {
    border: 0 !important;
    border-radius: 8px;
}

.tip-page .board-menu-item {
    margin-bottom: 6px;
    background: #f8fafc;
}

.tip-page .board-menu-item.active {
    color: #ffffff;
    background: linear-gradient(135deg, #0b4e94 0%, #1d6bc2 100%);
}

.tip-page .form-grid input,
.tip-page .form-grid textarea,
.tip-page .form-grid select {
    border: 0 !important;
    border-radius: 8px;
    background: #f8fafc;
}

.tip-page .btn {
    border: 0 !important;
    border-radius: 8px;
}

.footer-menu-page .panel,
.footer-menu-page .board-side,
.footer-menu-page .board-main,
.footer-menu-page .board-menu-item,
.footer-menu-page .table,
.footer-menu-page .table th,
.footer-menu-page .table td,
.footer-menu-page .pagination a,
.footer-menu-page .pagination span,
.footer-menu-page .board-search input {
    border: 0 !important;
    border-radius: 8px;
}

.footer-menu-page .table th,
.footer-menu-page .table td {
    background: transparent;
}

.footer-menu-page .board-menu-item {
    margin-bottom: 6px;
    background: #f8fafc;
}

.footer-menu-page .board-menu-item.active,
.board-view-page .board-menu-item.active {
    color: #ffffff;
    background: linear-gradient(135deg, #0b4e94 0%, #1d6bc2 100%);
}

.footer-menu-page.board-wrap .board-main,
.footer-menu-page .board-main {
    border: 0 !important;
    border-radius: 10px;
}

.footer-menu-page.board-wrap .board-table,
.footer-menu-page .board-table {
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
}

.footer-menu-page.board-wrap .board-table th,
.footer-menu-page .board-table th {
    background: linear-gradient(180deg, #1557a3 0%, #0b4e94 100%) !important;
    color: #f8fbff !important;
    border: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.footer-menu-page.board-wrap .board-table th:last-child,
.footer-menu-page .board-table th:last-child {
    border-right: 0 !important;
}

.footer-menu-page.board-wrap .board-table td,
.footer-menu-page .board-table td {
    border: 0 !important;
    border-bottom: 0 !important;
}

.footer-menu-page.board-wrap .board-table tbody tr:last-child td,
.footer-menu-page .board-table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 250px);
    gap: 20px;
    align-items: start;
}

.main-grid > *,
.media-grid > *,
.board-wrap > *,
.about-layout > *,
.section-list-item > *,
.section-side-item > * {
    min-width: 0;
}

.about-content {
    order: 1;
    padding: 22px;
    border: 0 !important;
    border-radius: 24px;
    background:
        radial-gradient(720px 260px at 100% -10%, rgba(0, 114, 255, 0.12), transparent 62%),
        radial-gradient(520px 240px at 0% 100%, rgba(255, 189, 89, 0.12), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.08);
}

.about-menu {
    order: 2;
    padding: 16px;
    position: sticky;
    top: 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.about-menu-head span {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e6f0ff;
    color: #0b4e94;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.about-menu h2 {
    margin: 10px 0 6px;
    font-size: 20px;
}

.about-menu-head p,
.about-menu-foot p {
    margin: 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.6;
}

.about-menu .board-menu-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    padding: 12px 13px;
    background: rgba(248, 250, 252, 0.95);
    font-weight: 700;
    color: #0f172a;
    border-radius: 14px;
    border: 1px solid #dbe7f4;
}

.about-menu .board-menu-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #ffffff;
    color: #0b4e94;
    font-size: 12px;
    font-weight: 800;
}

.about-menu .board-menu-item strong {
    font-size: 14px;
    line-height: 1.4;
}

.about-menu .board-menu-item.active {
    background: linear-gradient(135deg, #0b4e94 0%, #1d6bc2 100%) !important;
    color: #ffffff !important;
    border-color: transparent;
    box-shadow: 0 18px 36px rgba(11, 78, 148, 0.28);
}

.about-menu .board-menu-item.active span {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.about-menu-foot {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #dbe7f4;
}

.about-hero {
    position: relative;
    margin-bottom: 22px;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 16 / 7;
    background: #0f172a;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.about-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 6, 23, 0.02) 0%, rgba(2, 6, 23, 0.16) 52%, rgba(2, 6, 23, 0.34) 100%),
        linear-gradient(115deg, rgba(0, 32, 63, 0.12) 0%, rgba(0, 0, 0, 0.01) 38%, rgba(255, 138, 0, 0.05) 100%);
}

.about-hero-topline {
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.about-hero-kicker,
.about-hero-step {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(15, 23, 42, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
}

.about-hero-body {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    padding: 20px 22px 18px;
    color: #f8fafc;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.34) 0%, rgba(15, 23, 42, 0.1) 100%);
    backdrop-filter: blur(2px);
    box-shadow: 0 22px 46px rgba(2, 6, 23, 0.28);
}

.about-hero-body strong {
    display: block;
    font-size: 34px;
    line-height: 1.18;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(15, 23, 42, 0.38);
    max-width: 12ch;
}

.about-hero-body p {
    margin: 10px 0 0;
    max-width: 62ch;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.65;
}

.about-hero-signal-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.about-hero-signal {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 11px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.about-hero-signal em {
    font-style: normal;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #ffffff;
}

.about-hero-signal b {
    font-size: 15px;
    color: #ffffff;
}

.about-story-band {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 16px;
    margin-bottom: 18px;
}

.about-section-label {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #e9f2ff;
    color: #0b4e94;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.about-content h2 {
    margin-top: 0;
    font-size: 34px;
    line-height: 1.15;
}

.about-content p {
    color: #334155;
    line-height: 1.78;
}

.about-copy-block {
    margin-bottom: 0;
}

.about-intro {
    margin-top: 12px;
    font-size: 19px;
    font-weight: 600;
    color: #0f172a;
}

.about-story-lead {
    margin-top: 10px;
    font-size: 15px;
    color: #475569;
}

.about-summary-panel {
    padding: 18px;
    border: 1px solid #d8e5f3;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.about-progress-meta {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
}

.about-progress-meta span {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.about-progress-meta strong {
    color: #0f172a;
    font-size: 28px;
}

.about-progress-bar {
    height: 10px;
    margin-top: 12px;
    border-radius: 999px;
    background: #dce8f5;
    overflow: hidden;
}

.about-progress-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0b4e94 0%, #38bdf8 100%);
}

.about-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.about-summary-card {
    padding: 12px;
    border-radius: 16px;
    background: #f8fbff;
    border: 1px solid #dbe7f4;
}

.about-summary-card span {
    display: block;
    font-size: 12px;
    color: #64748b;
    font-weight: 700;
}

.about-summary-card strong {
    display: block;
    margin-top: 4px;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.45;
}

.about-stat-grid,
.about-info-grid,
.about-org-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.about-stat-card,
.about-info-card,
.about-org-card,
.about-detail-card,
.about-map-card {
    padding: 18px;
    border: 1px solid #dbe7f4;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.04);
}

.about-stat-card span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
}

.about-stat-card strong {
    display: block;
    margin-top: 6px;
    font-size: 28px;
    line-height: 1.3;
    color: #0f172a;
}

.about-stat-card p,
.about-info-card p,
.about-org-card p {
    margin: 8px 0 0;
}

.about-detail-stack {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.about-feature-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.about-feature-card {
    position: relative;
    padding: 18px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #d8e5f3;
    background:
        radial-gradient(120px 90px at 100% 0%, rgba(56, 189, 248, 0.14), transparent 70%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.about-feature-card span {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #0b4e94;
}

.about-feature-card p {
    margin: 10px 0 0;
    color: #0f172a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
}

.about-detail-card h3,
.about-info-card h3,
.about-org-card h3 {
    margin: 0 0 8px;
    font-size: 19px;
    color: #0f172a;
}

.about-timeline {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.about-timeline-item {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid #e2e8f0;
}

.about-timeline-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.about-timeline-period {
    font-size: 13px;
    font-weight: 800;
    color: #0b4e94;
}

.about-timeline-body h3 {
    margin: 0 0 6px;
    font-size: 20px;
}

.about-timeline-body p {
    margin: 0;
}

.about-fact-table {
    margin-top: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.about-fact-row {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 16px;
    padding: 14px 16px;
    border-top: 1px solid #e2e8f0;
}

.about-fact-row:first-child {
    border-top: 0;
}

.about-fact-row strong {
    color: #0f172a;
}

.about-fact-row span {
    color: #334155;
}

.about-map-card {
    margin-top: 18px;
    padding: 0;
    overflow: hidden;
}

.about-map-actions {
    display: flex;
    justify-content: flex-end;
    padding: 14px 16px 0;
}

.about-map-actions a {
    font-size: 13px;
    font-weight: 700;
    color: #0b4e94;
}

.about-next-panel {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-end;
    margin-top: 20px;
    padding: 22px 24px;
    border-radius: 22px;
    background:
        radial-gradient(220px 140px at 100% 0%, rgba(255, 205, 112, 0.2), transparent 70%),
        linear-gradient(135deg, #082f49 0%, #0b4e94 52%, #1d6bc2 100%);
    color: #eff6ff;
}

.about-next-kicker {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #bfdbfe;
}

.about-next-panel h3 {
    margin: 8px 0 8px;
    font-size: 28px;
    line-height: 1.2;
}

.about-next-panel p {
    margin: 0;
    max-width: 56ch;
    color: rgba(239, 246, 255, 0.92);
}

.about-next-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.about-next-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.article-body table,
.section-list-body table,
.board-main table:not(.board-table) {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table th,
.table td {
    border-bottom: 1px solid var(--line);
    padding: 10px 8px;
    text-align: left;
    vertical-align: top;
}

.table th {
    background: #f8fafc;
    font-weight: 700;
}

.comments-section {
    margin-top: 24px;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
}

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

.comments-head h2 {
    margin: 0;
}

.comments-count {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.comment-form {
    border: 0;
    background: transparent;
    padding: 0;
    margin-bottom: 14px;
}

.comment-auth-box {
    margin-bottom: 14px;
    padding: 0;
    border: 0;
    background: transparent;
}

.comment-auth-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment-auth-user img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-form-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.comment-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 14px;
}

.comment-item {
    border: 0;
    background: transparent;
    padding: 0 0 8px;
    border-bottom: 0;
}

.comment-replies {
    margin: 0 0 0 12px;
    padding-left: 10px;
    border-left: 2px solid #e8edf3;
}

.comment-item.reply {
    padding-top: 0;
}

.comment-reply-form {
    margin-top: 8px;
}

.comment-edit-form {
    margin-top: 8px;
}

.comment-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.comment-head .comment-content {
    flex: 1 1 320px;
    min-width: 0;
}

.comment-editor-toolbar-btn {
    margin-left: 4px;
}

.comment-actions {
    flex: 0 0 auto;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment-reply-toggle {
    padding: 0;
    border: 0;
    background: transparent;
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.comment-edit-toggle {
    padding: 0;
    border: 0;
    background: transparent;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.comment-delete-form {
    margin: 0;
}

.comment-delete-btn {
    padding: 0;
    border: 0;
    background: transparent;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.comment-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    color: #374151;
    white-space: nowrap;
}

.comment-content {
    font-size: 14px;
    line-height: 1.65;
    color: #111827;
}

.comment-content p {
    margin: 0 0 8px;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-content img {
    display: block;
    width: 148px;
    max-width: min(148px, 100%);
    height: 104px;
    object-fit: cover;
    object-position: center;
    margin: 8px 0;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
}

.comment-content iframe {
    display: block;
    width: min(220px, 100%);
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    margin: 8px 0;
    background: #000;
}

@media print {
    .topbar,
    .masthead,
    .gnb,
    .article-aside,
    .comments-section,
    .site-footer,
    .article-utility-bar,
    .article-body .meta,
    .article-related-inline,
    .related-news-list,
    .article-popular-list,
    .reporter-profile,
    .footer-top-btn {
        display: none !important;
    }

    body {
        background: #fff;
        color: #000;
    }

    .wrap {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .article-wrap {
        display: block;
        margin: 0;
    }

    .article-body {
        border: 0;
        padding: 0;
        background: #fff;
    }

    .article-body h1 {
        margin: 0 0 14px;
        font-size: 28px;
        line-height: 1.35;
    }

    .article-summary {
        margin: 0 0 14px;
        color: #000;
    }

    .article-body .content {
        font-size: 15px;
        line-height: 1.8;
        color: #000;
    }

    .article-body .content img,
    .article-image-gallery img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .article-image-gallery {
        margin: 0 0 18px;
    }

    .article-gallery-strip {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .article-gallery-thumb {
        width: 88px;
    }

    .article-gallery-feature figcaption,
    .article-body .content figcaption,
    .article-body .content .article-inline-caption {
        color: #444;
        background: transparent;
        border-top: 0;
        padding: 6px 0 0;
    }

    .print-footer {
        display: block !important;
        margin-top: 28px;
        padding-top: 12px;
        border-top: 1px solid #ccc;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }

    a,
    a:visited {
        color: #000;
        text-decoration: none;
    }
}

.home-issue-strip {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.home-issue-card {
    display: flex;
    gap: 12px;
    min-width: 0;
    padding: 16px 18px;
    background: #ffffff;
    color: inherit;
}

.home-issue-card.is-empty {
    background: #f8fafc;
}

.home-issue-card.has-thumb {
    align-items: flex-start;
}

.home-issue-media {
    flex: 0 0 108px;
    width: 108px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e2e8f0;
}

.home-issue-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-issue-body {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
}

.home-issue-label {
    display: inline-block;
    width: fit-content;
    padding: 2px 7px;
    background: #0f172a;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.home-issue-card strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: #0f172a;
}

.home-issue-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .topbar-inner,
    .topbar-left,
    .topbar-right {
        align-items: flex-start;
        flex-direction: column;
    }

    .topbar-local-nav {
        gap: 0;
    }

    .gnb-inner {
        align-items: stretch;
        flex-direction: column;
    }

    .gnb-breaking {
        display: none;
        width: 100%;
        max-width: none;
    }

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

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

    .breaking-bar {
        grid-template-columns: minmax(0, 1fr);
    }

    .breaking-controls {
        justify-self: start;
    }

    .breaking-showroom {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wrap {
        width: min(100%, calc(100% - 34px));
    }

    .masthead {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px;
    }

    .logo-block {
        padding-left: 0;
    }

    .logo-notes {
        max-width: none;
    }

    .logo-note-main {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.55;
    }

    .logo-note-signal-list {
        gap: 6px;
    }

    .logo-note-signal-list span {
        min-height: 26px;
        padding: 0 10px;
        font-size: 11px;
    }

    .story-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-issue-strip {
        grid-template-columns: 1fr;
    }

    .home-issue-card.has-thumb {
        align-items: stretch;
    }

    .home-issue-media {
        width: 92px;
        flex-basis: 92px;
    }

    .article-wrap {
        grid-template-columns: 1fr;
    }

    .login-grid {
        grid-template-columns: 1fr;
    }

    .login-hero,
    .login-summary {
        grid-template-columns: 1fr;
    }

    .media-grid,
    .editor-opinion-grid {
        grid-template-columns: 1fr;
    }

    .main-news-opinion {
        grid-template-columns: 1fr;
    }

    .main-news-opinion > .main-side-stack {
        margin-top: 0;
    }

    .editor-picks {
        padding: 24px;
    }

    .editor-picks-head {
        align-items: flex-start;
    }

    .home-section-head-actions {
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
    }

    .pick-item.has-thumb {
        grid-template-columns: minmax(0, 220px) 1fr;
    }

    .side-list {
        padding: 18px;
    }

    .side-list li {
        padding: 14px;
    }

    .popular-link.boxed {
        gap: 10px;
    }

    .popular-title {
        font-size: 15px;
    }

    .popular-excerpt {
        font-size: 12px;
        -webkit-line-clamp: 3;
    }

    .opinion-stage-stack {
        min-height: 260px;
    }

    .opinion-feature-card {
        grid-template-columns: 80px 1fr;
        min-height: 220px;
        gap: 12px;
        padding: 14px;
    }

    .opinion-feature-card.has-cover {
        min-height: 260px;
        padding: 16px;
    }

    .opinion-feature-card.has-cover .opinion-feature-content {
        max-width: 100%;
        padding: 16px 14px 14px;
    }

    .opinion-feature-avatar {
        width: 80px;
        height: 80px;
    }

    .opinion-feature-content strong {
        font-size: 21px;
    }

    .opinion-feature-card.has-cover .opinion-feature-content strong {
        font-size: 24px;
    }

    .opinion-side {
        margin-top: 0;
    }

    .editor-picks-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .editor-picks-note {
        max-width: none;
        text-align: left;
    }

    .pick-item.has-thumb {
        grid-template-columns: 1fr;
    }

    .home-pick-link {
        grid-template-columns: 30px 88px 1fr;
    }

    .home-pick-link.no-thumb {
        grid-template-columns: 30px 1fr;
    }

    .home-pick-link img {
        width: 88px;
        height: 66px;
    }

    .cinematic-pick-card {
        aspect-ratio: 16 / 8;
    }

    .cinematic-pick-card .home-pick-body {
        max-width: 86%;
    }

    .cinematic-pick-card .home-pick-body strong {
        font-size: 24px;
    }

    .opinion-writer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .opinion-writer-article {
        grid-template-columns: 156px 1fr;
    }

    .section-list-item {
        grid-template-columns: 170px 1fr;
    }

    .board-wrap {
        grid-template-columns: 1fr;
    }

    .about-layout {
        grid-template-columns: 1fr;
    }

    .about-menu {
        position: static;
    }

    .major-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .major-news-layout-row,
    .major-news-layout-row-portrait {
        grid-template-columns: 1fr;
    }

    .major-news-layout-row-trio {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .major-news-stack-slot {
        grid-template-rows: none;
        grid-template-columns: 1fr;
    }

    .spotlight-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .spotlight-nav {
        width: 40px;
        height: 40px;
    }

    .spotlight-nav.prev {
        left: -10px;
    }

    .spotlight-nav.next {
        right: -10px;
    }

    .major-news-split-card {
        grid-template-columns: 1fr;
    }

    .major-news-split-media {
        min-height: 220px;
        border-right: 0;
        border-bottom: 1px solid #e5edf5;
    }

    .major-news-split-body {
        padding: 12px;
    }

    .major-news-link {
        aspect-ratio: 16 / 8;
    }

    .major-news-body {
        max-width: 92%;
    }

    .major-news-body strong {
        font-size: 24px;
    }

    .photo-slide-card a {
        aspect-ratio: 16 / 9;
        min-height: 0;
        height: auto;
    }
}

@media (max-width: 768px) {
    .login-hero {
        padding: 20px;
    }

    .footer-sitemap-head {
        flex-direction: column;
    }

    .footer-sitemap-shortcuts {
        justify-content: flex-start;
    }

    .footer-sitemap-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .article-utility-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .wrap {
        width: min(100%, calc(100% - 28px));
    }

    .login-hero,
    .login-card {
        padding: 18px;
    }

    .login-summary-card {
        padding: 16px;
    }

    .login-card-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .login-card-badge {
        white-space: normal;
    }

    .login-hero h1 {
        font-size: clamp(28px, 9vw, 38px);
    }

    .login-hero-panel strong {
        font-size: 20px;
    }

    .masthead {
        grid-template-columns: 1fr;
        justify-items: stretch;
        gap: 12px;
    }

    .logo-block {
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 0;
    }

    .logo {
        display: inline-flex;
        justify-self: center;
        padding: 15px 25px 17px;
    }

    .logo-robot-strip {
        width: min(74vw, 320px);
        height: 64px;
        transform: translate(-110%, -50%);
    }

    .logo .logo-line1 {
        font-size: 54px;
    }

    .logo .logo-line1-mark {
        right: -1px;
        top: -0.32em;
        font-size: 9px;
    }

    .logo .logo-line2 {
        font-size: 34px;
        letter-spacing: 0.22em;
    }

    .logo-notes {
        width: 100%;
        gap: 8px;
        min-height: 0;
        text-align: left;
        align-items: flex-start;
    }

    .logo-note-kicker {
        min-height: 24px;
        font-size: 10px;
    }

    .logo-note-main {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.6;
    }

    .logo-note-sub {
        font-size: 13px;
        line-height: 1.6;
    }

    .logo-note-signal-list,
    .logo-note-quicklinks,
    .header-action-links {
        gap: 6px;
    }

    .logo-note-signal-list {
        width: 100%;
    }

    .logo-note-signal-list span,
    .logo-note-quicklinks a {
        min-height: 26px;
        font-size: 11px;
        padding: 0 10px;
        white-space: normal;
    }

    .search-box {
        width: 100%;
    }

    .header-actions {
        width: 100%;
        align-items: flex-start;
        max-width: none;
        padding-right: 0;
    }

    .header-trending-keywords,
    .header-trending-list {
        justify-content: flex-start;
    }

    .header-network-links {
        justify-content: flex-start;
    }

    .header-action-card {
        padding: 14px;
    }

    .header-action-topline {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-box input {
        width: 100%;
    }

    .main-grid {
        grid-template-columns: 1fr;
    }

    .headline h1,
    .article-body h1 {
        font-size: 28px;
    }

    .home-main .headline {
        padding: 14px 14px 12px;
        border-radius: 12px;
    }

    .home-main .headline-main-box {
        padding: 14px 14px 16px;
        border-radius: 8px 8px 0 0;
    }

    .home-main .headline-sub {
        padding: 14px 14px 6px;
        border-radius: 0 0 8px 8px;
    }

    .headline-feature {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .headline-feature.has-video-media,
    .headline-feature.has-video-media.layout-cover,
    .headline-feature.has-video-media.layout-focus {
        grid-template-columns: 1fr;
    }

    .headline-feature.has-video-media .headline-feature-media,
    .headline-feature.has-video-media.layout-cover .headline-feature-media,
    .headline-feature.has-video-media.layout-focus .headline-feature-media {
        order: 1;
        aspect-ratio: 16 / 9;
    }

    .headline-feature.has-video-media .headline-feature-body,
    .headline-feature.has-video-media.layout-cover .headline-feature-body,
    .headline-feature.has-video-media.layout-focus .headline-feature-body {
        order: 2;
    }

    .headline-stage-stack {
        min-height: 0;
    }

    .headline-stage {
        position: relative;
        inset: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        display: none;
    }

    .headline-stage.is-active {
        display: block;
    }

    .headline-feature-title {
        font-size: 30px;
    }

    .headline-feature.layout-cover {
        min-height: 360px;
    }

    .headline-feature.layout-cover .headline-feature-body {
        max-width: 100%;
    }

    .headline-feature.layout-focus {
        grid-template-columns: 1fr;
    }

    .weather-hero,
    .weather-layout {
        grid-template-columns: 1fr;
    }

    .weather-hero-status,
    .weather-scene-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .weather-week-summary {
        grid-template-columns: 1fr;
    }

    .breaking-item {
        font-size: 13px;
        line-height: 1.35;
    }

    .headline-sub-grid {
        grid-template-columns: 1fr;
    }

    .home-main .headline-sub-item {
        border-radius: 16px;
    }

    .headline-showroom-banner {
        padding: 18px;
    }

    .editor-picks {
        padding: 20px;
    }

    .home-section-head-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .editor-picks .home-section-link {
        align-self: flex-start;
    }

    .editor-picks-rotation-status {
        order: 2;
    }

    .pick-item {
        padding: 14px;
    }

    .pick-item.has-thumb {
        gap: 12px;
    }

    .pick-item .pick-media {
        border-radius: 14px;
    }

    .pick-item .pick-media img {
        aspect-ratio: 16 / 9;
    }

    .pick-item p {
        font-size: 14px;
        line-height: 1.6;
    }

    .latest-roll-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .latest-roll-controls {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .latest-news-grid.latest-roll-grid {
        grid-template-columns: 1fr;
    }

    .headline-sub-item {
        padding: 12px;
    }

    .headline-sub-media {
        width: 100%;
    }

    .story-grid {
        grid-template-columns: 1fr;
    }

    .popular-link.featured {
        flex-direction: column;
    }

    .weather-hero,
    .weather-week-scene,
    .weather-guide,
    .weather-brief {
        padding: 18px;
    }

    .weather-hero-status,
    .weather-scene-grid {
        grid-template-columns: 1fr;
    }

    .weather-subsection-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .headline-showroom-banner {
        min-height: 118px;
        padding: 16px;
    }

    .headline-showroom-banner strong {
        font-size: 23px;
    }

    .headline-showroom-banner em {
        font-size: 13px;
    }

    .weather-hourly-rail {
        grid-auto-columns: minmax(150px, 76%);
    }

    .weather-now-grid {
        grid-template-columns: 1fr;
    }

    .home-side-kicker,
    .home-notice-head,
    .opinion-panel-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-notice-actions,
    .opinion-stage-controls {
        flex-wrap: wrap;
    }

    .popular-media {
        width: 100%;
        flex-basis: auto;
    }

    .side-list {
        padding: 16px;
    }

    .side-list li {
        padding: 12px;
    }

    .popular-link.boxed {
        flex-direction: column;
    }

    .popular-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .popular-title {
        font-size: 15px;
    }

    .popular-excerpt {
        margin-top: 4px;
        -webkit-line-clamp: 2;
    }

    .popular-trend {
        white-space: normal;
    }

    .opinion-writer-grid {
        grid-template-columns: 1fr;
    }

    .section-list-item {
        grid-template-columns: 1fr;
    }

    .major-news-grid {
        grid-template-columns: 1fr;
    }

    .major-news-layout-page,
    .major-news-layout-row,
    .major-news-layout-row-portrait,
    .major-news-stack-slot {
        gap: 12px;
    }

    .major-news-layout-row-trio {
        grid-template-columns: 1fr;
    }

    .spotlight-news-grid {
        grid-template-columns: 1fr;
    }

    .spotlight-slider-wrap {
        padding: 0 4px;
    }

    .spotlight-nav {
        top: 34%;
        width: 36px;
        height: 36px;
        font-size: 24px;
    }

    .spotlight-nav.prev {
        left: 2px;
    }

    .spotlight-nav.next {
        right: 2px;
    }

    .major-news-link {
        aspect-ratio: 16 / 9;
    }

    .major-news-body {
        max-width: 100%;
        padding: 12px;
    }

    .major-news-body strong {
        font-size: 19px;
    }

    .major-news-body small {
        font-size: 13px;
    }

    .main-opinion-writer-card {
        grid-template-columns: 1fr 72px;
    }

    .main-opinion-writer-card.no-image {
        grid-template-columns: 1fr;
    }

    .main-opinion-writer-card img {
        width: 72px;
        height: 72px;
    }

    .main-opinion-writer-body strong {
        font-size: 20px;
    }

    .opinion-writer-head {
        grid-template-columns: 1fr;
    }

    .opinion-writer-article {
        grid-template-columns: 1fr;
    }

    .section-side-item {
        grid-template-columns: 1fr;
    }

    .section-main-tabs,
    .section-filter-tabs {
        gap: 6px;
    }

    .gnb-links {
        gap: 14px;
    }

    .reporter-profile {
        grid-template-columns: 1fr;
    }

    .media-story-grid {
        grid-template-columns: 1fr;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .comment-form-meta {
        grid-template-columns: 1fr;
    }

    .board-wrap {
        grid-template-columns: 1fr;
    }

    .board-main {
        padding: 12px;
    }

    .board-table {
        min-width: 620px;
    }

    .about-layout {
        grid-template-columns: 1fr;
    }

    .about-content,
    .about-menu {
        order: initial;
    }

    .about-menu {
        position: static;
    }

    .about-hero {
        aspect-ratio: 16 / 9;
    }

    .about-story-band,
    .about-feature-strip,
    .about-summary-grid,
    .about-hero-signal-list {
        grid-template-columns: 1fr;
    }

    .about-stat-grid,
    .about-info-grid,
    .about-org-grid {
        grid-template-columns: 1fr;
    }

    .about-timeline-item,
    .about-fact-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .about-hero-body {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 14px 14px 13px;
    }

    .about-hero-topline {
        top: 10px;
        left: 10px;
        right: 10px;
        flex-wrap: wrap;
    }

    .about-hero-body strong {
        font-size: 23px;
        max-width: none;
    }

    .about-hero-body p {
        font-size: 13px;
    }

    .about-next-panel {
        flex-direction: column;
        align-items: stretch;
    }

    .about-next-panel h3 {
        font-size: 22px;
    }

    .about-next-actions {
        justify-content: flex-start;
    }

    .breaking-item {
        white-space: normal;
    }

    .breaking-bar {
        gap: 8px;
    }

    .breaking-main {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .footer-showroom-text {
        justify-content: flex-start;
    }

    .footer-counter {
        text-align: left;
        white-space: normal;
    }

    .footer-links a {
        padding: 5px 9px;
    }

    .home-pick-link {
        grid-template-columns: 28px 1fr;
        gap: 8px;
        padding: 10px 6px;
    }

    .home-pick-link img {
        display: none;
    }

    .home-pick-body strong {
        font-size: 15px;
    }

    .home-pick-cinematic .cinematic-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .cinematic-controls {
        width: 100%;
        flex-wrap: wrap;
    }

    .cinematic-dots {
        justify-content: flex-start;
    }

    .cinematic-pick-card {
        aspect-ratio: 16 / 9;
    }

    .cinematic-pick-card .home-pick-body {
        max-width: 100%;
        padding: 14px 14px 12px;
    }

    .cinematic-pick-card .home-pick-body strong {
        font-size: 18px;
    }

    .cinematic-pick-card .home-pick-body small {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }

    .photo-roll-controls {
        flex-wrap: wrap;
    }

    .video-link {
        grid-template-columns: 1fr;
    }

    .photo-slide-body strong {
        font-size: 16px;
    }

    .home-tip-head h2 {
        font-size: 24px;
    }

    .home-tip-panel {
        padding: 14px;
        border-radius: 20px;
    }

    .home-tip-layout {
        grid-template-columns: 1fr;
    }

    .home-tip-form {
        padding: 12px;
        border-radius: 18px;
    }

    .pick-item h3 {
        font-size: 19px;
    }

    .pick-item.lead h3 {
        font-size: 21px;
    }

    .pick-item.has-thumb {
        grid-template-columns: 1fr;
    }

    .pick-item .pick-media img {
        min-height: 180px;
    }

    .home-section-head-actions {
        flex-wrap: wrap;
    }
}

/* Article Image Gallery */
.article-image-gallery {
    margin: 20px 0;
    display: grid;
    gap: 12px;
}

.article-gallery-feature {
    margin: 0;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.article-gallery-feature img {
    width: 100%;
    display: block;
    height: auto;
}

.article-gallery-feature figcaption {
    padding: 10px 12px;
    background: #f5f7fa;
    color: #5b6574;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    border-top: 1px solid #e5e7eb;
.article-gallery-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.article-gallery-thumb {
    width: 112px;
    padding: 0;
    border: 1px solid #d9dee8;
    background: #fff;
    cursor: pointer;
}

.article-gallery-thumb img {
    display: block;
    width: 112px;
    height: 78px;
    object-fit: cover;
}

.article-gallery-thumb.is-active {
    border-color: #0b4e94;
}

@media (max-width: 640px) {
    .gnb-inner {
        gap: 12px;
    }

    .gnb-links {
        gap: 10px 12px;
    }

    .gnb-main-link {
        min-height: 30px;
        font-size: 16px;
    }

    .topbar-local-nav a,
    .gnb-submenu a,
    .section-main-tabs a,
    .section-filter-tabs a,
    .opinion-submenu a,
    .section-hub-topnav-link,
    .section-hub-link,
    .footer-sitemap-shortcuts a,
    .footer-sitemap-featured-links a,
    .footer-sitemap-main-link,
    .footer-sitemap-section-btn,
    .footer-sitemap-sub-link,
    .footer-sitemap-third a {
        min-width: auto;
        width: auto;
    }

    .editor-picks,
    .editor-major-news,
    .home-tip-panel {
        padding: 14px;
    }

    .editor-picks-head,
    .major-news-topbar,
    .major-news-roll-controls {
        gap: 10px;
    }

    .home-section-head-actions {
        width: 100%;
        gap: 8px;
    }

    .editor-picks-rotation-status,
    .home-section-link {
        white-space: normal;
    }

    .editor-picks-rotation-status {
        min-height: 0;
        padding: 6px 10px;
    }

    .pick-item,
    .pick-item.lead {
        padding: 12px;
    }

    .editor-picks-note {
        font-size: 12px;
        line-height: 1.55;
    }

    .pick-meta-top {
        gap: 6px;
    }

    .pick-meta-top span {
        min-height: 22px;
        padding: 0 8px;
        font-size: 10px;
    }

    .pick-item .pick-media img {
        min-height: 160px;
    }

    .pick-item h3 {
        line-height: 1.3;
    }

    .pick-item p {
        margin-bottom: 8px;
        font-size: 13px;
    }

    .pick-item .meta {
        gap: 6px 10px;
        font-size: 11px;
    }

    .side-list {
        padding: 14px;
    }

    .side-list li {
        margin: 8px 0;
        padding: 11px;
    }

    .popular-title {
        font-size: 14px;
    }

    .popular-rank-number {
        display: block;
        margin-left: 0;
        margin-top: 4px;
    }

    .major-news-topbar {
        padding: 10px 12px;
    }

    .major-news-roll-actions {
        flex-wrap: wrap;
    }

    .major-news-roll-counter {
        min-width: 0;
    }

    .major-news-roll-note {
        white-space: normal;
    }

    .major-news-split-media {
        min-height: 180px;
    }

    .home-tip-layout {
        gap: 10px;
    }

    .home-tip-note,
    .home-tip-status-card,
    .home-tip-map,
    .home-tip-shortcut {
        border-radius: 16px;
    }

    .home-tip-shortcut strong {
        font-size: 15px;
    }

    .home-tip-shortcut small {
        font-size: 12px;
    }

    .footer-sitemap-grid {
        grid-template-columns: 1fr;
    }

    .footer-sitemap {
        padding: 14px;
    }

    .footer-sitemap-col {
        padding: 14px;
    }

    .footer-sitemap-shortcuts,
    .footer-sitemap-featured-links,
    .footer-sitemap-sub,
    .footer-sitemap-third {
        gap: 6px;
    }

    .footer-links {
        gap: 6px;
    }

    .footer-counter {
        font-size: 11px;
    }
}
