.scp-widget *{box-sizing:border-box}.scp-toggle{position:fixed;z-index:9998;width:58px;height:58px;border-radius:999px;border:0;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.2);font-size:24px}.scp-panel{position:fixed;z-index:9999;width:380px;max-width:calc(100vw - 24px);height:720px;max-height:calc(100vh - 100px);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.18);border:1px solid #e8e8e8;display:none;flex-direction:column}.scp-panel.is-open{display:flex}.scp-header{padding:16px 18px;color:#fff;display:flex;align-items:center;justify-content:space-between}.scp-header-title{font-size:16px;font-weight:700}.scp-close{border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;width:34px;height:34px;border-radius:8px;cursor:pointer;font-size:18px}.scp-body{flex:1;overflow-y:auto;background:#f4f4f4;padding:14px}.scp-message{max-width:88%;padding:14px 16px;border-radius:16px;margin-bottom:12px;line-height:1.45;font-size:14px;white-space:pre-line;word-break:break-word}.scp-message.bot{background:#fff;color:#1f1f1f;box-shadow:0 4px 14px rgba(0,0,0,.06);margin-right:auto}.scp-message.user{color:#fff;margin-left:auto}.scp-actions{padding:12px;background:#fff;border-top:1px solid #ededed;display:flex;flex-direction:column;gap:10px;max-height:280px;overflow-y:auto}.scp-option,.scp-secondary{width:100%;border-radius:14px;padding:14px 16px;font-size:15px;cursor:pointer;transition:.2s ease;border:1px solid}.scp-option:hover,.scp-secondary:hover{transform:translateY(-1px)}.scp-input-area{padding:12px;background:#fff;border-top:1px solid #ececec;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end}.scp-input-label{grid-column:1 / -1;font-size:12px;color:#666}.scp-input-field{height:46px;border:1px solid #ddd;border-radius:12px;padding:0 14px;font-size:14px}.scp-send{height:46px;border:0;border-radius:12px;padding:0 18px;color:#fff;cursor:pointer;font-weight:600}@media (max-width:767px){.scp-panel{left:12px;right:12px;width:auto;bottom:84px!important;height:80vh}.scp-toggle{right:12px!important;bottom:12px!important}}