#sl-chat-root{font-family:Arial,sans-serif;color:#20364d;font-size:15px;line-height:1.5;position:relative;z-index:99990}
#sl-chat-root *{box-sizing:border-box}
#sl-chat-root [hidden]{display:none!important}
#sl-chat-root button,#sl-chat-root input{font:inherit}
#sl-chat-root button{cursor:pointer;border:0}
#sl-chat-root button:disabled{opacity:.5;cursor:wait}
#sl-chat-root button:focus-visible,#sl-chat-root a:focus-visible,#sl-chat-root input:focus-visible{outline:3px solid #74b7e3;outline-offset:3px}
#sl-chat-launcher{position:fixed;right:22px;bottom:24px;background:#1779ba;color:#fff;display:flex;align-items:center;gap:10px;padding:14px 20px;border-radius:40px;box-shadow:0 6px 24px #123c6030;font-weight:700!important;min-height:52px}
#sl-chat-launcher svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7}
#sl-chat-panel{position:fixed;right:22px;bottom:90px;width:380px;max-width:calc(100% - 24px);height:560px;max-height:calc(100dvh - 118px);display:flex;flex-direction:column;background:white;border:1px solid #dbe5ea;border-radius:20px;box-shadow:0 14px 60px #122f5433;overflow:hidden}
#sl-chat-panel>header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;background:#20364d;color:white}
#sl-chat-panel>header strong{font-size:18px;display:block;color:white}
#sl-chat-panel>header small{font-size:12px;color:#d7e9f1;display:block;margin-top:2px}
#sl-chat-close{font-size:28px!important;line-height:1;background:transparent;color:white;width:40px;height:40px;border-radius:50%}
.sl-chat-note{font-size:11px;padding:9px 16px;background:#eef6fa;color:#455e72}
#sl-chat-messages{flex:1;min-height:90px;overflow-y:auto;padding:18px 15px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;overscroll-behavior:contain}
.sl-chat-bubble{max-width:92%;border-radius:14px 14px 14px 3px;padding:11px 13px;background:#f0f5f8;white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;flex-shrink:0}
.sl-chat-bubble a{color:#116aa5;text-decoration:underline;display:inline-block;margin-top:7px;font-weight:700}
.sl-chat-user{align-self:flex-end;color:white;background:#1779ba;border-radius:14px 14px 3px 14px}
.sl-chat-actions{display:flex;gap:6px;flex-wrap:wrap;padding:4px 14px 12px}
.sl-chat-actions button{border:1px solid #cddfe8!important;border-radius:18px;color:#17658f;background:white;padding:6px 10px;font-size:12px!important;min-height:34px}
.sl-chat-actions button:hover{background:#edf7fc}
.sl-chat-actions.sl-chat-guided{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:8px 14px 12px;max-height:42%;overflow-y:auto;flex-shrink:0}
.sl-chat-actions.sl-chat-guided button{border-radius:10px;text-align:left;padding:9px 10px;min-height:40px;background:#f5f9fc}
#sl-chat-ask-ai{grid-column:1/-1;text-align:center;background:#1779ba;color:#fff;border-color:#1779ba!important}
#sl-chat-form{margin:0;padding:12px 14px;display:flex;gap:8px;border-top:1px solid #e5edf2}
#sl-chat-input{flex:1;min-width:0;border:1px solid #cbdbe5!important;border-radius:10px;padding:10px;color:#20364d;background:white;font-size:14px!important;height:44px}
#sl-chat-form button{background:#1779ba;color:white;border-radius:10px;width:44px;height:44px;font-size:24px!important}
#sl-chat-panel>footer{font-size:10px;color:#627586;padding:0 14px 10px;text-align:center;background:white}
#sl-chat-panel>footer a{color:#456579;text-decoration:underline}
#sl-chat-order{padding:10px 14px;background:#f2f8e9;margin:0}
#sl-chat-order label{display:block;font-size:12px;font-weight:700;margin-bottom:5px}
#sl-chat-order>div{display:flex;gap:8px}
#sl-chat-order input{width:50%;flex:1;min-width:0;border:1px solid #c2d5b1;border-radius:8px;padding:8px;background:white;color:#20364d}
#sl-chat-order button{background:#3e6f13;color:#fff;padding:8px 12px;border-radius:8px;font-size:12px!important}
.sl-chat-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:600px){
 #sl-chat-launcher{right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));padding:9px 13px;min-height:44px;gap:7px}
 #sl-chat-launcher svg{width:20px;height:20px}
 #sl-chat-launcher span{font-size:0}
 #sl-chat-launcher span:after{content:'Help';font-size:13px}
 #sl-chat-panel{left:auto;right:12px;width:320px;max-width:calc(100% - 24px);bottom:calc(66px + env(safe-area-inset-bottom,0px));height:62vh;height:62dvh;max-height:420px}
 #sl-chat-panel>header{padding:10px 13px}
 #sl-chat-panel>header strong{font-size:16px}
 #sl-chat-panel>header small{font-size:11px}
 #sl-chat-close{width:36px;height:36px}
 .sl-chat-note{font-size:10px;padding:6px 12px}
 #sl-chat-messages{padding:10px 12px;min-height:50px;gap:8px}
 .sl-chat-bubble{padding:9px 10px;font-size:13px}
 .sl-chat-actions.sl-chat-guided{padding:5px 12px 8px;gap:5px;max-height:44%}
 .sl-chat-actions.sl-chat-guided button{min-height:36px;padding:6px 8px;font-size:11px!important}
 #sl-chat-form{padding:8px 12px}
 #sl-chat-input{font-size:16px!important;height:40px}
 #sl-chat-form button{height:40px;width:40px}
 #sl-chat-panel>footer{padding:0 12px 7px;font-size:9px}
}

.sl-chat-actions.sl-chat-ai-mode [data-help]{display:none}

