.affilbot-widget__panel,.affilbot-widget__trigger{--brand-primary: #4F46E5;--brand-primary-dark: #4338CA;--brand-primary-soft: #EEF2FF;--brand-glow: rgba(79, 70, 229, .18);--bot-grad: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);--bot-bubble-user: linear-gradient(135deg, #4F46E5, #6366F1);--bot-bubble-bot: #F1F5F9;--bot-bubble-bot-text: #0F172A;--bot-border-radius: 24px;--bot-shadow: 0 20px 50px rgba(15, 23, 42, .16), 0 6px 16px rgba(15, 23, 42, .06);--bot-send-color: var(--bot-grad);--bot-header-text: #ffffff;--success: #10B981;--danger: #EF4444;--danger-soft: #FEE2E2;--warning: #F59E0B;--r-md: 12px;--r-lg: 18px;--r-xl: 24px;--r-pill: 999px;--sh-lg: 0 20px 50px rgba(15, 23, 42, .16), 0 6px 16px rgba(15, 23, 42, .06);--ease-out: cubic-bezier(.22, .61, .36, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--gap-xs: 6px;--gap-sm: 10px;--gap-md: 14px;--gap-lg: 20px}.affilbot-widget__panel.theme-indigo,.affilbot-widget__trigger.theme-indigo{--bot-grad: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);--bot-bubble-user: linear-gradient(135deg, #4F46E5, #6366F1);--bot-bubble-bot: #F1F5F9;--bot-bubble-bot-text: #0F172A}.affilbot-widget__panel.theme-vietnam,.affilbot-widget__trigger.theme-vietnam{--bot-grad: linear-gradient(135deg, #DA251D 0%, #FFCD00 100%);--bot-bubble-user: linear-gradient(135deg, #DA251D, #B91C1C);--bot-bubble-bot: #FFF7E6;--bot-bubble-bot-text: #1F1208}.affilbot-widget__panel.theme-mono,.affilbot-widget__trigger.theme-mono{--bot-grad: linear-gradient(135deg, #1F2937 0%, #4B5563 100%);--bot-bubble-user: linear-gradient(135deg, #1F2937, #374151);--bot-bubble-bot: #F3F4F6;--bot-bubble-bot-text: #111827}.affilbot-widget__panel.theme-sunset,.affilbot-widget__trigger.theme-sunset{--bot-grad: linear-gradient(135deg, #F97316 0%, #DB2777 100%);--bot-bubble-user: linear-gradient(135deg, #F97316, #EA580C);--bot-bubble-bot: #FFF1E6;--bot-bubble-bot-text: #1F1409}.affilbot-widget__trigger{position:fixed;bottom:24px;right:24px;width:64px;height:64px;border:0;border-radius:var(--r-pill);background:var(--bot-grad);color:#fff;cursor:pointer;box-shadow:0 12px 32px #4f46e566,0 4px 12px #4f46e533;transition:transform .3s var(--ease-spring),box-shadow .3s var(--ease-out);display:flex;align-items:center;justify-content:center;z-index:2147483646;padding:0}.affilbot-widget__trigger:hover{transform:scale(1.08) rotate(-3deg);box-shadow:0 18px 40px #4f46e580,0 6px 16px #4f46e54d}.affilbot-widget__trigger:active{transform:scale(.96)}.affilbot-widget__trigger:focus-visible{outline:none;box-shadow:0 0 0 4px var(--brand-glow),0 12px 32px #4f46e566}.affilbot-widget__trigger svg{width:30px;height:30px;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.affilbot-widget__trigger.affilbot-widget__trigger--bottom-left{right:auto;left:24px}.affilbot-widget__trigger.affilbot-widget__trigger--top-right{bottom:auto;top:24px}.affilbot-widget__trigger.affilbot-widget__trigger--top-left{bottom:auto;top:24px;right:auto;left:24px}.affilbot-widget__trigger.affilbot-widget__trigger--bottom-center{right:auto;left:50%;transform:translate(-50%)}.affilbot-widget__trigger.affilbot-widget__trigger--bottom-center:hover{transform:translate(-50%) scale(1.08) rotate(-3deg)}.affilbot-widget__trigger.affilbot-widget__trigger--bottom-center:active{transform:translate(-50%) scale(.96)}.affilbot-widget__badge{position:absolute;top:-2px;right:-2px;min-width:22px;height:22px;padding:0 6px;border-radius:var(--r-pill);background:var(--danger);color:#fff;font-size:12px;font-weight:700;line-height:22px;text-align:center;box-shadow:0 2px 6px #ef444466;animation:affilbot-pulse 2s var(--ease-out) infinite}.affilbot-widget__badge[hidden]{display:none}.affilbot-widget__trigger[aria-expanded=true]{visibility:hidden;pointer-events:none}@keyframes affilbot-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.affilbot-widget__panel{position:fixed;bottom:100px;right:24px;width:380px;max-width:calc(100vw - 32px);height:600px;max-height:calc(100vh - 120px);background:#fff;border-radius:var(--bot-border-radius, var(--r-xl));box-shadow:var(--bot-shadow, var(--sh-lg));display:flex;flex-direction:column;overflow:hidden;z-index:2147483647;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#0f172a;animation:affilbot-pop-in .3s var(--ease-spring);transform-origin:bottom right}.affilbot-widget__panel[hidden]{display:none}.affilbot-widget__panel--closing{animation:affilbot-pop-out .2s var(--ease-out)}.affilbot-widget__panel.affilbot-widget__panel--bottom-left{right:auto;left:24px;transform-origin:bottom left}.affilbot-widget__panel.affilbot-widget__panel--top-right{bottom:auto;top:100px;transform-origin:top right}.affilbot-widget__panel.affilbot-widget__panel--top-left{bottom:auto;top:100px;right:auto;left:24px;transform-origin:top left}.affilbot-widget__panel.affilbot-widget__panel--bottom-center{right:auto;left:50%;transform:translate(-50%);transform-origin:bottom center;animation-name:affilbot-pop-in--center}.affilbot-widget__panel.affilbot-widget__panel--bottom-center.affilbot-widget__panel--closing{animation-name:affilbot-pop-out--center}@keyframes affilbot-pop-in--center{0%{opacity:0;transform:translate(-50%) scale(.9) translateY(20px)}to{opacity:1;transform:translate(-50%) scale(1) translateY(0)}}@keyframes affilbot-pop-out--center{0%{opacity:1;transform:translate(-50%) scale(1) translateY(0)}to{opacity:0;transform:translate(-50%) scale(.9) translateY(20px)}}@keyframes affilbot-pop-in{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes affilbot-pop-out{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.9) translateY(20px)}}.affilbot-widget__header{display:flex;align-items:center;gap:var(--gap-md);padding:var(--gap-md) var(--gap-lg);background:var(--bot-grad);color:#fff;flex-shrink:0}.affilbot-widget__avatar{width:40px;height:40px;border-radius:var(--r-pill);background:#fff3;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.affilbot-widget__avatar img,.affilbot-widget__avatar svg{width:100%;height:100%;object-fit:cover}.affilbot-widget__title-block{flex:1;min-width:0}.affilbot-widget__title{margin:0;font-size:16px;font-weight:600;line-height:1.2;color:var(--bot-header-text, #fff);text-shadow:0 1px 2px rgba(0,0,0,.25)}.affilbot-widget__status{display:inline-flex;align-items:center;gap:6px;margin-top:2px;font-size:12px;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.2);opacity:.95}.affilbot-widget__status-dot{width:8px;height:8px;border-radius:var(--r-pill);background:var(--success);box-shadow:0 0 #10b98199;animation:affilbot-status-pulse 2s var(--ease-out) infinite}@keyframes affilbot-status-pulse{0%{box-shadow:0 0 #10b98199}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}.affilbot-widget__close{width:36px;height:36px;min-width:36px;padding:0;border:0;background:#ffffff2e;color:#fff;border-radius:var(--r-pill);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .25s var(--ease-out),background .2s var(--ease-out)}.affilbot-widget__close:hover{transform:rotate(90deg);background:#ffffff47}.affilbot-widget__close:focus-visible{outline:none;box-shadow:0 0 0 4px var(--brand-glow)}.affilbot-widget__close svg{width:16px;height:16px;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;fill:none}.affilbot-widget__new-chat{width:36px;height:36px;min-width:36px;margin-right:4px;border:0;background:#ffffff2e;color:#fff;border-radius:var(--r-pill);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s var(--ease-out),background .2s var(--ease-out)}.affilbot-widget__new-chat:hover{transform:scale(1.08);background:#ffffff47}.affilbot-widget__new-chat:focus-visible{outline:none;box-shadow:0 0 0 4px var(--brand-glow)}.affilbot-widget__new-chat svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}.affilbot-widget__messages{flex:1;overflow-y:auto;padding:var(--gap-lg);display:flex;flex-direction:column;gap:var(--gap-md);background:#fafafb;scroll-behavior:smooth}.affilbot-widget__messages:focus-visible{outline:none;box-shadow:inset 0 0 0 3px var(--brand-glow)}.affilbot-widget__bubble{max-width:85%;padding:10px 14px;border-radius:var(--r-lg);font-size:14px;line-height:1.5;word-wrap:break-word}.affilbot-widget__bubble--bot{align-self:flex-start;background:var(--bot-bubble-bot);color:var(--bot-bubble-bot-text);border-bottom-left-radius:6px}.affilbot-widget__bubble--user{align-self:flex-end;background:var(--bot-bubble-user);color:#fff;border-bottom-right-radius:6px;max-width:88%}.affilbot-widget__bubble a{color:var(--brand-primary);text-decoration:underline}.affilbot-widget__bubble--bot a{color:var(--brand-primary-dark)}.affilbot-widget__bubble ul,.affilbot-widget__bubble ol{margin:6px 0;padding-left:22px}.affilbot-widget__bubble li{margin:2px 0}.affilbot-widget__bubble code{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.92em;background:#0f172a0f;padding:0 4px;border-radius:4px}.affilbot-widget__bubble--user code{background:#ffffff2e;color:inherit}.affilbot-widget__bubble--typing{display:inline-flex;align-items:center;gap:4px;padding:12px 16px;min-height:36px}.affilbot-widget__bubble--typing .dot{width:7px;height:7px;border-radius:var(--r-pill);background:#94a3b8;opacity:.3;animation:affilbot-typing-dots 1.3s ease-in-out infinite}.affilbot-widget__bubble--typing .dot:nth-child(2){animation-delay:.2s}.affilbot-widget__bubble--typing .dot:nth-child(3){animation-delay:.4s}@keyframes affilbot-typing-dots{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.affilbot-widget__bubble--error{background:#fee2e2;color:#991b1b;border-left:3px solid var(--danger);border-bottom-left-radius:6px}.affilbot-widget__new-messages-pill{position:absolute;left:50%;bottom:calc(var(--gap-lg) + 60px);transform:translate(-50%);z-index:1;padding:6px 14px;border:0;border-radius:var(--r-pill);background:var(--brand-primary);color:#fff;font-size:12px;font-weight:500;cursor:pointer;box-shadow:0 4px 12px #0f172a2e;transition:opacity .2s var(--ease-out)}.affilbot-widget__new-messages-pill:hover{background:var(--brand-primary-dark)}.affilbot-widget__new-messages-pill:focus-visible{outline:none;box-shadow:0 0 0 4px var(--brand-glow),0 4px 12px #0f172a2e}.affilbot-widget__new-messages-pill[hidden]{display:none}.affilbot-widget__messages::-webkit-scrollbar{width:6px}.affilbot-widget__messages::-webkit-scrollbar-track{background:transparent}.affilbot-widget__messages::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:var(--r-pill)}.affilbot-widget__messages{scrollbar-width:thin;scrollbar-color:#E2E8F0 transparent}.affilbot-widget__disclosure{align-self:flex-start;font-size:12px;color:#475569;background:var(--brand-primary-soft);border:1px solid rgba(79,70,229,.12);padding:6px 12px;border-radius:var(--r-pill);max-width:100%}.affilbot-widget__input{display:flex;align-items:center;gap:6px;margin:6px 10px 10px;padding:6px 8px 6px 14px;border:1.5px solid #E2E8F0;border-radius:26px;background:#f8fafc;flex-shrink:0;transition:border-color .2s var(--ease-out),box-shadow .2s var(--ease-out),background .2s var(--ease-out)}.affilbot-widget__input:focus-within{border-color:var(--brand-primary);background:#fff;box-shadow:0 0 0 3px var(--brand-glow)}.affilbot-widget__textarea{flex:1;resize:none;border:0;outline:none;padding:0;font:inherit;font-size:14px;line-height:1.5;color:#0f172a;background:transparent;transition:none;height:auto;max-height:96px;min-height:22px}.affilbot-widget__textarea:focus-visible{outline:none;box-shadow:none}.affilbot-widget__send-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px}.affilbot-widget__send{width:36px;height:36px;min-width:36px;border:0;border-radius:50%;background:var(--bot-send-color, var(--bot-grad));color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s var(--ease-out),opacity .2s var(--ease-out),box-shadow .15s var(--ease-out);padding:0;flex-shrink:0}.affilbot-widget__send:hover{transform:scale(1.08);box-shadow:0 3px 10px #4f46e559}.affilbot-widget__send:active{transform:scale(.92)}.affilbot-widget__send:focus-visible{outline:none;box-shadow:0 0 0 3px var(--brand-glow)}.affilbot-widget__send:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.affilbot-widget__send svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.affilbot-widget__watermark{padding:8px var(--gap-lg);font-size:11px;color:#94a3b8;text-align:center;background:#f8fafc;border-top:1px solid #E2E8F0;flex-shrink:0}.affilbot-widget__watermark a{color:inherit;text-decoration:none}.affilbot-widget__chips-zone{flex-shrink:0;padding:10px 16px 12px;border-top:1px solid #E2E8F0;background:#f8fafc}.affilbot-widget__chips-zone[hidden]{display:none}.affilbot-widget__chips-title{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px}.affilbot-widget__chips{display:flex;flex-wrap:wrap;gap:8px;flex-shrink:0}.affilbot-widget__chip{display:inline-flex;align-items:center;padding:8px 14px;border-radius:9999px;background:#fff;color:#0f172a;font-size:12.5px;font-weight:500;font-family:inherit;line-height:1.4;cursor:pointer;border:1px solid #E2E8F0;white-space:normal;word-break:break-word;text-align:left;transition:background .12s var(--ease-out),border-color .12s var(--ease-out),color .12s var(--ease-out),transform .12s var(--ease-out),box-shadow .12s var(--ease-out)}.affilbot-widget__chip:hover,.affilbot-widget__chip:focus-visible{background:var(--brand-primary-soft);border-color:var(--brand-primary);color:var(--brand-primary-dark);transform:translateY(-1px);box-shadow:0 1px 2px #0000000d}.affilbot-widget__chip:focus-visible{outline:none;box-shadow:0 0 0 4px var(--brand-glow)}@media (prefers-reduced-motion: reduce){.affilbot-widget__chip{transition:background .12s var(--ease-out),border-color .12s var(--ease-out),color .12s var(--ease-out)}.affilbot-widget__chip:hover,.affilbot-widget__chip:focus-visible{transform:none;box-shadow:none}.affilbot-widget__chip:focus-visible{box-shadow:0 0 0 4px var(--brand-glow)}}.affilbot-widget__consent{margin:8px 16px 4px;padding:10px 14px;background:#f0f9ff;border:1px solid #7DD3FC;border-radius:12px;color:#0c4a6e;font-size:12px;line-height:1.5;flex-shrink:0}.affilbot-widget__consent__label{display:inline;cursor:pointer}.affilbot-widget__consent__checkbox{margin-right:6px;vertical-align:middle;cursor:pointer}.affilbot-widget__consent__checkbox:focus-visible{outline:2px solid var(--brand-primary);outline-offset:1px}.affilbot-widget__consent__link{color:var(--brand-primary);text-decoration:underline}.affilbot-widget__consent__link:focus-visible{outline:2px solid var(--brand-primary);outline-offset:1px}@media (max-width: 600px){.affilbot-widget__trigger{width:58px;height:58px;bottom:max(16px,env(safe-area-inset-bottom));right:16px}.affilbot-widget__panel{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:100%;max-height:100%;min-height:100vh;min-height:100dvh;border-radius:0;transform-origin:bottom center}.affilbot-widget__input{margin-bottom:max(10px,env(safe-area-inset-bottom))}.affilbot-widget__header{padding-top:max(12px,env(safe-area-inset-top))}.affilbot-widget__close{width:44px;height:44px;min-width:44px}.affilbot-widget__new-messages-pill{bottom:calc(var(--gap-lg) + 70px)}}@media (prefers-reduced-motion: reduce){.affilbot-widget__panel{animation:affilbot-fade-in .2s var(--ease-out)}.affilbot-widget__panel--closing{animation:affilbot-fade-out .15s var(--ease-out)}.affilbot-widget__trigger:hover,.affilbot-widget__close:hover,.affilbot-widget__send:hover,.affilbot-widget__send:active{transform:none}.affilbot-widget__badge,.affilbot-widget__status-dot,.affilbot-widget__bubble--typing .dot{animation:none}.affilbot-widget__bubble--typing .dot{opacity:.6}.affilbot-widget__messages{scroll-behavior:auto}}.affilbot-widget--reduced-motion .affilbot-widget__panel,.affilbot-widget__panel.affilbot-widget--reduced-motion{animation:affilbot-fade-in .2s var(--ease-out)}.affilbot-widget--reduced-motion .affilbot-widget__badge,.affilbot-widget--reduced-motion .affilbot-widget__status-dot,.affilbot-widget--reduced-motion .affilbot-widget__bubble--typing .dot{animation:none}.affilbot-widget--reduced-motion .affilbot-widget__bubble--typing .dot{opacity:.6}@keyframes affilbot-fade-in{0%{opacity:0}to{opacity:1}}@keyframes affilbot-fade-out{0%{opacity:1}to{opacity:0}}.affilbot-widget__lead-form{max-width:88%;margin:8px 12px 12px;padding:14px 14px 12px;background:var( --affilbot-color-bot-bg, #f3f4f6 );border:1px solid var( --affilbot-color-border, #e5e7eb );border-radius:12px;color:var( --affilbot-color-text, #111827 );font-size:14px;line-height:1.5;animation:affilbot-fade-in .2s var( --ease-out, ease-out )}.affilbot-widget__lead-form h3{margin:0 0 10px;font-size:14px;font-weight:600;line-height:1.35}.affilbot-widget__lead-fields{display:flex;gap:6px;margin-bottom:8px;flex-wrap:wrap}.affilbot-widget__lead-email{flex:1 1 60%;min-width:160px;padding:8px 10px;border:1px solid var( --affilbot-color-border, #d1d5db );border-radius:8px;font-size:14px;font-family:inherit;background:#fff;color:inherit}.affilbot-widget__lead-email:focus{outline:2px solid var( --affilbot-color-primary, #4f46e5 );outline-offset:1px;border-color:transparent}.affilbot-widget__lead-name,.affilbot-widget__lead-phone{display:block;width:100%;box-sizing:border-box;margin-bottom:6px;padding:8px 10px;border:1px solid var( --affilbot-color-border, #d1d5db );border-radius:8px;font-size:14px;font-family:inherit;background:#fff;color:inherit}.affilbot-widget__lead-name:focus,.affilbot-widget__lead-phone:focus{outline:2px solid var( --affilbot-color-primary, #4f46e5 );outline-offset:1px;border-color:transparent}.affilbot-widget__lead-submit{padding:8px 14px;background:var( --affilbot-color-primary, #4f46e5 );color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;min-width:96px}.affilbot-widget__lead-submit:hover:not(:disabled){background:var( --affilbot-color-primary-hover, #4338ca )}.affilbot-widget__lead-submit:disabled{opacity:.55;cursor:not-allowed}.affilbot-widget__lead-consent{display:flex;align-items:flex-start;gap:6px;font-size:12px;color:var( --affilbot-color-text-muted, #4b5563 );cursor:pointer}.affilbot-widget__lead-consent-checkbox{margin-top:2px;cursor:pointer}.affilbot-widget__lead-error{margin:6px 0 0;color:#b91c1c;font-size:12px;min-height:1em}.affilbot-widget__lead-form--leaving{animation:affilbot-fade-out .2s var( --ease-out, ease-out ) forwards}.affilbot-widget--reduced-motion .affilbot-widget__lead-form,.affilbot-widget--reduced-motion .affilbot-widget__lead-form--leaving{animation:none}@media (max-width: 600px){.affilbot-widget__lead-form{max-width:94%}.affilbot-widget__lead-email{flex:1 1 100%;min-width:0}.affilbot-widget__lead-submit{flex:1 1 100%}}.affilbot-widget__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.affilbot-widget__feedback-row{display:flex;gap:6px;align-items:center;padding:4px 16px 4px 0;opacity:0;transition:opacity .3s}.affilbot-widget__feedback-label{font-size:11.5px;color:var( --wp-text-muted, #64748B );margin-right:2px;white-space:nowrap;-webkit-user-select:none;user-select:none}.affilbot-widget__bubble--bot:hover+.affilbot-widget__feedback-row,.affilbot-widget__feedback-row:hover,.affilbot-widget__feedback-row:focus-within{opacity:1}.affilbot-widget__feedback-btn{width:24px;height:24px;background:#fff;border:1px solid var( --wp-border, #E2E8F0 );border-radius:6px;padding:0;font-size:14px;line-height:1;cursor:pointer;color:inherit;transition:background .2s,border-color .2s,transform .2s}.affilbot-widget__feedback-btn:focus-visible{outline:none;box-shadow:0 0 0 4px var( --brand-glow, rgba( 99, 102, 241, .25 ) )}.affilbot-widget__feedback-btn[disabled]{cursor:default;pointer-events:none}@keyframes affilbot-feedback-confirm{0%{transform:scale(1.05)}to{transform:scale(1)}}.affilbot-widget__feedback-btn--active{animation:affilbot-feedback-confirm .2s ease-out forwards}.affilbot-widget__feedback-btn--up.affilbot-widget__feedback-btn--active{background:#10b981;border-color:#059669}.affilbot-widget__feedback-btn--down.affilbot-widget__feedback-btn--active{background:#ef4444;border-color:#dc2626}.affilbot-widget__feedback-thanks{font-size:11px;color:var( --wp-text-muted, #64748B );margin-left:4px;opacity:0;transition:opacity .2s}.affilbot-widget__feedback-thanks--visible{opacity:1}.affilbot-widget__feedback-error{font-size:11px;color:#b91c1c;margin-left:4px}.affilbot-widget__suggestions{display:flex;flex-wrap:wrap;gap:6px;align-items:center;padding:4px 16px 8px 0}.affilbot-widget__suggestions__label{font-size:11px;color:#94a3b8}.affilbot-widget__suggestion-chip{padding:5px 10px;border:1px dashed #CBD5E1;border-radius:9999px;background:transparent;font-size:12px;color:#475569;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.affilbot-widget__suggestion-chip:hover,.affilbot-widget__suggestion-chip:focus-visible{background:var( --brand-primary-soft, #EEF2FF );border:1px solid var( --brand-primary, #6366F1 );color:var( --brand-primary-dark, #4338CA );outline:none}.affilbot-widget__suggestion-chip:focus-visible{box-shadow:0 0 0 4px var( --brand-glow, rgba( 99, 102, 241, .25 ) )}@media (prefers-reduced-motion: reduce){.affilbot-widget__feedback-row,.affilbot-widget__feedback-btn,.affilbot-widget__feedback-thanks,.affilbot-widget__suggestion-chip{transition:none}.affilbot-widget__feedback-btn--active{transform:none;animation:none}.affilbot-widget__feedback-thanks{opacity:1;transition:none}}@media (max-width: 600px){.affilbot-widget__feedback-row{opacity:1}}@keyframes affilbot-widget-popin{0%{transform:scale(0);opacity:0}60%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:1}}.affilbot-widget__trigger--popin{animation:affilbot-widget-popin .25s ease-out}@media (prefers-reduced-motion: reduce){.affilbot-widget__trigger--popin{animation:none}}
