:root{color-scheme:dark;font-family:Arial,sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;background:#131224;color:#f6f3ff}main{width:min(42rem,calc(100% - 3rem))}.eyebrow{color:#b9abff;font-weight:700;letter-spacing:.08em;text-transform:uppercase}h1{font-size:clamp(2.2rem,7vw,4.5rem);line-height:1;margin:.5rem 0 1rem}p{font-size:1.125rem;line-height:1.6;color:#d5d0e8}a,button{color:#f6f3ff;font:inherit}a{text-underline-offset:.2em}input{background:#0c0b16;border:1px solid #4a426e;border-radius:.4rem;color:#f6f3ff;font:inherit;margin-top:.35rem;padding:.65rem;width:min(100%,26rem)}button{background:#7257dc;border:0;border-radius:.5rem;cursor:pointer;font-weight:700;padding:.8rem 1rem}button:hover{background:#866cf0}button.danger{background:#9d3152;font-size:.85rem;margin-left:.75rem;padding:.45rem .65rem}button.danger:hover{background:#bd4167}.secret-card{background:#211f38;border:1px solid #4a426e;border-radius:.75rem;margin:2rem 0;padding:1.25rem}.secret-card code{background:#0c0b16;border-radius:.35rem;display:block;overflow-wrap:anywhere;padding:1rem}dl{display:grid;grid-gap:.3rem 1rem;gap:.3rem 1rem;grid-template-columns:max-content 1fr}dt{color:#b9abff}dd{margin:0}