.app-header{display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;padding:0 24px;height:64px;box-shadow:0 1px 4px #0000001a;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center}.logo h1{color:#262626;font-size:20px;font-weight:600;margin:0;background:linear-gradient(135deg,#1890ff 0%,#52c41a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-right{display:flex;align-items:center;gap:16px}.notification-badge{cursor:pointer}.notification-icon{font-size:18px;color:#8c8c8c;transition:color .3s}.notification-icon:hover{color:#1890ff}.user-info{display:flex;align-items:center;gap:12px;padding:8px 16px;border-radius:6px;cursor:pointer;transition:background-color .3s}.user-info:hover{background-color:#f5f5f5}.user-avatar{background:#1890ff}.user-details{display:flex;flex-direction:column}.user-details .ant-typography{line-height:1.2}.membership-level{font-size:12px}@media (max-width: 768px){.app-header{padding:0 16px}.logo h1{font-size:18px}.user-details{display:none}.user-info{padding:8px}}[data-theme=dark] .app-header{background:#141414;border-bottom-color:#303030}[data-theme=dark] .logo h1{background:linear-gradient(135deg,#1890ff 0%,#52c41a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .user-info:hover{background-color:#1f1f1f}[data-theme=dark] .notification-icon{color:#bfbfbf}[data-theme=dark] .notification-icon:hover{color:#1890ff}.sidebar{background:#fff;border-right:1px solid #f0f0f0;box-shadow:2px 0 8px #0000001a;position:relative}.sidebar-header{padding:20px 16px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:12px}.sidebar-icon{font-size:18px;color:#1890ff}.sidebar-title{font-size:16px;color:#262626}.sidebar-menu{border-right:none;padding:16px 8px;background:transparent}.sidebar-menu .ant-menu-item{height:48px;margin:4px 0;border-radius:6px;display:flex;align-items:center}.sidebar-menu .ant-menu-item:not(.ant-menu-item-disabled):hover{background-color:#f0f7ff;color:#1890ff}.sidebar-menu .ant-menu-item-selected{background-color:#e6f7ff;color:#1890ff;font-weight:500}.sidebar-menu .ant-menu-item-selected:after{border-right:3px solid #1890ff}.sidebar-menu .ant-menu-item-disabled{color:#bfbfbf;cursor:not-allowed}.sidebar-footer{padding:16px;border-top:1px solid #f0f0f0;position:absolute;bottom:0;left:0;right:0;background:#fff}.membership-info,.membership-expiry{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.membership-info:last-child,.membership-expiry:last-child{margin-bottom:0}.membership-info .ant-typography,.membership-expiry .ant-typography{font-size:12px}@media (max-width: 768px){.sidebar{width:200px!important}.sidebar-header{padding:16px 12px}.sidebar-title{font-size:14px}.sidebar-footer{padding:12px}}[data-theme=dark] .sidebar{background:#141414;border-right-color:#303030}[data-theme=dark] .sidebar-header{border-bottom-color:#303030}[data-theme=dark] .sidebar-menu .ant-menu-item:not(.ant-menu-item-disabled):hover{background-color:#111b26}[data-theme=dark] .sidebar-menu .ant-menu-item-selected{background-color:#11263c}[data-theme=dark] .sidebar-footer{border-top-color:#303030;background:#141414}.home-container{padding:24px;max-width:1200px;margin:0 auto}.home-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.home-header .ant-alert{margin:0}.membership-card{margin-bottom:24px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.membership-card .ant-card-head{border-bottom:1px solid #f0f0f0}.membership-card .ant-statistic{text-align:center}.membership-card .ant-statistic-title{color:#8c8c8c;font-size:14px;margin-bottom:8px}.membership-card .ant-statistic-content{display:flex;align-items:center;justify-content:center;gap:8px}.expiry-text{display:block;text-align:center;margin-top:16px;font-size:12px}.stocks-card{margin-bottom:24px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.stocks-card .ant-card-head{border-bottom:1px solid #f0f0f0}.stock-card{border:1px solid #f0f0f0;border-radius:8px;transition:all .3s ease;height:100%}.stock-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.stock-header .ant-typography-strong{font-size:16px}.stock-header .ant-typography-secondary{font-size:12px}.stock-price{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.price{font-size:18px;font-weight:700;color:#262626}.rise{color:#ff4d4f;font-weight:500;display:flex;align-items:center;gap:2px}.fall{color:#52c41a;font-weight:500;display:flex;align-items:center;gap:2px}.stock-volume{font-size:12px;color:#8c8c8c}.stats-row .ant-card{border-radius:8px;box-shadow:0 2px 8px #0000001a;text-align:center}.stats-row .ant-statistic{text-align:center}.stats-row .ant-statistic-content{font-size:24px;font-weight:700}@media (max-width: 768px){.home-container{padding:16px}.home-header{flex-direction:column;align-items:flex-start}.membership-card .ant-col{margin-bottom:16px}.membership-card .ant-col:last-child{margin-bottom:0}.stock-card,.stats-row .ant-col{margin-bottom:16px}.stats-row .ant-col:last-child{margin-bottom:0}}.stock-card{animation:fadeInUp .5s ease-out}[data-theme=dark] .membership-card,[data-theme=dark] .stocks-card,[data-theme=dark] .stats-row .ant-card{background:#141414;border-color:#303030;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .price{color:#fff}[data-theme=dark] .stock-volume{color:#bfbfbf}[data-theme=dark] .expiry-text{color:#8c8c8c}.stock-card{border:1px solid #f0f0f0;border-radius:12px;transition:all .3s ease;height:100%;position:relative;overflow:hidden}.stock-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px);border-color:#1890ff}.stock-card-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.stock-name{margin:0!important;font-size:16px;font-weight:600;color:#262626;line-height:1.2}.stock-code{font-size:12px}.exchange-tag{font-size:10px;padding:2px 6px;border-radius:4px;line-height:1}.stock-card-content{margin-bottom:16px}.stock-price-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px;background:#fafafa;border-radius:8px}.price{font-size:20px;font-weight:700}.price.rise{color:#ff4d4f}.price.fall{color:#52c41a}.change{font-size:14px;font-weight:500;display:flex;align-items:center;gap:2px}.change.rise{color:#ff4d4f}.change.fall{color:#52c41a}.stock-info-section{margin-top:12px}.stock-info{width:100%}.info-item{display:flex;justify-content:space-between;align-items:center;padding:2px 0}.info-item .ant-typography{font-size:12px;line-height:1.2}.stock-card-footer{border-top:1px solid #f0f0f0;padding-top:12px;text-align:center}.update-time{font-size:11px}@media (max-width: 768px){.stock-card{margin-bottom:16px}.stock-price-section{flex-direction:column;gap:8px;text-align:center}.price{font-size:18px}.change{font-size:13px}}.stock-card.price-update{animation:pricePulse .6s ease-in-out}@keyframes pricePulse{0%{background-color:transparent}25%{background-color:#fff2e8}50%{background-color:#fff7e6}75%{background-color:#f6ffed}to{background-color:transparent}}[data-theme=dark] .stock-card{background:#141414;border-color:#303030}[data-theme=dark] .stock-card:hover{border-color:#1890ff;box-shadow:0 8px 24px #1890ff26}[data-theme=dark] .stock-card-header{border-bottom-color:#303030}[data-theme=dark] .stock-name{color:#fff}[data-theme=dark] .stock-price-section{background:#1f1f1f}[data-theme=dark] .stock-card-footer{border-top-color:#303030}[data-theme=dark] .info-item .ant-typography-secondary{color:#8c8c8c}@media (max-width: 480px){.stock-card{border-radius:8px}.stock-name{font-size:14px}.price{font-size:16px}.change{font-size:12px}.info-item .ant-typography{font-size:11px}}.monitor-container{padding:24px;max-width:1400px;margin:0 auto}.market-status{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:12px 16px;background-color:#f6ffed;border:1px solid #b7eb8f;border-radius:8px;animation:fadeIn .5s ease-out}.market-status.closed{background-color:#fff1f0;border:1px solid #ffccc7}.market-status-badge{font-size:14px;font-weight:500}.market-status-text{font-size:14px;color:#52c41a}.market-status.closed .market-status-text{color:#ff4d4f}.monitor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.monitor-header .ant-typography{margin:0;display:flex;align-items:center;gap:8px;font-weight:600;color:#1890ff}.membership-info{display:flex;align-items:center;gap:12px;padding:8px 16px;background-color:#f0f7ff;border-radius:20px;animation:slideInRight .5s ease-out}.membership-badge{background-color:#1890ff!important}.membership-quota{font-size:14px;color:#595959;font-weight:500}.monitor-controls{display:flex;align-items:center;gap:16px}.quota-alert{margin-bottom:24px;border-radius:8px;animation:fadeIn .5s ease-out}.monitor-card{border-radius:8px;box-shadow:0 2px 8px #0000001a;animation:slideIn .5s ease-out;overflow:hidden}.monitor-tabs .ant-tabs-nav{margin:0;background-color:#fafafa;padding:0 16px}.monitor-tabs .ant-tabs-tab{padding:12px 24px;font-weight:500;font-size:14px;transition:all .3s ease}.monitor-tabs .ant-tabs-tab:hover{color:#1890ff}.monitor-tabs .ant-tabs-tab-active{color:#1890ff!important;font-weight:600}.monitor-tabs .ant-tabs-content-holder{padding:24px}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:300px;gap:16px;background-color:#fafafa;border-radius:8px}.empty-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px;gap:16px;background-color:#fafafa;border-radius:8px}.empty-icon{font-size:48px;color:#bfbfbf;animation:pulse 2s infinite}.quota-info{display:flex;justify-content:center;margin-top:24px;padding:12px;background-color:#f6ffed;border-radius:8px;animation:fadeIn .5s ease-out}.quota-info .ant-tag{font-size:14px;padding:8px 16px;border-radius:20px;background-color:#e6f7ff;color:#1890ff;border-color:#91d5ff}.hidden-stock-card{position:relative;overflow:hidden;min-height:200px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%);border:2px dashed #d9d9d9;transition:all .3s ease}.hidden-stock-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026;border-color:#1890ff}.hidden-stock-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;gap:16px;animation:fadeInUp .6s ease-out}.hidden-stock-overlay .anticon{color:#ff4d4f;animation:bounce 2s infinite}.hidden-stock-overlay .ant-typography{margin:0;color:#333}.upgrade-button{margin-top:8px;animation:pulse 1.5s infinite}.permission-table{margin-top:24px;animation:slideIn .5s ease-out}.permission-card{border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;overflow:hidden}.permission-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.permission-card .ant-typography{margin:0 0 8px;font-weight:600;color:#1890ff}.permission-card .ant-typography:last-child{margin-bottom:0;color:#595959;font-size:14px}@media (max-width: 768px){.monitor-container{padding:16px}.monitor-header{flex-direction:column;align-items:flex-start;gap:12px}.market-status{flex-direction:column;gap:8px;text-align:center}.membership-info{width:100%;justify-content:center}.monitor-controls{width:100%;justify-content:space-between}.monitor-controls .ant-space{width:100%}.monitor-controls .ant-select{width:100px!important}.monitor-controls .ant-input-search{width:150px!important}.monitor-tabs .ant-tabs-tab{padding:8px 16px;font-size:14px}.monitor-tabs .ant-tabs-content-holder{padding:16px}}@media (max-width: 480px){.monitor-controls{flex-direction:column;gap:12px}.monitor-controls .ant-space{width:100%;justify-content:space-between}.monitor-controls .ant-select{width:90px!important}.monitor-controls .ant-input-search{width:calc(100% - 100px)!important}.permission-table .ant-col{margin-bottom:12px}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.stock-card-update{animation:pulse .5s ease-in-out}[data-theme=dark] .monitor-card{background:#141414;border-color:#303030;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .market-status{background:#1a1a1a;border-color:#303030}[data-theme=dark] .market-status.closed{background:#2a1a1a;border-color:#4a2a2a}[data-theme=dark] .membership-info{background:#1a1e2e}[data-theme=dark] .monitor-tabs .ant-tabs-nav{background:#1a1a1a}[data-theme=dark] .monitor-tabs .ant-tabs-tab{color:#bfbfbf}[data-theme=dark] .monitor-tabs .ant-tabs-tab-active{color:#1890ff!important}[data-theme=dark] .monitor-tabs .ant-tabs-ink-bar{background:#1890ff}[data-theme=dark] .loading-container,[data-theme=dark] .empty-container{background:#1a1a1a}[data-theme=dark] .empty-icon{color:#434343}[data-theme=dark] .quota-info{background:#1a1e2e}[data-theme=dark] .quota-info .ant-tag{background:#11263c;color:#1890ff;border-color:#153450}[data-theme=dark] .hidden-stock-card{background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%);border-color:#434343}[data-theme=dark] .permission-card{background:#141414;border-color:#303030}[data-theme=dark] .permission-card .ant-typography{color:#69b1ff}[data-theme=dark] .permission-card .ant-typography:last-child{color:#999}.history-container{padding:24px;max-width:1400px;margin:0 auto}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:16px}.history-header .ant-typography{margin:0;display:flex;align-items:center;gap:8px}.quota-alert{margin-bottom:24px;border-radius:8px}.history-card{border-radius:8px;box-shadow:0 2px 8px #0000001a}.filters-section{margin-bottom:24px;padding:16px;background:#fafafa;border-radius:8px;border:1px solid #f0f0f0}.filter-item{display:flex;flex-direction:column;gap:8px}.filter-item .ant-typography{font-weight:500;color:#262626}.table-section{position:relative}.history-table{border-radius:8px;overflow:hidden}.history-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#262626;border-bottom:2px solid #f0f0f0}.history-table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;padding:12px 8px}.history-table .ant-table-tbody>tr:hover>td{background:#f0f7ff}.history-table .ant-table-pagination{margin:24px 0;padding:0 16px}@media (max-width: 768px){.history-container{padding:16px}.history-header{flex-direction:column;align-items:flex-start}.filters-section{padding:12px}.filter-item{margin-bottom:16px}.filter-item:last-child{margin-bottom:0}.history-table{overflow-x:auto}.history-table .ant-table-thead>tr>th,.history-table .ant-table-tbody>tr>td{padding:8px 4px;font-size:12px}}@media (max-width: 480px){.filters-section .ant-row{margin:0 -8px}.filters-section .ant-col{padding:0 8px}.filter-item .ant-picker,.filter-item .ant-select,.filter-item .ant-input{font-size:14px}}.history-card{animation:slideInRight .5s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.history-table .ant-table-tbody>tr{transition:all .3s ease}.history-table .ant-table-tbody>tr:hover{transform:translate(4px)}[data-theme=dark] .history-card{background:#141414;border-color:#303030;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .filters-section{background:#1f1f1f;border-color:#303030}[data-theme=dark] .filter-item .ant-typography{color:#bfbfbf}[data-theme=dark] .history-table .ant-table-thead>tr>th{background:#1d1d1d;color:#bfbfbf;border-bottom-color:#303030}[data-theme=dark] .history-table .ant-table-tbody>tr>td{border-bottom-color:#303030;color:#bfbfbf}[data-theme=dark] .history-table .ant-table-tbody>tr:hover>td{background:#11263c}.history-table ::-webkit-scrollbar{height:6px}.history-table ::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.history-table ::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.history-table ::-webkit-scrollbar-thumb:hover{background:#a8a8a8}[data-theme=dark] .history-table ::-webkit-scrollbar-track{background:#2a2a2a}[data-theme=dark] .history-table ::-webkit-scrollbar-thumb{background:#555}[data-theme=dark] .history-table ::-webkit-scrollbar-thumb:hover{background:#666}.advanced-container{padding:24px;max-width:1400px;margin:0 auto}.advanced-header{margin-bottom:24px}.advanced-header .ant-typography{display:flex;align-items:center;gap:8px}.notification-alert{margin-top:16px;border-radius:8px}.notification-alert .ant-alert-message{display:flex;align-items:center}.notification-alert .ant-alert-action{margin-left:16px}.advanced-card{border-radius:8px;box-shadow:0 2px 8px #0000001a}.advanced-tabs .ant-tabs-nav{margin:0}.advanced-tabs .ant-tabs-tab{padding:12px 24px;font-weight:500}.advanced-tabs .ant-tabs-content-holder{padding:24px 0}.data-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.advanced-table{border-radius:8px;overflow:hidden}.advanced-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#262626;border-bottom:2px solid #f0f0f0}.advanced-table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;padding:12px 8px}.advanced-table .ant-table-tbody>tr:hover>td{background:#f0f7ff}.advanced-table .high-confidence-row>td{background:#f6ffed}.reason-details-popover{max-width:400px}.reason-details-popover .ant-typography{margin-bottom:8px}.strong-stocks-alert{margin-bottom:16px;border-radius:8px}.upgrade-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:24px}.upgrade-card{width:100%;max-width:600px;border-radius:12px;box-shadow:0 8px 24px #0000001a;text-align:center}.upgrade-content{padding:40px}.upgrade-icon{font-size:48px;color:#722ed1;margin-bottom:24px}.upgrade-content ul{text-align:left;margin:16px 0;padding-left:24px}.upgrade-content li{margin-bottom:8px}@media (max-width: 768px){.advanced-container{padding:16px}.notification-alert .ant-alert-action{margin-left:0;margin-top:8px}.advanced-tabs .ant-tabs-tab{padding:8px 16px;font-size:14px}.reason-details-popover{max-width:300px}.upgrade-content{padding:24px}}@media (max-width: 480px){.advanced-header .ant-typography{font-size:20px}.notification-alert .ant-alert-message{flex-direction:column;align-items:flex-start}.notification-alert .ant-alert-action{width:100%}.notification-alert .ant-space{width:100%;justify-content:space-between}.upgrade-card{box-shadow:none}}.advanced-card{animation:slideInUp .5s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseHighlight{0%{background-color:#f6ffed}50%{background-color:#e6ffec}to{background-color:#f6ffed}}.high-confidence-row{animation:pulseHighlight 2s infinite}[data-theme=dark] .advanced-card{background:#141414;border-color:#303030;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .advanced-table .ant-table-thead>tr>th{background:#1d1d1d;color:#bfbfbf;border-bottom-color:#303030}[data-theme=dark] .advanced-table .ant-table-tbody>tr>td{border-bottom-color:#303030;color:#bfbfbf}[data-theme=dark] .advanced-table .ant-table-tbody>tr:hover>td{background:#11263c}[data-theme=dark] .advanced-table .high-confidence-row>td{background:#1a3a1a}[data-theme=dark] .data-info .ant-typography{color:#8c8c8c}[data-theme=dark] .upgrade-card{background:#141414;border-color:#303030;box-shadow:0 8px 24px #0000004d}[data-theme=dark] .upgrade-icon{color:#9254de}[data-theme=dark] .upgrade-content ul{color:#bfbfbf}.stock-chart-container{width:100%;height:500px;margin:24px 0}@media (max-width: 768px){.stock-chart-container{height:400px}}@media (max-width: 480px){.stock-chart-container{height:300px}}[data-theme=dark] .stock-chart-container{background:#1f1f1f;border-radius:8px}.stock-detail-container{padding:24px;max-width:1400px;margin:0 auto}.stock-header{margin-bottom:24px;padding:16px;background:#fafafa;border-radius:8px;border:1px solid #f0f0f0}.stock-header .ant-typography{margin-bottom:16px;display:flex;align-items:center}.stock-header .ant-space{width:100%;justify-content:flex-start}.stock-card{border-radius:8px;box-shadow:0 2px 8px #0000001a}.detail-tabs .ant-tabs-nav{margin:0}.detail-tabs .ant-tabs-tab{padding:12px 24px;font-weight:500}.detail-tabs .ant-tabs-content-holder{padding:24px 0}.stat-card{border-radius:8px;box-shadow:0 1px 3px #0000001a;height:100%}.stat-card .ant-statistic-title{color:#8c8c8c;font-size:14px}.stat-card .ant-statistic-content{font-size:20px;font-weight:600}.fund-flow-table{border-radius:8px;overflow:hidden}.fund-flow-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600}.fund-flow-table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0}.fund-flow-table .ant-table-tbody>tr:hover>td{background:#f0f7ff}.financial-descriptions{margin-bottom:24px}.financial-descriptions .ant-descriptions-item-label{font-weight:500;width:120px}.financial-descriptions .ant-descriptions-item-content{font-weight:500}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:300px;gap:16px}.error-container{max-width:600px;margin:40px auto;padding:24px}@media (max-width: 768px){.stock-detail-container{padding:16px}.stock-header{padding:12px}.stock-header .ant-space{flex-direction:column;align-items:flex-start;gap:8px}.detail-tabs .ant-tabs-tab{padding:8px 16px;font-size:14px}.stats-row .ant-col{margin-bottom:16px}.stats-row .ant-col:last-child{margin-bottom:0}}@media (max-width: 480px){.stock-header .ant-typography{font-size:20px}.financial-descriptions{font-size:14px}.financial-descriptions .ant-descriptions-item-label{width:80px}}.stock-card{animation:fadeIn .5s ease-out}[data-theme=dark] .stock-header{background:#1f1f1f;border-color:#303030}[data-theme=dark] .stock-card{background:#141414;border-color:#303030;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .stat-card{background:#1f1f1f;border-color:#303030;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .stat-card .ant-statistic-title{color:#8c8c8c}[data-theme=dark] .stat-card .ant-statistic-content{color:#bfbfbf}[data-theme=dark] .fund-flow-table .ant-table-thead>tr>th{background:#1d1d1d;color:#bfbfbf;border-bottom-color:#303030}[data-theme=dark] .fund-flow-table .ant-table-tbody>tr>td{border-bottom-color:#303030;color:#bfbfbf}[data-theme=dark] .fund-flow-table .ant-table-tbody>tr:hover>td{background:#11263c}[data-theme=dark] .financial-descriptions{color:#bfbfbf}[data-theme=dark] .financial-descriptions .ant-descriptions-item-label{color:#8c8c8c}.user-center-container{padding:24px;max-width:1000px;margin:0 auto}.user-header{display:flex;align-items:center;margin-bottom:32px;padding:16px;background:#fafafa;border-radius:8px;border:1px solid #f0f0f0}.user-avatar{background:#1890ff;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.user-avatar:hover{transform:scale(1.05)}.user-info{display:flex;flex-direction:column;gap:8px}.username{margin:0!important;display:flex;align-items:center}.phone{display:flex;align-items:center;gap:8px}.user-card{border-radius:8px;box-shadow:0 2px 8px #0000001a}.user-tabs .ant-tabs-nav{margin:0}.user-tabs .ant-tabs-tab{padding:12px 24px;font-weight:500}.user-tabs .ant-tabs-content-holder{padding:24px 0}.profile-form{max-width:500px}.profile-form .ant-form-item{margin-bottom:16px}.security-settings{margin-top:24px}.notification-settings{max-width:500px}.section-title{margin-bottom:24px!important;display:flex;align-items:center;gap:8px}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0}.setting-item:last-child{border-bottom:none}.membership-section{max-width:800px;margin:0 auto}.membership-alert{margin-bottom:24px;border-radius:8px}.benefits-row{margin-top:24px}.benefit-card{height:100%;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.benefit-title{display:flex;align-items:center;gap:8px;color:#1890ff}.upgrade-button{margin-top:32px;width:200px;height:48px;font-size:16px}.logout-button{width:100%;margin-top:16px}.loading-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:24px}@media (max-width: 768px){.user-center-container{padding:16px}.user-header{flex-direction:column;text-align:center;gap:16px}.user-info{align-items:center}.user-tabs .ant-tabs-tab{padding:8px 16px;font-size:14px}.profile-form,.notification-settings{max-width:100%}.benefit-card{margin-bottom:16px}}@media (max-width: 480px){.user-header{padding:12px}.user-avatar{width:80px;height:80px}.section-title{font-size:18px!important}.upgrade-button{width:100%}}.user-card{animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .user-header{background:#1f1f1f;border-color:#303030}[data-theme=dark] .user-card{background:#141414;border-color:#303030;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .user-tabs .ant-tabs-tab{color:#bfbfbf}[data-theme=dark] .user-tabs .ant-tabs-tab-active{color:#1890ff}[data-theme=dark] .user-tabs .ant-tabs-ink-bar{background:#1890ff}[data-theme=dark] .setting-item{border-bottom-color:#303030}[data-theme=dark] .benefit-card{background:#1f1f1f;border-color:#303030;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .benefit-title{color:#1890ff}.auth-container{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;justify-content:center;align-items:center;padding:20px}.auth-card{width:100%;max-width:400px;padding:40px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a}.auth-header{text-align:center;margin-bottom:32px}.auth-header h2{color:#262626;font-size:28px;font-weight:600;margin-bottom:8px}.auth-header p{color:#8c8c8c;font-size:14px}.auth-footer{text-align:center;margin-top:24px;padding-top:16px;border-top:1px solid #f0f0f0}.auth-footer span{color:#8c8c8c;margin-right:8px}.auth-footer a{color:#1890ff;font-weight:500}.auth-footer a:hover{color:#40a9ff}.forgot-link{float:right;color:#1890ff}.forgot-link:hover{color:#40a9ff}.ant-form-item{margin-bottom:20px}.ant-input-affix-wrapper{border-radius:6px;border:1px solid #d9d9d9;transition:all .3s}.ant-input-affix-wrapper:hover{border-color:#40a9ff}.ant-input-affix-wrapper-focused{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.ant-btn-primary{border-radius:6px;height:44px;font-size:16px;font-weight:500}.ant-checkbox-wrapper{color:#8c8c8c}@media (max-width: 480px){.auth-container{padding:16px}.auth-card{padding:24px}.auth-header h2{font-size:24px}.auth-header p{font-size:13px}}.auth-card{animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ant-input-prefix{color:#bfbfbf;margin-right:8px}.ant-input-affix-wrapper:hover .ant-input-prefix,.ant-input-affix-wrapper-focused .ant-input-prefix{color:#1890ff}.purchase-history-container{padding:24px;max-width:1200px;margin:0 auto}.purchase-history-card{border-radius:8px;box-shadow:0 2px 8px #00000014}.purchase-history-card .ant-card-head-title{font-size:18px;font-weight:600}.order-table{margin-top:16px}.order-table .order-no{font-family:Courier New,monospace;font-size:13px;color:#666}.order-table .amount{font-weight:600;color:#ff4d4f;font-size:15px}.pagination-wrapper{margin-top:24px;text-align:right;padding:16px 0}.order-table .ant-tag{display:inline-flex;align-items:center;gap:4px}.ant-descriptions-item-label{font-weight:500;background-color:#fafafa}.purchase-history-container .ant-empty{padding:48px 0}.purchase-history-container .ant-empty-description{color:#999}@media (max-width: 768px){.purchase-history-container{padding:16px}.order-table{overflow-x:auto}.order-table .ant-table-thead>tr>th,.order-table .ant-table-tbody>tr>td{white-space:nowrap}.pagination-wrapper{text-align:center}.pagination-wrapper .ant-pagination{flex-wrap:wrap;justify-content:center}}.payment-qrcode-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 100px);padding:24px}.payment-card{width:100%;max-width:500px;border-radius:12px;box-shadow:0 4px 16px #0000001a;text-align:center}.payment-header{display:flex;align-items:center;margin-bottom:24px;gap:16px}.payment-title{margin:0!important;flex:1;text-align:center}.payment-loading,.payment-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px}.payment-info{margin-bottom:24px}.payment-method{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:20px}.method-icon{width:24px;height:24px;border-radius:4px}.amount-section{margin-bottom:16px}.amount{color:#ff4d4f;margin:8px 0!important}.order-info{margin-bottom:8px}.qrcode-section{margin:24px 0}.qrcode-container{position:relative;display:inline-block;margin-bottom:20px}.qrcode-image{border:1px solid #f0f0f0;border-radius:8px;padding:12px;background:white}.polling-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.9);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;border-radius:8px}.scan-instructions{text-align:left;max-width:300px;margin:0 auto}.scan-instructions .ant-typography{margin-bottom:8px!important}.payment-success{padding:40px 0;display:flex;flex-direction:column;align-items:center;gap:16px}.success-icon{font-size:48px;color:#52c41a}.success-title{color:#52c41a!important;margin:0!important}.payment-actions{margin-top:24px}@media (max-width: 768px){.payment-qrcode-container{padding:16px}.payment-card{box-shadow:none}.payment-header{flex-direction:column;gap:8px}.back-button{align-self:flex-start}.qrcode-image{width:180px;height:180px}}@media (max-width: 480px){.payment-title{font-size:20px!important}.amount{font-size:24px!important}.scan-instructions{font-size:14px}}[data-theme=dark] .payment-card{background:#141414;border-color:#303030;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .qrcode-image{background:#1f1f1f;border-color:#303030}[data-theme=dark] .polling-overlay{background:rgba(31,31,31,.9)}[data-theme=dark] .back-button{color:#bfbfbf}.payment-callback-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 100px);padding:24px}.payment-callback-card{width:100%;max-width:600px;border-radius:12px;box-shadow:0 4px 16px #0000001a;text-align:center}.callback-loading{display:flex;flex-direction:column;align-items:center;gap:24px;padding:40px 0}.payment-tips{margin-top:24px;max-width:600px;border-radius:8px}.payment-tips .ant-alert-message{font-weight:600}.payment-tips .ant-alert-description p{margin:8px 0;color:#666}@media (max-width: 768px){.payment-callback-container{padding:16px}.payment-callback-card{box-shadow:none}}[data-theme=dark] .payment-callback-card{background:#141414;border-color:#303030;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .payment-tips{background:#1f1f1f;border-color:#303030}[data-theme=dark] .payment-tips .ant-alert-description p{color:#bfbfbf}.ticket-list-container{padding:24px;max-width:1200px;margin:0 auto}.ticket-card{border-radius:8px;box-shadow:0 2px 8px #00000014}.ticket-card .ant-card-head-title{font-size:18px;font-weight:600}.ticket-table{margin-top:16px}.ticket-detail{padding:16px 0}.ticket-replies{margin-top:24px;border-top:1px solid #f0f0f0;padding-top:16px}.ticket-replies h4{margin-bottom:16px;color:#333}.reply-item{background:#fafafa;padding:16px;border-radius:4px;margin-bottom:12px}.reply-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.reply-time{color:#999;font-size:12px}.reply-content{color:#333;line-height:1.6;white-space:pre-wrap}.ant-form-item-label>label{font-weight:500}.ticket-list-container .ant-empty{padding:48px 0}@media (max-width: 768px){.ticket-list-container{padding:16px}.ticket-table{overflow-x:auto}.reply-header{flex-direction:column;align-items:flex-start;gap:8px}}.favorite-list-container{padding:24px;max-width:1200px;margin:0 auto}.favorite-card{border-radius:8px;box-shadow:0 2px 8px #00000014}.favorite-card .ant-card-head-title{font-size:18px;font-weight:600}.favorite-table{margin-top:16px}.favorite-table .stock-code{font-family:Courier New,monospace;font-weight:600;color:#1890ff}.favorite-table .stock-name{font-weight:500;color:#333}.price-up{color:#f5222d}.price-down{color:#52c41a}.favorite-list-container .ant-empty{padding:48px 0}@media (max-width: 768px){.favorite-list-container{padding:16px}.favorite-table{overflow-x:auto}.favorite-table .ant-table-thead>tr>th,.favorite-table .ant-table-tbody>tr>td{white-space:nowrap}}.change-password-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 100px);padding:24px}.change-password-card{width:100%;max-width:500px;border-radius:12px;box-shadow:0 4px 16px #0000001a}.password-header{display:flex;align-items:center;margin-bottom:24px;gap:16px}.password-title{margin:0!important;display:flex;align-items:center;gap:8px}.back-button{color:#8c8c8c}.back-button:hover{color:#1890ff}.security-alert{margin-bottom:24px;border-radius:8px}.password-form{margin-bottom:24px}.password-form .ant-form-item{margin-bottom:20px}.password-form .ant-form-item-label>label{font-weight:500}.submit-button{height:44px;font-size:16px;border-radius:6px}.password-tips{padding:20px;background:#f9f9f9;border-radius:8px;border-left:4px solid #1890ff}.password-tips .ant-typography{color:#262626;margin-bottom:16px!important}.password-tips ul{margin:0;padding-left:20px;color:#666}.password-tips li{margin-bottom:8px;line-height:1.5}.password-tips li:last-child{margin-bottom:0}@media (max-width: 768px){.change-password-container{padding:16px}.change-password-card{box-shadow:none}.password-header{flex-direction:column;text-align:center;gap:8px}.back-button{align-self:flex-start}}[data-theme=dark] .change-password-card{background:#141414;border-color:#303030;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .password-tips{background:#1f1f1f;border-left-color:#1890ff}[data-theme=dark] .password-tips ul,[data-theme=dark] .back-button{color:#bfbfbf}[data-theme=dark] .back-button:hover{color:#1890ff}.admin-dashboard{padding:24px;max-width:1400px;margin:0 auto}.admin-header{margin-bottom:32px}.admin-header .ant-typography{margin-bottom:8px}.admin-card{border-radius:8px;box-shadow:0 2px 8px #0000001a}.stats-row{margin-bottom:24px}.stats-row .ant-card{border-radius:8px;box-shadow:0 1px 3px #0000001a;text-align:center}.stats-row .ant-statistic-title{color:#8c8c8c;font-size:14px;margin-bottom:8px}.stats-row .ant-statistic-content{font-size:24px;font-weight:600}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:16px;background:#fafafa;border-radius:8px}.settings-section{padding:40px;text-align:center;background:#f9f9f9;border-radius:8px}@media (max-width: 768px){.admin-dashboard{padding:16px}.stats-row .ant-col{margin-bottom:16px}.stats-row .ant-col:last-child{margin-bottom:0}.table-header{flex-direction:column;gap:12px;align-items:flex-start}}@media (max-width: 480px){.admin-header .ant-typography{font-size:20px}.settings-section{padding:24px}}[data-theme=dark] .admin-card{background:#141414;border-color:#303030;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .stats-row .ant-card{background:#1f1f1f;border-color:#303030;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .table-header,[data-theme=dark] .settings-section{background:#1f1f1f}[data-theme=dark] .stats-row .ant-statistic-title{color:#8c8c8c}[data-theme=dark] .stats-row .ant-statistic-content{color:#bfbfbf}.upgrade-container{padding:24px;max-width:1200px;margin:0 auto}.upgrade-header{text-align:center;margin-bottom:32px}.upgrade-header .ant-typography{margin-bottom:8px}.current-membership-alert{margin-bottom:32px;border-radius:8px}.pricing-plans{margin-bottom:32px}.plans-row{margin:0 -12px}.pricing-card{border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:pointer;position:relative;height:100%;border:2px solid transparent}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.pricing-card.popular{border-color:#1890ff}.pricing-card.recommended{border-color:#faad14}.popular-tag,.recommended-tag{position:absolute;top:12px;right:12px;font-size:12px}.plan-header{text-align:center;margin-bottom:16px}.plan-name{color:#262626;margin-bottom:16px!important}.plan-price{display:flex;align-items:baseline;justify-content:center;gap:8px}.price{font-size:32px;font-weight:700;color:#1890ff}.original-price{font-size:16px;color:#bfbfbf!important}.period{font-size:14px}.plan-features{margin:20px 0}.feature-item{display:flex;align-items:center;gap:8px;margin-bottom:12px}.feature-icon{color:#52c41a;font-size:14px}.select-button{margin-top:20px}.payment-section{margin-bottom:24px;border-radius:8px}.payment-title{margin-bottom:20px!important;display:flex;align-items:center;gap:8px}.payment-methods{width:100%;margin-bottom:16px}.payment-methods .ant-radio-wrapper{width:48%;margin:8px 0}.payment-icon{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff}.payment-icon.alipay{background:#1677ff}.payment-icon.wechat{background:#07c160}.payment-alert{border-radius:8px}.order-summary{margin-bottom:32px;border-radius:8px}.summary-content{margin:20px 0}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0}.summary-item:last-child{border-bottom:none}.pay-button{margin-top:20px;height:48px;font-size:16px}.benefits-section{margin-top:40px}.benefits-grid{margin-top:24px}.benefit-item{text-align:center;padding:24px;background:#fafafa;border-radius:8px;transition:all .3s ease}.benefit-item:hover{background:#f0f7ff;transform:translateY(-2px)}.benefit-icon{font-size:32px;margin-bottom:12px}@media (max-width: 768px){.upgrade-container{padding:16px}.pricing-card{margin-bottom:24px}.payment-methods .ant-radio-wrapper{width:100%}.benefit-item{margin-bottom:16px}}@media (max-width: 480px){.price{font-size:24px}.plan-features{margin:16px 0}.feature-item{font-size:14px}}[data-theme=dark] .pricing-card{background:#1f1f1f;border-color:#303030;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .pricing-card:hover{box-shadow:0 8px 24px #0006}[data-theme=dark] .benefit-item{background:#1f1f1f}[data-theme=dark] .benefit-item:hover{background:#11263c}[data-theme=dark] .summary-item{border-bottom-color:#303030}[data-theme=dark] .payment-section,[data-theme=dark] .order-summary{background:#141414;border-color:#303030}.app{width:100%;min-height:100vh}.ant-layout{background:#f5f5f5}.ant-layout-header{padding:0 24px;background:#fff;box-shadow:0 1px 4px #0000001a;position:sticky;top:0;z-index:100}.ant-layout-sider{background:#fff;box-shadow:2px 0 8px #0000001a}.ant-layout-content{background:#fff;margin:0;min-height:calc(100vh - 64px)}.auth-container{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;justify-content:center;align-items:center}.auth-card{width:400px;padding:40px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a}.stock-card{transition:all .3s ease;border:1px solid #f0f0f0}.stock-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.stock-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.stock-price{font-size:18px;font-weight:700}.stock-change{font-size:14px;font-weight:500}.member-tag{border-radius:12px;font-size:12px;padding:2px 8px}.member-tag-guest{background:#f0f0f0;color:#8c8c8c}.member-tag-basic{background:#e6f7ff;color:#1890ff}.member-tag-premium{background:#f6ffed;color:#52c41a}.member-tag-advanced{background:#fff2e8;color:#fa8c16}.member-tag-yearly{background:#f9f0ff;color:#722ed1}@media (max-width: 768px){.auth-card{width:90%;padding:24px}.stock-card{margin-bottom:16px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-out}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}*{margin:0;padding:0;box-sizing:border-box}body{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;background-color:#f5f5f5}#root,.app{width:100%;min-height:100vh}@media (max-width: 768px){.ant-layout-content{padding:16px!important}}.stock-rise{color:#ff4d4f}.stock-fall{color:#52c41a}.ant-card{box-shadow:0 1px 3px #0000001a;border-radius:8px}.ant-table{border-radius:8px;overflow:hidden}.ant-table-thead>tr>th{background:#fafafa;font-weight:600}.loading-container{display:flex;justify-content:center;align-items:center;min-height:200px}.error-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px;color:#ff4d4f}
