:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}body{min-height:100vh;margin:0}main{max-width:720px;margin:0 auto;padding:2rem 1.5rem}header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}header h1{margin:0;font-size:1.5rem}.user{align-items:center;gap:.75rem;display:flex}.centered{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;padding:1.5rem;display:flex}.error{color:#d04545}.muted{opacity:.6}h2{font-size:1.1rem}h2 code{opacity:.6;font-size:.8em;font-weight:400}pre{background:#7f7f7f1f;border-radius:8px;padding:1rem;font-size:.85rem;overflow-x:auto}form{gap:.5rem;margin-bottom:1rem;display:flex}input{color:inherit;font:inherit;background:0 0;border:1px solid #7f7f7f66;border-radius:6px;flex:1;padding:.5rem .75rem}button{color:inherit;font:inherit;cursor:pointer;background:#7f7f7f1f;border:1px solid #7f7f7f66;border-radius:6px;padding:.5rem 1rem}button:hover{background:#7f7f7f40}ul{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}li{background:#7f7f7f14;border-radius:6px;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem .75rem;display:flex}li small{opacity:.6}
