*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}::selection{background-color:#1677ff33;color:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fade-in{animation:fadeIn .6s ease-out forwards}.slide-in-left{animation:slideInLeft .6s ease-out forwards}.landing-section{padding:80px 0}.gradient-text{background:linear-gradient(135deg,#1677ff,#0958d9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.chat-message-container{display:flex;flex-direction:column;gap:8px;padding:16px;overflow-y:auto;flex:1}.chat-bubble{max-width:70%;padding:8px 12px;border-radius:12px;font-size:14px;line-height:1.5;word-wrap:break-word}.chat-bubble-sent{align-self:flex-end;background-color:#dcf8c6;border-bottom-right-radius:4px}.chat-bubble-received{align-self:flex-start;background-color:#fff;border-bottom-left-radius:4px;box-shadow:0 1px 2px #00000014}.chat-bubble-time{font-size:11px;color:#8696a0;margin-top:4px;text-align:right}.ant-layout-sider-trigger{background:#ffffff1a!important}.ant-menu-dark .ant-menu-item-selected{border-radius:8px}.mobile-menu-btn{display:none!important}@media (max-width: 768px){.desktop-menu{display:none!important}.mobile-menu-btn{display:inline-flex!important}}@media (max-width: 768px){.dashboard-sider{position:fixed!important;z-index:200!important;height:100vh!important}.dashboard-sider.collapsed{transform:translate(-100%)}.dashboard-overlay{display:block!important}}@media (min-width: 769px){.dashboard-overlay{display:none!important}}@media (max-width: 640px){.ant-table-wrapper{overflow-x:auto}}@media (max-width: 768px){.ant-btn{min-height:44px;min-width:44px}.ant-btn-sm{min-height:36px;min-width:36px}}
