*{margin:0;padding:0;box-sizing:border-box}body{margin:0;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}#root{width:100%;min-height:100vh}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{width:100%;max-width:450px;box-shadow:0 8px 24px #00000026;border-radius:8px}.login-card .ant-card-head-title{text-align:center;font-size:24px;font-weight:600}.login-card .ant-tabs{margin-top:16px}.login-card .ant-form{margin-top:24px}.login-card .ant-form-item:last-child{margin-bottom:0}.main-layout{min-height:100vh}.main-header{display:flex;justify-content:space-between;align-items:center;background:#001529;padding:0 24px;color:#fff}.header-title{font-size:20px;font-weight:600;color:#fff}.main-sider{background:#fff;height:calc(100vh - 64px);overflow-y:auto}.main-content-layout{height:calc(100vh - 64px);overflow:hidden}.main-content{height:100%;overflow:hidden}.stock-page{display:flex;flex-direction:column;height:100%;background:#f0f2f5;overflow:hidden}.search-section{flex-shrink:0;padding:16px 16px 0}.search-card{margin-bottom:0}.search-card .ant-form{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:1200px){.search-card .ant-form{display:block}.search-card .ant-form-item{margin-bottom:16px}}.icefire-page{padding:20px;background:#f0f2f5;min-height:100vh}.ant-statistic-content{font-size:14px}.ant-statistic-content-value{font-weight:600}.ant-tag{border-radius:4px;font-size:12px}@media(max-width:768px){.icefire-page{padding:10px}.ant-form-inline .ant-form-item{margin-bottom:16px}}.standing-at-dawn-page{padding:20px;background:#f0f2f5;min-height:100vh}.search-section{margin-bottom:16px}.search-card{border-radius:8px;box-shadow:0 2px 8px #0000001a}.search-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.table-section{margin-bottom:16px}.table-card{border-radius:8px;box-shadow:0 2px 8px #0000001a}.ant-table-thead>tr>th{background:#fafafa;font-weight:600;border-bottom:2px solid #f0f0f0}.ant-table-tbody>tr:hover>td{background:#e6f7ff!important}.ant-table-tbody>tr>td{vertical-align:middle}.ant-modal .ant-form-item{margin-bottom:16px}.ant-form-item-label>label{font-weight:500}.ant-btn-link{padding:4px 8px;height:auto}.ant-input-search .ant-input-search-button{border-left:0}.price-text{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-weight:700}@media(max-width:768px){.standing-at-dawn-page{padding:10px}.search-content{flex-direction:column;align-items:stretch}.search-content>div:first-child{order:2}.search-content>div:last-child{order:1;justify-content:center}}@media(max-width:576px){.ant-space{flex-wrap:wrap}.ant-input-search{width:100%!important}}.ai-chat-container{display:flex;flex-direction:column;height:100%;background:#f0f2f5}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#fff;border-bottom:1px solid #f0f0f0;flex-shrink:0}.header-title{font-size:16px;font-weight:600}.chat-content{flex:1;overflow-y:auto;padding:24px;background:#f0f2f5}.empty-state{display:flex;align-items:center;justify-content:center;height:100%}.messages-list{display:flex;flex-direction:column;gap:16px}.message-item{display:flex;gap:12px;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-message{flex-direction:row-reverse}.ai-message{flex-direction:row}.message-avatar{flex-shrink:0}.message-content{max-width:70%;display:flex;flex-direction:column;gap:4px}.user-message .message-content{align-items:flex-end}.ai-message .message-content{align-items:flex-start}.message-header{display:flex;gap:8px;align-items:center;font-size:12px;color:#999}.message-sender{font-weight:500}.message-time{color:#bfbfbf}.message-info{color:#1890ff}.message-text{padding:12px 16px;border-radius:8px 8px 2px;white-space:pre-wrap;word-break:break-word;line-height:1.6;font-size:14px;background:#1890ff;color:#fff}.ai-response{background:#fff;padding:16px;border-radius:8px 8px 8px 2px;box-shadow:0 1px 2px #0000000d;max-width:100%}.ai-response.error-text{background:#fff1f0!important;border:1px solid #ffccc7}.sql-section{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.sql-label{font-size:12px;color:#999;margin-bottom:8px;font-weight:500}.sql-code{background:#f5f5f5;padding:12px;border-radius:4px;font-family:Courier New,monospace;font-size:13px;color:#1890ff;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.analysis-section{color:#262626;line-height:1.8}.md-h1{font-size:24px;font-weight:600;margin:16px 0 12px;color:#262626;border-bottom:2px solid #f0f0f0;padding-bottom:8px}.md-h2{font-size:20px;font-weight:600;margin:14px 0 10px;color:#262626}.md-h3{font-size:16px;font-weight:600;margin:12px 0 8px;color:#595959}.md-p{margin:8px 0;font-size:14px;color:#595959;line-height:1.8}.md-li{margin:4px 0 4px 20px;font-size:14px;color:#595959;line-height:1.8}.md-p strong,.md-li strong{font-weight:600;color:#262626}.error-text{background:#fff1f0!important;color:#cf1322!important;border:1px solid #ffccc7}.loading-message{padding:12px 16px;background:#fff;border-radius:8px;display:flex;align-items:center;color:#666;box-shadow:0 1px 2px #0000000d}.chat-input-area{flex-shrink:0;padding:16px 24px;background:#fff;border-top:1px solid #f0f0f0}.input-card{box-shadow:none;border:1px solid #f0f0f0}.input-card .ant-card-body{padding:16px}.param-settings{display:flex;align-items:center;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.input-wrapper{width:100%}.input-wrapper textarea{resize:none}.action-buttons{display:flex;justify-content:flex-end}.chat-content::-webkit-scrollbar{width:6px}.chat-content::-webkit-scrollbar-track{background:#f0f0f0}.chat-content::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:3px}.chat-content::-webkit-scrollbar-thumb:hover{background:#999}@media(max-width:768px){.chat-content{padding:16px}.chat-input-area{padding:12px}.message-content{max-width:85%}.param-settings{flex-direction:column;align-items:flex-start;gap:8px}}.group-manage-page{display:flex;flex-direction:column;height:100%;background:#f0f2f5;overflow:hidden}.group-detail-page{display:flex;flex-direction:column;height:100%;background:#f0f2f5;overflow:hidden}.header-section{flex-shrink:0;padding:16px 16px 0}.header-card{margin-bottom:0}.table-section{flex:1;padding:16px;overflow:hidden;display:flex;flex-direction:column}.table-card{box-shadow:0 2px 8px #0000001a;flex:1;overflow:hidden;display:flex;flex-direction:column}.table-card .ant-card-body{flex:1;overflow:hidden;padding:16px}.table-card .ant-table-wrapper,.table-card .ant-spin-nested-loading{height:100%}.table-card .ant-spin-container{height:100%;display:flex;flex-direction:column}.table-card .ant-table{flex:1}.dark-page{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden;background-color:#000}.dark-page-iframe{width:100%;height:100%;border:none;display:block;filter:grayscale(100%)}.dark-page-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#888;font-size:16px}.dark-page-error p{margin:10px 0}.transfer-station{padding:24px;max-width:900px;margin:0 auto}.transfer-station-header{margin-bottom:30px}.transfer-station-header h2{font-size:24px;font-weight:700;margin-bottom:8px;color:#333}.transfer-station-header p{font-size:14px;color:#666;margin:0}.transfer-station-content{display:flex;flex-direction:column;gap:24px}.transfer-station-group{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:20px;transition:box-shadow .3s}.transfer-station-group:hover{box-shadow:0 2px 8px #0000001a}.group-title{font-size:16px;font-weight:600;color:#333;margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid #1890ff}.group-buttons{display:flex;flex-wrap:wrap;gap:10px}.group-buttons .ant-btn{min-width:100px}
