:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #142b29; background: #eef2e9; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: grid; place-items: center; padding: 28px 20px; }
main { width: 100%; max-width: 520px; padding: 42px 32px; background: #fffef9; border: 1px solid #dae2d5; border-radius: 24px; box-shadow: 0 16px 55px #213b2310; }
.eyebrow { font-size: 12px; letter-spacing: .15em; font-weight: 700; color: #63765f; }
h1 { margin: 28px 0; font-size: clamp(32px, 7vw, 46px); line-height: 1.35; letter-spacing: -.04em; }
h1 span { color: #dd6946; }
#status { font-size: 16px; line-height: 1.7; }
ul { list-style: none; padding: 0; margin: 24px 0; }
li { padding: 14px 0; border-top: 1px solid #e8ebe2; font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; }
.note { margin: 30px 0 0; color: #68736a; font-size: 12px; line-height: 1.9; }
noscript { display: block; margin-top: 20px; color: #9b3d25; }
