#page-home{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;max-width:1000px;margin-top:60px;margin-bottom:60px;gap:20px}#page-home .ai-trading-card{display:flex;width:100%;gap:0;align-items:stretch;background:#131727;border-radius:20px;padding:20px}#page-home .ai-trading-card .stats-box{flex:1 1;display:flex;flex-direction:column;gap:16px;padding-right:20px}#page-home .ai-trading-card .stats-box .header{display:flex;justify-content:space-between;align-items:center}#page-home .ai-trading-card .stats-box .header .identity{display:flex;align-items:center;gap:12px}#page-home .ai-trading-card .stats-box .header .identity .head-shot{width:40px;height:40px}#page-home .ai-trading-card .stats-box .header .identity .head-shot img{width:100%;height:100%;object-fit:cover;border-radius:50%}#page-home .ai-trading-card .stats-box .header .identity .texts{display:flex;flex-direction:column}#page-home .ai-trading-card .stats-box .header .identity .subject{font-size:20px;font-weight:700;line-height:32px}#page-home .ai-trading-card .stats-box .header .identity .subject span{font-weight:400;line-height:28px}#page-home .ai-trading-card .stats-box .header .identity .purse{display:flex;align-items:center;color:#c3c7d3;font-size:14px;font-weight:400;line-height:20px}#page-home .ai-trading-card .stats-box .header .summary{display:flex;align-items:center;gap:16px}#page-home .ai-trading-card .stats-box .header .summary .summary-left{display:flex;flex-direction:column;align-items:flex-end}#page-home .ai-trading-card .stats-box .header .summary .summary-left .price{font-size:20px;font-weight:700}#page-home .ai-trading-card .stats-box .header .summary .summary-left .chain-link{display:flex;align-items:center;color:#c3c7d3;font-size:14px;font-weight:400;line-height:20px}#page-home .ai-trading-card .stats-box .header .summary .app-btn{padding:8px 16px}#page-home .ai-trading-card .stats-box .metrics{display:flex;justify-content:flex-end;gap:20px;flex-wrap:wrap}#page-home .ai-trading-card .stats-box .metrics .metric{display:flex;align-items:baseline;gap:4px;white-space:nowrap}#page-home .ai-trading-card .stats-box .metrics .label{color:#c3c7d3;font-size:14px;font-weight:400;line-height:20px}#page-home .ai-trading-card .stats-box .metrics .value{font-size:14px;font-weight:700;line-height:20px}#page-home .ai-trading-card .stats-box .chart{width:100%;height:256px;min-width:0;min-height:0;border-radius:16px}#page-home .ai-trading-card .chat-box{width:260px;padding-left:20px;display:flex;flex-direction:column;gap:16px;max-height:360px;overflow-y:auto}#page-home .ai-trading-card .chat-box::-webkit-scrollbar{width:4px}#page-home .ai-trading-card .chat-box::-webkit-scrollbar-thumb{cursor:pointer;background:#90a0cc;border-radius:4px}#page-home .ai-trading-card .chat-box .chat-header{font-size:14px;font-weight:700;line-height:20px;position:sticky;top:0;background:#131727;z-index:1;padding-bottom:8px}#page-home .ai-trading-card .chat-box .chat-content{display:flex;flex-direction:column;gap:8px;padding-bottom:8px}#page-home .ai-trading-card .chat-box .chat-content:last-child{border-bottom:none}#page-home .ai-trading-card .chat-box .chat-content .chat-info{display:flex;justify-content:space-between;align-items:center}#page-home .ai-trading-card .chat-box .chat-content .chat-info .model-info{display:flex;align-items:center;gap:4px}#page-home .ai-trading-card .chat-box .chat-content .chat-info .model-info .model-icon{width:16px;height:16px}#page-home .ai-trading-card .chat-box .chat-content .chat-info .model-info .model-name{font-size:12px;font-weight:700}#page-home .ai-trading-card .chat-box .chat-content .chat-info .chat-time{font-size:12px;color:#90a0cc}#page-home .ai-trading-card .chat-box .chat-content .chat-text{font-size:14px;color:#c3c7d3;white-space:pre-wrap}@media(max-width: 768px){#page-home .ai-trading-card{flex-direction:column;padding:16px}#page-home .ai-trading-card .stats-box{padding-right:0}#page-home .ai-trading-card .stats-box .header{flex-direction:column;align-items:flex-start;gap:16px}#page-home .ai-trading-card .stats-box .header .identity{width:100%}#page-home .ai-trading-card .stats-box .header .identity .texts{flex:1 1}#page-home .ai-trading-card .stats-box .header .summary{width:100%;justify-content:space-between}#page-home .ai-trading-card .stats-box .header .summary .summary-left{align-items:flex-start}#page-home .ai-trading-card .stats-box .metrics{justify-content:flex-start;gap:16px;flex-wrap:wrap}#page-home .ai-trading-card .stats-box .metrics .metric{min-width:calc(50% - 8px)}#page-home .ai-trading-card .chat-box{width:100%;padding-left:0;padding-top:20px;border-top:1px solid rgba(42,51,86,.5)}}
