:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #f7f2eb; background: #713f4d; }
* { box-sizing: border-box; }
body { margin: 0; }
main { max-width: 35rem; margin: auto; padding: max(3rem, env(safe-area-inset-top)) 1.5rem 3rem; }
.brand { display: inline-block; font: italic 700 clamp(2.6rem, 10vw, 3.6rem) Georgia, serif; color: inherit; text-decoration: none; }
h1 { font: 400 2rem Georgia, serif; margin: 2.5rem 0 .75rem; }
h2 { font-size: 1.125rem; margin: 0 0 .75rem; }
p { font-size: 1rem; line-height: 1.6; margin: .75rem 0; }
.code-label { margin-top: 2rem; margin-bottom: 0; }
.code { font-size: clamp(2rem, 8vw, 2.75rem); font-weight: 700; letter-spacing: .1em; overflow-wrap: anywhere; margin: .25rem 0; }
a { color: inherit; text-underline-offset: .2em; }
button { font: inherit; color: inherit; cursor: pointer; background: transparent; border: 1px solid #f7f2eb; padding: .65rem 1rem; min-height: 44px; border-radius: 8px; margin-bottom: 1.5rem; }
.primary { display: block; background: #f7f2eb; color: #38262b; border-radius: 24px 20px 25px 21px; padding: 1rem; text-align: center; font-weight: 700; text-decoration: none; }
.primary:hover, button:hover { background: #efd4db; color: #38262b; }
a:focus-visible, button:focus-visible { outline: 3px solid #f7d67f; outline-offset: 5px; }
::selection { background: #f7d67f; color: #38262b; }
.install { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #b98996; }
.install p { font-size: .875rem; }
#status:empty { display: none; }
[hidden] { display: none !important; }
