.reco-chat{position:fixed;right:18px;bottom:100px;z-index:9999;font-family:"Segoe UI",Arial,sans-serif}.reco-chat-toggle{background:#c1a168;color:#fff;border:1px solid #c1a168;width:54px;height:54px;padding:0;border-radius:999px;font-size:14px;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,0.16);display:grid;place-items:center;position:relative}.reco-chat-icon{width:22px;height:22px;display:block}.reco-chat-panel{position:fixed;right:18px;bottom:170px;width:360px;max-height:70vh;background:#f8f5f0;border-radius:18px;border:1px solid #e6dfd3;box-shadow:0 18px 36px rgba(0,0,0,0.18);overflow:hidden;display:none;margin-bottom:0;transform:translateX(0)}.reco-chat-panel.open{display:block}.reco-chat-panel.open + .reco-chat-toggle,.reco-chat-panel + .reco-chat-toggle{position:fixed;right:18px;bottom:100px}.reco-chat-header{background:#05212d;color:#f5efe7;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.reco-chat-header-main{display:grid;gap:4px}.reco-chat-title{font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:0.08em}.reco-chat-status{font-size:11px;color:#c9b07e;letter-spacing:0.04em}.reco-chat-close{background:transparent;border:1px solid rgba(245,239,231,0.4);color:#f5efe7;width:28px;height:28px;border-radius:999px;cursor:pointer;font-size:18px;line-height:1}.reco-chat-body{padding:12px 14px;overflow-y:auto;max-height:52vh;display:grid;gap:12px}.reco-chat-thread{display:grid;gap:10px}.reco-chat-bubble{max-width:85%;padding:12px 14px;border-radius:16px;font-size:13px;line-height:1.5;letter-spacing:0.01em}.reco-chat-bubble.bot{background:#ffffff;border:1px solid #e6dfd3;color:#05212d}.reco-chat-bubble.user{background:#05212d;border:1px solid #05212d;color:#f5efe7;margin-left:auto;border-radius:16px 16px 4px 16px}.reco-chat-meta{font-size:10px;color:rgba(5,33,45,0.6);margin-top:4px}.reco-chat-recs{display:grid;gap:10px}.reco-chat-recs-inline{display:block;margin-top:10px}.reco-chat-recs-title{font-size:11.5px;text-transform:uppercase;letter-spacing:0.08em;color:#05212d}.reco-chat-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.reco-chat-item{border:1px solid #e6dfd3;background:#ffffff;border-radius:14px;padding:10px}.reco-chat-item a{color:#05212d;text-decoration:none;display:flex;gap:12px;align-items:center}.reco-chat-item-thumb{width:64px;height:64px;border-radius:10px;object-fit:cover;background:#f4f3ef;border:1px solid #e6dfd3;flex:0 0 auto}.reco-chat-item-content{flex:1 1 auto;min-width:0}.reco-chat-item-title{font-weight:600;font-size:13px}.reco-chat-item-sub{font-size:12px;color:#5b5b5b}.reco-chat-item-price{font-size:12px;color:#05212d;font-weight:600;margin-top:2px}.reco-chat-reasons{font-size:11px;color:#7a7a7a;margin-top:4px}.reco-chat-footer{padding:12px 14px 14px;border-top:1px solid #e6dfd3;background:#f8f5f0;border-radius:0 0 18px 18px;display:grid;gap:10px}.reco-chat-form{display:grid;grid-template-columns:1fr auto;gap:8px}.reco-chat-input{border:1px solid #d4cbbf;border-radius:10px;padding:10px;font-size:12.5px;background:#fffdf9;color:#05212d;outline:none}.reco-chat-input:focus{border-color:#c1a168}.reco-chat-send{background:#c1a168;color:#fff;border:1px solid #c1a168;border-radius:10px;padding:0 14px;font-size:12px;text-transform:uppercase;letter-spacing:0.06em;cursor:pointer}.reco-chat-send:hover,.reco-chat-toggle:hover{background:#b08f57;color:#fff;border-color:#b08f57}.reco-chat-typing{font-size:11.5px;color:#7a7a7a;letter-spacing:0.04em;display:none}.reco-chat-typing.is-visible{display:block}.reco-chat-typing .dots{display:inline-flex;gap:4px;margin-left:6px;vertical-align:middle}.reco-chat-typing .dot{width:6px;height:6px;border-radius:999px;background:#c1a168;animation:reco-dot 1.2s infinite ease-in-out}.reco-chat-typing .dot:nth-child(2){animation-delay:0.15s}.reco-chat-typing .dot:nth-child(3){animation-delay:0.3s}@keyframes reco-dot{0%,80%,100%{opacity:0.2;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.reco-chat-badge{position:absolute;right:-10px;bottom:60px;background:#ffffff;color:#05212d;border:1px solid #05212d;padding:6px 10px;border-radius:14px;font-size:10.5px;letter-spacing:0.06em;text-transform:uppercase;white-space:nowrap;box-shadow:0 6px 16px rgba(0,0,0,0.12);opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity 0.2s ease,transform 0.2s ease}.reco-chat-badge::after{content:'';position:absolute;bottom:-6px;right:16px;width:10px;height:10px;background:#ffffff;border-right:1px solid #05212d;border-bottom:1px solid #05212d;transform:rotate(45deg)}.reco-chat-toggle.has-updates .reco-chat-badge{opacity:1;transform:translateY(0)}@media (max-width:600px){.reco-chat-panel{width:94vw;right:8px;bottom:120px;max-height:75vh}.reco-chat{right:8px;bottom:76px}.reco-chat-panel.open + .reco-chat-toggle,.reco-chat-panel + .reco-chat-toggle{right:8px;bottom:76px}.reco-chat-body{max-height:52vh}.reco-chat-input{font-size:16px}}