:root {
  --red: #b5121b;
  --red-dark: #8d0d15;
  --red-soft: #fff0f1;
  --ink: #18171a;
  --muted: #68656d;
  --surface: #ffffff;
  --surface-2: #f6f4f2;
  --line: #e6e1de;
  --shadow-sm: 0 3px 12px rgba(33, 22, 18, .08);
  --shadow-lg: 0 24px 65px rgba(32, 17, 13, .18);
  --radius: 18px;
  --header-height: 72px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface-2);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; min-width: 320px; min-height: 100dvh; background: var(--surface-2); color: var(--ink); }
button, input { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
img { display: block; max-width: 100%; }
svg { display: block; flex: 0 0 auto; overflow: visible; }
[hidden] { display: none !important; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-150%); padding: 12px 16px; border-radius: 10px; background: var(--ink); color: white; }
.skip-link:focus { transform: none; }

.offline-bar { position: sticky; top: 0; z-index: 100; padding: 8px 16px; background: #ffe29a; color: #5b3a00; text-align: center; font-size: .82rem; font-weight: 700; }

.site-header { height: var(--header-height); padding: max(12px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) 12px max(16px, env(safe-area-inset-left)); display: flex; align-items: center; gap: 10px; background: color-mix(in srgb, var(--surface) 92%, transparent); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); }
.brand { width: auto; max-width: min(255px, 58vw); padding: 0; border: 0; background: none; line-height: 0; cursor: pointer; }
.brand img { width: auto; max-width: 100%; height: 42px; object-fit: initial; border-radius: 0; background: transparent; }
.header-actions { margin-left: auto; display: flex; gap: 8px; }
.icon-button { width: 48px; height: 48px; flex: 0 0 48px; display: inline-grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); color: var(--ink); cursor: pointer; transition: transform .16s ease, border-color .16s ease, background .16s ease; }
.icon-button:hover { background: var(--surface-2); border-color: #cbc3bf; }
.icon-button:active, .button:active, .issue-card:active { transform: scale(.97); }
.icon-button svg, .button svg, .control-button svg, .page-arrow svg, .feature-icon svg, .trade-expert-icon svg, .supplier-whatsapp svg, .issue-open svg { display: block; width: 22px; height: 22px; fill: none !important; stroke: currentColor !important; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.header-back { margin-right: 2px; }

.button { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 14px; border: 1px solid transparent; font-weight: 800; letter-spacing: -.01em; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(181, 18, 27, .24); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 12px 30px rgba(181, 18, 27, .3); }
.button-secondary { background: var(--surface); color: var(--ink); border-color: var(--line); }
.button-subtle { min-height: 46px; padding: 0 14px; background: var(--red-soft); color: var(--red-dark); border-color: transparent; }
.button-subtle svg { width: 19px; }
.button-whatsapp { background: #118642; color: white; box-shadow: 0 10px 24px rgba(17, 134, 66, .24); text-decoration: none; }
.button-whatsapp:hover { background: #0d7137; box-shadow: 0 12px 30px rgba(17, 134, 66, .3); }

.home-screen { overflow: hidden; }
.hero { min-height: 590px; padding: clamp(46px, 8vw, 104px) max(20px, calc((100vw - 1160px) / 2)); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: center; gap: clamp(48px, 7vw, 96px); position: relative; background: radial-gradient(circle at 83% 25%, rgba(181,18,27,.13), transparent 27%), linear-gradient(135deg, #fff 0%, #f6f2ef 100%); }
.hero::before { content: ""; width: 360px; height: 360px; border: 1px solid rgba(181,18,27,.12); border-radius: 50%; position: absolute; right: -160px; top: -160px; box-shadow: 0 0 0 65px rgba(181,18,27,.035), 0 0 0 130px rgba(181,18,27,.025); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { max-width: 790px; margin: 0; font-size: clamp(2.55rem, 5.2vw, 4.9rem); line-height: 1; letter-spacing: -.058em; }
.hero h1 span { color: var(--red); }
.hero-text { max-width: 620px; margin: 26px 0 30px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.featured-cover { width: min(285px, 100%); height: auto; justify-self: center; align-self: center; display: block; padding: 0; border: 0; background: none; line-height: 0; position: relative; cursor: pointer; transform: rotate(2deg); transition: transform .25s ease; }
.featured-cover:hover { transform: rotate(0) translateY(-6px); }
.featured-cover img { width: 100%; height: auto; aspect-ratio: auto; object-fit: initial; border-radius: 6px; background: transparent; box-shadow: var(--shadow-lg); position: relative; z-index: 2; }
.cover-glow { position: absolute; inset: 10% -8% -8%; border-radius: 35%; background: rgba(181,18,27,.25); filter: blur(38px); }
.cover-badge { position: absolute; top: 18px; right: -18px; z-index: 3; padding: 9px 13px; border-radius: 999px; background: var(--red); color: white; box-shadow: var(--shadow-sm); font-size: .76rem; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; }

.industry-overview { max-width: 1160px; margin: 72px auto 0; padding: 0 20px; }
.industry-overview-heading { max-width: 830px; margin-bottom: 28px; }
.industry-overview-heading h2 { margin: 0 0 14px; font-size: clamp(1.8rem, 4vw, 2.7rem); letter-spacing: -.045em; line-height: 1.08; }
.industry-overview-heading > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.industry-overview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.industry-overview-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow-sm); }
.industry-overview-grid h3 { margin: 0 0 10px; font-size: 1.08rem; letter-spacing: -.025em; }
.industry-overview-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }

.issue-section { max-width: 1200px; margin: 0 auto; padding: 76px 20px 54px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.section-heading h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 2.55rem); letter-spacing: -.04em; }
.issue-count { padding: 8px 12px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); color: var(--muted); font-size: .82rem; font-weight: 800; white-space: nowrap; }
.issue-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.issue-card { min-width: 0; padding: 0; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); color: var(--ink); overflow: hidden; text-align: left; cursor: pointer; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.issue-card:hover { transform: translateY(-5px); border-color: rgba(181,18,27,.35); box-shadow: 0 18px 35px rgba(33,22,18,.12); }
.issue-cover-wrap { width: 100%; aspect-ratio: 900 / 1200; display: block; flex: 0 0 auto; overflow: hidden; background: transparent; line-height: 0; position: relative; }
.issue-cover-wrap img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .35s ease; }
.issue-card:hover img { transform: scale(1.025); }
.issue-current { position: absolute; top: 12px; left: 12px; padding: 7px 10px; border-radius: 999px; background: var(--red); color: white; font-size: .7rem; font-weight: 900; text-transform: uppercase; box-shadow: var(--shadow-sm); }
.issue-meta { padding: 17px 18px 18px; display: flex; align-items: center; gap: 12px; }
.issue-text { min-width: 0; display: grid; gap: 5px; }
.issue-title { font-size: 1.06rem; font-weight: 800; letter-spacing: -.02em; }
.issue-open { width: 42px; height: 42px; flex: 0 0 42px; margin-left: auto; display: grid; place-items: center; border-radius: 50%; background: var(--red-soft); color: var(--red); }
.issue-open svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.trade-expert-cta { max-width: 1160px; margin: 8px auto 54px; padding: clamp(24px, 4vw, 38px); display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 24px; border: 1px solid rgba(181,18,27,.16); border-radius: 26px; background: linear-gradient(135deg, var(--surface), var(--red-soft)); box-shadow: var(--shadow-sm); }
.trade-expert-icon { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 20px; background: var(--red); color: white; box-shadow: 0 10px 25px rgba(181,18,27,.22); }
.trade-expert-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trade-expert-copy .eyebrow { margin-bottom: 6px; }
.trade-expert-copy h2 { margin: 0 0 8px; font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.035em; }
.trade-expert-copy > p:not(.eyebrow) { max-width: 680px; margin: 0 0 9px; color: var(--muted); line-height: 1.55; }
.call-hours { color: var(--red); font-size: .82rem; font-weight: 850; }
.trade-expert-button { min-width: 178px; }
.trade-expert-button svg { width: 23px; height: 23px; }

.reader-screen { min-height: calc(100dvh - var(--header-height)); background: #171416; }
.reader-topbar { min-height: 66px; padding: 9px max(16px, env(safe-area-inset-right)) 9px max(16px, env(safe-area-inset-left)); display: flex; align-items: center; gap: 12px; background: #211e20; color: white; border-bottom: 1px solid rgba(255,255,255,.08); }
.reader-title-wrap { min-width: 0; }
.reader-title-wrap p { margin: 0 0 2px; color: #e1787e; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.reader-title-wrap h1 { margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 1rem; }
.reader-actions { margin-left: auto; display: flex; gap: 7px; }
.reader-actions .icon-button { width: 44px; height: 44px; flex-basis: 44px; color: white; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); }

.reader-stage { height: calc(100dvh - var(--header-height) - 66px - 82px); min-height: 420px; position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, #393336 0%, #181517 70%); }
.page-viewport { width: 100%; height: 100%; overflow: auto; display: grid; place-items: center; padding: 18px 78px; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #655d61 transparent; }
.page-canvas { min-width: min-content; min-height: min-content; display: grid; place-items: center; position: relative; transform-origin: center; transition: transform .18s ease; }
.page-canvas > * { grid-area: 1/1; }
.page-canvas img { max-width: min(100%, 850px); max-height: calc(100dvh - var(--header-height) - 66px - 118px); width: auto; height: auto; object-fit: contain; border-radius: 3px; box-shadow: 0 18px 55px rgba(0,0,0,.45); user-select: none; opacity: 0; transition: opacity .2s ease; }
.page-canvas img.loaded { opacity: 1; }
.page-loader { display: flex; align-items: center; justify-content: center; gap: 5px; color: #dad4d7; }
.page-loader span { width: 8px; height: 8px; border-radius: 50%; background: #df4d55; animation: pulse 1s infinite ease-in-out; }
.page-loader span:nth-child(2) { animation-delay: .15s; }
.page-loader span:nth-child(3) { animation-delay: .3s; }
.page-loader b { margin-left: 7px; font-size: .8rem; }
@keyframes pulse { 0%, 100% { opacity: .25; transform: scale(.8); } 50% { opacity: 1; transform: scale(1); } }
.page-arrow { width: 52px; height: 72px; position: absolute; top: 50%; z-index: 4; transform: translateY(-50%); display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(27,24,26,.82); color: white; cursor: pointer; backdrop-filter: blur(10px); }
.page-arrow:hover { background: var(--red); }
.page-arrow:disabled, .control-button:disabled { opacity: .3; cursor: not-allowed; }
.page-arrow svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 2; }
.page-arrow-prev { left: 16px; }
.page-arrow-next { right: 16px; }
.swipe-hint { position: absolute; bottom: 16px; z-index: 4; padding: 8px 13px; border-radius: 999px; background: rgba(0,0,0,.7); color: white; font-size: .75rem; font-weight: 750; pointer-events: none; animation: hintFade 4s 1s forwards; }
@keyframes hintFade { to { opacity: 0; visibility: hidden; } }
.supplier-whatsapp { min-height: 52px; padding: 0 17px; position: absolute; right: 82px; bottom: 16px; z-index: 6; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 15px; background: #118642; color: white; box-shadow: 0 12px 30px rgba(0,0,0,.32); font-size: .88rem; font-weight: 850; text-decoration: none; transition: transform .16s ease, background .16s ease; }
.supplier-whatsapp:hover { background: #0d7137; transform: translateY(-2px); }
.supplier-whatsapp:active { transform: scale(.97); }
.supplier-whatsapp svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }

.reader-controls { height: 82px; padding: 10px max(12px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); display: flex; align-items: center; justify-content: center; gap: 13px; background: #211e20; color: white; border-top: 1px solid rgba(255,255,255,.08); position: sticky; bottom: 0; z-index: 10; }
.control-button { min-width: 118px; height: 52px; padding: 0 15px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.06); color: white; font-weight: 800; cursor: pointer; }
.control-button:hover { background: rgba(255,255,255,.12); }
.page-status { height: 52px; padding: 0 14px; display: flex; align-items: center; gap: 8px; border-radius: 14px; background: rgba(255,255,255,.06); color: #bcb5b9; }
.page-status label { font-size: .8rem; }
.page-status input { width: 54px; height: 38px; padding: 0 7px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; background: #171416; color: white; text-align: center; font-weight: 800; -moz-appearance: textfield; }
.page-status input::-webkit-inner-spin-button { appearance: none; }
.zoom-controls { height: 52px; display: flex; align-items: center; gap: 4px; padding: 3px; border-radius: 14px; background: rgba(255,255,255,.06); }
.zoom-controls .icon-button { width: 44px; height: 44px; flex-basis: 44px; border: 0; background: transparent; color: white; }
.zoom-value { min-width: 58px; height: 38px; padding: 0 6px; border: 0; border-radius: 8px; background: transparent; color: #ddd7da; font-size: .78rem; font-weight: 800; cursor: pointer; }

.page-drawer { width: min(760px, 100%); height: min(82dvh, 780px); max-width: none; max-height: none; margin: auto auto 0; padding: 0; border: 0; border-radius: 24px 24px 0 0; background: var(--surface); color: var(--ink); box-shadow: 0 -24px 80px rgba(0,0,0,.3); overflow: hidden; }
.page-drawer::backdrop { background: rgba(15,12,14,.66); backdrop-filter: blur(4px); }
.page-drawer[open] { animation: drawerIn .22s ease-out; }
@keyframes drawerIn { from { transform: translateY(35px); opacity: 0; } }
.drawer-header { height: 78px; padding: 14px 18px; display: flex; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); }
.drawer-header .eyebrow { margin-bottom: 3px; font-size: .65rem; }
.drawer-header h2 { margin: 0; font-size: 1.25rem; }
.drawer-header .icon-button { margin-left: auto; }
.thumbnail-grid { height: calc(100% - 78px); padding: 18px max(16px, env(safe-area-inset-right)) max(30px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-rows: max-content; align-content: start; align-items: start; gap: 14px; overflow-y: auto; }
.thumbnail { min-width: 0; height: auto; padding: 0; display: block; border: 2px solid transparent; border-radius: 10px; background: transparent; color: var(--ink); line-height: 1; cursor: pointer; overflow: hidden; }
.thumbnail.active { border-color: var(--red); background: var(--red-soft); }
.thumbnail img { width: 100%; height: auto; aspect-ratio: 900 / 1200; display: block; object-fit: cover; background: #e9e5e2; }
.thumbnail img.thumbnail-error { padding: 18px; opacity: .45; }
.thumbnail span { min-height: 30px; display: grid; place-items: center; font-size: .72rem; font-weight: 800; }

.toast { max-width: min(420px, calc(100vw - 32px)); position: fixed; left: 50%; bottom: max(96px, calc(env(safe-area-inset-bottom) + 80px)); z-index: 120; transform: translateX(-50%); padding: 12px 17px; border-radius: 12px; background: #111; color: white; box-shadow: var(--shadow-lg); font-size: .88rem; font-weight: 750; text-align: center; }
.site-footer { padding: 34px 20px max(34px, env(safe-area-inset-bottom)); display: flex; justify-content: center; flex-wrap: wrap; gap: 6px 22px; border-top: 1px solid var(--line); background: var(--surface); color: var(--muted); font-size: .78rem; }
.site-footer p { margin: 0; }
.site-footer a { color: var(--red); font-weight: 750; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }

:focus-visible { outline: 3px solid #ff656d; outline-offset: 3px; }

@media (max-width: 820px) {
  :root { --header-height: 66px; }
  .site-header { padding-top: max(8px, env(safe-area-inset-top)); padding-bottom: 8px; }
  .brand { width: auto; max-width: min(230px, 56vw); }
  .brand img { width: auto; max-width: 100%; height: 38px; }
  .install-button span { display: none; }
  .install-button { width: 48px; min-width: 48px; padding: 0; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 46px; padding-top: 54px; padding-bottom: 65px; text-align: center; }
  .hero h1 { margin-inline: auto; font-size: clamp(2.7rem, 11vw, 4.5rem); }
  .hero-text { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .featured-cover { width: min(260px, 68vw); }
  .issue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .industry-overview-grid { grid-template-columns: 1fr; }
  .trade-expert-cta { margin-inline: 16px; grid-template-columns: auto minmax(0, 1fr); }
  .trade-expert-button { grid-column: 1 / -1; width: 100%; }
  .reader-title-wrap h1 { max-width: 38vw; }
  .zoom-controls { display: none; }
  .thumbnail-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 600px) {
  .icon-button { border-radius: 13px; }
  .hero { padding-inline: 20px; }
  .hero h1 { letter-spacing: -.055em; }
  .industry-overview { margin-top: 54px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .issue-section { padding-top: 56px; }
  .issue-grid { grid-template-columns: 1fr; }
  .issue-card { display: grid; grid-template-columns: 122px minmax(0, 1fr); min-height: 163px; }
  .issue-cover-wrap { width: 122px; height: 163px; min-height: 0; aspect-ratio: 900 / 1200; background: transparent; }
  .issue-meta { padding: 16px; }
  .issue-open { align-self: center; }
  .reader-topbar { min-height: 58px; }
  .reader-title-wrap h1 { max-width: 34vw; font-size: .9rem; }
  .reader-actions { gap: 5px; }
  .reader-actions .icon-button { width: 42px; height: 42px; flex-basis: 42px; }
  .reader-stage { height: calc(100dvh - var(--header-height) - 58px - 76px); min-height: 340px; }
  .page-viewport { padding: 10px; touch-action: pan-x pan-y pinch-zoom; }
  .page-canvas img { max-height: calc(100dvh - var(--header-height) - 58px - 96px); }
  .page-arrow { display: none; }
  .supplier-whatsapp { min-height: 50px; right: 12px; bottom: 12px; padding-inline: 14px; border-radius: 14px; }
  .reader-controls { height: 76px; justify-content: space-between; gap: 6px; }
  .control-button { width: 52px; min-width: 52px; padding: 0; }
  .control-button span { display: none; }
  .page-status { flex: 1; max-width: 172px; justify-content: center; padding-inline: 8px; }
  .page-status input { width: 50px; }
  .thumbnail-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .site-footer { text-align: center; }
}

@media (max-width: 390px) {
  .brand { width: 49vw; }
  .reader-title-wrap h1 { max-width: 27vw; }
  .reader-actions .icon-button { width: 40px; height: 40px; flex-basis: 40px; }
  .supplier-whatsapp span { display: none; }
  .supplier-whatsapp { width: 50px; padding: 0; border-radius: 50%; }
  .trade-expert-cta { grid-template-columns: 1fr; text-align: center; }
  .trade-expert-icon { margin-inline: auto; }
}

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

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) { --ink: #f5f2f3; --muted: #aaa3a7; --surface: #201d1f; --surface-2: #161315; --line: #383336; --red-soft: #3b1c20; }
  :root:not([data-theme="light"]) .hero { background: radial-gradient(circle at 83% 25%, rgba(181,18,27,.18), transparent 27%), linear-gradient(135deg, #211e20 0%, #171416 100%); }
}
:root[data-theme="dark"] { --ink: #f5f2f3; --muted: #aaa3a7; --surface: #201d1f; --surface-2: #161315; --line: #383336; --red-soft: #3b1c20; }
:root[data-theme="dark"] .hero { background: radial-gradient(circle at 83% 25%, rgba(181,18,27,.18), transparent 27%), linear-gradient(135deg, #211e20 0%, #171416 100%); }

@media (display-mode: standalone) {
  .site-header { padding-top: max(12px, env(safe-area-inset-top)); }
  .install-button { display: none !important; }
}
