.smo-aic-root{position:fixed;right:20px;bottom:20px;z-index:99999;font-family:lato,Helvetica,Arial,sans-serif;}
.smo-aic-bubble{width:56px;height:56px;border-radius:50%;background:#00adff;color:#fff;border:none;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.22);display:flex;align-items:center;justify-content:center;transition:transform .15s;}
.smo-aic-bubble:hover{transform:scale(1.06);}
.smo-aic-panel{position:absolute;right:0;bottom:70px;width:340px;max-width:calc(100vw - 40px);height:440px;max-height:70vh;background:#fff;border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.25);display:flex;flex-direction:column;overflow:hidden;}
.smo-aic-header{background:#00adff;color:#fff;padding:.8rem 1rem;display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:.9rem;}
.smo-aic-close{background:none;border:none;color:#fff;font-size:1.4rem;line-height:1;cursor:pointer;padding:0 .3rem;}
.smo-aic-messages{flex:1;overflow-y:auto;padding:.8rem;display:flex;flex-direction:column;gap:.5rem;background:#f7f9fb;}
.smo-aic-msg{max-width:80%;padding:.55rem .75rem;border-radius:12px;font-size:.85rem;line-height:1.4;white-space:pre-wrap;word-break:break-word;}
.smo-aic-msg--assistant{background:#fff;color:#222;align-self:flex-start;box-shadow:0 1px 4px rgba(0,0,0,.08);}
.smo-aic-msg--user{background:#00adff;color:#fff;align-self:flex-end;}
.smo-aic-inputrow{display:flex;gap:.5rem;padding:.6rem;border-top:1px solid #eee;background:#fff;}
.smo-aic-input{flex:1;border:1px solid #ddd;border-radius:999px;padding:.55rem .9rem;font-size:.85rem;min-width:0;}
.smo-aic-input:focus{outline:none;border-color:#00adff;}
.smo-aic-send{background:#00adff;color:#fff;border:none;border-radius:999px;padding:.55rem 1rem;font-size:.8rem;font-weight:700;cursor:pointer;flex-shrink:0;}
.smo-aic-send:disabled{opacity:.6;cursor:default;}
@media(max-width:480px){.smo-aic-panel{width:calc(100vw - 24px);right:-8px;}}
