/* Module 4 — Member Engagement */
.member-tool-page{max-width:1200px}.watchlist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.watch-asset-card{display:flex;flex-direction:column;gap:10px}.watch-asset-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.watch-asset-head h2{margin:4px 0}.coin-symbol{font-size:12px;color:#55e5af}.watch-price{font-size:28px}.card-actions{display:flex;gap:16px;border-top:1px solid var(--line);padding-top:12px;margin-top:auto}.card-actions a{text-decoration:none}.inline-action{margin-top:14px}.inline-action button{width:auto}.empty-state{text-align:center;padding:50px 24px}.history-list,.notification-list{display:flex;flex-direction:column;gap:12px}.history-row,.notification-row{display:flex;justify-content:space-between;align-items:center;gap:20px;text-decoration:none;color:inherit}.history-row h3,.notification-row h3{margin:8px 0}.history-count{white-space:nowrap;color:var(--muted)}.notification-row.unread{border-color:#39e6a3;background:linear-gradient(90deg,rgba(57,230,163,.08),transparent)}.notification-actions,.table-actions{display:flex;gap:8px;align-items:center}.notification-actions form,.table-actions form{margin:0}.quick-links a{display:block;padding:10px 0;border-bottom:1px solid var(--line);text-decoration:none}.quick-links a:last-child{border-bottom:0}.dashboard-watch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:30px}.dashboard-watch-grid .card{display:flex;flex-direction:column;gap:7px}.dashboard-watch-grid strong{font-size:20px}.status-pill.active{color:#5eeab2}.status-pill.paused{color:#ffd777}.status-pill.triggered{color:#8fdcff}.engagement-dashboard .member-stats{grid-template-columns:repeat(5,1fr)}
@media(max-width:950px){.watchlist-grid{grid-template-columns:repeat(2,1fr)}.engagement-dashboard .member-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.watchlist-grid,.dashboard-watch-grid{grid-template-columns:1fr}.history-row,.notification-row{align-items:flex-start;flex-direction:column}.engagement-dashboard .member-stats{grid-template-columns:repeat(2,1fr)}}