.smatx-bot{--smatx-bot-primary:#f84014;--smatx-bot-primary-contrast:#fff;--smatx-bot-radius:18px;--smatx-bot-panel-w:400px;--smatx-bot-panel-h:min(78vh,720px);--smatx-bot-inset:20px;--smatx-bot-bg:#fff;--smatx-bot-text:#1f2937;--smatx-bot-muted:#6b7280;--smatx-bot-assistant-bg:#f3f4f6;--smatx-bot-border:#e5e7eb;--smatx-bot-soft:color-mix(in srgb,var(--smatx-bot-primary) 8%,#fff);bottom:var(--smatx-bot-inset);color:var(--smatx-bot-text);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;gap:14px;line-height:1.45;position:fixed;z-index:99999}.smatx-bot--bottom-right{align-items:flex-end;right:var(--smatx-bot-inset)}.smatx-bot--bottom-left{align-items:flex-start;left:var(--smatx-bot-inset)}.smatx-bot *{box-sizing:border-box}.smatx-bot[data-theme=dark]{--smatx-bot-bg:#1f2430;--smatx-bot-text:#e5e7eb;--smatx-bot-muted:#9ca3af;--smatx-bot-assistant-bg:#2a3040;--smatx-bot-border:#374151;--smatx-bot-soft:color-mix(in srgb,var(--smatx-bot-primary) 16%,#1f2430)}@media(prefers-color-scheme:dark){.smatx-bot:not([data-theme=light]){--smatx-bot-bg:#1f2430;--smatx-bot-text:#e5e7eb;--smatx-bot-muted:#9ca3af;--smatx-bot-assistant-bg:#2a3040;--smatx-bot-border:#374151;--smatx-bot-soft:color-mix(in srgb,var(--smatx-bot-primary) 16%,#1f2430)}}.smatx-bot__ico{display:block;flex:0 0 auto}.smatx-bot__bubble{background:var(--smatx-bot-primary);border:0;border-radius:50%;box-shadow:0 8px 24px rgba(0,0,0,.22);color:var(--smatx-bot-primary-contrast);cursor:pointer;height:60px;order:2;position:relative;transition:transform .18s ease,box-shadow .18s ease;width:60px}.smatx-bot__bubble:hover{box-shadow:0 10px 28px rgba(0,0,0,.28);transform:scale(1.06)}.smatx-bot__bubble:focus-visible{outline:2px solid var(--smatx-bot-primary);outline-offset:3px}.smatx-bot__bubble .smatx-bot__ico{height:26px;width:26px}.smatx-bot__bubble .smatx-bot__bubble-icon img{border-radius:50%;height:26px;-o-object-fit:cover;object-fit:cover;width:26px}.smatx-bot__bubble .smatx-bot__bubble-icon{align-items:center;display:flex;inset:0;justify-content:center;position:absolute;transition:opacity .18s ease,transform .18s ease}.smatx-bot__bubble .smatx-bot__bubble-icon--close{opacity:0;transform:rotate(-90deg) scale(.6)}.smatx-bot__bubble.is-active .smatx-bot__bubble-icon--brand{opacity:0;transform:rotate(90deg) scale(.6)}.smatx-bot__bubble.is-active .smatx-bot__bubble-icon--close{opacity:1;transform:none}.smatx-bot__panel{background:var(--smatx-bot-bg);border:1px solid var(--smatx-bot-border);border-radius:calc(var(--smatx-bot-radius) + 6px);box-shadow:0 16px 48px rgba(0,0,0,.22);display:none;flex-direction:column;height:var(--smatx-bot-panel-h);opacity:0;order:1;overflow:hidden;transform:scale(.96) translateY(8px);transform-origin:bottom right;transition:opacity .2s cubic-bezier(.16,1,.3,1),transform .24s cubic-bezier(.16,1,.3,1),width .25s ease,height .25s ease,display allow-discrete .24s;width:min(var(--smatx-bot-panel-w),100vw - 2*var(--smatx-bot-inset))}.smatx-bot__panel.is-open{display:flex;opacity:1;transform:none}.smatx-bot__panel.is-expanded{height:min(86vh,820px);width:min(720px,100vw - 2*var(--smatx-bot-inset))}.smatx-bot--bottom-left .smatx-bot__panel{transform-origin:bottom left}@starting-style{.smatx-bot__panel.is-open{opacity:0;transform:scale(.96) translateY(8px)}}.smatx-bot__header{background:var(--smatx-bot-soft);border-bottom:1px solid var(--smatx-bot-border);gap:10px;padding:14px 16px}.smatx-bot__avatar,.smatx-bot__header{align-items:center;display:flex;flex:0 0 auto}.smatx-bot__avatar{background:var(--smatx-bot-primary);border-radius:50%;color:var(--smatx-bot-primary-contrast);height:38px;justify-content:center;overflow:hidden;width:38px}.smatx-bot__avatar .smatx-bot__ico{height:22px;width:22px}.smatx-bot__avatar-img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.smatx-bot__header--banner{overflow:hidden;position:relative}.smatx-bot__header--banner:before{background-image:var(--smatx-bot-header-img);background-position:50%;background-size:cover;content:"";filter:blur(var(--smatx-bot-header-blur,0));inset:calc(-2px - var(--smatx-bot-header-blur, 0px));position:absolute;z-index:0}.smatx-bot__header--banner:after{background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.5));content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.smatx-bot__header--banner>*{position:relative;z-index:1}.smatx-bot__header--banner .smatx-bot__status,.smatx-bot__header--banner .smatx-bot__subtitle,.smatx-bot__header--banner .smatx-bot__title{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.45)}.smatx-bot__header--banner .smatx-bot__icon-btn{color:hsla(0,0%,100%,.9)}.smatx-bot__header--banner .smatx-bot__avatar,.smatx-bot__header--banner .smatx-bot__id{align-self:flex-end}.smatx-bot__header--banner .smatx-bot__icon-btn{align-self:flex-start}.smatx-bot__header--full .smatx-bot__avatar{height:48px;width:48px}.smatx-bot__header--full .smatx-bot__avatar .smatx-bot__ico{height:28px;width:28px}.smatx-bot__id{display:flex;flex-direction:column;gap:2px;line-height:1.2;min-width:0}.smatx-bot__title{font-weight:600}.smatx-bot__status,.smatx-bot__subtitle{color:var(--smatx-bot-muted);font-size:11px}.smatx-bot__status{align-items:center;display:flex;gap:5px;margin-top:3px}.smatx-bot__dot{background:#16a34a;border-radius:50%;display:inline-block;height:7px;width:7px}.smatx-bot__dot--off{background:var(--smatx-bot-muted)}.smatx-bot__icon-btn{align-items:center;background:transparent;border:0;border-radius:8px;color:var(--smatx-bot-muted);cursor:pointer;display:flex;flex:0 0 auto;height:30px;justify-content:center;padding:0;transition:background .15s ease,color .15s ease;width:30px}.smatx-bot__icon-btn .smatx-bot__ico{height:18px;width:18px}.smatx-bot__icon-btn:hover{background:color-mix(in srgb,var(--smatx-bot-primary) 12%,transparent);color:var(--smatx-bot-primary)}.smatx-bot__reset{margin-left:auto}.smatx-bot__messages{display:flex;flex:1 1 auto;flex-direction:column;gap:10px;overflow-y:auto;padding:16px;scrollbar-color:color-mix(in srgb,var(--smatx-bot-muted) 55%,transparent) transparent;scrollbar-width:thin}.smatx-bot__messages::-webkit-scrollbar{width:8px}.smatx-bot__messages::-webkit-scrollbar-track{background:transparent}.smatx-bot__messages::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--smatx-bot-muted) 45%,transparent);border-radius:999px}.smatx-bot__msg{align-self:flex-start;background:var(--smatx-bot-assistant-bg);border-radius:var(--smatx-bot-radius);border-bottom-left-radius:6px;max-width:85%;padding:11px 14px;scroll-margin-top:14px;word-wrap:break-word;animation:smatx-bot-in .2s ease;overflow-wrap:anywhere}.smatx-bot__msg.is-user{align-self:flex-end;background:var(--smatx-bot-primary);border-radius:var(--smatx-bot-radius);border-bottom-right-radius:6px;color:var(--smatx-bot-primary-contrast)}.smatx-bot__msg .smatx-bot__msg-user{white-space:pre-wrap}.smatx-bot__msg.has-block{align-self:stretch;max-width:100%}@keyframes smatx-bot-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.smatx-bot__md>:first-child{margin-top:0}.smatx-bot__md>:last-child{margin-bottom:0}.smatx-bot__md p{margin:0 0 .5em}.smatx-bot__md h1,.smatx-bot__md h2,.smatx-bot__md h3,.smatx-bot__md h4,.smatx-bot__md h5,.smatx-bot__md h6{font-weight:600;line-height:1.25;margin:.7em 0 .3em}.smatx-bot__md h1{font-size:1.15em}.smatx-bot__md h2{font-size:1.1em}.smatx-bot__md h3{font-size:1.05em}.smatx-bot__md h4,.smatx-bot__md h5,.smatx-bot__md h6{font-size:1em}.smatx-bot__md hr{border:0;border-top:1px solid var(--smatx-bot-border);height:0;margin:.85em 0}.smatx-bot__md ol,.smatx-bot__md ul{margin:0 0 .5em;padding-left:1.25em}.smatx-bot__md a,.smatx-bot__md a:focus,.smatx-bot__md a:hover{box-shadow:none;color:var(--smatx-bot-primary);text-decoration:underline}.smatx-bot__md a:focus,.smatx-bot__md a:hover{color:color-mix(in srgb,var(--smatx-bot-primary) 72%,#000)}.smatx-bot__md blockquote{background:var(--smatx-bot-soft);border:0;border-left:2px solid var(--smatx-bot-primary);border-radius:6px;color:var(--smatx-bot-muted);font-size:.8em;font-style:normal;line-height:1.4;margin:.5em 0;padding:7px 11px}.smatx-bot__md blockquote p{margin:0}.smatx-bot__md code{background:color-mix(in srgb,var(--smatx-bot-text) 10%,transparent);border-radius:5px;font-size:.9em;padding:1px 5px}.smatx-bot__md pre{background:rgba(0,0,0,.06);border-radius:8px;overflow-x:auto;padding:10px}.smatx-bot__md table{border:0;border-collapse:collapse;font-size:.85em;margin:0}.smatx-bot__md td,.smatx-bot__md th{background:none;border:0;text-align:left;vertical-align:top}.smatx-bot__md thead th{color:var(--smatx-bot-muted);font-weight:600}.smatx-bot__md tbody td{color:var(--smatx-bot-text)}.smatx-bot__scroll-x{margin:.25em 0 .5em;max-width:100%;overflow-x:auto;scrollbar-color:color-mix(in srgb,var(--smatx-bot-muted) 55%,transparent) transparent;scrollbar-width:thin}.smatx-bot__scroll-x::-webkit-scrollbar{height:6px}.smatx-bot__scroll-x::-webkit-scrollbar-track{background:transparent}.smatx-bot__scroll-x::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--smatx-bot-muted) 55%,transparent);border-radius:999px}.smatx-bot__panel:not(.is-expanded) .smatx-bot__md table{display:block;width:100%}.smatx-bot__panel:not(.is-expanded) .smatx-bot__md thead{display:none}.smatx-bot__panel:not(.is-expanded) .smatx-bot__md tbody{display:block}.smatx-bot__panel:not(.is-expanded) .smatx-bot__md tbody tr{background:var(--smatx-bot-bg);border-radius:10px;display:block;margin-bottom:8px;padding:8px 12px}.smatx-bot__panel:not(.is-expanded) .smatx-bot__md tbody tr:last-child{margin-bottom:0}.smatx-bot__panel:not(.is-expanded) .smatx-bot__md tbody td{align-items:baseline;display:flex;gap:12px;justify-content:space-between;padding:3px 0;white-space:normal}.smatx-bot__panel:not(.is-expanded) .smatx-bot__md tbody td:before{color:var(--smatx-bot-muted);content:attr(data-label);flex:0 0 auto;font-weight:600}.smatx-bot__panel:not(.is-expanded) .smatx-bot__md tbody td:empty{display:none}.smatx-bot__panel.is-expanded .smatx-bot__md table{width:auto}.smatx-bot__panel.is-expanded .smatx-bot__md td,.smatx-bot__panel.is-expanded .smatx-bot__md th{padding:5px 18px 5px 0;white-space:nowrap}.smatx-bot__panel.is-expanded .smatx-bot__md tbody tr+tr td{border-top:1px solid var(--smatx-bot-border)}.smatx-bot__exp-icon{display:inline-flex}.smatx-bot__exp-icon--close,.smatx-bot__panel.is-expanded .smatx-bot__exp-icon--open{display:none}.smatx-bot__panel.is-expanded .smatx-bot__exp-icon--close{display:inline-flex}.smatx-bot__sources{border-top:1px solid var(--smatx-bot-border);display:flex;flex-direction:column;gap:8px;margin-top:14px;padding-top:10px}.smatx-bot__sources-label{color:var(--smatx-bot-muted);font-size:10px;font-weight:600;letter-spacing:.05em;margin-bottom:2px;text-transform:uppercase}.smatx-bot__md .smatx-bot__source{align-items:center;background:none;border:0;color:var(--smatx-bot-muted);cursor:pointer;display:inline-flex;font:inherit;font-size:12px;gap:8px;line-height:1.3;margin:0;max-width:100%;padding:0;text-align:left;text-decoration:none;width:-moz-fit-content;width:fit-content}.smatx-bot__md .smatx-bot__source span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smatx-bot__md .smatx-bot__source:focus,.smatx-bot__md .smatx-bot__source:hover{color:var(--smatx-bot-primary);text-decoration:none}.smatx-bot__source-ico{flex:0 0 auto;height:13px;width:13px}.smatx-bot__sources-more{margin-top:2px}.smatx-bot__sources-more>summary{align-items:center;color:var(--smatx-bot-muted);cursor:pointer;display:inline-flex;font-size:12px;list-style:none}.smatx-bot__sources-more>summary::-webkit-details-marker{display:none}.smatx-bot__sources-more>summary:focus,.smatx-bot__sources-more>summary:hover{color:var(--smatx-bot-primary)}.smatx-bot__sources-more .smatx-bot__source,.smatx-bot__sources-more[open]>summary{margin-bottom:8px}.smatx-bot__feedback{display:flex;gap:6px;margin-top:14px}.smatx-bot__feedback[hidden]{display:none}.smatx-bot__debug{border-top:1px solid var(--smatx-bot-border);margin-top:14px;padding-top:10px}.smatx-bot__debug[hidden]{display:none}.smatx-bot__debug>summary{color:var(--smatx-bot-muted);cursor:pointer;font-size:.72em;font-weight:600;letter-spacing:.04em;list-style:none;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none}.smatx-bot__debug>summary::-webkit-details-marker{display:none}.smatx-bot__debug>summary:before{content:"▸";display:inline-block;font-size:1.5em;line-height:.5;margin-right:6px}.smatx-bot__debug[open]>summary:before{content:"▾"}.smatx-bot__debug pre{background:var(--smatx-bot-soft);border:1px solid var(--smatx-bot-border);border-radius:10px;color:var(--smatx-bot-text);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78em;line-height:1.45;margin:8px 0 0;max-height:320px;overflow:auto;padding:10px 12px;white-space:pre-wrap;word-break:break-word}.smatx-bot__interrupted{color:var(--smatx-bot-muted);display:block;font-size:.78em;font-style:italic;margin-top:8px}.smatx-bot__fb{background:transparent;border:0;color:var(--smatx-bot-muted);cursor:pointer;height:22px;opacity:.7;padding:0;width:22px}.smatx-bot__fb .smatx-bot__ico{height:16px;width:16px}.smatx-bot__fb:hover{opacity:1}.smatx-bot__fb.is-on{color:var(--smatx-bot-primary);opacity:1}.smatx-bot__retry{margin-inline-start:auto}.smatx-bot__chips{display:flex;flex-wrap:wrap;gap:6px}.smatx-bot__chips[hidden]{display:none}.smatx-bot__duel-chips{margin-top:10px}.smatx-bot__duel-end{display:flex;gap:14px;margin-top:10px}.smatx-bot__duel-end[hidden]{display:none}.smatx-bot__scorecard{align-items:center;background:var(--smatx-bot-bg);border:1px solid var(--smatx-bot-border);border-radius:12px;display:flex;flex-direction:column;gap:10px;padding:14px;text-align:center}.smatx-bot__scorecard-icon{font-size:1.7em;line-height:1}.smatx-bot__scorecard-reveal{color:var(--smatx-bot-muted);font-size:.8em}.smatx-bot__scorecard-line{font-size:1.05em;font-weight:700;line-height:1.35;margin-top:-4px}.smatx-bot__scorecard-stats{border-bottom:1px solid var(--smatx-bot-border);border-top:1px solid var(--smatx-bot-border);display:flex;gap:28px;justify-content:center;padding:10px 0;width:100%}.smatx-bot__scorecard-stat{align-items:center;color:var(--smatx-bot-muted);display:flex;flex-direction:column;font-size:.66em;gap:2px;letter-spacing:.06em;text-transform:uppercase}.smatx-bot__scorecard-num{color:var(--smatx-bot-primary);font-size:1.7em;font-weight:700;line-height:1}.smatx-bot__scorecard-verdict{font-weight:600}.smatx-bot__duel-ctrl{align-items:center;background:transparent;border:0;color:var(--smatx-bot-muted);cursor:pointer;display:inline-flex;font:inherit;font-size:12px;gap:5px;opacity:.75;padding:0;transition:opacity .15s ease,color .15s ease}.smatx-bot__duel-ctrl .smatx-bot__ico{height:16px;width:16px}.smatx-bot__duel-ctrl:hover{color:var(--smatx-bot-primary);opacity:1}.smatx-bot__duel-ctrl[hidden]{display:none}.smatx-bot__chip{background:color-mix(in srgb,var(--smatx-bot-primary) 10%,transparent);border:1px solid color-mix(in srgb,var(--smatx-bot-primary) 30%,transparent);border-radius:999px;color:var(--smatx-bot-primary);cursor:pointer;font:inherit;font-size:12px;padding:6px 12px;transition:background .15s ease,color .15s ease,border-color .15s ease}.smatx-bot__chip:hover{background:var(--smatx-bot-primary);border-color:var(--smatx-bot-primary);color:var(--smatx-bot-primary-contrast)}.smatx-bot__typing{display:flex;flex:0 0 auto;gap:4px;padding:4px 18px 12px}.smatx-bot__typing[hidden]{display:none}.smatx-bot__typing span{animation:smatx-bot-bounce 1.2s infinite;background:var(--smatx-bot-muted);border-radius:50%;height:7px;width:7px}.smatx-bot__typing span:nth-child(2){animation-delay:.15s}.smatx-bot__typing span:nth-child(3){animation-delay:.3s}@keyframes smatx-bot-bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.smatx-bot__thinking{align-items:center;color:var(--smatx-bot-muted);display:inline-flex;gap:8px}.smatx-bot__thinking-dots{display:inline-flex;gap:3px}.smatx-bot__thinking-dots span{animation:smatx-bot-bounce 1.2s infinite;background:var(--smatx-bot-muted);border-radius:50%;height:5px;width:5px}.smatx-bot__thinking-dots span:nth-child(2){animation-delay:.15s}.smatx-bot__thinking-dots span:nth-child(3){animation-delay:.3s}.smatx-bot__thinking-label{font-size:13px;opacity:.85}.smatx-bot__form{align-items:center;display:flex;flex:0 0 auto;gap:8px;padding:10px 14px;position:relative}.smatx-bot__form:before{background:var(--smatx-bot-border);content:"";height:1px;left:16px;position:absolute;right:16px;top:0;transition:background .18s ease}.smatx-bot__form:focus-within:before{background:color-mix(in srgb,var(--smatx-bot-primary) 55%,var(--smatx-bot-border))}.smatx-bot__input{background:transparent;border:0;color:var(--smatx-bot-text);flex:1 1 auto;font:inherit;min-width:0;padding:8px 0}.smatx-bot__input::-moz-placeholder{color:var(--smatx-bot-muted);opacity:1}.smatx-bot__input::placeholder{color:var(--smatx-bot-muted);opacity:1}.smatx-bot__input:focus{box-shadow:none;outline:none}.smatx-bot__input{line-height:1.4;max-height:calc(7em + 16px);overflow-y:auto;resize:none;scrollbar-color:color-mix(in srgb,var(--smatx-bot-muted) 55%,transparent) transparent;scrollbar-width:thin}.smatx-bot__input::-webkit-scrollbar{width:8px}.smatx-bot__input::-webkit-scrollbar-track{background:transparent}.smatx-bot__input::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--smatx-bot-muted) 45%,transparent);border-radius:999px}.smatx-bot__send{align-items:center;background:var(--smatx-bot-primary);border:0;border-radius:50%;color:var(--smatx-bot-primary-contrast);cursor:pointer;display:flex;flex:0 0 auto;height:42px;justify-content:center;transition:background .18s ease;width:42px}.smatx-bot__send .smatx-bot__ico{height:20px;transition:transform .18s ease;width:20px}.smatx-bot__send:hover .smatx-bot__ico{transform:scale(1.12)}.smatx-bot__send:active .smatx-bot__ico{transform:scale(1.04)}.smatx-bot__send:disabled{cursor:not-allowed;opacity:.5}.smatx-bot__send:disabled .smatx-bot__ico{transform:none}.smatx-bot__send[hidden]{display:none}.smatx-bot__legal{display:flex;flex:0 0 auto;justify-content:flex-end;padding:2px 14px 8px;position:relative}.smatx-bot__legal-toggle{align-items:center;background:transparent;border:0;color:var(--smatx-bot-muted);cursor:pointer;display:inline-flex;font:inherit;font-size:11px;gap:4px;padding:2px 4px}.smatx-bot__legal-toggle .smatx-bot__ico{height:12px;width:12px}.smatx-bot__legal-toggle:hover{color:var(--smatx-bot-primary)}.smatx-bot__legal-pop{background:var(--smatx-bot-bg);border:1px solid var(--smatx-bot-border);border-radius:10px;bottom:calc(100% - 2px);box-shadow:0 8px 24px rgba(0,0,0,.16);color:var(--smatx-bot-muted);font-size:11px;line-height:1.45;padding:10px 12px;position:absolute;right:14px;width:min(280px,100vw - 4*var(--smatx-bot-inset))}.smatx-bot__legal-pop a{color:var(--smatx-bot-primary)}.smatx-bot__legal-pop[hidden]{display:none}@media(max-width:480px){.smatx-bot__panel,.smatx-bot__panel.is-expanded{height:calc(100dvh - var(--smatx-bot-inset)*2 - 74px);width:calc(100vw - var(--smatx-bot-inset)*2)}.smatx-bot__expand{display:none}}.smatx-bot--no-anim,.smatx-bot--no-anim *{animation:none!important;transition:none!important}@media(prefers-reduced-motion:reduce){.smatx-bot__bubble,.smatx-bot__bubble-icon,.smatx-bot__msg,.smatx-bot__panel,.smatx-bot__typing span{animation:none;transition:none}}.smatx-bot .smatx-bot__bubble,.smatx-bot .smatx-bot__bubble:active,.smatx-bot .smatx-bot__bubble:focus,.smatx-bot .smatx-bot__bubble:hover,.smatx-bot .smatx-bot__send,.smatx-bot .smatx-bot__send:active,.smatx-bot .smatx-bot__send:focus,.smatx-bot .smatx-bot__send:hover{background-color:var(--smatx-bot-primary);color:var(--smatx-bot-primary-contrast)}.smatx-bot .smatx-bot__duel-ctrl,.smatx-bot .smatx-bot__duel-ctrl:active,.smatx-bot .smatx-bot__duel-ctrl:focus,.smatx-bot .smatx-bot__duel-ctrl:hover,.smatx-bot .smatx-bot__fb,.smatx-bot .smatx-bot__fb:active,.smatx-bot .smatx-bot__fb:focus,.smatx-bot .smatx-bot__fb:hover,.smatx-bot .smatx-bot__icon-btn,.smatx-bot .smatx-bot__icon-btn:active,.smatx-bot .smatx-bot__legal-toggle,.smatx-bot .smatx-bot__legal-toggle:active,.smatx-bot .smatx-bot__legal-toggle:focus,.smatx-bot .smatx-bot__legal-toggle:hover{background-color:transparent}.smatx-bot .smatx-bot__icon-btn:focus,.smatx-bot .smatx-bot__icon-btn:hover{background-color:color-mix(in srgb,var(--smatx-bot-primary) 12%,transparent);color:var(--smatx-bot-primary)}.smatx-bot .smatx-bot__chip{background-color:color-mix(in srgb,var(--smatx-bot-primary) 10%,transparent);border-color:color-mix(in srgb,var(--smatx-bot-primary) 30%,transparent);color:var(--smatx-bot-primary)}.smatx-bot .smatx-bot__chip:active,.smatx-bot .smatx-bot__chip:focus,.smatx-bot .smatx-bot__chip:hover{background-color:var(--smatx-bot-primary);border-color:var(--smatx-bot-primary);color:var(--smatx-bot-primary-contrast)}.smatx-bot .smatx-bot__header--banner .smatx-bot__icon-btn:focus,.smatx-bot .smatx-bot__header--banner .smatx-bot__icon-btn:hover{background-color:hsla(0,0%,100%,.2);color:#fff}.smatx-bot .smatx-bot__source,.smatx-bot .smatx-bot__source:focus,.smatx-bot .smatx-bot__source:hover,.smatx-bot .smatx-bot__sources-more>summary{background-color:transparent;box-shadow:none}.smatx-bot .smatx-bot__fb,.smatx-bot .smatx-bot__fb:active,.smatx-bot .smatx-bot__fb:focus,.smatx-bot .smatx-bot__fb:hover{color:var(--smatx-bot-muted)}.smatx-bot .smatx-bot__fb.is-on{color:var(--smatx-bot-primary)}.smatx-bot .smatx-bot__send:focus,.smatx-bot .smatx-bot__send:hover{background-color:color-mix(in srgb,var(--smatx-bot-primary) 88%,#000)}.smatx-bot .smatx-bot__input,.smatx-bot .smatx-bot__input:active,.smatx-bot .smatx-bot__input:focus,.smatx-bot .smatx-bot__input:focus-visible,.smatx-bot .smatx-bot__input:hover{background:transparent!important;border:0!important;box-shadow:none!important;color:var(--smatx-bot-text)!important;outline:none!important;padding:8px 0!important}.smatx-bot .smatx-bot__input::-moz-placeholder{color:var(--smatx-bot-muted);opacity:1}.smatx-bot .smatx-bot__input::placeholder{color:var(--smatx-bot-muted);opacity:1}.smatx-bot .smatx-bot__chip,.smatx-bot .smatx-bot__chip:focus,.smatx-bot .smatx-bot__chip:hover,.smatx-bot .smatx-bot__fb,.smatx-bot .smatx-bot__fb:focus,.smatx-bot .smatx-bot__fb:hover,.smatx-bot .smatx-bot__icon-btn,.smatx-bot .smatx-bot__icon-btn:focus,.smatx-bot .smatx-bot__icon-btn:hover,.smatx-bot .smatx-bot__legal-toggle,.smatx-bot .smatx-bot__legal-toggle:focus,.smatx-bot .smatx-bot__legal-toggle:hover,.smatx-bot .smatx-bot__send,.smatx-bot .smatx-bot__send:active,.smatx-bot .smatx-bot__send:focus,.smatx-bot .smatx-bot__send:hover{box-shadow:none}
