:root { font-family: ui-rounded, system-ui, sans-serif; color: #2e302b; background: #fff7dc; }
body { margin: 0; } .shell { max-width: 720px; padding: 40px 20px 72px; margin: auto; }
header { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; margin-bottom: 28px; }
h1,h2 { margin: 0 0 10px; } .eyebrow { font-size: .78rem; font-weight: 800; letter-spacing: .14em; color: #a14f40; }
.card { background: white; border-radius: 20px; padding: 26px; box-shadow: 0 2px 10px #463c2720; margin: 16px 0; }
label { display: grid; gap: 7px; font-weight: 650; margin: 16px 0; } input { font: inherit; padding: 11px; border: 1px solid #b7b2a3; border-radius: 9px; }
.consent { display: flex; align-items: start; font-weight: 500; } .consent input { margin-top: 3px; }
button { border: 0; border-radius: 999px; padding: 11px 17px; color: white; background: #20231e; font: inherit; font-weight: 700; cursor: pointer; } button.danger { background: #a14f40; }
code { display: block; font-size: 2rem; letter-spacing: .16em; margin: 20px 0 8px; } pre { white-space: pre-wrap; overflow-wrap: anywhere; font-size: .72rem; color: #666; }
#qr-code { width: 192px; height: 192px; padding: 10px; background: white; border: 1px solid #ddd; border-radius: 10px; margin-top: 20px; }
li { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid #eee; } #message { min-height: 1.5rem; }
