:root { color-scheme: dark; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #020609; color: #eef5fa; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: flex; flex-direction: column; text-align: center; }
main { width: min(100% - 2.5rem, 58rem); margin: auto; padding: 2rem 0; }
img { display: block; width: min(100%, 27rem); height: auto; margin: 0 auto; border-radius: 50%; }
.eyebrow { color: #62d5f5; font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; line-height: 1.8; }
h1 { font-size: clamp(1.75rem, 5vw, 3rem); line-height: 1.15; letter-spacing: -.035em; margin: 1.25rem 0; }
.intro { color: #b4c4d0; font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.7; }
.status { display: inline-block; border: 1px solid #246079; border-radius: 2rem; padding: .6rem 1.3rem; margin-top: 1.4rem; color: #9de5fa; }
footer { color: #8597a6; font-size: .75rem; padding: 1rem 1rem 1.5rem; }
