:root{--loading-primary: #FFB236;--loading-secondary: #ff6900;--loading-success: #10B981;--loading-warning: #F59E0B;--loading-error: #EF4444;--loading-gradient: linear-gradient(45deg, var(--loading-primary), var(--loading-secondary));--loading-shadow: 0 4px 12px rgba(255, 178, 54, .2)}.blinking-dots{display:inline-block;margin-left:2px}.blinking-dots .dot{animation:blink 1.4s infinite;animation-fill-mode:both}.blinking-dots .dot:nth-child(1){animation-delay:0s}.blinking-dots .dot:nth-child(2){animation-delay:.2s}.blinking-dots .dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,20%,50%,80%,to{opacity:1}40%,60%{opacity:.3}}@media (prefers-reduced-motion: reduce){.blinking-dots .dot{animation:none}}@keyframes fade-in{0%{opacity:0;transform:translateY(8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes pulse-elegant{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes thinking-blink{0%{opacity:.3;transform:scale(.8);background-color:#60a5fa}25%{opacity:.6;transform:scale(1);background-color:#3b82f6}50%{opacity:1;transform:scale(1.3);background-color:#2563eb}75%{opacity:.8;transform:scale(1.1);background-color:#1d4ed8}to{opacity:.3;transform:scale(.8);background-color:#60a5fa}}@keyframes water-flow{0%{opacity:.2;transform:scale(.6) translateY(0);background-color:#0ea5e9}20%{opacity:.4;transform:scale(.8) translateY(-2px);background-color:#0284c7}40%{opacity:.7;transform:scale(1) translateY(-4px);background-color:#0369a1}60%{opacity:1;transform:scale(1.4) translateY(-6px);background-color:#075985}80%{opacity:.6;transform:scale(1.1) translateY(-3px);background-color:#0c4a6e}to{opacity:.2;transform:scale(.6) translateY(0);background-color:#0ea5e9}}@keyframes bouncing-dots{0%,80%,to{opacity:.5;transform:scale(.8) translateY(0)}40%{opacity:1;transform:scale(1.2) translateY(-8px)}}@keyframes slide-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-10px) scale(.95)}}.animate-fade-in{animation:fade-in .3s ease-out}.animate-bounce-subtle{animation:bounce-subtle 2s ease-in-out infinite}.animate-pulse-elegant{animation:pulse-elegant 1.5s ease-in-out infinite}.animate-thinking-blink{animation:thinking-blink 2s ease-in-out infinite}.animate-water-flow{animation:water-flow 2.5s ease-in-out infinite}.animate-bouncing-dots{animation:bouncing-dots 1.8s ease-in-out infinite}.animate-slide-out{animation:slide-out .3s ease-in forwards}.processing-stage-transition{transition:all .3s cubic-bezier(.4,0,.2,1)}.processing-stage-enter{opacity:0;transform:translateY(10px) scale(.95)}.processing-stage-enter-active{opacity:1;transform:translateY(0) scale(1);transition:all .3s cubic-bezier(.4,0,.2,1)}.processing-stage-exit{opacity:1;transform:translateY(0) scale(1)}.processing-stage-exit-active{opacity:0;transform:translateY(-10px) scale(.95);transition:all .3s cubic-bezier(.4,0,.2,1)}@keyframes modern-typing-pulse{0%,to{opacity:.3;transform:scale(.8) translateY(0)}50%{opacity:1;transform:scale(1.2) translateY(-4px)}}@keyframes wave-animation{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-8px);opacity:1}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes stage-fade-in{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes stage-complete{0%{transform:scale(1);background-color:var(--loading-primary)}50%{transform:scale(1.1);background-color:var(--loading-success)}to{transform:scale(1);background-color:var(--loading-success)}}@keyframes progress-ring{0%{stroke-dashoffset:251.2}to{stroke-dashoffset:calc(251.2 * (1 - var(--progress, 0)))}}@keyframes progress-glow{0%,to{filter:drop-shadow(0 0 2px var(--loading-primary))}50%{filter:drop-shadow(0 0 8px var(--loading-primary))}}@keyframes processing-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes processing-pulse{0%,to{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}@keyframes thinking-dots{0%,20%{opacity:.2;transform:scale(.8)}25%,45%{opacity:1;transform:scale(1.2)}50%,to{opacity:.2;transform:scale(.8)}}@keyframes search-pulse{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}@keyframes search-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes error-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}@keyframes error-pulse{0%,to{background-color:var(--loading-error);transform:scale(1)}50%{background-color:#dc2626;transform:scale(1.05)}}@keyframes success-checkmark{0%{stroke-dashoffset:16;opacity:0}50%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:1}}.modern-typing-indicator{display:flex;align-items:center;gap:4px;padding:8px 12px}.modern-typing-dot{width:8px;height:8px;border-radius:50%;background:var(--loading-gradient);animation:modern-typing-pulse 1.5s ease-in-out infinite}.modern-typing-dot:nth-child(1){animation-delay:0s}.modern-typing-dot:nth-child(2){animation-delay:.2s}.modern-typing-dot:nth-child(3){animation-delay:.4s}.wave-indicator{display:flex;align-items:center;gap:2px}.wave-bar{width:3px;height:16px;background:var(--loading-gradient);border-radius:1.5px;animation:wave-animation 1.2s ease-in-out infinite}.wave-bar:nth-child(1){animation-delay:0s}.wave-bar:nth-child(2){animation-delay:.1s}.wave-bar:nth-child(3){animation-delay:.2s}.wave-bar:nth-child(4){animation-delay:.3s}.wave-bar:nth-child(5){animation-delay:.4s}.stage-indicator{display:flex;align-items:center;gap:12px;padding:8px 16px;border-radius:8px;background:#ffb2361a;border:1px solid rgba(255,178,54,.2);animation:stage-fade-in .3s ease-out;transition:all .3s ease}.stage-indicator.completed{background:#10b9811a;border-color:#10b98133;animation:stage-complete .5s ease-out}.stage-icon{font-size:16px;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.stage-content{flex:1;display:flex;flex-direction:column;gap:2px}.stage-label{font-size:12px;font-weight:600;color:#374151}.stage-description{font-size:11px;color:#6b7280}.progress-ring{position:relative;width:40px;height:40px}.progress-ring svg{transform:rotate(-90deg);width:100%;height:100%}.progress-ring-background{stroke:#ffb23633;stroke-width:3;fill:none}.progress-ring-progress{stroke:var(--loading-primary);stroke-width:3;fill:none;stroke-linecap:round;stroke-dasharray:251.2;animation:progress-ring .5s ease-out forwards,progress-glow 2s ease-in-out infinite}.processing-spinner{width:20px;height:20px;border:2px solid rgba(255,178,54,.3);border-top:2px solid var(--loading-primary);border-radius:50%;animation:processing-spin 1s linear infinite}.thinking-dots{display:flex;gap:4px;align-items:center}.thinking-dot{width:6px;height:6px;border-radius:50%;background:var(--loading-primary);animation:thinking-dots 1.5s ease-in-out infinite}.thinking-dot:nth-child(1){animation-delay:0s}.thinking-dot:nth-child(2){animation-delay:.2s}.thinking-dot:nth-child(3){animation-delay:.4s}.search-indicator{display:flex;align-items:center;gap:8px}.search-icon{width:16px;height:16px;border-radius:50%;border:2px solid var(--loading-primary);position:relative;animation:search-pulse 1.5s ease-in-out infinite}.search-icon:after{content:"";position:absolute;width:6px;height:2px;background:var(--loading-primary);top:12px;right:-4px;border-radius:1px;animation:search-rotate 2s linear infinite}.error-indicator{animation:error-shake .5s ease-in-out;background:var(--loading-error);color:#fff;padding:8px 12px;border-radius:6px;font-size:12px}.success-indicator{display:flex;align-items:center;gap:6px;color:var(--loading-success);font-size:12px}.success-checkmark{width:16px;height:16px}.success-checkmark path{stroke:var(--loading-success);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:16;animation:success-checkmark .5s ease-in-out forwards}@media (max-width: 768px){.stage-indicator{padding:6px 12px;gap:8px}.stage-icon{width:20px;height:20px;font-size:14px}.progress-ring{width:32px;height:32px}}@media (prefers-reduced-motion: reduce){.modern-typing-dot,.wave-bar,.thinking-dot,.processing-spinner,.search-icon,.progress-ring-progress{animation-duration:3s!important;animation-iteration-count:1!important}.stage-indicator{animation:none!important}}@media (prefers-contrast: high){:root{--loading-primary: #000000;--loading-secondary: #333333;--loading-success: #008000;--loading-error: #FF0000}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.right-2{right:.5rem}.top-2{top:.5rem}.z-50{z-index:50}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-full{height:100%}.h-screen{height:100vh}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-2{width:.5rem}.w-3{width:.75rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-4xl{max-width:56rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .5s ease-in-out}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-1{row-gap:.25rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-none{border-style:none}.border-\[\#FFB236\]{--tw-border-opacity: 1;border-color:rgb(255 178 54 / var(--tw-border-opacity, 1))}.border-\[\#ff6900\]{--tw-border-opacity: 1;border-color:rgb(255 105 0 / var(--tw-border-opacity, 1))}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-t-gray-600{--tw-border-opacity: 1;border-top-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-\[\#FFB236\]{--tw-bg-opacity: 1;background-color:rgb(255 178 54 / var(--tw-bg-opacity, 1))}.bg-\[\#ff6900\]{--tw-bg-opacity: 1;background-color:rgb(255 105 0 / var(--tw-bg-opacity, 1))}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#FFB236\]{--tw-gradient-from: #FFB236 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 178 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-50{--tw-gradient-from: #fffbeb var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50{--tw-gradient-from: #fefce8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-\[\#FF8C00\]{--tw-gradient-to: #FF8C00 var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to: #fff7ed var(--tw-gradient-to-position)}.fill-\[\#FFB236\]{fill:#ffb236}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pt-2{padding-top:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.text-\[\#FFB236\]{--tw-text-opacity: 1;color:rgb(255 178 54 / var(--tw-text-opacity, 1))}.text-\[\#ff6900\]{--tw-text-opacity: 1;color:rgb(255 105 0 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.animate-blink{animation:blink 2s infinite}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-\[\#FFB236\]:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 178 54 / var(--tw-ring-opacity, 1))}.focus-within\:ring-opacity-50:focus-within{--tw-ring-opacity: .5}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:transform:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-\[\#FFB236\]:hover{--tw-border-opacity: 1;border-color:rgb(255 178 54 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#E9A12F\]:hover{--tw-bg-opacity: 1;background-color:rgb(233 161 47 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FFB236\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 178 54 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#e05a00\]:hover{--tw-bg-opacity: 1;background-color:rgb(224 90 0 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#ff6900\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 105 0 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:text-\[\#FFB236\]:hover{--tw-text-opacity: 1;color:rgb(255 178 54 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-100:disabled{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.disabled\:bg-gray-300:disabled{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:text-\[\#FF8C00\]{--tw-text-opacity: 1;color:rgb(255 140 0 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:justify-start{justify-content:flex-start}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.chat-window-open{animation:slideIn .3s ease-out forwards}.chat-window-close{animation:slideOut .3s ease-out forwards}.chat-button{animation:fadeIn .2s ease-out forwards}.fixed.bottom-4.right-4{animation:fadeIn .3s ease-out forwards}.fixed.bottom-4.right-4.w-96{animation:slideIn .3s ease-out forwards}.thinking-dots-enhanced{display:flex;gap:6px;align-items:center;padding:4px}.thinking-dot-enhanced{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);animation:thinking-dots-enhanced 1.8s ease-in-out infinite;box-shadow:0 2px 4px #3b82f64d}.thinking-dot-enhanced:nth-child(1){animation-delay:0s;background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.thinking-dot-enhanced:nth-child(2){animation-delay:.3s;background:linear-gradient(135deg,#8b5cf6,#ec4899)}.thinking-dot-enhanced:nth-child(3){animation-delay:.6s;background:linear-gradient(135deg,#ec4899,#f59e0b)}@keyframes thinking-dots-enhanced{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}.ai-status-message{background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);border:1px solid rgba(59,130,246,.2);border-radius:20px;padding:8px 16px;box-shadow:0 2px 8px #3b82f61a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.animate-fade-in{animation:fadeInEnhanced .4s ease-out forwards}@keyframes fadeInEnhanced{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.transition-all{transition:all .3s ease}.chat-container{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;align-items:center;gap:10px}.chat-bubble{position:relative;width:60px;height:60px;background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 2px 10px #0003;font-size:24px;transition:all .3s ease;color:#000;border:2px solid #ed6c03;animation:bubblePop 3s ease-in-out infinite}@keyframes bubblePop{0%,to{transform:scale(1);box-shadow:0 2px 10px #0003}50%{transform:scale(1.05);box-shadow:0 4px 20px #ed6c0366}}.chat-bubble:hover{box-shadow:0 2px 10px #ed6c03e5}.chat-window{position:fixed;bottom:20px;right:20px;width:450px;height:650px;background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #00000026;display:flex;flex-direction:column;z-index:1000;font-family:var(--sequoia-font)}:root{--sequoia-primary: #150099;--sequoia-primary-light: #4F33FF;--sequoia-agent-bubble: #E9E5FF;--sequoia-agent-bubble-border: #D3CCFF;--sequoia-font: "UCity Pro", "Open Sans", Arial, sans-serif}.chat-header{box-shadow:0 2px 10px #00000026;color:#000;padding:12px;border-top-left-radius:12px;border-top-right-radius:12px;font-weight:700;display:flex;flex-direction:column;align-items:flex-start}.chat-header-sequoia{background-color:var(--sequoia-primary);color:#fff;box-shadow:none}.chat-header-sequoia .chat-header-title{font-family:var(--sequoia-font);font-weight:700;font-size:1.125rem}.chat-header-sequoia .chat-header-logo{width:32px;height:32px;-o-object-fit:contain;object-fit:contain;background-color:transparent}.chat-header-sequoia .header-buttons{gap:4px}.chat-header-icon-btn{background:none;border:none;color:#fff;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;transition:background-color .2s,opacity .2s}.chat-header-icon-btn:hover{background-color:#ffffff26;opacity:1}.header-main{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:-3px}.header-subtitle{color:#000000b3;font-size:.8rem;font-style:italic;font-weight:400;opacity:.9;margin-top:0;line-height:1}.header-subtitle strong{font-weight:700}.minimize-button,.close-button{color:#000;opacity:.7;transition:opacity .2s}.minimize-button:hover,.close-button:hover{opacity:1}.chat-assistant-info{background:#fff;padding:16px;display:flex;flex-direction:column;align-items:center;text-align:center;border-bottom:1px solid #eee}.chat-assistant-info-avatar{width:64px;height:64px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--sequoia-agent-bubble-border);margin-bottom:8px}.chat-assistant-info-title{font-family:var(--sequoia-font);font-weight:700;font-size:1.25rem;color:#111;margin:0 0 2px}.chat-assistant-info-description{font-size:.875rem;color:#666;margin:0}.chat-messages{flex-grow:1;padding:8px;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--sequoia-primary-light) #f5f5f5;background-color:#fff}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background-color:#f5f5f5;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background-color:var(--sequoia-primary-light);border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background-color:var(--sequoia-primary)}.chat-message{margin-bottom:8px;display:flex;align-items:flex-start;gap:8px;width:100%;animation:fadeIn .3s ease}.message-content{padding:8px 12px;border-radius:10px;max-width:80%;word-wrap:break-word;font-size:13px;line-height:1.4;letter-spacing:.01em}.profile-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;margin-top:2px;overflow:hidden}.bot-icon{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bot-message{display:flex;align-items:flex-start;gap:8px;padding:4px 6px;margin:4px 0;background-color:transparent;border-radius:8px;animation:fadeIn .3s ease-out forwards}.bot-message .message-content{flex:1;padding:8px 12px;border-radius:12px 12px 12px 4px;font-size:13px;line-height:1.4;color:#111;background-color:var(--sequoia-agent-bubble);position:relative}.bot-message .message-content:before{content:"";position:absolute;left:-6px;bottom:10px;width:0;height:0;border-style:solid;border-width:6px 8px 6px 0;border-color:transparent var(--sequoia-agent-bubble) transparent transparent}.bot-message .profile-icon{background-color:transparent}.bot-message .profile-icon .icon,.bot-message .profile-icon img{border-radius:50%}.processing-message .message-content{background-color:#fff}.user-message{display:flex;justify-content:flex-end;padding-left:15%;background-color:transparent;border-radius:12px;margin:5px 0}.user-message .message-content{background-color:var(--sequoia-primary-light);padding:8px 12px;color:#fff;border-radius:12px}.user-message .profile-icon{background-color:transparent}.chat-input-area{padding:12px;border-top:1px solid #eee;display:flex;align-items:center;gap:8px;background:#fff;border-radius:0 0 12px 12px}.chat-input-area .flex.items-center{border-color:#e5e7eb}.chat-input-area .flex.items-center:focus-within{border-color:var(--sequoia-primary-light);box-shadow:0 0 0 2px #4f33ff33}.chat-input{flex-grow:1;padding:10px 12px;border:1px solid #e5e7eb;border-radius:9999px;outline:none;font-size:14px;line-height:1.4;transition:border-color .2s ease,box-shadow .2s ease;height:auto;resize:none;font-family:var(--sequoia-font)}.chat-input:focus{border-color:var(--sequoia-primary-light);box-shadow:0 0 0 2px #4f33ff26}.send-icon{color:#fff;cursor:pointer;font-size:24px;padding:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;border-radius:50%;width:40px;height:40px}.login-container{position:fixed;top:20px;right:20px;z-index:1000}.login-button{padding:10px 20px;background-color:#ff6900;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:700;transition:background-color .2s ease}.login-button:hover{background-color:#ffb236}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.error-message{background-color:#fee2e2;color:#dc2626;padding:10px 12px;margin:8px 12px;border-radius:4px;font-size:14px;animation:fadeIn .3s ease}.login-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease-out}.login-modal{background-color:#fff;border-radius:12px;width:400px;box-shadow:0 8px 32px #0000001a;animation:slideIn .3s ease-out;text-align:left}.login-modal-header{padding:20px 24px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.login-modal-header h2{font-size:24px;font-weight:600;color:#111;margin:0}.login-modal-header .close-button{color:#666;background:none;border:none;font-size:24px;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.login-modal-header .close-button:hover{background-color:#f5f5f5;color:#333}.login-modal-content{padding:24px}.login-input-group{margin-bottom:20px}.login-input-group label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.login-input-group input{width:100%;padding:12px 16px;border:2px solid #eee;border-radius:8px;font-size:15px;transition:all .2s ease;background-color:#f8f8f8}.login-input-group input:hover{border-color:#ddd;background-color:#fff}.login-input-group input:focus{outline:none;border-color:#ff000080;background-color:#fff;box-shadow:0 0 0 4px #ff00001a}.login-input-group input::-moz-placeholder{color:#999}.login-input-group input::placeholder{color:#999}.login-submit-button{width:100%;padding:14px;background-color:#ff6900;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}.login-submit-button:hover{background-color:#ff6900;transform:translateY(-1px);box-shadow:0 4px 12px #ff6900}.login-submit-button:active{transform:translateY(0);box-shadow:0 2px 8px #ff6900}.auth-buttons{display:flex;gap:12px}.admin-button{padding:8px 16px;background-color:#333;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.admin-button:hover{background-color:#222}.logout-button{padding:8px 16px;background-color:transparent;color:#666;border:1px solid #ddd;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-button:hover{border-color:#999;color:#333}.login-error-message{background-color:#fee2e2;color:#dc2626;padding:12px;border-radius:8px;margin-bottom:16px;font-size:14px;text-align:left;animation:fadeIn .3s ease}.login-hint{margin-top:16px;text-align:center;color:#999;font-size:12px}.login-submit-button:disabled{background-color:#ff000080;cursor:not-allowed;transform:none;box-shadow:none}.header-buttons{display:flex;align-items:center}.minimize-button{background:none;border:none;color:#000;font-size:24px;line-height:1;padding:0;margin-right:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;transition:background-color .2s}.minimize-button:hover{background-color:#fff3}.end-chat-confirm{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:10;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.confirm-content{background-color:#fff;border-radius:8px;padding:20px;width:80%;max-width:300px;text-align:center;box-shadow:0 4px 12px #00000026}.confirm-content p{margin-bottom:15px;font-size:16px;color:#333}.confirm-buttons{display:flex;justify-content:center;gap:10px}.end-chat-button{background-color:var(--sequoia-primary-light);color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer;font-weight:500;transition:background-color .2s}.end-chat-button:hover{background-color:var(--sequoia-primary)}.cancel-button{background-color:#e5e7eb;color:#374151;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.cancel-button:hover{background-color:#d1d5db}.chat-bottom-menu-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0006;z-index:10;display:flex;align-items:flex-end;justify-content:center;animation:chatBottomMenuOverlayIn .25s ease-in}.chat-bottom-menu-panel{width:100%;padding:16px;padding-bottom:max(16px,env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:10px;background:#fffffffa;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #0000001a;animation:chatBottomMenuSlideIn .3s ease-in}.chat-bottom-menu-btn{width:100%;padding:14px 20px;border:none;border-radius:12px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s,color .2s;font-family:var(--sequoia-font)}.chat-bottom-menu-btn-primary{background-color:var(--sequoia-primary);color:#fff}.chat-bottom-menu-btn-primary:hover{background-color:var(--sequoia-primary-light)}.chat-bottom-menu-btn-cancel{background-color:#f3f4f6;color:#374151}.chat-bottom-menu-btn-cancel:hover{background-color:#e5e7eb}@keyframes chatBottomMenuOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes chatBottomMenuSlideIn{0%{transform:translateY(100%);opacity:.6}to{transform:translateY(0);opacity:1}}.animate-spin{border-color:#ffb236;border-top-color:#ffa012}.quick-actions-container{padding:0;animation:fadeIn .3s ease-out;display:flex;flex-direction:column;gap:8px}.quick-actions-container .bot-message{margin:0;padding:4px 6px}.quick-actions-container .message-content{font-size:13px;line-height:1.4;padding:8px 12px;background-color:var(--sequoia-agent-bubble);border-radius:12px 12px 12px 4px}.quick-actions-grid{display:flex;flex-direction:column;gap:8px;justify-content:flex-start;padding-left:42px}.last-prompt{font-size:15px;color:#111;margin-bottom:12px;text-align:left;font-weight:500;padding:8px 12px;background-color:var(--sequoia-agent-bubble);border-radius:12px;line-height:1.4}.quick-action-button{display:flex;align-items:center;background-color:#fff;border:1px solid var(--sequoia-primary-light);color:#333;padding:6px 10px;border-radius:6px;font-size:15px;cursor:pointer;transition:all .2s ease;text-align:left;width:-moz-fit-content;width:fit-content;min-width:150px}.quick-action-button:hover{background-color:var(--sequoia-primary-light);color:#fff;transform:translateY(-1px);box-shadow:0 2px 4px #4f33ff40}.quick-action-button:active{transform:translateY(0)}.quick-action-icon{color:var(--sequoia-primary-light);transition:color .2s ease}.quick-action-button:hover .quick-action-icon{color:#fff}@keyframes typing-animation-1{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes typing-animation-2{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes typing-animation-3{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.animate-typing-1{animation:typing-animation-1 1s infinite;animation-delay:.1s}.animate-typing-2{animation:typing-animation-2 1s infinite;animation-delay:.2s}.animate-typing-3{animation:typing-animation-3 1s infinite;animation-delay:.3s}.chat-input-container{position:relative;z-index:5}body.embed-mode,body.embed-mode html{background:transparent!important;margin:0!important;padding:0!important}body.embed-mode #root{max-width:none!important;margin:0!important;padding:0!important;text-align:initial!important;background:transparent!important}body.embed-mode .vfrc-chat__container{width:400px!important;height:calc(100% - 44px)!important;max-height:none!important;inset:auto!important;top:auto!important;left:auto!important;right:24px!important;bottom:24px!important;margin:0!important}body.embed-mode .vfrc-popper__overlay{display:none!important}.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{margin-bottom:8px;margin-top:8px;font-size:16px;font-weight:700}.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{font-size:14px}.markdown hr{margin-top:8px;margin-bottom:8px}.markdown ol{display:block;list-style-type:decimal;margin-block-start:0px;margin-block-end:0px;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:20px;unicode-bidi:isolate}.markdown ul{list-style-type:disc;padding-inline-start:27px;margin-block-start:0px;margin-block-end:0px;margin-inline-start:0px;margin-inline-end:0px;unicode-bidi:isolate;position:relative}.markdown ul li::marker{content:""}.markdown ul li:before{content:"";height:4px;width:4px;background-color:#1a1e23;border-radius:50%;position:absolute;transform:translate(-14px,7px)}.markdown .task-list-item{display:flex;align-items:flex-start}.markdown input[type=checkbox]{transform:translateY(3px);margin-right:8px}.markdown li{margin:8px 0;position:relative}.markdown ol{margin-left:8px}.markdown li p{line-height:1.5}.markdown a{transition:color .3s ease,text-decoration-color .3s ease;color:#397dff;text-decoration:underline;text-decoration-color:transparent}.markdown a:hover{text-decoration-color:#397dff}.markdown a:active{color:#2f68db;text-decoration-color:transparent}.markdown sup:has(a) a{background-color:#e2e4e5;padding:0 4px;height:15px;min-width:15px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:inherit;box-sizing:border-box}.markdown sup:has(a) a:hover,.markdown sup:has(a) a:active{color:inherit;text-decoration-color:inherit;cursor:pointer}._1h8es960{display:flex;flex-direction:row;align-items:center;gap:6px;color:#656d75}._1h8es961{width:2px;height:2px;border-radius:50%;background-color:#9aa1a3}._160gmpd0{display:flex}@keyframes gtxkoo0{0%{transform:scale(.4) rotate(0);opacity:0}to{transform:scale(1.4) rotate(0);opacity:1}}@keyframes gtxkoo1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gtxkoo2{0%{opacity:0}to{opacity:1}}.gtxkoo3{height:16px;animation:gtxkoo0 .75s linear forwards,gtxkoo1 1.25s linear forwards}.gtxkoo3 .gtxkoo4:nth-child(1){animation:gtxkoo2 1s linear infinite;animation-delay:-.96s;opacity:1.12}.gtxkoo3 .gtxkoo4:nth-child(2){animation:gtxkoo2 1s linear infinite;animation-delay:-.84s;opacity:1}.gtxkoo3 .gtxkoo4:nth-child(3){animation:gtxkoo2 1s linear infinite;animation-delay:-.72s;opacity:.88}.gtxkoo3 .gtxkoo4:nth-child(4){animation:gtxkoo2 1s linear infinite;animation-delay:-.6s;opacity:.76}.gtxkoo3 .gtxkoo4:nth-child(5){animation:gtxkoo2 1s linear infinite;animation-delay:-.48s;opacity:.64}.gtxkoo3 .gtxkoo4:nth-child(6){animation:gtxkoo2 1s linear infinite;animation-delay:-.36s;opacity:.52}.gtxkoo3 .gtxkoo4:nth-child(7){animation:gtxkoo2 1s linear infinite;animation-delay:-.24s;opacity:.4}.gtxkoo3 .gtxkoo4:nth-child(8){animation:gtxkoo2 1s linear infinite;animation-delay:-.12s;opacity:.28}.gtxkoo3 .gtxkoo4:nth-child(9){animation:gtxkoo2 1s linear infinite;animation-delay:0s;opacity:.16}.gtxkoo5{height:24px;width:auto}.gtxkoo6{height:16px;width:auto}.gtxkoo7{color:#fff}.gtxkoo8{color:#1a1e23}.uerqia0{width:256px;display:flex;font-family:var(--_1bof89na);padding:4px 8px 4px 4px;border-radius:8px;background-color:#e2e4e5}.uerqia1{position:relative;width:35px;height:35px;flex-shrink:0;display:flex;justify-content:center;align-items:center;border-radius:4px;margin-right:8px;overflow:hidden;color:#3e4852;background-color:#191d2214}.uerqia2{color:#c62445}.uerqia3{font-size:12px;font-weight:600;line-height:17px;overflow:hidden}.uerqia4{color:#1a1e23;display:block;max-height:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uerqia5{color:#656d75;font-weight:400}._10lf71q0{display:flex;flex-direction:column;align-items:flex-end;gap:4px;margin:4px 0;width:100%}.zabia10{flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#fff;background-position:center;background-repeat:no-repeat;background-size:cover}.zabia11{height:32px;width:32px}.zabia12{height:42px;width:42px;color:#515a63;background-color:#f1f2f2}.zabia13{height:72px;width:72px;box-sizing:border-box;box-shadow:0 0 0 1px #161a1e0f,0 1px 1px #161a1e03,0 4px 8px -18px #161a1e0a,0 8px 12px -18px #161a1e0a,0 10px 16px -18px #161a1e14,0 12px 20px -18px #161a1e14,0 16px 28px -18px #161a1e1f,0 20px 44px -18px #161a1e1f}.zabia14{background-color:transparent}._1375ap10{display:inline-flex;flex-direction:column;width:256px;min-width:256px;box-sizing:content-box;overflow:hidden;border-radius:10px;background-color:#f1f2f2}._1375ap11{display:inline-block;-o-object-fit:cover;object-fit:cover;width:100%}._1375ap12{display:flex;flex-direction:column;gap:4px;font-family:var(--_1bof89na);line-height:20px;padding:11px 16px 10px}._1375ap13{display:flex;flex-direction:column;padding:0 16px 15px;gap:4px}._1375ap13:only-child{margin-top:16px}._1375ap14{font-size:14px;font-weight:600;color:#1a1e23;white-space:normal}._1375ap15{font-size:14px;font-weight:400;color:#38414a;white-space:normal}._1375ap16{height:16px;width:100%}._1375ap17{margin:0;padding:0;display:inline;width:100%}._1375ap18{transition:color .3s ease,text-decoration-color .3s ease;color:#397dff;text-decoration:underline;text-decoration-color:transparent}._1375ap18:hover{text-decoration-color:#397dff}._1375ap18:active{color:#2f68db;text-decoration-color:transparent}._1375ap19{position:relative}._1375ap1a{display:-webkit-box;overflow:hidden;-webkit-line-clamp:8;-webkit-box-orient:vertical}._1375ap1b{background:none;border:none;color:#397dff;cursor:pointer;font-size:14px;font-family:var(--_1bof89na);font-weight:500;padding:0;margin:0 0 0 4px;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .3s ease;display:inline;vertical-align:baseline}._1375ap1b:hover{text-decoration-color:#397dff}._1375ap1b:active{color:#2f68db}._1375ap1c{position:absolute;bottom:0;right:0;background-color:#f1f2f2;font-size:14px;font-weight:400;color:#38414a;padding-left:0}._1375ap1d{position:relative}._1375ap1e{position:absolute}._1o5z0oa0{border:0;padding:0;outline:transparent 0px}._1o5z0oa0:focus{outline:0}._1o5z0oa0:hover{cursor:pointer}._1nzwwii0{font-family:var(--_1bof89na);font-size:14px;display:flex;justify-content:center;align-items:center;padding:0 14px;transition:background-color .15s ease,color .15s ease;border-radius:10px;font-weight:400;overflow-wrap:anywhere;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._1nzwwii1{border-radius:8px;color:var(--_1bof89n5);background-color:var(--_1bof89n0);line-height:20px;padding:7px 12px 6px;white-space:normal;word-break:break-word;text-align:left;height:-moz-fit-content;height:fit-content}._1nzwwii1:hover{color:var(--_1bof89n7);background-color:var(--_1bof89n1)}._1nzwwii1:active{color:var(--_1bof89n8);background-color:var(--_1bof89n2)}._1nzwwii2{padding-top:2px;color:#fff;background-color:var(--_1bof89n5);border-radius:6px;height:32px;font-weight:600;display:block;width:100%}._1nzwwii2:hover{background-color:var(--_1bof89n6)}._1nzwwii2:active{background-color:var(--_1bof89n7)}._1nzwwii3{padding-top:2px;color:#30373f;background-color:#191d2214;border-radius:6px;height:32px;font-weight:600;display:block;width:100%}._1nzwwii3:hover{color:#252b31;background-color:#1a1e231f}._1nzwwii3:active{color:#1a1e23;background-color:#1a1e2333}._1375ap10 ._1nzwwii3{display:block;width:100%}._1nzwwii4{border-radius:8px;padding:11px 16px 9px;height:auto;display:flex;align-items:center;line-height:20px;justify-content:center}._1nzwwii5{border-radius:9999px}._1nzwwii7{color:#515a63;border:1px dashed#E2E4E5;cursor:default;box-sizing:border-box;background-color:#fff;padding:6px 12px 5px}._1nzwwii7:hover,._1nzwwii7:active{color:#515a63;border:1px dashed #E2E4E5;cursor:default;background-color:#fff}._14x1eiy1{padding:3px 0 1px}._14x1eiy2{padding:1px 0 0}.ck2fbe0{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:10000}.ck2fbe5{width:400px;pointer-events:auto}.ck2fbe0 .ck2fbe5{position:absolute}.ck2fbe1 .ck2fbe5{opacity:1;pointer-events:all;transition:transform .3s cubic-bezier(0,.95,.1,1),opacity .15s linear,right .15s ease;transform:translate(0)}.ck2fbe2 .ck2fbe5{opacity:0;pointer-events:none;transition:transform .3s cubic-bezier(.85,0,.6,1),opacity .15s linear,right .15s ease}.ck2fbe6{display:flex;flex-direction:column;min-height:400px;max-height:100%;width:750px;left:calc(50% - 375px);top:0;bottom:0;margin:42px 0}.ck2fbe1 .ck2fbe6{pointer-events:none}.ck2fbe7{width:auto;height:auto}.ck2fbe9{max-height:800px}.ck2fbe2 .ck2fbe9{transform:translateY(100%)}.ck2fbea{width:424px;box-sizing:border-box;padding:12px 12px 12px 8px;background:#eef3f380;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ck2fbe2 .ck2fbea{transform:translate(100%)}.ck2fbeb{display:none}.ck2fbec{display:block;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);filter:blur(4px);background-color:#00000029;z-index:10;pointer-events:all}.ck2fbed{pointer-events:auto}.ck2fbe0 .ck2fbed{position:absolute}.ck2fbee{display:none}@media (max-width: 768px){.ck2fbe8{width:100%;height:100%;max-height:none;top:0;right:0;bottom:0;left:0;border-radius:0;margin:0}}@keyframes dayjq10{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes dayjq11{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.dayjq12{display:flex;align-items:center;padding:12px 16px 12px 20px;height:56px}.ck2fbe1 .dayjq12{animation:dayjq10 .4s cubic-bezier(.25,1,.5,1) both;animation-delay:.2s}.dayjq13{background-color:var(--_1bof89n5)}.ck2fbe4.ck2fbe2 .dayjq13{animation:dayjq11 .3s cubic-bezier(.25,1,.5,1) forwards}.dayjq14{background-color:#fff;border-bottom:1px solid #F1F2F2}.dayjq15{display:flex;align-items:center;flex-grow:1;justify-content:space-between;min-width:0}.dayjq16{font-family:var(--_1bof89na);font-size:16px;font-weight:700;line-height:23px;margin:0 12px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dayjq17{margin-left:0}.dayjq18{color:#fff}.dayjq19{color:#1a1e23}.dayjq1a{display:flex;gap:2px;flex-shrink:0;min-width:0}.dayjq1b{justify-content:center;align-items:center;width:36px;height:36px;border-radius:8px;padding:4px;background-color:transparent;transition:color .15s ease,background-color .15s ease}.dayjq1c{color:#fffc}.dayjq1c:hover{color:#fff;background-color:#ffffff29}.dayjq1c:active{color:#fff;background-color:#ffffff52}.dayjq1d{color:#656d75}.dayjq1d:hover{background-color:#191d220f;color:#2b3239}.dayjq1d:active{background-color:#1a1e231f;color:#1f2429}.dayjq1f,.dayjq1f:hover{color:#fff;background-color:#ffffff52}.dayjq1g,.dayjq1g:hover{background-color:#1a1e231f;color:#1f2429}.dayjq1h{justify-content:center}.ngo4890{border:0;transition:background-color .15s ease,color .15s ease;cursor:pointer;background:transparent;display:flex;align-items:center;justify-content:center}.ngo4894{border-radius:100px}.ngo4896{height:40px;width:40px;padding:8px}.ngo4897{height:36px;width:36px;padding:6px}.ngo4898{height:32px;width:32px;padding:4px}.ngo4899{height:24px;width:24px;padding:0}.ngo489a{color:#656d75;background-color:#f1f2f2;cursor:not-allowed}.ngo489b{transition:background-color .15s ease,color .15s ease,transform .15s ease}.ngo489d{border-radius:10px}.ngo489e{border-radius:8px}.ngo489f{border-radius:7px}.ngo489g{border-radius:6px}.ngo489h{background-color:var(--_1bof89n5);box-shadow:0 -1px #00000029 inset}.ngo489h:enabled{background-color:var(--_1bof89n5);box-shadow:0 -1px #00000029 inset}.ngo489h:hover{background-color:var(--_1bof89n6)}.ngo489h:active{background-color:var(--_1bof89n7)}.ngo489i{background-color:var(--_1bof89n6)}.ngo489i:enabled{background-color:var(--_1bof89n6)}.ngo489i:hover{background-color:var(--_1bof89n7)}.ngo489i:active{background-color:var(--_1bof89n8)}.ngo489j:enabled{color:#656d75}.ngo489j:hover{color:#656d75;background-color:#f1f2f2}.ngo489j:active{color:#3e4852;background-color:#e2e4e5}.vfrc-quick-replies{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0 8px 44px;animation:o231sh1 .3s ease-out}.vfrc-quick-reply-chip{cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .1s ease}.vfrc-quick-reply-chip:active{transform:scale(.96)}.vfrc-mic--active{color:#dc2626!important;background-color:#dc26261a!important;animation:mic-pulse 1.4s ease-in-out infinite}@keyframes mic-pulse{0%,to{box-shadow:0 0 #dc262666}50%{box-shadow:0 0 0 6px #dc262600}}.vfrc-streaming-text{font-size:.875rem;line-height:1.7142857;word-break:break-word;text-align:left}.vfrc-streaming-cursor{display:inline-block;width:2px;height:1em;background-color:#656d75;margin-left:1px;vertical-align:text-bottom;animation:cursor-blink .6s steps(2) infinite}@keyframes cursor-blink{0%{opacity:1}50%{opacity:0}}.ngo489k:enabled{color:#656d75;background-color:#f1f2f2}.ngo489k:hover{color:#3e4852;background-color:#e2e4e5}.ngo489k:active{color:#2b3239;background-color:#d4d7d7}.ngo489l:enabled{color:#dd4160}.ngo489l:hover{color:#dd4160;background-color:#fcebef}.ngo489l:active{color:#c62445;background-color:#fae0e5}.ngo489m:enabled{color:#dd4160;background-color:#fcebef}.ngo489m:hover{color:#c62445;background-color:#fae0e5}.ngo489m:active{color:#a01c37;background-color:#f7ced7}.ngo489n:hover{transform:scale(1.15)}.ngo489n:active{transform:scale(1)}.ngo489p{color:#656d75}.ngo489q{color:var(--_1bof89n0)}@keyframes _1gdvh9tg{0%{background-position-x:0%}to{background-position-x:200%}}._1gdvh9t0{position:relative;display:flex;transition:opacity .15s ease}._1gdvh9t1{opacity:0}._1gdvh9t2{width:100%;min-height:48px;position:relative;border-radius:25px;display:flex;z-index:1;justify-content:space-between;padding:7px 7px 7px 20px;box-sizing:border-box;border:1px solid #E2E4E5;background-color:#fff;box-shadow:0 3px 4px #00000005,0 8px 42px -16px #00000014;transition:border .15s ease,box-shadow .15s ease,border-radius .15s ease}._1gdvh9t2:hover{cursor:text;border:1px solid #D4D7D7}._1gdvh9t3{border-radius:20px}._1gdvh9t4{position:absolute;border-color:transparent;box-shadow:none;background:none;pointer-events:none;justify-content:flex-end;align-items:center}._1gdvh9t4:hover{border-color:transparent}._1gdvh9t5:not(:focus-within){z-index:0}._1gdvh9t6{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:25px;pointer-events:none;transition:border-width .15s ease;border:0 solid rgba(0,0,0,.02)}._1gdvh9t7{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:25px;pointer-events:none;opacity:0;box-shadow:inset 0 0 0 0 var(--_1bof89n5);transition:opacity .15s ease,box-shadow .15s ease,border-radius .15s ease}._1gdvh9t8{border-radius:20px}._1gdvh9t2:focus-within ._1gdvh9t9{opacity:1;box-shadow:inset 0 0 0 2px var(--_1bof89n5)}._1gdvh9ta{width:100%;scrollbar-width:none;border-color:transparent;resize:none;font-family:var(--_1bof89na);font-size:14px;box-sizing:border-box;outline:transparent 0px;padding:2px 0 0;line-height:20px;color:#1a1e23}._1gdvh9ta::-moz-placeholder{color:#656d75;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}._1gdvh9ta::placeholder{color:#656d75;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}._1gdvh9tb{display:none}._1gdvh9tc{width:100%;display:flex;flex-direction:column;align-items:center;margin:auto 8px auto auto}._1gdvh9td{display:flex;align-items:flex-start;justify-content:center;gap:8px;height:100%;pointer-events:auto}._1gdvh9t2:not(:focus-within) ._1gdvh9te{display:none}._1gdvh9tf{overflow:hidden}._1gdvh9th{display:inline;align-self:flex-start;font-family:var(--_1bof89na);font-size:14px;max-width:50%;line-height:inherit;background-image:linear-gradient(90deg,#656d75,#656d7580,#656d75 27.98%);background-repeat:no-repeat-x;background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:_1gdvh9tg 1.5s linear infinite;transform:translateY(1px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width: 768px){._1gdvh9ta{font-size:16px}}.isxxu90{position:absolute;bottom:0;width:100%;box-sizing:border-box;transition:transform .25s cubic-bezier(.25,1,.5,1),box-shadow .5s ease,opacity .08s ease;border-radius:16px;background-color:#fff;box-shadow:0 0 0 1px #0000000f,0 0 32px #00000014;display:flex;flex-direction:column;gap:8px;z-index:300;opacity:0;pointer-events:none;height:0;padding:0;overflow:hidden}.isxxu91{transform:translateY(18px);opacity:1;height:auto;padding:12px 12px 30px;transition:transform .6s cubic-bezier(.25,1,.5,1) opacity .6s cubic-bezier(.25,1,.5,1);pointer-events:auto}.isxxu92{transform:translateY(130px);height:0;padding:0;transition:transform .3s cubic-bezier(.25,1,.5,1) opacity .3s cubic-bezier(.25,1,.5,1);opacity:0}.isxxu93{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000029;opacity:0;transition:opacity .15s ease;pointer-events:none}.isxxu94{display:block;opacity:1;z-index:200;pointer-events:auto}._1x99nb00{width:32px;height:32px;border-radius:50%;display:flex;flex:none;align-items:center;justify-content:center;border:1px solid #E2E4E5;background:#fff;color:#656d75;transition:color .15s ease,scale .15s ease;cursor:pointer}._1x99nb00:hover{color:#2b3239;scale:1.1}._1x99nb00:active{color:#1f2429;scale:.8}._1x99nb01{width:32px;height:32px}@keyframes _3ul7490{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes _3ul7491{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}._3ul7492{height:0;width:100%;position:relative;z-index:12}._3ul7493{opacity:1;position:absolute;left:calc(50% - 16px);top:-44px;animation:_3ul7490 .15s ease-in;outline:none}._3ul7494{opacity:0;animation:_3ul7491 .15s ease-in;pointer-events:none}._1s44wxa1{color:#656d75;font-family:var(--_1bof89na);width:100%;padding:10px 0;font-size:12px;line-height:17px;display:flex;align-items:center;justify-content:center;gap:8px}._1s44wxa2{font-size:11px;line-height:15px}._1s44wxa4{height:2px;width:2px;border-radius:50%;background-color:#a8afb0}._1s44wxa5{color:#656d75;font-family:var(--_1bof89na);font-size:inherit;line-height:inherit;white-space:nowrap;overflow:hidden;max-width:50%;text-overflow:ellipsis;text-decoration-color:transparent;transition:color .15s ease,text-decoration-color .15s ease}._1s44wxa5:hover{text-decoration:underline;color:var(--_1bof89n5);text-decoration-color:var(--_1bof89n5)}._1s44wxa5:active{color:var(--_1bof89n6);text-decoration-color:var(--_1bof89n6)}._1s44wxa6{color:#656d75;text-decoration:underline;text-decoration-color:transparent;transition:color .15s ease,text-decoration-color .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}._1s44wxa6:hover{color:var(--_1bof89n5);text-decoration-color:var(--_1bof89n5)}._1s44wxa6:active{color:var(--_1bof89n6);text-decoration-color:transparent}._1s44wxa7{color:#656d75;font-family:var(--_1bof89na);font-size:inherit;max-width:50%;line-height:inherit;text-decoration-color:transparent;transition:color .15s ease,text-decoration-color .15s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes _1vj16240{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes _1vj16241{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(40px)}}._1vj16242{width:100%}.ck2fbe1 ._1vj16242{animation:_1vj16240 .6s cubic-bezier(.25,1,.5,1) both;animation-delay:.1s}.ck2fbe4.ck2fbe2 ._1vj16242{animation-delay:.5s;animation:_1vj16241 .3s cubic-bezier(.25,1,.5,1) both}._1vj16243{display:flex;gap:8px;flex-wrap:nowrap;margin-bottom:10px;overflow:hidden;overflow-x:scroll;scrollbar-width:none;padding:0 20px}._1vj16244{padding:0 20px}._1vj16245{padding:0 20px;position:relative;background:linear-gradient(180deg,#fff0,#fff0 29.49%,#fff 29.5%,#f8f8f8)}._1vj16246{top:-24px}@keyframes dio4eo0{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes dio4eo1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.dio4eo2{display:flex;flex-direction:column;align-items:center;font-family:var(--_1bof89na);padding:48px 20px 28px;text-align:center}.dio4eo3{margin-bottom:16px}.ck2fbe1 .dio4eo3{animation:dio4eo0 .6s cubic-bezier(.25,1,.5,1) both;animation-delay:.25s}.ck2fbe4.ck2fbe2 .dio4eo3{animation:dio4eo1 .4s cubic-bezier(.25,1,.5,1) both}.dio4eo4{margin-bottom:3px;font-size:22px;font-weight:700;color:#1a1e23;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ck2fbe1 .dio4eo4{animation:dio4eo0 .6s cubic-bezier(.25,1,.5,1) both;animation-delay:.35s}.ck2fbe4.ck2fbe2 .dio4eo4{animation:dio4eo1 .6s cubic-bezier(.25,1,.5,1) both}.dio4eo5{margin:0;font-size:14px;font-weight:400;line-height:20px;color:#656d75;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ck2fbe1 .dio4eo5{animation:dio4eo0 .6s cubic-bezier(.25,1,.5,1) both;animation-delay:.45s}.ck2fbe4.ck2fbe2 .dio4eo5{animation:dio4eo1 .4s cubic-bezier(.25,1,.5,1) both}._1h5tt2v0{height:100%;max-height:100%;position:relative}._1h5tt2v1{height:auto;min-height:400px;max-height:100%;box-sizing:border-box}.ck2fbe1 ._1h5tt2v1{pointer-events:all}@media (max-width: 768px){._1h5tt2v0{height:100%;max-height:100vh}}._1mt9pkg0{min-height:17px;display:flex;gap:12px;align-items:center;padding:4px 0}._1mt9pkg1{background-color:#f1f2f2;height:1px;flex-grow:1}._1mt9pkg2{background-color:#fff;color:#515a63;font-family:var(--_1bof89na);font-size:12px;line-height:17px;font-weight:600;flex-shrink:1;text-align:center;word-break:break-word;white-space:pre-wrap}._1mt9pkg3{margin:0 auto}.bn0m330{width:100%;padding:4px 0}.bn0m331{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:4px}.s9t60i0{height:100%;display:flex;flex-direction:column;border-radius:16px;background-color:#fff;position:relative;overflow:hidden;box-shadow:0 0 0 1px #161a1e0f,#161a1e29 0 8px 80px}.ck2fbe3 .s9t60i0{border-radius:10px;box-shadow:0 1px 3px 1px #161a1e03,0 4px 8px -6px #161a1e14,0 1px 5px -4px #161a1e14,0 0 0 1px #161a1e0a,0 1px #161a1e05}.s9t60i0 *{box-sizing:border-box}.s9t60i1{position:relative;padding:0 20px 20px;margin-bottom:-20px;overflow:hidden;scrollbar-width:none;flex-grow:1;overflow-y:auto;width:100%}.s9t60i2{display:block;width:100%;transition:height .15s ease}.s9t60i3{height:0px}.s9t60i4{height:20px}.s9t60i5{opacity:0;width:100%}.ck2fbe1 .s9t60i5{animation:dayjq10 .5s cubic-bezier(.25,1,.5,1) forwards;animation-delay:.6s;pointer-events:auto}.ck2fbe2 .s9t60i5{animation:dayjq11 .5s ease-out;pointer-events:none}@media (max-width: 768px){.s9t60i0{border-radius:0}}._19yxzl20{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;border-radius:16px;padding:16px 20px 20px;display:flex;flex-direction:column;gap:8px;margin:0;font-family:var(--_1bof89na);z-index:10;transition:opacity .15s ease;opacity:0;pointer-events:none}._19yxzl21{opacity:1;pointer-events:auto}._19yxzl22{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;font-size:16px;font-weight:700;line-height:23px;margin:0;color:#1a1e23}._19yxzl23{-webkit-line-clamp:26;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;max-height:520px;font-size:14px;font-weight:400;line-height:20px;margin:0;color:#656d75}._19yxzl24{margin-top:auto}._19yxzl25{display:flex;align-items:center;gap:5px}._19yxzl26{flex:none;width:24px;height:24px;color:#1a1e23}._19yxzl27{padding-top:8px;padding-bottom:8px}._19yxzl29{padding-top:2px}._117hivs0{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px;width:100%}._117hivs1{width:100%;display:flex;flex-direction:column;gap:4px}._117hivs2{height:40px;border-radius:0}._117hivs2:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}._117hivs2:first-child{border-top-left-radius:8px;border-top-right-radius:8px}@keyframes o231sh0{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes o231sh1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.o231sh2{opacity:0;animation:o231sh0 .5s ease-out forwards}.f10ob22{display:flex;flex-direction:row;gap:4px;border-radius:7px;padding:2px;box-shadow:0 1px #161a1e05,0 0 0 1px #161a1e0a,0 1px 5px -4px #161a1e14,0 4px 8px -6px #161a1e14,0 1px 3px 1px #161a1e03;width:-moz-fit-content;width:fit-content}.f10ob23{background-color:#fff}.f10ob24{background-color:transparent;box-shadow:none;gap:6px}.f10ob25{border-radius:5px;height:24px;width:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;border:none;position:relative;background-color:transparent;transition:background-color .15s ease,color .15s ease;color:#656d75;outline:transparent 0px}.f10ob25:hover{background-color:#191d220f;color:#2b3239}.f10ob25:active{background-color:#1a1e231f;color:#1f2429}.f10ob26{color:var(--_1bof89n5)}.f10ob26:hover,.f10ob26:active{background-color:transparent;color:var(--_1bof89n5)}.f10ob27:hover{background-color:transparent;color:#656d75}.f10ob28{flex:none}.f10ob29{color:var(--_1bof89n5)}.f10ob2a{position:absolute;top:0;right:0;transition:opacity .15s ease}.f10ob2b{opacity:1}.f10ob2c{opacity:0}.cz0qdw0{position:relative;width:100%;margin:16px 0}.cz0qdw1{margin-bottom:0}@keyframes _17qd5ln0{25%{background-color:#6e797b;scale:1.2}50%{scale:1;background-color:#9aa1a3}75%{background-color:#c5c9ca}to{background-color:#9aa1a3}}._17qd5ln1{display:inline-flex;gap:5px}._17qd5ln2{width:7px;height:7px;border-radius:50%;transition:background-color .15s ease,scale .15s ease;background-color:#9aa1a3;animation:_17qd5ln0 1s;animation-iteration-count:infinite}._17qd5ln3{animation-delay:333ms}._17qd5ln4{animation-delay:666ms}._17qd5ln5{animation-delay:999ms}._1b5nris0{display:flex;align-items:center;flex-direction:row;gap:12px;margin-top:0}._1b5nris1{background-color:#f1f2f2;color:#1a1e23;position:relative;min-height:41px;min-width:64px;max-width:100%;display:flex;align-items:center;height:41px;justify-content:center;font-size:14px;line-height:20px;border-radius:10px;width:-moz-fit-content;width:fit-content}._16eqxif0{visibility:hidden}._16eqxif1{display:flex;align-items:flex-end;margin-bottom:4px}._16eqxif2{margin-bottom:4px}._16eqxif3{animation:o231sh1 .08s ease-in}._16eqxif3:empty{margin-top:0;margin-bottom:0}._16eqxif4{width:100%;margin-left:12px}._16eqxif5{margin-left:0}.ck2fbe3 ._16eqxif5{width:100%}._16eqxif6{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 8px;padding-left:44px}._16eqxif7{padding-left:0}._16eqxif8{display:inline-block;box-sizing:border-box;padding:10px 14px;border-radius:10px;overflow-wrap:anywhere;color:#000;background-color:#f4f4f4}._16eqxif9{margin-top:6px;z-index:1;margin-left:38px;animation:o231sh1 .08s ease-in}._16eqxifa{margin-left:-6px}@keyframes _11kfxpge{0%{opacity:0}to{opacity:1}}._11kfxpg0{background-color:#f1f2f2;color:#1a1e23;font-family:var(--_1bof89na);position:relative;display:flex;flex-direction:column;max-width:100%;font-size:14px;line-height:20px;border-radius:10px;width:-moz-fit-content;width:fit-content}._11kfxpg1{white-space:normal;text-align:left}._11kfxpg2{padding:0}._11kfxpg3{padding:11px 16px 10px}._11kfxpg4{padding:0}._11kfxpg5{padding:0 16px 12px;display:flex;flex-direction:column;gap:6px}._11kfxpg6{display:flex;align-items:center;padding:10px 16px 9px;background-color:#e2e4e5;color:#515a63;font-family:var(--_1bof89na);font-size:12px;white-space:nowrap;letter-spacing:normal;line-height:17px;gap:10px;font-weight:600;border-radius:0 0 10px 10px}._11kfxpg7{overflow:hidden;width:100%;text-overflow:ellipsis;white-space:pre-wrap}._11kfxpg8{color:#656d75;height:16px}._11kfxpg9{opacity:0;position:absolute;right:-6px;bottom:-14px;transition:opacity .15s ease;z-index:10}._16eqxif1:hover ._11kfxpg9,.cz0qdw0:hover ._11kfxpg9{opacity:1}._11kfxpga{margin-bottom:0}._11kfxpgb:last-child{margin-bottom:0}._11kfxpgc{margin-bottom:8px;margin-top:8px;white-space:pre-wrap}._11kfxpgd{margin-top:0}._11kfxpgf{padding:0 4px;opacity:0;transition:opacity .15s ease;animation:_11kfxpge .5s forwards}._11kfxpgg{width:100%;border-radius:4px}._11kfxpgh{word-break:break-word}._11kfxpgi{margin-top:6px;font-family:var(--_1bof89na);font-size:12px}@media screen and (max-width: 768px){._11kfxpg7{max-width:233px}}._1csoh910{width:36px;height:36px;border-radius:8px;display:flex;justify-content:center;align-items:center;color:#c5c9ca;background-color:#38414a;right:12px;top:12px;outline:none;border:none;cursor:pointer;z-index:2}._7cyuxf0{position:relative}._7cyuxf1{position:absolute;right:12px;top:12px;display:flex;justify-content:center;align-items:center;transition:opacity .15s ease,background-color .15s ease,color .15s ease;z-index:2;opacity:0}._7cyuxf0:hover ._7cyuxf1{opacity:1}._7cyuxf1:hover{background-color:#515a63;color:#f1f2f2}._7cyuxf2{color:#f1f2f2;text-shadow:0 1px rgba(0,0,0,.3);font-family:Fira Code,monospace;font-size:12px;line-height:1.5;padding:1em;margin:.5em 0;overflow:auto;border-radius:10px;background:#2b3239;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}._7cyuxf2 code{color:#f1f2f2;font-family:inherit;font-size:inherit;white-space:pre-wrap;line-height:inherit;background:transparent;padding:0;border-radius:0}._7cyuxf2 .token.comment,._7cyuxf2 .token.prolog,._7cyuxf2 .token.doctype,._7cyuxf2 .token.cdata{color:#f1f2f2}._7cyuxf2 .token.punctuation{color:#c5c8c6}._7cyuxf2 .token.property,._7cyuxf2 .token.tag,._7cyuxf2 .token.boolean,._7cyuxf2 .token.number,._7cyuxf2 .token.constant,._7cyuxf2 .token.symbol,._7cyuxf2 .token.deleted{color:#f1f2f2}._7cyuxf2 .token.keyword,._7cyuxf2 .token.tag{color:#96cbfe}._7cyuxf2 .token.class-name{color:#ffffb6;text-decoration:underline}._7cyuxf2 .token.boolean,._7cyuxf2 .token.constant{color:#9c9}._7cyuxf2 .token.symbol,._7cyuxf2 .token.deleted{color:#f92672}._7cyuxf2 .token.number{color:#ff73fd}._7cyuxf2 .token.selector,._7cyuxf2 .token.attr-name,._7cyuxf2 .token.char,._7cyuxf2 .token.builtin,._7cyuxf2 .token.inserted{color:#a8ff60}._7cyuxf2 .token.string{color:#b4d6e4}._7cyuxf2 .token.variable{color:#c6c5fe}._7cyuxf2 .token.operator,._7cyuxf2 .token.entity,._7cyuxf2 .token.url{color:#ededed}._7cyuxf2 .token.entity{color:#ffffb6;cursor:help}._7cyuxf2 .token.url{color:#96cbfe}._7cyuxf2 .language-css .token.string,._7cyuxf2 .style .token.string{color:#87c38a}._7cyuxf2 .token.atrule,._7cyuxf2 .token.attr-value{color:#f9ee98}._7cyuxf2 .token.function{color:#8acd6f}._7cyuxf2 .token.regex{color:#e9c062}._7cyuxf2 .token.important{color:#fd971f;font-weight:700}._7cyuxf2 .token.important,._7cyuxf2 .token.bold{font-weight:700}._7cyuxf2 .token.italic{font-style:italic}._1lfb0lo0{white-space:break-spaces;word-wrap:break-word;color:#e83e8c}._1d8p3b81{align-self:flex-end}._1d8p3b82{position:relative;white-space:nowrap;overflow:hidden;margin-left:-20px;padding-left:20px;margin-right:-20px;padding-right:20px}._1d8p3b83{margin-left:2px}._1d8p3b84{display:flex;align-items:start;gap:10px}._1d8p3b85{position:relative;width:100%;display:flex}._1d8p3b86{flex:0 0 auto;height:1px;display:inline-flex;width:var(--_1d8p3b80);min-width:var(--_1d8p3b80)}@keyframes _675wn00{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes _675wn01{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-10px)}}@keyframes _675wn02{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@keyframes _675wn03{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(10px)}}._675wn04{background-color:transparent;height:48px;width:48px;padding:2px;position:absolute;top:64px;opacity:0;pointer-events:none;transition:opacity .15s ease-in}._675wn05{right:0}._675wn06{left:0}._675wn07{opacity:1;pointer-events:auto}._675wn08{opacity:0;pointer-events:none}._675wn0a{animation:_675wn00 .15s ease-in}._675wn0b{animation:_675wn01 .15s ease-in}._675wn0c{animation:_675wn02 .15s ease-in}._675wn0d{animation:_675wn03 .15s ease-in}._675wn0e{left:8px}._675wn0f{right:8px}._675wn0g{border-radius:50%;color:#656d75;border:solid 1px #E2E4E5;background-color:#fff;box-shadow:0 3px 4px #00000005,0 8px 42px -16px #0000000f;transition:opacity .15s ease,color .15s ease,transform .15s ease}._675wn0g:hover{color:#2b3239;transform:scale(1.15)}._675wn0g:active{color:#1f2429;transform:scale(.8)}._675wn0h{transform:rotate(180deg)}._2gcuke1{border-radius:10px}._2gcuke2{width:248px}._2gcuke3{width:100%;max-width:512px}._1tpcbsk0{position:relative;margin-top:6px;border:1px solid #dfdfdf;padding:10px 14px;background-color:#fff;box-shadow:0 1px 2px #00000005}._1tpcbsk1{position:absolute;top:-6px}._1tpcbsk2{left:32px;right:unset}._1tpcbsk3{right:32px;left:unset}._1evohv00{height:40px;border:1px solid #dfdfdf;border-top-color:#dfdfdf80;border-radius:0 0 8px 8px;font-weight:600;color:var(--_1bof89n5);background-color:#fbfbfb}._1evohv01{box-shadow:0 1px 2px #00000005;border-bottom-left-radius:0;border-bottom-right-radius:0}._1evohv02{font-family:var(--_1bof89na);font-size:12px;display:inline-flex;flex-direction:column}._13pa9od0{background-color:var(--_1bof89n5);color:var(--_1bof89n0);padding:11px 16px 10px;font-family:var(--_1bof89na);position:relative;font-size:14px;line-height:20px;justify-self:flex-end;width:-moz-fit-content;width:fit-content;max-width:calc(100% - 44px);word-wrap:break-word;border-radius:10px;margin-left:44px;text-align:left;animation:o231sh1 .08s ease-out}._13pa9od1{display:flex;flex-direction:column;align-items:flex-end}._13pa9od1+._13pa9od1{margin-top:4px}._13pa9od1:has(+._13pa9od1){margin-bottom:4px}._13pa9od2{font-size:12px;line-height:17px;color:#515a63;margin-top:40px}._13pa9od3{display:flex;justify-content:flex-end;margin-top:6px;font-family:var(--_1bof89na);font-size:12px}@keyframes f2qfspb{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:rotate(0)}}@keyframes f2qfspc{0%{transform:rotate(0)}to{opacity:0;transform:rotate(-45deg)}}.f2qfsp2{border-radius:9999px;transition:all .3s cubic-bezier(.4,0,.2,1),width .08s ease-in-out;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--_1bof89n0);will-change:max-width,transform;height:40px;display:flex;align-items:center;justify-content:center;gap:6px;font-family:var(--_1bof89na);font-size:14px;line-height:20px;animation:o231sh1 .08s ease-out;box-shadow:0 1px #161a1e05,0 0 0 1px #161a1e0a,0 1px 5px -4px #161a1e14,0 4px 8px -6px #161a1e14,0 1px 3px 1px #161a1e03;font-weight:600;overflow-wrap:anywhere;background-color:var(--_1bof89n5);max-width:500px}.f2qfsp2:hover{transform:scale(1.1);background-color:var(--_1bof89n6)}.f2qfsp2:active{transform:scale(.8);background-color:var(--_1bof89n7)}.f2qfsp2:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:inherit;background-color:transparent;z-index:-1}.f2qfsp3{max-width:40px;filter:drop-shadow(rgba(0,0,0,.06) 0px 1px 6px) drop-shadow(rgba(0,0,0,.16) 0px 2px 32px);-webkit-backdrop-filter:drop-shadow(rgba(0,0,0,.06) 0px 1px 6px) drop-shadow(rgba(0,0,0,.16) 0px 2px 32px);gap:0;-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);padding:8px}.f2qfsp4{max-width:500px;padding:8px 16px 8px 12px}.f2qfsp5{background-color:var(--_1bof89n3)}.f2qfsp5:hover,.f2qfsp5:active{transform:none;background-color:var(--_1bof89n3)}.f2qfsp6{height:40px;min-width:40px;width:40px}.f2qfsp9{padding-left:10px}.f2qfspa{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1)}.f2qfsp0.f2qfsp1 .f2qfspa{opacity:0}.f2qfspd{transform:rotate(0);transition:width .15s ease,opacity .15s ease;position:absolute;width:32px;height:32px;left:0;opacity:0}.f2qfsp0 .f2qfspd{opacity:0!important}.f2qfspe{animation:f2qfspb .2s ease-in-out forwards;animation-delay:.2s}.f2qfspf{animation:f2qfspc .2s ease-in-out forwards;pointer-events:none}.f2qfspg{height:24px;width:24px;position:absolute;border-radius:2px;left:0;pointer-events:none;flex-shrink:0;transition:opacity .15s ease}.f2qfsp0 .f2qfspg{opacity:0}.f2qfsph{opacity:0;transition-delay:.2s}.f2qfspi{opacity:1}.f2qfspj{position:relative;transition:min-width .15s ease,min-height .15s ease}.f2qfspm{transition-delay:.2s;min-width:32px;min-height:32px}.f2qfspn{min-width:24px;min-height:24px}.f2qfspo{min-width:0!important}.f2qfspp{min-width:32px}.f2qfspq{color:#fff;height:18px;width:18px}.f2qfspr{position:absolute;top:50%;left:50%;width:18px;height:18px;transform:translate(-50%,-50%)}@keyframes _1u16jolk{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:rotate(0)}}@keyframes _1u16joll{0%{transform:rotate(0)}to{opacity:0;transform:rotate(-45deg)}}._1u16jol0{width:-moz-fit-content;width:fit-content}._1u16jol1{display:flex;height:48px;min-width:48px;background-color:var(--_1bof89n5);position:relative;transition:all .15s ease-in-out;box-shadow:0 1px #161a1e05,0 0 0 1px #161a1e0a,0 1px 5px -4px #161a1e14,0 4px 8px -6px #161a1e14,0 1px 3px 1px #161a1e03;animation:o231sh1 .08s ease-out;width:48px;padding:8px}._1u16jol1:hover{transform:scale(1.1);background-color:var(--_1bof89n6)}._1u16jol1:active{transform:scale(.8);background-color:var(--_1bof89n7)}._1u16jol1:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:inherit;background-color:transparent;z-index:-1}._1u16jol2{filter:drop-shadow(rgba(0,0,0,.06) 0px 1px 6px) drop-shadow(rgba(0,0,0,.16) 0px 2px 32px);-webkit-filter:drop-shadow(rgba(0,0,0,.06) 0px 1px 6px) drop-shadow(rgba(0,0,0,.16) 0px 2px 32px);-webkit-backdrop-filter:drop-shadow(rgba(0,0,0,.06) 0px 1px 6px) drop-shadow(rgba(0,0,0,.16) 0px 2px 32px);-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);overflow:initial;height:48px;width:48px}._1u16jol3{background-color:var(--_1bof89n3)}._1u16jol3:hover,._1u16jol3:active{transform:none;background-color:var(--_1bof89n3)}._1u16jol5{height:40px;min-width:40px;width:40px}._1u16jol6{color:#fff;height:20px;width:20px}._1u16jol7{display:flex;align-items:center;justify-content:center;position:relative;width:32px;height:32px}._1u16jol9{width:24px;height:24px}._1u16jolb{width:0;height:0}._1u16jolc{font-size:14px;font-weight:600;color:var(--_1bof89n0);line-height:20px;margin-left:6px;padding-top:1px;opacity:1;width:-moz-fit-content;width:fit-content;transition:opacity 50ms,max-width .1s,margin-left .3s}._1u16jold{opacity:0;max-width:0;width:0;margin-left:0}._1u16jole{opacity:1;max-width:-moz-fit-content;max-width:fit-content;width:-moz-fit-content;width:fit-content}._1u16jolf{color:var(--_1bof89n0);width:32px;height:32px;border-radius:2px;flex-shrink:0}._1u16jolg{width:24px;height:24px}._1u16jolh{width:32px;height:32px;border-radius:2px;position:absolute;flex-shrink:0;transition:opacity .15s ease;animation-delay:.1s}._1u16joli{opacity:0}._1u16jolj{opacity:1}._1u16jolm{transform:rotate(0);transition:width .15s ease,opacity .15s ease;position:absolute;width:32px;opacity:0}._1u16jolq{animation:_1u16jolk .2s ease-in-out;opacity:1}._1u16jolr{animation:_1u16joll .2s ease-in-out;opacity:0;pointer-events:none}._1u16jols,._1u16jolt{opacity:0}._1u16jolu{transition:opacity .15s ease,width .15s ease;height:32px;width:32px;min-width:32px;pointer-events:none}._1u16jolv{opacity:0;width:0}._1u16jolw{opacity:1}._1u16jolx{opacity:0}._1f757h40{position:absolute;bottom:100%;width:256px;display:flex;flex-direction:column;transition:opacity .15s ease}._1f757h41{right:0;align-items:end}._1f757h42{left:0;align-items:start}._1f757h43{padding:11px 16px 10px;max-width:256px;color:#1a1e23;box-shadow:0 0 0 1px #161a1e0f,0 1px 1px #161a1e03,0 4px 8px -18px #161a1e0a,0 8px 12px -18px #161a1e0a,0 10px 16px -18px #161a1e14,0 12px 20px -18px #161a1e14,0 16px 28px -18px #161a1e1f,0 20px 44px -18px #161a1e1f;border-radius:10px;background-color:#fff;font-size:14px;line-height:20px;font-family:var(--_1bof89na);opacity:0;transition:opacity .15s ease}._1f757h44{display:flex;flex-direction:column;gap:8px;margin:16px 0;align-items:inherit}._1f757h45{width:32px;height:32px;border-radius:50%;border-width:1px;border-style:solid;border-color:#e2e4e5;display:flex;justify-content:center;align-items:center;color:#656d75;cursor:pointer;background-color:#fff;box-shadow:0 3px 4px #00000005,0 8px 42px -16px #0000000f;transition:opacity .15s ease,color .15s ease,transform .15s ease}._1f757h45:hover{background-color:#fff;color:#2b3239;transform:scale(1.15)}._1f757h45:active{background-color:#fff;color:#1f2429;transform:scale(.8)}._1f757h46{width:10px;height:10px;margin-bottom:2px}._1f757h47{opacity:0;pointer-events:none}._1ulpf9b0{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start}._1ulpf9b1{padding:16px 20px;background:#fff;border-radius:16px;box-shadow:0 0 0 1px #161a1e0f,0 1px 1px #161a1e0a,0 4px 8px -32px #161a1e0a,0 10px 16px -32px #161a1e0f,0 16px 20px -32px #161a1e14,0 24px 32px -32px #161a1e14,0 32px 40px -32px #161a1e1a,0 40px 64px -32px #161a1e1f;overflow:hidden;width:100%;position:relative;max-width:240px;text-align:left;z-index:1}._1ulpf9b2{font-family:var(--_1bof89na);font-size:16px;font-weight:600;line-height:20px;color:#1a1e23;margin-bottom:8px}._1ulpf9b3{font-family:var(--_1bof89na);font-size:14px;font-weight:400;line-height:20px;color:#1a1e23;margin-bottom:12px}._1ulpf9b4{width:80px}._1ulpf9b5{font-family:var(--_1bof89na)}._1ulpf9b6{display:flex;gap:8px;justify-content:flex-end}._1s7x44i0{display:flex;align-items:center;flex-direction:column;width:-moz-fit-content;width:fit-content}._1s7x44i2{display:flex;justify-content:center;align-items:center;padding:16px 20px;background:#fff;border-radius:16px;box-shadow:0 0 0 1px #161a1e0f,0 1px 1px #161a1e0a,0 4px 8px -32px #161a1e0a,0 10px 16px -32px #161a1e0f,0 16px 20px -32px #161a1e14,0 24px 32px -32px #161a1e14,0 32px 40px -32px #161a1e1a,0 40px 64px -32px #161a1e1f;overflow:hidden;width:-moz-fit-content;width:fit-content;position:relative;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}._1s7x44i4{box-shadow:0 0 0 1px #161a1e0f,0 48px 88px -40px #161a1e29,0 36px 56px -40px #161a1e1f,0 24px 40px -40px #161a1e14,0 20px 32px -40px #161a1e0f,0 16px 28px -40px #161a1e0f,0 12px 20px -40px #161a1e0a,0 1px 2px #161a1e08;flex-direction:column;padding:32px 24px 24px}._1s7x44i5{border-radius:100px;box-shadow:0 0 0 1px #161a1e0f,0 1px 1px #161a1e03,0 4px 8px -18px #161a1e0a,0 8px 12px -18px #161a1e0a,0 10px 16px -18px #161a1e14,0 12px 20px -18px #161a1e14,0 16px 28px -18px #161a1e1f,0 20px 44px -18px #161a1e1f;gap:8px;padding:8px}._1s7x44i7{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}._1s7x44i8{gap:6px}._1s7x44i9{align-items:center;padding-top:12px;gap:12px}._1s7x44ia{gap:4px}._1s7x44ib{font-family:var(--_1bof89na);font-size:14px;font-weight:400;line-height:20px;color:#1a1e23;text-align:center}._1s7x44ic{width:158px;position:relative;border-radius:8px;padding:16px 4px}._1s7x44i1 ._1s7x44ic{cursor:default;background-color:var(--_1bof89n3)}._1s7x44i1 ._1s7x44ic:active,._1s7x44i1 ._1s7x44ic:hover{background-color:var(--_1bof89n3)}._1s7x44ie{width:182px}._1s7x44if{border-radius:100px;width:194px}._1s7x44ig{border-radius:50%;height:54px;width:54px;min-width:54px;min-height:54px;background:#0000000f}._1s7x44ih{height:58px;width:58px;min-width:58px;min-height:58px;margin-right:16px}._1s7x44ii{height:80px;width:80px;min-width:80px;min-height:80px;margin-bottom:8px}._1s7x44ij{height:32px;width:32px;min-width:32px;min-height:32px}._1s7x44ik{border-radius:50%;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}._1s7x44il{display:flex;justify-content:center;align-items:center;border-radius:8px;top:50%;left:50%;font-family:var(--_1bof89na);transform:translate(-50%,-50%);position:absolute;gap:6px;line-height:20px;transition:opacity .15s ease}._1s7x44i1 ._1s7x44il{opacity:0}._1s7x44im{opacity:1}._1s7x44in{opacity:0}._1s7x44io{padding-top:2px;font-family:var(--_1bof89na)}._1s7x44ip{padding-bottom:0!important}._1s7x44iq{color:#fff;height:16px;width:16px}._1s7x44ir{position:absolute;top:50%;left:50%;width:16px;height:16px;transform:translate(-50%,-50%);transition:opacity .15s ease;opacity:0}._1s7x44i1 ._1s7x44ir{opacity:1}@font-face{font-family:UCity Pro;src:url(https://cdn.voiceflow.com/font/UCityProWeb-Regular.woff) format("woff"),url(https://cdn.voiceflow.com/font/UCityProWeb-Regular.woff2) format("woff2");font-weight:400}@font-face{font-family:UCity Pro;src:url(https://cdn.voiceflow.com/font/UCityProWeb-Semibold.woff) format("woff"),url(https://cdn.voiceflow.com/font/UCityProWeb-Semibold.woff2) format("woff2");font-weight:600}@font-face{font-family:UCity Pro;src:url(https://cdn.voiceflow.com/font/UCityProWeb-Bold.woff) format("woff"),url(https://cdn.voiceflow.com/font/UCityProWeb-Bold.woff2) format("woff2");font-weight:700}:root{--primary-color: #ff6900;--primary-hover: #FFB236;--primary-light: rgba(255, 105, 0, .1);--background-grey: #f2f3f5;--card-bg: rgba(255, 255, 255, .85);--text-dark: #444;--text-medium: #666;--text-light: #888;--border-light: rgba(229, 231, 235, .7)}body{background-color:var(--background-grey)}.admin-page{min-height:100vh;background-color:var(--background-grey);color:var(--text-dark)}.admin-nav{background-color:var(--card-bg);padding:.8rem 2rem;box-shadow:0 2px 8px #00000014;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-bottom:1px solid var(--border-light)}.nav-brand{font-size:1.3rem;font-weight:600;color:var(--primary-color);letter-spacing:.5px}.nav-items{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0;align-items:center}.nav-items li a{text-decoration:none;color:var(--text-medium);font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .2s ease}.nav-items li a:hover{color:var(--primary-color);background-color:var(--primary-light)}.nav-items li a.active{color:#fff;background-color:var(--primary-color);box-shadow:0 2px 4px #ff690033}.logout-button{background-color:var(--primary-color);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.logout-button:hover{background-color:var(--primary-hover);transform:translateY(-1px);box-shadow:0 3px 6px #00000026}.admin-content{padding:1.5rem;max-width:1200px;margin:0 auto}.welcome-content{background-color:var(--card-bg);padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014;text-align:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid var(--border-light)}.welcome-content h1{font-size:2rem;color:var(--primary-color);margin-bottom:1rem}.welcome-content p{font-size:1.1rem;color:var(--text-medium);max-width:600px;margin:0 auto;line-height:1.6}@media (max-width: 768px){.admin-nav{padding:.7rem;flex-direction:column;gap:.7rem}.nav-brand{margin-bottom:.3rem}.nav-items{flex-wrap:wrap;justify-content:center;gap:.8rem}.nav-items li a{padding:.25rem .5rem}.admin-content{padding:1rem}.welcome-content{padding:1.5rem 1rem}.welcome-content h1{font-size:1.7rem}.welcome-content p{font-size:1rem}}.settings-section{margin-bottom:1.5rem;background-color:var(--card-bg);padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000014;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid var(--border-light)}.section-title{font-size:1.2rem;font-weight:600;color:var(--primary-color);margin-bottom:1.2rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-light);display:flex;align-items:center}.section-title:before{content:"";display:inline-block;width:4px;height:18px;background-color:var(--primary-color);margin-right:10px;border-radius:2px}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:500;color:var(--text-dark)}.form-control{width:100%;padding:.6rem .8rem;border:1px solid var(--border-light);border-radius:6px;font-size:.95rem;background-color:#ffffffe6;transition:all .2s ease}.form-control:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-light)}.btn{display:inline-block;padding:.6rem 1.2rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:500;text-align:center;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.btn:hover{background-color:var(--primary-hover);transform:translateY(-1px);box-shadow:0 3px 6px #00000026}.btn-secondary{background-color:#6c757dcc}.btn-secondary:hover{background-color:#5a6268e6}.admin-container{display:flex;height:100vh;overflow:hidden}.admin-sidebar{width:250px;height:100%;background-color:#1f2937;color:#fff;display:flex;flex-direction:column;border-right:1px solid #374151}.sidebar-header{padding:24px 20px;border-bottom:1px solid #374151}.sidebar-header h1{font-size:22px;font-weight:700;margin:0;color:var(--primary-color)}.sidebar-header p{font-size:13px;margin:4px 0 0;color:#9ca3af}.sidebar-nav{flex:1;display:flex;flex-direction:column;padding:16px 0;overflow-y:auto}.nav-item{display:flex;align-items:center;padding:12px 20px;color:#d1d5db;text-decoration:none;font-size:14px;transition:all .2s ease;border-left:3px solid transparent}.nav-item:hover{background-color:#2d3748;color:#fff}.nav-item.active{background-color:#2d3748;color:#fff;border-left-color:var(--primary-color)}.nav-icon{margin-right:12px;font-size:18px}.sidebar-footer{padding:16px 20px;border-top:1px solid #374151}.sidebar-footer .logout-button{width:100%;padding:10px;background-color:transparent;color:#d1d5db;border:1px solid #4b5563;border-radius:4px;font-size:14px;transition:all .2s ease;cursor:pointer}.sidebar-footer .logout-button:hover{background-color:var(--primary-light);border-color:var(--primary-color);color:#fff}.admin-header{height:64px;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.header-search{flex:1;max-width:400px}.header-search input{width:100%;padding:8px 16px;border:1px solid #e5e7eb;border-radius:4px;background-color:#f9fafb;font-size:14px}.header-search input:focus{outline:none;border-color:var(--primary-color);background-color:#fff}.header-user{display:flex;align-items:center;gap:12px}.user-greeting{font-size:14px;color:#6b7280}.user-avatar{width:36px;height:36px;border-radius:50%;background-color:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.content-container{flex:1;padding:24px;overflow-y:auto}.page-title{font-size:24px;font-weight:600;color:#111827;margin-bottom:24px}.card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d;padding:20px;margin-bottom:24px}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.card-title{font-size:16px;font-weight:600;color:#374151;margin:0}.card-description{color:#6b7280;font-size:14px;margin-top:4px}.grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:14px;font-weight:500;color:#4b5563;margin-bottom:6px}.form-control{width:100%;padding:8px 12px;font-size:14px;border:1px solid #d1d5db;border-radius:4px;background-color:#fff}.form-control:focus{outline:none;border-color:#ff000080;box-shadow:0 0 0 3px #ff00001a}.form-select{width:100%;padding:8px 12px;font-size:14px;border:1px solid #d1d5db;border-radius:4px;background-color:#fff;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:16px}.form-select:focus{outline:none;border-color:#ff000080;box-shadow:0 0 0 3px #ff00001a}.btn{padding:8px 16px;font-size:14px;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-secondary{background-color:#f3f4f6;color:#4b5563;border-color:#d1d5db}.btn-secondary:hover{background-color:#e5e7eb;color:#374151}@media (max-width: 768px){.admin-sidebar{width:64px}.admin-sidebar .sidebar-header h1,.admin-sidebar .sidebar-header p,.nav-item span:not(.nav-icon){display:none}.nav-item{justify-content:center;padding:12px}.nav-icon{margin-right:0;font-size:20px}.sidebar-footer{display:none}}.stat-card{display:flex;align-items:center}.stat-icon{background-color:var(--primary-light);width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-right:16px;flex-shrink:0}.stat-content{flex:1}.stat-value{font-size:24px;font-weight:700;color:#111827;margin:0 0 4px}.stat-label{font-size:14px;color:#6b7280;margin:0 0 4px}.stat-change{font-size:12px;font-weight:500;display:inline-block;padding:2px 6px;border-radius:4px}.stat-change.positive{color:#059669;background-color:#d1fae5}.stat-change.negative{color:#dc2626;background-color:#fee2e2}.activity-list{display:flex;flex-direction:column}.activity-item{display:flex;padding:12px 0;border-bottom:1px solid #e5e7eb}.activity-item:last-child{border-bottom:none}.activity-icon{width:36px;height:36px;border-radius:50%;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}.activity-content{flex:1}.activity-text{margin:0 0 4px;font-size:14px;color:#4b5563}.activity-time{font-size:12px;color:#9ca3af}.status-list{display:flex;flex-direction:column}.status-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #e5e7eb}.status-item:last-child{border-bottom:none}.status-label{font-size:14px;color:#4b5563}.status-badge{padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.status-badge.online{background-color:#d1fae5;color:#059669}.status-badge.offline{background-color:#fee2e2;color:#dc2626}.status-badge.warning{background-color:#fef3c7;color:#d97706}.action-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.action-button{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease;cursor:pointer}.action-button:hover{background-color:#fff;border-color:#ff00004d;transform:translateY(-2px);box-shadow:0 4px 6px #0000000d}.action-icon{font-size:24px;margin-bottom:8px}.action-text{font-size:13px;font-weight:500;color:#4b5563;text-align:center}.metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:8px}.metric-item{padding:16px;background-color:#f9fafb;border-radius:8px;text-align:center}.metric-value{font-size:28px;font-weight:700;color:var(--primary-color);margin-bottom:4px}.metric-label{font-size:14px;color:#6b7280}.chart-container{height:250px;padding:16px;display:flex;align-items:flex-end}.bar-chart{width:100%;height:200px;display:flex;align-items:flex-end;justify-content:space-between}.chart-bar{display:flex;flex-direction:column;align-items:center;width:40px}.bar{width:100%;background-color:var(--primary-color);border-radius:4px 4px 0 0;transition:height .3s ease}.bar-label{margin-top:8px;font-size:12px;color:#6b7280}.topics-list{padding:16px}.topic-item{margin-bottom:12px}.topic-name{font-size:14px;margin-bottom:4px;color:#4b5563}.topic-bar-container{height:24px;background-color:#f3f4f6;border-radius:4px;position:relative;overflow:hidden}.topic-bar{height:100%;background-color:var(--primary-color);border-radius:4px}.topic-percentage{position:absolute;right:8px;top:0;height:24px;display:flex;align-items:center;font-size:12px;font-weight:600;color:#111827}.export-options{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px}.export-icon{margin-right:8px}.user-table-container{overflow-x:auto}.user-table{width:100%;border-collapse:collapse;font-size:14px}.user-table th{text-align:left;padding:12px 16px;background-color:#f9fafb;color:#4b5563;font-weight:600;border-bottom:1px solid #e5e7eb}.user-table td{padding:12px 16px;border-bottom:1px solid #e5e7eb;color:#4b5563}.user-table tbody tr:hover{background-color:#f9fafb}.role-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.role-badge.admin{background-color:#e0f2fe;color:#0369a1}.role-badge.user{background-color:#e5e7eb;color:#4b5563}.role-badge.manager{background-color:#fef3c7;color:#d97706}.status-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.status-badge.active{background-color:#d1fae5;color:#059669}.status-badge.inactive{background-color:#fee2e2;color:#dc2626}.action-buttons{display:flex;gap:8px}.action-btn{padding:4px 8px;font-size:12px;border-radius:4px;cursor:pointer;border:none;font-weight:500}.action-btn.edit{background-color:#dbeafe;color:#1d4ed8}.action-btn.delete{background-color:#fee2e2;color:#dc2626}.action-btn.edit:hover{background-color:#bfdbfe}.action-btn.delete:hover{background-color:#fecaca}.memory-description{background-color:#f3f4f6;padding:12px;border-radius:4px;margin:12px 0;font-size:13px;color:#6b7280;line-height:1.4}.parameter-info{font-size:12px;color:#6b7280;padding:12px;background-color:#f3f4f6;border-radius:4px;margin-top:12px}.parameter-info p{margin:4px 0}.form-range{width:100%;-webkit-appearance:none;height:4px;background-color:#e5e7eb;border-radius:2px;outline:none;margin-right:8px}.form-range::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background-color:#ff0000e6;border-radius:50%;cursor:pointer}.range-value{font-size:14px;font-weight:500;color:#111827;width:30px}.admin-loading,.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100%}.loading-container{height:400px}.spinner{border:4px solid rgba(0,0,0,.1);width:36px;height:36px;border-radius:50%;border-left-color:var(--primary-color);animation:spin 1s ease infinite;margin-bottom:16px}.default-page{padding:24px}.card-content{padding:16px;color:#6b7280;font-size:14px}.rag-settings-container{padding:1.5rem;max-width:1200px;margin:0 auto}.settings-title{font-size:1.5rem;font-weight:600;color:#ff6900;margin-bottom:1.5rem;text-align:left}.settings-section{margin-bottom:1.5rem;background:var(--card-bg);border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #00000014;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid var(--border-light)}.section-title{font-size:1.2rem;font-weight:600;color:#ff6900;margin-bottom:1.2rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-light);display:flex;align-items:center}.section-title:before{content:"";display:inline-block;width:4px;height:18px;background-color:#ff6900;margin-right:10px;border-radius:2px}.cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.cards-container.single-column{grid-template-columns:minmax(300px,500px);margin:0 auto}.config-card{background:#ffffffe6;border-radius:8px;padding:1.2rem;border:1px solid var(--border-light);transition:all .2s ease;box-shadow:0 2px 6px #0000000d}.config-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.card-title{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem;display:flex;align-items:center}.card-content{display:flex;flex-direction:column;gap:1rem}.select-dropdown{width:100%;padding:.6rem .8rem;border:1px solid var(--border-light);border-radius:6px;background-color:#fff;color:var(--text-dark);font-size:.95rem;cursor:pointer;transition:all .2s ease}.select-dropdown:hover{border-color:#ff6900}.select-dropdown:focus{outline:none;border-color:#ff6900;box-shadow:0 0 0 3px #ff690026}.api-input{width:100%;padding:.6rem .8rem;border:1px solid var(--border-light);border-radius:6px;background-color:#fff;color:var(--text-dark);font-size:.95rem;transition:all .2s ease}.api-input:hover{border-color:#ff6900}.api-input:focus{outline:none;border-color:#ff6900;box-shadow:0 0 0 3px #ff690026}.memory-info,.provider-info{font-size:.9rem;color:var(--text-medium);line-height:1.5;padding:.8rem;background-color:#f3f4f699;border-radius:6px;border-left:3px solid #ff6900}.card-apply-button{width:100%;padding:.6rem .8rem;background:#ff6900;color:#fff;border:none;border-radius:6px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.card-apply-button:hover:not(:disabled){background:#ffb236;transform:translateY(-1px);box-shadow:0 3px 6px #00000026}.card-apply-button:active:not(:disabled){transform:translateY(0)}.card-apply-button:disabled{background:#9ca3afb3;cursor:not-allowed}@media (max-width: 1024px){.cards-container:not(.single-column){grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.rag-settings-container{padding:1rem}.cards-container:not(.single-column){grid-template-columns:1fr}.cards-container.single-column{grid-template-columns:1fr}.settings-title{font-size:1.3rem;text-align:center}.settings-section,.config-card{padding:1rem}}.config-field{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:10px}.config-field label{flex:0 0 40%;text-align:right;padding-right:10px}.config-input{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px}.config-checkbox{margin:0;display:flex;align-items:left;justify-content:left}.config-fields{margin-top:15px;margin-bottom:15px;width:100%}.card-title h4{margin-bottom:15px;text-align:center}.feedback-message{margin:15px auto;padding:15px;border-radius:6px;text-align:left;max-width:90%;box-shadow:0 2px 5px #0000001a}.feedback-content{display:flex;align-items:center}.feedback-icon{margin-right:10px;font-size:1.2em}.feedback-text{flex:1;font-weight:500}.feedback-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.feedback-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.global-actions{display:flex;justify-content:center;margin:30px 0}.global-apply-button{background-color:#ff6900;color:#fff;border:none;border-radius:4px;padding:12px 24px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center;min-width:200px}.global-apply-button:hover{background-color:#ffb236}.global-apply-button:disabled{background-color:#e0e0e0;color:#a0a0a0;cursor:not-allowed}.spinner{display:inline-block;width:18px;height:18px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.config-section-title{margin-bottom:15px;text-align:center;color:#444;font-size:1.1em}.config-field{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:10px;padding:8px 0;border-bottom:1px solid #f0f0f0}.config-field:last-child{border-bottom:none}.config-field label{flex:0 0 40%;text-align:right;padding-right:15px;font-weight:500;color:#555}.input-container{flex:0 0 60%}.config-input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box;transition:border-color .3s}.config-input:focus{border-color:#ff6900;outline:none;box-shadow:0 0 0 3px #ff69001a}.config-checkbox{transform:scale(1.2);margin:0}.upload-page{min-height:100%;display:flex;justify-content:center;align-items:center;padding:2rem}.upload-container{width:100%;max-width:800px;min-height:400px;background-color:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:2px dashed #e2e8f0;transition:all .3s ease}.upload-container.dragging{border-color:#ff6900;background-color:#f0f9ff}.upload-content{padding:2rem;text-align:center}.cloud-icon{width:80px;height:80px;margin:0 auto 1.5rem;color:#ff6900}.cloud-icon svg{width:100%;height:100%}.upload-content h2{font-size:1.75rem;font-weight:600;color:#ff6900;margin-bottom:1rem}.upload-content p{color:#6b7280;margin-bottom:2rem}.upload-button{background-color:#ff6900;color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:500;transition:background-color .2s}.upload-button:hover{background-color:#ffb236}.selected-files{margin-top:2rem;text-align:left}.selected-files h3{font-size:1.25rem;font-weight:500;color:#1f2937;margin-bottom:1rem}.file-list{display:grid;gap:1rem;max-height:300px;overflow-y:auto;padding-right:.5rem}.file-item{display:flex;align-items:center;padding:1rem;background-color:#f9fafb;border-radius:.5rem;position:relative}.file-preview{width:48px;height:48px;-o-object-fit:cover;object-fit:cover;border-radius:.375rem;margin-right:1rem}.file-icon{width:48px;height:48px;margin-right:1rem;color:#6b7280}.file-info{flex:1}.file-name{display:block;font-weight:500;color:#1f2937;margin-bottom:.25rem}.file-size{font-size:.875rem;color:#6b7280}.remove-file{background:none;border:none;color:#ef4444;font-size:1.5rem;padding:.25rem;cursor:pointer;opacity:.7;transition:opacity .2s}.remove-file:hover{opacity:1}.upload-all-button{display:block;width:100%;background-color:#ff6900;color:#fff;padding:.75rem;border-radius:.5rem;font-weight:500;margin-top:1.5rem;transition:background-color .2s}.upload-all-button:hover{background-color:#ffb236}.file-status{display:block;font-size:.75rem;margin-top:.25rem}.file-status.text-red-500{color:#ef4444}.file-status.text-green-500{color:#10b981}.file-status.text-blue-500{color:#3b82f6}.file-status.text-gray-500{color:#6b7280}.progress-bar{height:4px;width:100%;background-color:#e5e7eb;border-radius:2px;margin-top:.5rem;overflow:hidden}.progress-fill{height:100%;background-color:#3b82f6;transition:width .3s ease}.error-message{margin-top:1rem;padding:.75rem;border-radius:.375rem;background-color:#fee2e2;color:#ef4444;font-size:.875rem;text-align:center;border:1px solid #fca5a5}.upload-all-button:disabled{background-color:#9ca3af;cursor:not-allowed}.upload-all-button.uploading{position:relative;overflow:hidden}.upload-all-button.uploading:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:loading 1.5s infinite}@keyframes loading{0%{left:-100%}to{left:100%}}.remove-file:disabled{opacity:.3;cursor:not-allowed}.file-list::-webkit-scrollbar{width:6px}.file-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.file-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.file-list::-webkit-scrollbar-thumb:hover{background:#a1a1a1}@media (max-width: 640px){.upload-page{padding:1rem}.upload-content{padding:1.5rem}.cloud-icon{width:60px;height:60px}.file-list{max-height:250px}}.toggle-container{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;gap:.5rem}.toggle-switch{position:relative;display:inline-block;width:50px;height:24px;margin:0 10px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.toggle-slider{background-color:#ff6900}input:checked+.toggle-slider:before{transform:translate(26px)}.active-mode{font-weight:700;color:#ff6900}.format-text{font-size:.9rem;color:#666;margin-top:0;margin-bottom:15px}.confirmation-buttons{margin:20px 0}.confirm-button{background-color:#ff6900;color:#fff;border:none;padding:8px 30px;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s}.confirm-button:hover{background-color:#ffb236}.status-message{display:flex;align-items:center;justify-content:center;margin:1rem 0;padding:.75rem;border-radius:.375rem;font-size:.875rem;text-align:center;max-width:600px;margin-left:auto;margin-right:auto}.status-icon{width:1.25rem;height:1.25rem;margin-right:.5rem;flex-shrink:0}.error-message{background-color:#fee2e2;color:#ef4444;border:1px solid #fca5a5}.success-message{background-color:#dcfce7;color:#16a34a;border:1px solid #86efac}.progress-message{background-color:#e0f2fe;color:#0284c7;border:1px solid #bae6fd}.animate-spin{animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.button-group{display:flex;justify-content:center;gap:1rem;margin-top:1rem;margin-bottom:1rem}.upload-button,.upload-all-button{min-width:150px}
