#sat-chat{--sat-accent:#ba1748;--sat-ink:#28252b;--sat-muted:#706a73;font:14px/1.5 "Segoe UI",Arial,sans-serif;color:var(--sat-ink);position:fixed!important;right:24px!important;bottom:24px!important;left:auto!important;top:auto!important;width:max-content!important;max-width:calc(100vw - 48px)!important;margin:0!important;transform:none!important;z-index:10020!important;text-align:left}#sat-chat *{box-sizing:border-box}#sat-chat [hidden]{display:none!important}#sat-chat button,#sat-chat textarea{font:inherit}#sat-chat button{cursor:pointer}#sat-chat button:disabled{cursor:wait;opacity:.6}#sat-chat button:focus-visible,#sat-chat a:focus-visible,#sat-chat input:focus-visible{outline:3px solid #ce83a0;outline-offset:3px}#sat-chat .sat-launch{border:0;border-radius:30px;background:var(--sat-accent);color:#fff;padding:15px 23px;font-weight:650;box-shadow:0 8px 30px #6d11342b;display:flex;align-items:center;gap:12px}#sat-chat .sat-launch>span{font-size:24px;line-height:1}#sat-chat .sat-panel{width:410px;height:min(690px,calc(100dvh - 120px));max-height:calc(100dvh - 120px);position:fixed!important;bottom:90px!important;right:24px!important;left:auto!important;top:auto!important;margin:0!important;transform:none!important;background:#fff;border:1px solid #eae4e7;border-radius:22px;box-shadow:0 24px 80px #29182429;display:flex;flex-direction:column;overflow:hidden}#sat-chat .sat-header{display:flex;align-items:center;gap:12px;padding:20px;background:#fff;border-bottom:1px solid #f0ebee;flex-shrink:0}#sat-chat .sat-avatar{height:42px;width:42px;display:grid;place-items:center;border-radius:14px;background:#fbedf2;color:var(--sat-accent);font-size:25px}#sat-chat .sat-header strong{font-size:14px;display:block;line-height:1.3;max-width:265px;overflow-wrap:anywhere}#sat-chat .sat-header div>span{font-size:11px;display:block;color:var(--sat-muted);margin-top:4px}#sat-chat .sat-close{margin-left:auto;border:0;background:transparent;font-size:28px;color:#807880;padding:2px 7px}#sat-chat .sat-content{padding:23px 22px;overflow:auto;flex:1;min-height:0;background:linear-gradient(155deg,#fcf8fa 0%,#fff 75%);scroll-behavior:smooth}#sat-chat .sat-eyebrow{font-size:9px;letter-spacing:1.6px;color:#a0536d;font-weight:700}#sat-chat .sat-intro h2{font-size:27px;line-height:1.2;letter-spacing:-1px;font-weight:650;margin:11px 0;color:#31262d;text-transform:none}#sat-chat .sat-intro p{font-size:13px;line-height:1.6;color:var(--sat-muted);margin:0 0 20px}#sat-chat .sat-shortcuts{display:grid;gap:8px;margin-bottom:20px}#sat-chat .sat-shortcuts button{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border:1px solid #e9e0e5;border-radius:11px;background:#fff;color:#49363e;text-align:left;font-size:12px;font-weight:600}#sat-chat .sat-shortcuts button span{color:#b46d85}#sat-chat .sat-shortcuts button:hover{border-color:#c87691;background:#fff9fb}#sat-chat .sat-messages{display:flex;flex-direction:column;gap:12px}#sat-chat .sat-message{padding:12px 14px;border-radius:14px;max-width:94%;font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.65}#sat-chat .sat-message.sat-user{background:var(--sat-accent);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}#sat-chat .sat-message.sat-assistant{background:#f1eff2;color:#3d3540;align-self:flex-start;border-bottom-left-radius:4px}#sat-chat .sat-card{display:block;border:1px solid #e8dce3;padding:13px;border-radius:12px;background:#fff;color:#4d3441;text-decoration:none;margin-top:8px;white-space:normal}#sat-chat .sat-card strong{font-size:12px;display:block}#sat-chat .sat-card small{display:block;font-size:11px;color:#776c73;margin-top:5px}#sat-chat .sat-status{font-size:12px;color:#8a4561;margin-top:12px}#sat-chat .sat-bottom{border-top:1px solid #eee8ed;background:#fff;padding:15px 18px 12px;flex-shrink:0}#sat-chat .sat-consent{display:flex;align-items:flex-start;gap:8px;font-size:10px;line-height:1.5;color:#756c74;margin:0 0 12px;font-weight:400}#sat-chat .sat-consent input{margin:3px 0 0;accent-color:var(--sat-accent);flex-shrink:0}#sat-chat .sat-consent a{color:#8f3154;text-decoration:underline}#sat-chat .sat-form{display:flex;align-items:center;border:1px solid #e3dbe1;background:#fcfbfc;border-radius:13px;padding:6px;margin:0;gap:5px}#sat-chat textarea{background:transparent;border:0;resize:none;outline:none;color:#40363d;flex:1;width:100%;min-height:38px;max-height:90px;padding:10px;font-size:12px}#sat-chat .sat-form:focus-within{border-color:#ba5e7e;box-shadow:0 0 0 3px #f8e8ef}#sat-chat .sat-form button{border:0;border-radius:10px;background:var(--sat-accent);color:white;min-width:36px;height:36px;font-size:23px}#sat-chat .sat-human{display:flex;justify-content:space-between;gap:7px;margin-top:12px;font-size:10px;color:#7d727a;align-items:center}#sat-chat .sat-human a{color:#267750;font-size:11px;font-weight:650;text-decoration:none;white-space:nowrap}#sat-chat .sat-reset{display:block;margin:9px auto 0;border:0;background:none;color:#8b8088;font-size:10px;padding:0}#sat-chat .sat-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:480px){#sat-chat{right:12px!important;bottom:12px!important;left:auto!important;top:auto!important;width:max-content!important;max-width:calc(100vw - 24px)!important}#sat-chat .sat-panel{position:fixed!important;left:10px!important;right:10px!important;top:10px!important;bottom:78px!important;width:auto;height:auto;max-height:none;border-radius:17px}#sat-chat .sat-header{padding:15px}#sat-chat .sat-content{padding:18px}#sat-chat .sat-intro h2{font-size:25px}#sat-chat .sat-bottom{padding:12px}#sat-chat .sat-header strong{max-width:220px}}@media(prefers-reduced-motion:reduce){#sat-chat .sat-content{scroll-behavior:auto}}
