: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}.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}.leading-tight{line-height:1.25}.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}.ring-2{--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)}.ring-\[\#FFB236\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 178 54 / var(--tw-ring-opacity, 1))}.ring-opacity-50{--tw-ring-opacity: .5}.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}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.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}body.embed-mode #root,body.embed-mode .App{background:transparent;max-width:100%;padding:0;margin:0;height:100vh;width:100vw}.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:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideOut{0%{opacity:1}to{opacity:0}}@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;width:auto;height:auto;margin:0!important;padding:0!important;pointer-events:auto;z-index:999999;animation:fadeInInstant .3s ease-out forwards;transform:translateZ(0)}.chat-container-bottom-left{bottom:25px!important;left:25px!important;top:auto!important;right:auto!important}.chat-container-bottom-right{bottom:25px!important;right:25px!important;top:auto!important;left:auto!important}.chat-container-top-left{top:25px!important;left:25px!important;bottom:auto!important;right:auto!important}.chat-container-top-right{top:25px!important;right:25px!important;bottom:auto!important;left:auto!important}@keyframes fadeInInstant{0%{opacity:0}to{opacity:1}}.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:box-shadow .3s ease;color:#000;border:2px solid #ed6c03;animation:bubblePop 3s ease-in-out infinite;pointer-events:auto;outline:none}@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;width:450px;height:650px;max-width:100vw;max-height:100vh;background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #00000026;display:flex;flex-direction:column;z-index:999999;pointer-events:auto}.chat-window-bottom-left{bottom:20px!important;left:20px!important;top:auto!important;right:auto!important}.chat-window-bottom-right{bottom:20px!important;right:20px!important;top:auto!important;left:auto!important}.chat-window-top-left{top:20px!important;left:20px!important;bottom:auto!important;right:auto!important}.chat-window-top-right{top:20px!important;right:20px!important;bottom:auto!important;left:auto!important}.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}.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-messages{flex-grow:1;padding:4px;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,178,54,.1) #f1f1f1}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background-color:#ffb2361a;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background-color:#ffb236;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background-color:#ffb236cc}.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:8px;font-size:13px;line-height:1.4;color:#333;background-color:#ececec;text-align:left}.bot-message .profile-icon{background-color:#3a3a3a}.processing-message .message-content{background-color:#fff;text-align:left}.status-indicator-container{display:flex;justify-content:flex-start;padding:12px 16px 12px 48px}.status-indicator{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;background:linear-gradient(135deg,#ffb23614,#ff8c000d);border:1px solid rgba(255,178,54,.2);border-radius:20px;box-shadow:0 2px 8px #ffb23614}.status-pulse{width:8px;height:8px;background:linear-gradient(135deg,#ffb236,#ff8c00);border-radius:50%;animation:status-pulse 1.5s ease-in-out infinite;box-shadow:0 0 #ffb23666}@keyframes status-pulse{0%,to{transform:scale(1);box-shadow:0 0 #ffb23666}50%{transform:scale(1.1);box-shadow:0 0 0 6px #ffb23600}}.status-text{font-size:13px;font-weight:500;color:#666;letter-spacing:.2px}.status-text-rotate{animation:status-text-fade 2s ease-in-out infinite}@keyframes status-text-fade{0%,to{opacity:1}45%,55%{opacity:.7}}.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:#ffb236;padding:8px 12px;color:#333}.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{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:#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:#ffb236;color:#000;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.end-chat-button:hover{background-color:#ffa012}.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}.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:#ececec;border-radius:8px}.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 #ffb236;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:#ffb236;color:#000;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.quick-action-button:active{transform:translateY(0)}.quick-action-icon{color:#ffb236;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}@keyframes pulse-border{0%,to{box-shadow:0 0 #ffb236b3}50%{box-shadow:0 0 0 8px #ffb23600}}.chat-input-processing{animation:pulse-border 2s ease-in-out infinite}@keyframes fade-pulse{0%,to{opacity:.6}50%{opacity:1}}.chat-input-processing input::-moz-placeholder{animation:fade-pulse 1.5s ease-in-out infinite}.chat-input-processing input::placeholder{animation:fade-pulse 1.5s ease-in-out infinite}.preset-questions-container{padding:8px 12px 12px 42px;animation:fadeIn .4s ease-out}.preset-questions-label{font-size:12px;color:#666;margin-bottom:10px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.preset-questions-grid{display:flex;flex-wrap:wrap;gap:8px}.preset-question-button{background-color:#fff;border:1px solid #ffb236;color:#333;padding:8px 14px;border-radius:20px;font-size:13px;cursor:pointer;transition:all .2s ease;text-align:left;line-height:1.3}.preset-question-button:hover{background-color:#ffb236;color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #ffb2364d}.preset-question-button:active{transform:translateY(0);box-shadow:0 2px 6px #ffb23633}: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}
