Cai
2026-08-12 b32704d90d4ab7963e924d7a8d12c18eee4f6d0e
1
2
3
4
5
6
7
8
9
:root { color-scheme: light dark; font-family: system-ui, sans-serif; }
body { margin: 0; }
main { display: grid; gap: 12px; padding: 18px; }
h1 { font-size: 20px; margin: 0; }
.target { font-family: ui-monospace, monospace; font-weight: 700; }
.confirm { display: flex; gap: 8px; align-items: flex-start; }
button { min-height: 38px; }
progress { width: 100%; }
#detail { overflow-wrap: anywhere; }