:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font:16px/1.45 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}html,body,#root{width:100%;height:100%;margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.chat-wrapper.light{--cw-bg:#f4f5f7;--cw-surface:#fff;--cw-text:#2d3748;--cw-text-muted:#718096;--cw-border:#e2e8f0;--cw-toggle-bg:#edf2f7;--cw-toggle-active-bg:#e8491d;--cw-toggle-active-text:#fff;--cw-toggle-text:#4a5568;--cw-shadow:#00000014;--cw-toolbar-bg:#fff}.chat-wrapper.dark{--cw-bg:#1a202c;--cw-surface:#2d3748;--cw-text:#e2e8f0;--cw-text-muted:#a0aec0;--cw-border:#4a5568;--cw-toggle-bg:#2d3748;--cw-toggle-active-bg:#e8491d;--cw-toggle-active-text:#fff;--cw-toggle-text:#a0aec0;--cw-shadow:#0000004d;--cw-toolbar-bg:#212832}.chat-wrapper{box-sizing:border-box;background:var(--cw-bg);flex-direction:column;justify-content:center;align-items:center;height:100%;padding:20px;transition:background .3s;display:flex}.chat-container{width:420px;height:700px;box-shadow:0 4px 24px var(--cw-shadow);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.chat-toolbar{background:var(--cw-toolbar-bg);justify-content:flex-end;align-items:center;padding:4px 12px;display:flex}.chatkit-box{border-radius:0;flex:1;width:100%;min-height:0;overflow:hidden}.theme-dropdown{position:relative}.theme-dropdown-trigger{cursor:pointer;background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;line-height:1;transition:background .15s;display:flex}.theme-dropdown-trigger:hover{background:#0000000f}.dark .theme-dropdown-trigger:hover{background:#ffffff1a}.theme-dropdown-menu{background:var(--cw-surface);border:1px solid var(--cw-border);box-shadow:0 8px 24px var(--cw-shadow);z-index:20;border-radius:10px;min-width:130px;margin:4px 0 0;padding:4px;list-style:none;position:absolute;top:100%;right:0}.theme-dropdown-item{width:100%;color:var(--cw-text);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;align-items:center;gap:8px;padding:7px 10px;font-size:13px;transition:background .15s;display:flex}.theme-dropdown-item:hover{background:var(--cw-toggle-bg)}.theme-dropdown-item.active{background:var(--cw-toggle-active-bg);color:var(--cw-toggle-active-text)}.theme-dropdown-icon{font-size:15px;line-height:1}
