@font-face { font-family: "Inter"; src: url("fonts/inter-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("fonts/inter-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("fonts/inter-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("fonts/inter-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  color-scheme: dark;
  --ink: #111111;
  --panel: #191919;
  --panel-strong: #151515;
  --paper: #f5f4f0;
  --sand: #c4c2bb;
  --fog: #8a8984;
  --line: rgba(255, 255, 255, .12);
  --line-strong: rgba(255, 255, 255, .2);
  --gold: #d7a54b;
  --gold-soft: #efc76c;
  --agent-accent: #7a7aff;
  --radius: 10px;
  --page: min(1180px, calc(100vw - 56px));
  font-family: "Inter", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { position: relative; margin: 0; overflow-x: clip; color: var(--paper); background: var(--ink); font-size: 16px; line-height: 1.5; }
/* Ambient canvas: AgentMail-style dot field + soft gold/agent glows, pinned behind all content. */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(1300px 700px at 50% -14%, rgba(215, 165, 75, .1), transparent 62%),
    radial-gradient(900px 600px at 94% 116%, rgba(122, 122, 255, .07), transparent 60%),
    radial-gradient(rgba(255, 255, 255, .085) 1px, transparent 1.6px);
  background-position: 50% -14%, 94% 116%, 0 0;
  background-size: 1300px 700px, 900px 600px, 28px 28px;
  background-repeat: no-repeat, no-repeat, repeat;
}
button, textarea { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
::selection { color: #171716; background: rgba(215, 165, 75, .32); }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 3; top: 10px; left: 10px; padding: 9px 12px; color: var(--ink); background: var(--gold); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.site-header, main, footer { width: var(--page); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; height: 68px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 9px; width: max-content; font-size: 14px; font-weight: 600; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 26px; height: 26px; color: var(--ink); background: var(--gold); border-radius: 6px; font-size: 12px; font-weight: 700; }
.source-link { color: var(--sand); font-size: 13px; font-weight: 500; transition: color 180ms ease; }
.source-link:hover { color: var(--gold-soft); }
.header-actions { display: inline-flex; align-items: center; gap: 12px; }
.version-badge { color: var(--sand); font-size: 11px; font-weight: 600; letter-spacing: .06em; border: 1px solid var(--line); border-radius: 999px; padding: 3px 9px; }
.eyebrow, .prompt-label { margin: 0; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1, h2 { text-wrap: balance; font-weight: 600; letter-spacing: -.035em; }
h1 { max-width: 650px; margin: 0 0 22px; font-size: clamp(3rem, 4.4vw, 58px); line-height: 1.08; }
h2 { margin: 10px 0 0; font-size: clamp(2.35rem, 4vw, 48px); line-height: 1.1; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: clamp(56px, 9vw, 148px); align-items: center; min-height: calc(100svh - 68px); padding: clamp(32px, 6vh, 64px) 0; }
.hero-copy { align-self: center; }
.checkout-success { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr); gap: clamp(28px, 7vw, 100px); align-items: start; margin: clamp(30px, 5vw, 58px) 0 0; padding: clamp(32px, 5vw, 58px); color: var(--ink); background: var(--gold-soft); border-radius: var(--radius); }
.checkout-success .eyebrow { color: #6b4a12; }
.checkout-success h1 { margin: 8px 0 0; }
.checkout-success > div { color: #3d3320; font-size: 17px; line-height: 1.55; }
.checkout-success > div p:last-child { margin-bottom: 0; }
.checkout-success a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.hero-lead { max-width: 545px; margin-bottom: 14px; color: var(--sand); font-size: clamp(1.06rem, 1.5vw, 19px); line-height: 1.55; text-wrap: pretty; }
@media (min-width: 1101px) { .hero-lead-line { display: block; white-space: nowrap; } }
.hero-copy .accent-startup { color: var(--gold-soft); }
.hero-copy .accent-agent { color: var(--agent-accent); }

.activation-card { overflow: hidden; background: linear-gradient(165deg, #1c1c1b 0%, #141414 100%); border: 1px solid var(--line-strong); border-radius: var(--radius); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 24px 80px rgba(0, 0, 0, .38); }
.activation-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 21px 22px 18px; border-bottom: 1px solid var(--line); }
.activation-heading > div { display: grid; gap: 5px; }
.activation-heading strong { font-size: 16px; letter-spacing: -.02em; }

.prompt-text { margin: 0; padding: 18px 22px; overflow-wrap: anywhere; color: #e9e8e3; background: #101010; font: 500 13px/1.65 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; white-space: pre-wrap; }
.prompt-actions { display: grid; gap: 12px; padding: 18px 22px 13px; }
.prompt-actions > span { color: var(--fog); font-size: 12px; line-height: 1.45; }
.activation-steps { display: flex; flex-wrap: wrap; gap: 7px 0; margin: 0 22px 16px; padding: 0; list-style: none; color: var(--sand); font-size: 11px; font-weight: 600; line-height: 1.4; }
.activation-steps li { display: inline-flex; align-items: center; }
.activation-steps li:not(:last-child)::after { margin: 0 9px; color: var(--gold); content: "→"; }
.copy-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 0 18px; color: var(--ink); background: var(--gold); border: 0; border-radius: 7px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform 160ms ease, background-color 160ms ease; }
.copy-button:hover { background: var(--gold-soft); transform: translateY(-1px); }
.copy-button:active { transform: translateY(1px) scale(.99); }
.copy-button.copied { background: var(--gold-soft); }
.copy-proof { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin: -4px 0 2px; color: var(--sand); font-size: 12px; line-height: 1.45; }
.copy-proof[hidden] { display: none; }
.copy-proof-arrow { color: var(--gold); font-size: 15px; line-height: 1; }
.copy-proof-count { color: var(--gold); font-weight: 700; font-variant-numeric: tabular-nums; }
.activation-note { margin: 0 22px 20px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--fog); font-size: 12px; line-height: 1.5; }
.manual-command { width: calc(100% - 44px); margin: 0 22px 20px; padding: 12px; color: var(--paper); background: #101010; border: 1px solid var(--line); border-radius: 7px; }
.manual-command-label { display: block; margin: 0 22px 7px; color: var(--sand); font-size: 12px; }
.no-script-note { margin: 0 22px 20px; color: var(--sand); font-size: 13px; }
.free-path, .continuation, .privacy { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 10vw, 160px); align-items: start; padding: clamp(96px, 11vw, 164px) 0; border-top: 1px solid var(--line); }
.audit-flow { max-width: 590px; color: var(--sand); font-size: 18px; line-height: 1.55; }
.audit-flow > p { margin: 0; }
.audit-flow ol { display: grid; grid-template-rows: repeat(5, auto); grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 9px 18px; margin: 24px 0; padding: 0; list-style: none; counter-reset: question; }
.audit-flow li { display: grid; grid-template-columns: 22px minmax(0, 1fr); align-items: center; color: var(--paper); font-size: 14px; font-weight: 600; counter-increment: question; }
.audit-flow li::before { display: grid; place-items: center; width: 17px; height: 17px; color: var(--ink); background: var(--gold); border-radius: 50%; content: counter(question); font-size: 9px; font-weight: 700; }
.audit-result { max-width: 520px; padding-top: 18px; border-top: 1px solid var(--line); text-wrap: pretty; }
.audit-result strong { color: var(--gold-soft); }
.free-activation { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; gap: 28px; margin-top: -20px; padding-top: 28px; border-top: 1px solid var(--line); }
.free-activation p { display: grid; gap: 3px; margin: 0; color: var(--fog); font-size: 14px; }
.free-activation strong { color: var(--paper); font-size: 16px; }
.free-copy-button { min-width: 230px; }

.free-path > div:first-child .eyebrow { color: var(--gold-soft); font-size: clamp(20px, 2vw, 24px); font-weight: 700; letter-spacing: .07em; }
.continuation { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 52px clamp(44px, 7vw, 86px); padding: clamp(48px, 6vw, 76px); color: var(--ink); background: var(--paper); border: 1px solid rgba(255, 255, 255, .12); border-radius: 18px; box-shadow: 0 32px 90px rgba(0, 0, 0, .42); }
.continuation .eyebrow { color: #806126; }
.continuation-intro { grid-column: 1 / -1; align-self: start; }
.continuation-intro h2 { max-width: 980px; }
.continuation-benefits { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(34px, 6vw, 76px); align-items: start; padding-top: 32px; border-top: 1px solid #e0ded6; }
.continuation-flow { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid #e0ded6; }
.continuation-flow li { display: grid; grid-template-columns: minmax(150px, .78fr) minmax(0, 1.22fr); gap: 22px; padding: 16px 0; border-bottom: 1px solid #e0ded6; }
.continuation-flow strong { color: var(--ink); font-size: 15px; line-height: 1.35; }
.continuation-flow span { color: #5f5e58; font-size: 14px; line-height: 1.45; text-wrap: pretty; }
.native-note { margin: 16px 0 0; padding: 14px 0; color: #3d3d37; border-top: 1px solid #e0ded6; font-size: 14px; line-height: 1.5; }
.capability-equation { display: grid; justify-items: start; gap: 5px; margin: 0; }
.capability-equation span { color: #24231f; font-size: clamp(23px, 2.3vw, 32px); font-weight: 700; line-height: 1.1; letter-spacing: -.04em; white-space: nowrap; }
.capability-equation span strong { color: #9b6d18; }
.capability-equation b { margin-left: 8px; color: #b18129; font-size: 21px; line-height: 1; }

.provider-network { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 64px); padding: clamp(24px, 4vw, 42px); background: #fffefa; border: 1px solid #e2e0d7; border-radius: 10px; }
.network-story { min-width: 0; }
.network-story > h3 { max-width: 500px; margin: 0 0 18px; color: var(--ink); font-size: clamp(26px, 2.7vw, 36px); line-height: 1.1; letter-spacing: -.04em; text-wrap: balance; }
.setup-comparison { margin: 0 0 32px; border-block: 1px solid #e0ded6; }
.setup-comparison > div { display: grid; grid-template-columns: 126px minmax(0, 1fr); gap: 16px; align-items: start; padding: 14px 0; }
.setup-comparison > div + div { border-top: 1px solid #e6e4dc; }
.setup-comparison strong { color: #6d6b63; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.setup-comparison > div:last-child strong { color: #936a1a; }
.setup-comparison p { margin: 0; color: #4d4c46; font-size: 13px; line-height: 1.5; }

.tool-journey { display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: center; margin-bottom: 28px; }
.tool-journey > div { display: grid; grid-column: 1 / -1; grid-template-columns: 52px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 14px; align-items: center; min-width: 0; padding: 12px 0; text-align: left; }
.tool-journey > i { grid-column: 1; width: 1px; height: 16px; margin: -8px 0 -8px 24px; background: #d7a54b; }
.tool-journey > i::after { display: none; }
.tool-journey strong { color: #22221f; font-size: 13px; line-height: 1.25; }
.tool-journey small { color: #77736a; font-size: 11px; line-height: 1.25; }
.journey-icon { position: relative; display: grid; grid-row: 1 / 3; place-items: center; width: 48px; height: 48px; color: #171716; background: #efc76c; border: 1px solid #d8ad4c; border-radius: 14px; font-size: 22px; font-style: normal; font-weight: 700; }
.journey-search::before { width: 14px; height: 14px; border: 2px solid #171716; border-radius: 50%; content: ""; }
.journey-search::after { position: absolute; width: 9px; height: 2px; margin: 13px 0 0 13px; background: #171716; transform: rotate(45deg); content: ""; }
.journey-run::before { margin-left: 3px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid #171716; content: ""; }
.provider-label { margin: 0 0 10px; color: #806126; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
@media (min-width: 801px) { .provider-label { white-space: nowrap; } }
.capability-categories { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin: 0 0 26px; padding: 0; list-style: none; }
.capability-categories li { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 8px 9px; color: #3d3b35; background: #faf7ef; border: 1px solid #efe9dc; border-radius: 7px; font-size: 11px; font-weight: 600; line-height: 1.2; transition: border-color 180ms ease, background-color 180ms ease; }
.capability-categories li:hover { border-color: #dccfae; background: #fcf8ee; }
.capability-categories span { display: grid; flex: 0 0 23px; place-items: center; width: 23px; height: 23px; color: #171716; background: #efc76c; border-radius: 7px; font-size: 12px; font-weight: 700; }
.provider-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.provider-grid > div { display: grid; grid-template-columns: 40px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 10px; align-items: center; min-height: 68px; padding: 10px; background: #f5f1e8; border: 1px solid #e8e3d6; border-radius: 8px; transition: border-color 180ms ease, background-color 180ms ease; }
.provider-grid > div:hover { border-color: #d8c9a8; background: #f8f4ea; }
.provider-grid img { grid-row: 1 / 3; width: 40px; height: 40px; padding: 6px; object-fit: contain; background: #fff; border: 1px solid #e8e3d6; border-radius: 9px; }
.provider-grid strong { color: #292823; font-size: 12px; line-height: 1.2; }
.provider-grid small { color: #77736a; font-size: 10px; line-height: 1.2; }
.tool-details { margin-top: 18px; border-top: 1px solid #e0ded6; border-bottom: 1px solid #e0ded6; }
.tool-details summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 0; color: #34342f; cursor: pointer; font-size: 14px; font-weight: 600; list-style: none; }
.tool-details summary::-webkit-details-marker { display: none; }
.tool-details summary span { color: #806126; font-size: 20px; font-weight: 400; transition: transform 160ms ease; }
.tool-details[open] summary span { transform: rotate(45deg); }
.tool-details-content { padding: 0 0 18px; color: #3d3d37; font-size: 14px; line-height: 1.5; }
.tool-details-content > p { margin: 0; }
.tool-map { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.tool-map span { padding: 8px 10px; color: #3d3d37; background: #e4e2dc; border: 1px solid #e0ded6; border-radius: 999px; font-size: 12px; font-weight: 500; }
.balance-line { color: #5f5e58; font-size: 13px; }
.bottom-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: clamp(96px, 11vw, 156px) 0; }
.bottom-cta h2 { margin: 0; }
.bottom-cta p:last-child { max-width: 430px; margin: 0; color: var(--sand); font-size: 18px; line-height: 1.5; }
.bottom-copy-button { min-width: 210px; }
footer { display: grid; grid-template-columns: auto minmax(300px, 1fr); gap: 16px 30px; align-items: center; padding: 44px 0 38px; border-top: 1px solid var(--line); color: var(--fog); font-size: 13px; }
footer p { margin: 0; }
footer > p:first-of-type { justify-self: end; text-align: right; text-wrap: balance; }
.footer-links a, .contact-chip { transition: color 180ms ease; }
.footer-links a:hover, .contact-chip:hover { color: var(--gold-soft); }
.footer-contact { justify-self: end; display: inline-flex; gap: 18px; align-items: center; }
.contact-chip { display: inline-flex; align-items: center; gap: 7px; color: var(--fog); font-size: 13px; }
.contact-chip img { border-radius: 3px; }
.fine-print { grid-column: 1 / -1; max-width: 700px; font-size: 11px; }
.copy-toast { position: fixed; z-index: 3; left: 50%; bottom: 22px; margin: 0; padding: 10px 14px; color: var(--ink); background: var(--gold-soft); border-radius: 8px; font-size: 13px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 16px); transition: opacity 180ms ease, transform 180ms ease; }
.copy-toast.visible { opacity: 1; transform: translate(-50%, 0); }
.machine-stream { display: none; }
.legal-page { max-width: 760px; margin: 0 auto; padding: clamp(64px, 10vw, 120px) 0; }
.legal-page h1 { max-width: none; margin-bottom: 12px; }
.legal-page h2 { margin: 0 0 14px; color: var(--paper); font-size: clamp(1.45rem, 2.4vw, 1.9rem); line-height: 1.2; }
.legal-page section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-page p { max-width: 700px; color: var(--sand); font-size: 16px; line-height: 1.7; }
.legal-page a, .footer-links a { color: var(--gold-soft); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-page a:hover, .footer-links a:hover { color: var(--gold); }
.legal-updated { margin-bottom: 38px; color: var(--fog) !important; font-size: 13px !important; }
.footer-links { display: flex; gap: 16px; justify-self: end; font-size: 12px; }

/* Public changelog page (site/changelog.html, generated from CHANGELOG.md). */
.changelog-page { max-width: 760px; margin: 0 auto; padding: clamp(64px, 10vw, 120px) 0; }
.changelog-page h1 { max-width: none; margin-bottom: 12px; }
.changelog-intro { max-width: 640px; margin: 0 0 44px; color: var(--sand); font-size: 16px; line-height: 1.7; }
.changelog-version { padding: 30px 0; border-top: 1px solid var(--line); }
.changelog-version h2 { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; margin: 0 0 20px; color: var(--paper); font-size: clamp(1.5rem, 2.6vw, 2rem); line-height: 1.15; }
.changelog-date { color: var(--fog); font-size: 14px; font-weight: 500; letter-spacing: .02em; }
.changelog-category { margin: 22px 0 10px; color: var(--gold-soft); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.changelog-items { margin: 0 0 6px; padding-left: 20px; color: var(--sand); font-size: 15px; line-height: 1.65; }
.changelog-items li { margin: 6px 0; }
.changelog-items li::marker { color: var(--gold); }
.changelog-items code { padding: 1px 5px; color: var(--gold-soft); background: var(--panel); border: 1px solid var(--line); border-radius: 5px; font: 500 13px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.changelog-back { margin-top: 44px; }
.changelog-back a { color: var(--gold-soft); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.changelog-back a:hover { color: var(--gold); }

@media (max-width: 800px) {
  :root { --page: min(100% - 32px, 680px); }
  .hero, .free-path, .continuation, .checkout-success { grid-template-columns: 1fr; gap: 38px; }
  .hero { min-height: auto; padding: 58px 0 72px; }
  .free-path { padding: 76px 0; }
  .continuation { margin-top: 76px; }
  .continuation-benefits { grid-template-columns: 1fr; gap: 28px; }
  .provider-network { grid-column: 1; grid-template-columns: 1fr; }
  .continuation-flow li { grid-template-columns: 1fr; gap: 4px; }
  footer { grid-template-columns: auto minmax(0, 1fr); gap: 16px; align-items: start; text-align: left; }
  footer .brand { justify-self: start; }
  footer > p:first-of-type { justify-self: end; text-align: right; }
  .footer-links { grid-column: 1 / -1; justify-self: start; }
  .footer-contact { grid-column: 1 / -1; justify-self: start; flex-wrap: wrap; gap: 12px 18px; }
  footer .fine-print { grid-column: 1 / -1; justify-self: start; text-align: left; }

  .bottom-cta { align-items: start; flex-direction: column; padding: 76px 0; }
  .free-activation { align-items: flex-start; flex-direction: column; margin-top: 0; }

}
@media (max-width: 540px) {
  :root { --page: calc(100% - 28px); }
  .site-header { height: 62px; }
  .source-link { font-size: 11px; }
  h1 { font-size: clamp(2.8rem, 13vw, 3.75rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3rem); }
  .hero { padding: 44px 0 60px; }
  .hero-lead, .audit-flow { font-size: 17px; }
  .audit-flow ol { grid-template-rows: none; grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: 1fr; }
  .activation-heading, .prompt-text, .prompt-actions { padding-inline: 18px; }
  .activation-note { margin-inline: 18px; }
  .manual-command { width: calc(100% - 36px); margin-inline: 18px; }
  .manual-command-label, .no-script-note { margin-inline: 18px; }
  .continuation { margin-inline: -14px; padding: 42px 28px; border-radius: 16px; box-shadow: 0 24px 60px rgba(0, 0, 0, .35); }
  .continuation-flow li { grid-template-columns: 1fr; gap: 5px; }
  .provider-network { padding: 18px; }
  .tool-journey { grid-template-columns: 52px minmax(0, 1fr); }
  .tool-journey strong { font-size: 11px; }
  .tool-journey small { font-size: 9px; }
  .journey-icon { width: 42px; height: 42px; border-radius: 12px; }
  .provider-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tool-map { gap: 7px; }
  .tool-map span { padding: 7px 9px; }

  .bottom-copy-button { width: 100%; }
  .free-copy-button { width: 100%; }
  footer { grid-template-columns: auto minmax(0, 1fr); gap: 14px; }
  footer > p:first-of-type { font-size: 11px; line-height: 1.45; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
