:root{color-scheme:dark}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:start center;padding:3rem 1.5rem;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0a0a0a;color:#e5e5e5}main{width:100%;max-width:34rem}h1{margin:0 0 .5rem;font-size:2rem;letter-spacing:-.02em;color:#fff}.muted{color:#a3a3a3;margin:0 0 1.5rem}.error{color:#fca5a5;background:#f871711a;border:1px solid rgba(248,113,113,.3);border-radius:8px;padding:.6rem .8rem}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em;color:#e5e5e5}form{display:flex;gap:.5rem;margin:1rem 0 1.5rem}input{flex:1;background:#111;border:1px solid #2a2a2a;border-radius:8px;padding:.6rem .8rem;color:#e5e5e5;font-size:1rem}input:focus{outline:none;border-color:#2563eb}button{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:0 1.2rem;font-weight:600;cursor:pointer}button:hover{background:#1d4ed8}ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}li{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;background:#111;border:1px solid #1f1f1f;border-radius:8px;padding:.7rem .9rem}li time{color:#737373;font-size:.8rem;white-space:nowrap}
