*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.login-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:moveBackground 20s linear infinite}@keyframes moveBackground{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.login-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:48px 40px;width:420px;box-shadow:0 20px 60px #0000004d;z-index:1}.login-logo{text-align:center;margin-bottom:32px}.login-logo h1{font-size:28px;font-weight:700;color:#06f;margin-bottom:8px;letter-spacing:2px}.login-logo p{color:#666;font-size:14px}.login-form .ant-form-item{margin-bottom:24px}.login-btn{width:100%;height:46px!important;font-size:16px!important;border-radius:8px!important;box-shadow:0 4px 12px #06f6}.page-container{padding:24px;min-height:calc(100vh - 64px);background:#f5f7fa}.stat-card{border-radius:12px;overflow:hidden;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f!important}.stat-card .ant-statistic-title{font-size:14px;color:#666;margin-bottom:8px}.stat-card .ant-statistic-content{font-size:28px;font-weight:700}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.page-header h2{margin:0;font-size:20px;font-weight:600;color:#1a1a2e}.search-area{background:#fff;padding:20px 24px;border-radius:12px;margin-bottom:20px;box-shadow:0 2px 8px #0000000a}.table-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000a}.status-tag{border-radius:4px;font-size:13px}.chat-container{height:calc(100vh - 64px);display:flex;flex-direction:column;background:#fff;border-radius:12px;margin:16px;overflow:hidden}.chat-messages{flex:1;overflow-y:auto;padding:20px}.chat-message{display:flex;margin-bottom:20px;gap:12px}.chat-message.user{flex-direction:row-reverse}.chat-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.chat-bubble{max-width:70%;padding:12px 18px;border-radius:16px;line-height:1.6;word-break:break-word}.chat-message.ai .chat-bubble{background:#f5f7fa;border-top-left-radius:4px}.chat-message.user .chat-bubble{background:#06f;color:#fff;border-top-right-radius:4px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-track{background:transparent}
