:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{width:420px;box-shadow:0 8px 32px #0000001a;border-radius:12px}.login-header{text-align:center;margin-bottom:32px}.login-header h1{font-size:32px;font-weight:700;margin:0 0 8px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-header p{font-size:14px;color:#8c8c8c;margin:0}.dashboard-page h1{margin-bottom:24px;font-size:24px;font-weight:600}.strategy-stats{min-height:300px}.stat-card{text-align:center;border:1px solid #f0f0f0}.strategy-list{max-height:200px;overflow-y:auto}.strategy-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0}.strategy-item:last-child{border-bottom:none}@media(max-width:768px){.dashboard-page h1{font-size:20px}}.strategy-page h1{margin-bottom:24px;font-size:24px;font-weight:600}.strategy-card{height:120px;display:flex;flex-direction:column;justify-content:space-between}.strategy-card-title{font-weight:600;margin-bottom:8px}.strategy-card-desc{font-size:12px;color:#8c8c8c;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.backtest-page h1{margin-bottom:24px;font-size:24px;font-weight:600}.market-detail-page{max-width:1400px;margin:0 auto}.stock-info-card{margin-bottom:16px}.stock-title{margin:0;font-size:24px;font-weight:600}@media(max-width:768px){.stock-title{font-size:20px}}.recommendation-card{margin-bottom:16px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.recommendation-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.recommendation-card .advice-section{padding:12px;background:#f0f5ff;border-radius:4px;margin-bottom:8px}.recommendation-card .strategy-section{padding:12px;background:#f6ffed;border-radius:4px}.recommendation-card .backtest-section{padding:12px;background:#fff7e6;border-radius:4px}.recommendation-card .risk-section{padding:12px;background:#fff1f0;border-radius:4px}.recommendation-card ul{margin:0}.recommendation-card .ant-statistic-title{font-size:12px;margin-bottom:4px}.recommendation-card .ant-statistic-content{font-size:20px}.market-detail-page{padding:24px;min-height:calc(100vh - 64px);background:#f0f2f5}.market-detail-page .ant-card{border-radius:8px;box-shadow:0 1px 2px #00000008,0 1px 6px -1px #00000005,0 2px 4px #00000005}.market-detail-page .ant-statistic-title{color:#00000073;font-size:14px}.market-detail-page .ant-statistic-content{font-size:20px;font-weight:500}.watchlist-page h1,.settings-page h1{margin-bottom:24px;font-size:24px;font-weight:600}.avatar-section{display:flex;flex-direction:column;align-items:center;padding:24px 0}.news-container{padding:24px;min-height:100vh;background:#f5f5f5}.news-header{margin-bottom:24px}.news-filter-card{margin-bottom:16px;border-radius:8px;box-shadow:0 2px 8px #00000014}.news-list-card{border-radius:8px;box-shadow:0 2px 8px #00000014}.news-item{padding:16px 0!important;transition:background-color .3s}.news-item:hover{background-color:#fafafa}.news-title{display:flex;align-items:center;gap:8px;margin-bottom:8px}.news-title-link{font-size:16px;font-weight:500;color:#1890ff;transition:color .3s}.news-title-link:hover{color:#40a9ff}.news-content{padding-top:8px}.news-pagination{display:flex;justify-content:center;margin-top:24px;padding-top:16px;border-top:1px solid #f0f0f0}@media(max-width:768px){.news-container{padding:16px}.news-title-link{font-size:14px}.news-item{padding:12px 0!important}}.recommendations-page{padding:24px;max-width:1400px;margin:0 auto}.recommendations-page .page-header{margin-bottom:24px}.recommendations-page .page-header h2{margin-bottom:8px}.recommendations-list{min-height:400px}@media(max-width:768px){.recommendations-page{padding:16px}}.ml-monitor-page{padding:24px;background:#f0f2f5;min-height:100vh}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-header h1{margin:0;font-size:28px;font-weight:600;color:#1890ff}.header-controls{display:flex;align-items:center}.health-card{border-radius:8px;box-shadow:0 2px 8px #0000001a}.health-card .ant-card-body{padding:24px}.comparison-table{width:100%;border-collapse:collapse;margin-top:16px}.comparison-table th,.comparison-table td{padding:12px;text-align:left;border-bottom:1px solid #f0f0f0}.comparison-table th{background:#fafafa;font-weight:600;color:#262626}.comparison-table tbody tr:hover{background:#fafafa}.comparison-table td:last-child{font-weight:600;color:#1890ff}.recharts-wrapper{margin:0 auto}.recharts-cartesian-grid-horizontal line,.recharts-cartesian-grid-vertical line{stroke:#f0f0f0}.recharts-text{font-size:12px;fill:#595959}.recharts-legend-wrapper{margin-top:16px}.ant-tabs-tab{font-size:16px;font-weight:500}.ant-tabs-tab-active{color:#1890ff!important}.ant-card{border-radius:8px;box-shadow:0 2px 8px #00000014}.ant-card-head-title{font-size:18px;font-weight:600}.ant-statistic-title{font-size:14px;color:#8c8c8c}.ant-statistic-content{font-size:24px;font-weight:600}.ant-tag{font-size:13px;padding:4px 12px;border-radius:4px}.ant-spin-container{min-height:400px}@media(max-width:1200px){.ml-monitor-page{padding:16px}.page-header h1{font-size:24px}.ant-col{margin-bottom:16px}}@media(max-width:768px){.page-header{flex-direction:column;align-items:flex-start}.header-controls{margin-top:16px;width:100%}.header-controls .ant-select{width:100%!important;margin-bottom:8px}}.risk-control-page{padding:20px}.page-header{margin-bottom:24px}.page-header h1{font-size:28px;margin-bottom:8px}.page-header p{color:#8c8c8c;font-size:14px}.search-card{margin-bottom:16px}.summary-card{margin-bottom:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.summary-card .ant-statistic-title{color:#ffffffd9}.summary-card .ant-statistic-content{color:#fff}.risk-card{margin-bottom:16px}.risk-card h4{margin-top:16px;margin-bottom:12px;font-weight:600}@media(max-width:768px){.risk-control-page{padding:12px}.page-header h1{font-size:24px}}.app-header{display:flex;justify-content:space-between;align-items:center;padding:0 24px;background:#fff;box-shadow:0 2px 8px #0000000f;height:64px;line-height:64px}.header-left{display:flex;align-items:center}.logo{display:flex;align-items:center;cursor:pointer}.logo-icon{font-size:28px;margin-right:8px}.logo-text{font-size:20px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-center{flex:1;display:flex;justify-content:center;padding:0 40px}.header-right{display:flex;align-items:center}.header-icon{font-size:18px;cursor:pointer;color:#595959;transition:color .3s}.header-icon:hover{color:#1890ff}.user-info{color:#262626}.user-info:hover{color:#1890ff}.app-sidebar{box-shadow:2px 0 8px #0000000f}.app-sidebar .ant-layout-sider-trigger{background:#f0f2f5;color:#262626}.app-sidebar .ant-menu-item-selected{background:linear-gradient(90deg,#667eea1a,#764ba21a);border-right:3px solid #667eea}.app-sidebar .ant-menu-item-selected:after{border-right:none}.main-content{overflow:auto;box-shadow:0 2px 8px #0000000f}@media(max-width:768px){.main-content{padding:16px}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#999}::-webkit-scrollbar-track{background:#f0f0f0}
