:root{--sccfl-accent:#111827}.sccfl-shell{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;box-sizing:border-box}.sccfl-shell *{box-sizing:border-box}.sccfl-launcher{position:fixed;right:24px;bottom:24px;width:58px;height:58px;border:0;border-radius:18px;background:var(--sccfl-accent);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 14px 35px rgb(0 0 0 / .22);z-index:999998;transition:transform .18s ease,box-shadow .18s ease}.sccfl-launcher:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgb(0 0 0 / .26)}.sccfl-launcher svg,.sccfl-close svg,.sccfl-send svg{width:24px;height:24px}.sccfl-panel{position:fixed;right:24px;bottom:94px;width:min(405px,calc(100vw - 28px));height:min(640px,calc(100vh - 125px));background:#fff;border:1px solid rgb(15 23 42 / .10);border-radius:22px;box-shadow:0 24px 70px rgb(15 23 42 / .22);display:flex;flex-direction:column;overflow:hidden;z-index:999999;opacity:0;visibility:hidden;transform:translateY(12px) scale(.98);transform-origin:bottom right;transition:opacity .18s ease,transform .18s ease,visibility .18s}.sccfl-shell.is-open .sccfl-panel{opacity:1;visibility:visible;transform:none}.sccfl-header{min-height:76px;padding:16px 18px;border-bottom:1px solid #eef0f3;display:flex;align-items:center;justify-content:space-between;background:#fff}.sccfl-header>div{display:grid;grid-template-columns:10px 1fr;column-gap:9px;align-items:center}.sccfl-status-dot{width:9px;height:9px;border-radius:50%;background:#22c55e;grid-row:1/3}.sccfl-header strong{font-size:15px;line-height:1.25;color:#111827}.sccfl-header small{font-size:11px;color:#6b7280;margin-top:3px}.sccfl-close{border:0;background:#fff0;color:#6b7280;width:36px;height:36px;border-radius:10px;display:grid;place-items:center;cursor:pointer}.sccfl-close:hover{background:#f3f4f6;color:#111827}.sccfl-messages{flex:1;overflow:auto;padding:20px 16px 12px;background:#f8fafc;scroll-behavior:smooth}.sccfl-message{display:flex;margin:0 0 13px}.sccfl-message-user{justify-content:flex-end}.sccfl-bubble{max-width:88%;padding:11px 13px;border-radius:16px;font-size:14px;line-height:1.5;overflow-wrap:anywhere}.sccfl-message-assistant .sccfl-bubble{background:#fff;border:1px solid #e8ebef;color:#1f2937;border-bottom-left-radius:6px;box-shadow:0 1px 2px rgb(0 0 0 / .03)}.sccfl-message-user .sccfl-bubble{background:var(--sccfl-accent);color:#fff;border-bottom-right-radius:6px}.sccfl-answer-text{white-space:pre-wrap}.sccfl-sources{margin-top:12px;padding-top:10px;border-top:1px solid #edf0f3}.sccfl-sources-label{font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:#9ca3af;margin:0 0 7px}.sccfl-source{display:flex;gap:8px;align-items:flex-start;padding:8px 0;text-decoration:none!important;color:#374151!important;border:0!important;box-shadow:none!important}.sccfl-source+.sccfl-source{border-top:1px solid #f0f2f4!important}.sccfl-source-icon{width:19px;height:19px;flex:0 0 19px;color:var(--sccfl-accent);margin-top:1px}.sccfl-source-icon svg{width:17px;height:17px}.sccfl-source span:last-child{min-width:0}.sccfl-source strong{display:block;font-size:12px;line-height:1.35;color:#111827}.sccfl-source small{display:block;color:#6b7280;font-size:10.5px;line-height:1.35;margin-top:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sccfl-form{display:grid;grid-template-columns:1fr 42px;gap:9px;padding:12px 14px 10px;background:#fff;border-top:1px solid #eef0f3;align-items:end}.sccfl-input{width:100%;min-height:42px;max-height:110px;resize:none;border:1px solid #dfe3e8;border-radius:13px;padding:10px 12px;font:inherit;font-size:14px;line-height:20px;color:#111827;background:#fff;outline:none;box-shadow:none}.sccfl-input:focus{border-color:var(--sccfl-accent);box-shadow:0 0 0 2px rgb(17 24 39 / .08)}.sccfl-send{width:42px;height:42px;border:0;border-radius:13px;background:var(--sccfl-accent);color:#fff;display:grid;place-items:center;cursor:pointer}.sccfl-send:disabled{opacity:.5;cursor:default}.sccfl-send svg{width:20px;height:20px}.sccfl-powered{text-align:center;padding:0 10px 11px;background:#fff;color:#9ca3af;font-size:10px}.sccfl-typing{display:inline-flex;gap:4px;align-items:center;height:18px}.sccfl-typing i{width:6px;height:6px;background:#9ca3af;border-radius:50%;animation:sccflBounce 1.1s infinite ease-in-out}.sccfl-typing i:nth-child(2){animation-delay:.13s}.sccfl-typing i:nth-child(3){animation-delay:.26s}@keyframes sccflBounce{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}.sccfl-embed{width:100%;max-width:780px;margin:24px auto}.sccfl-embed .sccfl-panel{position:relative;right:auto;bottom:auto;width:100%;height:640px;max-height:80vh;opacity:1;visibility:visible;transform:none;box-shadow:0 15px 45px rgb(15 23 42 / .12)}@media(max-width:600px){.sccfl-launcher{right:16px;bottom:16px;width:54px;height:54px;border-radius:17px}.sccfl-floating .sccfl-panel{right:8px;bottom:78px;width:calc(100vw - 16px);height:calc(100vh - 96px);border-radius:18px}.sccfl-embed{margin:12px 0}.sccfl-embed .sccfl-panel{height:70vh;border-radius:16px}}