:root{--loading-primary: #4CC9D9;--loading-secondary: #00A4B2;--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:#00e;text-decoration:underline;font-weight:500}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):hover{color:#00f}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):active{color:red}.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 var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);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: rgb(17 24 39 / 10%);--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: rgb(255 255 255 / 10%);--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}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.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-4{margin-left:1rem;margin-right:1rem}.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}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.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-5{height:1.25rem}.h-6{height:1.5rem}.h-screen{height:100vh}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-3{width:.75rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-full{width:100%}.min-w-0{min-width:0px}.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}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.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-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.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-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))}.rounded{border-radius:.25rem}.rounded-\[12px\]{border-radius:12px}.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-\[\#4CC9D9\]{--tw-border-opacity: 1;border-color:rgb(76 201 217 / var(--tw-border-opacity, 1))}.border-\[\#4CC9D9\]\/40{border-color:#4cc9d966}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-500{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-cyan-200{--tw-border-opacity: 1;border-color:rgb(165 243 252 / 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-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / 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-\[\#00A4B2\]{--tw-bg-opacity: 1;background-color:rgb(0 164 178 / var(--tw-bg-opacity, 1))}.bg-\[\#4CC9D9\]{--tw-bg-opacity: 1;background-color:rgb(76 201 217 / var(--tw-bg-opacity, 1))}.bg-\[\#e0f7fa\]{--tw-bg-opacity: 1;background-color:rgb(224 247 250 / var(--tw-bg-opacity, 1))}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-cyan-50{--tw-bg-opacity: 1;background-color:rgb(236 254 255 / 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-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / 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-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-\[\#4CC9D9\]{--tw-gradient-from: #4CC9D9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 201 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50{--tw-gradient-from: #ecfeff var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 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-\[\#00B8C7\]{--tw-gradient-to: #00B8C7 var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to: #fff7ed var(--tw-gradient-to-position)}.to-teal-50{--tw-gradient-to: #f0fdfa var(--tw-gradient-to-position)}.fill-\[\#4CC9D9\]{fill:#4cc9d9}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-2{padding-bottom:.5rem}.pl-3{padding-left:.75rem}.text-left{text-align:left}.text-center{text-align:center}.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}.leading-tight{line-height:1.25}.text-\[\#4CC9D9\]{--tw-text-opacity: 1;color:rgb(76 201 217 / var(--tw-text-opacity, 1))}.text-\[\#ff6900\]{--tw-text-opacity: 1;color:rgb(255 105 0 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-cyan-700{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity, 1))}.text-cyan-800{--tw-text-opacity: 1;color:rgb(21 94 117 / var(--tw-text-opacity, 1))}.text-cyan-900{--tw-text-opacity: 1;color:rgb(22 78 99 / 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-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))}.underline{text-decoration-line:underline}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.opacity-90{opacity:.9}.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,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}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}a{color:#00e;text-decoration:underline}a:visited{color:#551a8b}a:hover{color:#00f;text-decoration:underline}a:active{color:red}@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-\[\#4CC9D9\]:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(76 201 217 / var(--tw-ring-opacity, 1))}.focus-within\:ring-opacity-50:focus-within{--tw-ring-opacity: .5}.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\:border-\[\#4CC9D9\]:hover{--tw-border-opacity: 1;border-color:rgb(76 201 217 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#008A96\]:hover{--tw-bg-opacity: 1;background-color:rgb(0 138 150 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#00919E\]:hover{--tw-bg-opacity: 1;background-color:rgb(0 145 158 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#4CC9D9\]:hover{--tw-bg-opacity: 1;background-color:rgb(76 201 217 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-50:hover{--tw-bg-opacity: 1;background-color:rgb(236 254 255 / 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-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / 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-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:text-\[\#4CC9D9\]:hover{--tw-text-opacity: 1;color:rgb(76 201 217 / var(--tw-text-opacity, 1))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / 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-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)}.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\:text-gray-500:disabled{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-\[\#00B8C7\]{--tw-text-opacity: 1;color:rgb(0 184 199 / var(--tw-text-opacity, 1))}#root{text-align:center;min-height:100vh}.background-image{background-image:url(/assets/masschallenge-zzvIgFBl.png);background-size:cover;background-repeat:no-repeat;background-attachment:fixed;width:100%;min-height:100vh}.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}.chat-header-wrapper{position:relative;z-index:5}.session-expiry-notification{background:transparent;color:inherit;width:100%;position:absolute;top:120%;left:0;transform:translateY(-100%);opacity:0;display:flex;justify-content:center;transition:transform .3s ease,opacity .3s ease;pointer-events:none;z-index:10}.session-expiry-visible{transform:translateY(0);opacity:1}.session-expiry-pill{background:#4cc9d9;color:#fff;padding:10px 12px;border-radius:9999px;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;gap:10px;min-width:280px;max-width:280px;width:280px;position:relative;z-index:1;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease;pointer-events:auto}.session-expiry-pill:hover{background:#00b8c7;box-shadow:0 4px 12px #0003;transform:translateY(-1px)}.session-expiry-pill:active{transform:translateY(0);box-shadow:0 2px 6px #00000026}.notification-content{display:flex;align-items:center;gap:12px;flex:1}.notification-icon{display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%;width:36px;height:36px;flex-shrink:0}.notification-text{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.notification-text strong{font-size:15px;font-weight:600;letter-spacing:.3px;color:#fff;margin-right:15px;font-variant-numeric:tabular-nums;white-space:nowrap}.notification-message{font-size:12px;opacity:.9;color:#fff;line-height:1.3;margin-right:15px}.notification-timer{font-weight:700;font-size:15px;padding:0 4px;background:#ffffff40;border-radius:4px;margin-left:4px;min-width:32px;text-align:center;display:inline-block}.session-expiry-warning{background:transparent;animation:slideDown .4s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%);max-height:0}to{opacity:1;transform:translateY(0);max-height:100px}}.thinking-dots-enhanced{display:flex;gap:6px;align-items:center;justify-content:flex-start;padding:4px}.thinking-dot-enhanced{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#4cc9d9,#00b8c7);animation:thinking-dots-enhanced 1.8s ease-in-out infinite;box-shadow:0 2px 4px #4cc9d94d}.thinking-dot-enhanced:nth-child(1){animation-delay:0s;background:linear-gradient(135deg,#4cc9d9,#00b8c7)}.thinking-dot-enhanced:nth-child(2){animation-delay:.3s;background:linear-gradient(135deg,#00b8c7,#4cc9d9)}.thinking-dot-enhanced:nth-child(3){animation-delay:.6s;background:linear-gradient(135deg,#4cc9d9,#00b8c7)}@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}.embed-mode .chat-container-bottom-left{bottom:20px;left:20px;right:auto;top:auto}.embed-mode .chat-container-bottom-right{bottom:20px;right:20px;left:auto;top:auto}.embed-mode .chat-container-top-left{top:20px;left:20px;right:auto;bottom:auto}.embed-mode .chat-container-top-right{top:20px;right:20px;left:auto;bottom:auto}.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 #00919E;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 #00919e66}}.chat-bubble:hover{box-shadow:0 2px 10px #00919ee5}.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}.embed-mode .chat-window-bottom-left{bottom:20px;left:20px;right:auto;top:auto}.embed-mode .chat-window-bottom-right{bottom:20px;right:20px;left:auto;top:auto}.embed-mode .chat-window-top-left{top:20px;left:20px;right:auto;bottom:auto}.embed-mode .chat-window-top-right{top:20px;right:20px;left:auto;bottom:auto}.embed-mode,.embed-mode .App,.embed-mode #root{background:transparent!important}.chat-header{box-shadow:0 2px 10px #00000026;color:#fff;padding:12px;border-top-left-radius:12px;border-top-right-radius:12px;font-weight:700;display:flex;flex-direction:column;align-items:flex-start;position:relative;z-index:1;background:#00a4b2}.header-main{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:-3px}.header-subtitle{color:#ffffffe6;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:#fff;opacity:.9;transition:opacity .2s}.minimize-button:hover,.close-button:hover{opacity:1}.chat-messages{flex-grow:1;padding:4px;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(76,201,217,.1) #f1f1f1;scroll-behavior:smooth}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background-color:#4cc9d91a;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background-color:#4cc9d9;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background-color:#4cc9d9cc}.chat-message{margin-bottom:8px;display:flex;align-items:flex-start;gap:8px;width:100%}.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;contain:layout style paint;will-change:contents}.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:8px;font-size:13px;line-height:1.4;color:#333;background-color:#ececec}.bot-message .profile-icon{background-color:#3a3a3a}.processing-message .message-content{background-color:#fff}.user-message{display:flex;justify-content:flex-end;padding-left:15%;background-color:#fff;border-radius:12px;margin:5px 0}.user-message .message-content{background-color:#4cc9d9;padding:8px 12px;color:#fff}.user-message .profile-icon{background-color:transparent}.suggested-questions-container{display:flex;flex-direction:column;gap:10px;padding:10px 0;align-items:flex-end}.suggested-question-wrapper{display:flex;justify-content:flex-end;width:100%;padding-left:15%}.suggested-question-button{background-color:#4cc9d9;color:#fff;padding:8px 12px;border:none;border-radius:12px;cursor:pointer;font-size:14px;text-align:left;transition:all .2s ease-in-out;box-shadow:0 2px 4px #0000001a}.suggested-question-button:hover:not(:disabled){background-color:#3ab4c4;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.suggested-question-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #0000001a}.suggested-question-button:disabled{opacity:.6;cursor:not-allowed}.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{flex-grow:1;padding:10px 12px;border:1px solid #ddd;border-radius:4px;outline:none;font-size:14px;line-height:1.4;transition:border-color .2s ease;height:auto;resize:none}.chat-input:focus{border-color:#ddd;box-shadow:0 0 0 1px #ddd}.send-icon{color:#ff0000e6;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}.send-icon:hover{transform:scale(1.1);background-color:#ff00001a}.login-container{position:fixed;top:20px;right:20px;z-index:1000}.login-button{padding:10px 20px;background-color:#00a4b2;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:#4cc9d9}@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:#00a4b2;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:#00a4b2;transform:translateY(-1px);box-shadow:0 4px 12px #00a4b2}.login-submit-button:active{transform:translateY(0);box-shadow:0 2px 8px #00a4b2}.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:#fff;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:#ffffff26}.end-chat-confirm{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:100;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out;border-radius:12px}.confirm-content{background-color:#fff;border-radius:12px;padding:24px;width:80%;max-width:320px;text-align:center;box-shadow:0 4px 20px #4cc9d94d;border:2px solid #4CC9D9}.confirm-content p{margin-bottom:20px;font-size:15px;color:#333;line-height:1.5}.confirm-buttons{display:flex;justify-content:center;gap:12px}.end-chat-button{background-color:#4cc9d9;color:#fff;border:2px solid #4CC9D9;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;transition:all .3s ease;box-shadow:0 2px 8px #4cc9d933}.end-chat-button:hover{background-color:#00b8c7;border-color:#00b8c7;box-shadow:0 4px 12px #4cc9d966;transform:translateY(-1px)}.cancel-button{background-color:#fff;color:#4cc9d9;border:2px solid #4CC9D9;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;transition:all .3s ease;box-shadow:0 2px 8px #4cc9d91a}.cancel-button:hover{background-color:#e0f7fa;box-shadow:0 4px 12px #4cc9d933;transform:translateY(-1px)}.animate-spin{border-color:#4cc9d9;border-top-color:#00919e}.quick-actions-container{padding:0;animation:fadeIn .3s ease-out;display:flex;flex-direction:column;gap:8px;align-items:flex-start;width:100%}.quick-actions-container .bot-message{margin:0;padding:4px 6px;justify-content:flex-start;width:100%}.quick-actions-container .message-content{font-size:13px;line-height:1.4;padding:8px 12px;background-color:#ececec;border-radius:8px;text-align:left}.quick-actions-grid{display:flex;flex-direction:column;gap:8px;justify-content:flex-start;padding-left:42px}.last-prompt{font-size:15px;color:#333;margin-bottom:12px;text-align:left;font-weight:500;padding:8px 12px;background-color:#ececec;border-radius:8px;line-height:1.4}.quick-action-button{display:flex;align-items:center;background-color:#fff;border:1px solid #4CC9D9;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:#4cc9d9;color:#000;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.quick-action-button:active{transform:translateY(0)}.quick-action-icon{color:#4cc9d9;transition:color .2s ease}.quick-action-button:hover .quick-action-icon{color:#000}@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}.agent-profile-container{display:flex;justify-content:center;align-items:center;padding:24px 16px 16px;background:#fff}.agent-profile-card{display:flex;flex-direction:column;align-items:center;gap:12px;animation:fadeIn .5s ease-out}.agent-profile-image{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid #4CC9D9;box-shadow:0 4px 12px #4cc9d94d;background:#fff}.agent-profile-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.agent-profile-name{font-size:20px;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.5px}.agent-profile-title{font-size:14px;color:#6b7280;margin:0;font-weight:500}.collapsible-summary-container{display:block}.collapsible-summary{margin-top:16px;margin-bottom:12px;border-left:3px solid #4CC9D9;padding-left:12px;background:linear-gradient(to right,rgba(76,201,217,.05),transparent);border-radius:4px;contain:layout style}.collapsible-summary:hover{background:linear-gradient(to right,rgba(76,201,217,.08),transparent);border-left-color:#4cc9d9}.collapsible-header{display:flex;align-items:center;gap:8px;cursor:pointer;padding:6px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease;background:none;border:none;width:100%;text-align:left}.collapsible-header:hover{opacity:.8}.collapsible-title{font-weight:600;font-size:14px;color:#333;letter-spacing:.3px}.collapsible-icon{flex-shrink:0;transition:transform .3s ease;color:#4cc9d9}.collapsible-icon.expanded{transform:rotate(90deg)}.collapsible-content{max-height:0;padding:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.collapsible-content.expanded{max-height:1000px;padding:8px 15px 8px 8px;animation:expandContent .3s ease-out;text-align:justify}@keyframes expandContent{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.collapsible-content .prose{font-size:12px;color:#555;text-align:justify}.collapsible-content .prose h3{font-size:.95rem;margin-top:0;margin-bottom:8px;color:#333}.collapsible-content .prose ul{margin-top:6px;margin-bottom:6px;padding-left:20px}.collapsible-content .prose li{margin-bottom:6px;line-height:1.5;text-align:justify}@media (max-width: 768px){.collapsible-summary{margin-top:12px;margin-bottom:10px}.collapsible-header{padding:8px 6px}.collapsible-title{font-size:.9rem}.collapsible-content.expanded{padding:8px;text-align:justify}.collapsible-content .prose{font-size:.85rem;text-align:justify}}
