.chat-container{display:flex;height:100vh;overflow:hidden;font-family:sans-serif;margin-top:64px}.chat-layout{display:flex;height:100vh;overflow:hidden}.chat-main{flex:1;display:flex;flex-direction:column;background-image:url(/assets/bg.svg);background-size:cover;background-position:center;height:100vh;overflow:hidden;margin-left:300px;padding-top:64px}.chat-body{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;scrollbar-width:none;line-height:1.6}.chat-body::-webkit-scrollbar{display:none}.message-bubble{max-width:80%;padding:1rem;border-radius:1rem;box-shadow:0 2px 5px #0000001a}.message-bubble.user{align-self:flex-end;background-color:#f0f0f0}.message-bubble.bot{align-self:flex-start;background-color:#fff}.message-row{display:flex;align-items:flex-start;padding:0 1.5rem}.message-avatar{width:36px;height:36px;border-radius:50%;margin-right:.75rem;margin-top:6px;flex-shrink:0}.message-content{background:#fff;border-radius:1rem;padding:1rem 1.25rem;font-size:15px;line-height:1.7;max-width:85%;box-shadow:0 2px 8px #0000000f;word-wrap:break-word;white-space:normal}.message-paragraph{margin:0 0 12px;line-height:1.7}.message-paragraph:last-child{margin-bottom:0}.message-content p:empty{display:none}.message-content.bot{line-height:1.75}.message-content.bot .message-paragraph{margin-bottom:14px;line-height:1.75}.message-content.user{background-color:#f3f4f6}.message-content ul,.message-content ol{margin:8px 0 12px 24px;padding-left:8px}.message-content li{margin-bottom:4px;line-height:1.6;margin-left:8px}.message-content h1,.message-content h2,.message-content h3{margin-top:16px;margin-bottom:8px;line-height:1.4}.message-content h1:first-child,.message-content h2:first-child,.message-content h3:first-child{margin-top:0}.message-actions{display:flex;gap:.75rem;margin-top:.75rem}.message-actions img{width:18px;height:18px;opacity:.7;cursor:pointer;transition:opacity .2s ease}.message-actions img:hover{opacity:1}.chat-input{display:flex;padding:1rem;background:#fff;border-top:1px solid #eee;gap:1rem;flex-shrink:0}.chat-input textarea{flex:1;border:none;resize:none;border-radius:.5rem;padding:.75rem;font-size:14px;outline:none;background:#f9f9f9}.chat-input button{background-color:#ec4899;color:#fff;border:none;padding:.75rem 1rem;border-radius:.5rem;cursor:pointer;font-weight:700;transition:background-color .2s ease}.chat-input button:hover{background-color:#db2777}.chat-input-wrapper{padding:0 1.5rem 1rem;width:100%;flex-shrink:0}.chat-input-container{background:#fff;display:flex;align-items:flex-start;border-radius:2rem;padding:.75rem 1rem;box-shadow:0 3px 10px #0000000f;gap:.75rem}.chat-input-button{border:none;border-radius:9999px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;flex-shrink:0}.chat-input-button img{width:16px;height:16px}.chat-input-textarea{border:none;outline:none;resize:none;width:100%;font-size:15px;line-height:1.5;color:#374151;background:transparent;max-height:150px;overflow-y:auto;padding-top:4px;padding-right:6px;scrollbar-width:thin}.chat-input-textarea::-webkit-scrollbar{width:6px}.chat-input-textarea::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:999px}.empty-chat-container{flex:1;text-align:center;padding:3rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.talos-logo{width:120px;margin-bottom:1rem}.talos-greeting{font-size:2.25rem;font-weight:700;color:transparent;background:linear-gradient(to right,#5b8aff,#e7569a,#ffa071);-webkit-background-clip:text;margin-bottom:.5rem}.talos-subtitle{font-size:1.75rem;font-weight:600;color:#333;margin-bottom:.5rem}.talos-subtext{font-size:1rem;color:#6b7280;max-width:480px;margin-bottom:2rem}.follow-up-suggestions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;flex-shrink:0}.suggestion-button{background:#fff;border:1px solid #e5e7eb;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;color:#4b5563;cursor:pointer;transition:all .2s ease}.suggestion-button:hover{box-shadow:0 0 0 2px #ec4899;color:#ec4899}.follow-up-suggestion-row{display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem 1.5rem .75rem;align-items:center;flex-shrink:0}.suggestion-new-chat{display:inline-flex;align-items:center;background:#ec4899;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .2s ease;box-shadow:0 2px 5px #0000001a}.suggestion-new-chat:hover{background:#db2777}.suggestion-pill{display:inline-flex;align-items:center;background:#fff;border:1px solid #e5e7eb;padding:.5rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000000f}.suggestion-pill:hover{background:#f3f4f6}.pill-icon{width:16px;height:16px;margin-right:6px}.thinking-indicator{display:flex;align-items:center;padding:12px 16px;margin:8px 0;background-color:#f5f5f5;border-radius:20px;max-width:-moz-fit-content;max-width:fit-content;gap:12px}.thinking-icon{width:24px;height:24px;background-color:#6b7280;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.thinking-text{font-size:14px;color:#6b7280;margin:0;flex:1}.thinking-spinner{width:16px;height:16px;border:2px solid #e5e7eb;border-top:2px solid #ef4444;border-radius:50%;animation:spin 1s linear infinite;flex-shrink:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.typing-indicator{display:flex;justify-content:flex-start;padding:8px 16px;margin:8px 0}.thinking-indicator[data-event=stream_start] .thinking-icon{background-color:#6366f1}.thinking-indicator[data-event=thinking_step] .thinking-icon{background-color:#8b5cf6}.thinking-indicator[data-event=sources_found] .thinking-icon{background-color:#10b981}.chat-main>*{transition:all .2s ease}@media (max-width: 768px){.chat-main{margin-left:0}.chat-body{padding:16px}.empty-chat-container{min-height:calc(100vh - 64px);padding:2rem 1rem}.talos-greeting{font-size:1.875rem}.talos-subtitle{font-size:1.5rem}}@media (prefers-color-scheme: dark){.thinking-indicator{background-color:#374151}.thinking-icon{background-color:#9ca3af}.thinking-text{color:#d1d5db}.thinking-spinner{border-color:#4b5563;border-top-color:#ef4444}}.sidebar{width:300px;background:#fff;border-radius:16px;border:1px solid var(--Gray-gray-200, #E8E9EA);margin:0 12px 12px;display:flex;flex-direction:column;height:calc(100vh - 64px);position:fixed;top:64px;left:0;z-index:50;padding:20px 16px;overflow-y:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.sidebar-brand{display:flex;align-items:center;gap:12px}.sidebar-logo{width:40px;height:40px;border-radius:8px}.sidebar-title{font-size:20px;font-weight:600}.sidebar-brand-primary{background:linear-gradient(135deg,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sidebar-brand-secondary{color:#ec4899}.sidebar-toggle{background:none;border:none;padding:8px;cursor:pointer;color:#6b7280;border-radius:6px;transition:background-color .2s}.sidebar-toggle:hover{background-color:#f3f4f6}.sidebar-search{margin-bottom:24px}.search-input-wrapper{position:relative;display:flex;align-items:center;height:43px;padding:5px;border-radius:8px;border:1px solid #E8E9EA;background:#f8f8f9;transition:all .2s}.search-input-wrapper:focus-within{border-color:#ec4899;background-color:#fff;box-shadow:0 0 0 3px #ec48991a}.search-icon{position:absolute;left:18px;color:#9ca3af;z-index:1;pointer-events:none}.search-input{width:100%;height:100%;padding:15px 18px 15px 45px;border:none;border-radius:8px;font-size:16px;background:transparent;outline:none;color:#374151}.search-input::-moz-placeholder{color:#9ca3af}.search-input::placeholder{color:#9ca3af}.sidebar-profiles{margin-bottom:24px}.profiles-header{display:flex;align-items:center;gap:12px;padding:12px 16px;color:#6b7280;font-size:16px;font-weight:500}.profiles-icon{color:#6b7280}.profiles-count{margin-left:auto;color:#6b7280;padding:4px 8px;border-radius:6px;font-size:14px;font-weight:600}.sidebar-tabs-container{margin-bottom:24px}.sidebar-tabs-inner{display:flex;background:#f3f4f6;border-radius:8px;padding:4px;gap:4px}.sidebar-tab{display:flex;align-items:center;gap:8px;padding:8px 12px;border:none;border-radius:6px;background:transparent;cursor:pointer;transition:all .2s;flex:1;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.sidebar-tab:hover{background:#ffffff80}.sidebar-tab.active{background:#ec4899;color:#fff;box-shadow:0 1px 3px #ec48994d}.sidebar-tab span{color:#fff;font-family:Omnes,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:.1px}.sidebar-tab:not(.active) span{color:#6b7280}.sidebar-tab:not(.active) svg{color:#6b7280}.sidebar-tab.active svg{color:#fff}.tab-count{background:#fff3;padding:2px 6px;border-radius:10px;font-size:12px;font-weight:600;min-width:20px;text-align:center}.sidebar-tab:not(.active) .tab-count{background:#e5e7eb;color:#6b7280}.chat-list{flex:1;overflow-y:auto}.chat-section{margin-bottom:24px}.chat-period{font-size:16px;font-weight:600;margin:0 0 12px;color:#111827}.chat-items{list-style:none;padding:0;margin:0}.chat-item{display:flex;align-items:flex-start;gap:12px;padding:12px 0;color:#6b7280;font-size:15px;line-height:1.4;cursor:pointer;border-radius:8px;transition:background-color .2s}.chat-item:hover{background-color:#f9fafb;padding-left:12px;padding-right:12px;margin-left:-12px;margin-right:-12px}.message-icon{width:16px;height:16px;color:#9ca3af;flex-shrink:0;margin-top:2px}.chat-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.sidebar-footer{margin-top:auto;padding-top:20px}.new-chat-button{width:100%;background:#ec4899;color:#fff;font-weight:500;font-size:16px;padding:13px 18px;border-radius:12px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;box-shadow:0 2px 4px #ec489933}.new-chat-button:hover{background:#db2777;box-shadow:0 4px 8px #ec48994d;transform:translateY(-1px)}.new-chat-button svg{width:20px;height:20px}@media (max-width: 768px){.sidebar{width:280px;transform:translate(-100%);transition:transform .3s ease}.sidebar.open{transform:translate(0)}}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:12px 12px 0;background:#fff;height:64px;position:fixed;top:0;left:0;right:0;z-index:100;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.header-container{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:12px;border:1px solid var(--Gray-gray-200, #E8E9EA);width:100%}.header-container:hover{box-shadow:0 2px 6px #00000026}.header-left{display:flex;align-items:center;gap:0}.header-logo{display:flex;align-items:center;margin-right:12px}.logo-image{width:40px;height:40px;border-radius:8px;border:1px solid var(--Gray-gray-200, #E8E9EA);padding:4px;background:#fff;transition:border-color .2s ease}.logo-image:hover{border-color:#d1d5db;box-shadow:0 2px 6px #00000026}.header-brand{position:relative;display:flex;align-items:center}.new-chat-btn{width:40px;height:40px;background:transparent;border:none;cursor:pointer;color:#6b7280;transition:all .2s;display:flex;align-items:center;justify-content:center}.new-chat-btn:hover{background-color:#f3f4f6;color:#374151}.brand-dropdown{display:flex;align-items:center;gap:8px;background:transparent;border:none;cursor:pointer;padding:8px 12px;transition:background-color .2s;height:40px;border-radius:0}.brand-dropdown:hover{background-color:#f3f4f6}.brand-text{color:var(--Gray-gray-600, #72757D);text-align:center;font-family:Omnes,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.02px}.brand-primary{background:linear-gradient(135deg,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-secondary{color:#ec4899}.dropdown-arrow{color:#6b7280;transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:160px;z-index:1000;margin-top:4px}.dropdown-item{padding:12px 16px;cursor:pointer;font-size:14px;color:#374151;transition:background-color .2s}.dropdown-item:hover{background-color:#f3f4f6}.dropdown-item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.dropdown-item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.header-right{display:flex;align-items:center;margin-left:auto}.header-icon-btn,.header-profile-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;color:#6b7280;transition:all .2s}.header-profile-btn{border-radius:0 8px 8px 0}.header-icon-btn:hover,.header-profile-btn:hover{background-color:#f3f4f6;color:#374151}@media (max-width: 768px){.chat-header{padding:12px 16px}.brand-text{font-size:16px}.header-icon-btn,.header-profile-btn,.new-chat-btn{width:36px;height:36px}.logo-image{width:28px;height:28px}}*,: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}}.relative{position:relative}.m-0{margin:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mt-2{margin-top:.5rem}.flex{display:flex}.table{display:table}.w-8{width:2rem}.w-\[150px\]{width:150px}.w-\[600px\]{width:600px}.w-full{width:100%}.list-disc{list-style-type:disc}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.rounded-md{border-radius:.375rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.pb-5{padding-bottom:1.25rem}.pt-5{padding-top:1.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.italic{font-style:italic}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.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)}.intro-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background-image:url(/assets/bg.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.intro-card{width:100%;max-width:480px;background-color:#fff;border-radius:1rem;box-shadow:0 10px 25px #0000001a;padding:2rem;text-align:center}.intro-header{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center}.intro-logo{height:80px;width:80px;margin-bottom:1rem}.intro-title{font-size:2rem;font-weight:600;background:linear-gradient(to right,#5b8aff,#e7569a,#ffa071);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.intro-subtitle{color:#6b7280}.intro-input-wrapper{margin-bottom:1.5rem}.intro-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;outline:none;transition:box-shadow .2s}.intro-input:focus{box-shadow:0 0 0 3px #ec48994d}.intro-note{font-size:.95rem;color:#4b5563;margin-bottom:1.5rem}.intro-button{width:100%;background-color:#ec4899;color:#fff;padding:.75rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.intro-button:hover{background-color:#db2777;transform:scale(1.03)}.login-progress-container{margin:16px 0;padding:12px;background-color:#00000008;border-radius:8px;border:1px solid rgba(0,0,0,.1)}.login-progress-bar{width:100%;height:6px;background-color:#0000001a;border-radius:3px;overflow:hidden;margin-bottom:8px}.login-progress-fill{height:100%;background:linear-gradient(90deg,#e91e63,#9c27b0,#3f51b5);border-radius:3px;transition:width .3s ease;animation:shimmer 2s infinite}@keyframes shimmer{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}.login-progress-text{font-size:12px;color:#0009;text-align:center;font-weight:500}.intro-error{display:flex;align-items:center;gap:8px;padding:12px 16px;margin:12px 0;background-color:#dc35451a;border:1px solid rgba(220,53,69,.3);border-radius:8px;color:#dc3545;font-size:14px}.error-icon{font-size:16px;flex-shrink:0}.error-text{flex:1;line-height:1.4}.input-error{border-color:#dc3545!important;box-shadow:0 0 0 .2rem #dc354540!important}.input-error:focus{border-color:#dc3545!important;box-shadow:0 0 0 .2rem #dc354540!important}.intro-button.loading{opacity:.8;cursor:not-allowed;position:relative}.intro-button:disabled{opacity:.6;cursor:not-allowed}.button-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.intro-button-secondary{width:100%;padding:12px 24px;background-color:transparent;color:#e91e63;border:2px solid #e91e63;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}.intro-button-secondary:hover:not(:disabled){background-color:#e91e63;color:#fff}.intro-button-secondary:disabled{opacity:.6;cursor:not-allowed}.intro-input:disabled{opacity:.7;cursor:not-allowed}.login-progress-fill[style*="100%"]{background:linear-gradient(90deg,#28a745,#20c997)!important}@media (prefers-color-scheme: dark){.login-progress-container{background-color:#ffffff0d;border-color:#ffffff1a}.login-progress-bar{background-color:#ffffff1a}.login-progress-text{color:#ffffffb3}.intro-error{background-color:#dc354526;border-color:#dc354566;color:#ff6b7a}}@media not all and (min-width: 768px){.max-md\:w-full{width:100%}.max-md\:text-base{font-size:1rem;line-height:1.5rem}.max-md\:text-lg{font-size:1.125rem;line-height:1.75rem}}
