/* Someday — shared chat styling: no AI bubbles, no AI name, white bg, beige user bubbles */
body{background:#FFFFFF !important;}
.thread,.ob-thread,.ob-main,.chat-main,.session-header,.input-zone{background:#FFFFFF !important;}
.ai-bubble,.ob-ai-bubble,.gm-ai-bubble{background:transparent !important;border:none !important;box-shadow:none !important;padding:0 !important;}
.ai-lbl,.ob-ai-label,.gm-ai-label,.ai-label,.ai-name{display:none !important;}
.user-bubble,.ob-user-bubble,.gm-user-bubble{background:#F4EFE3 !important;color:#30314F !important;border:1px solid rgba(48,49,79,0.12) !important;}
