.guide-page { background: #f7faf9; }
.guide-page .wordmark > svg { color: var(--brand-primary); }
.guide-page .header-inner { min-height: 87px; border-color: var(--color-border); }
.guide-page .wordmark > span { font-size: 21px; }
.guide-page .wordmark small { font-size: 7px; color: var(--color-text-muted); }
.guide-navigation { display: flex; align-items: center; gap: 28px; font-size: 11px; color: var(--color-text-secondary); }
.guide-navigation a:hover { color: var(--brand-primary); }
.guide-download-link { display: flex; align-items: center; gap: 10px; margin-left: 4px; }
.guide-download-link svg { width: 15px; height: 15px; }
.guide-intro { padding-block: 65px 58px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 70px; align-items: center; }
.guide-dot { width: 5px; height: 5px; background: var(--brand-primary); border-radius: 50%; }
.guide-intro h1 { font-size: clamp(33px, 4.1vw, 57px); line-height: 1.3; letter-spacing: -.045em; font-weight: 500; margin-top: 22px; }
.guide-intro h1 > span { color: var(--brand-primary); }
.guide-intro-copy { margin-top: 22px; font-size: 12px; line-height: 2; color: var(--color-text-secondary); }
.guide-edition { display: flex; gap: 19px; align-items: center; margin-top: 29px; }
.guide-edition > span:first-child { padding: 5px 8px; background: var(--brand-tint); color: var(--brand-primary); border-radius: 4px; font-size: 9px; }
.guide-edition .mono { font-size: 8px; color: var(--color-text-muted); }
.hero-color-card { width: 100%; max-width: 341px; justify-self: end; overflow: hidden; border-radius: 11px; }
.hero-color-main { background: var(--brand-primary); color: white; height: 244px; position: relative; padding: 25px; }
.hero-color-main > .mono:first-child { font-size: 8px; letter-spacing: .13em; }
.hero-color-main > svg { position: absolute; right: 25px; top: 62px; width: 83px; height: 95px; opacity: .2; }
.hero-color-main strong { position: absolute; left: 25px; bottom: 56px; font-weight: 450; font-size: 37px; letter-spacing: .03em; }
.hero-color-hex { position: absolute; bottom: 29px; left: 26px; font-size: 12px; }
.hero-color-strip { height: 26px; display: grid; grid-template-columns: repeat(4, 1fr); }
.hero-color-strip > i:nth-child(1) { background: var(--brand-accent); }
.hero-color-strip > i:nth-child(2) { background: var(--brand-tint); }
.hero-color-strip > i:nth-child(3) { background: var(--brand-dark); }
.hero-color-strip > i:nth-child(4) { background: var(--brand-ink); }
.guide-section { padding-block: 51px 48px; border-top: 1px solid var(--color-border); }
.guide-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 26px; }
.guide-section-heading .eyebrow { font-size: 8px; }
.guide-section-heading h2 { font-size: 28px; font-weight: 500; line-height: 1.4; letter-spacing: -.025em; margin-top: 14px; }
.guide-section-heading > p { font-size: 10px; line-height: 1.9; color: var(--color-text-muted); }
.palette-cards { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 13px; }
.palette-card { display: block; padding: 0; min-width: 0; text-align: left; border: 1px solid #dde8e4; border-radius: 8px; overflow: hidden; background: white; transition: transform .2s; }
.palette-card:hover { transform: translateY(-4px); }
.palette-block { position: relative; display: flex; flex-direction: column; padding: 18px; height: 165px; }
.palette-role { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 9px; }
.palette-role > svg { width: 13px; height: 13px; opacity: .75; }
.palette-block > strong { font-weight: 500; font-size: 25px; margin-top: auto; letter-spacing: .02em; }
.palette-block > code { font: 10px var(--mono); margin-top: 10px; }
.palette-card-foot { display: flex; flex-direction: column; gap: 7px; padding: 14px 15px; color: var(--color-text-muted); }
.palette-card-foot .mono { font-size: 7px; color: var(--color-text-secondary); }
.palette-card-foot > span:last-child { font-size: 8px; white-space: nowrap; }
.color-ratio { display: flex; height: 29px; margin-top: 25px; border-radius: 4px; overflow: hidden; font-size: 9px; }
.color-ratio > span { display: flex; align-items: center; justify-content: center; white-space: nowrap; }
.ratio-neutral { width: 70%; background: #e4ede8; color: #597269; }
.ratio-primary { width: 25%; background: var(--brand-primary); color: white; }
.ratio-accent { width: 5%; background: var(--brand-accent); color: var(--brand-dark); }
.ratio-notes { display: flex; justify-content: space-between; gap: 30px; margin-top: 11px; font-size: 9px; color: var(--color-text-muted); line-height: 1.8; }
.ratio-notes > span { white-space: nowrap; font-size: 8px; }
.scale-heading { display: flex; align-items: center; justify-content: space-between; margin-top: 33px; margin-bottom: 18px; gap: 20px; }
.scale-heading h3 { font-size: 15px; font-weight: 500; }
.scale-heading > span { font-size: 7px; color: var(--color-text-muted); }
.scale-grid { display: grid; grid-template-columns: repeat(11, minmax(0, 1fr)); gap: 8px; }
.scale-item { padding: 0; border: 0; background: transparent; text-align: left; min-width: 0; color: var(--color-text-secondary); }
.scale-item > span { display: block; height: 45px; width: 100%; border-radius: 4px; box-shadow: inset 0 0 0 1px #17383c09; }
.scale-item > strong { display: block; font: 10px var(--mono); margin-top: 11px; }
.scale-item > code { display: block; font: 8px var(--mono); margin-top: 6px; color: var(--color-text-muted); }
.guide-note { font-size: 10px; line-height: 1.9; color: var(--color-text-muted); margin-top: 20px; }
.guide-note code { font-family: var(--mono); font-size: .95em; }
.guide-mode-switch { display: flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid var(--color-border); background: #ebf2ee; border-radius: 7px; }
.guide-mode-switch > button { display: flex; align-items: center; gap: 6px; padding: 8px 13px; background: transparent; border: 0; border-radius: 4px; font-size: 10px; color: #6c897b; }
.guide-mode-switch > button[aria-pressed="true"] { background: white; color: var(--brand-ink); box-shadow: 0 1px 4px #17383c0b; }
.guide-mode-switch svg { width: 13px; height: 13px; }
.component-demo { color: var(--color-text); background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 9px; overflow: hidden; }
.component-topbar { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 17px 26px; background: var(--color-background); border-bottom: 1px solid var(--color-border); color: var(--color-text-secondary); }
.component-topbar > span:first-child { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.component-topbar svg { width: 18px; height: 21px; color: var(--color-link); }
.component-topbar .mono { font-size: 7px; color: var(--color-text-muted); }
.component-body { display: grid; grid-template-columns: 1fr 1fr; }
.component-controls { padding: 31px; border-right: 1px solid var(--color-border); }
.component-caption { font-size: 9px; color: var(--color-text-muted); }
.component-controls > h3 { font-size: 23px; font-weight: 500; margin-top: 10px; }
.component-controls > label:not(.sample-checkbox) { font-size: 10px; color: var(--color-text-secondary); display: block; margin-top: 25px; margin-bottom: 9px; }
.component-controls > input { display: block; width: 100%; max-width: 340px; padding: 11px 12px; background: var(--color-background); border: 1px solid var(--color-border); border-radius: 4px; color: var(--color-text); font-size: 12px; }
.sample-checkbox { display: flex; align-items: center; gap: 8px; color: var(--color-text-secondary); font-size: 10px; margin-top: 15px; }
.sample-checkbox input { margin: 0; width: 13px; height: 13px; accent-color: var(--color-action); }
.component-buttons { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.component-buttons .button { min-height: 39px; padding: 9px 14px; font-size: 10px; gap: 17px; }
.component-buttons .button svg { width: 14px; height: 14px; }
.component-hint { margin-top: 15px; font-size: 8px; color: var(--color-text-muted); }
.component-reading { padding: 35px 33px; background: var(--color-background); }
.component-reading > h3 { font-size: 27px; font-weight: 500; line-height: 1.4; letter-spacing: -.02em; margin-top: 18px; }
.component-reading > p { font-size: 11px; color: var(--color-text-secondary); line-height: 2; margin-top: 17px; }
.component-reading > blockquote { margin: 20px 0 0; border-left: 2px solid var(--color-link); padding: 9px 12px; background: var(--color-selection); color: var(--color-link); font-size: 11px; }
.semantic-chips { display: flex; gap: 8px; margin-top: 25px; }
.semantic-chips > span { border-radius: 4px; padding: 5px 9px; font-size: 9px; }
.semantic-success { background: var(--color-success-container); color: var(--color-success); }
.semantic-warning { background: var(--color-warning-container); color: var(--color-warning); }
.semantic-danger { background: var(--color-danger-container); color: var(--color-danger); }
.semantic-info { background: var(--color-info-container); color: var(--color-info); }
.theme-table-wrap { margin-top: 23px; border: 1px solid var(--color-border); border-radius: 7px; overflow: hidden; }
.theme-table { width: 100%; border-collapse: collapse; table-layout: fixed; text-align: left; }
.theme-table thead { background: #ecf3ef; }
.theme-table thead th { padding: 13px 23px; font-size: 10px; font-weight: 500; color: var(--color-text-secondary); }
.theme-table tbody th, .theme-table td { border-top: 1px solid #e0ebe5; padding: 12px 23px; font-size: 11px; font-weight: 450; }
.theme-table tbody th > code { font: 8px var(--mono); color: var(--color-text-muted); display: block; margin-top: 6px; }
.theme-table td button { display: inline-flex; align-items: center; gap: 10px; padding: 0; background: none; border: 0; color: var(--color-text-secondary); }
.theme-table td code { font: 10px var(--mono); }
.theme-table td i { width: 16px; height: 16px; display: inline-block; border-radius: 4px; box-shadow: inset 0 0 0 1px #17383c18; }
.contrast-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 19px; color: var(--color-text-secondary); }
.contrast-note > svg { width: 16px; height: 16px; color: var(--brand-primary); margin-top: 1px; }
.contrast-note p { font-size: 10px; line-height: 1.9; }
.contrast-note strong { font-weight: 550; color: var(--brand-primary); }
.mark-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mark-sample { padding: 33px 23px 18px; border: 1px solid var(--color-border); border-radius: 8px; }
.mark-sample img { height: 69px; width: 69px; margin: 0 auto 32px; }
.mark-sample > span { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }
.mark-sample small { font: 8px var(--mono); opacity: .7; }
.mark-on-light { background: white; color: var(--brand-primary); }
.mark-on-dark { background: var(--brand-dark); color: #AEC9C7; border-color: var(--brand-dark); }
.mark-on-tint { background: var(--brand-tint); color: var(--brand-ink); }
.icon-family-board { margin-top: 22px; border: 1px solid var(--color-border); border-radius: 8px; display: grid; grid-template-columns: 1fr 1.25fr; align-items: center; gap: 40px; padding: 35px; }
.icon-family-description .eyebrow { font-size: 7px; }
.icon-family-description > h3 { margin-top: 13px; font-size: 26px; font-weight: 500; line-height: 1.35; letter-spacing: -.02em; }
.icon-family-description > p { font-size: 10px; line-height: 2; margin-top: 15px; color: var(--color-text-secondary); }
.icon-family-description > a { display: inline-flex; gap: 8px; align-items: center; font-size: 9px; color: var(--brand-primary); margin-top: 18px; }
.icon-family-description > a svg { height: 12px; width: 12px; }
.family-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.family-icons > div { display: flex; flex-direction: column; align-items: center; }
.family-icons img { width: 80px; height: 80px; border-radius: 23.4375%; }
.family-icons strong { font-size: 11px; font-weight: 500; margin-top: 17px; }
.family-icons > div > span { color: var(--color-text-muted); font-size: 8px; margin-top: 7px; }
.icon-rules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 27px; margin-top: 23px; }
.icon-rules > p { color: var(--color-text-secondary); font-size: 10px; line-height: 1.9; }
.icon-rules p > span { font: 8px var(--mono); color: var(--brand-primary); margin-right: 7px; }
.icon-rules strong { font-size: 11px; font-weight: 550; color: var(--brand-ink); }
.icon-rules strong::after { content: ""; display: block; height: 5px; }
.naming-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--color-border); border-radius: 7px; overflow: hidden; }
.naming-grid > div { padding: 25px; background: white; }
.naming-grid > div + div { border-left: 1px solid var(--color-border); }
.naming-grid > div > span { color: var(--color-text-muted); font-size: 10px; display: block; margin-bottom: 15px; }
.naming-grid strong { font-size: 19px; font-weight: 500; }
.naming-grid p { font-size: 9px; color: var(--color-text-muted); margin-top: 11px; }
.package-copy { display: flex; gap: 18px; align-items: center; font-size: 19px; padding: 0; border: 0; background: none; color: var(--brand-primary); }
.package-copy code { font-family: var(--mono); font-size: 18px; }
.package-copy svg { height: 15px; width: 15px; }
.download-card { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 37px 40px; background: var(--brand-primary); color: white; border-radius: 9px; margin: 4px 0 45px; --color-focus: #FFFFFF; }
.download-card .eyebrow { color: white; font-size: 8px; }
.download-card h2 { font-size: 27px; font-weight: 450; letter-spacing: -.025em; line-height: 1.5; margin-top: 16px; }
.download-card p:not(.eyebrow) { color: white; font-size: 10px; line-height: 1.8; margin-top: 11px; }
.individual-downloads { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 25px; font-size: 9px; }
.individual-downloads > a:hover { text-decoration: underline; text-underline-offset: 4px; }
.download-card .button { background: var(--brand-accent); color: var(--brand-dark); min-width: 191px; font-size: 11px; gap: 18px; }
.download-card .button:hover { background: #9AE5DB; }
.guide-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 27px 0 30px; border-top: 1px solid var(--color-border); color: var(--color-text-muted); font-size: 9px; }
.guide-footer .mono { font-size: 7px; }
.guide-footer > a { color: var(--brand-primary); }
.guide-toast { position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 12px); opacity: 0; background: var(--brand-ink); color: #f2f8f6; border-radius: 6px; padding: 12px 20px; font-size: 12px; pointer-events: none; z-index: 30; transition: transform .2s, opacity .2s; box-shadow: 0 5px 25px #17383c28; white-space: nowrap; }
.guide-toast.visible { opacity: 1; transform: translate(-50%, 0); }
.load-error { background: #fff2d9; color: #965b10; border-radius: 6px; padding: 15px; font-size: 12px; margin-bottom: 20px; }
@media (max-width: 1100px) {
  .guide-intro { gap: 43px; }
  .hero-color-main { height: 222px; }
  .palette-cards { gap: 10px; }
  .palette-block { padding: 16px; height: 150px; }
  .palette-block > strong { font-size: 23px; }
  .palette-card-foot { padding: 12px; }
  .palette-card-foot > span:last-child { font-size: 7px; }
  .scale-grid { gap: 6px; }
  .scale-item > code { font-size: 7px; }
  .icon-family-board { padding: 29px; gap: 25px; }
  .family-icons { gap: 15px; }
  .family-icons img { width: 72px; height: 72px; }
  .naming-grid strong { font-size: 17px; }
  .download-card { padding: 32px; gap: 26px; }
  .download-card h2 { font-size: 24px; }
}
@media (max-width: 800px) {
  .guide-navigation { gap: 20px; font-size: 10px; }
  .guide-navigation > a:nth-child(3) { display: none; }
  .guide-intro { grid-template-columns: 1.3fr 1fr; gap: 30px; padding-block: 46px; }
  .guide-intro .eyebrow { font-size: 7px; }
  .guide-intro h1 { font-size: 34px; }
  .guide-intro-copy { font-size: 10px; margin-top: 17px; }
  .guide-edition { gap: 14px; }
  .guide-edition > span:first-child { font-size: 8px; }
  .guide-edition .mono { font-size: 6px; }
  .hero-color-main { height: 205px; padding: 19px; }
  .hero-color-main > .mono:first-child { font-size: 6px; }
  .hero-color-main > svg { width: 61px; height: 71px; right: 16px; top: 51px; }
  .hero-color-main strong { left: 19px; bottom: 51px; font-size: 31px; }
  .hero-color-hex { left: 19px; bottom: 27px; font-size: 10px; }
  .guide-section { padding-block: 38px; }
  .guide-section-heading h2 { font-size: 23px; }
  .guide-section-heading > p { font-size: 8px; }
  .palette-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
  .palette-block { height: 150px; }
  .palette-card-foot > span:last-child { font-size: 8px; }
  .ratio-notes > span { display: none; }
  .scale-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px 10px; }
  .scale-item > code { font-size: 8px; }
  .component-topbar { padding: 14px 20px; }
  .component-controls { padding: 24px; }
  .component-controls > h3 { font-size: 19px; }
  .component-reading { padding: 28px 24px; }
  .component-reading > h3 { font-size: 24px; }
  .component-reading > p { font-size: 10px; }
  .component-buttons { gap: 9px; }
  .component-buttons .button { font-size: 9px; padding-inline: 10px; gap: 8px; }
  .component-reading > blockquote { font-size: 10px; }
  .semantic-chips { gap: 6px; }
  .semantic-chips > span { font-size: 8px; padding: 5px 7px; }
  .mark-sample { padding-inline: 19px; }
  .icon-family-board { grid-template-columns: 1fr; gap: 29px; }
  .icon-family-description > h3 br, .icon-family-description > p br { display: none; }
  .family-icons img { width: 80px; height: 80px; }
  .family-icons { padding-bottom: 2px; }
  .icon-rules { gap: 19px; }
  .icon-rules > p { font-size: 9px; }
  .naming-grid > div { padding: 22px 18px; }
  .naming-grid strong { font-size: 15px; }
  .package-copy code { font-size: 17px; }
  .download-card { display: block; padding: 30px; }
  .download-card .button { margin-top: 26px; min-width: 0; }
}
@media (max-width: 600px) {
  .guide-page .header-inner { min-height: 76px; gap: 20px; }
  .guide-page .wordmark > span { font-size: 17px; }
  .guide-page .wordmark small { font-size: 5px; }
  .guide-navigation { font-size: 9px; }
  .guide-navigation > a:not(:last-child) { display: none; }
  .guide-navigation .guide-download-link { gap: 6px; margin: 0; }
  .guide-navigation svg { width: 13px; height: 13px; }
  .guide-intro { display: block; padding-block: 35px; }
  .guide-intro h1 { font-size: 37px; line-height: 1.3; margin-top: 19px; }
  .guide-intro-copy { font-size: 11px; line-height: 1.9; }
  .guide-edition { margin-top: 22px; }
  .hero-color-card { margin-top: 28px; max-width: none; }
  .hero-color-main { height: 195px; padding: 22px; }
  .hero-color-main > svg { top: 40px; right: 35px; width: 82px; height: 94px; }
  .hero-color-main > .mono:first-child { font-size: 7px; }
  .hero-color-main strong { left: 22px; bottom: 49px; font-size: 34px; }
  .hero-color-hex { left: 23px; bottom: 25px; }
  .hero-color-strip { height: 21px; }
  .guide-section-heading { gap: 15px; margin-bottom: 23px; }
  .guide-section-heading > p { display: none; }
  .guide-section-heading h2 { font-size: 22px; line-height: 1.5; margin-top: 12px; }
  .guide-section-heading .eyebrow { font-size: 7px; }
  .palette-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .palette-card:last-child { grid-column: 1 / -1; }
  .palette-block { height: 146px; }
  .palette-card:last-child .palette-block { height: 130px; }
  .palette-card:last-child .palette-card-foot { flex-direction: row; justify-content: space-between; align-items: center; }
  .palette-block > strong { font-size: 23px; }
  .palette-role { font-size: 8px; }
  .palette-card-foot > span:last-child { font-size: 7px; }
  .color-ratio { height: 26px; font-size: 7px; }
  .ratio-notes { font-size: 8px; margin-top: 9px; }
  .scale-heading h3 { font-size: 14px; }
  .scale-heading > span { font-size: 5px; }
  .scale-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px 9px; }
  .scale-item > span { height: 40px; }
  .scale-item > strong { font-size: 9px; margin-top: 8px; }
  .scale-item > code { font-size: 7px; }
  .guide-note { font-size: 9px; }
  #themes .guide-section-heading { align-items: flex-start; flex-direction: column; gap: 17px; }
  .guide-mode-switch { align-self: flex-start; }
  .guide-mode-switch > button { font-size: 9px; padding: 7px 12px; }
  .component-body { grid-template-columns: 1fr; }
  .component-topbar { padding: 13px 18px; }
  .component-topbar > span:first-child { font-size: 10px; }
  .component-topbar .mono { font-size: 5px; }
  .component-controls { border-right: 0; border-bottom: 1px solid var(--color-border); padding: 23px; }
  .component-controls > h3 { font-size: 22px; }
  .component-controls > label:not(.sample-checkbox) { margin-top: 21px; }
  .component-buttons .button { font-size: 10px; padding-inline: 13px; min-height: 40px; }
  .component-reading { padding: 26px 23px; }
  .component-reading > h3 { font-size: 26px; }
  .component-reading > p { font-size: 11px; }
  .component-reading > p br { display: none; }
  .semantic-chips > span { font-size: 9px; }
  .theme-table thead th { padding: 12px; font-size: 9px; }
  .theme-table tbody th, .theme-table td { padding: 11px 12px; font-size: 10px; }
  .theme-table tbody th > code { font-size: 6px; overflow-wrap: anywhere; }
  .theme-table td button { gap: 6px; }
  .theme-table td code { font-size: 8px; }
  .theme-table td i { width: 11px; height: 11px; border-radius: 3px; }
  .contrast-note p { font-size: 9px; }
  .mark-grid { gap: 10px; }
  .mark-sample { padding: 25px 13px 14px; }
  .mark-sample img { width: 47px; height: 47px; margin-bottom: 22px; }
  .mark-sample > span { flex-direction: column; gap: 6px; font-size: 9px; }
  .mark-sample small { font-size: 7px; }
  .icon-family-board { padding: 25px 20px; margin-top: 18px; }
  .icon-family-description > h3 { font-size: 22px; }
  .icon-family-description > p { font-size: 9px; }
  .family-icons { gap: 13px; }
  .family-icons img { width: 65px; height: 65px; }
  .family-icons strong { font-size: 9px; margin-top: 13px; }
  .family-icons > div > span { font-size: 7px; }
  .icon-rules { grid-template-columns: 1fr; gap: 14px; }
  .icon-rules > p { font-size: 10px; }
  .naming-grid { grid-template-columns: 1fr; }
  .naming-grid > div { padding: 21px; }
  .naming-grid > div + div { border-left: 0; border-top: 1px solid var(--color-border); }
  .naming-grid > div > span { margin-bottom: 12px; }
  .naming-grid strong { font-size: 19px; }
  .naming-grid p { margin-top: 9px; }
  .package-copy code { font-size: 20px; }
  .download-card { padding: 27px 23px; margin-bottom: 28px; }
  .download-card h2 { font-size: 27px; line-height: 1.4; }
  .download-card p:not(.eyebrow) { font-size: 10px; line-height: 1.9; }
  .individual-downloads { gap: 15px; font-size: 8px; margin-top: 20px; }
  .download-card .button { margin-top: 24px; min-height: 43px; }
  .guide-footer { font-size: 8px; padding-block: 23px; gap: 15px; }
  .guide-footer .mono { display: none; }
}
