:root { color-scheme: dark; font-family: system-ui, sans-serif; background: #07111f; color: #edf4ff; }
* { box-sizing: border-box; }
body { margin: 0; padding: 32px 20px; }
main { max-width: 800px; margin: 32px auto; }
.eyebrow { color: #67e8f9; font-size: .8rem; font-weight: 750; letter-spacing: .08em; }
h1 { font-size: clamp(2rem, 5vw, 3rem); line-height: 1.1; }
h2 { font-size: 1.15rem; }
p { line-height: 1.6; }
section { margin-top: 24px; padding: 20px; background: #0d1b2e; border: 1px solid #213654; border-radius: 16px; }
.hint { color: #a7b2c4; font-size: .9rem; }
code { overflow-wrap: anywhere; color: #a5f3fc; }
#script-status { border-left: 3px solid #a7b2c4; padding-left: 12px; }
