/* buddy-ui-fix.css — overrides for dark-theme remnants */
body, html, #app, main { background-color: #EDEAE3 !important; color: #1A1612 !important; }
.nib-picker-modal { background: #F5F2EB !important; color: #1A1612 !important; border-color: rgba(200,75,26,0.18) !important; }
.nib-card { background: #EDEAE3 !important; border-color: rgba(200,75,26,0.18) !important; color: #1A1612 !important; }
.nib-card:hover, .nib-card.selected { border-color: #C84B1A !important; background: rgba(200,75,26,0.08) !important; }
.nib-card-output { color: #C84B1A !important; }
.nib-card-desc, .nib-picker-sub { color: #6B5E54 !important; }
[style*="background: #0e"], [style*="background:#0e"], [style*="background: #1e"], [style*="background:#1e"],
[style*="background-color: #0e"], [style*="background-color: #1e"], [style*="background-color: rgb(14"],
[style*="background-color: rgb(15"], [style*="background-color: rgb(30"] {
  background: #F5F2EB !important; background-color: #F5F2EB !important;
}
[style*="color: #e2"], [style*="color:#e2"], [style*="color: #94"], [style*="color:#94"] {
  color: #3D3530 !important;
}
