:root,
html[data-ble-theme="paper"] {
  --ble-bg: #f2eee6;
  --ble-surface: #faf8f3;
  --ble-ink: #171717;
  --ble-muted: #69655e;
  --ble-rule: rgba(23, 23, 23, .18);
  --ble-soft: rgba(23, 23, 23, .065);
  --ble-accent: #c2392f;
  --ble-accent-ink: #fffaf3;
  --ble-invert: #171717;
  --ble-invert-ink: #f7f2e9;
  --ble-reader-size: 20px;
  --ble-reader-leading: 1.78;
  --ble-reader-width: 680px;
  --ble-shadow: 0 34px 82px rgba(35, 28, 20, .18);
}
html[data-ble-theme="white"] {
  --ble-bg: #fff;
  --ble-surface: #fff;
  --ble-ink: #111;
  --ble-muted: #666;
  --ble-rule: rgba(0, 0, 0, .17);
  --ble-soft: rgba(0, 0, 0, .055);
  --ble-accent: #b93027;
  --ble-accent-ink: #fff;
  --ble-invert: #111;
  --ble-invert-ink: #fff;
  --ble-shadow: 0 30px 72px rgba(0, 0, 0, .13);
}
html[data-ble-theme="night"] {
  --ble-bg: #121212;
  --ble-surface: #1b1b1b;
  --ble-ink: #eee9df;
  --ble-muted: #aaa59c;
  --ble-rule: rgba(255, 255, 255, .18);
  --ble-soft: rgba(255, 255, 255, .07);
  --ble-accent: #e46b5d;
  --ble-accent-ink: #111;
  --ble-invert: #eee9df;
  --ble-invert-ink: #151515;
  --ble-shadow: 0 34px 88px rgba(0, 0, 0, .42);
}

