.trader-card{color:#bdbdbd;-webkit-backdrop-filter:blur(1.4px);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.03);border-radius:8px;flex-direction:column;justify-content:space-between;min-height:140px;padding:16px;transition:background .2s,border .2s,transform .15s;display:flex;position:relative;box-shadow:0 2px 20px rgba(0,0,0,.15)}.trader-card .subscription-name{text-align:center;color:#fff;border-bottom:1px solid rgba(255,255,255,.125);margin-bottom:12px;padding:0 0 6px;font-size:20px;font-weight:600}.trader-card .loading-skeleton{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%) 0 0/200% 100%;border-radius:4px;min-height:1.2em;animation:1.5s infinite loading-shimmer;display:block}.trader-card .chart-loading{justify-content:center;align-items:center;min-height:40px;display:flex}.trader-card .chart-loading .loading-skeleton{width:100%;height:40px}@keyframes loading-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.trader-card:hover{z-index:2;background:rgba(204,231,12,.08);border:1.5px solid #b6ff6a;transform:translateY(-2px)scale(1.025);box-shadow:0 2px 16px rgba(182,255,106,.1)}.trader-card.highlight{background:rgba(204,231,12,.12);border:1.5px solid #b6ff6a;box-shadow:0 2px 16px rgba(182,255,106,.15)}.trader-card.loading{justify-content:center;align-items:center;min-height:200px;display:flex}.trader-card.loading .loading-spinner{color:#cce70c;font-size:16px;font-weight:500}.trader-card.error{justify-content:center;align-items:center;min-height:200px;display:flex}.trader-card.error .error-message{color:#dc3545;text-align:center;font-size:16px;font-weight:500}.trader-card.not-found{justify-content:center;align-items:center;min-height:200px;display:flex}.trader-card.not-found .not-found-message{color:#ffc107;text-align:center;font-size:16px;font-weight:500}.trader-card .trader-header{align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.trader-card .trader-header .copy-trader-avatar{background:rgba(0,255,136,.1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex;overflow:hidden}.trader-card .trader-header .copy-trader-avatar .avatar-image{object-fit:cover;border-radius:50%;width:100%;height:100%}.trader-card .trader-header .trader-info{flex:1;min-width:0}.trader-card .trader-header .trader-info .trader-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:16px;font-weight:600;overflow:hidden}.trader-card .trader-header .favorite-btn{color:rgba(255,255,255,.4);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:4px;font-size:16px;transition:all .2s}.trader-card .trader-header .favorite-btn:hover{color:orange;background:rgba(255,165,0,.1)}.trader-card .trader-header .favorite-btn.active{color:orange}.trader-card .trader-metrics{gap:20px;margin-bottom:20px;display:flex}.trader-card .trader-metrics .metrics-left{flex-direction:column;flex:1;gap:12px;display:flex}.trader-card .trader-metrics .metrics-left .roi-section .metric-label{color:rgba(255,255,255,.6);align-items:center;gap:8px;margin-bottom:4px;font-size:12px;display:flex}.trader-card .trader-metrics .metrics-left .roi-section .metric-label .period-badge{color:#fff;background:rgba(255,255,255,.1);border-radius:10px;padding:2px 6px;font-size:10px;font-weight:500}.trader-card .trader-metrics .metrics-left .roi-section .roi-value{font-size:24px;font-weight:700;line-height:1}.trader-card .trader-metrics .metrics-left .roi-section .roi-value.positive{color:#0f8}.trader-card .trader-metrics .metrics-left .roi-section .roi-value.negative{color:#dc3545}.trader-card .trader-metrics .metrics-left .chart-container{background:rgba(0,0,0,.2);border-radius:6px;justify-content:center;align-items:center;width:80px;height:40px;margin-top:8px;display:flex;overflow:hidden}.trader-card .trader-metrics .metrics-left .chart-container .chart-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.trader-card .trader-metrics .metrics-left .chart-container .chart-placeholder span{color:rgba(255,255,255,.4);text-align:center;font-size:10px;line-height:1}.trader-card .trader-metrics .metrics-divider{background:rgba(255,255,255,.1);width:1px;margin:0 4px}.trader-card .trader-metrics .metrics-right{flex-direction:column;flex:1;gap:16px;display:flex}.trader-card .trader-metrics .metrics-right .drawdown-section .metric-label,.trader-card .trader-metrics .metrics-right .sharpe-section .metric-label{color:rgba(255,255,255,.6);align-items:center;gap:8px;margin-bottom:4px;font-size:12px;display:flex}.trader-card .trader-metrics .metrics-right .drawdown-section .metric-label .period-badge,.trader-card .trader-metrics .metrics-right .sharpe-section .metric-label .period-badge{color:#fff;background:rgba(255,255,255,.1);border-radius:10px;padding:2px 6px;font-size:10px;font-weight:500}.trader-card .trader-metrics .metrics-right .drawdown-section .drawdown-value,.trader-card .trader-metrics .metrics-right .drawdown-section .sharpe-value,.trader-card .trader-metrics .metrics-right .sharpe-section .drawdown-value,.trader-card .trader-metrics .metrics-right .sharpe-section .sharpe-value{color:#fff;font-size:16px;font-weight:600;line-height:1}.trader-card .copy-btn{color:#cce70c;cursor:pointer;background:0 0;border:1px solid #cce70c;border-radius:8px;width:100%;padding:12px;font-size:14px;font-weight:700;transition:all .2s}.trader-card .copy-btn:hover{color:#181c1b;background:#cce70c;transform:translateY(-1px)}.trader-card .copy-btn:active{transform:translateY(0)}.trader-card .dashboard-actions{gap:8px;margin-top:16px;display:flex}.trader-card .dashboard-actions .edit-btn{color:#cce70c;cursor:pointer;background:0 0;border:1px solid #cce70c;border-radius:8px;flex:1;justify-content:center;padding:12px;font-size:14px;font-weight:700;transition:all .2s}.trader-card .dashboard-actions .edit-btn:hover{color:#000;background:#cce70c;transform:translateY(-1px)}.trader-card .dashboard-actions .edit-btn:active{transform:translateY(0)}.trader-card .dashboard-actions .unsubscribe-btn{color:#dc3545;cursor:pointer;background:0 0;border:1px solid #dc3545;border-radius:8px;flex:1;padding:12px;font-size:14px;font-weight:700;transition:all .2s}.trader-card .dashboard-actions .unsubscribe-btn:hover{color:#fff;background:#dc3545;transform:translateY(-1px)}.trader-card .dashboard-actions .unsubscribe-btn:active{transform:translateY(0)}
