:root {
  --be-ink: #0f172a;
  --be-text: #334155;
  --be-muted: #64748b;
  --be-teal: #0d9488;
  --be-teal-dark: #0f766e;
  --be-mint: #eef8f6;
  --be-line: #d4ece7;
  --be-paper: #fdfffe;
  --be-canvas: #f5fbf9;
  --be-night: #060f1e;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.np-blog-page {
  margin: 0;
  padding-top: 62px;
  background: linear-gradient(160deg, #f4fdfb 0%, #f7fbfa 36%, #fff 70%, #f5fbf9 100%);
  color: var(--be-ink);
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.be-skip { position: fixed; top: -80px; left: 1rem; z-index: 9999; padding: .75rem 1rem; border-radius: 0 0 10px 10px; background: var(--be-night); color: #fff; font-weight: 800; }
.be-skip:focus { top: 0; }
.be-index-hero { position: relative; overflow: hidden; padding: clamp(2.5rem, 6vw, 4.8rem) max(20px, 6vw); background: radial-gradient(circle at 85% 0, rgba(13,148,136,.22), transparent 32%), linear-gradient(145deg,#060f1e,#0b2218 56%,#050d1a); color: #fff; }
.be-index-hero-inner { width: min(1160px, 100%); margin: auto; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: end; }
.be-eyebrow { display: inline-flex; color: #5eead4; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.be-index-hero h1 { max-width: 780px; margin: .7rem 0 1rem; font-size: clamp(2.35rem, 5vw, 4.5rem); line-height: .99; letter-spacing: -.055em; }
.be-index-hero p { max-width: 700px; margin: 0; color: #bfd7d1; font-size: 1rem; line-height: 1.7; }
.be-hero-signal { display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.be-hero-signal div { min-height: 112px; padding: 1.15rem; border-right: 1px solid rgba(255,255,255,.1); }
.be-hero-signal div:last-child { border-right: 0; }
.be-hero-signal strong { display: block; font-size: 1.25rem; }
.be-hero-signal span { display: block; margin-top: .35rem; color: #9fc1bd; font-size: .76rem; line-height: 1.5; }
.be-index-main { width: min(1160px, calc(100% - clamp(22px, 7vw, 96px))); margin: auto; padding: clamp(2.5rem, 5vw, 4rem) 0 3.5rem; }
.be-section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 1.25rem; }
.be-section-head h2 { margin: .35rem 0 0; font-size: clamp(1.8rem, 3.5vw, 2.8rem); line-height: 1.04; letter-spacing: -.045em; }
.be-section-head p { max-width: 540px; margin: 0; color: var(--be-muted); line-height: 1.65; }
.be-series-grid, .be-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.be-post-grid { margin-top: 1rem; }
.be-index-section + .be-index-section { margin-top: clamp(2.5rem, 5vw, 4rem); }
.be-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--be-line); border-radius: 19px; background: var(--be-paper); color: inherit; text-decoration: none; box-shadow: 0 11px 30px rgba(15,23,42,.055); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.be-card:hover { transform: translateY(-3px); border-color: #8dd9ce; box-shadow: 0 20px 44px rgba(13,148,136,.12); }
.be-card-image { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: linear-gradient(135deg,#dff8f3,#dbeafe); }
.be-card-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.be-card:hover .be-card-image img { transform: scale(1.025); }
.be-card-label { position: absolute; left: .8rem; bottom: .75rem; padding: .32rem .55rem; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(6,15,30,.82); color: #fff; font-size: .62rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(8px); }
.be-card-body { flex: 1; padding: 1.05rem 1.1rem .9rem; }
.be-card-meta { display: flex; justify-content: space-between; gap: .7rem; margin-bottom: .6rem; color: var(--be-muted); font-size: .68rem; font-weight: 700; }
.be-card h2, .be-card h3 { margin: 0 0 .55rem; color: var(--be-ink); font-size: 1.02rem; line-height: 1.32; letter-spacing: -.015em; }
.be-series-grid .be-card h2 { font-size: 1.12rem; }
.be-card p { display: -webkit-box; overflow: hidden; margin: 0; color: #475569; font-size: .8rem; line-height: 1.62; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.be-card-foot { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 1.1rem; border-top: 1px solid var(--be-line); color: var(--be-teal-dark); font-size: .74rem; font-weight: 850; }
.be-hub-cta { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1.5rem; align-items: center; margin-top: 2.7rem; padding: clamp(1.4rem, 3vw, 2.2rem); border: 1px solid #a7e8e0; border-radius: 21px; background: linear-gradient(135deg,#eef8f6,#dff8f3); }
.be-hub-cta h2 { margin: 0 0 .35rem; font-size: clamp(1.35rem, 2.6vw, 2rem); }
.be-hub-cta p { margin: 0; color: #46605b; line-height: 1.65; }
.be-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: .72rem 1rem; border: 1px solid var(--be-teal-dark); border-radius: 11px; background: var(--be-teal-dark); color: #fff; text-decoration: none; font-size: .82rem; font-weight: 850; }

.wh-hero { padding: 1rem max(20px,5vw) clamp(2rem,5vw,3.8rem); background: radial-gradient(circle at 88% 0,rgba(13,148,136,.2),transparent 31%), linear-gradient(145deg,#060f1e,#0b2218 56%,#050d1a); color: #fff; }
.wh-hero-inner { width: min(1180px,100%); margin: auto; }
.wh-breadcrumbs { display: flex; gap: .45rem; align-items: center; flex-wrap: wrap; padding: .35rem 0 1.1rem; color: #8eb4ae; font-size: .74rem; }
.wh-breadcrumbs a { color: #99f6e4; text-decoration: none; }
.wh-hero-grid { display: grid; grid-template-columns: minmax(0,1.03fr) minmax(360px,.97fr); gap: clamp(1.5rem,5vw,4rem); align-items: center; }
.wh-category { display: inline-flex; margin-bottom: .75rem; padding: .35rem .6rem; border: 1px solid rgba(94,234,212,.35); border-radius: 999px; background: rgba(13,148,136,.16); color: #99f6e4; font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.wh-hero h1 { max-width: 790px; margin: 0 0 1rem; font-size: clamp(2.2rem,4.8vw,4.35rem); line-height: 1.01; letter-spacing: -.055em; }
.wh-deck { max-width: 730px; margin: 0; color: #c2d9d4; font-size: 1rem; line-height: 1.7; }
.wh-meta { display: flex; flex-wrap: wrap; gap: .55rem 1rem; margin-top: 1.15rem; color: #8eb4ae; font-size: .73rem; font-weight: 700; }
.wh-hero-media { position: relative; overflow: hidden; aspect-ratio: 16 / 10; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: #0f2c28; box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.wh-hero-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.wh-page { width: min(1180px,calc(100% - clamp(22px,7vw,96px))); margin: auto; padding: clamp(2rem,4vw,3.5rem) 0 3.5rem; }
.wh-disclaimer { display: grid; grid-template-columns: auto minmax(0,1fr); gap: .8rem; align-items: start; margin-bottom: 1.2rem; padding: .9rem 1rem; border: 1px solid #f3d39a; border-radius: 13px; background: #fff9ed; color: #694c20; font-size: .78rem; line-height: 1.55; }
.wh-disclaimer strong { color: #7c4a03; }
.wh-layout { display: grid; grid-template-columns: minmax(0,780px) minmax(270px,330px); gap: clamp(1.3rem,4vw,3rem); align-items: start; }
.wh-article { min-width: 0; padding: clamp(1.25rem,3.5vw,2.6rem); border: 1px solid var(--be-line); border-radius: 24px; background: var(--be-paper); box-shadow: 0 14px 40px rgba(15,23,42,.05); }
.wh-article > :first-child { margin-top: 0; }
.wh-article p, .wh-article li { color: var(--be-text); font-family: Georgia, "Times New Roman", serif; font-size: 1.02rem; line-height: 1.82; }
.wh-article p { margin: 0 0 1.15rem; }
.wh-article ul, .wh-article ol { margin: .4rem 0 1.3rem; padding-left: 1.35rem; }
.wh-article li + li { margin-top: .5rem; }
.wh-article h2 { margin: 2.2rem 0 .75rem; color: var(--be-ink); font-size: clamp(1.55rem,3vw,2.25rem); line-height: 1.12; letter-spacing: -.035em; }
.wh-article h3 { margin: 1.55rem 0 .55rem; color: var(--be-ink); font-size: 1.13rem; line-height: 1.3; }
.wh-article a { color: var(--be-teal-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.wh-summary { margin-bottom: 1.6rem; padding: 1.15rem 1.25rem; border-left: 4px solid var(--be-teal); border-radius: 0 15px 15px 0; background: var(--be-mint); }
.wh-summary h2 { margin: 0 0 .55rem; font-size: 1.08rem; }
.wh-summary ul { margin: 0; padding-left: 1.1rem; }
.wh-summary li { font-family: Outfit,system-ui,sans-serif; font-size: .84rem; line-height: 1.65; }
.wh-note { margin: 1.4rem 0; padding: 1rem 1.1rem; border: 1px solid #b7e5dd; border-radius: 14px; background: #f5fffd; }
.wh-note strong { display: block; margin-bottom: .35rem; color: var(--be-teal-dark); font-family: Outfit,system-ui,sans-serif; }
.wh-table-wrap { overflow-x: auto; margin: 1.2rem 0 1.6rem; border: 1px solid var(--be-line); border-radius: 15px; }
.wh-table { width: 100%; min-width: 680px; border-collapse: collapse; background: #fff; }
.wh-table th, .wh-table td { padding: .8rem .85rem; border-bottom: 1px solid var(--be-line); text-align: left; vertical-align: top; }
.wh-table th { background: var(--be-mint); color: var(--be-teal-dark); font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }
.wh-table td { color: var(--be-text); font-size: .8rem; line-height: 1.55; }
.wh-table tr:last-child td { border-bottom: 0; }
.wh-source-list { display: grid; gap: .6rem; padding-left: 1.15rem; }
.wh-source-list li { font-family: Outfit,system-ui,sans-serif; font-size: .78rem; line-height: 1.5; }
.wh-sidebar { position: sticky; top: 78px; display: grid; gap: 1rem; }
.wh-lens { overflow: hidden; border: 1px solid rgba(13,148,136,.22); border-radius: 20px; background: linear-gradient(145deg,#06151b,#0a2a25); color: #fff; box-shadow: 0 18px 44px rgba(6,21,27,.14); }
.wh-lens-head { padding: 1.25rem 1.2rem 1rem; border-bottom: 1px solid rgba(255,255,255,.09); }
.wh-lens-kicker { display: inline-flex; margin-bottom: .5rem; color: #5eead4; font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.wh-lens h2 { margin: 0 0 .45rem; font-size: 1.2rem; line-height: 1.15; }
.wh-lens p { margin: 0; color: #9fc1bd; font-size: .78rem; line-height: 1.55; }
.wh-lens-links { display: grid; padding: .55rem; }
.wh-lens-link { display: grid; grid-template-columns: 32px minmax(0,1fr) auto; gap: .65rem; align-items: center; padding: .72rem .65rem; border-radius: 11px; color: #d7ebe7; text-decoration: none; }
.wh-lens-link:hover, .wh-lens-link:focus-visible { background: rgba(255,255,255,.08); }
.wh-lens-icon { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: rgba(45,212,191,.14); color: #5eead4; font-weight: 900; }
.wh-lens-link strong { display: block; font-size: .78rem; }
.wh-lens-link span { display: block; margin-top: .15rem; color: #81aaa4; font-size: .65rem; line-height: 1.35; }
.wh-lens-arrow { color: #5eead4; }
.wh-lens-foot { padding: .8rem 1.1rem 1.1rem; }
.wh-lens-foot .be-button { width: 100%; border-color: #14b8a6; background: #0f766e; }
.wh-visit-card { padding: 1.1rem; border: 1px solid var(--be-line); border-radius: 18px; background: var(--be-paper); }
.wh-visit-card h2 { margin: 0 0 .7rem; font-size: 1rem; }
.wh-visit-card ul { display: grid; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.wh-visit-card li { position: relative; padding-left: 1.15rem; color: #526271; font-size: .75rem; line-height: 1.45; }
.wh-visit-card li:before { content: "✓"; position: absolute; left: 0; color: var(--be-teal); font-weight: 900; }
.wh-related { margin-top: 1.4rem; }
.wh-related h2 { margin: 0 0 .8rem; font-size: 1.25rem; }
.wh-related-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .8rem; }
.wh-related-card { padding: 1rem; border: 1px solid var(--be-line); border-radius: 15px; background: var(--be-paper); color: inherit; text-decoration: none; }
.wh-related-card span { color: var(--be-teal-dark); font-size: .63rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.wh-related-card strong { display: block; margin-top: .35rem; font-size: .9rem; line-height: 1.35; }
.be-footer { padding: clamp(2.7rem,5vw,4rem) max(20px,5vw) 1.4rem; background: radial-gradient(circle at 10% 0,rgba(13,148,136,.18),transparent 28%),linear-gradient(145deg,#060f1e,#0a1f18); color: #9fc1bd; }
.be-footer-inner { width: min(1160px,100%); margin: auto; }
.be-footer-grid { display: grid; grid-template-columns: minmax(230px,1.45fr) repeat(3,minmax(135px,1fr)); gap: clamp(1.4rem,4vw,3rem); }
.be-footer-logo { color: #fff; text-decoration: none; font-size: 1.25rem; font-weight: 900; letter-spacing: -.04em; }
.be-footer-logo span { color: #45dfc7; }
.be-footer-brand p { max-width: 330px; margin: .75rem 0 1rem; color: #9fc1bd; font-size: .82rem; line-height: 1.65; }
.be-footer-col h2 { margin: 0 0 .8rem; color: #6ee7d3; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.be-footer-col ul { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.be-footer-col a { color: #a9c5c2; text-decoration: none; font-size: .79rem; font-weight: 600; }
.be-footer-col a:hover { color: #fff; }
.be-footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-top: 2.2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.1); color: #779b97; font-size: .7rem; }
.be-card:focus-visible, .be-button:focus-visible, .wh-lens-link:focus-visible, .wh-related-card:focus-visible, .be-footer a:focus-visible { outline: 3px solid rgba(13,148,136,.35); outline-offset: 3px; }
@media (max-width: 940px) {
  .be-series-grid, .be-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wh-layout { grid-template-columns: 1fr; }
  .wh-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .be-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .be-footer-brand { grid-column: 1/-1; }
}
@media (max-width: 760px) {
  .be-index-hero-inner, .wh-hero-grid { grid-template-columns: 1fr; }
  .wh-hero-media { aspect-ratio: 16/9; }
  .be-section-head { display: block; }
  .be-section-head p { margin-top: .6rem; }
  .be-hub-cta { grid-template-columns: 1fr; }
  .wh-related-grid { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
  .be-series-grid, .be-post-grid { grid-template-columns: 1fr; }
  .be-index-main, .wh-page { width: min(100% - 20px,1160px); }
  .be-hero-signal { grid-template-columns: 1fr 1fr; }
  .be-hero-signal div { min-height: 94px; }
  .wh-hero { padding-inline: 10px; }
  .wh-hero h1 { font-size: clamp(2rem,10vw,3rem); }
  .wh-article { padding: 1.15rem 1rem; border-radius: 18px; }
  .wh-article p, .wh-article li { font-size: .98rem; line-height: 1.76; }
  .wh-sidebar { grid-template-columns: 1fr; }
  .be-footer-grid { grid-template-columns: 1fr 1fr; }
  .be-footer-brand { grid-column: 1/-1; }
}
@media (max-width: 380px) { .be-footer-grid { grid-template-columns: 1fr; } .be-footer-brand { grid-column: auto; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .be-card, .be-card-image img { transition: none; } .be-card:hover, .be-card:hover .be-card-image img { transform: none; } }
