[hidden] { display: none !important; }
.profile-card dl { display: grid; grid-template-columns: 180px 1fr; gap: 1rem; }
.profile-card dt { color: var(--muted); }
.profile-card dd { margin: 0; font-weight: 700; }
.profile-card select { width: auto; min-width: 220px; margin: 0 .4rem .4rem 0; padding: .7rem; }
.workspace, .chat-card, .chat-log, .bubble { min-width: 0; }
.chat-card, .chat-log { overflow-x: hidden; }
.bubble.streaming::after { display: inline-block; width: .42rem; height: 1em; margin-left: .2rem; background: var(--terracotta); vertical-align: -.12em; content: ""; animation: stream-cursor .8s steps(2, jump-none) infinite; }
@keyframes stream-cursor { 50% { opacity: 0; } }
@media (max-width: 760px) { .profile-card dl { grid-template-columns: 1fr; gap: .35rem; } .profile-card dd { margin-bottom: .8rem; } .profile-card select { width: 100%; } }
