.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{width:400px;box-shadow:0 10px 40px #0003}.login-card .ant-card-head-title{text-align:center;font-size:24px;font-weight:700}.register-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2)}.register-card{width:480px;box-shadow:0 10px 40px #0003}.register-card .ant-card-head-title{text-align:center;font-size:24px;font-weight:700}.activate-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2)}.activate-card{width:600px;box-shadow:0 10px 40px #0003}.activate-card .ant-result-icon{font-size:72px}.activate-card .ant-result-title{font-size:24px}.dashboard-container{padding:0}.welcome-banner{background:linear-gradient(135deg,#667eea,#764ba2);padding:40px;border-radius:12px;color:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 20px #667eea66;position:relative;overflow:hidden}.welcome-banner:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:#ffffff1a;border-radius:50%}.welcome-content h1{margin:0;font-size:32px;font-weight:600;color:#fff}.welcome-content p{margin:8px 0 0;font-size:16px;opacity:.9;color:#fff}.welcome-icon{font-size:80px;opacity:.3;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.stat-card{border-radius:12px;transition:all .3s ease;border:none;overflow:hidden;position:relative}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.stat-card:hover:before{height:6px}.stat-card-primary:before{background:linear-gradient(90deg,#52c41a,#95de64)}.stat-card-info:before{background:linear-gradient(90deg,#1890ff,#40a9ff)}.stat-card-success:before{background:linear-gradient(90deg,#52c41a,#73d13d)}.stat-card-warning:before{background:linear-gradient(90deg,#fa8c16,#ffa940)}.stat-card-purple:before{background:linear-gradient(90deg,#722ed1,#9254de)}.stat-footer{margin-top:12px;font-size:12px;color:#8c8c8c;border-top:1px solid #f0f0f0;padding-top:8px}.quick-actions-card{border-radius:12px;border:none}.quick-actions-card .ant-card-head{border-bottom:2px solid #f0f0f0}.action-button{height:60px;font-size:16px;font-weight:500;border-radius:8px;transition:all .3s ease;margin-bottom:16px;border:2px solid transparent}.action-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.action-button-primary{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea}.action-button-primary:hover{background:linear-gradient(135deg,#764ba2,#667eea)}.action-button-info{background:linear-gradient(135deg,#1890ff,#40a9ff);color:#fff;border-color:#1890ff}.action-button-info:hover{background:linear-gradient(135deg,#40a9ff,#1890ff);color:#fff}.action-button-warning{background:linear-gradient(135deg,#fa8c16,#ffa940);color:#fff;border-color:#fa8c16}.action-button-warning:hover{background:linear-gradient(135deg,#ffa940,#fa8c16);color:#fff}.action-button-success{background:linear-gradient(135deg,#52c41a,#73d13d);color:#fff;border-color:#52c41a}.action-button-success:hover{background:linear-gradient(135deg,#73d13d,#52c41a);color:#fff}.recent-executions-card{border-radius:12px;border:none}.recent-executions-card .ant-card-head{border-bottom:2px solid #f0f0f0}.recent-executions-card .ant-table{border-radius:8px}@media (max-width: 768px){.welcome-banner{padding:24px;flex-direction:column;text-align:center}.welcome-content h1{font-size:24px}.welcome-icon{font-size:60px;margin-top:16px}.action-button{height:50px;font-size:14px}}[data-theme=dark] .welcome-banner{background:linear-gradient(135deg,#434343,#262626)}[data-theme=dark] .stat-footer{border-top-color:#434343;color:#8c8c8c}[data-theme=dark] .quick-actions-card .ant-card-head,[data-theme=dark] .recent-executions-card .ant-card-head{border-bottom-color:#434343}.sql-adhoc-container{height:calc(100vh - 64px)}.sql-adhoc-sider{overflow-y:auto}.sql-adhoc-content{padding:16px;overflow-y:auto}.sql-adhoc-content .ant-card{margin-bottom:16px}.sql-adhoc-content .ant-card:last-child{margin-bottom:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