html { scroll-behavior: smooth; background: var(--ble-bg); color-scheme: light; }
html[data-ble-theme="night"] { color-scheme: dark; }
html.ble-drawer-open { overflow: hidden; }
body.ble-edition {
  margin: 0 !important;
  min-width: 320px;
  background: var(--ble-bg) !important;
  color: var(--ble-ink) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.ble-edition *, .ble-edition *::before, .ble-edition *::after { box-sizing: border-box; }
.ble-edition a { color: inherit; text-decoration: none; }
.ble-edition button, .ble-edition input { font: inherit; color: inherit; }
.ble-edition button { cursor: pointer; }
.ble-edition img { display: block; max-width: 100%; height: auto; }
.ble-edition [hidden] { display: none !important; }
.ble-edition .screen-reader-text {
  position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important;
  margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important;
  white-space: nowrap !important; border: 0 !important;
}
.ble-skip {
  position: fixed; z-index: 10000; top: 10px; left: 10px; padding: 12px 16px;
  background: var(--ble-invert); color: var(--ble-invert-ink); transform: translateY(-150%);
}
.ble-skip:focus { transform: none; }
.ble-shell { min-height: 100svh; overflow-x: clip; }

/* Brand bar */
.ble-topbar {
  position: relative; z-index: 50; display: flex; align-items: center; justify-content: space-between;
  min-height: 104px; padding: 12px clamp(20px, 4vw, 64px); border-bottom: 1px solid var(--ble-rule);
  background: var(--ble-bg);
}
.ble-reader-topbar { position: sticky; top: 0; background: rgba(242,238,230,.96); backdrop-filter: blur(16px); }
html[data-ble-theme="white"] .ble-reader-topbar { background: rgba(255,255,255,.96); }
html[data-ble-theme="night"] .ble-reader-topbar { background: rgba(18,18,18,.96); }
.ble-brand { display: inline-flex; align-items: center; gap: 18px; min-width: 0; }
.ble-brand-official img, .ble-reader-brand-logo {
  width: 112px; height: auto !important; object-fit: contain; flex: 0 0 auto;
}
html[data-ble-theme="night"] .ble-brand-official img,
html[data-ble-theme="night"] .ble-reader-brand-logo,
html[data-ble-theme="night"] .ble-footer-brand img { filter: invert(1); }
.ble-brand-name { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.ble-top-actions { display: flex; align-items: center; gap: 5px; }
.ble-icon-button, .ble-drawer-close, .ble-mobile-reader-nav button {
  appearance: none; border: 0; background: transparent; border-radius: 999px;
}
.ble-icon-button {
  display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 8px 12px;
  font-size: 13px; font-weight: 700;
}
.ble-icon-button:hover, .ble-icon-button:focus-visible { background: var(--ble-soft); }
.ble-icon-button > span:first-child { font-size: 18px; line-height: 1; }
.ble-install-shortcut {
  display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 8px 15px; border: 1px solid var(--ble-ink);
  border-radius: 999px; background: var(--ble-invert); color: var(--ble-invert-ink) !important; font-size: 13px; font-weight: 800;
}
.ble-install-shortcut:hover, .ble-install-shortcut:focus-visible { transform: translateY(-1px); }
.ble-install-shortcut > span:first-child { font-size: 17px; line-height: 1; }

/* Home */
.ble-kicker {
  margin: 0 0 18px; color: var(--ble-accent); font-size: 12px; line-height: 1.3;
  font-weight: 850; letter-spacing: .16em; text-transform: uppercase;
}
.ble-hero {
  display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(330px, .84fr); align-items: center;
  min-height: calc(100svh - 104px); padding: clamp(54px, 8vw, 122px) clamp(22px, 7vw, 120px);
  gap: clamp(50px, 8vw, 138px); border-bottom: 1px solid var(--ble-rule);
}
.ble-hero-copy { min-width: 0; max-width: 770px; }
.ble-hero h1 {
  margin: 0; font: 400 clamp(68px, 9.8vw, 150px)/.84 Georgia, "Times New Roman", serif;
  letter-spacing: -.064em;
}
.ble-hero h1 > span { color: var(--ble-accent); font-style: italic; }
.ble-deck {
  max-width: 660px; margin: clamp(30px, 4.5vw, 50px) 0 0; color: var(--ble-muted);
  font: 400 clamp(19px, 1.9vw, 27px)/1.52 Georgia, "Times New Roman", serif;
}
.ble-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.ble-install-text-link {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; padding: 5px 0; border: 0; border-bottom: 1px solid var(--ble-rule);
  background: transparent; color: var(--ble-muted); font-size: 13px; font-weight: 800;
}
.ble-install-text-link:hover, .ble-install-text-link:focus-visible { color: var(--ble-ink); border-bottom-color: var(--ble-ink); }
.ble-primary-button, .ble-secondary-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px;
  padding: 12px 23px; border: 1px solid var(--ble-ink); border-radius: 999px;
  font-size: 14px; font-weight: 800; transition: transform .18s ease, background .18s ease, color .18s ease;
}
.ble-primary-button { background: var(--ble-invert); color: var(--ble-invert-ink) !important; }
.ble-secondary-button { background: transparent; }
.ble-primary-button:hover, .ble-secondary-button:hover { transform: translateY(-2px); }
.ble-secondary-button:hover { background: var(--ble-invert); color: var(--ble-invert-ink); }
.ble-empty-note { max-width: 520px; padding: 16px; border-left: 3px solid var(--ble-accent); }
.ble-continue {
  display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; width: min(100%, 620px); margin-top: 28px;
  padding: 17px 0; border-top: 1px solid var(--ble-rule); border-bottom: 1px solid var(--ble-rule);
}
.ble-continue span { grid-column: 1/-1; color: var(--ble-muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.ble-continue strong { font: 400 18px/1.2 Georgia, serif; }
.ble-continue em { align-self: end; color: var(--ble-accent); font-size: 13px; font-style: normal; }

/* The cover is one fixed image. No HTML text is placed over it. */
.ble-cover { margin: 0; display: flex; justify-content: center; min-width: 0; }
.ble-cover img {
  width: min(440px, 31vw); aspect-ratio: 12/17; object-fit: cover; box-shadow: var(--ble-shadow);
  transform: rotate(-1.25deg); transform-origin: center; border: 0;
}

.ble-edition-facts { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--ble-rule); }
.ble-edition-facts > div { padding: 34px clamp(20px, 4vw, 60px); border-right: 1px solid var(--ble-rule); }
.ble-edition-facts > div:last-child { border-right: 0; }
.ble-edition-facts strong { display: block; margin-bottom: 8px; font: 400 clamp(26px, 3vw, 44px)/1 Georgia, serif; }
.ble-edition-facts span { color: var(--ble-muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

.ble-catalogue { padding: clamp(72px, 9vw, 142px) clamp(20px, 7vw, 120px); }
.ble-section-heading {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(270px,390px); align-items: end; gap: 30px;
  margin-bottom: 48px; padding-bottom: 27px; border-bottom: 2px solid var(--ble-ink);
}
.ble-section-heading h2 { margin: 0; font: 400 clamp(40px, 5vw, 76px)/.98 Georgia, serif; letter-spacing: -.045em; }
.ble-search { position: relative; display: block; }
.ble-search input {
  width: 100%; height: 52px; padding: 0 46px 0 17px; border: 1px solid var(--ble-rule); border-radius: 0;
  background: var(--ble-surface); color: var(--ble-ink); outline: none;
}
.ble-search input:focus { border-color: var(--ble-ink); box-shadow: 0 0 0 3px var(--ble-soft); }
.ble-search > span:last-child { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: 25px; }
.ble-story-card { border-bottom: 1px solid var(--ble-rule); }
.ble-story-card > a {
  display: grid; grid-template-columns: 80px minmax(0,1fr) auto; align-items: center; gap: 24px;
  min-height: 145px; padding: 24px 8px; transition: padding .22s ease, background .22s ease;
}
.ble-story-card > a:hover { padding-left: 18px; padding-right: 18px; background: var(--ble-soft); }
.ble-rank { align-self: start; padding-top: 7px; color: var(--ble-accent); font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.ble-card-copy h3 { margin: 0 0 10px; max-width: 900px; font: 400 clamp(25px,3.2vw,48px)/1.05 Georgia, serif; letter-spacing: -.035em; }
.ble-card-copy p { margin: 0; color: var(--ble-muted); font-size: 14px; }
.ble-card-meta { display: flex; align-items: center; gap: 25px; color: var(--ble-muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.ble-card-arrow { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--ble-rule); border-radius: 50%; color: var(--ble-ink); font-size: 19px; }
.ble-no-results { padding: 48px 0; font: 400 22px/1.4 Georgia, serif; }

.ble-carry {
  display: grid; grid-template-columns: minmax(260px,.68fr) minmax(0,1.32fr); min-height: 520px;
  background: var(--ble-invert); color: var(--ble-invert-ink); border-top: 1px solid var(--ble-rule); border-bottom: 1px solid var(--ble-rule);
}
.ble-carry-art {
  position: relative; display: grid; place-items: center; overflow: hidden; border-right: 1px solid rgba(255,255,255,.18);
}
.ble-carry-art span { position: relative; z-index: 2; color: var(--ble-accent); font: italic 400 clamp(170px,25vw,390px)/.72 Georgia, serif; letter-spacing: -.1em; }
.ble-carry-art i, .ble-carry-art::before, .ble-carry-art::after { content: ""; position: absolute; border-radius: 50%; }
.ble-carry-art i { width: 48%; aspect-ratio: 1; border: 1px solid currentColor; opacity: .26; }
.ble-carry-art::before { width: 74%; aspect-ratio: 1; border: 1px solid currentColor; opacity: .14; }
.ble-carry-art::after { width: 22%; aspect-ratio: 1; right: 10%; bottom: 10%; background: var(--ble-accent); }
.ble-carry-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px,8vw,124px) clamp(28px,8vw,125px); }
.ble-carry .ble-kicker { color: var(--ble-accent); }
.ble-carry h2 { max-width: 800px; margin: 0; font: 400 clamp(48px,6.5vw,96px)/.94 Georgia, serif; letter-spacing: -.055em; }
.ble-carry-copy > p:not(.ble-kicker):not(.ble-installed-state):not(.ble-offline-note) { max-width: 650px; margin: 28px 0 0; color: rgba(247,242,233,.73); font: 400 clamp(18px,2vw,25px)/1.55 Georgia, serif; }
.ble-carry-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.ble-carry .ble-primary-button { border-color: var(--ble-invert-ink); background: var(--ble-invert-ink); color: var(--ble-invert) !important; }
.ble-installed-state { display: flex; align-items: center; gap: 10px; margin: 0; }
.ble-installed-state span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--ble-accent); color: var(--ble-accent-ink); font-weight: 900; }
.ble-install-help { width: min(100%,660px); margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); }
.ble-browser-note { margin: 0 0 7px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.ble-install-instruction { margin: 0 0 17px; color: var(--ble-invert-ink); font-size: 17px; line-height: 1.55; }
.ble-text-button { padding: 0 0 3px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ble-invert-ink); font-size: 13px; font-weight: 800; }
.ble-offline-note { max-width: 650px; margin: 22px 0 0; color: rgba(247,242,233,.62); font-size: 13px; line-height: 1.55; }

.ble-manifesto {
  display: grid; grid-template-columns: minmax(180px,.5fr) minmax(320px,1.25fr) minmax(250px,.75fr);
  gap: clamp(30px,6vw,100px); padding: clamp(72px,10vw,150px) clamp(20px,7vw,120px);
  background: var(--ble-invert); color: var(--ble-invert-ink);
}
.ble-manifesto .ble-kicker { color: var(--ble-accent); }
.ble-manifesto h2 { margin: 0; font: 400 clamp(40px,5.8vw,82px)/1 Georgia, serif; letter-spacing: -.05em; }
.ble-manifesto > p:last-child { align-self: end; margin: 0; color: rgba(247,242,233,.70); font: 400 20px/1.6 Georgia, serif; }
.ble-footer {
  display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; padding: 30px clamp(20px,4vw,64px);
  border-top: 1px solid var(--ble-rule); color: var(--ble-muted); font-size: 12px;
}
.ble-footer-brand { display: inline-flex; align-items: center; gap: 14px; color: var(--ble-ink); }
.ble-footer-brand img { width: 74px; height: auto !important; object-fit: contain; }
.ble-footer p { margin: 0; }
.ble-footer a { text-decoration: underline; text-underline-offset: 3px; }

/* Reader */
.ble-reading-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 3px; }
.ble-reading-progress span { display: block; width: 0; height: 100%; background: var(--ble-accent); }
.ble-reader-position { position: absolute; left: 50%; transform: translateX(-50%); color: var(--ble-muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.ble-reader-main { padding: clamp(54px,8vw,112px) 20px 0; }
.ble-story-article { max-width: var(--ble-reader-width); margin: 0 auto; }
.ble-story-header { margin: 0 0 clamp(60px,9vw,105px); text-align: center; }
.ble-story-header h1 { margin: 0 auto 27px; max-width: 900px; font: 400 clamp(46px,7.5vw,96px)/.96 Georgia, serif; letter-spacing: -.055em; text-wrap: balance; }
.ble-byline { margin: 0; color: var(--ble-muted); font-size: 15px; }
.ble-byline strong { color: var(--ble-ink); font-weight: 800; }
.ble-story-stats { display: flex; justify-content: center; gap: 24px; margin-top: 23px; color: var(--ble-muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.ble-story-content { font: 400 var(--ble-reader-size)/var(--ble-reader-leading) Georgia, "Times New Roman", serif !important; letter-spacing: .002em; overflow-wrap: break-word; }
.ble-story-content > * { max-width: 100%; }
.ble-story-content p { margin: 0 0 1.12em !important; font-size: inherit !important; line-height: inherit !important; }
.ble-story-content p + p { text-indent: 1.35em; }
.ble-story-content h2, .ble-story-content h3, .ble-story-content h4 { margin: 2.4em 0 .9em; font-family: Georgia, serif; line-height: 1.15; letter-spacing: -.025em; }
.ble-story-content h2 { font-size: 1.65em; }
.ble-story-content h3 { font-size: 1.3em; }
.ble-story-content h4 { font-size: 1.1em; }
.ble-story-content h2 + p, .ble-story-content h3 + p, .ble-story-content h4 + p, .ble-story-content blockquote + p, .ble-story-content hr + p { text-indent: 0; }
.ble-story-content blockquote { margin: 2em -2.1em; padding: .2em 0 .2em 1.2em; border-left: 3px solid var(--ble-accent); color: var(--ble-muted); font-size: 1.14em; font-style: italic; }
.ble-story-content ul, .ble-story-content ol { margin: 1.4em 0 1.6em; padding-left: 1.5em; }
.ble-story-content li { margin: .5em 0; }
.ble-story-content hr { width: 44px; height: 1px; margin: 3.2em auto; border: 0; background: var(--ble-rule); }
.ble-story-content a { color: var(--ble-accent); text-decoration: underline; text-underline-offset: 3px; }
.ble-story-end { margin: clamp(82px,12vw,150px) 0; text-align: center; color: var(--ble-muted); }
.ble-end-mark { margin-bottom: 24px; color: var(--ble-accent); font-size: 18px; }
.ble-story-end p { margin-bottom: 25px; font: italic 17px/1.5 Georgia, serif; }
.ble-story-navigation { display: grid; grid-template-columns: 1fr 1fr; margin-top: 80px; border-top: 1px solid var(--ble-rule); border-bottom: 1px solid var(--ble-rule); }
.ble-nav-story { display: flex; flex-direction: column; justify-content: center; min-height: 220px; padding: 38px clamp(25px,6vw,90px); }
.ble-nav-story + .ble-nav-story { border-left: 1px solid var(--ble-rule); }
.ble-nav-next { align-items: flex-end; text-align: right; }
.ble-nav-story span { color: var(--ble-accent); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ble-nav-story strong { max-width: 620px; margin: 15px 0 7px; font: 400 clamp(25px,3.2vw,46px)/1.05 Georgia, serif; letter-spacing: -.03em; }
.ble-nav-story em { color: var(--ble-muted); font-size: 13px; font-style: normal; }
.ble-nav-story:hover { background: var(--ble-soft); }

.ble-toc-drawer { position: fixed; z-index: 500; inset: 0; visibility: hidden; pointer-events: none; }
.ble-toc-drawer[aria-hidden="false"] { visibility: visible; pointer-events: auto; }
.ble-drawer-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.5); opacity: 0; transition: opacity .22s ease; }
.ble-toc-drawer[aria-hidden="false"] .ble-drawer-backdrop { opacity: 1; }
.ble-drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(520px,94vw); padding: 32px; overflow-y: auto; background: var(--ble-surface); transform: translateX(102%); transition: transform .28s ease; }
.ble-toc-drawer[aria-hidden="false"] .ble-drawer-panel { transform: none; }
.ble-drawer-panel > header { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 24px; border-bottom: 2px solid var(--ble-ink); }
.ble-drawer-panel h2 { margin: 0; font: 400 48px/1 Georgia, serif; }
.ble-drawer-close { width: 42px; height: 42px; border: 1px solid var(--ble-rule); font-size: 28px; }
.ble-drawer-panel ol { list-style: none; margin: 10px 0 0; padding: 0; }
.ble-drawer-panel li { border-bottom: 1px solid var(--ble-rule); }
.ble-drawer-panel li a { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 19px 4px; }
.ble-drawer-panel li > a > span { color: var(--ble-accent); font-size: 11px; font-weight: 800; }
.ble-drawer-panel li strong { display: block; font: 400 20px/1.18 Georgia, serif; }
.ble-drawer-panel li em { display: block; margin-top: 5px; color: var(--ble-muted); font-size: 11px; font-style: normal; }
.ble-drawer-panel li.is-current { background: var(--ble-soft); }
.ble-drawer-panel li.is-current strong::after { content: " · lendo"; color: var(--ble-accent); font: 700 10px/1 sans-serif; letter-spacing: .08em; text-transform: uppercase; }

.ble-mobile-reader-nav {
  display: none; position: fixed; z-index: 90; left: 50%; bottom: calc(14px + env(safe-area-inset-bottom));
  transform: translateX(-50%); align-items: center; gap: 3px; padding: 5px; border: 1px solid var(--ble-rule);
  border-radius: 999px; background: var(--ble-surface); box-shadow: 0 12px 32px rgba(0,0,0,.14);
}
.ble-mobile-reader-nav a, .ble-mobile-reader-nav button, .ble-mobile-reader-nav span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; }
.ble-mobile-reader-nav a:hover, .ble-mobile-reader-nav button:hover { background: var(--ble-soft); }
.ble-toast {
  position: fixed; z-index: 900; left: 50%; bottom: calc(24px + env(safe-area-inset-bottom)); max-width: min(620px,calc(100vw - 32px));
  padding: 12px 18px; border-radius: 999px; background: var(--ble-invert); color: var(--ble-invert-ink); box-shadow: var(--ble-shadow);
  font-size: 13px; line-height: 1.4; text-align: center; transform: translate(-50%,150%); opacity: 0; transition: transform .22s ease, opacity .22s ease;
}
.ble-toast.is-visible { transform: translate(-50%,0); opacity: 1; }

@media (display-mode: standalone) {
  [data-ble-install-native], [data-ble-install-guide], [data-ble-install-entry], .ble-install-help { display: none !important; }
  .ble-topbar { padding-top: calc(12px + env(safe-area-inset-top)); }
}

@media (max-width: 980px) {
  .ble-hero { grid-template-columns: 1fr; min-height: auto; }
  .ble-cover { grid-row: 1; }
  .ble-cover img { width: min(370px,70vw); }
  .ble-hero-copy { grid-row: 2; }
  .ble-edition-facts { grid-template-columns: 1fr 1fr; }
  .ble-edition-facts > div:nth-child(2) { border-right: 0; }
  .ble-edition-facts > div:nth-child(-n+2) { border-bottom: 1px solid var(--ble-rule); }
  .ble-carry { grid-template-columns: .78fr 1.22fr; }
  .ble-manifesto { grid-template-columns: 1fr; }
  .ble-manifesto > p:last-child { max-width: 620px; }
}

@media (max-width: 720px) {
  .ble-topbar { min-height: 84px; padding: 8px 16px; }
  .ble-brand-official img, .ble-reader-brand-logo { width: 88px; }
  .ble-install-shortcut { min-height: 40px; padding: 7px 12px; }
  .ble-install-shortcut > span:last-child { display: inline; }
  .ble-brand-name, .ble-action-label, .ble-reader-position { display: none; }
  .ble-icon-button { min-width: 42px; justify-content: center; padding: 8px; }
  .ble-hero { padding: 30px 18px 72px; gap: 38px; }
  .ble-cover img { width: min(310px,78vw); transform: rotate(-.8deg); }
  .ble-hero h1 { font-size: clamp(58px,19vw,94px); }
  .ble-deck { font-size: 19px; }
  .ble-hero-actions { display: grid; }
  .ble-primary-button, .ble-secondary-button { width: 100%; }
  .ble-install-text-link { min-height: 44px; margin-top: 14px; justify-content: center; width: 100%; }
  .ble-edition-facts > div { padding: 25px 20px; }
  .ble-edition-facts strong { font-size: 27px; }
  .ble-catalogue { padding: 68px 18px 90px; }
  .ble-section-heading { grid-template-columns: 1fr; }
  .ble-section-heading h2 { font-size: 44px; }
  .ble-story-card > a { grid-template-columns: 38px minmax(0,1fr) auto; gap: 13px; min-height: 122px; padding: 20px 2px; }
  .ble-card-copy h3 { font-size: 26px; }
  .ble-card-meta > span:first-child { display: none; }
  .ble-card-arrow { width: 38px; height: 38px; }
  .ble-carry { grid-template-columns: 1fr; min-height: auto; }
  .ble-carry-art { min-height: 330px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .ble-carry-art span { font-size: clamp(180px,60vw,290px); }
  .ble-carry-copy { padding: 58px 22px 70px; }
  .ble-carry h2 { font-size: clamp(45px,13.5vw,68px); }
  .ble-carry-actions { align-items: stretch; }
  .ble-carry-actions .ble-primary-button { width: 100%; }
  .ble-manifesto { padding: 72px 18px; }
  .ble-manifesto h2 { font-size: 44px; }
  .ble-footer { grid-template-columns: 1fr; align-items: start; padding: 30px 18px; }
  .ble-footer-brand img { width: 82px; }
  .ble-reader-topbar .ble-top-actions .ble-icon-button:nth-of-type(2),
  .ble-reader-topbar .ble-top-actions .ble-icon-button:nth-of-type(3),
  .ble-reader-topbar .ble-top-actions .ble-icon-button:nth-of-type(4) { display: none; }
  .ble-reader-main { padding: 54px 20px calc(170px + env(safe-area-inset-bottom)); }
  .ble-story-header { margin-bottom: 62px; }
  .ble-story-header h1 { font-size: clamp(43px,14vw,70px); }
  .ble-story-content { --ble-reader-size: 19px; --ble-reader-leading: 1.72; }
  .ble-story-content p + p { text-indent: 1.15em; }
  .ble-story-content blockquote { margin: 2em 0; }
  .ble-story-navigation { grid-template-columns: 1fr; margin-bottom: calc(96px + env(safe-area-inset-bottom)); }
  .ble-nav-story { min-height: 170px; padding: 30px 20px; }
  .ble-nav-story + .ble-nav-story { border-left: 0; border-top: 1px solid var(--ble-rule); }
  .ble-nav-next { align-items: flex-start; text-align: left; }
  .ble-mobile-reader-nav { display: flex; }
  .ble-edition-reader .ble-toast { bottom: calc(80px + env(safe-area-inset-bottom)); }
}

@media (max-width: 430px) {
  .ble-cover img { width: min(292px,78vw); }
  .ble-edition-facts { grid-template-columns: 1fr; }
  .ble-edition-facts > div { border-right: 0; border-bottom: 1px solid var(--ble-rule); }
  .ble-story-card > a { grid-template-columns: 32px minmax(0,1fr); }
  .ble-card-meta { display: none; }
  .ble-story-stats { gap: 12px; flex-wrap: wrap; }
}

@supports (content-visibility: auto) {
  .ble-story-card { content-visibility: auto; contain-intrinsic-size: 145px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media print {
  .ble-topbar, .ble-reading-progress, .ble-story-navigation, .ble-mobile-reader-nav, .ble-toc-drawer, .ble-toast, .ble-story-end button { display: none !important; }
  body.ble-edition { background: #fff !important; color: #000 !important; }
  .ble-reader-main { padding: 0; }
  .ble-story-article { max-width: 100%; }
  .ble-story-content { font-size: 12pt !important; line-height: 1.6 !important; }
}

/* 3.3 — instalação explicada sem falsa promessa no iPhone */
.ble-install-explainer {
  display: inline-flex; align-items: center; gap: 13px; width: min(100%, 430px); margin-top: 22px;
  padding: 14px 18px; border: 1px solid var(--ble-rule); border-radius: 18px;
  background: rgba(255,255,255,.34); color: var(--ble-ink); text-align: left;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.ble-install-explainer:hover, .ble-install-explainer:focus-visible, .ble-install-explainer.is-open {
  border-color: var(--ble-ink); background: rgba(255,255,255,.58); transform: translateY(-1px);
}
.ble-install-explainer-icon {
  display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px;
  border-radius: 50%; background: var(--ble-invert); color: var(--ble-invert-ink); font-size: 22px; line-height: 1;
}
.ble-install-explainer.is-open .ble-install-explainer-icon { transform: rotate(45deg); }
.ble-install-explainer > span:last-child { display: grid; gap: 3px; }
.ble-install-explainer strong { font-size: 15px; line-height: 1.2; }
.ble-install-explainer small { color: var(--ble-muted); font-size: 12px; line-height: 1.35; }

.ble-quick-install-guide {
  width: min(100%, 620px); margin-top: 14px; padding: 22px;
  border: 1px solid var(--ble-ink); border-radius: 22px; background: var(--ble-invert); color: var(--ble-invert-ink);
  box-shadow: 0 22px 55px rgba(28,22,16,.15);
}
.ble-quick-guide-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.ble-quick-guide-head .ble-kicker { margin: 0; }
.ble-quick-guide-head button {
  display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%; background: transparent; color: var(--ble-invert-ink); font-size: 24px; line-height: 1;
}
.ble-quick-install-guide h2 { margin: 21px 0 0; font: 400 clamp(28px,4vw,42px)/1.03 Georgia, serif; letter-spacing: -.035em; }
.ble-quick-guide-lead { margin: 14px 0 0; color: rgba(247,242,233,.72); font-size: 15px; line-height: 1.55; }
.ble-quick-guide-steps { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.ble-quick-guide-steps li { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 14px; align-items: start; }
.ble-quick-guide-steps li > span {
  display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.52);
  border-radius: 50%; font-weight: 850;
}
.ble-quick-guide-steps p { margin: 5px 0 0; font-size: 15px; line-height: 1.5; }
.ble-quick-guide-actions { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); }
.ble-copy-address {
  min-height: 45px; padding: 10px 17px; border: 1px solid rgba(255,255,255,.58); border-radius: 999px;
  background: transparent; color: var(--ble-invert-ink); font-size: 13px; font-weight: 800;
}
.ble-copy-address:hover, .ble-copy-address:focus-visible { background: var(--ble-invert-ink); color: var(--ble-invert); }

@media (max-width: 720px) {
  .ble-install-explainer { width: 100%; margin-top: 14px; border-radius: 18px; padding: 13px 15px; }
  .ble-quick-install-guide { margin-top: 12px; padding: 20px 18px; border-radius: 20px; }
  .ble-quick-install-guide h2 { font-size: 31px; }
  .ble-quick-guide-steps li { grid-template-columns: 34px minmax(0,1fr); gap: 12px; }
  .ble-quick-guide-steps li > span { width: 34px; height: 34px; }
  .ble-copy-address { width: 100%; }
}
