.cr-messages{flex:1;overflow-y:auto;padding:0 16px 12px;display:flex;flex-direction:column;gap:8px}.cr-messages::-webkit-scrollbar{width:0}.cr-bubble{max-width:85%;padding:8px 12px;border-radius:12px;font-size:13px;line-height:1.5;animation:crBubbleIn .3s ease-out both}.cr-bubble-user{align-self:flex-end;background:#1a1a1a;color:#fff;border-bottom-right-radius:4px}.cr-bubble-conjure{align-self:flex-start;background:#fff;color:#1a1a1a;border:1px solid #ddd;border-bottom-left-radius:4px}.cr-icon{display:inline-block;width:14px;height:14px;vertical-align:-2px;margin-right:4px}.cr-icon .cr-arm{fill:#0052cc;animation:crArmPulse 2s ease-in-out infinite}.cr-icon .cr-arm:first-child{animation-delay:0s}.cr-icon .cr-arm:nth-child(2){animation-delay:.15s}.cr-icon .cr-arm:nth-child(3){animation-delay:.3s}.cr-icon .cr-arm:nth-child(4){animation-delay:.45s}@keyframes crArmPulse{0%,to{opacity:.4}25%{opacity:1}50%{opacity:.4}}.cr-icon.cr-static .cr-arm{animation:none;opacity:1}.cr-order-card{font-size:12px;line-height:1.7}.cr-order-card .cr-order-header{font-weight:600;margin-bottom:4px}.cr-order-card .cr-order-line{display:flex;justify-content:space-between;gap:16px}.cr-order-card .cr-order-line.cr-total{font-weight:600;border-top:1px solid #ddd;margin-top:4px;padding-top:4px}.cr-order-card .cr-order-eta{color:#666;font-size:11px;margin-top:4px}.cr-order-card .cr-order-btn{display:inline-block;margin-top:8px;padding:5px 16px;background:#1a1a1a;color:#fff;border-radius:20px;font-family:Chakra Petch,sans-serif;font-size:11px;font-weight:600;letter-spacing:.03em;transition:all .3s ease}.cr-order-card .cr-order-btn .cr-btn-spinner{display:inline-block;width:10px;height:10px;border:1.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:crBtnSpin .6s linear infinite;vertical-align:-1px;margin-right:4px}@keyframes crBtnSpin{to{transform:rotate(1turn)}}.cr-order-card .cr-order-btn.cr-confirming{background:#555}.cr-order-card .cr-order-btn.cr-confirmed{background:#999;color:#ddd}.cr-thinking{align-self:flex-start;display:flex;align-items:center;gap:6px;padding:4px 0;font-size:12px;color:#999;font-style:italic;animation:crBubbleIn .3s ease-out both}.cr-thinking .cr-thinking-text{transition:opacity .15s ease}.cr-thinking .cr-thinking-dots{display:flex;gap:3px}.cr-thinking .cr-thinking-dots span{width:4px;height:4px;background:#999;border-radius:50%;animation:crTypingBounce 1.2s ease-in-out infinite}.cr-thinking .cr-thinking-dots span:nth-child(2){animation-delay:.15s}.cr-thinking .cr-thinking-dots span:nth-child(3){animation-delay:.3s}@keyframes crBubbleIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes crTypingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@media (max-width:900px){.cr-messages .cr-bubble,.cr-messages .cr-thinking{display:none}.cr-messages .cr-bubble:last-child,.cr-messages .cr-thinking:last-child{display:flex}.cr-bubble{font-size:12px;max-width:100%}}