/*
Theme Name: Blockpost Journal
Theme URI: https://blockpost.tech/
Author: FeederText Platform
Description: A reader-first crypto news theme for Blockpost.
Version: 2.3.7
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: blockpost-journal
*/

:root {
  --bp-black: #0a0a0a;
  --bp-text: #171717;
  --bp-muted: #616161;
  --bp-light: #f7f7f5;
  --bp-line: #d7d7d2;
  --bp-brand: #007f8b;
  --bp-brand-dark: #005f68;
  --bp-red: #c51b29;
  --bp-white: #fff;
  --bp-width: 1280px;
  --bp-reading: 720px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bp-white);
  color: var(--bp-text);
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #54c9d2; outline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: #fff; color: #111; }

.bp-shell { width: min(calc(100% - 40px), var(--bp-width)); margin-inline: auto; }
.bp-label { margin: 0; color: var(--bp-brand-dark); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bp-section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 20px; padding-top: 12px; border-top: 4px solid var(--bp-black); }
.bp-section-head h2 { margin: 0; font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1.1; letter-spacing: -.025em; }
.bp-section-head a { color: var(--bp-brand-dark); font-size: .78rem; font-weight: 700; white-space: nowrap; }

/* Masthead and navigation */
.site-utility { border-bottom: 1px solid var(--bp-line); background: #fff; }
.site-utility__inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; color: var(--bp-muted); font-size: .68rem; }
.site-utility__links { display: flex; gap: 16px; }
.site-utility a:hover { color: var(--bp-brand-dark); text-decoration: underline; }
.site-header { background: #fff; }
.site-header__main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 96px; }
.site-header__date { color: var(--bp-muted); font-size: .72rem; }
.site-brand { display: inline-flex; align-items: baseline; justify-content: center; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.site-brand span { color: var(--bp-brand); }
.site-header__tagline { justify-self: end; max-width: 250px; color: var(--bp-muted); font-size: .7rem; text-align: right; }
.site-nav { border-block: 1px solid var(--bp-black); }
.site-nav__inner { overflow-x: auto; scrollbar-width: none; }
.site-nav__inner::-webkit-scrollbar { display: none; }
.site-nav ul { display: flex; align-items: center; justify-content: center; gap: 30px; min-width: max-content; min-height: 47px; margin: 0; padding: 0; list-style: none; }
.site-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .8rem; font-weight: 700; }
.site-nav a:hover, .site-nav .current-menu-item > a { color: var(--bp-brand-dark); }
.site-local-nav { border-bottom: 1px solid var(--bp-line); }
.site-local-nav__inner { display: flex; align-items: center; justify-content: center; gap: 22px; min-height: 38px; overflow-x: auto; scrollbar-width: none; }
.site-local-nav__inner::-webkit-scrollbar { display: none; }
.site-local-nav a { flex: 0 0 auto; min-height: 38px; padding-top: 10px; color: #454545; font-size: .7rem; }
.site-local-nav a:hover, .site-local-nav a[aria-current="page"] { color: var(--bp-brand-dark); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }

/* Homepage */
.bp-home { padding: 28px 0 76px; }
.bp-market-strip { margin-bottom: 24px; padding: 16px 18px; border: 1px solid #dde6e6; border-radius: 18px; background: #f8fbfb; }
.bp-market-strip__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.bp-market-strip__head h2 { margin: 0; font-size: .72rem; letter-spacing: .12em; }
.bp-market-strip__head p { margin: 0; color: var(--bp-muted); font-size: .65rem; }
.bp-market-strip__grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); }
.bp-market-metric { min-width: 0; padding: 8px 14px; border-left: 1px solid var(--bp-line); }
.bp-market-metric:first-child { padding-left: 0; border-left: 0; }
.bp-market-metric span, .bp-market-metric small { display: block; overflow: hidden; color: var(--bp-muted); font-size: .6rem; text-overflow: ellipsis; white-space: nowrap; }
.bp-market-metric strong { display: block; margin: 4px 0 2px; font-family: Georgia, serif; font-size: clamp(1rem,2vw,1.35rem); }
.bp-market-strip__link { display: block; margin-top: 13px; color: var(--bp-brand-dark); font-size: .7rem; font-weight: 800; text-align: right; }
.bp-coin-dashboard { padding: 36px 0 76px; }
.bp-dashboard-head { margin-bottom: 28px; }
.bp-dashboard-head h1 { margin: 7px 0; font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(2rem,5vw,3.25rem); letter-spacing: -.035em; }
.bp-dashboard-head > p:last-child { margin: 0; color: var(--bp-muted); }
.bp-dashboard-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.bp-dashboard-section-head h2 { margin: 5px 0 0; font-family: Georgia, serif; font-size: clamp(1.6rem,3vw,2.25rem); }
.bp-period-switch { display: flex; border: 1px solid var(--bp-line); }
.bp-period-switch button { min-width: 48px; padding: 8px 10px; border: 0; border-left: 1px solid var(--bp-line); background: #fff; cursor: pointer; font-size: .68rem; font-weight: 800; }
.bp-period-switch button:first-child { border-left: 0; }
.bp-period-switch button[aria-pressed="true"] { background: var(--bp-black); color: #fff; }
.bp-heatmap { padding: 22px 0; border-top: 4px solid var(--bp-black); }
.bp-heatmap__tiles { position: relative; height: 480px; overflow: hidden; background: #fff; }
.bp-heatmap-tile { position: absolute; display: flex; overflow: hidden; flex-direction: column; align-items: center; justify-content: center; padding: 8px; color: #fff; text-align: center; transition: filter .15s ease; }
.bp-heatmap-tile:hover { filter: brightness(.9); }
.bp-heatmap-tile strong { font-size: clamp(.9rem,2vw,1.25rem); }
.bp-heatmap-tile span { font-size: .75rem; }
.bp-heatmap-tile.is-up { background: #087f5b; }
.bp-heatmap-tile.is-down { background: #c92a2a; }
.bp-heatmap-tile.is-flat { background: #687076; }
.bp-data-empty { display: grid; min-height: 260px; place-items: center; border: 1px dashed var(--bp-line); color: var(--bp-muted); }
.bp-market-summary { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border-block: 1px solid var(--bp-line); }
.bp-market-summary div { padding: 18px; border-left: 1px solid var(--bp-line); }
.bp-market-summary div:first-child { border-left: 0; }
.bp-market-summary span { display: block; color: var(--bp-muted); font-size: .65rem; }
.bp-market-summary strong { display: block; margin-top: 5px; font-family: Georgia, serif; font-size: 1.3rem; }
.bp-dashboard-panels { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 38px; }
.bp-dashboard-panels section { padding-top: 15px; border-top: 3px solid var(--bp-black); }
.bp-dashboard-panels h2 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 1.15rem; }
.bp-dashboard-panels p, .bp-dashboard-panels a { color: var(--bp-muted); font-size: .75rem; }
.bp-home-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.bp-home-title h1, .bp-home-title h2 { margin: 0; font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(2rem, 5vw, 3.25rem); line-height: 1; letter-spacing: -.035em; }
.bp-home-title > a { color: var(--bp-brand-dark); font-size: .72rem; font-weight: 800; }
.bp-home-title--stories { margin: 38px 0 18px; }
.bp-home-title--stories .bp-label { margin-bottom: 8px; }

.bp-daily-brief { position: relative; display: grid; grid-template-columns: minmax(0,1.6fr) minmax(260px,.72fr); min-height: 330px; overflow: hidden; border-radius: 26px; background: radial-gradient(circle at 90% 5%,rgba(38,190,196,.28),transparent 34%),linear-gradient(135deg,#081315 0%,#10282b 58%,#0a5961 140%); color: #fff; box-shadow: 0 24px 60px rgba(9,35,38,.16); }
.bp-daily-brief::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 42px 42px; content: ""; pointer-events: none; }
.bp-daily-brief__content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: clamp(30px,5vw,66px); }
.bp-daily-brief__eyebrow { display: flex; gap: 12px; align-items: center; margin-bottom: 25px; color: #a9dfe2; font-size: .65rem; font-weight: 800; letter-spacing: .11em; }
.bp-daily-brief__eyebrow span { padding: 6px 9px; border: 1px solid rgba(169,223,226,.45); border-radius: 999px; }
.bp-daily-brief h1 { max-width: 820px; margin: 0; font-family: Georgia,"Noto Serif KR",serif; font-size: clamp(2.2rem,5vw,4.7rem); line-height: 1.02; letter-spacing: -.05em; }
.bp-daily-brief h1 a:hover { color: #b8f5f5; }
.bp-daily-brief__content > p { max-width: 720px; margin: 20px 0 0; color: #c7d7d8; font-family: Georgia,"Noto Serif KR",serif; font-size: clamp(.9rem,1.5vw,1.08rem); line-height: 1.7; }
.bp-daily-brief__cta { width: fit-content; margin-top: 28px; padding-bottom: 5px; border-bottom: 1px solid #70d4da; color: #d9ffff; font-size: .75rem; font-weight: 800; }
.bp-daily-brief__pipeline { position: relative; z-index: 1; display: grid; align-content: center; padding: 30px 35px; border-left: 1px solid rgba(255,255,255,.13); background: rgba(0,0,0,.12); }
.bp-daily-brief__pipeline span, .bp-daily-brief__pipeline strong { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.13); color: #b8cbcd; font-size: .68rem; letter-spacing: .04em; }
.bp-daily-brief__pipeline span::before { margin-right: 9px; color: #55c8cf; content: "●"; font-size: .5rem; }
.bp-daily-brief__pipeline strong { color: #fff; font-size: .85rem; }

.bp-editorial-hero { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(290px,.68fr); gap: clamp(24px,4vw,52px); align-items: start; }
.bp-editorial-hero__lead { min-width: 0; }
.bp-editorial-hero .bp-lead-story__image { border-radius: 20px; }
.bp-editorial-hero .bp-lead-story h2 { max-width: 960px; font-size: clamp(2rem,4vw,3.6rem); }
.bp-editorial-hero__updates { padding: 22px; border: 1px solid #e2e7e6; border-radius: 20px; background: #fbfcfc; }
.bp-updates-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.bp-updates-head h2 { margin: 0; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.bp-updates-head span { color: var(--bp-brand-dark); font-size: .58rem; font-weight: 800; }
.bp-story-list--modern li { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 10px; padding: 18px 0; }
.bp-story-list--modern .bp-story-index { padding-top: 3px; color: #97a6a7; font-family: Georgia,serif; font-size: .65rem; }
.bp-story-list--modern a { font-size: .98rem; }

.bp-topic-runway { margin-top: 58px; padding-top: 18px; border-top: 1px solid var(--bp-black); }
.bp-topic-runway > header { display: grid; grid-template-columns: 100px minmax(220px,.7fr) minmax(260px,1fr); gap: 18px; align-items: baseline; margin-bottom: 18px; }
.bp-topic-runway h2 { margin: 0; font-family: Georgia,"Noto Serif KR",serif; font-size: 1.7rem; }
.bp-topic-runway header > p:last-child { margin: 0; color: var(--bp-muted); font-size: .75rem; }
.bp-topic-runway__track { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); border: 1px solid var(--bp-line); border-radius: 18px; overflow: hidden; }
.bp-topic-runway__track a { position: relative; display: flex; min-height: 150px; flex-direction: column; padding: 18px 15px; border-left: 1px solid var(--bp-line); background: #fff; transition: background .15s ease; }
.bp-topic-runway__track a:first-child { border-left: 0; }
.bp-topic-runway__track a:hover { z-index: 1; background: #eefafa; }
.bp-topic-runway__track span { color: #a0aaab; font-family: Georgia,serif; font-size: .62rem; }
.bp-topic-runway__track strong { margin-top: auto; font-family: Georgia,"Noto Serif KR",serif; font-size: 1rem; }
.bp-topic-runway__track small { margin-top: 5px; color: var(--bp-muted); font-size: .6rem; line-height: 1.45; }
.bp-topic-runway__track i { position: absolute; top: 14px; right: 14px; color: var(--bp-brand-dark); font-style: normal; }
.bp-top-grid { display: grid; grid-template-columns: minmax(200px,.72fr) minmax(0,1.55fr) minmax(220px,.72fr); border-block: 1px solid var(--bp-black); }
.bp-top-column { min-width: 0; padding: 20px; }
.bp-top-column:first-child { padding-left: 0; border-right: 1px solid var(--bp-line); }
.bp-top-column:last-child { padding-right: 0; border-left: 1px solid var(--bp-line); }
.bp-column-title { margin: 0 0 14px; color: var(--bp-muted); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bp-lead-story__image { display: block; aspect-ratio: 16/9; overflow: hidden; background: #e9e9e5; }
.bp-lead-story__image img { width: 100%; height: 100%; object-fit: cover; }
.bp-lead-story__placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: linear-gradient(145deg, #121212 0%, #21383b 55%, #00818d 160%); color: #fff; font-family: Georgia, serif; font-size: clamp(2.5rem,8vw,6rem); font-weight: 900; letter-spacing: -.06em; }
.bp-lead-story__category { display: block; margin-top: 16px; color: var(--bp-brand-dark); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bp-lead-story h2 { margin: 8px 0 9px; font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(2rem, 4.2vw, 3.35rem); line-height: 1.04; letter-spacing: -.04em; }
.bp-lead-story h2 a:hover { color: var(--bp-brand-dark); }
.bp-lead-story__meta { display: flex; flex-wrap: wrap; gap: 7px 13px; margin: 0 0 11px; color: var(--bp-muted); font-size: .64rem; }
.bp-lead-story p { max-width: 760px; margin: 0; color: #494949; font-family: Georgia, "Noto Serif KR", serif; font-size: .98rem; line-height: 1.6; }
.bp-story-list { margin: 0; padding: 0; list-style: none; }
.bp-story-list li { padding: 14px 0; border-top: 1px solid var(--bp-line); }
.bp-story-list li:first-child { padding-top: 0; border-top: 0; }
.bp-story-list a { font-family: Georgia, "Noto Serif KR", serif; font-size: 1.05rem; font-weight: 700; line-height: 1.3; }
.bp-story-list a:hover { color: var(--bp-brand-dark); }
.bp-story-list__meta { display: flex; flex-wrap: wrap; gap: 5px 10px; margin-top: 7px; color: var(--bp-muted); font-family: Arial, sans-serif; font-size: .62rem; }
.bp-topic-list { margin: 0; padding: 0; list-style: none; }
.bp-topic-list li { border-top: 1px solid var(--bp-line); }
.bp-topic-list li:first-child { border-top: 0; }
.bp-topic-list a { display: flex; align-items: center; justify-content: space-between; min-height: 47px; font-size: .8rem; font-weight: 700; }
.bp-topic-list a::after { content: "→"; color: var(--bp-brand); }
.bp-topic-list a:hover { color: var(--bp-brand-dark); }
.bp-newsroom-note { margin-top: 20px; padding-top: 17px; border-top: 3px solid var(--bp-black); }
.bp-newsroom-note h3 { margin: 0 0 8px; font-family: Georgia, "Noto Serif KR", serif; font-size: 1.1rem; }
.bp-newsroom-note p { margin: 0; color: var(--bp-muted); font-size: .75rem; }
.bp-newsroom-note a { display: inline-block; margin-top: 9px; color: var(--bp-brand-dark); font-size: .7rem; font-weight: 700; }

.bp-latest { padding-top: 46px; }
.bp-news-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--bp-line); border-left: 1px solid var(--bp-line); }
.bp-card { min-width: 0; padding: 18px; border-right: 1px solid var(--bp-line); border-bottom: 1px solid var(--bp-line); background: #fff; }
.bp-card__media { display: block; aspect-ratio: 16/10; overflow: hidden; margin-bottom: 13px; background: #ecece8; }
.bp-card__media img { width: 100%; height: 100%; object-fit: cover; }
.bp-card__meta { color: var(--bp-brand-dark); font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.bp-card__body { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.bp-card h2, .bp-card h3 { margin: 8px 0; font-family: Georgia, "Noto Serif KR", serif; font-size: 1.25rem; line-height: 1.25; letter-spacing: -.018em; }
.bp-card h2 a:hover, .bp-card h3 a:hover { color: var(--bp-brand-dark); }
.bp-card p { margin: 0; color: var(--bp-muted); font-family: Georgia, "Noto Serif KR", serif; font-size: .78rem; }
.bp-card__footer { display: flex; flex-wrap: wrap; gap: 5px 10px; margin-top: 13px; color: var(--bp-muted); font-size: .62rem; }
.bp-empty { grid-column: 1 / -1; padding: 38px 0; color: var(--bp-muted); font-family: Georgia, "Noto Serif KR", serif; font-size: 1rem; }

/* Archives and pages */
.bp-page-head { padding: 42px 0 18px; border-bottom: 1px solid var(--bp-black); }
.bp-breadcrumb { display: flex; gap: 8px; margin-bottom: 14px; color: var(--bp-muted); font-size: .68rem; }
.bp-breadcrumb a:hover { color: var(--bp-brand-dark); text-decoration: underline; }
.bp-page-head h1, .bp-page-head .bp-section-title { margin: 0; font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(2rem,5vw,3.25rem); line-height: 1.05; letter-spacing: -.035em; }
.bp-page-head p { max-width: 720px; margin: 12px 0 0; color: var(--bp-muted); }
.bp-archive { padding: 28px 0 72px; }
.bp-ui-preview { margin-bottom: 34px; padding: 22px; border: 1px solid #b9d7da; background: #f4fbfb; }
.bp-ui-preview__head { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.bp-ui-preview__head h2 { margin: 5px 0 0; font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(1.35rem,3vw,2rem); }
.bp-ui-preview__head > span { padding: 5px 8px; border: 1px solid #8dbfc3; color: var(--bp-brand-dark); font-size: .62rem; font-weight: 800; }
.bp-ui-preview__description { max-width: 760px; margin: 13px 0 20px; color: #466064; font-size: .8rem; }
.bp-ui-preview__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.bp-ui-preview__grid article { padding: 16px; border: 1px solid #cae2e4; background: #fff; }
.bp-ui-preview__grid article > span { color: var(--bp-brand-dark); font-size: .56rem; font-weight: 800; letter-spacing: .1em; }
.bp-ui-preview__grid h3 { margin: 8px 0 6px; font-family: Georgia, serif; font-size: 1rem; }
.bp-ui-preview__grid p { margin: 0; color: var(--bp-muted); font-size: .72rem; }
.bp-news-grid--archive { grid-template-columns: repeat(2,minmax(0,1fr)); border-top-color: var(--bp-black); }
.bp-news-grid--archive .bp-card { display: grid; grid-template-columns: minmax(160px,36%) minmax(0,1fr); gap: 22px; min-height: 218px; padding: 22px; }
.bp-news-grid--archive .bp-card--text-only { grid-template-columns: 1fr; min-height: 0; }
.bp-news-grid--archive .bp-card__media { height: 100%; min-height: 174px; margin: 0; aspect-ratio: auto; }
.bp-news-grid--archive .bp-card__content { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.bp-news-grid--archive .bp-card--text-only .bp-card__content { display: grid; width: 100%; grid-template-columns: 92px minmax(0,1fr); gap: 20px; align-items: start; }
.bp-news-grid--archive .bp-card--text-only .bp-card__meta { padding-top: 12px; border-top: 3px solid var(--bp-brand-dark); }
.bp-news-grid--archive .bp-card h2 { margin: 9px 0 10px; font-size: clamp(1.28rem,2vw,1.62rem); line-height: 1.22; }
.bp-news-grid--archive .bp-card p { display: -webkit-box; overflow: hidden; font-size: .84rem; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.bp-news-grid--archive .bp-card__footer { margin-top: auto; padding-top: 18px; }
.bp-main-grid { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 54px; padding: 48px 0 78px; }
.bp-coin-profile { padding: 34px 0 76px; }
.bp-coin-profile__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 22px; border-bottom: 4px solid var(--bp-black); }
.bp-coin-profile__head h1 { margin: 5px 0 0; font-family: Georgia, serif; font-size: clamp(2.4rem,6vw,4.5rem); letter-spacing: -.05em; }
.bp-coin-price { display: grid; justify-items: end; }
.bp-coin-price span, .bp-coin-price small { color: var(--bp-muted); font-size: .65rem; }
.bp-coin-price strong { font-family: Georgia, serif; font-size: 1.6rem; }
.bp-coin-panel { padding-top: 28px; }
.bp-coin-panel > h2 { margin: 0 0 20px; font-family: Georgia, serif; font-size: 1.8rem; }
.bp-fact-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin: 0; border-block: 1px solid var(--bp-line); }
.bp-fact-grid div { padding: 18px; border-left: 1px solid var(--bp-line); }
.bp-fact-grid div:first-child { border-left: 0; }
.bp-fact-grid dt { color: var(--bp-muted); font-size: .65rem; }
.bp-fact-grid dd { margin: 5px 0 0; font-family: Georgia, serif; font-size: 1.05rem; font-weight: 700; }
.bp-coin-summary { max-width: var(--bp-reading); margin: 30px 0; font-family: Georgia, serif; font-size: 1.05rem; line-height: 1.8; }
.bp-token-allocation { margin-top: 26px; padding: clamp(20px,3vw,30px); border: 1px solid #dfe7e6; border-radius: 20px; background: #fbfcfc; }
.bp-token-allocation__head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.bp-token-allocation__head h3 { margin: 4px 0 0; font-family: Georgia,"Noto Serif KR",serif; font-size: 1.45rem; }
.bp-token-allocation__head time { color: var(--bp-muted); font-size: .68rem; }
.bp-token-allocation__list { display: grid; gap: 16px; }
.bp-token-allocation__item > div { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 7px; font-size: .76rem; }
.bp-token-allocation__item strong { font-weight: 750; }
.bp-token-allocation__item span { color: var(--bp-muted); }
.bp-token-allocation__track { display: block; height: 9px; overflow: hidden; border-radius: 999px; background: #e5eceb; }
.bp-token-allocation__track > span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--bp-brand-dark),#38aeb5); }
.bp-token-allocation__item:nth-child(3n+2) .bp-token-allocation__track > span { background: linear-gradient(90deg,#2b5868,#6ea5b7); }
.bp-token-allocation__item:nth-child(3n) .bp-token-allocation__track > span { background: linear-gradient(90deg,#667655,#9cad80); }
.bp-token-allocation__source { margin: 22px 0 0; color: var(--bp-muted); font-size: .67rem; }
.bp-token-allocation__source a { color: var(--bp-brand-dark); text-decoration: underline; text-underline-offset: 3px; }
.bp-supply-timeline { margin-top: 24px; padding: clamp(20px,3vw,30px); border-radius: 20px; background: #102427; color: #fff; }
.bp-supply-timeline__head { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.bp-supply-timeline__head .bp-label { color: #73cbd0; }
.bp-supply-timeline__head h3 { margin: 4px 0 0; font-family: Georgia,"Noto Serif KR",serif; font-size: 1.45rem; }
.bp-supply-timeline__head time { color: #9bb2b4; font-size: .68rem; }
.bp-supply-timeline__summary { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 24px 0; overflow: hidden; border-radius: 13px; background: rgba(255,255,255,.12); }
.bp-supply-timeline__summary div { display: grid; gap: 7px; padding: 17px 18px; background: rgba(4,17,19,.56); }
.bp-supply-timeline__summary span { color: #9bb2b4; font-size: .65rem; }
.bp-supply-timeline__summary strong { font-size: clamp(1rem,2.4vw,1.5rem); }
.bp-supply-timeline__chart { display: flex; align-items: end; gap: 7px; min-height: 210px; overflow-x: auto; padding: 18px 4px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.bp-supply-timeline__point { display: grid; grid-template-rows: 170px auto; gap: 7px; min-width: 34px; flex: 1 0 34px; text-align: center; }
.bp-supply-timeline__bar { display: flex; align-items: end; height: 170px; }
.bp-supply-timeline__bar > span { display: block; width: 100%; min-height: 5px; border-radius: 6px 6px 0 0; background: linear-gradient(#4fc5cc,#27848a); }
.bp-supply-timeline__point--projection .bp-supply-timeline__bar > span { border: 1px dashed #8fdde1; background: repeating-linear-gradient(135deg,rgba(79,197,204,.52) 0 5px,rgba(79,197,204,.12) 5px 10px); }
.bp-supply-timeline__point small { color: #80999b; font-size: .53rem; white-space: nowrap; }
.bp-supply-timeline__legend { display: flex; gap: 18px; margin-top: 13px; color: #9bb2b4; font-size: .62rem; }
.bp-supply-projections { display: grid; gap: 1px; margin-top: 24px; overflow: hidden; border-radius: 13px; background: rgba(255,255,255,.1); }
.bp-supply-projections article { display: grid; grid-template-columns: 88px minmax(0,1fr) auto; gap: 15px; align-items: center; padding: 14px 16px; background: rgba(4,17,19,.62); }
.bp-supply-projections time, .bp-supply-projections article > span { color: #9bb2b4; font-size: .65rem; }
.bp-supply-projections article div { display: grid; gap: 3px; }
.bp-supply-projections article div span { color: #b8ced0; font-size: .66rem; }
.bp-supply-timeline__note { margin: 18px 0 0; color: #8fa6a8; font-size: .62rem; line-height: 1.6; }
.bp-unlock-alert { margin-bottom: 30px; padding: clamp(22px,4vw,38px); border-radius: 22px; background: radial-gradient(circle at 95% 0,rgba(75,202,208,.26),transparent 36%),linear-gradient(140deg,#102427,#16464b); color: #fff; box-shadow: 0 18px 44px rgba(8,37,40,.13); }
.bp-unlock-alert__head { display: flex; align-items: start; justify-content: space-between; gap: 24px; }
.bp-unlock-alert__head .bp-label { color: #78d7dc; }
.bp-unlock-alert__head h3 { margin: 5px 0 0; font-family: Georgia,"Noto Serif KR",serif; font-size: clamp(1.6rem,3vw,2.35rem); }
.bp-unlock-alert__badge { min-width: max-content; padding: 9px 13px; border: 1px solid rgba(137,226,230,.55); border-radius: 999px; color: #c8fbfd; font-size: .78rem; }
.bp-unlock-alert__date { display: block; margin-top: 11px; color: #a5bfc1; font-size: .72rem; }
.bp-unlock-alert__facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin: 28px 0; overflow: hidden; border-radius: 14px; background: rgba(255,255,255,.13); }
.bp-unlock-alert__facts div { display: grid; gap: 8px; padding: 18px; background: rgba(2,19,21,.46); }
.bp-unlock-alert__facts dt { color: #9dbabc; font-size: .62rem; }
.bp-unlock-alert__facts dd { margin: 0; font-size: clamp(.9rem,2vw,1.25rem); font-weight: 800; }
.bp-unlock-alert__steps { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin: 30px 0 0; padding: 0; list-style: none; }
.bp-unlock-alert__steps li { position: relative; display: grid; justify-items: center; gap: 9px; color: #789597; font-size: .63rem; }
.bp-unlock-alert__steps li::before { position: absolute; top: 6px; right: 50%; left: -50%; height: 1px; background: rgba(255,255,255,.18); content: ""; }
.bp-unlock-alert__steps li:first-child::before { display: none; }
.bp-unlock-alert__steps li span { position: relative; z-index: 1; width: 13px; height: 13px; border: 2px solid #58787a; border-radius: 50%; background: #16464b; }
.bp-unlock-alert__steps li.is-passed, .bp-unlock-alert__steps li.is-current { color: #d6f8fa; }
.bp-unlock-alert__steps li.is-passed::before, .bp-unlock-alert__steps li.is-current::before { background: #59c7cd; }
.bp-unlock-alert__steps li.is-passed span { border-color: #59c7cd; background: #59c7cd; }
.bp-unlock-alert__steps li.is-current span { border-color: #a7f2f5; background: #fff; box-shadow: 0 0 0 5px rgba(89,199,205,.22); }
.bp-unlock-alert__source { margin: 24px 0 0; text-align: right; }
.bp-unlock-alert__source a { color: #b9ecef; font-size: .67rem; }
.bp-event-list--unlocks article { grid-template-columns: 110px minmax(0,1fr) auto auto; align-items: center; }
.bp-event-list__stage { padding: 6px 9px; border-radius: 999px; background: #e8f4f4; color: var(--bp-brand-dark); font-size: .64rem; font-weight: 800; }
.bp-event-list { border-top: 1px solid var(--bp-black); }
.bp-event-list article { display: grid; grid-template-columns: 110px minmax(0,1fr) auto; gap: 20px; align-items: start; padding: 18px 0; border-bottom: 1px solid var(--bp-line); }
.bp-event-list time { font-family: Georgia, serif; font-weight: 700; }
.bp-event-list h3, .bp-event-list p { margin: 0; }
.bp-event-list p { color: var(--bp-muted); font-size: .68rem; }
.bp-event-list a { color: var(--bp-brand-dark); font-size: .7rem; font-weight: 700; }
.bp-coin-directory { padding: 34px 0 76px; }
.bp-market-detail { padding: 34px 0 76px; }
.bp-data-subtitle { margin: 38px 0 12px; font-family: Georgia, serif; font-size: 1.4rem; }
.bp-data-note { max-width: 720px; color: var(--bp-muted); }
.bp-pending-metrics { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.bp-pending-metrics span { padding: 8px 11px; border: 1px solid var(--bp-line); color: var(--bp-muted); font-size: .68rem; }
.bp-coin-filters { display: flex; gap: 8px; margin-bottom: 18px; overflow-x: auto; }
.bp-coin-filters a { flex: 0 0 auto; padding: 8px 13px; border: 1px solid var(--bp-line); font-size: .7rem; font-weight: 700; }
.bp-coin-filters a[aria-current="page"] { border-color: var(--bp-black); background: var(--bp-black); color: #fff; }
.bp-coin-table-wrap { overflow-x: auto; border-top: 3px solid var(--bp-black); }
.bp-coin-table { width: 100%; min-width: 980px; border-collapse: collapse; font-size: .74rem; }
.bp-coin-table th, .bp-coin-table td { padding: 14px 12px; border-bottom: 1px solid var(--bp-line); text-align: right; white-space: nowrap; }
.bp-coin-table th:first-child { text-align: left; }
.bp-coin-table thead th { color: var(--bp-muted); font-size: .62rem; }
.bp-coin-table tbody th a { display: grid; }
.bp-coin-table tbody th span { color: var(--bp-muted); font-size: .62rem; font-weight: 400; }
.bp-coin-table .bp-table-empty { padding: 36px; color: var(--bp-muted); text-align: center; }

/* Article */
.bp-article { min-width: 0; }
.bp-article__header { max-width: 920px; margin-bottom: 28px; }
.bp-article__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: var(--bp-muted); font-size: .7rem; }
.bp-article__category { color: var(--bp-brand-dark); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.bp-article__title { margin: 14px 0; font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(2rem,4.2vw,3.6rem); line-height: 1.12; letter-spacing: -.035em; }
.bp-article__dek { max-width: 780px; margin: 0; color: #4b4b4b; font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(1rem,2vw,1.2rem); line-height: 1.65; }
.bp-article__byline { display: flex; flex-wrap: wrap; gap: 7px 16px; margin-top: 18px; padding-top: 13px; border-top: 1px solid var(--bp-line); color: var(--bp-muted); font-size: .7rem; }
.bp-article__byline span:first-child { color: var(--bp-text); font-weight: 700; }
.bp-article__image { margin: 30px 0 36px; }
.bp-article__image img { width: 100%; max-height: 620px; object-fit: cover; }
.bp-prose { max-width: var(--bp-reading); color: #242424; font-family: Georgia, "Noto Serif KR", serif; font-size: 1.08rem; line-height: 1.9; }
.bp-prose > *:first-child { margin-top: 0; }
.bp-prose h2, .bp-prose h3, .bp-prose h4 { color: var(--bp-black); font-family: Arial, "Noto Sans KR", sans-serif; line-height: 1.28; }
.bp-prose h2 { margin: 2.4em 0 .7em; padding-top: .65em; border-top: 1px solid var(--bp-black); font-size: 1.7rem; }
.bp-prose h3 { margin: 2em 0 .6em; font-size: 1.28rem; }
.bp-prose p, .bp-prose ul, .bp-prose ol { margin: 1.25em 0; }
.bp-prose a { color: var(--bp-brand-dark); text-decoration: underline; text-underline-offset: 3px; }
.bp-prose blockquote { margin: 2em 0; padding: 15px 20px; border-left: 4px solid var(--bp-black); background: var(--bp-light); font-style: italic; }
.bp-prose pre {
  position: relative;
  overflow-x: auto;
  margin: 2em 0;
  padding: 20px 22px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #f8fafc;
  color: #334155;
  box-shadow: inset 3px 0 0 var(--bp-brand), 0 1px 2px rgba(15, 23, 42, .05);
  font-size: .9rem;
  line-height: 1.75;
}
.bp-prose pre code {
  display: block;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  white-space: pre;
}
.bp-prose pre code.language-text {
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: .95rem;
  line-height: 2;
  letter-spacing: -.01em;
}
.bp-prose table { width: 100%; border-collapse: collapse; font-family: Arial, sans-serif; font-size: .84rem; }
.bp-prose th, .bp-prose td { padding: 11px; border: 1px solid var(--bp-line); text-align: left; }
.bp-prose th { background: var(--bp-light); }
.bp-article-info { max-width: var(--bp-reading); margin-top: 44px; border-top: 1px solid var(--bp-black); border-bottom: 1px solid var(--bp-line); }
.bp-article-info summary { display: flex; align-items: center; justify-content: space-between; min-height: 52px; cursor: pointer; font-size: .78rem; font-weight: 700; list-style: none; }
.bp-article-info summary::-webkit-details-marker { display: none; }
.bp-article-info summary::after { content: "+"; font-size: 1rem; }
.bp-article-info[open] summary::after { content: "−"; }
.bp-article-info__content { padding: 4px 0 20px; }
.bp-article-info dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px 24px; margin: 0; }
.bp-article-info dt { color: var(--bp-muted); font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.bp-article-info dd { margin: 3px 0 0; font-size: .76rem; }
.bp-disclaimer { max-width: var(--bp-reading); margin-top: 16px; color: var(--bp-muted); font-size: .7rem; }
.bp-disclaimer a { text-decoration: underline; }
.bp-sidebar { position: sticky; top: 20px; align-self: start; }
.bp-sidebar__box { margin-bottom: 26px; padding-top: 12px; border-top: 4px solid var(--bp-black); }
.bp-sidebar__box h2 { margin: 0 0 10px; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.bp-sidebar__box ul { margin: 0; padding: 0; list-style: none; }
.bp-sidebar__box li { padding: 11px 0; border-top: 1px solid var(--bp-line); font-family: Georgia, "Noto Serif KR", serif; font-size: .84rem; }
.bp-sidebar__box li:first-child { border-top: 0; }
.bp-sidebar__box a:hover { color: var(--bp-brand-dark); }

.nav-links { display: flex; justify-content: center; gap: 7px; margin-top: 32px; }
.bp-pagination { flex-flow: row wrap; align-items: center; width: 100%; }
.bp-pagination .page-numbers { flex: 0 0 auto; }
.page-numbers { display: grid; min-width: 38px; height: 38px; place-items: center; border: 1px solid var(--bp-line); font-size: .74rem; }
.page-numbers.current, .page-numbers:hover { border-color: var(--bp-black); background: var(--bp-black); color: white; }

/* Footer */
.site-footer { border-top: 3px solid var(--bp-black); background: var(--bp-light); }
.site-footer__intro { display: grid; grid-template-columns: 230px minmax(0,620px); gap: 28px; align-items: baseline; padding: 40px 0 30px; border-bottom: 1px solid var(--bp-line); }
.site-footer__brand { font-family: Georgia, serif; font-size: 2rem; font-weight: 900; letter-spacing: -.05em; }
.site-footer__brand span { color: var(--bp-brand); }
.site-footer p { max-width: 650px; margin: 0; color: var(--bp-muted); font-size: .78rem; }
.site-footer__top { display: grid; grid-template-columns: 1.1fr .85fr .85fr 1.35fr; gap: clamp(28px,4vw,64px); padding: 34px 0 38px; }
.site-footer__group h2 { margin: 0 0 15px; color: var(--bp-muted); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__group nav { display: grid; gap: 9px; }
.site-footer__group a { width: fit-content; font-size: .76rem; font-weight: 700; }
.site-footer__group a:hover { color: var(--bp-brand-dark); text-decoration: underline; text-underline-offset: 3px; }
.site-footer__authors { display: grid; gap: 10px; margin: 18px 0 0; padding-top: 15px; border-top: 1px solid var(--bp-line); }
.site-footer__authors div { display: grid; gap: 2px; }
.site-footer__authors dt { font-family: Georgia, "Noto Serif KR", serif; font-size: .76rem; font-weight: 700; }
.site-footer__authors dd { margin: 0; color: var(--bp-muted); font-size: .66rem; }
.site-footer__contact dl { display: grid; gap: 11px; margin: 0; }
.site-footer__contact dl div { display: grid; grid-template-columns: 96px minmax(0,1fr); gap: 8px; }
.site-footer__contact dt { color: var(--bp-muted); font-size: .68rem; }
.site-footer__contact dd { min-width: 0; margin: 0; }
.site-footer__contact dd a { overflow-wrap: anywhere; font-weight: 600; }
.site-footer__contact-link { display: inline-block; margin-top: 18px; color: var(--bp-brand-dark); }
.site-footer__ai-note { padding: 18px 0; border-top: 1px solid var(--bp-line); }
.site-footer__ai-note p { max-width: none; }
.site-footer__ai-note a { color: var(--bp-brand-dark); font-weight: 700; white-space: nowrap; }
.site-footer__ai-note a:hover { text-decoration: underline; text-underline-offset: 3px; }
.site-footer__bottom { display: grid; grid-template-columns: auto minmax(0,650px); justify-content: space-between; gap: 24px; padding: 20px 0 26px; border-top: 1px solid var(--bp-line); color: var(--bp-muted); font-size: .64rem; }

/* Policy and contact pages */
.bp-prose .bp-policy-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin: 28px 0; }
.bp-prose .bp-policy-card { padding: 20px; border: 1px solid var(--bp-line); background: var(--bp-light); }
.bp-prose .bp-policy-card h2 { margin: 0 0 12px; padding: 0; border: 0; font-size: 1rem; }
.bp-prose .bp-policy-card ul { margin: 0; padding-left: 18px; font-family: Arial, "Noto Sans KR", sans-serif; font-size: .84rem; line-height: 1.7; }
.bp-contact-list { display: grid; gap: 12px; margin: 26px 0; padding: 0; list-style: none; }
.bp-contact-list a { font-family: Arial, "Noto Sans KR", sans-serif; font-size: .9rem; font-weight: 700; }
.bp-contact-form { display: grid; gap: 18px; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--bp-black); font-family: Arial, "Noto Sans KR", sans-serif; }
.bp-contact-form label { display: grid; gap: 8px; font-size: .76rem; font-weight: 700; }
.bp-contact-form input, .bp-contact-form select, .bp-contact-form textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--bp-line); border-radius: 0; background: var(--bp-white); color: var(--bp-text); }
.bp-contact-form input:focus, .bp-contact-form select:focus, .bp-contact-form textarea:focus { border-color: var(--bp-brand); outline: 2px solid rgba(0,127,139,.18); outline-offset: 1px; }
.bp-contact-form textarea { resize: vertical; }
.bp-contact-form button { width: fit-content; padding: 12px 20px; border: 0; background: var(--bp-black); color: var(--bp-white); cursor: pointer; font-size: .78rem; font-weight: 800; }
.bp-contact-form button:hover { background: var(--bp-brand-dark); }
.bp-contact-form__trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.bp-form-notice { margin: 24px 0 0 !important; padding: 13px 15px; border-left: 4px solid; font-family: Arial, "Noto Sans KR", sans-serif; font-size: .8rem; }
.bp-form-notice--success { border-color: var(--bp-brand); background: #edfafa; color: var(--bp-brand-dark); }
.bp-form-notice--error { border-color: var(--bp-red); background: #fff2f3; color: #8d111d; }

@media (max-width: 980px) {
  .site-header__main { grid-template-columns: 1fr auto; min-height: 76px; }
  .site-header__date { display: none; }
  .site-brand { justify-self: start; font-size: 2.35rem; }
  .site-header__tagline { max-width: 150px; }
  .site-nav ul, .site-local-nav__inner { justify-content: flex-start; }
  .bp-top-grid { grid-template-columns: minmax(0,1.6fr) minmax(230px,.75fr); }
  .bp-market-strip__grid { grid-template-columns: repeat(3,minmax(0,1fr)); row-gap: 14px; }
  .bp-market-metric:nth-child(4) { padding-left: 0; border-left: 0; }
  .bp-top-column:first-child { grid-column: 1 / -1; grid-row: 2; display: block; padding: 24px 0 0; border-top: 1px solid var(--bp-black); }
  .bp-top-column:nth-child(2) { padding-left: 0; }
  .bp-story-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
  .bp-story-list li, .bp-story-list li:first-child { padding: 0; border-top: 0; }
  .bp-daily-brief { grid-template-columns: minmax(0,1.45fr) minmax(220px,.65fr); }
  .bp-editorial-hero { grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); gap: 28px; }
  .bp-story-list--modern { display: block; }
  .bp-story-list--modern li, .bp-story-list--modern li:first-child { display: grid; padding: 16px 0; border-top: 1px solid var(--bp-line); }
  .bp-story-list--modern li:first-child { border-top: 0; }
  .bp-topic-runway > header { grid-template-columns: 80px minmax(200px,.8fr) 1fr; }
  .bp-topic-runway__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .bp-topic-runway__track a { min-width: 170px; flex: 1 0 170px; scroll-snap-align: start; }
  .bp-news-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .bp-news-grid--archive { grid-template-columns: 1fr; }
  .bp-news-grid--archive .bp-card { grid-template-columns: minmax(190px,32%) minmax(0,1fr); }
  .bp-news-grid--archive .bp-card--text-only { grid-template-columns: 1fr; }
  .bp-news-grid--archive .bp-card--text-only .bp-card__content { grid-template-columns: 76px minmax(0,1fr); gap: 14px; }
  .bp-main-grid { grid-template-columns: 1fr; }
  .bp-sidebar { position: static; }
  .site-footer__top { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 640px) {
  .bp-shell { width: min(calc(100% - 28px), var(--bp-width)); }
  .site-utility__inner { min-height: 32px; }
  .site-utility__links a:first-child { display: none; }
  .site-header__main { min-height: 67px; }
  .site-brand { font-size: 2rem; }
  .site-header__tagline { display: none; }
  .site-nav ul { gap: 22px; }
  .site-local-nav__inner { gap: 18px; }
  .bp-home { padding-top: 18px; }
  .bp-market-strip { margin-inline: -2px; padding: 14px; border-radius: 16px; }
  .bp-market-strip__head { align-items: start; flex-direction: column; gap: 3px; }
  .bp-market-strip__grid { display: flex; gap: 10px; margin-right: -14px; overflow-x: auto; padding-right: 14px; scroll-snap-type: x mandatory; }
  .bp-market-metric, .bp-market-metric:nth-child(odd), .bp-market-metric:nth-child(4) { min-width: 142px; flex: 0 0 142px; padding: 11px 12px; border: 1px solid #e0e8e8; border-radius: 12px; background: #fff; scroll-snap-align: start; }
  .bp-market-strip__link { text-align: left; }
  .bp-daily-brief { display: block; min-height: 0; border-radius: 20px; }
  .bp-daily-brief__content { padding: 30px 24px 26px; }
  .bp-daily-brief__eyebrow { margin-bottom: 18px; }
  .bp-daily-brief h1 { font-size: clamp(2.15rem,11vw,3.25rem); }
  .bp-daily-brief__content > p { margin-top: 16px; font-size: .9rem; }
  .bp-daily-brief__cta { margin-top: 22px; }
  .bp-daily-brief__pipeline { display: flex; gap: 7px; overflow-x: auto; padding: 17px 20px 20px; border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
  .bp-daily-brief__pipeline span, .bp-daily-brief__pipeline strong { min-width: max-content; padding: 7px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; }
  .bp-daily-brief__pipeline span::before { display: none; }
  .bp-home-title--stories { margin-top: 42px; }
  .bp-home-title--stories h2 { font-size: 2rem; }
  .bp-editorial-hero { grid-template-columns: 1fr; gap: 26px; }
  .bp-editorial-hero .bp-lead-story__image { border-radius: 16px; }
  .bp-editorial-hero .bp-lead-story h2 { font-size: 2.15rem; }
  .bp-editorial-hero__updates { padding: 18px; border-radius: 16px; }
  .bp-story-list--modern { display: block; }
  .bp-story-list--modern li, .bp-story-list--modern li:first-child { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 10px; padding: 16px 0; border-top: 1px solid var(--bp-line); }
  .bp-story-list--modern li:first-child { border-top: 0; }
  .bp-topic-runway { margin-top: 46px; }
  .bp-topic-runway > header { display: block; }
  .bp-topic-runway h2 { margin-top: 6px; }
  .bp-topic-runway header > p:last-child { margin-top: 8px; }
  .bp-topic-runway__track { margin-right: -14px; border-right: 0; border-radius: 14px 0 0 14px; }
  .bp-topic-runway__track a { min-width: 166px; min-height: 142px; flex-basis: 166px; }
  .bp-dashboard-section-head { align-items: start; flex-direction: column; }
  .bp-heatmap__tiles { height: 620px; }
  .bp-market-summary { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .bp-market-summary div:nth-child(odd) { border-left: 0; }
  .bp-dashboard-panels { grid-template-columns: 1fr; }
  .bp-coin-profile__head { align-items: start; flex-direction: column; }
  .bp-coin-price { justify-items: start; }
  .bp-fact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .bp-fact-grid div:nth-child(odd) { border-left: 0; }
  .bp-token-allocation { padding: 20px 18px; border-radius: 16px; }
  .bp-token-allocation__head { align-items: start; flex-direction: column; gap: 8px; }
  .bp-supply-timeline { padding: 20px 18px; border-radius: 16px; }
  .bp-supply-timeline__head { align-items: start; flex-direction: column; gap: 8px; }
  .bp-supply-timeline__summary { grid-template-columns: 1fr; }
  .bp-supply-timeline__chart { margin-right: -18px; padding-right: 18px; }
  .bp-supply-timeline__point { min-width: 31px; flex-basis: 31px; }
  .bp-supply-projections article { grid-template-columns: 1fr auto; }
  .bp-supply-projections time { grid-column: 1 / -1; }
  .bp-unlock-alert { padding: 24px 20px; border-radius: 18px; }
  .bp-unlock-alert__head { gap: 14px; }
  .bp-unlock-alert__facts { grid-template-columns: 1fr; }
  .bp-unlock-alert__steps { margin-inline: -6px; }
  .bp-unlock-alert__steps li { font-size: .57rem; }
  .bp-event-list--unlocks article { grid-template-columns: 1fr auto; }
  .bp-event-list--unlocks time { grid-column: 1 / -1; }
  .bp-event-list--unlocks a { justify-self: end; }
  .bp-event-list article { grid-template-columns: 1fr auto; }
  .bp-event-list time { grid-column: 1 / -1; }
  .bp-top-grid { display: flex; flex-direction: column; }
  .bp-top-column:nth-child(2) { order: 1; }
  .bp-top-column:last-child { order: 2; }
  .bp-top-column:first-child { order: 3; }
  .bp-top-column { padding: 20px 0; border: 0 !important; }
  .bp-top-column:last-child { border-top: 1px solid var(--bp-black) !important; }
  .bp-top-column:first-child { border-top: 1px solid var(--bp-black) !important; }
  .bp-story-list { display: block; }
  .bp-story-list li { padding: 14px 0; border-top: 1px solid var(--bp-line); }
  .bp-story-list li:first-child { padding-top: 0; border-top: 0; }
  .bp-lead-story h2 { font-size: 2.25rem; }
  .bp-news-grid { grid-template-columns: 1fr; border-left: 0; }
  .bp-ui-preview__head { align-items: start; flex-direction: column; }
  .bp-ui-preview__grid { grid-template-columns: 1fr; }
  .bp-card { padding: 18px 0; border-right: 0; }
  .bp-card__media { aspect-ratio: 16/9; }
  .bp-news-grid--archive { border-left: 1px solid var(--bp-line); }
  .bp-news-grid--archive .bp-card { grid-template-columns: minmax(128px,34%) minmax(0,1fr); gap: 16px; min-height: 0; padding: 18px; border-right: 1px solid var(--bp-line); }
  .bp-news-grid--archive .bp-card--text-only { grid-template-columns: 1fr; }
  .bp-news-grid--archive .bp-card__media { min-height: 142px; aspect-ratio: auto; }
  .bp-news-grid--archive .bp-card h2 { font-size: 1.3rem; }
  .bp-main-grid { gap: 35px; padding: 34px 0 58px; }
  .bp-article__title { font-size: 2rem; }
  .bp-prose { font-size: 1rem; }
  .bp-article-info dl { grid-template-columns: 1fr; }
  .site-footer__intro { grid-template-columns: 1fr; gap: 8px; }
  .site-footer__top { grid-template-columns: 1fr; gap: 30px; }
  .site-footer__contact dl div { grid-template-columns: 1fr; gap: 2px; }
  .site-footer__bottom { grid-template-columns: 1fr; }
  .bp-prose .bp-policy-grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .bp-news-grid--archive .bp-card { grid-template-columns: 1fr; }
  .bp-news-grid--archive .bp-card__media { min-height: 0; aspect-ratio: 16/9; }
  .bp-news-grid--archive .bp-card--text-only .bp-card__content { grid-template-columns: 1fr; gap: 8px; }
  .bp-news-grid--archive .bp-card--text-only .bp-card__meta { width: 72px; padding-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
