.ctp-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 6px 18px rgba(0,0,0,.04);padding:16px;margin:12px 0}
.ctp-card h3{color:var(--ctp-primary,#6d28d9);font-weight:700;margin:0 0 6px}
.note{font-size:.92rem;color:#64748b;margin:.25rem 0 .75rem}
.note.tiny{font-size:.8rem}
.toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:.5rem}
.toolbar .search{padding:8px 12px;border:1px solid #e5e7eb;border-radius:10px;min-width:240px}
.toolbar .order{padding:8px 10px;border:1px solid #e5e7eb;border-radius:10px}
.list{display:grid;gap:10px}
.item{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff;display:grid;gap:6px}
.row{display:flex;gap:8px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.badge{border-radius:999px;padding:2px 10px;font-weight:700;color:#fff}
.badge.high{background:#7c3aed}
.badge.medium{background:#f59e0b}
.badge.low{background:#94a3b8}
.item .meta{color:#475569;font-size:.9rem}
.item a{color:#111827;text-decoration:none}
.item a:hover{text-decoration:underline}
.coins{font-weight:700; letter-spacing:.02em}
