@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&display=swap);@tailwind base;@tailwind components;@tailwind utilities;*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:IBM Plex Sans Arabic,SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}body{font-size:15px;letter-spacing:-.01em;line-height:1.6;margin:0}@layer base{:root{--background:0 0% 98%;--foreground:0 0% 9%;--card:0 0% 100%;--card-foreground:0 0% 9%;--popover:0 0% 100%;--popover-foreground:0 0% 9%;--primary:0 0% 9%;--primary-foreground:0 0% 98%;--secondary:0 0% 94%;--secondary-foreground:0 0% 9%;--muted:0 0% 94%;--muted-foreground:0 0% 45%;--accent:0 0% 94%;--accent-foreground:0 0% 9%;--destructive:0 84% 60%;--destructive-foreground:0 0% 98%;--border:0 0% 89%;--input:0 0% 89%;--ring:0 0% 9%;--radius:0.75rem;--sidebar-width:280px;--sidebar-collapsed:72px;--header-height:64px}.dark{--background:240 10% 4%;--foreground:0 0% 95%;--card:240 10% 6%;--card-foreground:0 0% 95%;--popover:240 10% 6%;--popover-foreground:0 0% 95%;--primary:0 0% 95%;--primary-foreground:240 10% 4%;--secondary:240 10% 10%;--secondary-foreground:0 0% 95%;--muted:240 10% 10%;--muted-foreground:0 0% 55%;--accent:240 10% 10%;--accent-foreground:0 0% 95%;--destructive:0 62% 50%;--destructive-foreground:0 0% 98%;--border:240 10% 14%;--input:240 10% 14%;--ring:0 0% 95%}.dark,:root{transition:background-color .3s ease,color .3s ease}*,body{@apply bg-background text-foreground}}.sidebar{@apply bg-card border-r border-border;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}[dir=rtl] .sidebar{@apply border-r-0 border-l border-border}.sidebar-header{@apply flex items-center px-5 border-b border-border;height:72px}.chat-container,.chat-messages,.sidebar-nav-item,.sidebar-nav-item.active,.sidebar-nav-item.active:hover{@apply flex-1 overflow-y-auto}.chat-input-container{@apply border-t border-border bg-background/95;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);bottom:0;left:0;padding:20px 24px;position:fixed;right:280px;right:var(--sidebar-width,280px);z-index:40}[dir=rtl] .chat-input-container{left:280px;left:var(--sidebar-width,280px);right:0}@media (max-width:767px){.chat-input-container,[dir=rtl] .chat-input-container{left:0;padding:16px 16px calc(80px + env(safe-area-inset-bottom, 0));right:0}}.sidebar-collapsed .chat-input-container{right:72px;right:var(--sidebar-collapsed,72px)}[dir=rtl] .sidebar-collapsed .chat-input-container{left:72px;left:var(--sidebar-collapsed,72px);right:0}.chat-input-wrapper{@apply flex items-center gap-4 p-3 rounded-2xl bg-secondary border border-border;@apply focus-within:border-primary/30 focus-within:ring-4 focus-within:ring-primary/5;transition:all .2s ease}.chat-input{@apply flex-1 bg-transparent border-none outline-none px-4 py-3 text-foreground}[dir=rtl] .chat-input{text-align:right}[dir=ltr] .chat-input{text-align:left}.chat-input::placeholder,.chat-send-btn{@apply w-12 h-12 rounded-xl bg-primary text-primary-foreground;@apply flex items-center justify-center transition-all duration-200;@apply hover:shadow-lg hover:scale-105 disabled:opacity-40 disabled:hover:scale-100}.message-bubble{@apply max-w-[75%] px-5 py-3.5 rounded-2xl;animation:messageIn .3s ease-out}.message-user{@apply bg-primary text-primary-foreground;-webkit-margin-start:auto;border-radius:20px 20px 6px 20px;margin-inline-start:auto}.message-ai,[dir=rtl] .message-user{border-radius:20px 20px 20px 6px}.message-ai{@apply bg-secondary text-foreground;-webkit-margin-end:auto;margin-inline-end:auto}[dir=rtl] .message-ai{border-radius:20px 20px 6px 20px}.message-ai code,.message-ai pre{font-family:SF Mono,Monaco,Consolas,Liberation Mono,monospace}.message-ai p+p{margin-top:.5rem}.message-ai ol,.message-ai ul{-webkit-padding-start:1.25rem;padding-inline-start:1.25rem}.message-ai table{@apply border-collapse w-full}@keyframes messageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.btn-ghost,.btn-primary,.btn-secondary,.card-elevated,.card-interactive,.empty-state,.empty-state-desc,.empty-state-icon,.empty-state-title,.input-field,.input-field::placeholder{@apply text-muted-foreground}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{@apply bg-muted-foreground/30}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.6}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-float{animation:float 4s ease-in-out infinite}.animate-pulse-soft{animation:pulse-soft 2s ease-in-out infinite}.animate-fade-in-up{animation:fadeInUp .5s ease-out forwards}.animate-scale-in{animation:scaleIn .3s ease-out forwards}.stagger-1{animation-delay:.05s}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.heading-lg,.heading-md,.heading-sm,.heading-xl,.text-body,.text-caption,.text-small{@apply text-xs text-muted-foreground}::selection{@apply bg-primary text-primary-foreground}:focus-visible{@apply outline-none ring-2 ring-primary/20 ring-offset-2 ring-offset-background}.safe-top{padding-top:env(safe-area-inset-top,0)}.safe-bottom{padding-bottom:env(safe-area-inset-bottom,0)}.skeleton{@apply bg-gradient-to-r from-secondary via-muted to-secondary;animation:shimmer 1.5s infinite;background-size:200% 100%}.lang-switcher,.session-item,.session-item.active{@apply flex items-center gap-2 px-4 py-2.5 mx-3 rounded-xl;@apply bg-secondary text-muted-foreground;@apply transition-all duration-200 cursor-pointer;@apply hover:text-foreground hover:bg-secondary/80}.app-container{display:flex;flex-direction:column;min-height:100vh}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}.message-assistant,.message-user{@apply bg-secondary text-secondary-foreground rounded-2xl rounded-br-sm}@keyframes pulse-ring{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(2)}}.recording-pulse:before{animation:pulse-ring 1.5s ease-out infinite;background:hsl(var(--destructive));border-radius:50%;content:"";inset:0;position:absolute}.hero-gradient{background:radial-gradient(circle at 50% 50%,#6366f126 0,#0000 50%)}.card-hover{transition:transform .2s ease,box-shadow .2s ease}.card-hover:hover{box-shadow:0 20px 40px -15px #0003;transform:translateY(-4px)}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.typing-dot{animation:typing 1.4s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}
/*# sourceMappingURL=main.31d1c025.css.map*/