:root { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #292e2a; background: #faf9f6; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.65; }
a { color: #845238; text-underline-offset: 4px; }
a:hover { color: #4b3021; }
a:focus-visible { outline: 2px solid #845238; outline-offset: 5px; }
header, footer { max-width: 1240px; margin: auto; padding: 28px 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
header { border-bottom: 1px solid #e5e5dd; }
.brand { color: #292e2a; font-size: 21px; font-weight: 650; text-decoration: none; line-height: 1.4; }
.brand span { display: block; color: #777b73; font-size: 11px; font-weight: 400; }
nav { display: flex; flex-wrap: wrap; gap: 28px; font-size: 14px; }
nav a { color: #555d54; text-decoration: none; }
main { max-width: 860px; padding: 70px 40px 45px; margin: auto; }
.eyebrow { color: #777b73; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
h1 { font-family: Georgia, serif; font-size: clamp(38px, 6vw, 58px); font-weight: 400; line-height: 1.1; letter-spacing: -.04em; margin: 20px 0 26px; }
h2 { font-size: 20px; font-weight: 600; margin: 0 0 10px; letter-spacing: -.02em; }
p { margin: 12px 0; }
.intro { font-size: 19px; color: #636b60; max-width: 680px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin: 28px 0 36px; }
.button { display: inline-block; background: #966346; color: white; padding: 12px 19px; border-radius: 7px; font-size: 14px; font-weight: 600; text-decoration: none; }
.button:hover { color: white; background: #775036; }
.note { background: #f0f1e9; border: 1px solid #e2e4d9; padding: 24px; border-radius: 9px; }
.note > code { display: block; margin: 14px 0; overflow-wrap: anywhere; }
.note p { color: #5b6558; font-size: 14px; }
.steps { padding-left: 26px; margin: 48px 0; }
.steps li { padding-left: 12px; margin: 0 0 35px; }
.steps li::marker { color: #966346; font-family: Georgia, serif; font-size: 22px; }
code, pre { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 13px; }
pre { background: #f2f0e9; border: 1px solid #e8e4da; padding: 17px; border-radius: 6px; overflow-x: auto; white-space: pre-wrap; overflow-wrap: anywhere; }
.fine { color: #777b73; font-size: 13px; margin-top: 26px; }
.content { margin: 36px 0; }
footer { border-top: 1px solid #e5e5dd; font-size: 13px; }
@media(max-width: 650px) { header { align-items: flex-start; flex-direction: column; gap: 18px; } header, footer { padding: 23px; } nav { gap: 21px; } main { padding: 38px 23px; } .intro { font-size: 17px; } .note { padding: 20px; } .steps { padding-left: 21px; } .steps li { padding-left: 5px; } footer { flex-wrap: wrap; } }
