.coherence-chips{display:flex;flex-direction:column;gap:6px;margin-top:12px}.coherence-chip{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;font-size:.82rem;line-height:1.4;animation:coherence-chip-in .3s ease-out}.coherence-chip--info{background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.25);color:#93bbfc}.coherence-chip--warning{background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.3);color:#fbbf4e}.coherence-chip__icon{font-size:.9rem;flex-shrink:0}.coherence-chip__message{flex:1 1}.coherence-chip__dismiss{background:none;border:none;cursor:pointer;color:inherit;opacity:.5;font-size:1rem;padding:0 4px;line-height:1;transition:opacity .15s}.coherence-chip__dismiss:hover{opacity:1}@keyframes coherence-chip-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.coherence-chip{font-size:.78rem;padding:6px 10px}.coherence-chip__dismiss{min-height:44px;min-width:44px}}