.invite-module__38ngPG__wrapper{background:var(--background);flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;padding:24px 12px;display:flex}.invite-module__38ngPG__container{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:600px;overflow:hidden}.invite-module__38ngPG__header{border-bottom:1px solid var(--border);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex}.invite-module__38ngPG__title{font-family:var(--font-sans,inherit);color:var(--text-title,var(--foreground));margin:0;font-size:18px;font-weight:600}.invite-module__38ngPG__content{color:var(--text-body,var(--foreground));padding:24px}.invite-module__38ngPG__content p{font-size:14px;line-height:1.6}.invite-module__38ngPG__actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.invite-module__38ngPG__muted{color:var(--muted-foreground)}.invite-module__38ngPG__note{background:var(--muted);border:1px solid var(--border);border-radius:var(--radius);color:var(--muted-foreground);margin:16px 24px 24px;padding:12px;font-size:12px}.invite-module__38ngPG__content ul{margin:0;padding-left:18px}.invite-module__38ngPG__content li{margin:6px 0}.invite-module__38ngPG__footer{text-align:center;color:var(--muted-foreground);border-top:1px solid var(--border);padding:16px;font-size:12px}.invite-module__38ngPG__links{color:var(--link,var(--primary));text-decoration:none}.invite-module__38ngPG__links:hover{color:var(--link-hover,var(--primary));text-decoration:underline}.invite-module__38ngPG__loggedInAs{color:var(--text-body,var(--foreground));border:1px solid var(--border);border-radius:var(--radius-lg);justify-content:center;align-items:center;gap:12px;width:fit-content;height:30px;margin:16px auto 0;display:flex}.invite-module__38ngPG__loggedInAsText{padding-right:8px;line-height:1.2}.invite-module__38ngPG__statusAcceptedContainer{flex-direction:column;align-items:center;gap:8px;margin-bottom:16px;display:flex}@media (max-width:480px){.invite-module__38ngPG__container{border-radius:0}.invite-module__38ngPG__header,.invite-module__38ngPG__content,.invite-module__38ngPG__cta{padding:16px}}
.LoadingSpinner-module__Y-q-wW__loader{--loader-size:4rem;--loader-margin:calc(var(--loader-size) * .5);--loader-border:calc(var(--loader-size) * .125);--loader-glow:calc(var(--loader-size) * .15);width:100%;max-width:var(--loader-size);margin-top:var(--loader-margin);margin-bottom:var(--loader-margin);justify-content:center;align-items:center;display:flex;position:relative}.LoadingSpinner-module__Y-q-wW__loader:before,.LoadingSpinner-module__Y-q-wW__loader:after{content:"";filter:drop-shadow(0 0 var(--loader-glow) oklch(from var(--primary) l c h / .4));border-radius:50%;animation:1.8s ease-in-out infinite LoadingSpinner-module__Y-q-wW__pulsOut;position:absolute}.LoadingSpinner-module__Y-q-wW__loader:before{width:100%;box-shadow:inset 0 0 0 var(--loader-border) var(--primary);padding-bottom:100%;animation-name:LoadingSpinner-module__Y-q-wW__pulsIn}.LoadingSpinner-module__Y-q-wW__loader:after{width:calc(100% - calc(var(--loader-border) * 2));padding-bottom:calc(100% - calc(var(--loader-border) * 2));box-shadow:0 0 0 0 var(--primary)}.LoadingSpinner-module__Y-q-wW__loaderSm{--loader-size:2rem}.LoadingSpinner-module__Y-q-wW__loaderMd{--loader-size:4rem}.LoadingSpinner-module__Y-q-wW__loaderLg{--loader-size:6rem}@keyframes LoadingSpinner-module__Y-q-wW__pulsIn{0%{box-shadow:inset 0 0 0 var(--loader-border) var(--primary);opacity:1}50%,to{box-shadow:inset 0 0 0 0 var(--primary);opacity:0}}@keyframes LoadingSpinner-module__Y-q-wW__pulsOut{0%,50%{box-shadow:0 0 0 0 var(--primary);opacity:0}to{box-shadow:0 0 0 var(--loader-border) var(--primary);opacity:1}}
.Auth-module__aUKcRW__overlay{background:var(--background-overlay);z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:.15s cubic-bezier(.16,1,.3,1) Auth-module__aUKcRW__overlayShow;position:fixed;inset:0}.Auth-module__aUKcRW__content{background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:1001;width:90vw;max-width:440px;max-height:90vh;padding:0;animation:.2s cubic-bezier(.16,1,.3,1) Auth-module__aUKcRW__contentShow;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.Auth-module__aUKcRW__content:focus{outline:none}.Auth-module__aUKcRW__header{border-bottom:1px solid var(--border);background:var(--card);padding:2rem 2rem 1.5rem}.Auth-module__aUKcRW__title{color:var(--foreground);letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.Auth-module__aUKcRW__subtitle{color:var(--muted-foreground);margin:0;font-size:.875rem;line-height:1.5}.Auth-module__aUKcRW__closeButton{cursor:pointer;border-radius:var(--radius);color:var(--muted-foreground);transition:all .2s;transition:var(--transition-interactive);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Auth-module__aUKcRW__closeButton:hover{background-color:var(--muted);color:var(--foreground)}.Auth-module__aUKcRW__body{flex-direction:column;gap:.5rem;max-height:calc(90vh - 180px);padding:2rem;display:flex;overflow-y:auto}.Auth-module__aUKcRW__form{flex-direction:column;gap:1.25rem;display:flex}.Auth-module__aUKcRW__formGroup{flex-direction:column;gap:.5rem;width:100%;min-width:0;display:flex}.Auth-module__aUKcRW__label{color:var(--foreground);align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;display:flex}.Auth-module__aUKcRW__required{color:var(--danger-500)}.Auth-module__aUKcRW__input{width:100%}.Auth-module__aUKcRW__inputError{border-color:var(--danger-500)}.Auth-module__aUKcRW__inputError:focus-visible{box-shadow:0 0 0 3px var(--danger-100)}.Auth-module__aUKcRW__passwordWrapper{position:relative}.Auth-module__aUKcRW__passwordToggle{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.Auth-module__aUKcRW__passwordToggle:hover{color:var(--foreground)}.Auth-module__aUKcRW__error{color:var(--danger-600);align-items:center;gap:.375rem;margin-top:.25rem;font-size:.8125rem;display:flex}.Auth-module__aUKcRW__errorIcon{flex-shrink:0}.Auth-module__aUKcRW__success{color:var(--success-600);align-items:center;gap:.375rem;margin-top:.25rem;font-size:.8125rem;display:flex}.Auth-module__aUKcRW__successIcon{flex-shrink:0}.Auth-module__aUKcRW__checkbox{cursor:pointer;align-items:flex-start;gap:.75rem;display:flex}.Auth-module__aUKcRW__checkboxInput{border:1px solid var(--input);border-radius:var(--radius-sm);cursor:pointer;flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.125rem}.Auth-module__aUKcRW__checkboxLabel{color:var(--foreground);cursor:pointer;font-size:.875rem;line-height:1.5}.Auth-module__aUKcRW__checkboxLabel a{color:var(--primary);font-weight:500;text-decoration:none}.Auth-module__aUKcRW__checkboxLabel a:hover{text-decoration:underline}.Auth-module__aUKcRW__button{border-radius:var(--radius);cursor:pointer;letter-spacing:.01em;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.Auth-module__aUKcRW__buttonPrimary{background:var(--primary);color:var(--primary-foreground)}.Auth-module__aUKcRW__buttonPrimary:hover:not(:disabled){background:var(--primary-500);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.Auth-module__aUKcRW__buttonPrimary:active:not(:disabled){transform:translateY(0)}.Auth-module__aUKcRW__buttonSecondary{background:var(--card);color:var(--foreground);border:1px solid var(--border)}.Auth-module__aUKcRW__buttonSecondary:hover:not(:disabled){background:var(--muted);border-color:var(--muted-foreground)}.Auth-module__aUKcRW__button:disabled{opacity:.6;cursor:not-allowed}.Auth-module__aUKcRW__divider{align-items:center;gap:1rem;margin:1.5rem 0;display:flex}.Auth-module__aUKcRW__dividerLine{background:var(--border);flex:1;height:1px}.Auth-module__aUKcRW__dividerText{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:500}.Auth-module__aUKcRW__socialButtons{flex-direction:column;gap:.75rem;display:flex}.Auth-module__aUKcRW__socialButton{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background:var(--card);width:100%;color:var(--foreground);justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.Auth-module__aUKcRW__socialButton:hover:not(:disabled){background:var(--muted);border-color:var(--muted-foreground);transform:translateY(-1px)}.Auth-module__aUKcRW__socialButton:disabled{opacity:.6;cursor:not-allowed}.Auth-module__aUKcRW__socialIcon{flex-shrink:0;width:1.25rem;height:1.25rem}.Auth-module__aUKcRW__footer{border-top:1px solid var(--border);background:var(--muted);text-align:center;padding:1.5rem 2rem}.Auth-module__aUKcRW__footerText{color:var(--muted-foreground);margin:0;font-size:.875rem}.Auth-module__aUKcRW__footerLink{color:var(--primary);cursor:pointer;font-weight:500;text-decoration:none}.Auth-module__aUKcRW__footerLink:hover{text-decoration:underline}.Auth-module__aUKcRW__alert{border-radius:var(--radius);align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem;font-size:.875rem;display:flex}.Auth-module__aUKcRW__alertInfo{background:var(--primary-100);color:var(--primary-700);border:1px solid var(--primary-200)}.Auth-module__aUKcRW__alertSuccess{background:var(--success-100);color:var(--success-700);border:1px solid var(--success-200)}.Auth-module__aUKcRW__alertWarning{background:var(--warning-100);color:var(--warning-700);border:1px solid var(--warning-200)}.Auth-module__aUKcRW__alertError{background:var(--danger-100);color:var(--danger-400)}.Auth-module__aUKcRW__alertIcon{flex-shrink:0;margin-top:.125rem}.Auth-module__aUKcRW__alertContent{flex:1}.Auth-module__aUKcRW__alertTitle{margin:0 0 .25rem;font-weight:600}.Auth-module__aUKcRW__alertMessage{margin:0;line-height:1.5}.Auth-module__aUKcRW__headerContent{align-items:flex-start;gap:1rem;display:flex}.Auth-module__aUKcRW__iconContainer{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-top:.125rem;display:flex}.Auth-module__aUKcRW__warningIcon{color:var(--warning-600);background-color:var(--warning-100);border-radius:50%;padding:.5rem}.Auth-module__aUKcRW__titleContainer{flex:1}.Auth-module__aUKcRW__description{color:var(--foreground);margin:0;font-size:.875rem;line-height:1.5}.Auth-module__aUKcRW__messagePreview{background-color:var(--muted);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem}.Auth-module__aUKcRW__previewLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.75rem;font-weight:500}.Auth-module__aUKcRW__previewText{color:var(--foreground);font-size:.875rem;line-height:1.4;font-family:var(--font-family)}.Auth-module__aUKcRW__cancelButton{border:1px solid var(--border);background:var(--card);color:var(--foreground);border-radius:var(--radius);cursor:pointer;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.Auth-module__aUKcRW__cancelButton:hover:not(:disabled){background-color:var(--muted);border-color:var(--border)}.Auth-module__aUKcRW__cancelButton:disabled{opacity:.5;cursor:not-allowed}.Auth-module__aUKcRW__otpInput{justify-content:center;gap:.5rem;margin:1.5rem 0;display:flex}.Auth-module__aUKcRW__otpDigit{text-align:center;border-radius:var(--radius);background:var(--card);width:3rem;height:3.5rem;color:var(--foreground);font-size:1.5rem;font-weight:600;transition:all .2s}.Auth-module__aUKcRW__otpDigit:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-100);outline:none}.Auth-module__aUKcRW__otpDigit:disabled{opacity:.6;cursor:not-allowed;background:var(--muted)}.Auth-module__aUKcRW__resendText{text-align:center;color:var(--muted-foreground);margin:1rem 0 0;font-size:.875rem}.Auth-module__aUKcRW__resendButton{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-weight:500;text-decoration:none}.Auth-module__aUKcRW__resendButton:hover:not(:disabled){text-decoration:underline}.Auth-module__aUKcRW__resendButton:disabled{opacity:.6;cursor:not-allowed}.Auth-module__aUKcRW__strengthMeter{margin-top:.5rem}.Auth-module__aUKcRW__strengthBar{background:var(--muted);border-radius:2px;height:4px;margin-bottom:.5rem;overflow:hidden}.Auth-module__aUKcRW__strengthFill{border-radius:2px;height:100%;transition:width .3s,background-color .3s}.Auth-module__aUKcRW__strengthWeak{background:var(--danger-500)}.Auth-module__aUKcRW__strengthFair{background:var(--warning-500)}.Auth-module__aUKcRW__strengthGood{background:var(--success-500)}.Auth-module__aUKcRW__strengthStrong{background:var(--success-400)}.Auth-module__aUKcRW__strengthText{color:var(--muted-foreground);font-size:.8125rem}@keyframes Auth-module__aUKcRW__overlayShow{0%{opacity:0}to{opacity:1}}@keyframes Auth-module__aUKcRW__contentShow{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@media (max-width:640px){.Auth-module__aUKcRW__content{border:none;border-radius:0;width:100vw;max-width:100%;max-height:100vh}.Auth-module__aUKcRW__header{padding:1.5rem 1.5rem 1.25rem}.Auth-module__aUKcRW__body{padding:1.5rem}.Auth-module__aUKcRW__footer{padding:1.25rem 1.5rem}.Auth-module__aUKcRW__title{font-size:1.375rem}.Auth-module__aUKcRW__otpDigit{width:2.5rem;height:3rem;font-size:1.25rem}}
.auth-modal-module__ByOZcq__loading{text-align:center;color:var(--muted-foreground);padding:1rem}.auth-modal-module__ByOZcq__wsList{flex-direction:column;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.auth-modal-module__ByOZcq__wsButton{justify-content:space-between;width:100%}.auth-modal-module__ByOZcq__leftRow{align-items:center;gap:.75rem;display:flex}.auth-modal-module__ByOZcq__textLeft{text-align:left}.auth-modal-module__ByOZcq__wsName{font-weight:600}.auth-modal-module__ByOZcq__roleRow{color:var(--muted-foreground);align-items:center;gap:.35rem;font-size:.8rem;display:flex}.auth-modal-module__ByOZcq__rightRow{align-items:center;gap:.75rem;display:inline-flex}.auth-modal-module__ByOZcq__inlineCheckbox{cursor:pointer;align-items:center;gap:.5rem;display:inline-flex}.auth-modal-module__ByOZcq__inlineCheckboxLabel{color:var(--muted-foreground);font-size:.8rem}
.Chat-module__F1va6G__chatContainer{width:100%;height:100%;min-height:400px;color:var(--foreground);font-family:var(--font-family);flex-direction:column;display:flex;position:relative;overflow:hidden}.Chat-module__F1va6G__conversationDrawerToggle{background-color:var(--card);border:1px solid var(--border);z-index:20;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:72px;left:8px}.Chat-module__F1va6G__conversationDrawerToggle:hover{background-color:var(--card);border-color:var(--primary)}.Chat-module__F1va6G__chatContent{flex-direction:row;flex:1;width:100%;min-height:0;display:flex;position:relative;overflow:hidden}.Chat-module__F1va6G__conversationDrawerBackdrop{background:var(--background-overlay);-webkit-backdrop-filter:blur(6px);z-index:30;cursor:default;border:none;padding:0;position:absolute;inset:0}.Chat-module__F1va6G__conversationDrawer{border:1px solid var(--border,#d1d5db);background:radial-gradient(circle at top left, color-mix(in srgb, var(--primary-300,#93c5fd) 18%, transparent), transparent 36%), var(--card,#fff);z-index:31;border-radius:16px;flex-direction:column;width:min(320px,100% - 24px);animation:.2s ease-out Chat-module__F1va6G__conversationDrawerSlideIn;display:flex;position:absolute;top:12px;bottom:12px;left:12px;overflow:hidden;box-shadow:0 24px 48px #0f172a29}@keyframes Chat-module__F1va6G__conversationDrawerSlideIn{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.Chat-module__F1va6G__conversationDrawerHeader{border-bottom:1px solid var(--border,#d1d5db);background:var(--card);justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 18px 14px;display:flex}.Chat-module__F1va6G__conversationDrawerTitle{margin:0;font-size:16px;font-weight:600;line-height:1.2}.Chat-module__F1va6G__conversationDrawerDescription{color:var(--muted-foreground,#6b7280);margin:6px 0 0;font-size:12px}.Chat-module__F1va6G__conversationDrawerClose{width:32px;height:32px;color:var(--muted-foreground);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Chat-module__F1va6G__conversationDrawerClose:hover{background-color:var(--muted);color:var(--foreground);box-shadow:none;transform:none}.Chat-module__F1va6G__conversationDrawerBody{flex:1;min-height:0;overflow:hidden}.Chat-module__F1va6G__chatMain{flex-direction:column;min-width:0;height:100%;transition:flex .24s;display:flex;overflow:hidden}.Chat-module__F1va6G__messagesContainer{scroll-behavior:smooth;flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex;overflow-y:auto}.Chat-module__F1va6G__messagesInner{flex-direction:column;gap:.5rem;width:100%;max-width:1000px;margin:0 auto;display:flex}.Chat-module__F1va6G__messagesContainer::-webkit-scrollbar{width:6px}.Chat-module__F1va6G__messagesContainer::-webkit-scrollbar-track{background:0 0}.Chat-module__F1va6G__messagesContainer::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.Chat-module__F1va6G__messagesContainer::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}.Chat-module__F1va6G__messageWrapper{width:100%}.Chat-module__F1va6G__inputContainer{flex-shrink:0;padding-left:.5rem;position:relative}.Chat-module__F1va6G__inputInner{width:100%;max-width:1000px;margin:0 auto}.Chat-module__F1va6G__scrollToBottomButton{background-color:color-mix(in oklab, var(--card) 16%, transparent);color:#111827;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:12;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;line-height:1;transition:transform .2s,box-shadow .2s,background-color .2s;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%,-72%);box-shadow:0 10px 22px #0f172a14}.Chat-module__F1va6G__scrollToBottomButtonActive{border-color:var(--primary);box-shadow:0 10px 22px #1ea3ff29}.Chat-module__F1va6G__scrollToBottomButton svg{color:#111827;stroke:currentColor;stroke-width:2.5px;flex-shrink:0;width:18px;height:18px;display:block}.Chat-module__F1va6G__scrollToBottomButton:hover{background-color:color-mix(in oklab, var(--card) 28%, transparent);transform:translate(-50%,-76%)scale(1.05);box-shadow:0 14px 28px #0f172a1f}.Chat-module__F1va6G__scrollToBottomButton:hover svg{color:var(--primary-foreground,#fff)}.Chat-module__F1va6G__scrollToBottomButtonActive:hover{box-shadow:0 14px 28px #1ea3ff38}.Chat-module__F1va6G__scrollToBottomButton:focus-visible{outline:2px solid color-mix(in oklab, var(--primary) 55%, white);outline-offset:2px}.Chat-module__F1va6G__loadingState,.Chat-module__F1va6G__errorState,.Chat-module__F1va6G__emptyState{text-align:center;height:100%;color:var(--muted-foreground);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.Chat-module__F1va6G__loadingState .Chat-module__F1va6G__loadingSpinner{border:3px solid var(--border);border-top:3px solid var(--primary);border-radius:50%;width:32px;height:32px;margin-bottom:1rem;animation:1s linear infinite Chat-module__F1va6G__spin}.Chat-module__F1va6G__emptyState{flex:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:auto}.Chat-module__F1va6G__emptyStateContent{text-align:center;flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;max-width:70vw;height:100%;margin:0 auto;display:flex;overflow:auto}.Chat-module__F1va6G__suggestionsGrid{flex:0;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:1rem;width:100%;padding-left:1rem;padding-right:1rem;display:grid}.Chat-module__F1va6G__suggestionBox{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:10rem;padding:1rem 1.25rem;transition:background-color .2s,box-shadow .2s,transform .2s,border-color .2s;display:flex;box-shadow:0 6px 16px #0000000a}.Chat-module__F1va6G__suggestionBox span{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;overflow:hidden}.Chat-module__F1va6G__suggestionBox:hover{background-color:var(--card);border-color:var(--primary);transform:translateY(-1px);box-shadow:0 10px 24px #00000014}.Chat-module__F1va6G__suggestionBoxShimmer{pointer-events:none;background:linear-gradient(90deg, var(--card) 0%, var(--muted) 50%, var(--card) 100%);border-color:var(--border);background-size:200% 100%;animation:2s infinite Chat-module__F1va6G__shimmer}.Chat-module__F1va6G__shimmerIcon{background-color:var(--muted);opacity:.6;border-radius:50%;width:24px;height:24px}.Chat-module__F1va6G__shimmerText{border-radius:var(--radius-sm);background-color:var(--muted);opacity:.6;width:80%;height:16px}@keyframes Chat-module__F1va6G__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes Chat-module__F1va6G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Chat-module__F1va6G__errorState p{color:var(--destructive);margin-bottom:1rem}.Chat-module__F1va6G__retryButton{background-color:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s;display:inline-flex}.Chat-module__F1va6G__retryButton:hover{background-color:var(--primary);opacity:.9}.Chat-module__F1va6G__errorBanner{background-color:var(--destructive);color:var(--destructive-foreground);justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.875rem;display:flex}.Chat-module__F1va6G__errorBanner p{margin:0}.Chat-module__F1va6G__errorBanner button{color:var(--destructive-foreground);cursor:pointer;background:0 0;border:none;margin-left:.5rem;padding:0;font-size:1.25rem;line-height:1}.Chat-module__F1va6G__loadingMore{color:var(--muted-foreground);justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.875rem;display:flex}.Chat-module__F1va6G__loadingMore .Chat-module__F1va6G__loadingSpinner{border:2px solid var(--border);border-top:2px solid var(--primary);border-radius:50%;width:16px;height:16px;animation:1s linear infinite Chat-module__F1va6G__spin}.Chat-module__F1va6G__emptyState p{color:var(--muted-foreground);margin:0;font-size:1rem}.Chat-module__F1va6G__toolbarActions{gap:8px;margin-right:24px;display:flex}.Chat-module__F1va6G__toolbarButton{align-items:center;gap:6px;display:inline-flex}.Chat-module__F1va6G__segmentedToggleBtn{border:1px solid var(--border);color:var(--text-muted);background:0 0;border-radius:8px;align-items:center;gap:6px;min-height:32px;padding:5px 12px;font-size:12.5px;font-weight:500;display:inline-flex}.Chat-module__F1va6G__segmentedToggleBtn:hover{background:var(--muted);color:var(--foreground);box-shadow:none;transform:none}.Chat-module__F1va6G__segmentedToggleBtn.Chat-module__F1va6G__active{background:var(--card);color:var(--foreground);box-shadow:var(--shadow-sm)}.Chat-module__F1va6G__toggleCaretOpen{transform:rotate(180deg)}.Chat-module__F1va6G__compoundDropdownWrapper{z-index:1200;position:relative}.Chat-module__F1va6G__compoundDropdown{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);z-index:1300;flex-direction:column;min-width:280px;max-height:320px;animation:.15s ease-out Chat-module__F1va6G__dropdownSlideIn;display:flex;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}@keyframes Chat-module__F1va6G__dropdownSlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Chat-module__F1va6G__compoundDropdownHeader{border-bottom:1px solid var(--border);padding:8px}.Chat-module__F1va6G__compoundDropdownSearch{align-items:center;display:flex;position:relative}.Chat-module__F1va6G__compoundDropdownSearchIcon{color:var(--muted-foreground);pointer-events:none;position:absolute;left:10px}.Chat-module__F1va6G__compoundDropdownSearchInput{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);width:100%;color:var(--foreground);padding:8px 8px 8px 32px;font-size:.875rem}.Chat-module__F1va6G__compoundDropdownSearchInput:focus{border-color:var(--primary);outline:none}.Chat-module__F1va6G__compoundDropdownContent{flex:1;max-height:260px;overflow-y:auto}.Chat-module__F1va6G__compoundDropdownDivider{background:var(--border);height:1px;margin:4px 2px}.Chat-module__F1va6G__compoundDropdownItem{width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:10px 12px;font-size:.875rem;transition:background-color .15s;display:flex}.Chat-module__F1va6G__compoundDropdownItem:hover{background:var(--muted)}.Chat-module__F1va6G__compoundDropdownItem.Chat-module__F1va6G__active{background:var(--primary);color:var(--primary-foreground)}.Chat-module__F1va6G__compoundDropdownItemIcon{color:var(--muted-foreground);flex-shrink:0}.Chat-module__F1va6G__compoundDropdownItem.Chat-module__F1va6G__active .Chat-module__F1va6G__compoundDropdownItemIcon{color:var(--primary-foreground)}.Chat-module__F1va6G__compoundDropdownItemContent{flex:1;min-width:0}.Chat-module__F1va6G__compoundDropdownItemTitle{white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.Chat-module__F1va6G__compoundDropdownItemMeta{color:var(--muted-foreground);margin-top:2px;font-size:.75rem}.Chat-module__F1va6G__compoundDropdownItem.Chat-module__F1va6G__active .Chat-module__F1va6G__compoundDropdownItemMeta{color:var(--primary-foreground);opacity:.8}.Chat-module__F1va6G__compoundDropdownEmpty{color:var(--muted-foreground);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px 16px;font-size:.875rem;display:flex}.Chat-module__F1va6G__compoundDropdownLoading{color:var(--muted-foreground);justify-content:center;align-items:center;gap:8px;padding:24px 16px;display:flex}.Chat-module__F1va6G__panelFlex{flex-direction:column;min-width:0;min-height:0;display:flex}.Chat-module__F1va6G__panelWrapper{background:var(--background);border-left:1px solid var(--border);flex-direction:column;flex-shrink:0;height:100%;display:flex;overflow:hidden}.Chat-module__F1va6G__panelWrapperEditor{z-index:10}.Chat-module__F1va6G__panelWrapperDashboard{z-index:11}.Chat-module__F1va6G__panelWrapperLarge{width:var(--panel-width,50%);transition:width .24s;position:relative}.Chat-module__F1va6G__panelWrapperLarge.Chat-module__F1va6G__panelWrapperClosed{border-left:none;width:0}.Chat-module__F1va6G__panelWrapperSmall{z-index:20;border-left:none;width:100%;height:100%;position:absolute;inset:0}.Chat-module__F1va6G__panelWrapperSmall.Chat-module__F1va6G__panelWrapperClosed{display:none}.Chat-module__F1va6G__separatorHandle{cursor:col-resize;border-left:1px solid var(--border);background:0 0;flex:none;justify-content:center;align-items:center;width:10px;height:100%;display:flex;position:relative}.Chat-module__F1va6G__separatorHandle:before{content:"";background:var(--border);border-radius:2px;width:2px;height:24px;transition:background-color .12s}.Chat-module__F1va6G__separatorHandle:hover:before{background:color-mix(in oklab, var(--text-muted) 70%, transparent)}.Chat-module__F1va6G__panelContent{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;position:relative;overflow:auto}.Chat-module__F1va6G__panelBackdrop{z-index:19;background:#00000059;height:100%;position:absolute;inset:0}.Chat-module__F1va6G__panelPointerNone{pointer-events:none}.Chat-module__F1va6G__dashboardPanelContent,.Chat-module__F1va6G__editorPanelContent{flex-direction:column;display:flex;overflow:hidden}@media (max-width:768px){.Chat-module__F1va6G__messagesContainer{padding:.75rem}.Chat-module__F1va6G__scrollToBottomButton{transform:translate(-50%,-64%)}.Chat-module__F1va6G__conversationDrawerToggle{top:7.5rem}.Chat-module__F1va6G__conversationDrawer{width:min(280px,100% - 24px)}.Chat-module__F1va6G__panelContent,.Chat-module__F1va6G__dashboardPanelContent,.Chat-module__F1va6G__editorPanelContent{min-width:280px}.Chat-module__F1va6G__compoundDropdown{min-width:240px}}@media (max-width:480px){.Chat-module__F1va6G__messagesContainer{padding:.5rem}.Chat-module__F1va6G__scrollToBottomButton{width:36px;height:36px;transform:translate(-50%,-58%)}.Chat-module__F1va6G__panelContent,.Chat-module__F1va6G__dashboardPanelContent,.Chat-module__F1va6G__editorPanelContent{min-width:240px}.Chat-module__F1va6G__segmentedToggleBtn{gap:4px;padding:6px 8px;font-size:.8125rem}.Chat-module__F1va6G__segmentedToggleBtn span{display:none}.Chat-module__F1va6G__compoundDropdown{min-width:200px;max-width:calc(100vw - 32px);left:auto;right:0}.Chat-module__F1va6G__compoundDropdownItem{padding:8px 10px}}.Chat-module__F1va6G__splitLeftOuter{flex-direction:column;height:100%;display:flex;overflow:hidden}.Chat-module__F1va6G__splitLeftHead{border-bottom:1px solid var(--border);background:var(--card);flex-shrink:0;align-items:center;gap:8px;padding:12px 14px;display:flex}.Chat-module__F1va6G__splitLeftHeadInfo{flex:1;min-width:0}.Chat-module__F1va6G__splitLeftHeadTitle{color:var(--text-title);white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.Chat-module__F1va6G__splitLeftHeadSub{color:var(--text-muted);margin-top:2px;font-size:11.5px;display:block}.Chat-module__F1va6G__splitLeftHeadBtn{border:1px solid var(--border);border-radius:var(--radius-sm);width:28px;height:28px;min-height:28px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Chat-module__F1va6G__panelCloseButtonSeparator{background:var(--border);flex-shrink:0;width:1px;height:20px;margin:0 2px}.Chat-module__F1va6G__panelCloseButton{min-height:var(--button-height-md);aspect-ratio:1;padding:var(--button-padding-icon);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--danger-500);cursor:pointer;background:0 0;background:color-mix(in oklab, var(--danger-300) 14%, var(--card));border-color:color-mix(in oklab, var(--danger-300) 60%, var(--border));transition:var(--transition-interactive);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Chat-module__F1va6G__panelCloseButton:hover{background:color-mix(in oklab, var(--danger-400) 14%, var(--card));border-color:color-mix(in oklab, var(--danger-400) 60%, var(--border));color:var(--danger-500);box-shadow:none;transform:none}.Chat-module__F1va6G__panelCloseButton:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset)}.Chat-module__F1va6G__splitLeftHeadBtn:hover{color:var(--foreground);border-color:color-mix(in oklab, var(--border) 60%, var(--text-muted) 40%);box-shadow:none;transform:none}
.ChatInput-module__IcG31W__chatInputContainer{border:1px solid var(--border);border-radius:var(--radius-lg);background-color:var(--card);color:var(--text-body);height:auto;font-family:var(--font-family);flex-direction:column;align-items:stretch;gap:8px;width:100%;margin-bottom:1rem;display:flex}.ChatInput-module__IcG31W__uploadsContainer{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.ChatInput-module__IcG31W__inputActionsContainer{gap:8px;padding:8px 10px;display:flex}.ChatInput-module__IcG31W__inputActions{flex-direction:row;flex:1;align-items:center;gap:8px;display:flex}.ChatInput-module__IcG31W__datasourcePicker{font-size:12px;font-weight:600;font-family:var(--font-family);background:var(--card);align-items:center;gap:6px;height:36px;display:inline-flex}.ChatInput-module__IcG31W__datasourcePicker:hover{color:var(--foreground)}.ChatInput-module__IcG31W__attachmentButton{aspect-ratio:1;align-items:center;height:36px;padding:.375rem;display:inline-flex}.ChatInput-module__IcG31W__chatInput{width:auto;font-size:var(--type-body-m);resize:none;min-height:36px;max-height:348px;box-shadow:none;line-height:1.5;font-family:var(--font-family);color:var(--text-body);background:var(--card);border:none;outline:none;margin:0 4px;padding:10px 14px;display:block;overflow-y:auto}.ChatInput-module__IcG31W__chatInput:focus,.ChatInput-module__IcG31W__chatInput:focus-visible,.ChatInput-module__IcG31W__chatInput:active{box-shadow:none!important;outline:none!important}.ChatInput-module__IcG31W__sendButton{color:var(--primary)}.ChatInput-module__IcG31W__sendIcon{width:100%;height:100%;padding:2px}.ChatInput-module__IcG31W__uploadsContainer{flex-flow:row;gap:8px;margin-bottom:8px;padding:10px;display:flex;overflow-x:auto}.ChatInput-module__IcG31W__attachment{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-body);background:var(--muted);place-items:center;gap:4px;padding:4px 8px;font-size:14px;display:flex}.ChatInput-module__IcG31W__attachmentName{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.ChatInput-module__IcG31W__removeAttachmentButton{align-items:center;padding:.25rem .375rem;font-size:14px;display:inline-flex}.ChatInput-module__IcG31W__spinnerWrapper{display:inline-block;position:relative}.ChatInput-module__IcG31W__spinnerOverlay{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}
.AssistantChatMessage-module__B35StG__assistantChatMessage{justify-content:flex-start;width:100%;margin:.5rem 0;display:flex}.AssistantChatMessage-module__B35StG__messageCard{color:var(--foreground);word-break:break-word;text-align:left;width:100%;max-width:100%;box-shadow:none;background:0 0;border:none;border-radius:0;padding:.75rem 0}.AssistantChatMessage-module__B35StG__assistantResponse{margin-bottom:.5rem}.AssistantChatMessage-module__B35StG__traceContainer{border:1px solid var(--border);border-radius:var(--radius);background:color-mix(in oklch, var(--card) 92%, var(--muted) 8%);margin:.5rem 0;overflow:hidden}.AssistantChatMessage-module__B35StG__traceHeader{all:unset;cursor:pointer;box-sizing:border-box;border-radius:var(--radius) var(--radius) 0 0;justify-content:space-between;align-items:center;width:100%;padding:.4rem .65rem;transition:background-color .1s;display:flex}.AssistantChatMessage-module__B35StG__traceHeaderCollapsed{border-radius:var(--radius)}.AssistantChatMessage-module__B35StG__traceHeader:hover{background:color-mix(in oklch, var(--muted) 70%, var(--card))}.AssistantChatMessage-module__B35StG__traceHeaderLeft{align-items:center;gap:.4rem;display:flex}.AssistantChatMessage-module__B35StG__traceHeaderRight{align-items:center;gap:.45rem;margin-left:auto;display:flex}.AssistantChatMessage-module__B35StG__traceHeaderIcon{color:var(--muted-foreground);flex-shrink:0}.AssistantChatMessage-module__B35StG__traceTitle{color:var(--foreground);font-size:.78rem;font-weight:600}.AssistantChatMessage-module__B35StG__traceCount{color:#fff;background:var(--primary);border-radius:999px;padding:.08rem .5rem;font-size:.68rem;font-weight:600;line-height:1.45}.AssistantChatMessage-module__B35StG__traceHeaderChevron{color:var(--muted-foreground);flex-shrink:0;transition:transform .2s}.AssistantChatMessage-module__B35StG__traceHeaderChevronExpanded{transform:rotate(180deg)}.AssistantChatMessage-module__B35StG__traceBody{border-top:1px solid var(--border);flex-direction:column;min-height:160px;max-height:min(60vh,520px);display:flex}.AssistantChatMessage-module__B35StG__traceScrollArea{scrollbar-width:thin;scrollbar-color:var(--border) transparent;flex:1;min-height:0;padding:.45rem;overflow:hidden auto}.AssistantChatMessage-module__B35StG__traceScrollArea::-webkit-scrollbar{width:8px}.AssistantChatMessage-module__B35StG__traceScrollArea::-webkit-scrollbar-track{background:0 0}.AssistantChatMessage-module__B35StG__traceScrollArea::-webkit-scrollbar-thumb{background:color-mix(in oklch, var(--border) 80%, transparent);border-radius:999px}.AssistantChatMessage-module__B35StG__traceResizeHandle{cursor:row-resize;border:none;border-top:1px solid var(--border);width:100%;height:10px;color:var(--muted-foreground);background:0 0;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.AssistantChatMessage-module__B35StG__traceResizeBar{background:var(--border);border-radius:2px;justify-content:center;align-items:center;width:24px;height:2px;transition:background-color .12s,color .12s;display:inline-flex}.AssistantChatMessage-module__B35StG__traceResizeBar svg{opacity:0;transition:opacity .12s;position:absolute}.AssistantChatMessage-module__B35StG__traceResizeHandle:hover .AssistantChatMessage-module__B35StG__traceResizeBar,.AssistantChatMessage-module__B35StG__traceResizeHandleActive .AssistantChatMessage-module__B35StG__traceResizeBar{background:color-mix(in oklab, var(--text-muted) 70%, transparent)}.AssistantChatMessage-module__B35StG__traceResizeHandle:hover .AssistantChatMessage-module__B35StG__traceResizeBar svg,.AssistantChatMessage-module__B35StG__traceResizeHandleActive .AssistantChatMessage-module__B35StG__traceResizeBar svg{opacity:1}.AssistantChatMessage-module__B35StG__traceRow{flex-direction:column;display:flex}.AssistantChatMessage-module__B35StG__traceRowTrigger{text-align:left;border-radius:calc(var(--radius) - 2px);background:0 0;border:none;align-items:center;gap:.45rem;width:100%;min-height:1.75rem;padding:.2rem .6rem;transition:background-color .1s;display:flex}.AssistantChatMessage-module__B35StG__traceRowTrigger:hover{background:color-mix(in oklch, var(--muted) 60%, transparent)}.AssistantChatMessage-module__B35StG__traceRowDot{border-radius:50%;flex-shrink:0;width:7px;min-width:7px;height:7px}.AssistantChatMessage-module__B35StG__traceRowDotDefault{background:color-mix(in oklch, var(--muted-foreground) 45%, var(--border))}.AssistantChatMessage-module__B35StG__traceRowDotRunning{background:var(--primary);animation:1.4s ease-in-out infinite AssistantChatMessage-module__B35StG__traceDotPulse}.AssistantChatMessage-module__B35StG__traceRowDotSuccess{background:var(--success-600,#16a34a)}.AssistantChatMessage-module__B35StG__traceRowDotError{background:var(--danger-600,#dc2626)}.AssistantChatMessage-module__B35StG__traceRowDot--primary{background:var(--primary,#3b82f6)!important}.AssistantChatMessage-module__B35StG__traceRowDot--accent{background:var(--accent,#ec4899)!important}.AssistantChatMessage-module__B35StG__traceRowDot--warning{background:var(--warning,#f59e0b)!important}.AssistantChatMessage-module__B35StG__traceRowDot--success{background:var(--success-600,#16a34a)!important}.AssistantChatMessage-module__B35StG__traceRowDot--secondary{background:var(--secondary,#6366f1)!important}@keyframes AssistantChatMessage-module__B35StG__traceDotPulse{0%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.75)}to{opacity:1;transform:scale(1)}}@keyframes AssistantChatMessage-module__B35StG__traceDotBounce{0%{opacity:1;filter:drop-shadow(0 0 #fff0)}50%{opacity:.5;filter:drop-shadow(0 0 8px #3b82f666)}to{opacity:1;filter:drop-shadow(0 0 #fff0)}}.AssistantChatMessage-module__B35StG__traceRowTypeIcon{color:var(--muted-foreground);opacity:.8;flex-shrink:0;align-items:center;display:inline-flex}.AssistantChatMessage-module__B35StG__traceRowAgentIcon{color:var(--muted-foreground);flex-shrink:0;align-items:center;width:13px;height:13px;display:inline-flex;overflow:hidden}.AssistantChatMessage-module__B35StG__traceRowAgentIcon svg{min-width:13px;width:13px!important;height:13px!important}.AssistantChatMessage-module__B35StG__traceRowName{min-width:0;color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.81rem;font-weight:500;overflow:hidden}.AssistantChatMessage-module__B35StG__traceRowNameMono{font-family:var(--font-mono,ui-monospace, "Cascadia Code", monospace);color:var(--muted-foreground);font-size:.76rem;font-weight:400}.AssistantChatMessage-module__B35StG__traceRowBadge{color:var(--muted-foreground);background:color-mix(in oklch, var(--muted) 80%, transparent);white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:.2rem;padding:.08rem .45rem;font-size:.68rem;line-height:1.5;display:inline-flex}.AssistantChatMessage-module__B35StG__traceRowBadgeSuccess{color:var(--success-600,#16a34a);background:0 0;padding:0}.AssistantChatMessage-module__B35StG__traceRowBadgeError{color:var(--danger-600,#dc2626);background:0 0;padding:0}.AssistantChatMessage-module__B35StG__traceRowBadgeRunning{color:var(--primary);background:0 0;padding:0}.AssistantChatMessage-module__B35StG__traceRowBadgeInprogress{color:var(--primary);background:color-mix(in oklch, var(--primary) 12%, transparent)}.AssistantChatMessage-module__B35StG__traceRowChevron{color:var(--muted-foreground);opacity:.4;flex-shrink:0;transition:transform .15s}.AssistantChatMessage-module__B35StG__traceRowChevronExpanded{opacity:.7;transform:rotate(90deg)}.AssistantChatMessage-module__B35StG__traceRowContent{padding:.2rem .6rem .4rem 1.75rem;overflow:hidden}.AssistantChatMessage-module__B35StG__traceRowContentText{font-size:.82rem}.AssistantChatMessage-module__B35StG__traceCallGroup{border-left:1.5px solid color-mix(in oklch, var(--border) 90%, transparent);margin:.15rem 0 .15rem 1rem;padding-left:.3rem}@keyframes AssistantChatMessage-module__B35StG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AssistantChatMessage-module__B35StG__agentProgressContainer{border-top:1px solid color-mix(in oklch, var(--border) 40%, transparent);align-items:center;gap:.75rem;margin-top:.5rem;padding:.85rem 0 .25rem;display:flex}.AssistantChatMessage-module__B35StG__agentProgressInner{align-items:center;gap:.5rem;padding-right:.5rem;display:flex;overflow-x:auto}.AssistantChatMessage-module__B35StG__agentProgressItem{--agent-color:var(--primary-500);flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AssistantChatMessage-module__B35StG__agentProgressCircle{justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;position:relative}.AssistantChatMessage-module__B35StG__agentProgressSVG{width:100%;height:100%;position:absolute;top:0;left:0;transform:rotate(-90deg)}.AssistantChatMessage-module__B35StG__agentProgressAvatarOuter{z-index:2;border:2px solid var(--card);box-sizing:border-box;background-color:var(--muted);width:28px;height:28px;color:var(--foreground);box-shadow:0 0 0 1px var(--border), 0 2px 6px oklch(from var(--foreground) l c h / .12);transition:transform var(--transition-fast), box-shadow var(--transition-base);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:3px;display:flex;position:relative;overflow:visible}.AssistantChatMessage-module__B35StG__agentProgressIcon{justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.AssistantChatMessage-module__B35StG__agentProgressIcon svg{width:16px;height:16px}.AssistantChatMessage-module__B35StG__agentProgressTrack{stroke:color-mix(in oklch, var(--border) 70%, transparent)}.AssistantChatMessage-module__B35StG__agentProgressValue{stroke:var(--agent-color);filter:drop-shadow(0 0 2px oklch(from var(--agent-color) l c h / .25));animation:.9s cubic-bezier(.22,1,.36,1) forwards AssistantChatMessage-module__B35StG__agentProgressReveal;animation-delay:calc(var(--progress-index,0) * .12s)}@keyframes AssistantChatMessage-module__B35StG__agentProgressReveal{0%{stroke-dashoffset:var(--progress-circumference);opacity:.55}to{stroke-dashoffset:var(--progress-target-offset);opacity:1}}.AssistantChatMessage-module__B35StG__agentProgressItem[data-color=primary]{--agent-color:var(--primary-500)}.AssistantChatMessage-module__B35StG__agentProgressItem[data-color=accent]{--agent-color:var(--accent-500)}.AssistantChatMessage-module__B35StG__agentProgressItem[data-color=success]{--agent-color:var(--success-500)}.AssistantChatMessage-module__B35StG__agentProgressItem[data-color=warning]{--agent-color:var(--warning-500)}.AssistantChatMessage-module__B35StG__agentProgressItem[data-color=secondary]{--agent-color:var(--secondary-500)}.AssistantChatMessage-module__B35StG__agentProgressAvatarOuter[data-color=primary]{background-color:var(--primary-200);color:var(--primary-700)}.AssistantChatMessage-module__B35StG__agentProgressAvatarOuter[data-color=accent]{background-color:var(--accent-200);color:var(--accent-700)}.AssistantChatMessage-module__B35StG__agentProgressAvatarOuter[data-color=success]{background-color:var(--success-200);color:var(--success-700)}.AssistantChatMessage-module__B35StG__agentProgressAvatarOuter[data-color=warning]{background-color:var(--warning-200);color:var(--warning-700)}.AssistantChatMessage-module__B35StG__agentProgressAvatarOuter[data-color=secondary]{background-color:var(--secondary-200);color:var(--secondary-700)}.AssistantChatMessage-module__B35StG__assistantThoughts{border-radius:var(--radius);background-color:var(--muted);border:1px solid var(--border);color:var(--muted-foreground);margin-bottom:.5rem}.AssistantChatMessage-module__B35StG__assistantThoughtsHeader{width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.AssistantChatMessage-module__B35StG__assistantThoughtsTitle{text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.5em;font-size:.75rem;font-weight:600;display:flex}.AssistantChatMessage-module__B35StG__assistantThoughtsHint{opacity:.8;font-size:.75rem;display:block}.AssistantChatMessage-module__B35StG__assistantThoughtsBody{border-top:1px solid var(--border);background-color:var(--muted);padding:.5rem .75rem .75rem}.AssistantChatMessage-module__B35StG__assistantVisualization{margin:.75rem 0}.AssistantChatMessage-module__B35StG__assistantFunctionCall{background:color-mix(in oklch, var(--card) 88%, var(--muted) 12%);border:1px solid var(--border);border-radius:var(--radius);margin:.375rem 0;padding:.5rem .625rem;transition:border-color .2s,background-color .2s}.AssistantChatMessage-module__B35StG__functionCallStack{border:1px solid var(--border);border-radius:var(--radius);background:color-mix(in oklch, var(--card) 90%, var(--muted) 10%);margin:.375rem 0;overflow:hidden}.AssistantChatMessage-module__B35StG__functionCallStackHeader{width:100%;color:var(--muted-foreground);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.5rem .625rem;transition:background-color .2s,color .2s;display:flex}.AssistantChatMessage-module__B35StG__functionCallStackHeader:hover{background-color:color-mix(in oklch, var(--muted) 70%, transparent);color:var(--foreground)}.AssistantChatMessage-module__B35StG__functionCallStackTitle{text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.375rem;font-size:.7rem;font-weight:600;display:flex}.AssistantChatMessage-module__B35StG__functionCallStackBody{border-top:1px solid var(--border);background-color:color-mix(in oklch, var(--card) 96%, var(--muted) 4%);flex-direction:column;gap:.375rem;padding:.375rem;display:flex}.AssistantChatMessage-module__B35StG__functionCallStackItem{border-radius:var(--radius);border:1px solid var(--border);background:color-mix(in oklch, var(--card) 92%, var(--muted) 8%);padding:.5rem .625rem}.AssistantChatMessage-module__B35StG__functionCallStackStatus{align-items:center;gap:.375rem;display:inline-flex}.AssistantChatMessage-module__B35StG__functionCallToggle{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:0;display:flex}.AssistantChatMessage-module__B35StG__functionCallHeaderMain{flex:1;align-items:center;gap:.375rem;min-width:0;display:inline-flex}.AssistantChatMessage-module__B35StG__functionCallMeta{flex-direction:column;gap:.1rem;min-width:0;display:flex}.AssistantChatMessage-module__B35StG__functionCallAgent{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;opacity:.85;font-size:.6rem;font-weight:600;line-height:1.1}.AssistantChatMessage-module__B35StG__functionCallName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8rem;font-weight:600;line-height:1.2;overflow:hidden}.AssistantChatMessage-module__B35StG__functionCallStatus{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.AssistantChatMessage-module__B35StG__functionCallSuccess{color:var(--success-600)}.AssistantChatMessage-module__B35StG__functionCallError{color:var(--danger-600)}.AssistantChatMessage-module__B35StG__functionCallRunning{color:var(--primary)}.AssistantChatMessage-module__B35StG__functionCallChevron{flex-shrink:0;transition:transform .2s;transform:rotate(-90deg)}.AssistantChatMessage-module__B35StG__functionCallChevron.AssistantChatMessage-module__B35StG__expanded,.AssistantChatMessage-module__B35StG__expanded{transform:rotate(0)}.AssistantChatMessage-module__B35StG__functionCallBody{flex-direction:column;gap:.375rem;margin-top:.375rem;display:flex}.AssistantChatMessage-module__B35StG__functionCallSection{margin-top:0}.AssistantChatMessage-module__B35StG__functionCallSubheading{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin-bottom:.3rem;font-size:.68rem;font-weight:600}.AssistantChatMessage-module__B35StG__functionCallNote{color:var(--muted-foreground);margin:0;font-size:.72rem}.AssistantChatMessage-module__B35StG__functionCallSnippet{max-height:180px;margin-bottom:.375rem;overflow-y:auto}.AssistantChatMessage-module__B35StG__functionCallSnippet:last-child{margin-bottom:0}.AssistantChatMessage-module__B35StG__suggestionsPills{flex-wrap:wrap;gap:.375rem;margin:.25rem 0 .5rem;display:flex}.AssistantChatMessage-module__B35StG__suggestionPill{background-color:var(--muted);color:var(--foreground);cursor:pointer;border-radius:999px;align-items:center;padding:.85rem 1.2rem;font-size:.75rem;line-height:1.2;transition:background-color .2s;display:inline-flex}.AssistantChatMessage-module__B35StG__suggestionPill:before{content:"💡";margin-right:.5rem}.AssistantChatMessage-module__B35StG__suggestionPill:hover{background-color:var(--muted-foreground);color:var(--card);box-shadow:0 2px 8px #0000001a}.AssistantChatMessage-module__B35StG__loadingState{color:var(--muted-foreground);background:0 0;border-radius:0;align-items:center;gap:.5rem;width:100%;margin:.5rem 0;padding:1rem 0;font-style:italic;display:flex}.AssistantChatMessage-module__B35StG__agentAvatarStack{flex-direction:row;align-items:center;display:flex}.AssistantChatMessage-module__B35StG__agentAvatar{border:2px solid var(--card);box-sizing:border-box;background-color:var(--muted);width:28px;height:28px;color:var(--foreground);box-shadow:0 0 0 1px var(--border), 0 2px 6px oklch(from var(--foreground) l c h / .12);--agent-color:var(--primary);transition:transform var(--transition-fast), box-shadow var(--transition-base);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:3px;display:flex;position:relative;overflow:visible}.AssistantChatMessage-module__B35StG__agentAvatar:not(:first-child){margin-left:-10px}.AssistantChatMessage-module__B35StG__agentAvatar:hover{transform:translateY(-1px)}.AssistantChatMessage-module__B35StG__agentAvatarActive{transform:translateY(-1px)scale(1.03)}.AssistantChatMessage-module__B35StG__agentAvatar[data-color=primary]{background-color:var(--primary-200);color:var(--primary-700);--agent-color:var(--primary-500)}.AssistantChatMessage-module__B35StG__agentAvatar[data-color=accent]{background-color:var(--accent-200);color:var(--accent-700);--agent-color:var(--accent-500)}.AssistantChatMessage-module__B35StG__agentAvatar[data-color=success]{background-color:var(--success-200);color:var(--success-700);--agent-color:var(--success-500)}.AssistantChatMessage-module__B35StG__agentAvatar[data-color=warning]{background-color:var(--warning-200);color:var(--warning-700);--agent-color:var(--warning-500)}.AssistantChatMessage-module__B35StG__agentAvatar[data-color=secondary]{background-color:var(--secondary-200);color:var(--secondary-700);--agent-color:var(--secondary-500)}.AssistantChatMessage-module__B35StG__agentAvatarActive{animation:1.8s ease-in-out infinite AssistantChatMessage-module__B35StG__agentAvatarPulse,.8s ease-in-out infinite AssistantChatMessage-module__B35StG__agentAvatarBounce}@keyframes AssistantChatMessage-module__B35StG__agentAvatarBounce{0%,to{transform:translateY(-1px)scale(1.03)}50%{transform:translateY(-4px)scale(1.03)}}@keyframes AssistantChatMessage-module__B35StG__agentAvatarPulse{0%,to{box-shadow:0 0 0 1px var(--border), 0 2px 6px oklch(from var(--foreground) l c h / .14), 0 0 0 0 oklch(from var(--agent-color) l c h / .6), 0 0 4px 1px oklch(from var(--agent-color) l c h / .2)}50%{box-shadow:0 0 0 1px var(--border), 0 3px 10px oklch(from var(--foreground) l c h / .18), 0 0 0 5px oklch(from var(--agent-color) l c h / 0), 0 0 8px 3px oklch(from var(--agent-color) l c h / 0)}}.AssistantChatMessage-module__B35StG__loadingSpinner{border:2px solid var(--border);border-top:2px solid var(--primary);border-radius:50%;width:16px;height:16px;animation:1s linear infinite AssistantChatMessage-module__B35StG__spin}.AssistantChatMessage-module__B35StG__animateSpin{animation:1s linear infinite AssistantChatMessage-module__B35StG__spin}.AssistantChatMessage-module__B35StG__errorState{background:var(--destructive);color:var(--destructive-foreground);border:1px solid var(--destructive);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:.75rem;width:100%;margin:.5rem 0;padding:1rem;display:flex}.AssistantChatMessage-module__B35StG__retryButton{color:inherit;border-radius:var(--radius);cursor:pointer;background:0 0;border:1px solid;flex-shrink:0;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.8125rem;display:inline-flex}.AssistantChatMessage-module__B35StG__retryButton:disabled{opacity:.6;cursor:not-allowed}.AssistantChatMessage-module__B35StG__visualizationPreview{border:1px solid var(--border);border-radius:var(--radius);background-color:var(--card);margin:.5rem 0;padding:1rem}.AssistantChatMessage-module__B35StG__visualizationHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.AssistantChatMessage-module__B35StG__visualizationActions{align-items:center;gap:.5rem;margin-left:auto;display:inline-flex}.AssistantChatMessage-module__B35StG__visualizationTitle{color:var(--foreground);font-size:var(--type-heading-5);margin:0 0 .5rem;font-weight:600}.AssistantChatMessage-module__B35StG__visualizationDescription{color:var(--muted-foreground);font-size:var(--type-body-s);margin:0}.AssistantChatMessage-module__B35StG__visualizationContainer{border-radius:var(--radius);width:100%;min-height:300px;overflow:hidden}.AssistantChatMessage-module__B35StG__visualizationLoading{height:300px;color:var(--muted-foreground);justify-content:center;align-items:center;gap:.75rem;font-style:italic;display:flex}.AssistantChatMessage-module__B35StG__visualizationError{height:300px;color:var(--destructive);background-color:var(--destructive-foreground);border-radius:var(--radius);text-align:center;justify-content:center;align-items:center;padding:1rem;display:flex}.AssistantChatMessage-module__B35StG__visualizationEmpty{height:300px;color:var(--muted-foreground);text-align:center;justify-content:center;align-items:center;font-style:italic;display:flex}.AssistantChatMessage-module__B35StG__savePanelButton{color:var(--text-muted)}.AssistantChatMessage-module__B35StG__sendToCanvasButton{background-color:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s;display:inline-flex}.AssistantChatMessage-module__B35StG__sendToCanvasButton:hover{opacity:.9}.AssistantChatMessage-module__B35StG__viewControls{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.5rem 0;display:flex}.AssistantChatMessage-module__B35StG__viewTabs{gap:.25rem;display:flex}.AssistantChatMessage-module__B35StG__viewTabs.AssistantChatMessage-module__B35StG__hidden{display:none}.AssistantChatMessage-module__B35StG__viewTab{color:var(--muted-foreground);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background-color:#0000;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex;position:relative}.AssistantChatMessage-module__B35StG__viewTab:hover{background-color:var(--muted);color:var(--foreground)}.AssistantChatMessage-module__B35StG__viewTab.AssistantChatMessage-module__B35StG__active{background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.AssistantChatMessage-module__B35StG__tabLabel{white-space:nowrap}.AssistantChatMessage-module__B35StG__viewMobileSelector{display:none;position:relative}.AssistantChatMessage-module__B35StG__viewMobileSelector.AssistantChatMessage-module__B35StG__visible{display:block}.AssistantChatMessage-module__B35StG__viewMobileSelector.AssistantChatMessage-module__B35StG__hidden{display:none}.AssistantChatMessage-module__B35StG__viewMobileButton{background-color:var(--muted);color:var(--muted-foreground);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:all .2s;display:inline-flex}.AssistantChatMessage-module__B35StG__currentOptionContent{align-items:center;gap:.5rem;display:flex}.AssistantChatMessage-module__B35StG__viewMobileButton:hover{background-color:var(--muted);color:var(--foreground)}.AssistantChatMessage-module__B35StG__viewMobileDropdown{z-index:10;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);width:max-content;min-width:180px;margin-top:.25rem;position:absolute;top:100%;left:0;right:auto;overflow:hidden;box-shadow:0 4px 12px #00000026}.AssistantChatMessage-module__B35StG__viewMobileOption{text-align:left;cursor:pointer;width:100%;color:var(--foreground);box-sizing:border-box;background:0 0;border:none;justify-content:flex-start;align-items:start;gap:.5rem;margin:0;padding:.75rem;font-size:.875rem;transition:background-color .2s;display:flex}.AssistantChatMessage-module__B35StG__viewMobileOption:hover{background-color:var(--muted)}.AssistantChatMessage-module__B35StG__viewMobileOption.AssistantChatMessage-module__B35StG__active{background-color:var(--primary);color:var(--primary-foreground)}.AssistantChatMessage-module__B35StG__viewMobileOption:first-child{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.AssistantChatMessage-module__B35StG__viewMobileOption:last-child{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}.AssistantChatMessage-module__B35StG__rotated{transform:rotate(180deg)}@media (max-width:768px){.AssistantChatMessage-module__B35StG__viewTabs{display:none}.AssistantChatMessage-module__B35StG__viewMobileSelector{display:block}}@media (max-width:640px) and (min-width:481px){.AssistantChatMessage-module__B35StG__viewMobileDropdown{min-width:200px}}@media (max-width:360px){.AssistantChatMessage-module__B35StG__viewMobileSelector{position:static}.AssistantChatMessage-module__B35StG__viewMobileDropdown{z-index:50;width:auto;max-width:none;position:fixed;inset:auto 1rem 100px;transform:none}.AssistantChatMessage-module__B35StG__viewMobileOption{padding:1rem .75rem;font-size:.875rem}}@media (max-width:480px){.AssistantChatMessage-module__B35StG__traceBody{min-height:200px;max-height:min(55vh,460px)}.AssistantChatMessage-module__B35StG__traceResizeHandle{height:14px}.AssistantChatMessage-module__B35StG__viewControls{padding:.375rem 0}.AssistantChatMessage-module__B35StG__viewMobileButton{padding:.4375rem .625rem;font-size:.8125rem}.AssistantChatMessage-module__B35StG__viewMobileSelector{flex:1;min-width:0;max-width:calc(100% - 100px)}.AssistantChatMessage-module__B35StG__viewMobileDropdown{box-sizing:border-box;width:auto;min-width:160px;max-width:calc(100vw - 2rem);left:0;right:auto}.AssistantChatMessage-module__B35StG__viewMobileOption{white-space:nowrap;padding:.625rem .75rem;font-size:.8125rem}.AssistantChatMessage-module__B35StG__sendFullResponseButton{flex-shrink:0;padding:.4375rem .75rem;font-size:.8125rem}}.AssistantChatMessage-module__B35StG__sendFullResponseButton{background-color:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;flex-shrink:0;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.AssistantChatMessage-module__B35StG__sendFullResponseButton:hover{background-color:var(--primary);color:var(--primary-foreground)}.AssistantChatMessage-module__B35StG__messageContent{width:100%}
.ToolCallNodeGraph-module__tbRuuq__container{flex-direction:column;gap:0;display:flex}.ToolCallNodeGraph-module__tbRuuq__searchBar{border:1px solid var(--border);border-radius:var(--radius) var(--radius) 0 0;background:linear-gradient(135deg, color-mix(in oklch, var(--card) 84%, var(--primary-100) 16%), color-mix(in oklch, var(--card) 78%, var(--accent-100) 22%));border-bottom:none;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.ToolCallNodeGraph-module__tbRuuq__searchIcon{color:var(--muted-foreground);flex-shrink:0}.ToolCallNodeGraph-module__tbRuuq__searchInput{border:1px solid var(--border);border-radius:var(--radius-sm,.25rem);background:var(--card);color:var(--foreground);flex:1;padding:.3rem .5rem;font-family:inherit;font-size:.8rem}.ToolCallNodeGraph-module__tbRuuq__searchInput:focus{border-color:var(--primary-400);outline:none}.ToolCallNodeGraph-module__tbRuuq__searchInput::placeholder{color:var(--muted-foreground)}.ToolCallNodeGraph-module__tbRuuq__matchCount{color:var(--muted-foreground);white-space:nowrap;padding:0 .25rem;font-size:.72rem}.ToolCallNodeGraph-module__tbRuuq__resetButton{border:1px solid color-mix(in oklch, var(--primary-300) 45%, var(--border) 55%);background:color-mix(in oklch, var(--card) 78%, var(--primary-100) 22%);color:var(--foreground);border-radius:var(--radius-sm,4px);cursor:pointer;transition:var(--transition-interactive);padding:.3rem .55rem;font-size:.72rem;line-height:1}.ToolCallNodeGraph-module__tbRuuq__resetButton:hover{border-color:var(--primary-400);background:color-mix(in oklch, var(--card) 64%, var(--primary-200) 36%)}.ToolCallNodeGraph-module__tbRuuq__viewport{border:1px solid var(--border);border-radius:0 0 var(--radius) var(--radius);background:radial-gradient(120% 90% at 10% 5%, color-mix(in oklch, var(--primary-100) 35%, transparent), transparent 48%), radial-gradient(130% 80% at 95% 95%, color-mix(in oklch, var(--accent-100) 28%, transparent), transparent 54%), linear-gradient(160deg, color-mix(in oklch, var(--card) 82%, var(--primary-100) 18%), color-mix(in oklch, var(--card) 86%, var(--accent-100) 14%));-webkit-user-select:none;user-select:none;height:max(300px,40vh);position:relative;overflow:hidden}.ToolCallNodeGraph-module__tbRuuq__viewport::-webkit-scrollbar{display:none}.ToolCallNodeGraph-module__tbRuuq__connectorSvg{pointer-events:none;transform-origin:0 0;z-index:3;width:100%;height:100%;filter:drop-shadow(0 0 2px color-mix(in oklch, var(--primary-400) 35%, transparent));position:absolute;inset:0;overflow:visible}.ToolCallNodeGraph-module__tbRuuq__graph{transform-origin:0 0;will-change:transform;z-index:2;padding:1.5rem;position:absolute;top:0;left:0}.ToolCallNodeGraph-module__tbRuuq__graphContent{z-index:2;position:relative}.ToolCallNodeGraph-module__tbRuuq__rootColumn{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.ToolCallNodeGraph-module__tbRuuq__empty{text-align:center;color:var(--muted-foreground);padding:3rem 2rem;font-size:.875rem}.ToolCallNodeGraph-module__tbRuuq__column{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.ToolCallNodeGraph-module__tbRuuq__nodeWithChildren{flex-direction:row;align-items:center;gap:0;display:flex}.ToolCallNodeGraph-module__tbRuuq__connectorGap{flex-shrink:0;width:60px}.ToolCallNodeGraph-module__tbRuuq__card{border:1.5px solid color-mix(in oklch, var(--primary-300) 35%, var(--border) 65%);background:linear-gradient(145deg, color-mix(in oklch, var(--card) 88%, var(--primary-100) 12%), color-mix(in oklch, var(--card) 90%, var(--accent-100) 10%));min-width:160px;max-width:280px;color:var(--foreground);border-radius:6px;font-family:Monaco,Menlo,Courier New,monospace;font-size:.8rem;transition:box-shadow .15s,border-color .15s,transform .15s;overflow:hidden}.ToolCallNodeGraph-module__tbRuuq__card:hover{box-shadow:0 6px 18px color-mix(in oklch, var(--primary-500) 24%, transparent);border-color:var(--primary-400);transform:translateY(-1px)}.ToolCallNodeGraph-module__tbRuuq__card[data-matched=true]{box-shadow:0 0 0 2px color-mix(in oklch, var(--warning-400) 25%, transparent);border-color:var(--warning-400)!important}.ToolCallNodeGraph-module__tbRuuq__cardHeader{border-bottom:1px solid var(--border);background:color-mix(in oklch, var(--card) 72%, var(--primary-100) 28%);align-items:center;gap:.4rem;padding:.4rem .6rem;display:flex}.ToolCallNodeGraph-module__tbRuuq__cardKey{color:color-mix(in oklch, var(--foreground) 82%, var(--primary-600) 18%);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.78rem;font-weight:600;overflow:hidden}.ToolCallNodeGraph-module__tbRuuq__cardTypeBadge{letter-spacing:.02em;border-radius:3px;flex-shrink:0;padding:.1rem .35rem;font-size:.68rem;font-weight:500}.ToolCallNodeGraph-module__tbRuuq__cardTypeBadge[data-type=object]{background:color-mix(in oklch, var(--primary-500) 20%, transparent);color:var(--primary-300)}.ToolCallNodeGraph-module__tbRuuq__cardTypeBadge[data-type=array]{background:color-mix(in oklch, var(--success-500) 20%, transparent);color:var(--success-300)}.ToolCallNodeGraph-module__tbRuuq__cardTypeBadge[data-type=string]{background:color-mix(in oklch, var(--accent-500) 20%, transparent);color:var(--accent-300)}.ToolCallNodeGraph-module__tbRuuq__cardTypeBadge[data-type=number]{background:color-mix(in oklch, var(--warning-500) 20%, transparent);color:var(--warning-300)}.ToolCallNodeGraph-module__tbRuuq__cardTypeBadge[data-type=boolean]{color:#c4a6f5;background:#b4a0f526}.ToolCallNodeGraph-module__tbRuuq__cardTypeBadge[data-type=null]{background:color-mix(in oklch, var(--muted) 75%, transparent);color:var(--muted-foreground)}.ToolCallNodeGraph-module__tbRuuq__cardToggle{border:1px solid var(--border);background:color-mix(in oklch, var(--card) 85%, var(--muted) 15%);width:1.25rem;height:1.25rem;color:var(--muted-foreground);cursor:pointer;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:.9rem;line-height:1;display:flex}.ToolCallNodeGraph-module__tbRuuq__cardToggle:hover{background:color-mix(in oklch, var(--primary-100) 60%, var(--card) 40%);color:var(--foreground)}.ToolCallNodeGraph-module__tbRuuq__cardFields{flex-direction:column;gap:.2rem;padding:.35rem .6rem;display:flex}.ToolCallNodeGraph-module__tbRuuq__cardField{align-items:baseline;gap:0;display:flex}.ToolCallNodeGraph-module__tbRuuq__cardField[data-matched=true] .ToolCallNodeGraph-module__tbRuuq__fieldKey,.ToolCallNodeGraph-module__tbRuuq__cardField[data-matched=true] .ToolCallNodeGraph-module__tbRuuq__fieldValue{font-weight:700}.ToolCallNodeGraph-module__tbRuuq__cardField[data-matched=true] .ToolCallNodeGraph-module__tbRuuq__fieldValue{text-decoration:underline;-webkit-text-decoration-color:var(--warning-400);text-decoration-color:var(--warning-400)}.ToolCallNodeGraph-module__tbRuuq__fieldKey{color:color-mix(in oklch, var(--foreground) 84%, var(--primary-600) 16%);white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;max-width:100px;overflow:hidden}.ToolCallNodeGraph-module__tbRuuq__fieldColon{color:var(--muted-foreground);flex-shrink:0;padding:0 .2rem}.ToolCallNodeGraph-module__tbRuuq__fieldValue{text-overflow:ellipsis;white-space:nowrap;max-width:150px;overflow:hidden}.ToolCallNodeGraph-module__tbRuuq__fieldValue[data-type=string]{color:color-mix(in oklch, var(--success-500) 72%, var(--foreground) 28%)}.ToolCallNodeGraph-module__tbRuuq__fieldValue[data-type=number]{color:color-mix(in oklch, var(--warning-500) 74%, var(--foreground) 26%)}.ToolCallNodeGraph-module__tbRuuq__fieldValue[data-type=boolean]{color:color-mix(in oklch, var(--secondary-500) 72%, var(--foreground) 28%)}.ToolCallNodeGraph-module__tbRuuq__fieldValue[data-type=null]{color:var(--muted-foreground)}.ToolCallNodeGraph-module__tbRuuq__highlight{background:color-mix(in oklch, var(--warning-400) 35%, transparent);color:var(--warning-200);border-radius:2px;padding:0 1px}
.Dashboard-module__J_sQ_q__root{flex-direction:column;gap:16px;width:100%;height:100%;display:flex;position:relative}.Dashboard-module__J_sQ_q__controls{z-index:0;border-bottom:1px solid var(--border);height:var(--page-header-height);flex:none;padding:0;position:relative}.Dashboard-module__J_sQ_q__canvasContainer{flex:auto;min-height:0;margin-left:.5rem;margin-right:.5rem;padding:8px;position:relative;overflow:hidden}.Dashboard-module__J_sQ_q__compactRoot{gap:8px}.Dashboard-module__J_sQ_q__compactRoot .Dashboard-module__J_sQ_q__controls{padding:.35rem .5rem}.Dashboard-module__J_sQ_q__compactRoot .Dashboard-module__J_sQ_q__canvasContainer{margin-inline:0}.Dashboard-module__J_sQ_q__loadingSpinner{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);color:var(--card-foreground);box-shadow:var(--shadow);flex-direction:row;align-items:center;gap:.5rem;padding:1rem 2rem;display:flex}.Dashboard-module__J_sQ_q__errorMessage{background:var(--destructive);color:var(--destructive-foreground);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;max-width:400px;padding:1rem 2rem}@media (max-width:600px){.Dashboard-module__J_sQ_q__root{gap:8px}.Dashboard-module__J_sQ_q__controls{padding:.25rem}}
.Conversation-module__nSbG7q__conversationList{background-color:var(--background);flex-direction:column;height:100%;display:flex;position:relative;overflow:visible}.Conversation-module__nSbG7q__searchContainer{height:var(--page-header-height);align-items:center;display:flex}.Conversation-module__nSbG7q__searchInputWrapper{flex:1;align-items:center;margin:0 .5rem;display:flex;position:relative}.Conversation-module__nSbG7q__searchInput{background:0 0;border:none;width:100%;padding-left:2.25rem;transition:border-color .2s,box-shadow .2s}.Conversation-module__nSbG7q__searchIcon{color:var(--muted-foreground);pointer-events:none;z-index:1;position:absolute;left:.75rem}.Conversation-module__nSbG7q__clearButton{color:var(--muted-foreground);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .2s,background-color .2s;display:flex;position:absolute;right:.5rem}.Conversation-module__nSbG7q__clearButton:hover{color:var(--foreground);background-color:var(--accent)}.Conversation-module__nSbG7q__conversationItems{flex-direction:column;flex:1;display:flex;overflow-y:auto}.Conversation-module__nSbG7q__conversationItems::-webkit-scrollbar{width:6px}.Conversation-module__nSbG7q__conversationItems::-webkit-scrollbar-track{background:0 0}.Conversation-module__nSbG7q__conversationItems::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.Conversation-module__nSbG7q__conversationItems::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}.Conversation-module__nSbG7q__emptySearch{text-align:center;color:var(--muted-foreground);flex-direction:column;justify-content:center;align-items:center;height:100%;padding:3rem 1.5rem;display:flex}.Conversation-module__nSbG7q__emptySearch p{font-size:var(--type-body-m);font-weight:var(--font-weight-medium);color:var(--foreground);margin:0 0 .5rem}.Conversation-module__nSbG7q__emptySearch span{font-size:var(--type-body-s);color:var(--muted-foreground);margin:0}.Conversation-module__nSbG7q__conversationItem{border-bottom:1px solid var(--border);cursor:pointer;justify-content:space-between;align-items:center;margin-right:-1px;padding:.75rem 1rem .5rem;transition:all .2s;display:flex;position:relative}.Conversation-module__nSbG7q__conversationItem:hover{background-color:var(--background);box-shadow:0 1px 4px #0000000a}.Conversation-module__nSbG7q__conversationItem:hover .Conversation-module__nSbG7q__conversationActions{opacity:1;visibility:visible}.Conversation-module__nSbG7q__newConversationItem{border-top:1px solid var(--border);border-bottom:1px solid var(--border);cursor:pointer;align-items:center;margin-right:-1px;padding:1rem;transition:all .2s;display:flex;position:relative}.Conversation-module__nSbG7q__newConversationItem:hover{background-color:var(--muted)}.Conversation-module__nSbG7q__newConversationContent{align-items:center;gap:.75rem;display:flex}.Conversation-module__nSbG7q__newConversationIcon{color:var(--primary);flex-shrink:0}.Conversation-module__nSbG7q__newConversationText{font-size:var(--type-body-m);font-weight:var(--font-weight-medium);color:var(--foreground)}.Conversation-module__nSbG7q__conversationSummary{font-size:var(--type-body-s);color:var(--muted-foreground);-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;line-height:1.4;display:-webkit-box;overflow:hidden}.Conversation-module__nSbG7q__conversationItem.Conversation-module__nSbG7q__selected{background-color:var(--background);border-left:5px solid var(--primary);border-right:none;margin-right:0;transition:all .1s;position:relative;scale:1.02}.Conversation-module__nSbG7q__conversationContent{flex:1;min-width:0}.Conversation-module__nSbG7q__conversationActions{opacity:0;visibility:hidden;flex-shrink:0;gap:.25rem;margin-left:.5rem;transition:all .2s;display:flex}.Conversation-module__nSbG7q__iconButton{appearance:none;color:var(--muted-foreground);border-radius:var(--radius);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.375rem;line-height:1;transition:all .2s;display:flex}.Conversation-module__nSbG7q__iconButton:hover{color:var(--foreground);background-color:var(--background);transform:scale(1.05)}.Conversation-module__nSbG7q__iconButton:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.Conversation-module__nSbG7q__conversationTitle{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;margin:0 0 .5rem;font-size:.875rem;font-weight:500;line-height:1.2;overflow:hidden}.Conversation-module__nSbG7q__conversationItem.Conversation-module__nSbG7q__selected .Conversation-module__nSbG7q__conversationTitle{color:var(--foreground)}.Conversation-module__nSbG7q__conversationItem.Conversation-module__nSbG7q__selected .Conversation-module__nSbG7q__conversationSummary{color:var(--foreground);opacity:.8}@media (max-width:768px){.Conversation-module__nSbG7q__conversationItem,.Conversation-module__nSbG7q__newConversationItem{padding:.75rem}.Conversation-module__nSbG7q__conversationTitle,.Conversation-module__nSbG7q__newConversationText{font-size:.8rem}.Conversation-module__nSbG7q__conversationSummary{font-size:.7rem}.Conversation-module__nSbG7q__iconButton{padding:.25rem}}@media (max-width:480px){.Conversation-module__nSbG7q__conversationItem,.Conversation-module__nSbG7q__newConversationItem{padding:.5rem}.Conversation-module__nSbG7q__conversationActions{opacity:1;visibility:visible}}.Conversation-module__nSbG7q__conversationOptionsContainer{flex-shrink:0;align-items:center;margin-left:.5rem;display:flex;position:relative}.Conversation-module__nSbG7q__optionsButton{appearance:none;color:var(--muted-foreground);border-radius:var(--radius);cursor:pointer;opacity:0;visibility:hidden;background:0 0;border:none;justify-content:center;align-items:center;padding:.375rem;line-height:1;transition:all .2s;display:flex}.Conversation-module__nSbG7q__conversationItem:hover .Conversation-module__nSbG7q__optionsButton{opacity:1;visibility:visible}.Conversation-module__nSbG7q__optionsButton:hover{transform:scale(1.05)}.Conversation-module__nSbG7q__optionsButton:focus-visible{outline:2px solid var(--primary);outline-offset:2px;opacity:1;visibility:visible}.Conversation-module__nSbG7q__dropdown{background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius);z-index:50;min-width:120px;margin-top:.25rem;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}.Conversation-module__nSbG7q__dropdownItem{width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;transition:background-color .2s;display:flex}.Conversation-module__nSbG7q__dropdownItem:hover{background-color:var(--accent)}.Conversation-module__nSbG7q__dropdownItem:focus-visible{background-color:var(--accent);outline:none}.Conversation-module__nSbG7q__editInput{background-color:var(--background);width:100%;color:var(--foreground);outline:none;padding:.5rem;font-family:inherit;font-size:.875rem;font-weight:500}@media (max-width:480px){.Conversation-module__nSbG7q__optionsButton{opacity:1;visibility:visible}}
.ChatWithConversationList-module__Tibl_a__chatWithConversationContainer{background-color:var(--background);width:100%;height:100%;min-height:400px;color:var(--foreground);font-family:var(--font-family);display:flex;position:relative;overflow:hidden}.ChatWithConversationList-module__Tibl_a__conversationListWrapper{background-color:var(--muted);border-right:1px solid var(--border);flex-shrink:0;position:relative}.ChatWithConversationList-module__Tibl_a__chatWrapper{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.ChatWithConversationList-module__Tibl_a__chatWrapper .chatContainer{border:none!important;border-radius:0!important;flex-direction:column!important;min-height:0!important;display:flex!important}.ChatWithConversationList-module__Tibl_a__chatWrapper .messagesContainer{flex:1!important;min-height:0!important;overflow-y:auto!important}.ChatWithConversationList-module__Tibl_a__chatWrapper .inputContainer{flex-shrink:0!important}.ChatWithConversationList-module__Tibl_a__conversationListWrapper .conversationList{border-right:none!important;border-radius:0!important;height:100%!important}.ChatWithConversationList-module__Tibl_a__conversationListWrapper .conversationItem.selected{border-right:none;margin-right:-1px;position:relative}.ChatWithConversationList-module__Tibl_a__conversationListWrapper:after{content:"";background:linear-gradient(to bottom, transparent 0%, var(--border) 10%, var(--border) 90%, transparent 100%);z-index:1;width:1px;transition:opacity .3s;position:absolute;top:0;bottom:0;right:0}.ChatWithConversationList-module__Tibl_a__conversationListWrapper .conversationItem.selected{box-shadow:1px 0 0 0 var(--background)}.ChatWithConversationList-module__Tibl_a__conversationListWrapper .ChatWithConversationList-module__Tibl_a__hidden{display:none}.ChatWithConversationList-module__Tibl_a__loadingState{text-align:center;flex-direction:column;flex:1;justify-content:center;align-self:center;align-items:center;padding:24rem;display:flex}.ChatWithConversationList-module__Tibl_a__emptyState{flex:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:auto}.ChatWithConversationList-module__Tibl_a__emptyStateContent{text-align:center;flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;max-width:70vw;height:100%;margin:0 auto;display:flex;overflow:auto}.ChatWithConversationList-module__Tibl_a__newConversationButton{margin-top:1rem}.ChatWithConversationList-module__Tibl_a__loadingState h3{color:var(--foreground);margin:1rem 0 .5rem;font-size:1.125rem;font-weight:600}.ChatWithConversationList-module__Tibl_a__loadingState p{color:var(--muted-foreground);max-width:280px;margin:0;font-size:.875rem;line-height:1.5}.ChatWithConversationList-module__Tibl_a__toggleConversationListButton{border-radius:var(--radius-full,9999px);border:1px solid var(--border);background-color:var(--muted);color:var(--foreground);cursor:pointer;justify-content:center;align-items:center;padding:.4rem .75rem;font-size:.875rem;transition:background-color .15s,border-color .15s,transform .1s;display:none}.ChatWithConversationList-module__Tibl_a__toggleConversationListButton:hover{background-color:var(--accent);border-color:var(--primary)}.ChatWithConversationList-module__Tibl_a__toggleConversationListButton:active{transform:scale(.98)}.ChatWithConversationList-module__Tibl_a__conversationListOverlay{background-color:var(--muted);z-index:3;width:100%;transition:transform 50ms ease-out,opacity .25s ease-out;position:absolute;top:0;bottom:0;left:0;box-shadow:4px 0 24px #00000040}.ChatWithConversationList-module__Tibl_a__conversationListOpen{opacity:1;pointer-events:auto;transform:translate(0)}.ChatWithConversationList-module__Tibl_a__conversationListClosed{opacity:0;pointer-events:none;transform:translate(-100%)}.ChatWithConversationList-module__Tibl_a__loadingSpinner{border:3px solid var(--border);border-top:3px solid var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite ChatWithConversationList-module__Tibl_a__spin}.ChatWithConversationList-module__Tibl_a__emptyIcon{width:48px;height:48px;color:var(--muted-foreground);margin-bottom:.5rem}.ChatWithConversationList-module__Tibl_a__emptyIcon svg{width:100%;height:100%}.ChatWithConversationList-module__Tibl_a__suggestionsGrid{flex:0;grid-template-columns:repeat(auto-fit,minmax(7rem,1fr));gap:1rem;width:100%;padding-left:1rem;padding-right:1rem;display:grid}.ChatWithConversationList-module__Tibl_a__suggestionBox{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:10rem;padding:1rem 1.25rem;transition:background-color .2s,box-shadow .2s,transform .2s,border-color .2s;display:flex;box-shadow:0 6px 16px #0000000a}.ChatWithConversationList-module__Tibl_a__suggestionBox span{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;overflow:hidden}.ChatWithConversationList-module__Tibl_a__suggestionBox:hover{background-color:var(--card);border-color:var(--primary);transform:translateY(-1px);box-shadow:0 10px 24px #00000014}@keyframes ChatWithConversationList-module__Tibl_a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1024px){.ChatWithConversationList-module__Tibl_a__chatWithConversationContainer{flex-direction:column;min-height:500px}.ChatWithConversationList-module__Tibl_a__chatWrapper{flex:1}.ChatWithConversationList-module__Tibl_a__toggleConversationListButton{z-index:4;margin:0;display:inline-flex;position:absolute;top:48px;left:48px}.ChatWithConversationList-module__Tibl_a__conversationListOverlay{border-bottom:none;border-right:none;border-right:1px solid var(--border);background:var(--background-overlay);-webkit-backdrop-filter:blur(6px);border-radius:0;margin-bottom:-1px;margin-right:0}}@media (max-width:480px){.ChatWithConversationList-module__Tibl_a__conversationListWrapper{height:150px}.ChatWithConversationList-module__Tibl_a__conversationListWrapper .conversationItem{min-width:150px;padding:.5rem}}
.WorkspaceOnboardingModal-module__LM5UxG__overlay{z-index:100;background:#00000080;animation:.15s cubic-bezier(.16,1,.3,1) WorkspaceOnboardingModal-module__LM5UxG__overlayShow;position:fixed;inset:0}.WorkspaceOnboardingModal-module__LM5UxG__content{background:var(--card);border-radius:var(--radius-lg);width:min(92vw,560px);max-height:92vh;box-shadow:var(--shadow-md);border:1px solid var(--border-subtle,var(--border));z-index:200;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem 2.25rem;display:flex;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.WorkspaceOnboardingModal-module__LM5UxG__imageWrap{justify-content:center;display:flex}.WorkspaceOnboardingModal-module__LM5UxG__image{width:100%;max-width:280px;height:auto}.WorkspaceOnboardingModal-module__LM5UxG__header{text-align:center;flex-direction:column;gap:.5rem;display:flex}.WorkspaceOnboardingModal-module__LM5UxG__title{color:var(--text-title);margin:0;font-size:1.5rem;font-weight:650;line-height:1.25}.WorkspaceOnboardingModal-module__LM5UxG__subtitle{color:var(--text-muted);margin:0;font-size:.98rem;line-height:1.5}.WorkspaceOnboardingModal-module__LM5UxG__body{flex-direction:column;gap:.9rem;width:100%;display:flex}.WorkspaceOnboardingModal-module__LM5UxG__leadText{color:var(--text-body);margin:0;font-size:.98rem}.WorkspaceOnboardingModal-module__LM5UxG__highlightList{flex-direction:column;gap:.55rem;margin:.25rem 0 0;padding:0;list-style:none;display:flex}.WorkspaceOnboardingModal-module__LM5UxG__highlightItem{color:var(--text-body);padding-left:1.5rem;font-size:.95rem;position:relative}.WorkspaceOnboardingModal-module__LM5UxG__highlightItem:before{content:"";background:var(--primary-500,var(--primary));border-radius:999px;width:.4rem;height:.4rem;position:absolute;top:.55rem;left:.4rem}.WorkspaceOnboardingModal-module__LM5UxG__helperText{color:var(--text-muted);margin:.75rem 0 0;font-size:.88rem}.WorkspaceOnboardingModal-module__LM5UxG__formGroup{text-align:left;flex-direction:column;gap:.4rem;width:100%;display:flex}.WorkspaceOnboardingModal-module__LM5UxG__formLabel{color:var(--text-body);font-size:.85rem;font-weight:600}.WorkspaceOnboardingModal-module__LM5UxG__formInput{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--background,var(--card));width:100%;color:var(--text-body);padding:.7rem .9rem;font-size:.95rem}.WorkspaceOnboardingModal-module__LM5UxG__formInput:focus{border-color:var(--primary-500,var(--primary));box-shadow:0 0 0 3px var(--primary-100,#3b82f626);outline:none}.WorkspaceOnboardingModal-module__LM5UxG__footer{justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:.25rem;display:flex}.WorkspaceOnboardingModal-module__LM5UxG__ctaButton{padding:.75rem 1.5rem;font-size:.95rem}.WorkspaceOnboardingModal-module__LM5UxG__skipButton{padding:.75rem 1.25rem;font-size:.95rem}@keyframes WorkspaceOnboardingModal-module__LM5UxG__overlayShow{0%{opacity:0}to{opacity:1}}
.Gauge-module__ln_0uW__gaugeContainer{width:100%;height:100%;min-height:120px;font-family:var(--font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif);box-sizing:border-box;background:0 0;flex-direction:column;justify-content:center;align-items:center;max-width:100%;max-height:100%;display:flex;position:relative}.Gauge-module__ln_0uW__title{color:var(--text-title,var(--foreground));text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-bottom:4px;font-size:14px;font-weight:500;overflow:hidden}.Gauge-module__ln_0uW__gaugeSvg{width:100%;max-width:100%;height:auto;max-height:100%;display:block}.Gauge-module__ln_0uW__backgroundArc{opacity:.3;stroke:var(--border,var(--muted))}.Gauge-module__ln_0uW__colorArc{stroke-linecap:round;opacity:.85;transition:opacity .2s}.Gauge-module__ln_0uW__colorArc:hover{opacity:1}.Gauge-module__ln_0uW__majorTick{stroke:var(--text-muted,var(--muted-foreground));stroke-width:1px}.Gauge-module__ln_0uW__minorTick{stroke:var(--text-caption,var(--muted-foreground));stroke-width:.5px}.Gauge-module__ln_0uW__tickLabel{fill:var(--text-muted,var(--muted-foreground));font-size:10px;font-family:var(--font-family,sans-serif);-webkit-user-select:none;user-select:none;font-weight:400}.Gauge-module__ln_0uW__needle{filter:drop-shadow(0 1px 3px #00000026)}.Gauge-module__ln_0uW__needleLine{stroke-linecap:round;transition:stroke .3s}.Gauge-module__ln_0uW__needleTip{transition:fill .3s}.Gauge-module__ln_0uW__needleCenter{filter:drop-shadow(0 1px 2px #0003)}.Gauge-module__ln_0uW__valueText{font-family:var(--font-family,sans-serif);fill:var(--text-title,var(--foreground));-webkit-user-select:none;user-select:none;text-anchor:middle;dominant-baseline:middle;letter-spacing:-.02em;font-weight:700}.Gauge-module__ln_0uW__seriesLabel{fill:var(--text-body,var(--muted-foreground));-webkit-user-select:none;user-select:none;text-anchor:middle;opacity:.8;font-size:12px;font-weight:400}.Gauge-module__ln_0uW__gaugeWrapper{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100%;min-height:100px;display:flex;position:relative}.Gauge-module__ln_0uW__valueOverlay{fill:var(--card,var(--background));paint-order:stroke fill}.Gauge-module__ln_0uW__valueText,.Gauge-module__ln_0uW__seriesLabel{pointer-events:none;position:relative}@media (max-width:480px){.Gauge-module__ln_0uW__title{font-size:12px}.Gauge-module__ln_0uW__tickLabel{font-size:8px}.Gauge-module__ln_0uW__valueText{font-size:16px}.Gauge-module__ln_0uW__seriesLabel{font-size:10px}.Gauge-module__ln_0uW__gaugeContainer{min-height:80px}}@media (max-width:320px){.Gauge-module__ln_0uW__title{font-size:10px}.Gauge-module__ln_0uW__valueText{font-size:14px}.Gauge-module__ln_0uW__seriesLabel{font-size:9px}.Gauge-module__ln_0uW__gaugeContainer{min-height:60px}}@media (prefers-contrast:high){.Gauge-module__ln_0uW__backgroundArc{opacity:.8;stroke:var(--border)}.Gauge-module__ln_0uW__majorTick,.Gauge-module__ln_0uW__minorTick{stroke:var(--foreground)}.Gauge-module__ln_0uW__tickLabel,.Gauge-module__ln_0uW__valueText{fill:var(--foreground)}}@media (prefers-reduced-motion:reduce){.Gauge-module__ln_0uW__needleLine,.Gauge-module__ln_0uW__colorArc{transition:none!important}}
.BigNumber-module__-Zzssq__bigNumber{box-sizing:border-box;width:100%;height:100%;font-family:var(--font-family,system-ui, -apple-system, sans-serif);background-color:var(--card);color:var(--card-foreground);border-radius:var(--radius);transition:background-color .2s;position:relative;overflow:hidden}.BigNumber-module__-Zzssq__bigNumber.BigNumber-module__-Zzssq__hasBg{color:#fff}.BigNumber-module__-Zzssq__sparklineBg{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.BigNumber-module__-Zzssq__content{z-index:1;box-sizing:border-box;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:8%;display:flex;position:relative}.BigNumber-module__-Zzssq__headerRow{flex-shrink:0;justify-content:space-between;align-items:center;gap:.25em;display:flex}.BigNumber-module__-Zzssq__title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;text-overflow:ellipsis;font-weight:500;line-height:1.2;overflow:hidden}.BigNumber-module__-Zzssq__valueContainer{flex:1;justify-content:center;align-items:center;display:flex}.BigNumber-module__-Zzssq__mainValue{white-space:nowrap;color:var(--text-title);align-items:baseline;gap:.15em;font-weight:700;line-height:1;display:flex}.BigNumber-module__-Zzssq__prefix,.BigNumber-module__-Zzssq__unit{color:var(--text-muted);font-size:.55em;font-weight:500}.BigNumber-module__-Zzssq__value{font-feature-settings:"tnum" 1;font-variant-numeric:tabular-nums}.BigNumber-module__-Zzssq__trendIndicator{font-weight:500;font-size:inherit;border-radius:.375em;flex-shrink:0;align-items:center;gap:.2em;padding:.1em .35em;display:inline-flex}.BigNumber-module__-Zzssq__trend-up{background-color:color-mix(in oklab, var(--success-400) 15%, transparent);color:var(--success-400)}.BigNumber-module__-Zzssq__trend-down{background-color:color-mix(in oklab, var(--danger-400) 15%, transparent);color:var(--danger-400)}.BigNumber-module__-Zzssq__trend-neutral{background-color:color-mix(in oklab, var(--text-muted) 15%, transparent);color:var(--text-muted)}.BigNumber-module__-Zzssq__trendLight{color:#ffffffe6;background-color:#fff3}.BigNumber-module__-Zzssq__trendArrow{font-weight:700;line-height:1}.BigNumber-module__-Zzssq__trendText{font-feature-settings:"tnum" 1;font-variant-numeric:tabular-nums;line-height:1}.BigNumber-module__-Zzssq__comparisonText{color:var(--text-caption);flex-shrink:0;font-size:.7em;font-style:italic}.BigNumber-module__-Zzssq__progressContainer{flex-shrink:0;width:100%}.BigNumber-module__-Zzssq__progressBar{background-color:var(--muted);border-radius:2px;width:100%;height:4px;margin-bottom:.25em;overflow:hidden}.BigNumber-module__-Zzssq__progressFill{background-color:var(--primary-400);border-radius:2px;height:100%;transition:width .3s}.BigNumber-module__-Zzssq__progressText{color:var(--text-caption);font-size:.65em;font-weight:500}@media (prefers-contrast:high){.BigNumber-module__-Zzssq__bigNumber{border:1px solid var(--border)}.BigNumber-module__-Zzssq__trendIndicator{border:1px solid}}@media (prefers-reduced-motion:reduce){.BigNumber-module__-Zzssq__bigNumber,.BigNumber-module__-Zzssq__progressFill{transition:none}}
.ConfirmationModal-module__Z5D2jW__overlay{z-index:1000;background:#00000080;animation:.15s cubic-bezier(.16,1,.3,1) ConfirmationModal-module__Z5D2jW__overlayShow;position:fixed;inset:0}.ConfirmationModal-module__Z5D2jW__content{background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);width:90vw;max-width:480px;max-height:85vh;z-index:var(--z-modal);border:1px solid var(--border);padding:0;animation:.15s cubic-bezier(.16,1,.3,1) ConfirmationModal-module__Z5D2jW__contentShow;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.ConfirmationModal-module__Z5D2jW__header{border-bottom:1px solid var(--border);background:var(--muted);border-radius:var(--radius-lg) var(--radius-lg) 0 0;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem;display:flex}.ConfirmationModal-module__Z5D2jW__headerContent{align-items:flex-start;gap:1rem;display:flex}.ConfirmationModal-module__Z5D2jW__iconContainer{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-top:.125rem;display:flex}.ConfirmationModal-module__Z5D2jW__warningIcon{color:var(--warning-600);background-color:var(--warning-100);border-radius:50%;padding:.5rem}.ConfirmationModal-module__Z5D2jW__infoIcon{color:var(--primary);background-color:var(--primary-100);border-radius:50%;padding:.5rem}.ConfirmationModal-module__Z5D2jW__titleContainer{flex:1}.ConfirmationModal-module__Z5D2jW__title{color:var(--text-title);margin:0 0 .25rem;font-size:1.25rem;font-weight:600}.ConfirmationModal-module__Z5D2jW__subtitle{color:var(--text-muted);margin:0;font-size:.875rem}.ConfirmationModal-module__Z5D2jW__closeButton{cursor:pointer;border-radius:var(--radius);color:var(--text-muted);transition:var(--transition-interactive);background:0 0;border:none;flex-shrink:0;padding:.5rem}.ConfirmationModal-module__Z5D2jW__closeButton:hover{background-color:var(--muted);color:var(--text-body)}.ConfirmationModal-module__Z5D2jW__body{flex-direction:column;gap:1rem;padding:1.5rem 2rem;display:flex}.ConfirmationModal-module__Z5D2jW__description{color:var(--text-body);margin:0;font-size:.875rem;line-height:1.5}.ConfirmationModal-module__Z5D2jW__messagePreview{background-color:var(--muted);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem}.ConfirmationModal-module__Z5D2jW__previewLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.75rem;font-weight:500}.ConfirmationModal-module__Z5D2jW__previewText{color:var(--text-body);font-size:.875rem;line-height:1.4;font-family:var(--font-family)}.ConfirmationModal-module__Z5D2jW__warningBox{background-color:var(--danger-100);border:1px solid var(--danger-200);border-radius:var(--radius);color:var(--text-body);align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;font-weight:500;display:flex}.ConfirmationModal-module__Z5D2jW__infoBox{background-color:var(--primary-100);border:1px solid var(--primary-200);border-radius:var(--radius);color:var(--text-body);align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;font-weight:500;display:flex}.ConfirmationModal-module__Z5D2jW__footer{justify-content:flex-end;align-items:center;gap:.75rem;padding:0 2rem 1.5rem;display:flex}.ConfirmationModal-module__Z5D2jW__cancelButton{background:var(--card)}.ConfirmationModal-module__Z5D2jW__cancelButton:hover:not(:disabled){background-color:var(--muted);border-color:var(--border)}.ConfirmationModal-module__Z5D2jW__cancelButton:disabled{opacity:.5;cursor:not-allowed}.ConfirmationModal-module__Z5D2jW__deleteButton{background:var(--danger-500);color:#fff;border:none}.ConfirmationModal-module__Z5D2jW__deleteButton:hover:not(:disabled){background-color:var(--danger-600)}.ConfirmationModal-module__Z5D2jW__deleteButton:disabled{opacity:.5;cursor:not-allowed}@keyframes ConfirmationModal-module__Z5D2jW__overlayShow{0%{opacity:0}to{opacity:1}}@keyframes ConfirmationModal-module__Z5D2jW__contentShow{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}
.DatasourcePickerModal-module__qsgGuG__contentWide{max-width:560px}.DatasourcePickerModal-module__qsgGuG__searchContainer{align-items:center;display:flex;position:relative}.DatasourcePickerModal-module__qsgGuG__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;left:12px}.DatasourcePickerModal-module__qsgGuG__searchInput{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);width:100%;color:var(--text-body);font-family:var(--font-family);padding:10px 12px 10px 36px;font-size:.875rem}.DatasourcePickerModal-module__qsgGuG__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-100);outline:none}.DatasourcePickerModal-module__qsgGuG__selectAllContainer{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 0;display:flex}.DatasourcePickerModal-module__qsgGuG__selectAllButton{border-radius:var(--radius);cursor:pointer;color:var(--text-body);transition:var(--transition-interactive);background:0 0;border:none;align-items:center;gap:8px;margin:-6px -8px;padding:6px 8px;font-size:.875rem;font-weight:500;display:flex}.DatasourcePickerModal-module__qsgGuG__selectAllButton:hover{background:var(--muted)}.DatasourcePickerModal-module__qsgGuG__selectedCount{color:var(--text-muted);font-size:.75rem}.DatasourcePickerModal-module__qsgGuG__connectionsList{flex-direction:column;gap:8px;max-height:320px;padding:4px 0;display:flex;overflow-y:auto}.DatasourcePickerModal-module__qsgGuG__connectionItem{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);cursor:pointer;transition:var(--transition-interactive);gap:12px;padding:12px;display:flex}.DatasourcePickerModal-module__qsgGuG__connectionItem:hover{border-color:var(--border-strong,var(--primary));background:var(--muted)}.DatasourcePickerModal-module__qsgGuG__connectionItem:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-100);outline:none}.DatasourcePickerModal-module__qsgGuG__connectionItemSelected{border-color:var(--primary);background:var(--primary-50,var(--muted))}.DatasourcePickerModal-module__qsgGuG__connectionCheckbox{flex-shrink:0;align-items:flex-start;padding-top:2px;display:flex}.DatasourcePickerModal-module__qsgGuG__checkbox{color:var(--text-muted)}.DatasourcePickerModal-module__qsgGuG__checkboxChecked{color:var(--primary)}.DatasourcePickerModal-module__qsgGuG__checkboxIndeterminate{color:var(--primary);opacity:.6}.DatasourcePickerModal-module__qsgGuG__connectionInfo{flex:1;min-width:0}.DatasourcePickerModal-module__qsgGuG__connectionName{color:var(--text-title);margin-bottom:2px;font-size:.875rem;font-weight:600}.DatasourcePickerModal-module__qsgGuG__connectionDescription{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.DatasourcePickerModal-module__qsgGuG__connectionMeta{align-items:center;gap:8px;display:flex}.DatasourcePickerModal-module__qsgGuG__connectionType{color:var(--text-muted);background:var(--muted);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.02em;padding:2px 6px;font-size:.75rem}.DatasourcePickerModal-module__qsgGuG__connectionStatus{border-radius:var(--radius-sm);padding:2px 6px;font-size:.75rem;font-weight:500}.DatasourcePickerModal-module__qsgGuG__statusActive{color:var(--success-700);background:var(--success-100)}.DatasourcePickerModal-module__qsgGuG__statusInactive{color:var(--text-muted);background:var(--muted)}.DatasourcePickerModal-module__qsgGuG__emptyState{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.DatasourcePickerModal-module__qsgGuG__emptyIcon{opacity:.5;margin-bottom:12px}.DatasourcePickerModal-module__qsgGuG__emptyState p{margin:0;font-size:.875rem}.DatasourcePickerModal-module__qsgGuG__confirmButton{background:var(--primary);color:#fff;border:none}.DatasourcePickerModal-module__qsgGuG__confirmButton:hover:not(:disabled){background:var(--primary-600)}.DatasourcePickerModal-module__qsgGuG__confirmButton:disabled{opacity:.5;cursor:not-allowed}
.UserChatMessage-module__1hFbOq__messageCard{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius-lg);word-break:break-word;text-align:left;max-width:70%;box-shadow:none;margin:.5rem 0;padding:.75rem 1rem}.UserChatMessage-module__1hFbOq__messageText{font-size:var(--type-body-m);margin:0}.UserChatMessage-module__1hFbOq__timestamp{text-align:right;color:var(--text-caption);margin-top:.375rem;font-size:.75rem;display:block}.UserChatMessage-module__1hFbOq__promptOptions{justify-content:flex-end;gap:8px;margin-top:.5rem;display:flex}.UserChatMessage-module__1hFbOq__promptOptions button{appearance:none;color:var(--muted-foreground);box-shadow:none;cursor:pointer;transition:var(--transition-interactive);background:0 0;border:none;border-radius:6px;padding:.375rem;line-height:1}.UserChatMessage-module__1hFbOq__promptOptions button:hover{color:var(--link-hover);background:color-mix(in oklab, var(--muted) 35%, transparent);transform:scale(1.06)}.UserChatMessage-module__1hFbOq__promptOptions button:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset);background:color-mix(in oklab, var(--muted) 35%, transparent)}@media (max-width:600px){.UserChatMessage-module__1hFbOq__messageCard{max-width:100%}}.UserChatMessage-module__1hFbOq__userChatMessage{justify-content:flex-end;width:100%;display:flex}.UserChatMessage-module__1hFbOq__messageContent{background:linear-gradient(135deg, var(--primary-color-light) 0%, #e3effd 100%);color:var(--foreground);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);word-break:break-word;max-width:70%;font-family:var(--font-family);text-align:left;margin:.5rem 0;padding:.75rem 1rem;font-size:1rem}.UserChatMessage-module__1hFbOq__attachments{flex-wrap:wrap;gap:8px;margin-top:.5rem;margin-bottom:.25rem;display:flex}.UserChatMessage-module__1hFbOq__timestamp{color:var(--secondary-text);text-align:right;font-size:.75rem}.UserChatMessage-module__1hFbOq__promptOptions{gap:8px;margin-top:.5rem;display:flex}.UserChatMessage-module__1hFbOq__promptOptions button{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;padding:.5rem;font-size:.875rem;transition:color .2s,transform .2s}.UserChatMessage-module__1hFbOq__promptOptions button:hover{color:var(--primary-hover);transform:scale(1.1)}@media (max-width:600px){.UserChatMessage-module__1hFbOq__messageContent{max-width:100%}}
.DocumentsGrid-module__kbNMsa__container{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.DocumentsGrid-module__kbNMsa__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));align-items:start;gap:1.5rem;padding:1.5rem;animation:.3s ease-out DocumentsGrid-module__kbNMsa__fadeIn;display:grid;overflow-y:auto}@keyframes DocumentsGrid-module__kbNMsa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.DocumentsGrid-module__kbNMsa__memberCard{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition-interactive);cursor:pointer;box-sizing:border-box;align-items:center;gap:1rem;height:auto;min-height:0;padding:1.5rem;display:flex;position:relative}.DocumentsGrid-module__kbNMsa__memberCard:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:scale(.99)}.DocumentsGrid-module__kbNMsa__memberAvatar{background:var(--primary);width:48px;height:48px;color:var(--primary-foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex;position:relative;overflow:hidden}.DocumentsGrid-module__kbNMsa__memberInfo{flex:1}.DocumentsGrid-module__kbNMsa__memberInfo h4{color:var(--text-title,var(--foreground));margin:0 0 .25rem;font-size:1rem;font-weight:600}.DocumentsGrid-module__kbNMsa__memberEmail{color:var(--text-muted,var(--muted-foreground));margin:0 0 .5rem;font-size:.875rem}.DocumentsGrid-module__kbNMsa__memberMeta{flex-flow:row;flex-grow:1;align-items:center;gap:.5rem;min-width:0;display:flex;overflow:hidden}.DocumentsGrid-module__kbNMsa__metaDate{background-color:var(--muted);border-radius:.25rem;padding:.25rem .75rem;font-size:.75rem}.DocumentsGrid-module__kbNMsa__memberActions{flex-shrink:0}.DocumentsGrid-module__kbNMsa__actionButton{border-radius:var(--radius-sm);color:var(--text-muted,var(--muted-foreground));cursor:pointer;transition:var(--transition-base);background:0 0;border:none;padding:.5rem}.DocumentsGrid-module__kbNMsa__actionButton:hover{background:var(--muted);color:var(--text-body,var(--foreground))}.DocumentsGrid-module__kbNMsa__dropdownContent{background:var(--card);border-radius:var(--radius);min-width:160px;box-shadow:var(--shadow-md);border:1px solid var(--border);padding:.5rem}.DocumentsGrid-module__kbNMsa__dropdownItem{color:var(--text-body,var(--foreground));border-radius:var(--radius-sm);-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;align-items:center;gap:.5rem;height:35px;padding:0 10px;font-size:.875rem;line-height:1;display:flex;position:relative}.DocumentsGrid-module__kbNMsa__dropdownItem:hover{background:var(--muted)}.DocumentsGrid-module__kbNMsa__dropdownItem.DocumentsGrid-module__kbNMsa__danger{color:var(--danger-400,var(--destructive))}.DocumentsGrid-module__kbNMsa__dropdownItem.DocumentsGrid-module__kbNMsa__danger:hover{background:var(--danger-100,#fee2e2)}.DocumentsGrid-module__kbNMsa__dropdownSeparator{background:var(--border);height:1px;margin:5px}.DocumentsGrid-module__kbNMsa__loading{color:var(--muted-foreground);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex;overflow-y:auto}.DocumentsGrid-module__kbNMsa__spinner{width:32px;height:32px;color:var(--primary);animation:1s linear infinite DocumentsGrid-module__kbNMsa__spin}@keyframes DocumentsGrid-module__kbNMsa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.DocumentsGrid-module__kbNMsa__error{background-color:var(--destructive);border:1px solid var(--destructive);text-align:center;background-color:#ef44441a;border-radius:.5rem;flex-direction:column;align-items:center;gap:1rem;margin:1.5rem;padding:2rem;display:flex}.DocumentsGrid-module__kbNMsa__errorTitle{color:var(--destructive);margin:0;font-size:1rem;font-weight:600}.DocumentsGrid-module__kbNMsa__errorMessage{color:var(--muted-foreground);margin:0;font-size:.875rem}.DocumentsGrid-module__kbNMsa__retryButton{background-color:var(--destructive);color:#fff;cursor:pointer;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.DocumentsGrid-module__kbNMsa__retryButton:hover{background-color:var(--destructive-600)}.DocumentsGrid-module__kbNMsa__empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.5rem;padding:4rem 2rem;display:flex;overflow-y:auto}.DocumentsGrid-module__kbNMsa__emptyIcon{background-color:var(--muted);width:64px;height:64px;color:var(--muted-foreground);border-radius:.5rem;justify-content:center;align-items:center;display:flex}.DocumentsGrid-module__kbNMsa__emptyIcon svg{width:32px;height:32px}.DocumentsGrid-module__kbNMsa__emptyTitle{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:700}.DocumentsGrid-module__kbNMsa__emptyDescription{color:var(--muted-foreground);max-width:400px;margin:0;font-size:.875rem}.DocumentsGrid-module__kbNMsa__list{flex-direction:column;align-items:stretch;gap:.75rem;padding:1.5rem;display:flex;overflow-y:auto}.DocumentsGrid-module__kbNMsa__cardList{flex-direction:row;align-items:center;min-height:80px;padding:.75rem}.DocumentsGrid-module__kbNMsa__cardList .DocumentsGrid-module__kbNMsa__cardIcon{flex-shrink:0;width:40px;height:40px}.DocumentsGrid-module__kbNMsa__primaryButton{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.375rem;align-items:center;gap:.5rem;height:36px;padding:8px 12px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.DocumentsGrid-module__kbNMsa__primaryButton:hover{background-color:var(--primary-600);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.DocumentsGrid-module__kbNMsa__primaryButton:active{transform:translateY(0)}.DocumentsGrid-module__kbNMsa__tagFilter{height:36px;color:var(--foreground);cursor:pointer;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--muted);white-space:nowrap;outline:none;flex-shrink:0;padding:8px 12px;font-size:.875rem}.DocumentsGrid-module__kbNMsa__tagFilterOption{background-color:var(--card);color:var(--foreground)}.DocumentsGrid-module__kbNMsa__memberTags{color:var(--text-muted,var(--muted-foreground));margin:.25rem 0 0;font-size:.875rem}@media (max-width:768px){.DocumentsGrid-module__kbNMsa__header{flex-direction:column;align-items:flex-start;padding:1rem}.DocumentsGrid-module__kbNMsa__title{font-size:1.5rem}.DocumentsGrid-module__kbNMsa__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;padding:1rem}.DocumentsGrid-module__kbNMsa__card{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;padding:1rem;display:grid}.DocumentsGrid-module__kbNMsa__headerControls{justify-content:flex-end;width:100%}.DocumentsGrid-module__kbNMsa__titleSection{justify-content:flex-start;width:100%}}@media (max-width:480px){.DocumentsGrid-module__kbNMsa__subtitle{text-align:center}.DocumentsGrid-module__kbNMsa__grid{grid-template-columns:1fr}.DocumentsGrid-module__kbNMsa__title{font-size:1.25rem}}
.Avatar-module__zYHrVG__memberAvatar{background:var(--primary);color:var(--primary-foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex;position:relative;overflow:visible}.Avatar-module__zYHrVG__memberAvatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.Avatar-module__zYHrVG__statusIndicator{border:2px solid var(--card);z-index:100;border-radius:50%;position:absolute;bottom:0;right:0}.Avatar-module__zYHrVG__statusIndicator[data-status=active]{background-color:var(--success-100)}.Avatar-module__zYHrVG__statusIndicator[data-status=inactive]{background-color:var(--warning-300)}
