@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--color-primary: #1E3A8A;--color-primary-hover: #2563EB;--color-text: #0F172A;--color-text-secondary: #6B7280;--color-bg: #F9FAFB;--color-surface: #FFFFFF;--color-border: #E5E7EB;--color-success: #10B981;--color-warning: #FBBF24;--color-error: #EF4444;--color-accent: #8B5CF6}.dark{--color-primary: #3B82F6;--color-primary-hover: #60A5FA;--color-text: #F1F5F9;--color-text-secondary: #94A3B8;--color-bg: #0F172A;--color-surface: #1E293B;--color-border: #334155;--color-success: #34D399;--color-warning: #FCD34D;--color-error: #F87171;--color-accent: #A78BFA}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);transition:background-color .3s ease,color .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes zoomIn95{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-in{animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:both}.fade-in{animation-name:fadeIn}.slide-in-from-top-1,.slide-in-from-top-2{animation-name:slideInFromTop}.slide-in-from-right-4{animation-name:slideInFromRight}.zoom-in-95{animation-name:zoomIn95}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.toast-enter{animation:toastSlideIn .3s ease-out both}.toast-exit{animation:toastSlideOut .3s ease-in both}@keyframes onlinePulse{0%,to{opacity:1}50%{opacity:.5}}.online-pulse{animation:onlinePulse 2s ease-in-out infinite}.dark-transition *{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}body.overflow-hidden{overflow:hidden}@media(max-width:768px){.fixed.inset-0>div{max-height:90vh;overflow-y:auto}main{overflow-x:hidden}}@supports (padding-bottom: env(safe-area-inset-bottom)){body{padding-bottom:env(safe-area-inset-bottom)}}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only:focus{position:fixed;top:8px;left:8px;width:auto;height:auto;padding:8px 16px;margin:0;overflow:visible;clip:auto;white-space:normal;background:var(--color-primary);color:#fff;font-weight:700;font-size:14px;border-radius:8px;z-index:9999}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.typing-dot{width:6px;height:6px;border-radius:50%;background-color:#94a3b8;display:inline-block;animation:typingBounce 1.4s infinite ease-in-out}.typing-dot:nth-child(1){animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
