.bw-task-picker-grid {
    display: grid;
    gap: 1rem;
}

.bw-task-picker-card,
.bw-note-card,
.bw-context-source,
.bw-task-stat,
.bw-context-stat,
.bw-task-chat-message {
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: var(--bw-radius-lg);
    background: rgba(255, 255, 255, 0.76);
}

html[data-theme="dark"] .bw-task-picker-card,
html[data-theme="dark"] .bw-note-card,
html[data-theme="dark"] .bw-context-source,
html[data-theme="dark"] .bw-task-stat,
html[data-theme="dark"] .bw-context-stat,
html[data-theme="dark"] .bw-task-chat-message {
    background: rgba(15, 23, 42, 0.76);
    border-color: rgba(148, 163, 184, 0.18);
}
