.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:white}.App-link{color:#61dafb}.chat-holder{display:flex;flex-direction:row}.chat-scroll-button-container{bottom:180px;position:sticky;left:0;right:0;display:flex;justify-content:flex-end;padding-right:20px;transition:opacity .3s ease-in-out,transform .3s ease-in-out;pointer-events:none}.chat-scroll-button-container,.chat-scroll-button-container.fade-in{opacity:1;transform:translateY(0)}.chat-scroll-button-container.fade-out{opacity:0;transform:translateY(10px)}.scroll-to-bottom-btn{background:#ffffff;border:1px solid #e1e5e9;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .2s ease-in-out;pointer-events:auto}.scroll-to-bottom-btn:hover{background:#f8f9fa;box-shadow:0 4px 12px rgba(0,0,0,.2)}.scroll-chevron{color:#6b7280;font-size:14px}.chat-holder.chatting{min-height:calc(100vh - 105px)}.chat-holder:not(.chatting){height:calc(100vh - 105px);overflow:hidden}.page-section-content.demo{display:flex}.insights-chat-container{flex:2;max-width:800px;margin:0 auto;width:100%}.page-container .muse-content-container .main-panel{overflow-y:auto;height:100vh}.page-container .muse-content-container .main-panel.dashboard-view{overflow-y:auto}.page-container .muse-content-container .main-panel:not(.has-messages):not(.dashboard-view){overflow:hidden}.insights-start-container{--rad:20px;--rad-sm:3px;display:flex;flex:1;justify-content:space-between;padding:20px;max-width:1000px;overflow-y:auto;border:1px solid #eceef7;border-radius:15px;margin:0 auto 10px;cursor:pointer}.muse-error-toast{background-color:#7375A5;padding:16px;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);max-width:400px;min-width:300px}.muse-error-toast-content{display:flex;align-items:center;gap:8px}.muse-error-toast-text{color:white;font-size:14px;font-weight:400;margin:0}.muse-error-toast-button{background-color:white;color:#7375A5;border:none;border-radius:4px;padding:6px 12px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.muse-error-toast-button:hover{background-color:#F3F4F6}.muse-error-toast-button:active{background-color:#E5E7EB}@media (prefers-color-scheme:dark){.muse-error-toast{box-shadow:0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -1px rgba(0,0,0,.2)}.muse-error-toast-button:hover{background-color:#F9FAFB}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.muse-content-container .page-title-container .title-flex-container>div:last-child{gap:8px;margin-left:auto}.muse-content-container .page-title-container .title-flex-container>div:last-child .button{margin-left:0}.muse-content-container .page-title-container .title-flex-container>div:last-child .button-fill{background-color:var(--color-primary,#6366f1);padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.muse-content-container .page-title-container .title-flex-container>div:last-child .button-fill:hover{background-color:var(--color-primary-hover,#4f46e5)}.muse-modal-list-item{padding:12px 20px;border-radius:12px;transition:background-color .15s ease;gap:12px}.muse-modal-list-item:hover{background-color:#f5f5f7}.muse-modal-list-item.active{background-color:#eceef7}.muse-modal-list-item__icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f5f5f7}.muse-modal-list-item__actions{flex-shrink:0;display:flex;align-items:center;gap:12px;opacity:.4;transition:opacity .15s ease}.muse-modal-list-item:hover .muse-modal-list-item__actions{opacity:1}.muse-bottom-sheet__search{padding:16px 20px}.muse-bottom-sheet__search .text-input-container{border:none!important;box-shadow:none!important;background:transparent}.muse-bottom-sheet .card-root--modal{min-height:50vh;display:flex;flex-direction:column}.muse-bottom-sheet .card-body--scroll,.muse-bottom-sheet .empty-container{flex:1;min-height:0}.muse-bottom-sheet__handle{display:none}.muse-bottom-sheet__handle-bar{width:36px;height:4px;background-color:#d1d5db;border-radius:2px}@keyframes muse-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes muse-fade-in{0%{opacity:0}to{opacity:1}}@media (max-width:767px){.constants-web .muse-bottom-sheet-overlay{align-items:flex-end;animation:muse-fade-in .2s ease}.constants-web .muse-bottom-sheet{width:100%;max-width:100%;animation:muse-slide-up .3s cubic-bezier(.32,.72,0,1)}.constants-web .muse-bottom-sheet,.constants-web .muse-bottom-sheet .card-root--modal{max-height:85vh;max-height:85dvh;border-radius:16px 16px 0 0}.muse-bottom-sheet .muse-bottom-sheet__handle{display:flex;justify-content:center;padding:10px 0 4px;cursor:pointer}}.muse-content-container .mobile-only{display:none}@media (max-width:767px){.muse-content-container .mobile-only{display:flex}}.muse-action-btn{border-radius:50%;width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;background:var(--color-bg-surface,#ffffff);border:1px solid var(--color-border,#e5e7eb)}.constants-web.dark-theme,[data-theme=dark]{.muse-action-btn,.scroll-to-bottom-btn{background:var(--color-bg-surface);border-color:var(--color-border)}.scroll-chevron{color:var(--color-text-secondary)}.insights-start-container{border-color:var(--color-border)}.muse-modal-list-item.active,.muse-modal-list-item:hover,.muse-modal-list-item__icon{background-color:var(--color-bg-hover)}}