@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined";:root{--primary-color: #6366f1;--secondary-color: #818cf8;--background-primary: #0f172a;--background-secondary: #1e293b;--background-tertiary: #334155;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--user-message-bg: #6366f1;--ai-message-bg: #334155;--border-color: #334155}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--background-primary);color:var(--text-primary);min-height:100vh}.flex{display:flex}.flex-1{flex:1}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.w-80{width:20rem}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-4xl{max-width:56rem}.max-w-\[70\%\]{max-width:70%}.w-auto{width:auto}.w-1\/2{width:50%}.w-8{width:2rem}.w-12{width:3rem}.h-8{height:2rem}.h-12{height:3rem}.w-4{width:1rem}.h-4{height:1rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.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-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.pl-4{padding-left:1rem}.pl-12{padding-left:3rem}.pr-4{padding-right:1rem}.pr-14{padding-right:3.5rem}.pt-4{padding-top:1rem}.pb-8{padding-bottom:2rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-6>*+*{margin-top:1.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.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}.mt-8{margin-top:2rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-12{margin-right:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-12{margin-left:3rem}.-mx-3{margin-left:-.75rem;margin-right:-.75rem}.bg-primary{background-color:var(--primary-color)}.bg-secondary{background-color:var(--secondary-color)}.bg-background-primary{background-color:var(--background-primary)}.bg-background-secondary{background-color:var(--background-secondary)}.bg-background-tertiary{background-color:var(--background-tertiary)}.bg-user-message{background-color:var(--user-message-bg)}.bg-ai-message{background-color:var(--ai-message-bg)}.bg-transparent{background-color:transparent}.bg-green-800{background-color:#166534}.bg-red-800{background-color:#991b1b}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-text-primary{color:var(--text-primary)}.text-text-secondary{color:var(--text-secondary)}.text-white{color:#fff}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-green-200{color:#bbf7d0}.text-green-400{color:#4ade80}.text-red-200{color:#fecaca}.text-red-400{color:#f87171}.border{border-width:1px}.border-0{border-width:0px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-primary{border-color:var(--primary-color)}.border-secondary{border-color:var(--secondary-color)}.border-background-tertiary{border-color:var(--background-tertiary)}.border-gray-700{border-color:#374151}.border-gray-800{border-color:#1f2937}.border-green-700{border-color:#15803d}.border-red-700{border-color:#b91c1c}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.uppercase{text-transform:uppercase}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.left-0{left:0}.left-3{left:.75rem}.left-4{left:1rem}.right-0{right:0}.right-3{right:.75rem}.right-4{right:1rem}.right-16{right:4rem}.top-0{top:0}.top-1\/2{top:50%}.bottom-0{bottom:0}.-translate-y-1\/2{transform:translateY(-50%)}.translate-x-full{transform:translate(100%)}.translate-x-0{transform:translate(0)}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.transition-all{transition:all .2s}.transition-colors{transition:color .15s,background-color .15s}.transition-transform{transition:transform .2s}.transition-opacity{transition:opacity .2s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:ease-in-out}.ease-out{transition-timing-function:ease-out}.tracking-wider{letter-spacing:.05em}.tracking-tight{letter-spacing:-.025em}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.focus\:outline-none:focus{outline:none}.focus\:ring-0:focus{box-shadow:0 0 #0000}.focus\:ring-1:focus{box-shadow:0 0 0 1px #6366f180}.focus\:ring-2:focus{box-shadow:0 0 0 2px #6366f180}.focus\:ring-primary:focus{box-shadow:0 0 0 2px #6366f180}.focus\:ring-offset-0:focus{box-shadow:0 0 #0000}.hover\:bg-primary:hover{background-color:var(--primary-color)}.hover\:bg-secondary:hover{background-color:var(--secondary-color)}.hover\:bg-background-secondary:hover{background-color:var(--background-secondary)}.hover\:bg-background-tertiary:hover{background-color:var(--background-tertiary)}.hover\:bg-gray-700:hover{background-color:#374151}.hover\:bg-gray-800:hover{background-color:#1f2937}.hover\:text-primary:hover{color:var(--primary-color)}.hover\:text-secondary:hover{color:var(--secondary-color)}.hover\:text-white:hover{color:#fff}.hover\:text-text-primary:hover{color:var(--text-primary)}.hover\:text-green-300:hover{color:#86efac}.hover\:text-red-400:hover{color:#f87171}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:scale-110:hover{transform:scale(1.1)}.disabled\:bg-gray-600:disabled{background-color:#4b5563}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.placeholder\:text-gray-400::placeholder{color:#9ca3af}.placeholder\:text-secondary::placeholder{color:var(--text-secondary)}.opacity-0{opacity:0}.opacity-100{opacity:1}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.hidden{display:none}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-bounce{animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-spin{animation:spin 1s linear infinite}.sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;color:var(--text-secondary);transition:all .2s;cursor:pointer;border-radius:.5rem}.sidebar-item:hover,.sidebar-item.active{background-color:var(--background-secondary);color:var(--text-primary)}.group{position:relative}.group-hover\:opacity-100{opacity:0;transition:opacity .2s ease-in-out}.group:hover .group-hover\:opacity-100{opacity:1}button{border:none;background:none;cursor:pointer;font-family:inherit}input{border:1px solid var(--border-color);background-color:var(--background-secondary);color:var(--text-primary);outline:none;border-radius:.5rem}input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #6366f180}input::placeholder{color:var(--text-secondary)}textarea{border:1px solid var(--border-color);background-color:var(--background-secondary);color:var(--text-primary);outline:none;border-radius:.75rem;resize:none}textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #6366f180}textarea::placeholder{color:var(--text-secondary)}.loading-spinner{width:2rem;height:2rem;border:3px solid rgba(99,102,241,.3);border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.slide-in{animation:slideIn .3s ease-out}.staggered-animation{animation:fadeIn .3s ease-out;animation-fill-mode:both}.staggered-animation:nth-child(1){animation-delay:.1s}.staggered-animation:nth-child(2){animation-delay:.2s}.staggered-animation:nth-child(3){animation-delay:.3s}.staggered-animation:nth-child(4){animation-delay:.4s}.staggered-animation:nth-child(5){animation-delay:.5s}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.scale-in{animation:scaleIn .2s ease-out}.input-container{position:relative;background-color:var(--background-secondary);border:1px solid var(--background-tertiary);border-radius:1rem;overflow:hidden;transition:all .2s ease-in-out}.input-container:hover{border-color:#334155cc}.input-container:focus-within{border-color:#6366f199;box-shadow:0 10px 15px -3px #6366f11a,0 4px 6px -2px #6366f10d}.input-container.disabled{border-color:#33415580;opacity:.75}.input-textarea{width:100%;background-color:transparent;padding:1.375rem 5rem 1rem 4rem;color:var(--text-primary);outline:none;resize:none;min-height:64px;max-height:128px;line-height:1.625;border:none}.input-textarea::placeholder{color:var(--text-secondary)}@media (max-width: 640px){.input-shortcuts{display:none}}
