*{box-sizing:border-box}body{margin:0;background:#f6f7f4;color:#17211c;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}button{min-height:42px;border:0;border-radius:6px;padding:0 16px;background:#0f766e;color:#fff;cursor:pointer;font-weight:650}button:disabled{cursor:not-allowed;opacity:.55}button.busy{position:relative;overflow:hidden;opacity:1;cursor:progress}button.busy:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,transparent 20%,rgba(255,255,255,.42) 50%,transparent 80%);transform:translate(-100%);animation:shimmer 1.3s linear infinite}@keyframes shimmer{to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){button.busy:after{background:#ffffff47;transform:none;animation:busy-pulse 1.8s ease-in-out infinite}@keyframes busy-pulse{50%{opacity:.25}}}button.secondary{background:#24322c}.shell{width:min(1040px,calc(100vw - 32px));margin:0 auto;padding:32px 0}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}h1,h2,p{margin-top:0}h1{margin-bottom:8px;font-size:32px;line-height:1.1}h2{margin-bottom:16px;font-size:18px}p{color:#53625a;line-height:1.5}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.notice{border-left:3px solid #c9b46d;background:#fff8df;padding:10px 12px;color:#51461a}.grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}.panel,.status{border:1px solid #d8ded8;border-radius:8px;background:#fff;padding:18px}dl{display:grid;grid-template-columns:120px minmax(0,1fr);gap:10px 14px;margin:0}dt{color:#65726b}dd{margin:0;overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px}label{display:grid;gap:8px;margin-bottom:14px;color:#36423c;font-weight:600}input{min-height:42px;width:100%;border:1px solid #c8d0c9;border-radius:6px;padding:0 12px;color:#17211c}.status{display:flex;gap:12px;align-items:center;margin:16px 0}.status strong{min-width:72px;font-size:12px}.status.ok{border-color:#86b89e;background:#edf8f1}.status.error{border-color:#e0a29e;background:#fff1f0}.status.running{border-color:#c9b46d;background:#fff8df}pre{overflow:auto;margin:0;max-height:min(220px,28vh);font-size:12px;line-height:1.5}.button-row{display:flex;flex-wrap:wrap;gap:10px}.history{margin-top:20px}.history-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.history-head h2{margin:0}.history-note,.history-empty{margin:8px 0 14px;color:#65726b;font-size:13px}.history-scroll{overflow-x:auto}.history-table{width:100%;border-collapse:collapse;font-size:13px}.history-table th{padding:8px 10px 8px 0;border-bottom:1px solid #d8ded8;color:#65726b;font-weight:600;text-align:left;white-space:nowrap}.history-table td{padding:9px 10px 9px 0;border-bottom:1px solid #edf0ec;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;vertical-align:top;white-space:nowrap}.history-table tr:last-child td{border-bottom:none}.history-void{color:#a3312a;text-decoration:line-through}.hash-cell{display:inline-flex;align-items:center;gap:6px}.copy{display:inline-flex;align-items:center;justify-content:center;min-height:0;width:22px;height:22px;border-radius:5px;padding:0;background:transparent;color:#65726b}.copy svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.copy:hover{background:#edf0ec;color:#17211c}.copy.copied{color:#0f766e}.copy.failed{color:#a3312a}.copy:focus-visible{outline:2px solid #0f766e;outline-offset:1px}.tag{display:inline-block;border:1px solid transparent;border-radius:999px;padding:2px 9px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12px;white-space:nowrap}.tag.ok{border-color:#86b89e;background:#edf8f1;color:#17211c}.tag.error{border-color:#e0a29e;background:#fff1f0;color:#a3312a}.tag.pending{border-color:#c9b46d;background:#fff8df;color:#51461a}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:16px;background:#17211c80;z-index:50}.modal{width:min(440px,100%);border:1px solid #d8ded8;border-radius:10px;background:#fff;padding:22px;box-shadow:0 18px 48px #17211c40}.modal-address{overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;color:#65726b}.modal-value{margin:12px 0 20px;font-size:40px;font-weight:700;color:#0f766e}.modal-error{margin:12px 0 20px;color:#a3312a;overflow-wrap:anywhere}@media(max-width:760px){.topbar{display:grid}.grid,dl{grid-template-columns:1fr}}
