*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}a{color:inherit}.wrap{min-height:100vh;justify-content:center;padding:24px}.container,.wrap{display:flex;align-items:center}.container{max-width:420px;width:100%;text-align:center;flex-direction:column}.tag{font-size:14px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:gold;margin-bottom:20px}h1{font-size:44px;font-weight:900;line-height:1.05;letter-spacing:-.02em;margin-bottom:36px}.form-wrap{display:flex;flex-direction:column;gap:10px;width:100%;max-width:280px;margin-bottom:16px}input{width:100%;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;padding:12px 16px;font-size:14px;color:#fff;outline:none;text-align:center}input::placeholder{color:#555}input:focus{border-color:hsla(0,0%,100%,.3)}button{width:100%;background:gold;color:#000;font-weight:800;font-size:14px;border:none;border-radius:12px;padding:12px 20px;cursor:pointer}button:hover{background:#e6c200}button:disabled{opacity:.5;cursor:not-allowed}.connect-x{display:block;width:100%;max-width:280px;background:#fff;color:#000;font-weight:800;font-size:14px;border-radius:12px;padding:12px 20px;text-decoration:none;text-align:center;margin-top:8px}.connect-x:hover{background:#e6e6e6}.divider{font-size:12px;color:#444;text-transform:uppercase;letter-spacing:.1em;margin:16px 0}.msg{margin-top:12px;font-size:13px;min-height:20px}.msg.ok{color:gold}.msg.err{color:#f44}.msg.muted-err{color:#999}.card{margin-top:28px;padding:24px;border:1px solid hsla(0,0%,100%,.12);border-radius:16px;width:100%;max-width:320px}.card img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:12px}.card .handle{font-size:18px;font-weight:800;margin-bottom:6px}.card .hash{font-size:13px;color:#888;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin-bottom:12px;cursor:pointer}.card .badge{display:inline-block;font-size:13px;font-weight:700;padding:6px 14px;border-radius:999px;background:gold;color:#000;margin-bottom:12px}.card .share{display:block;font-size:13px;color:gold;margin-top:8px}.welcome-avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;margin-bottom:16px}textarea{width:100%;max-width:320px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;padding:12px 16px;font-size:14px;color:#fff;outline:none;min-height:90px;margin-bottom:10px;font-family:inherit}