.address-cell { display: inline-flex; align-items: center; gap: 6px; }
.remark-pill { max-width: 110px; overflow: hidden; text-overflow: ellipsis; padding: 2px 6px; border-radius: 999px; background: #213b30; color: #c5f8da; }
.remark-edit { border: 0; background: none; color: var(--muted); padding: 2px; }
.remark-edit:hover { color: var(--green); }
.dialog { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; background: rgba(0,0,0,.68); }
.dialog[hidden] { display: none; }
.dialog-panel { width: min(460px,calc(100% - 30px)); display: grid; padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: #0c1914; box-shadow: 0 25px 80px #000; }
.dialog-panel label { display: grid; gap: 6px; margin-top: 14px; color: var(--muted); font-size: 12px; }
.dialog-panel input { width: 100%; padding: 11px; }
.dialog-panel > div { display: flex; justify-content: flex-end; gap: 9px; margin-top: 17px; }
.dialog-panel button { padding: 9px 15px; border: 1px solid #315344; border-radius: 9px; background: #12271d; color: var(--text); }
.compact-header { min-height: 0; align-items: center; }
.compact-header h1 { font-size: 18px; letter-spacing: -.01em; }
.search-panel { margin: 10px 0 8px; padding: 10px 12px; }
.search-panel input { padding: 9px 12px; font-size: 12px; }
#searchButton { padding: 0 18px; font-size: 12px; }
.status-line { margin-top: 7px; font-size: 11px; }
.context-bar { grid-template-columns: 2fr repeat(3,1fr); margin-bottom: 7px; border-radius: 9px; }
.context-bar > div { padding: 7px 10px; }
.context-bar span { display: inline; margin: 0 6px 0 0; font-size: 10px; }
.context-bar strong,.context-bar button { font-size: 10px; }
.token-chooser { margin: 7px 0; }
.token-chip { min-width: 150px; padding: 6px 9px; font-size: 10px; }
.table-head { padding: 10px 13px; }
.table-head h2 { font-size: 14px; }
.amount small { color: var(--muted); font-size: 9px; }
