:root {
  --ink: #0a1f3f;
  --ink-2: #263b5b;
  --blue: #155eef;
  --blue-dark: #0d47bf;
  --sky: #4faeff;
  --pale: #eaf3ff;
  --mint: #16b989;
  --mint-pale: #e9faf5;
  --amber: #f2a600;
  --amber-pale: #fff6df;
  --violet: #6f55db;
  --paper: #ffffff;
  --canvas: #f7faff;
  --line: #dce7f4;
  --muted: #63748c;
  --shadow: 0 24px 65px rgba(20, 57, 105, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
svg { display: block; width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 20px; padding: 12px 18px; border-radius: 10px; background: var(--ink); color: white; transition: top .18s ease; }
.skip-link:focus { top: 16px; }
a:focus-visible, summary:focus-visible { outline: 3px solid rgba(79, 174, 255, .55); outline-offset: 3px; }

.top-note { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 7px 20px; background: #07182f; color: #c8d8ec; font-size: 10px; font-weight: 600; }
.top-note span, .top-note a { display: inline-flex; align-items: center; gap: 7px; }
.top-note span svg { width: 14px; height: 14px; padding: 2px; border-radius: 50%; background: rgba(22, 185, 137, .18); color: #59dbb4; stroke-width: 2.4; }
.top-note a { color: white; font-weight: 700; }
.top-note a:hover { text-decoration: underline; }
.top-note a svg { width: 13px; height: 13px; }

.site-header { position: sticky; z-index: 50; top: 0; height: 84px; border-bottom: 1px solid rgba(220, 231, 244, .88); background: rgba(255, 255, 255, .94); backdrop-filter: blur(18px); }
.nav-shell { height: 100%; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg, #0b4cd7, #2578ff); color: white; box-shadow: 0 9px 22px rgba(21, 94, 239, .25); }
.brand-mark svg { width: 24px; height: 24px; }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { color: var(--blue); font-size: 21px; line-height: 1; letter-spacing: -.04em; }
.brand-copy small { color: #8090a5; font-size: 7px; line-height: 1; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 30px; height: 100%; margin-left: auto; }
.desktop-nav a { position: relative; display: grid; place-items: center; height: 100%; color: #334762; font-size: 11px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; bottom: 19px; width: 0; height: 2px; border-radius: 999px; background: var(--blue); transform: translateX(-50%); transition: width .18s ease; }
.desktop-nav a:hover { color: var(--blue); }
.desktop-nav a:hover::after { width: 100%; }
.nav-cta { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 17px; border-radius: 10px; background: var(--blue); color: white; font-size: 10px; font-weight: 750; box-shadow: 0 9px 22px rgba(21, 94, 239, .2); transition: transform .18s ease, background .18s ease; }
.nav-cta:hover { transform: translateY(-2px); background: var(--blue-dark); }
.nav-cta svg { width: 14px; height: 14px; }
.mobile-menu { position: relative; display: none; margin-left: auto; }
.mobile-menu summary { width: 43px; height: 43px; display: grid; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 11px; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 19px; height: 2px; border-radius: 2px; background: var(--ink); }
.mobile-menu nav { position: absolute; right: 0; top: 53px; width: 240px; display: grid; gap: 4px; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: var(--shadow); }
.mobile-menu nav a { padding: 11px 12px; border-radius: 8px; font-size: 11px; font-weight: 650; }
.mobile-menu nav a:hover { color: var(--blue); background: var(--pale); }

.editorial-hero { overflow: hidden; padding: 66px 0 56px; background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%); }
.hero-intro { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 42px; }
.eyebrow { grid-column: 1 / -1; width: fit-content; display: inline-flex; align-items: center; gap: 8px; margin-bottom: -55px; padding: 7px 11px; border: 1px solid #cce0fb; border-radius: 999px; background: rgba(234, 243, 255, .75); color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.eyebrow svg { width: 13px; height: 13px; color: var(--amber); }
.hero-intro h1 { max-width: 760px; margin: 0; font-size: clamp(44px, 4.7vw, 66px); line-height: 1.13; letter-spacing: -.055em; }
.hero-intro h1 span { color: var(--blue); }
.hero-intro > p { margin: 0 0 6px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.lead-grid { display: grid; grid-template-columns: minmax(0, 1.52fr) minmax(320px, .72fr); gap: 23px; }
.lead-story { overflow: hidden; display: grid; grid-template-columns: 1.03fr .97fr; min-height: 435px; border: 1px solid #d1e2f7; border-radius: 24px; background: white; box-shadow: 0 22px 55px rgba(24, 64, 117, .1); }
.lead-story > a { display: block; min-height: 100%; }
.lead-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 40px; }
.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; color: #8190a4; font-size: 8px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.post-meta span:first-child { color: var(--blue); }
.lead-copy h2 { margin: 15px 0 13px; font-size: clamp(27px, 2.7vw, 39px); line-height: 1.3; letter-spacing: -.04em; }
.lead-copy h2 a:hover { color: var(--blue); }
.lead-copy p { margin: 0 0 24px; color: var(--muted); font-size: 11px; line-height: 1.75; }
.primary-link, .text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 10px; font-weight: 800; }
.primary-link { min-height: 43px; padding: 0 15px; border-radius: 10px; background: var(--pale); }
.primary-link svg, .text-link svg { width: 14px; height: 14px; transition: transform .18s ease; }
.primary-link:hover svg, .text-link:hover svg { transform: translateX(3px); }
.side-stories { display: flex; flex-direction: column; gap: 0; padding: 25px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 255, 255, .88); }
.side-title { display: flex; align-items: center; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.side-title span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.side-title a { color: var(--blue); font-size: 9px; font-weight: 700; }
.side-story { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.story-index { color: #c3d0df; font-size: 17px; font-weight: 800; }
.side-story h3 { margin: 8px 0 0; font-size: 13px; line-height: 1.55; letter-spacing: -.02em; }
.side-story h3 a:hover { color: var(--blue); }
.circle-link { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #cadefa; border-radius: 50%; color: var(--blue); transition: color .18s ease, background .18s ease; }
.circle-link:hover { color: white; background: var(--blue); }
.circle-link svg { width: 13px; height: 13px; }
.editor-note { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; margin-top: auto; padding: 18px 0 0; }
.note-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(145deg, #0e53e4, #4da9ff); color: white; font-size: 9px; font-weight: 800; }
.editor-note strong { display: block; font-size: 9px; }
.editor-note p { margin: 3px 0 0; color: var(--muted); font-size: 8px; line-height: 1.55; }

.post-art { position: relative; overflow: hidden; width: 100%; height: 100%; min-height: 250px; display: grid; place-items: center; background: linear-gradient(145deg, #d9eaff, #9dcbff); }
.post-art-blue { background: linear-gradient(145deg, #e3efff, #9dcaff); color: #0d57df; }
.post-art-mint { background: linear-gradient(145deg, #e8fbf5, #a5e7d4); color: #078d68; }
.post-art-amber { background: linear-gradient(145deg, #fff6e0, #ffd982); color: #aa7200; }
.post-art-violet { background: linear-gradient(145deg, #f1edff, #c9bbfb); color: #6243c9; }
.post-art-cyan { background: linear-gradient(145deg, #e6faff, #a9e3f2); color: #087a9c; }
.post-art-navy { background: linear-gradient(145deg, #d9e8fa, #92add1); color: #173f78; }
.art-grid { position: absolute; inset: 0; opacity: .34; background-image: radial-gradient(circle, currentColor 1px, transparent 1.5px); background-size: 19px 19px; mask-image: linear-gradient(135deg, black, transparent 70%); }
.art-orb { position: absolute; width: 260px; height: 260px; right: -95px; top: -105px; border: 40px solid rgba(255, 255, 255, .32); border-radius: 50%; }
.art-marker { position: relative; z-index: 2; width: 128px; height: 128px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .78); border-radius: 34px; background: rgba(255, 255, 255, .58); font-size: 42px; font-weight: 800; letter-spacing: -.06em; box-shadow: 0 20px 48px rgba(32, 78, 140, .13); transform: rotate(-4deg); }
.art-category { position: absolute; z-index: 2; left: 20px; top: 20px; padding: 7px 10px; border-radius: 999px; background: rgba(255, 255, 255, .82); color: var(--ink-2); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.post-art-compact { min-height: 190px; }
.post-art-compact .art-marker { width: 86px; height: 86px; border-radius: 25px; font-size: 28px; }

.topic-strip { padding: 30px 0 35px; border-bottom: 1px solid #e1eaf5; background: white; }
.strip-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.strip-heading > span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.strip-heading a { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: 9px; font-weight: 750; }
.strip-heading svg { width: 13px; height: 13px; }
.topic-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.topic-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; min-height: 72px; padding: 11px; border: 1px solid var(--line); border-radius: 13px; background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.topic-card:hover { transform: translateY(-3px); border-color: #acd0ff; box-shadow: 0 12px 24px rgba(20, 57, 105, .08); }
.topic-card > svg { width: 13px; height: 13px; color: #9aabba; }
.topic-marker { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--pale); color: var(--blue); font-size: 9px; font-weight: 800; }
.topic-ky-nang, .topic-tu-vung { color: #078c69; background: var(--mint-pale); }
.topic-tai-lieu { color: #a56e00; background: var(--amber-pale); }
.topic-review { color: #6644c9; background: #f1edff; }
.topic-giao-duc { color: #087a9c; background: #e7f9fe; }
.topic-card span:nth-child(2) { display: grid; gap: 3px; }
.topic-card strong { font-size: 10px; }
.topic-card small { color: var(--muted); font-size: 7px; line-height: 1.4; }

.section { padding: 96px 0; }
.section-heading { display: grid; grid-template-columns: 1.05fr .55fr; align-items: end; gap: 70px; margin-bottom: 40px; }
.section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 21px; height: 2px; border-radius: 99px; background: currentColor; }
.section-heading h2, .editorial-card h2 { margin: 10px 0 0; font-size: clamp(34px, 3.5vw, 48px); line-height: 1.2; letter-spacing: -.045em; }
.section-heading h2 span, .editorial-card h2 span { color: var(--blue); }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 11px; line-height: 1.75; }
.latest-section { background: white; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
.post-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: white; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.post-card:hover { transform: translateY(-5px); border-color: #b5d4fa; box-shadow: 0 20px 44px rgba(21, 62, 114, .1); }
.post-card > a { display: block; }
.post-card-body { flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 21px; }
.post-card h3 { margin: 11px 0 9px; font-size: 16px; line-height: 1.47; letter-spacing: -.025em; }
.post-card h3 a:hover { color: var(--blue); }
.post-card p { margin: 0 0 19px; color: var(--muted); font-size: 9px; line-height: 1.7; }
.post-card .text-link { margin-top: auto; }
.section-action { display: flex; justify-content: center; margin-top: 34px; }
.outline-button, .light-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 17px; border: 1px solid #b8d5fb; border-radius: 10px; color: var(--blue); background: white; font-size: 10px; font-weight: 800; transition: transform .18s ease, background .18s ease, color .18s ease; }
.outline-button:hover { transform: translateY(-2px); color: white; background: var(--blue); }
.outline-button svg, .light-button svg { width: 14px; height: 14px; }

.decision-section { overflow: hidden; background: linear-gradient(135deg, #061831 0%, #0a2b5b 62%, #0d4b9f 135%); color: white; }
.decision-heading h2 { color: white; }
.decision-heading h2 span { color: #66baff; }
.decision-heading > p { color: #b8cae3; }
.section-kicker-light { color: #6dc1ff; }
.affiliate-disclosure { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; margin-bottom: 25px; padding: 15px 17px; border: 1px solid rgba(140, 195, 255, .22); border-radius: 13px; background: rgba(255, 255, 255, .065); }
.disclosure-check { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(65, 173, 255, .14); color: #6cc1ff; }
.disclosure-check svg { width: 18px; height: 18px; stroke-width: 2.4; }
.affiliate-disclosure strong { display: block; color: white; font-size: 9px; }
.affiliate-disclosure p { margin: 3px 0 0; color: #b7c9e0; font-size: 8px; line-height: 1.55; }
.affiliate-disclosure > a { display: inline-flex; align-items: center; gap: 6px; color: #75c7ff; font-size: 8px; font-weight: 800; white-space: nowrap; }
.affiliate-disclosure > a svg { width: 13px; height: 13px; }
.affiliate-disclosure-compact { grid-template-columns: auto 1fr; color: var(--ink); border-color: #cfe0f6; background: #f6faff; }
.affiliate-disclosure-compact strong { color: var(--ink); }
.affiliate-disclosure-compact p { color: var(--muted); }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.decision-card { position: relative; overflow: hidden; min-height: 290px; display: flex; flex-direction: column; align-items: flex-start; padding: 25px; border: 1px solid rgba(144, 198, 255, .22); border-radius: 18px; background: rgba(255, 255, 255, .075); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.decision-card:hover { transform: translateY(-5px); border-color: rgba(144, 198, 255, .48); background: rgba(255, 255, 255, .11); }
.decision-number { position: absolute; right: 19px; top: 16px; color: rgba(255, 255, 255, .23); font-size: 31px; font-weight: 800; }
.decision-icon { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 14px; background: rgba(91, 183, 255, .13); color: #79c9ff; font-size: 13px; font-weight: 800; }
.decision-card > div { margin-top: 35px; }
.decision-card small { color: #75c7ff; font-size: 8px; font-weight: 750; text-transform: uppercase; letter-spacing: .09em; }
.decision-card h3 { margin: 9px 0 10px; font-size: 18px; line-height: 1.4; letter-spacing: -.025em; }
.decision-card p { margin: 0; color: #b7cae1; font-size: 9px; line-height: 1.65; }
.decision-card > svg { width: 17px; height: 17px; margin-top: auto; color: #6fc3ff; }
.decision-action { display: flex; justify-content: center; margin-top: 30px; }
.light-button { border-color: white; color: var(--blue); background: white; }
.light-button:hover { transform: translateY(-2px); background: #e9f4ff; }

.editorial-section { background: var(--canvas); }
.editorial-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 25px; }
.editorial-card { overflow: hidden; position: relative; padding: 43px; border: 1px solid #d4e4f7; border-radius: 22px; background: white; }
.editorial-card::after { content: ""; position: absolute; width: 210px; height: 210px; right: -95px; bottom: -110px; border: 32px solid var(--pale); border-radius: 50%; }
.editorial-card h2 { position: relative; z-index: 1; margin-top: 13px; font-size: 34px; }
.editorial-card p { position: relative; z-index: 1; margin: 17px 0 26px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.editorial-card .text-link { position: relative; z-index: 1; }
.editorial-principles { display: grid; gap: 13px; }
.editorial-principles article { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; padding: 22px 24px; border: 1px solid #dbe7f5; border-radius: 17px; background: white; }
.editorial-principles article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--pale); color: var(--blue); font-size: 10px; font-weight: 800; }
.editorial-principles strong { font-size: 12px; }
.editorial-principles p { margin: 5px 0 0; color: var(--muted); font-size: 9px; line-height: 1.6; }

.closing-banner { position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; margin-top: 90px; margin-bottom: 90px; padding: 36px; border-radius: 22px; background: linear-gradient(135deg, #0d53df, #1e74ff); color: white; box-shadow: 0 24px 55px rgba(21, 94, 239, .23); }
.closing-banner::after { content: ""; position: absolute; width: 230px; height: 230px; right: -100px; top: -120px; border: 35px solid rgba(255, 255, 255, .09); border-radius: 50%; }
.banner-mark { width: 53px; height: 53px; display: grid; place-items: center; border-radius: 15px; background: rgba(255, 255, 255, .15); }
.banner-mark svg { width: 27px; height: 27px; }
.closing-banner span { color: #c5e1ff; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.closing-banner h2 { margin: 6px 0 0; font-size: 22px; letter-spacing: -.03em; }
.closing-banner .light-button { position: relative; z-index: 1; }

.site-footer { padding: 59px 0 23px; background: #05152b; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, .65fr); gap: 50px; padding-bottom: 42px; }
.brand-light .brand-copy strong { color: white; }
.brand-light .brand-copy small { color: #8097b4; }
.footer-brand p { max-width: 350px; margin: 17px 0 0; color: #8da3be; font-size: 9px; line-height: 1.75; }
.footer-grid nav { display: grid; align-content: start; gap: 12px; }
.footer-grid nav strong { margin-bottom: 4px; font-size: 10px; }
.footer-grid nav a { width: fit-content; color: #8ea3bd; font-size: 9px; transition: color .18s ease, transform .18s ease; }
.footer-grid nav a:hover { color: white; transform: translateX(2px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 21px; border-top: 1px solid rgba(255, 255, 255, .09); color: #69809c; font-size: 8px; }

/* Newsroom homepage */
.news-masthead { border-bottom: 1px solid var(--line); background: white; }
.news-masthead-inner { min-height: 50px; display: flex; align-items: center; gap: 24px; }
.edition-mark { display: flex; align-items: baseline; gap: 10px; padding-right: 23px; border-right: 1px solid var(--line); white-space: nowrap; }
.edition-mark strong { color: var(--blue); font-size: 11px; letter-spacing: .08em; }
.edition-mark span { color: #8795a8; font-size: 8px; }
.news-update { display: inline-flex; align-items: center; gap: 7px; color: #5d7088; font-size: 8px; white-space: nowrap; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(22, 185, 137, .12); }
.hot-topics { display: flex; align-items: center; justify-content: flex-end; gap: 15px; min-width: 0; margin-left: auto; overflow: hidden; white-space: nowrap; font-size: 8px; }
.hot-topics > span { color: #8a98aa; }
.hot-topics a { color: #334963; font-weight: 700; }
.hot-topics a:hover { color: var(--blue); }

.news-lead-section { padding: 31px 0 36px; background: #fff; }
.news-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 21px; padding-bottom: 15px; border-bottom: 3px solid var(--ink); }
.news-section-heading > div { display: flex; align-items: baseline; gap: 16px; }
.news-section-heading span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.news-section-heading h1 { margin: 0; font-size: 27px; letter-spacing: -.04em; }
.news-section-heading > p { max-width: 450px; margin: 0; color: var(--muted); font-size: 9px; line-height: 1.6; text-align: right; }
.news-lead-grid { display: grid; grid-template-columns: minmax(0, 1.34fr) minmax(210px, .57fr) minmax(250px, .72fr); align-items: stretch; gap: 19px; }
.lead-news-card { overflow: hidden; display: grid; grid-template-rows: 250px 1fr; border-right: 1px solid var(--line); padding-right: 19px; }
.lead-news-art { display: block; overflow: hidden; border-radius: 4px; }
.lead-news-art .post-art { min-height: 250px; }
.lead-news-copy { padding-top: 18px; }
.lead-news-copy h2 { margin: 10px 0 8px; font-size: 27px; line-height: 1.28; letter-spacing: -.038em; }
.lead-news-copy h2 a:hover { color: var(--blue); }
.lead-news-copy p { margin: 0 0 13px; color: var(--muted); font-size: 9px; line-height: 1.65; }
.lead-news-secondary { display: grid; align-content: start; gap: 20px; padding-right: 19px; border-right: 1px solid var(--line); }
.secondary-news-card + .secondary-news-card { padding-top: 19px; border-top: 1px solid var(--line); }
.secondary-news-card > a { display: block; overflow: hidden; height: 118px; margin-bottom: 12px; border-radius: 3px; }
.secondary-news-card .post-art-compact { min-height: 118px; }
.secondary-news-card .art-marker { width: 56px; height: 56px; border-radius: 16px; font-size: 19px; }
.secondary-news-card .art-category { left: 9px; top: 9px; padding: 5px 7px; font-size: 6px; }
.secondary-news-card h3 { margin: 7px 0 0; font-size: 12px; line-height: 1.48; letter-spacing: -.018em; }
.secondary-news-card h3 a:hover { color: var(--blue); }
.news-wire { min-width: 0; }
.wire-header { display: flex; align-items: center; justify-content: space-between; min-height: 31px; border-bottom: 2px solid var(--ink); }
.wire-header strong { font-size: 11px; }
.wire-header a { color: var(--blue); font-size: 7px; font-weight: 750; }
.headline-item { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.headline-rank { color: #bdc8d6; font-size: 17px; font-weight: 850; letter-spacing: -.03em; }
.headline-item h3 { margin: 6px 0 0; font-size: 10px; line-height: 1.47; }
.headline-item h3 a:hover { color: var(--blue); }
.headline-arrow { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #d3e2f4; border-radius: 50%; color: var(--blue); }
.headline-arrow:hover { color: white; background: var(--blue); }
.headline-arrow svg { width: 11px; height: 11px; }

.news-category-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f7faff; }
.news-category-inner { min-height: 52px; display: flex; align-items: center; gap: 0; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.news-category-inner::-webkit-scrollbar { display: none; }
.news-category-inner > strong { align-self: stretch; display: grid; place-items: center; padding-right: 20px; color: var(--blue); font-size: 8px; letter-spacing: .1em; }
.news-category-inner > a { align-self: stretch; display: flex; align-items: center; padding: 0 18px; border-left: 1px solid var(--line); color: #3b506a; font-size: 9px; font-weight: 700; }
.news-category-inner > a:hover { color: var(--blue); background: white; }
.news-category-inner .all-categories { margin-left: auto; gap: 7px; color: var(--blue); }
.all-categories svg { width: 13px; height: 13px; }

.news-feed-section { padding: 65px 0 78px; background: #fff; }
.news-feed-layout { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(290px, .58fr); gap: 45px; }
.block-title { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 3px solid var(--ink); border-bottom: 1px solid var(--line); }
.block-title h2 { margin: 0; font-size: 19px; letter-spacing: -.035em; }
.block-title > a { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: 8px; font-weight: 800; }
.block-title > a svg { width: 12px; height: 12px; }
.block-title > span { color: #8896a8; font-size: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.news-row { display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.news-row-art { display: block; overflow: hidden; height: 120px; border-radius: 3px; }
.news-row-art .post-art-compact { min-height: 120px; }
.news-row-art .art-marker { width: 58px; height: 58px; border-radius: 16px; font-size: 19px; }
.news-row-art .art-category { left: 9px; top: 9px; padding: 5px 7px; font-size: 6px; }
.news-row-copy h3 { margin: 8px 0 7px; font-size: 16px; line-height: 1.42; letter-spacing: -.025em; }
.news-row-copy h3 a:hover { color: var(--blue); }
.news-row-copy p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.65; }
.popular-sidebar { min-width: 0; }
.popular-list .headline-item { padding: 18px 0; }
.popular-list .headline-item h3 { font-size: 11px; }
.author-news-note { display: grid; grid-template-columns: auto 1fr; gap: 12px; margin-top: 24px; padding: 18px; border: 1px solid #cfe0f5; border-radius: 12px; background: #f6faff; }
.author-news-note > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: var(--blue); color: white; font-size: 9px; font-weight: 850; }
.author-news-note strong { display: block; font-size: 9px; line-height: 1.5; }
.author-news-note p { margin: 5px 0 8px; color: var(--muted); font-size: 7px; line-height: 1.55; }
.author-news-note a { display: inline-flex; align-items: center; gap: 5px; color: var(--blue); font-size: 7px; font-weight: 800; }
.author-news-note a svg { width: 11px; height: 11px; }

.news-desk-section { padding: 66px 0 74px; border-top: 1px solid var(--line); background: #f7faff; }
.desk-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 22px; padding-bottom: 13px; border-bottom: 3px solid var(--ink); }
.desk-heading span { color: var(--blue); font-size: 8px; font-weight: 850; letter-spacing: .11em; }
.desk-heading h2 { margin: 5px 0 0; font-size: 24px; letter-spacing: -.038em; }
.desk-heading > a { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: 8px; font-weight: 800; }
.desk-heading > a svg { width: 13px; height: 13px; }
.desk-grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr); gap: 31px; }
.desk-feature { display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; padding-right: 30px; border-right: 1px solid var(--line); }
.desk-feature > a { display: block; overflow: hidden; min-height: 310px; border-radius: 4px; }
.desk-feature .post-art { min-height: 310px; }
.desk-feature > div { align-self: center; }
.desk-feature h3 { margin: 10px 0 9px; font-size: 24px; line-height: 1.35; letter-spacing: -.035em; }
.desk-feature h3 a:hover { color: var(--blue); }
.desk-feature p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.7; }
.desk-list { display: grid; align-content: start; }
.desk-list article { display: grid; grid-template-columns: 122px 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.desk-list article:first-child { padding-top: 0; }
.desk-thumb { display: block; overflow: hidden; height: 80px; border-radius: 3px; }
.desk-thumb .post-art-compact { min-height: 80px; }
.desk-thumb .art-marker { width: 42px; height: 42px; border-radius: 12px; font-size: 14px; }
.desk-thumb .art-category { display: none; }
.desk-list h3 { margin: 7px 0 0; font-size: 12px; line-height: 1.48; }
.desk-list h3 a:hover { color: var(--blue); }

.review-newsroom { padding: 67px 0 74px; background: linear-gradient(135deg, #061831, #0a3066); color: white; }
.desk-heading-light { border-color: white; }
.desk-heading-light span, .desk-heading-light > a { color: #75c7ff; }
.desk-heading-light h2 { color: white; }
.review-newsroom .affiliate-disclosure { margin-bottom: 21px; }
.review-news-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: 23px; }
.review-lead-news { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; padding-right: 23px; border-right: 1px solid rgba(255,255,255,.15); }
.review-lead-news > a { display: block; overflow: hidden; min-height: 280px; border-radius: 4px; }
.review-lead-news .post-art { min-height: 280px; }
.review-lead-news > div { align-self: center; }
.review-lead-news h3 { margin: 10px 0 9px; font-size: 24px; line-height: 1.35; letter-spacing: -.035em; }
.review-lead-news h3 a:hover { color: #79c9ff; }
.review-lead-news p { margin: 0 0 15px; color: #b7c9e0; font-size: 9px; line-height: 1.7; }
.light-text-link { display: inline-flex; align-items: center; gap: 7px; color: #78c9ff; font-size: 8px; font-weight: 800; }
.light-text-link svg { width: 13px; height: 13px; }
.review-topic-list { display: grid; align-content: start; }
.review-topic-list > a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.review-topic-list > a:first-child { padding-top: 0; }
.review-topic-list > a > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: rgba(89,181,255,.13); color: #75c7ff; font-size: 9px; font-weight: 850; }
.review-topic-list small { display: block; margin-bottom: 5px; color: #76b9e8; font-size: 7px; text-transform: uppercase; letter-spacing: .09em; }
.review-topic-list strong { font-size: 11px; line-height: 1.45; }
.review-topic-list svg { width: 14px; height: 14px; color: #74c5ff; transition: transform .18s ease; }
.review-topic-list a:hover svg { transform: translateX(3px); }

.education-desk { padding: 66px 0 84px; background: #fff; }
.education-feature { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; }
.education-feature > a { display: block; overflow: hidden; min-height: 330px; border-radius: 4px; }
.education-feature .post-art { min-height: 330px; }
.education-feature > div { align-self: center; max-width: 500px; }
.education-feature h3 { margin: 11px 0 10px; font-size: 28px; line-height: 1.33; letter-spacing: -.038em; }
.education-feature h3 a:hover { color: var(--blue); }
.education-feature p { margin: 0 0 17px; color: var(--muted); font-size: 10px; line-height: 1.75; }

/* Shared subpage styles */
.page-hero { padding: 64px 0 50px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fbfdff, #f4f8ff); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-bottom: 24px; color: #8492a6; font-size: 9px; }
.breadcrumbs span { display: inline-flex; align-items: center; gap: 7px; }
.breadcrumbs a:hover { color: var(--blue); }
.breadcrumbs b { color: #b2becd; font-weight: 400; }
.page-hero-grid { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 70px; }
.page-hero h1 { margin: 0; max-width: 800px; font-size: clamp(42px, 4.4vw, 62px); line-height: 1.15; letter-spacing: -.052em; }
.page-hero h1 span { color: var(--blue); }
.page-hero p { margin: 0 0 4px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.filter-chip { padding: 8px 12px; border: 1px solid #d3e2f4; border-radius: 999px; background: white; color: #52657d; font-size: 9px; font-weight: 700; }
.filter-chip:hover, .filter-chip-active { border-color: var(--blue); color: var(--blue); background: var(--pale); }
.library-section { padding: 65px 0 95px; }
.library-header { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.library-header h2 { margin: 0; font-size: 25px; letter-spacing: -.035em; }
.library-header span { color: var(--muted); font-size: 9px; }

.article-page { background: white; }
.article-header { padding: 55px 0 48px; background: linear-gradient(180deg, #fbfdff, white); }
.article-header-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, .72fr); align-items: center; gap: 60px; }
.article-header h1 { margin: 14px 0 16px; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.18; letter-spacing: -.052em; }
.article-deck { margin: 0 0 21px; color: var(--muted); font-size: 13px; line-height: 1.78; }
.article-byline { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--blue); color: white; font-size: 9px; font-weight: 800; }
.article-byline div { display: grid; gap: 3px; }
.article-byline strong { font-size: 9px; }
.article-byline span { color: #8391a4; font-size: 8px; }
.article-body-shell { display: grid; grid-template-columns: minmax(0, 730px) 250px; align-items: start; gap: 70px; padding-top: 55px; padding-bottom: 90px; }
.article-content { min-width: 0; }
.article-content > p.article-intro { margin: 0 0 31px; padding-left: 18px; border-left: 3px solid var(--blue); color: var(--ink-2); font-size: 15px; line-height: 1.85; font-weight: 500; }
.article-section { scroll-margin-top: 105px; }
.article-section + .article-section { margin-top: 42px; }
.article-section h2 { margin: 0 0 15px; font-size: 27px; line-height: 1.35; letter-spacing: -.035em; }
.article-section p { margin: 0 0 15px; color: #425670; font-size: 12px; line-height: 1.95; }
.article-section ul { display: grid; gap: 9px; margin: 18px 0 0; padding: 0; list-style: none; }
.article-section li { position: relative; padding: 11px 14px 11px 38px; border-radius: 10px; background: #f5f9ff; color: #344a65; font-size: 11px; line-height: 1.55; }
.article-section li::before { content: "✓"; position: absolute; left: 13px; top: 10px; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: var(--mint-pale); color: var(--mint); font-size: 9px; font-weight: 800; }
.resource-box { position: relative; overflow: hidden; margin: 42px 0; padding: 27px; border: 1px solid #c8ddf8; border-radius: 17px; background: linear-gradient(135deg, #f6faff, #edf5ff); }
.resource-box::after { content: ""; position: absolute; width: 130px; height: 130px; right: -65px; bottom: -75px; border: 22px solid #dcecff; border-radius: 50%; }
.resource-box small { color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.resource-box h3 { position: relative; z-index: 1; margin: 9px 0 8px; font-size: 19px; }
.resource-box p { position: relative; z-index: 1; margin: 0 0 17px; color: var(--muted); font-size: 10px; line-height: 1.7; }
.resource-box .text-link { position: relative; z-index: 1; }
.article-sidebar { position: sticky; top: 112px; display: grid; gap: 16px; }
.sidebar-card { padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.sidebar-card > strong { display: block; margin-bottom: 13px; font-size: 10px; }
.toc-list { display: grid; gap: 10px; }
.toc-list a { color: var(--muted); font-size: 9px; line-height: 1.5; }
.toc-list a:hover { color: var(--blue); }
.author-card { background: var(--canvas); }
.author-card p { margin: 7px 0 12px; color: var(--muted); font-size: 8px; line-height: 1.65; }
.author-card a { color: var(--blue); font-size: 8px; font-weight: 800; }
.related-section { padding: 70px 0 90px; border-top: 1px solid var(--line); background: var(--canvas); }
.related-section h2 { margin: 0 0 28px; font-size: 28px; letter-spacing: -.035em; }

.policy-section { padding: 65px 0 90px; }
.policy-layout { display: grid; grid-template-columns: 280px minmax(0, 740px); justify-content: center; gap: 65px; }
.policy-nav { position: sticky; top: 115px; display: grid; align-content: start; gap: 8px; }
.policy-nav strong { margin-bottom: 7px; font-size: 10px; }
.policy-nav a { padding: 9px 11px; border-radius: 8px; color: var(--muted); font-size: 9px; }
.policy-nav a:hover { color: var(--blue); background: var(--pale); }
.policy-content { min-width: 0; }
.policy-block { scroll-margin-top: 110px; }
.policy-block + .policy-block { margin-top: 42px; padding-top: 42px; border-top: 1px solid var(--line); }
.policy-block h2 { margin: 0 0 14px; font-size: 26px; letter-spacing: -.035em; }
.policy-block p { margin: 0 0 14px; color: #43566f; font-size: 11px; line-height: 1.85; }
.policy-block ul { display: grid; gap: 9px; margin: 15px 0 0; padding-left: 18px; color: #43566f; font-size: 11px; line-height: 1.7; }
.ownership-note { margin-top: 22px; padding: 22px; border: 1px solid #c9def8; border-radius: 15px; background: #f5f9ff; }
.ownership-note > strong { display: block; color: var(--blue); font-size: 10px; }
.ownership-note ul { grid-template-columns: repeat(2, 1fr); gap: 8px 24px; margin-top: 12px; }
.ownership-note li { padding-left: 2px; font-size: 10px; }
.principle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 20px; }
.principle-card { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--canvas); }
.principle-card span { color: var(--blue); font-size: 9px; font-weight: 800; }
.principle-card h3 { margin: 8px 0 6px; font-size: 14px; }
.principle-card p { margin: 0; font-size: 9px; line-height: 1.65; }

.empty-state { padding: 55px; border: 1px dashed #bfd4ef; border-radius: 18px; background: var(--canvas); text-align: center; }
.empty-state strong { display: block; font-size: 18px; }
.empty-state p { margin: 8px 0 17px; color: var(--muted); font-size: 10px; }
.empty-state a { color: var(--blue); font-size: 10px; font-weight: 800; }
.not-found-page { min-height: 560px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.not-found-page > span { color: var(--blue); font-size: 14px; font-weight: 800; letter-spacing: .12em; }
.not-found-page h1 { margin: 10px 0; font-size: 42px; letter-spacing: -.045em; }
.not-found-page p { margin: 0 0 24px; color: var(--muted); font-size: 11px; }
.article-conclusion { margin-top: 45px; padding: 29px; border-radius: 17px; background: #071d3b; color: white; }
.article-conclusion .section-kicker { color: #73c5ff; }
.article-conclusion h2 { margin: 10px 0 10px; font-size: 24px; }
.article-conclusion p { margin: 0 0 19px; color: #bbcee5; font-size: 10px; line-height: 1.75; }
.article-conclusion .outline-button { border-color: rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.08); }
.article-conclusion .outline-button:hover { background: rgba(255,255,255,.16); }

.review-hub-section { padding: 55px 0 80px; background: var(--canvas); }
.review-hub-section .affiliate-disclosure { color: var(--ink); border-color: #cbdff7; background: white; }
.review-hub-section .affiliate-disclosure strong { color: var(--ink); }
.review-hub-section .affiliate-disclosure p { color: var(--muted); }
.review-hub-section .affiliate-disclosure > a { color: var(--blue); }
.review-hub-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.review-hub-card { scroll-margin-top: 105px; display: flex; flex-direction: column; min-height: 310px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.review-hub-card:hover { transform: translateY(-4px); border-color: #b2d3fb; box-shadow: 0 18px 40px rgba(22, 62, 112, .09); }
.review-hub-top { display: flex; align-items: center; justify-content: space-between; }
.review-hub-marker { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: var(--blue); background: var(--pale); font-size: 12px; font-weight: 800; }
.review-hub-top small { color: #8997aa; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.review-hub-mint .review-hub-marker { color: #078c69; background: var(--mint-pale); }
.review-hub-amber .review-hub-marker { color: #a96f00; background: var(--amber-pale); }
.review-hub-violet .review-hub-marker { color: #6040c3; background: #f1edff; }
.review-hub-card h2 { margin: 21px 0 9px; font-size: 18px; line-height: 1.4; letter-spacing: -.027em; }
.review-hub-card > p { margin: 0 0 18px; color: var(--muted); font-size: 9px; line-height: 1.7; }
.review-fit { display: grid; gap: 4px; margin-bottom: 18px; padding: 11px; border-radius: 10px; background: #f7faff; }
.review-fit span { color: #8695a9; font-size: 7px; text-transform: uppercase; letter-spacing: .07em; }
.review-fit strong { font-size: 9px; }
.review-hub-card .text-link { margin-top: auto; }

.comparison-section { background: white; }
.comparison-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 17px; }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: 9px; }
.comparison-table th, .comparison-table td { padding: 17px 19px; border-bottom: 1px solid var(--line); text-align: left; line-height: 1.55; }
.comparison-table thead th { color: #75859a; background: #f7faff; font-size: 8px; text-transform: uppercase; letter-spacing: .07em; }
.comparison-table tbody th { color: var(--ink); font-size: 10px; }
.comparison-table tbody td { color: #53667e; }
.comparison-table tbody tr:last-child th, .comparison-table tbody tr:last-child td { border-bottom: 0; }
.comparison-table td span { display: inline-block; padding: 6px 9px; border-radius: 999px; color: var(--blue); background: var(--pale); font-weight: 700; }
.methodology-section { overflow: hidden; background: linear-gradient(135deg, #061831, #0b326b); color: white; }
.methodology-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; }
.method-copy h2 { margin: 12px 0 13px; font-size: 38px; line-height: 1.25; letter-spacing: -.042em; }
.method-copy > p { margin: 0 0 24px; color: #b6c8df; font-size: 10px; line-height: 1.75; }
.method-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.method-list article { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; padding: 20px; border: 1px solid rgba(139,195,255,.18); border-radius: 15px; background: rgba(255,255,255,.065); }
.method-list article > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(82,178,255,.14); color: #70c4ff; }
.method-list svg { width: 17px; height: 17px; stroke-width: 2.4; }
.method-list strong { font-size: 10px; }
.method-list p { margin: 4px 0 0; color: #aebfd5; font-size: 8px; line-height: 1.55; }
.review-closing { display: flex; flex-direction: column; align-items: center; margin-top: 80px; margin-bottom: 80px; padding: 48px 30px; border: 1px solid #cfe1f8; border-radius: 21px; background: linear-gradient(135deg, #f7fbff, #eaf3ff); text-align: center; }
.review-closing > span { color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.review-closing h2 { margin: 9px 0 8px; font-size: 30px; letter-spacing: -.04em; }
.review-closing p { max-width: 590px; margin: 0 0 20px; color: var(--muted); font-size: 10px; line-height: 1.7; }
.process-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin: 19px 0 24px; }
.process-row span { display: inline-flex; align-items: center; gap: 8px; padding: 11px; border-radius: 9px; background: var(--canvas); color: #40546e; font-size: 9px; font-weight: 700; }
.process-row svg { width: 15px; height: 15px; color: var(--mint); stroke-width: 2.4; }

@media (max-width: 1080px) {
  .shell { width: min(100% - 52px, 960px); }
  .desktop-nav { gap: 18px; }
  .hero-intro { grid-template-columns: 1fr; gap: 18px; }
  .eyebrow { grid-column: auto; margin-bottom: 0; }
  .hero-intro > p { max-width: 680px; }
  .lead-grid { grid-template-columns: 1fr; }
  .side-stories { display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; }
  .side-title, .editor-note { grid-column: 1 / -1; }
  .topic-grid { grid-template-columns: repeat(3, 1fr); }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { gap: 30px; }
  .article-header-grid { gap: 35px; }
  .article-body-shell { grid-template-columns: minmax(0, 1fr) 230px; gap: 45px; }
  .review-hub-grid { grid-template-columns: repeat(2, 1fr); }
  .hot-topics a:last-child { display: none; }
  .news-lead-grid { grid-template-columns: 1.25fr .75fr; }
  .news-wire { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); column-gap: 18px; }
  .wire-header { grid-column: 1 / -1; }
  .news-wire .headline-item { grid-template-columns: auto 1fr; }
  .news-wire .headline-arrow { display: none; }
  .news-feed-layout { gap: 30px; }
  .desk-grid { grid-template-columns: 1fr; }
  .desk-feature { border-right: 0; padding-right: 0; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
  .desk-list { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .desk-list article { grid-template-columns: 1fr; padding: 0; border-bottom: 0; }
  .desk-thumb { height: 105px; }
  .desk-thumb .post-art-compact { min-height: 105px; }
  .review-news-grid { grid-template-columns: 1fr; }
  .review-lead-news { border-right: 0; padding-right: 0; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .review-topic-list { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .review-topic-list > a { grid-template-columns: auto 1fr; padding: 0; border-bottom: 0; }
  .review-topic-list > a > svg { display: none; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 36px, 720px); }
  .desktop-nav, .nav-cta { display: none; }
  .mobile-menu { display: block; }
  .editorial-hero { padding-top: 48px; }
  .lead-story { grid-template-columns: 1fr; }
  .lead-story .post-art { min-height: 320px; }
  .side-stories { display: block; }
  .editor-note { margin-top: 12px; }
  .section-heading, .decision-heading { grid-template-columns: 1fr; gap: 18px; }
  .decision-grid { grid-template-columns: 1fr; }
  .decision-card { min-height: 240px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .closing-banner { grid-template-columns: auto 1fr; }
  .closing-banner .light-button { grid-column: 2; width: fit-content; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid nav:last-child { grid-column: 2; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .article-header-grid { grid-template-columns: 1fr; }
  .article-header-grid .post-art { min-height: 330px; }
  .article-body-shell { grid-template-columns: 1fr; }
  .article-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .policy-layout { grid-template-columns: 1fr; gap: 35px; }
  .policy-nav { position: static; grid-template-columns: repeat(3, 1fr); }
  .policy-nav strong { grid-column: 1 / -1; }
  .methodology-grid { grid-template-columns: 1fr; gap: 40px; }
  .news-masthead-inner { flex-wrap: wrap; gap: 8px 20px; padding-block: 10px; }
  .hot-topics { order: 3; width: 100%; justify-content: flex-start; margin-left: 0; }
  .news-section-heading { align-items: flex-start; }
  .news-section-heading > p { max-width: 300px; }
  .news-lead-grid { grid-template-columns: 1fr; }
  .lead-news-card { border-right: 0; padding-right: 0; }
  .lead-news-secondary { grid-template-columns: repeat(2, 1fr); border-right: 0; padding-right: 0; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
  .secondary-news-card + .secondary-news-card { padding-top: 0; padding-left: 19px; border-top: 0; border-left: 1px solid var(--line); }
  .news-wire { grid-template-columns: repeat(2, 1fr); }
  .news-feed-layout { grid-template-columns: 1fr; }
  .popular-sidebar { padding-top: 20px; }
  .popular-list { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 25px; }
  .author-news-note { max-width: 460px; }
  .desk-feature { grid-template-columns: 1fr; }
  .desk-feature > a, .desk-feature .post-art { min-height: 280px; }
  .review-lead-news { grid-template-columns: 1fr; }
  .review-lead-news > a, .review-lead-news .post-art { min-height: 280px; }
  .education-feature { grid-template-columns: 1fr; }
  .education-feature > a, .education-feature .post-art { min-height: 280px; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 520px); }
  .top-note { justify-content: space-between; font-size: 8px; }
  .top-note span svg { display: none; }
  .site-header { height: 72px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 11px; }
  .brand-copy strong { font-size: 19px; }
  .editorial-hero { padding: 35px 0 38px; }
  .hero-intro { margin-bottom: 28px; }
  .hero-intro h1 { font-size: 40px; }
  .lead-story .post-art { min-height: 250px; }
  .lead-copy { padding: 25px; }
  .lead-copy h2 { font-size: 27px; }
  .side-stories { padding: 20px; }
  .topic-grid { grid-template-columns: 1fr 1fr; }
  .topic-card { grid-template-columns: auto 1fr; }
  .topic-card > svg { display: none; }
  .section { padding: 70px 0; }
  .section-heading h2, .editorial-card h2 { font-size: 33px; }
  .post-grid { grid-template-columns: 1fr; }
  .affiliate-disclosure { grid-template-columns: auto 1fr; }
  .affiliate-disclosure > a { grid-column: 2; }
  .editorial-card { padding: 28px; }
  .editorial-principles article { padding: 18px; }
  .closing-banner { width: calc(100% - 28px); grid-template-columns: 1fr; margin-top: 70px; margin-bottom: 70px; padding: 28px; }
  .closing-banner .light-button { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid nav:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .page-hero { padding-top: 42px; }
  .page-hero h1 { font-size: 39px; }
  .library-section { padding-top: 48px; }
  .article-header { padding-top: 40px; }
  .article-header h1 { font-size: 37px; }
  .article-header-grid .post-art { min-height: 250px; }
  .article-body-shell { padding-top: 40px; gap: 40px; }
  .article-content > p.article-intro { font-size: 13px; }
  .article-section h2 { font-size: 24px; }
  .article-sidebar { grid-template-columns: 1fr; }
  .principle-grid { grid-template-columns: 1fr; }
  .policy-nav { grid-template-columns: 1fr; }
  .review-hub-grid { grid-template-columns: 1fr; }
  .method-list { grid-template-columns: 1fr; }
  .method-copy h2 { font-size: 32px; }
  .review-closing { width: calc(100% - 28px); margin-top: 65px; margin-bottom: 65px; padding: 38px 22px; }
  .process-row { grid-template-columns: 1fr; }
  .ownership-note ul { grid-template-columns: 1fr; }
  .edition-mark { width: 100%; border-right: 0; padding-right: 0; }
  .news-update { display: none; }
  .hot-topics { gap: 11px; }
  .hot-topics a:nth-of-type(n+3) { display: none; }
  .news-section-heading { display: block; border-bottom-width: 2px; }
  .news-section-heading > div { display: block; }
  .news-section-heading h1 { margin-top: 4px; font-size: 24px; }
  .news-section-heading > p { margin-top: 9px; max-width: none; text-align: left; }
  .lead-news-card { grid-template-rows: 220px 1fr; }
  .lead-news-art .post-art { min-height: 220px; }
  .lead-news-copy h2 { font-size: 25px; }
  .lead-news-secondary { grid-template-columns: 1fr; }
  .secondary-news-card + .secondary-news-card { padding-top: 18px; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .secondary-news-card > a { height: 150px; }
  .secondary-news-card .post-art-compact { min-height: 150px; }
  .news-wire { display: block; }
  .news-category-inner > a { padding-inline: 14px; }
  .news-feed-section { padding-block: 50px 60px; }
  .news-row { grid-template-columns: 112px 1fr; gap: 13px; }
  .news-row-art { height: 86px; }
  .news-row-art .post-art-compact { min-height: 86px; }
  .news-row-art .art-marker { width: 42px; height: 42px; border-radius: 12px; font-size: 13px; }
  .news-row-copy h3 { margin-top: 7px; font-size: 13px; }
  .news-row-copy p { display: none; }
  .popular-list { grid-template-columns: 1fr; }
  .news-desk-section, .review-newsroom, .education-desk { padding-block: 54px 60px; }
  .desk-heading h2 { font-size: 22px; }
  .desk-heading > a { white-space: nowrap; }
  .desk-feature > a, .desk-feature .post-art { min-height: 230px; }
  .desk-feature h3 { font-size: 22px; }
  .desk-list { grid-template-columns: 1fr; }
  .desk-list article { grid-template-columns: 110px 1fr; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .desk-thumb { height: 74px; }
  .desk-thumb .post-art-compact { min-height: 74px; }
  .review-lead-news > a, .review-lead-news .post-art { min-height: 230px; }
  .review-lead-news h3 { font-size: 22px; }
  .review-topic-list { grid-template-columns: 1fr; }
  .review-topic-list > a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .education-feature > a, .education-feature .post-art { min-height: 230px; }
  .education-feature h3 { font-size: 24px; }
}

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

/* WordPress integration */
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus, .skip-link:focus { width: auto; height: auto; margin: 0; padding: 12px 18px; overflow: visible; clip: auto; white-space: normal; }
body.admin-bar .site-header { top: 32px; }
.desktop-nav .menu { height: 100%; display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.desktop-nav .menu > li { height: 100%; }
.mobile-menu nav .menu { display: contents; margin: 0; padding: 0; list-style: none; }
.brand-custom-logo { display: block; width: auto; max-width: 210px; max-height: 54px; object-fit: contain; }
.post-art-image img { width: 100%; height: 100%; min-height: inherit; display: block; object-fit: cover; transition: transform .35s ease; }
a:hover .post-art-image img { transform: scale(1.025); }
.article-cover { overflow: hidden; border-radius: 5px; }
.article-cover .post-art { min-height: 410px; }
.article-byline .author-avatar-image { width: 38px; height: 38px; border-radius: 12px; object-fit: cover; }
.entry-content { color: #425670; font-size: 12px; line-height: 1.95; }
.entry-content > * { max-width: 100%; }
.entry-content > * + * { margin-top: 1.25em; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--ink); line-height: 1.35; letter-spacing: -.03em; }
.entry-content h2 { margin-top: 1.8em; margin-bottom: .55em; font-size: 27px; }
.entry-content h3 { margin-top: 1.6em; margin-bottom: .5em; font-size: 21px; }
.entry-content p { margin-bottom: 1.25em; }
.entry-content a:not(.affiliate-button):not(.wp-block-button__link) { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.entry-content ul, .entry-content ol { padding-left: 1.4em; }
.entry-content li + li { margin-top: .5em; }
.entry-content blockquote { margin: 2em 0; padding: 18px 22px; border-left: 4px solid var(--blue); background: #f5f9ff; color: var(--ink-2); }
.entry-content blockquote p { margin: 0; }
.entry-content figure { margin: 2em 0; }
.entry-content figcaption { margin-top: 8px; color: var(--muted); font-size: 9px; text-align: center; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.entry-content th { background: var(--canvas); color: var(--ink); }
.entry-content .alignwide { width: min(960px, calc(100vw - 40px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.entry-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-block-button__link, .affiliate-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 17px; border-radius: 10px; color: white; background: var(--blue); font-size: 10px; font-weight: 800; text-decoration: none; box-shadow: 0 9px 22px rgba(21, 94, 239, .18); }
.wp-block-button__link:hover, .affiliate-button:hover { color: white; background: var(--blue-dark); transform: translateY(-1px); }
.affiliate-button svg { width: 14px; height: 14px; }
.article-author-box { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; margin-top: 48px; padding: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-author-box img { width: 62px; height: 62px; border-radius: 18px; object-fit: cover; }
.article-author-box span { color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.article-author-box h2 { margin: 4px 0 5px; font-size: 18px; }
.article-author-box p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.65; }
.page-content-shell { width: min(760px, 100%); }
.page-content-shell.entry-content { font-size: 13px; }
.widget-title { margin: 0 0 13px; font-size: 12px; }
.widget ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.widget li, .widget p { color: var(--muted); font-size: 9px; line-height: 1.6; }
.widget a:hover { color: var(--blue); }
.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 9px; }
.search-submit { min-height: 42px; padding: 0 14px; border: 0; border-radius: 9px; color: white; background: var(--blue); cursor: pointer; }
.pagination { margin-top: 38px; }
.pagination .page-numbers { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin: 0; padding: 0; list-style: none; }
.pagination a, .pagination span { min-width: 38px; min-height: 38px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink-2); background: white; font-size: 9px; font-weight: 750; }
.pagination .current, .pagination a:hover { border-color: var(--blue); color: white; background: var(--blue); }
.page-links { display: flex; gap: 7px; margin-top: 24px; }
.page-links > * { min-width: 34px; min-height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; }
.sticky.post-card { border-top: 4px solid var(--blue); }

@media (max-width: 1080px) {
  .desktop-nav .menu { gap: 18px; }
}

@media (max-width: 820px) {
  body.admin-bar .site-header { top: 46px; }
  .article-cover .post-art { min-height: 330px; }
}

@media (max-width: 600px) {
  .article-cover .post-art { min-height: 250px; }
  .entry-content { font-size: 11px; }
  .entry-content h2 { font-size: 24px; }
  .entry-content h3 { font-size: 19px; }
  .article-author-box { align-items: start; padding-inline: 0; }
}
