.copy-trading-section{width:100%;margin:0 auto;display:flex;flex-direction:column;gap:20px;box-sizing:border-box}.copy-trading-section .section-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap}.copy-trading-section .section-header .title-group{display:flex;flex-direction:column;gap:12px}.copy-trading-section .section-header .title-group h2{font-size:32px;font-weight:500;color:#fff;margin:0;line-height:normal}.copy-trading-section .section-header .title-group p{color:var(--Sec-text, rgba(255, 255, 255, 0.6));margin:0;font-size:14px;line-height:20px}.copy-trading-section .section-header .stats-group{display:flex;text-align:right}.copy-trading-section .section-header .stats-group .stat-item{display:flex;flex-direction:column;padding:0 28px}.copy-trading-section .section-header .stats-group .stat-item .stat-value{font-size:24px;font-weight:700;color:#fff;line-height:32px}.copy-trading-section .section-header .stats-group .stat-item .stat-label{font-size:12px;font-weight:400;line-height:16px;color:#c3c7d3}.copy-trading-section .section-header .stats-group .stat-item+.stat-item{border-left:1px solid #6875ad}.copy-trading-section .cards-grid{display:flex;flex-wrap:wrap;gap:20px}.copy-trading-section .trader-card{border-radius:5px;background:#2e2e2e;padding:28px 20px;color:#fff;position:relative;display:flex;flex-direction:column;width:325px;min-width:280px;min-height:220px;gap:16px;box-sizing:border-box}.copy-trading-section .trader-card.my-account{border:1px solid var(--Branding-80, rgba(9, 218, 186, 0.8));background:#1a1a1a}.copy-trading-section .trader-card .tag{position:absolute;top:0;right:50%;transform:translateX(50%);padding:0px 12px 4px;display:flex;align-items:center;gap:8px;white-space:nowrap;z-index:1;color:#00e5b5;font-size:12px;font-weight:700;line-height:16px;border-radius:0 0 4px 4px;background:var(--Branding-20, rgba(9, 218, 186, 0.2))}.copy-trading-section .trader-card .tag::before{content:"";display:block;width:6px;height:6px;border-radius:50%;background:#09daba}.copy-trading-section .trader-card .card-header{margin-top:8px;display:flex;align-items:center;gap:8px}.copy-trading-section .trader-card .card-header span{font-size:16px;font-weight:700;line-height:20px}.copy-trading-section .trader-card .card-header img{width:25px;height:25px}.copy-trading-section .trader-card .card-body{display:flex;flex-direction:column;gap:8px}.copy-trading-section .trader-card .card-body .metric .label{font-size:12px;font-weight:400;line-height:16px;display:block;color:var(--Sec-text, rgba(255, 255, 255, 0.6))}.copy-trading-section .trader-card .card-body .metric .value{font-size:16px;font-weight:700;line-height:20px}.copy-trading-section .trader-card .card-footer{display:flex;justify-content:center}.copy-trading-section .trader-card .card-footer .app-outline{width:100%;padding:8px 20px;border-width:2px;border-color:#fff;color:#fff}.copy-trading-section .view-more-container{display:flex;justify-content:center}.copy-trading-section .view-more-container .view-more-btn{display:flex;align-items:center;gap:8px;padding:4px 12px;border-radius:50px;border:1px solid #68718d;background:#131727;color:#fff;font-size:12px;font-weight:700;line-height:16px;cursor:pointer;transition:background .2s}.copy-trading-section .view-more-container .view-more-btn:hover{background:#1a2036}@media(max-width: 768px){.copy-trading-section .section-header{flex-direction:column;align-items:flex-start;gap:16px}.copy-trading-section .section-header .stats-group .stat-item{padding:0 16px}.copy-trading-section .section-header .stats-group .stat-item:first-child{padding-left:0}.copy-trading-section .cards-grid{justify-content:center}.copy-trading-section .trader-card{width:100%;min-width:unset}}@media(max-width: 375px){.copy-trading-section .section-header .stats-group{flex-wrap:wrap}.copy-trading-section .section-header .stats-group .stat-item{padding:0 12px}}
