#page-home{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;max-width:1440px;padding:40px}#page-home .ai-trading-card{display:flex;width:100%;gap:0;align-items:stretch;background:#1a1a1a;border-radius:5px;padding:20px}#page-home .ai-trading-card .warning-box{padding:20px 0}#page-home .ai-trading-card .stopped-text{font-weight:500;position:absolute;left:50%;transform:translateX(-50%);bottom:-20px;white-space:nowrap}#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{color:#fff;font-size:20px;font-weight:600;line-height:20px}#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:hsla(0,0%,100%,.6);font-size:14px;font-weight:400;line-height:20px}#page-home .ai-trading-card .stats-box .header .identity .purse .copy-icon{cursor:pointer}#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:600;color:#fff}#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 .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:hsla(0,0%,100%,.6);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 .metrics .metric:last-of-type .value{color:#fff}#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{color:#fff;font-size:14px;font-weight:700;line-height:20px;position:sticky;top:0;z-index:1;padding-bottom:8px;background-color:#1a1a1a}#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:var(--Sec-text, rgba(255, 255, 255, 0.6))}#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)}}@media(max-width: 375px){#page-home .ai-trading-card{padding:12px}#page-home .ai-trading-card .stats-box .header .identity .subject{font-size:16px}#page-home .ai-trading-card .stats-box .header .summary{gap:8px}#page-home .ai-trading-card .stats-box .header .summary .summary-left .price{font-size:16px}#page-home .ai-trading-card .stats-box .metrics .metric{min-width:calc(50% - 6px)}#page-home .ai-trading-card .stats-box .metrics .metric .label{font-size:12px}#page-home .ai-trading-card .stats-box .metrics .metric .value{font-size:12px}}#page-home .ai-trading-card+.ai-trading-card{margin-top:20px}@media(max-width: 768px){#page-home{padding:16px}}@media(max-width: 375px){#page-home{padding:12px}}
