@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-fade-in{animation:.3s ease-out fadeInUp}.typing-indicator{align-items:center;gap:4px;padding:12px 16px;display:flex}.typing-dot{background-color:#3b82f6;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite bounce}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}.typing-dot:nth-child(3){animation-delay:0s}.chat-scrollbar{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.chat-scrollbar::-webkit-scrollbar{width:6px}.chat-scrollbar::-webkit-scrollbar-track{background:0 0}.chat-scrollbar::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:3px;transition:background-color .2s}.chat-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.dark .chat-scrollbar{scrollbar-color:#4b5563 transparent}.dark .chat-scrollbar::-webkit-scrollbar-thumb{background-color:#4b5563}.dark .chat-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#6b7280}.chat-button-pulse{animation:2s infinite pulse}.chat-message-bubble{overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;min-width:0;max-width:100%;transition:all .2s}.chat-message-bubble:hover{box-shadow:0 4px 12px #0000001a}.dark .chat-message-bubble:hover{box-shadow:0 4px 12px #0000004d}.chat-input{transition:all .2s}.chat-input:focus{transform:translateY(-1px)}.chat-button{transition:all .2s}.chat-button:hover{transform:scale(1.05)}.chat-button:active{transform:scale(.95)}.chat-notification-badge{animation:2s infinite pulse}.chat-window{contain:layout paint;min-height:0;overflow:hidden}.chat-window[aria-hidden=true]{visibility:hidden}.chat-window[aria-hidden=false]{visibility:visible}.chat-messages{overscroll-behavior:contain;scrollbar-gutter:stable;min-height:0}.chat-timeline-loading{justify-content:center;align-items:center;gap:.75rem;min-height:12rem;display:flex}.chat-input-panel{flex:none;max-height:min(45%,340px)}@media (max-width:639px){.chat-window.chat-window{width:100vw;max-width:none;height:100dvh;max-height:none;box-shadow:none;border-width:0;border-radius:0;top:0;bottom:0;left:0;right:0}.chat-window-header{padding-top:calc(.75rem + env(safe-area-inset-top));padding-right:calc(1rem + env(safe-area-inset-right));padding-left:calc(1rem + env(safe-area-inset-left));border-radius:0}.chat-messages{padding-right:calc(.75rem + env(safe-area-inset-right));padding-left:calc(.75rem + env(safe-area-inset-left))}.chat-input-panel{padding-right:calc(.75rem + env(safe-area-inset-right));padding-bottom:calc(.75rem + env(safe-area-inset-bottom));padding-left:calc(.75rem + env(safe-area-inset-left));border-radius:0}}@media (prefers-reduced-motion:reduce){.chat-message-assistant,.chat-message-user,.chat-fade-in,.typing-dot,.chat-button-pulse,.chat-message-bubble,.chat-input,.chat-button{transition:none!important;animation:none!important}}.chat-message-bubble a{color:#3b82f6;cursor:pointer;overflow-wrap:anywhere;word-break:break-word;font-weight:500;transition:all .2s}.chat-message-bubble a:hover{color:#1d4ed8;background-color:#3b82f61a;text-decoration:underline}.chat-message-bubble a:active{color:#1e3a8a;transform:scale(.98)}.chat-message-user .chat-message-bubble a{color:#fffffff5;text-decoration:underline;text-decoration-thickness:from-font}.chat-message-user .chat-message-bubble a:hover{color:#fff;background-color:#ffffff1f}.chat-message-user .chat-message-bubble a:active{color:#fff;background-color:#ffffff2e}.dark .chat-message-bubble a{color:#60a5fa}.dark .chat-message-bubble a:hover{color:#93c5fd;background-color:#60a5fa1a}.dark .chat-message-bubble a:active{color:#bfdbfe}.chat-message-bubble p{margin:0 0 .75rem;line-height:1.5rem}.chat-message-bubble p:last-child{margin-bottom:0}.chat-message-bubble li>p{margin:0 0 .4rem}.chat-message-bubble li>p:last-child{margin-bottom:0}.chat-message-bubble ul{margin-bottom:.75rem;padding-left:1.25rem;list-style-type:disc}.chat-message-bubble li{margin-bottom:.4rem;line-height:1.4rem}.chat-message-bubble strong{font-weight:600}@keyframes drawerSlideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.ai-drawer-enter{animation:.3s ease-out forwards drawerSlideInRight}.management-sidebar-collapsed{transition:width .3s ease-in-out,padding .3s ease-in-out}.management-sidebar-collapsed:hover .sidebar-label{opacity:1;transition:opacity .2s ease-in-out .1s}.management-sidebar-collapsed .sidebar-label{opacity:0;transition:opacity .1s ease-in-out}@media (prefers-contrast:high){.chat-message-bubble,.chat-input,.chat-button{border:2px solid}.chat-message-bubble a{border:1px solid;border-radius:4px;padding:2px 4px;font-weight:700!important;text-decoration:underline!important}}
