@brainbase-labs/chat-widget 0.1.1 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/embed.js +11 -0
- package/package.json +19 -8
- package/dist/index.cjs +0 -6
- package/dist/index.d.ts +0 -230
- package/dist/index.js +0 -1308
- package/dist/styles.css +0 -1
package/dist/styles.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
:root{--bb-primary-color: #1a1a2e;--bb-primary-hover: #16162a;--bb-primary-light: rgba(26, 26, 46, .1);--bb-accent-color: #6366f1;--bb-accent-hover: #5558e3;--bb-surface-bg: #ffffff;--bb-surface-secondary: #f8f9fb;--bb-surface-tertiary: #f1f3f9;--bb-text-primary: #1a1a2e;--bb-text-secondary: #6b7280;--bb-text-tertiary: #9ca3af;--bb-text-inverse: #ffffff;--bb-user-message-bg: var(--bb-primary-color);--bb-user-message-text: var(--bb-text-inverse);--bb-assistant-message-bg: var(--bb-surface-secondary);--bb-assistant-message-text: var(--bb-text-primary);--bb-border-color: #e5e7eb;--bb-border-color-light: #f1f3f9;--bb-shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--bb-shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--bb-shadow-lg: 0 12px 40px rgba(0, 0, 0, .12);--bb-shadow-xl: 0 20px 60px rgba(0, 0, 0, .16);--bb-radius-sm: 8px;--bb-radius-md: 12px;--bb-radius-lg: 16px;--bb-radius-xl: 20px;--bb-radius-full: 9999px;--bb-spacing-xs: 4px;--bb-spacing-sm: 8px;--bb-spacing-md: 12px;--bb-spacing-lg: 16px;--bb-spacing-xl: 20px;--bb-spacing-2xl: 24px;--bb-font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--bb-font-size-xs: 11px;--bb-font-size-sm: 13px;--bb-font-size-md: 14px;--bb-font-size-lg: 16px;--bb-font-size-xl: 18px;--bb-font-size-2xl: 24px;--bb-font-weight-normal: 400;--bb-font-weight-medium: 500;--bb-font-weight-semibold: 600;--bb-font-weight-bold: 700;--bb-line-height: 1.5;--bb-transition-fast: .15s ease;--bb-transition-normal: .2s ease;--bb-transition-slow: .3s ease;--bb-widget-width: 400px;--bb-widget-height: 600px;--bb-widget-max-height: 85vh;--bb-toggle-size: 60px}@media(prefers-color-scheme:dark){:root[data-bb-theme=auto]{--bb-surface-bg: #1a1a2e;--bb-surface-secondary: #252542;--bb-surface-tertiary: #2d2d4a;--bb-text-primary: #f8f9fb;--bb-text-secondary: #9ca3af;--bb-text-tertiary: #6b7280;--bb-border-color: #3d3d5c;--bb-border-color-light: #2d2d4a;--bb-assistant-message-bg: var(--bb-surface-secondary);--bb-assistant-message-text: var(--bb-text-primary)}}._header_1p6z5_1{position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}._header_1p6z5_1:not(._compact_1p6z5_9){padding:var(--bb-spacing-xl) var(--bb-spacing-xl) var(--bb-spacing-2xl);min-height:140px}._header_1p6z5_1._compact_1p6z5_9{padding:var(--bb-spacing-lg) var(--bb-spacing-xl);min-height:56px}._headerBackground_1p6z5_20{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--bb-primary-color) 0%,color-mix(in srgb,var(--bb-primary-color) 70%,#2d2d5a) 50%,color-mix(in srgb,var(--bb-primary-color) 50%,#1a1a2e) 100%);transition:opacity .4s cubic-bezier(.4,0,.2,1)}._headerBackground_1p6z5_20:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 20%,rgba(255,255,255,.08) 0%,transparent 50%)}._headerBackground_1p6z5_20:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,rgba(0,0,0,.1),transparent);opacity:1;transition:opacity .3s ease}._compact_1p6z5_9 ._headerBackground_1p6z5_20:after{opacity:0}._headerContent_1p6z5_59{position:relative;z-index:1}._topRow_1p6z5_64{display:flex;align-items:center;justify-content:space-between;transition:margin .4s cubic-bezier(.4,0,.2,1)}._header_1p6z5_1:not(._compact_1p6z5_9) ._topRow_1p6z5_64{margin-bottom:var(--bb-spacing-xl)}._compact_1p6z5_9 ._topRow_1p6z5_64{margin-bottom:0}._agentInfo_1p6z5_79{display:flex;align-items:center;gap:var(--bb-spacing-md)}._agentLogo_1p6z5_85{border-radius:var(--bb-radius-md);object-fit:cover;box-shadow:0 2px 8px #0003;transition:all .3s cubic-bezier(.4,0,.2,1)}._header_1p6z5_1:not(._compact_1p6z5_9) ._agentLogo_1p6z5_85{width:36px;height:36px}._compact_1p6z5_9 ._agentLogo_1p6z5_85{width:32px;height:32px}._agentLogoPlaceholder_1p6z5_102{border-radius:var(--bb-radius-md);background:var(--bb-primary-color);display:flex;align-items:center;justify-content:center;color:var(--bb-text-inverse);box-shadow:0 2px 8px #0003;transition:all .3s cubic-bezier(.4,0,.2,1)}._header_1p6z5_1:not(._compact_1p6z5_9) ._agentLogoPlaceholder_1p6z5_102{width:36px;height:36px}._compact_1p6z5_9 ._agentLogoPlaceholder_1p6z5_102{width:32px;height:32px}._brainbaseLogo_1p6z5_123{transition:all .3s cubic-bezier(.4,0,.2,1)}._header_1p6z5_1:not(._compact_1p6z5_9) ._brainbaseLogo_1p6z5_123{width:24px;height:24px}._compact_1p6z5_9 ._brainbaseLogo_1p6z5_123{width:22px;height:22px}._agentName_1p6z5_137{color:var(--bb-text-inverse);font-size:var(--bb-font-size-md);font-weight:var(--bb-font-weight-semibold);opacity:.95}._actions_1p6z5_144{display:flex;gap:var(--bb-spacing-sm)}._actionButton_1p6z5_149{width:32px;height:32px;border-radius:var(--bb-radius-full);background:#ffffff1a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--bb-text-inverse);transition:background var(--bb-transition-fast),transform var(--bb-transition-fast)}._actionButton_1p6z5_149:hover{background:#fff3;transform:scale(1.05)}._actionButton_1p6z5_149:active{transform:scale(.95)}._actionButton_1p6z5_149:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}._actionButton_1p6z5_149 svg{width:18px;height:18px}._welcomeText_1p6z5_183{color:var(--bb-text-inverse);overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}._header_1p6z5_1:not(._compact_1p6z5_9) ._welcomeText_1p6z5_183{opacity:1;max-height:100px;transform:translateY(0)}._compact_1p6z5_9 ._welcomeText_1p6z5_183{opacity:0;max-height:0;transform:translateY(-10px);pointer-events:none}._title_1p6z5_202{margin:0;font-size:var(--bb-font-size-2xl);font-weight:var(--bb-font-weight-normal);opacity:.7;line-height:1.2}._subtitle_1p6z5_210{margin:var(--bb-spacing-xs) 0 0;font-size:var(--bb-font-size-2xl);font-weight:var(--bb-font-weight-bold);line-height:1.2}._messageWrapper_c86gj_1{display:flex;gap:var(--bb-spacing-md);max-width:85%;animation:_messageSlideIn_c86gj_1 .3s ease}@keyframes _messageSlideIn_c86gj_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._messageWrapper_c86gj_1._user_c86gj_19{flex-direction:row-reverse;margin-left:auto}._messageWrapper_c86gj_1._assistant_c86gj_24{margin-right:auto}._avatar_c86gj_28{flex-shrink:0;width:28px;height:28px;border-radius:var(--bb-radius-full);overflow:hidden;margin-top:2px}._avatar_c86gj_28 img{width:100%;height:100%;object-fit:cover}._avatarPlaceholder_c86gj_43{width:100%;height:100%;background:var(--bb-primary-color);display:flex;align-items:center;justify-content:center;color:var(--bb-text-inverse)}._brainbaseLogo_c86gj_53{width:18px;height:18px}._messageBubble_c86gj_58{padding:var(--bb-spacing-md) var(--bb-spacing-lg);border-radius:var(--bb-radius-lg);position:relative}._user_c86gj_19 ._messageBubble_c86gj_58{background:var(--bb-user-message-bg);color:var(--bb-user-message-text);border-bottom-right-radius:var(--bb-spacing-xs)}._assistant_c86gj_24 ._messageBubble_c86gj_58{background:var(--bb-assistant-message-bg);color:var(--bb-assistant-message-text);border-bottom-left-radius:var(--bb-spacing-xs)}._messageBubble_c86gj_58._error_c86gj_76{background:#fef2f2;border:1px solid #fecaca}._content_c86gj_81{font-size:var(--bb-font-size-md);line-height:var(--bb-line-height);white-space:pre-wrap;word-break:break-word}._cursor_c86gj_88{display:inline-block;width:2px;height:1em;background:currentColor;margin-left:2px;animation:_blink_c86gj_1 1s infinite;vertical-align:text-bottom}@keyframes _blink_c86gj_1{0%,50%{opacity:1}51%,to{opacity:0}}._errorIndicator_c86gj_107{display:flex;align-items:center;gap:var(--bb-spacing-xs);margin-top:var(--bb-spacing-sm);color:#ef4444;font-size:var(--bb-font-size-sm)}._errorIndicator_c86gj_107 svg{width:14px;height:14px}._toolCall_1wby1_1{display:flex;align-items:center;gap:var(--bb-spacing-md);padding:var(--bb-spacing-md) var(--bb-spacing-lg);background:var(--bb-surface-tertiary);border-radius:var(--bb-radius-md);font-size:var(--bb-font-size-sm);max-width:85%;animation:_slideIn_1wby1_1 .2s ease}@keyframes _slideIn_1wby1_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}._iconWrapper_1wby1_24{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._spinner_1wby1_33{width:16px;height:16px;border:2px solid var(--bb-border-color);border-top-color:var(--bb-accent-color);border-radius:var(--bb-radius-full);animation:_spin_1wby1_33 .8s linear infinite}@keyframes _spin_1wby1_33{to{transform:rotate(360deg)}}._checkIcon_1wby1_48{width:16px;height:16px;color:#10b981}._errorIcon_1wby1_54{width:16px;height:16px;color:#ef4444}._content_1wby1_60{display:flex;flex-direction:column;gap:2px}._label_1wby1_66{font-size:var(--bb-font-size-xs);color:var(--bb-text-tertiary);text-transform:uppercase;letter-spacing:.5px}._name_1wby1_73{color:var(--bb-text-secondary);font-weight:var(--bb-font-weight-medium)}._pending_1wby1_78{border-left:3px solid var(--bb-accent-color)}._completed_1wby1_82{border-left:3px solid #10b981}._error_1wby1_54{border-left:3px solid #ef4444;background:#fef2f2}._wrapper_10rss_2{display:flex;align-items:flex-start;gap:var(--bb-spacing-md);max-width:85%;margin-right:auto;animation:_slideIn_10rss_1 .3s ease}@keyframes _slideIn_10rss_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._avatar_10rss_22{flex-shrink:0;width:28px;height:28px;border-radius:var(--bb-radius-full);overflow:hidden;margin-top:2px}._avatar_10rss_22 img{width:100%;height:100%;object-fit:cover}._avatarPlaceholder_10rss_37{width:100%;height:100%;background:var(--bb-primary-color);display:flex;align-items:center;justify-content:center;color:var(--bb-text-inverse)}._brainbaseLogo_10rss_47{width:18px;height:18px}._bubble_10rss_52{display:flex;align-items:center;gap:5px;padding:var(--bb-spacing-md) var(--bb-spacing-lg);background:var(--bb-assistant-message-bg);border-radius:var(--bb-radius-lg);border-bottom-left-radius:var(--bb-spacing-xs);min-height:44px}._dot_10rss_63{width:8px;height:8px;background:var(--bb-text-tertiary);border-radius:var(--bb-radius-full);animation:_bounce_10rss_1 1.4s infinite ease-in-out both}._dot_10rss_63:nth-child(1){animation-delay:-.32s}._dot_10rss_63:nth-child(2){animation-delay:-.16s}._dot_10rss_63:nth-child(3){animation-delay:0s}@keyframes _bounce_10rss_1{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}._messageList_241kk_1{flex:1;overflow-y:auto;padding:var(--bb-spacing-xl);display:flex;flex-direction:column;gap:var(--bb-spacing-lg);scroll-behavior:smooth}._messageList_241kk_1::-webkit-scrollbar{width:6px}._messageList_241kk_1::-webkit-scrollbar-track{background:transparent}._messageList_241kk_1::-webkit-scrollbar-thumb{background:var(--bb-border-color);border-radius:var(--bb-radius-full)}._messageList_241kk_1::-webkit-scrollbar-thumb:hover{background:var(--bb-text-tertiary)}._emptyState_241kk_29{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--bb-text-tertiary);text-align:center;padding:var(--bb-spacing-2xl)}._emptyIcon_241kk_40{width:48px;height:48px;margin-bottom:var(--bb-spacing-lg);opacity:.5}._emptyIcon_241kk_40 svg{width:100%;height:100%}._emptyText_241kk_52{margin:0;font-size:var(--bb-font-size-md)}._inputWrapper_5lgg7_1{padding:var(--bb-spacing-lg);background:var(--bb-surface-bg);border-top:1px solid var(--bb-border-color-light)}._inputContainer_5lgg7_7{display:flex;align-items:flex-end;gap:var(--bb-spacing-sm);padding:var(--bb-spacing-sm) var(--bb-spacing-md);background:var(--bb-surface-secondary);border-radius:var(--bb-radius-xl);border:1px solid var(--bb-border-color);transition:border-color var(--bb-transition-fast),box-shadow var(--bb-transition-fast)}._inputContainer_5lgg7_7:focus-within{border-color:var(--bb-accent-color);box-shadow:0 0 0 3px #6366f11a}._textarea_5lgg7_23{flex:1;border:none;background:transparent;resize:none;font-family:var(--bb-font-family);font-size:var(--bb-font-size-md);line-height:var(--bb-line-height);color:var(--bb-text-primary);padding:var(--bb-spacing-sm) 0;min-height:24px;max-height:150px}._textarea_5lgg7_23::placeholder{color:var(--bb-text-tertiary)}._textarea_5lgg7_23:focus{outline:none}._textarea_5lgg7_23:disabled{opacity:.6;cursor:not-allowed}._sendButton_5lgg7_50{flex-shrink:0;width:36px;height:36px;border-radius:var(--bb-radius-full);background:var(--bb-primary-color);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--bb-text-inverse);transition:background var(--bb-transition-fast),transform var(--bb-transition-fast)}._sendButton_5lgg7_50:hover:not(:disabled){background:var(--bb-primary-hover);transform:scale(1.05)}._sendButton_5lgg7_50:active:not(:disabled){transform:scale(.98)}._sendButton_5lgg7_50:disabled{opacity:.4;cursor:not-allowed}._sendButton_5lgg7_50:focus-visible{outline:2px solid var(--bb-accent-color);outline-offset:2px}._sendButton_5lgg7_50 svg{width:18px;height:18px}._hint_5lgg7_89{margin-top:var(--bb-spacing-sm);font-size:var(--bb-font-size-xs);color:var(--bb-text-tertiary);text-align:center}._hint_5lgg7_89 kbd{display:inline-block;padding:2px 6px;font-family:var(--bb-font-family);font-size:var(--bb-font-size-xs);background:var(--bb-surface-tertiary);border-radius:4px;border:1px solid var(--bb-border-color)}._poweredBy_9jh5q_1{display:flex;align-items:center;justify-content:center;gap:4px;padding:var(--bb-spacing-sm) var(--bb-spacing-md);background:var(--bb-surface-secondary);border-top:1px solid var(--bb-border-color-light);color:var(--bb-text-tertiary);text-decoration:none;font-size:var(--bb-font-size-xs);font-weight:var(--bb-font-weight-medium);transition:color var(--bb-transition-fast)}._poweredBy_9jh5q_1:hover{color:var(--bb-text-secondary)}._poweredBy_9jh5q_1:hover ._logo_9jh5q_20{opacity:.9}._poweredText_9jh5q_24{opacity:.7}._logo_9jh5q_20{width:12px;height:12px;opacity:.6;transition:opacity var(--bb-transition-fast);margin-left:2px}._text_9jh5q_36{letter-spacing:.01em;font-weight:var(--bb-font-weight-semibold)}._container_m2o9l_1{position:relative;display:flex;flex-direction:column;width:var(--bb-widget-width);height:var(--bb-widget-height);max-height:var(--bb-widget-max-height);background:var(--bb-surface-bg);border-radius:var(--bb-radius-xl);box-shadow:var(--bb-shadow-xl);overflow:hidden;animation:_slideUp_m2o9l_1 .3s ease}@keyframes _slideUp_m2o9l_1{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._body_m2o9l_26{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--bb-surface-bg)}._confirmationOverlay_m2o9l_35{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;animation:_overlayFadeIn_m2o9l_1 .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes _overlayFadeIn_m2o9l_1{0%{opacity:0}to{opacity:1}}._confirmationDialog_m2o9l_56{background:var(--bb-surface-bg);border-radius:var(--bb-radius-xl);padding:var(--bb-spacing-2xl);margin:var(--bb-spacing-xl);box-shadow:var(--bb-shadow-xl);animation:_dialogSlideUp_m2o9l_1 .25s cubic-bezier(.4,0,.2,1);max-width:300px;width:calc(100% - 48px)}@keyframes _dialogSlideUp_m2o9l_1{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}._confirmationText_m2o9l_78{margin:0 0 var(--bb-spacing-xl);font-size:var(--bb-font-size-md);color:var(--bb-text-primary);line-height:var(--bb-line-height);text-align:center}._confirmationButtons_m2o9l_86{display:flex;gap:var(--bb-spacing-md)}._cancelButton_m2o9l_91,._confirmButton_m2o9l_92{flex:1;padding:var(--bb-spacing-md) var(--bb-spacing-lg);border-radius:var(--bb-radius-md);font-size:var(--bb-font-size-sm);font-weight:var(--bb-font-weight-medium);cursor:pointer;transition:all var(--bb-transition-fast)}._cancelButton_m2o9l_91{background:var(--bb-surface-secondary);border:1px solid var(--bb-border-color);color:var(--bb-text-secondary)}._cancelButton_m2o9l_91:hover{background:var(--bb-surface-tertiary);color:var(--bb-text-primary)}._confirmButton_m2o9l_92{background:#ef4444;border:none;color:#fff}._confirmButton_m2o9l_92:hover{background:#dc2626}._confirmButton_m2o9l_92:active,._cancelButton_m2o9l_91:active{transform:scale(.98)}@media(max-width:480px){._container_m2o9l_1{width:100vw;height:100vh;max-height:100vh;border-radius:0}}._toggleButton_11dqz_1{position:relative;display:flex;align-items:center;justify-content:center;width:var(--bb-toggle-size);height:var(--bb-toggle-size);border-radius:var(--bb-radius-full);background:linear-gradient(135deg,var(--bb-primary-color) 0%,#2d2d5a 100%);border:none;cursor:pointer;box-shadow:var(--bb-shadow-lg);transition:transform var(--bb-transition-normal),box-shadow var(--bb-transition-normal);color:var(--bb-text-inverse)}._toggleButton_11dqz_1:hover{transform:scale(1.05);box-shadow:var(--bb-shadow-xl)}._toggleButton_11dqz_1:active{transform:scale(.98)}._toggleButton_11dqz_1:focus-visible{outline:2px solid var(--bb-accent-color);outline-offset:2px}._icon_11dqz_31{width:28px;height:28px}._agentLogo_11dqz_36{width:36px;height:36px;border-radius:var(--bb-radius-full);object-fit:cover}._unreadBadge_11dqz_43{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;border-radius:var(--bb-radius-full);background:#ef4444;color:#fff;font-size:var(--bb-font-size-xs);font-weight:var(--bb-font-weight-bold);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003}._container_kgfgt_1{display:flex;flex-direction:column;width:var(--bb-widget-width);height:var(--bb-widget-height);max-height:var(--bb-widget-max-height);background:var(--bb-surface-bg);border-radius:var(--bb-radius-xl);box-shadow:var(--bb-shadow-xl);overflow:hidden;animation:_slideUp_kgfgt_1 .3s ease}@keyframes _slideUp_kgfgt_1{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._header_kgfgt_25{display:flex;align-items:center;justify-content:space-between;padding:var(--bb-spacing-lg) var(--bb-spacing-xl);background:linear-gradient(135deg,var(--bb-primary-color) 0%,color-mix(in srgb,var(--bb-primary-color) 70%,#2d2d5a) 50%,color-mix(in srgb,var(--bb-primary-color) 50%,#1a1a2e) 100%)}._logoWrapper_kgfgt_38{width:32px;height:32px;display:flex;align-items:center;justify-content:center}._logo_kgfgt_38{width:24px;height:24px}._closeButton_kgfgt_51{width:32px;height:32px;border-radius:var(--bb-radius-full);background:#ffffff1a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--bb-text-inverse);transition:background var(--bb-transition-fast)}._closeButton_kgfgt_51:hover{background:#fff3}._closeButton_kgfgt_51 svg{width:18px;height:18px}._content_kgfgt_74{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--bb-spacing-2xl);text-align:center}._iconWrapper_kgfgt_84{width:64px;height:64px;border-radius:var(--bb-radius-full);background:var(--bb-surface-secondary);display:flex;align-items:center;justify-content:center;margin-bottom:var(--bb-spacing-xl)}._errorIcon_kgfgt_95{width:32px;height:32px;color:var(--bb-text-tertiary)}._title_kgfgt_101{margin:0;font-size:var(--bb-font-size-xl);font-weight:var(--bb-font-weight-semibold);color:var(--bb-text-primary);margin-bottom:var(--bb-spacing-sm)}._description_kgfgt_109{margin:0;font-size:var(--bb-font-size-md);color:var(--bb-text-secondary);line-height:var(--bb-line-height);max-width:280px}._retryButton_kgfgt_117{margin-top:var(--bb-spacing-xl);padding:var(--bb-spacing-sm) var(--bb-spacing-xl);border-radius:var(--bb-radius-full);background:var(--bb-primary-color);border:none;color:var(--bb-text-inverse);font-size:var(--bb-font-size-md);font-weight:var(--bb-font-weight-medium);cursor:pointer;transition:all var(--bb-transition-fast)}._retryButton_kgfgt_117:hover{transform:scale(1.02);box-shadow:var(--bb-shadow-md)}._retryButton_kgfgt_117:active{transform:scale(.98)}._footer_kgfgt_139{padding:var(--bb-spacing-md);background:var(--bb-surface-secondary);display:flex;justify-content:center}._poweredBy_kgfgt_146{display:flex;align-items:center;gap:var(--bb-spacing-xs);font-size:var(--bb-font-size-xs);color:var(--bb-text-tertiary);text-decoration:none;transition:color var(--bb-transition-fast)}._poweredBy_kgfgt_146:hover{color:var(--bb-text-secondary)}._footerLogo_kgfgt_160{width:14px;height:14px}@media(max-width:480px){._container_kgfgt_1{width:100vw;height:100vh;max-height:100vh;border-radius:0}}._widget_1ehud_1{font-family:var(--bb-font-family);font-size:var(--bb-font-size-md);line-height:var(--bb-line-height);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._bottom-right_1ehud_10{position:fixed;bottom:20px;right:20px;z-index:9999}._bottom-left_1ehud_17{position:fixed;bottom:20px;left:20px;z-index:9999}._inline_1ehud_25{position:relative;width:100%;max-width:var(--bb-widget-width)}@media(max-width:480px){._bottom-right_1ehud_10,._bottom-left_1ehud_17{bottom:0;right:0;left:0}}
|