.tx-wrap{max-width:900px;margin:24px auto;padding:0 16px}
.tx-loading{display:flex;align-items:center;gap:8px;color:var(--muted)}
.tx-list{display:grid;gap:12px}
.tx-card{grid-template-rows:auto auto 1fr;}
.tx-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}
.tx-title{font-size:1.3rem}
.tx-title strong{font-size:1.8rem}
.tx-date{color:var(--muted)}
.tx-meta{display:grid;gap:6px;margin-top:6px}
.tx-item{display:flex;align-items:center;gap:8px}
.tx-item .k{min-width:64px;color:var(--muted)}
.tx-item .v{font-weight:700}
.tx-copy{margin-left:6px;border:1px solid var(--border);background:#fff;border-radius:8px;padding:4px;cursor:pointer;color:var(--text)}
.tx-copy:hover{background:#f6f8fb}
.spinner{animation: spin 1.2s linear infinite; transform-origin:center}
@keyframes spin{to{transform:rotate(360deg)}}
