@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;600;700&display=swap');
.sg{position:fixed;bottom:20px;z-index:999999;font-family:'Alexandria',Tahoma,sans-serif;direction:rtl;--sg-shadow:0 24px 70px rgba(28,12,20,.22)}.sg.right{right:20px}.sg.left{left:20px}
.sg-fab{position:relative;width:62px;height:62px;border:0;border-radius:50%;background:var(--sg-color);color:#fff;font-size:25px;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.2);transition:transform .25s ease,box-shadow .25s ease;isolation:isolate}.sg-fab:hover{transform:translateY(-3px) scale(1.06);box-shadow:0 15px 38px rgba(0,0,0,.25)}.sg-fab-icon{position:relative;z-index:2;display:grid;place-items:center;width:100%;height:100%;font-family:Arial,Tahoma,sans-serif;font-weight:700}.sg-fab-ring{position:absolute;inset:-5px;border:1px solid color-mix(in srgb,var(--sg-color),white 35%);border-radius:50%;opacity:.8;z-index:-1}.sg-fab-glow .sg-fab{box-shadow:0 10px 28px rgba(0,0,0,.18),0 0 0 6px rgba(122,18,54,.08),0 0 28px color-mix(in srgb,var(--sg-color),transparent 50%)}.sg-fab-solid .sg-fab{box-shadow:0 8px 25px rgba(0,0,0,.2)}.sg-fab-outline .sg-fab{background:#fff;color:var(--sg-color);border:3px solid var(--sg-color)}.sg-fab-soft .sg-fab{background:linear-gradient(145deg,var(--sg-color),color-mix(in srgb,var(--sg-color),white 20%));box-shadow:0 8px 25px rgba(0,0,0,.16),0 0 0 8px rgba(122,18,54,.06)}
.sg-box{width:360px;max-width:calc(100vw - 28px);height:510px;max-height:calc(100vh - 100px);background:rgba(255,255,255,.98);border-radius:24px;box-shadow:var(--sg-shadow);overflow:hidden;margin-bottom:14px;border:1px solid rgba(255,255,255,.85);display:flex;flex-direction:column;transform-origin:bottom right}.sg.left .sg-box{transform-origin:bottom left}
.sg-open .sg-box{animation:sg-in .32s cubic-bezier(.2,.8,.2,1)}.sg-anim-bounce.sg-open .sg-box{animation:sg-bounce .45s cubic-bezier(.18,.89,.32,1.28)}.sg-anim-none.sg-open .sg-box{animation:none}@keyframes sg-in{from{opacity:0;transform:translateY(14px) scale(.96)}to{opacity:1;transform:none}}@keyframes sg-bounce{from{opacity:0;transform:translateY(25px) scale(.88)}to{opacity:1;transform:none}}
.sg-box header{position:relative;background:linear-gradient(135deg,var(--sg-color),color-mix(in srgb,var(--sg-color),white 17%));color:#fff;padding:18px 18px;display:flex;justify-content:space-between;align-items:center;min-height:68px;overflow:hidden}.sg-box header:after{content:'';position:absolute;width:150px;height:150px;border-radius:50%;background:rgba(255,255,255,.09);left:-35px;top:-75px}.sg-box header strong{font-size:15px;font-weight:700;position:relative;z-index:1}.sg-close{border:0;background:rgba(255,255,255,.13);color:#fff;width:34px;height:34px;border-radius:50%;font-size:22px;line-height:1;cursor:pointer;position:relative;z-index:1;transition:.2s}.sg-close:hover{background:rgba(255,255,255,.25);transform:rotate(90deg)}
.sg-style-glass .sg-box{background:rgba(255,255,255,.84);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-color:rgba(255,255,255,.7)}.sg-style-minimal .sg-box{border-radius:18px;box-shadow:0 15px 45px rgba(0,0,0,.16)}.sg-style-minimal .sg-box header{background:var(--sg-color)}
.sg-messages{flex:1;padding:17px;overflow:auto;background:linear-gradient(180deg,#fbfafb 0%,#f6f4f5 100%);scroll-behavior:smooth}.sg-messages::-webkit-scrollbar{width:6px}.sg-messages::-webkit-scrollbar-thumb{background:#d7cfd3;border-radius:10px}.sg-msg{max-width:88%;padding:12px 14px;border-radius:17px;margin:0 0 11px;line-height:1.8;font-size:13px;white-space:pre-wrap;box-shadow:0 2px 7px rgba(0,0,0,.025)}.sg-msg.bot{background:#fff;border:1px solid #eee;margin-left:auto;border-top-right-radius:6px}.sg-msg.user{background:var(--sg-color);color:#fff;margin-right:auto;border-top-left-radius:6px}.sg-action{display:block;margin-top:10px;border:0;border-radius:20px;padding:9px 14px;background:var(--sg-color);color:#fff;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600}
.sg-suggestions{padding:9px 11px;display:flex;gap:7px;overflow:auto;border-top:1px solid #eee;background:rgba(255,255,255,.9)}.sg-suggestion{white-space:nowrap;border:1px solid #e1dce0;background:#fff;color:#4d3b43;border-radius:20px;padding:8px 11px;cursor:pointer;font-family:inherit;font-size:11px;transition:.2s}.sg-suggestion:hover{border-color:var(--sg-color);color:var(--sg-color);transform:translateY(-1px)}
.sg-form{display:flex;padding:11px;border-top:1px solid #eee;gap:7px;background:#fff}.sg-form input{min-width:0;flex:1;border:1px solid #ddd6da;border-radius:24px;padding:11px 14px;outline:0;font-family:inherit;font-size:12px;background:#faf9fa}.sg-form input:focus{border-color:var(--sg-color);box-shadow:0 0 0 3px rgba(122,18,54,.07)}.sg-form button{border:0;background:var(--sg-color);color:#fff;border-radius:24px;padding:0 15px;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600}
@media(max-width:480px){.sg.right,.sg.left{right:10px;left:10px;bottom:10px}.sg-box{width:100%;max-width:none;height:min(560px,calc(100vh - 80px));border-radius:22px}.sg-fab{width:58px;height:58px}.sg-fab-ring{inset:-4px}}
