.user-message{background:var(--supremos-chat-color,#000);color:#fff;border-bottom-right-radius:6px;margin-left:auto}.user-message a{color:#fff;text-decoration:underline}.bot-message.error{background:#ffebee;color:#c62828;border-color:#ffcdd2}.supremos-typing{opacity:.9;font-style:italic}.supremos-product-card{display:flex;gap:12px;align-items:center;padding:10px;cursor:pointer;max-width:100%;border-radius:14px;border:1px solid #eef1f5;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.06)}.supremos-product-card:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.1);transition:transform .15s ease,box-shadow .15s ease}.supremos-product-card-image{width:64px;height:64px;object-fit:cover;border-radius:12px;flex:0 0 auto;border:1px solid #eef1f5;background:#fff}.supremos-product-card-body{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1 1 auto}.supremos-product-card-title{font-weight:800;font-size:13px;line-height:1.2;color:#121826;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.supremos-product-card-price{font-size:13px;color:#1f2937}.supremos-product-card-price del,.supremos-product-card-price ins{font-size:13px}.supremos-product-card-row{display:flex;align-items:center;gap:8px;margin-top:2px;flex-wrap:wrap}.supremos-product-card-view{display:none!important;align-items:center;justify-content:center;height:34px;padding:0 12px;border-radius:9999px;border:1px solid #e6e8ee;background:#fff;color:#111827;font-weight:700;font-size:13px;text-decoration:none;cursor:pointer;transition:transform .12s ease,filter .12s ease}.supremos-product-card-view:hover{filter:brightness(.98);transform:translateY(-1px)}.supremos-product-card-cta{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 14px;border-radius:9999px;background:var(--supremos-chat-color,#000);color:#fff;border:none;font-weight:800;font-size:13px;cursor:pointer;transition:transform .12s ease,filter .12s ease,opacity .12s ease}.supremos-product-card-cta:hover{filter:brightness(1.06);transform:translateY(-1px)}.supremos-product-card-cta:active{transform:translateY(0)}.supremos-product-card-cta:disabled{cursor:not-allowed;opacity:.55;filter:grayscale(.2);transform:none}.typing-indicator span{display:inline-block;width:5px;height:5px;background-color:#999;border-radius:50%;margin:0 2px;animation:typing 1.4s infinite ease-in-out both}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@media (max-width:480px){.supremos-product-card-image{width:60px;height:60px}}