:root{--rebby-accent:#c9a84c;--rebby-dark:#0a0a0a;--rebby-white:#fff;--rebby-gray:#f4f4f5;--rebby-border:#e4e4e7;--rebby-muted:#71717a;--rebby-bot-bg:#f9f7f2;--rebby-user-bg:#0a0a0a;--rebby-radius:18px;--rebby-font:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;--rebby-shadow:0 20px 60px rgba(0,0,0,0.18),0 4px 16px rgba(0,0,0,0.10);--rebby-z:9999}.rebby-widget{position:fixed;bottom:24px;z-index:var(--rebby-z);font-family:var(--rebby-font);font-size:15px;line-height:1.5}.rebby-right{right:24px}.rebby-left{left:24px}.rebby-bubble{width:58px;height:58px;border-radius:50%;background:var(--rebby-accent);color:var(--rebby-dark);border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(201,168,76,0.45);transition:transform .3s cubic-bezier(0.34,1.56,0.64,1),box-shadow .3s;position:relative;outline:0}.rebby-bubble:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(201,168,76,0.6)}.rebby-bubble:focus-visible{outline:3px solid var(--rebby-accent);outline-offset:3px}.rebby-bubble.open{background:var(--rebby-dark);color:var(--rebby-white);box-shadow:0 4px 20px rgba(0,0,0,0.3)}.rebby-bubble-icon{width:26px;height:26px}.rebby-bubble:not(.open):not(.rebby-dragging){animation:rebby-float 3.4s ease-in-out infinite}@keyframes rebby-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@media(prefers-reduced-motion:reduce){.rebby-bubble{animation:none !important}}.rebby-widget.rebby-dragging .rebby-bubble{cursor:grabbing;transition:none}.rebby-bubble{cursor:grab}.rebby-bubble.open{cursor:pointer}.rebby-bubble-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;width:20px;height:20px;border-radius:50%;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #fff;animation:rebbyBounce 1.2s ease infinite}@keyframes rebbyBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}.rebby-panel{position:absolute;bottom:72px;width:360px;max-height:560px;background:var(--rebby-white);border-radius:20px;box-shadow:var(--rebby-shadow);display:flex;flex-direction:column;overflow:hidden;transform-origin:bottom right;animation:rebbyOpen .32s cubic-bezier(0.34,1.56,0.64,1);border:1px solid var(--rebby-border)}.rebby-right .rebby-panel{right:0}.rebby-left .rebby-panel{left:0;transform-origin:bottom left}@keyframes rebbyOpen{from{opacity:0;transform:scale(0.85) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.rebby-header{background:var(--rebby-dark);color:var(--rebby-white);padding:14px 16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.rebby-header-left{display:flex;align-items:center;gap:10px}.rebby-avatar{width:38px;height:38px;border-radius:50%;background:var(--rebby-accent);color:var(--rebby-dark);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0;position:relative}.rebby-status-dot{position:absolute;bottom:1px;right:1px;width:10px;height:10px;background:#22c55e;border-radius:50%;border:2px solid var(--rebby-dark)}.rebby-header-info strong{display:block;font-size:14px;font-weight:600}.rebby-header-info span{font-size:11px;opacity:.65;letter-spacing:.02em}.rebby-header-actions{display:flex;gap:4px}.rebby-action-btn{width:30px;height:30px;border:0;background:rgba(255,255,255,0.1);color:var(--rebby-white);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;padding:0}.rebby-action-btn:hover{background:rgba(255,255,255,0.2)}.rebby-action-btn svg{width:15px;height:15px}.rebby-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth}.rebby-messages::-webkit-scrollbar{width:4px}.rebby-messages::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}.rebby-msg{display:flex;align-items:flex-end;gap:8px;animation:rebbyMsgIn .25s ease}@keyframes rebbyMsgIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.rebby-msg-bot{flex-direction:row}.rebby-msg-user{flex-direction:row-reverse}.rebby-msg-avatar{width:28px;height:28px;border-radius:50%;background:var(--rebby-accent);color:var(--rebby-dark);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:flex-end}.rebby-msg-user .rebby-msg-avatar{display:none}.rebby-msg-content{max-width:82%;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.55;word-break:break-word}.rebby-msg-bot .rebby-msg-content{background:var(--rebby-bot-bg);color:var(--rebby-dark);border-bottom-left-radius:4px;border:1px solid #ede9d8}.rebby-msg-user .rebby-msg-content{background:var(--rebby-user-bg);color:var(--rebby-white);border-bottom-right-radius:4px}.rebby-msg-content p{margin:0 0 6px}.rebby-msg-content p:last-child{margin-bottom:0}.rebby-msg-content strong{font-weight:700}.rebby-msg-content a{color:#8b6914;text-decoration:underline;font-weight:500}.rebby-msg-content a:hover{color:var(--rebby-accent)}.rebby-msg-content ul,.rebby-msg-content ol{margin:4px 0 4px 1.2rem;padding:0}.rebby-msg-content li{margin-bottom:3px}.rebby-product-card{display:flex;gap:10px;background:#fff;border:1px solid var(--rebby-border);border-radius:10px;padding:10px;margin-top:8px;text-decoration:none;color:var(--rebby-dark);transition:box-shadow .2s}.rebby-product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1)}.rebby-product-card img{width:52px;height:52px;object-fit:cover;border-radius:6px;flex-shrink:0}.rebby-product-card-info{flex:1}.rebby-product-card-name{font-size:12px;font-weight:600;display:block;margin-bottom:2px}.rebby-product-card-price{font-size:12px;color:var(--rebby-accent);font-weight:700}.rebby-typing .rebby-msg-content{padding:12px 16px;display:flex;align-items:center;gap:5px}.rebby-typing-dot{width:7px;height:7px;border-radius:50%;background:var(--rebby-accent);animation:rebbyTyping 1.2s infinite ease-in-out}.rebby-typing-dot:nth-child(1){animation-delay:0s}.rebby-typing-dot:nth-child(2){animation-delay:.18s}.rebby-typing-dot:nth-child(3){animation-delay:.36s}@keyframes rebbyTyping{0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}.rebby-separator{text-align:center;font-size:11px;color:var(--rebby-muted);position:relative;margin:4px 0}.rebby-separator::before,.rebby-separator::after{content:'';position:absolute;top:50%;width:30%;height:1px;background:var(--rebby-border)}.rebby-separator::before{left:0}.rebby-separator::after{right:0}.rebby-quick-replies{padding:6px 12px 2px;display:flex;flex-wrap:wrap;gap:6px;flex-shrink:0;border-top:1px solid var(--rebby-border)}.rebby-qr{background:var(--rebby-gray);border:1px solid var(--rebby-border);border-radius:100px;padding:5px 12px;font-size:12px;cursor:pointer;color:var(--rebby-dark);transition:all .2s;font-family:var(--rebby-font);white-space:nowrap}.rebby-qr:hover{background:var(--rebby-accent);border-color:var(--rebby-accent);color:var(--rebby-dark);font-weight:600}.rebby-input-area{display:flex;align-items:flex-end;gap:8px;padding:10px 12px;border-top:1px solid var(--rebby-border);background:var(--rebby-white);flex-shrink:0}.rebby-input{flex:1;border:1px solid var(--rebby-border);border-radius:12px;padding:9px 12px;font-size:14px;font-family:var(--rebby-font);resize:none;max-height:100px;overflow-y:auto;outline:0;line-height:1.45;color:var(--rebby-dark);transition:border-color .2s;background:var(--rebby-gray)}.rebby-input:focus{border-color:var(--rebby-accent);background:var(--rebby-white)}.rebby-input::placeholder{color:#aaa}.rebby-send{width:38px;height:38px;border-radius:50%;background:var(--rebby-accent);color:var(--rebby-dark);border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,transform .15s}.rebby-send:hover{background:#b8943d;transform:scale(1.08)}.rebby-send:active{transform:scale(0.95)}.rebby-send:disabled{opacity:.45;pointer-events:none}.rebby-send svg{width:17px;height:17px}.rebby-input-area .rebby-action-btn{width:36px;height:36px;border-radius:50%;background:var(--rebby-gray);color:#777;flex-shrink:0}.rebby-input-area .rebby-action-btn:hover{background:#ececec;color:var(--rebby-dark)}.rebby-input-area .rebby-action-btn svg{width:17px;height:17px}#rebby-voice-toggle.rebby-voice-active{background:var(--rebby-accent);color:var(--rebby-dark)}#rebby-mic.rebby-mic-active{background:#e0453c;color:#fff;animation:rebby-mic-pulse 1.2s ease-in-out infinite}@keyframes rebby-mic-pulse{0%,100%{box-shadow:0 0 0 0 rgba(224,69,60,0.5)}50%{box-shadow:0 0 0 6px rgba(224,69,60,0)}}.rebby-footer-note{text-align:center;font-size:10px;color:#bbb;margin:0;padding:4px 0 8px;flex-shrink:0}.rebby-footer-note a{color:#bbb;text-decoration:underline}@media(max-width:420px){.rebby-right{right:12px}.rebby-left{left:12px}.rebby-widget{bottom:12px}.rebby-panel{width:calc(100vw - 24px);max-height:75vh;bottom:68px;right:0;left:0;border-radius:16px;position:fixed}.rebby-right .rebby-panel,.rebby-left .rebby-panel{right:12px;left:12px}}