.sort-task__count{color:var(--text-muted);margin:0 0 1rem;font-size:.9rem}.sort-task__error{background:var(--surface-muted);color:var(--danger);border-radius:10px;margin:0 0 1rem;padding:.7rem .9rem;font-size:.9rem}.sort-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.sort-card{background:var(--surface);box-shadow:var(--soft-raised-sm);border-radius:12px;padding:.9rem 1rem}@media (prefers-reduced-motion:no-preference){.sort-card{animation:.22s cubic-bezier(.16,1,.3,1) both sort-card-in}}@keyframes sort-card-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.sort-card__head{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.sort-card__what{flex-direction:column;min-width:0;display:flex}.sort-card__what strong{text-overflow:ellipsis;font-size:.95rem;overflow:hidden}.sort-card__what time{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.75rem}.sort-card__amount{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:600}.sort-card__amount--in{color:var(--ok)}.sort-card__choices{flex-wrap:wrap;gap:.4rem;margin-top:.8rem;display:flex}.sort-choice{border:1px solid var(--line-subtle);background:var(--surface-muted);color:var(--text);font:inherit;cursor:pointer;border-radius:999px;padding:.4rem .85rem;font-size:.85rem;transition:transform .12s,border-color .12s,background .12s}.sort-choice:hover{border-color:var(--accent-line);background:var(--accent-tint)}.sort-choice:active{transform:scale(.97)}.sort-choice--other{border-style:dashed}@media (prefers-reduced-motion:reduce){.sort-choice{transition:none}.sort-choice:active{transform:none}}.sort-card__custom{flex-wrap:wrap;align-items:flex-end;gap:.6rem;margin-top:.8rem;display:flex}.sort-card__custom label{color:var(--text-muted);flex-direction:column;gap:.25rem;font-size:.75rem;display:flex}.sort-card__custom input{font:inherit;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:8px;min-width:14rem;padding:.4rem .6rem;font-size:.9rem}.sort-done__line{font-family:var(--mk-serif);margin:0;font-size:1.4rem;font-weight:400}.sort-done__note{max-width:46ch;color:var(--text-muted);margin:.4rem 0 0;font-size:.9rem;line-height:1.5}.txn-list{margin:0;padding:0;list-style:none}.txn-row{border-bottom:1px solid var(--line-subtle);justify-content:space-between;align-items:baseline;gap:1rem;padding:.7rem 0;display:flex}.txn-row:last-child{border-bottom:none}.txn-row__what{flex-direction:column;gap:.15rem;min-width:0;display:flex}.txn-row__what strong{text-overflow:ellipsis;font-size:.95rem;font-weight:500;overflow:hidden}.txn-row__meta{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.78rem;display:flex}.txn-row__meta time{font-variant-numeric:tabular-nums}.txn-row__category{color:var(--text-soft)}.txn-row__unsorted{color:var(--warn)}.txn-row__amount{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:600}.txn-row__amount--in{color:var(--ok)}.txn-empty__line{font-family:var(--mk-serif);margin:0;font-size:1.3rem}.txn-empty__note{max-width:46ch;color:var(--text-muted);margin:.4rem 0 0;font-size:.9rem;line-height:1.5}
