.draft-strategy-card{background:#2e2e2e;border-radius:8px;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;gap:16px;border-left:3px solid #f6d365}.draft-strategy-card .draft-left{display:flex;align-items:center;gap:12px}.draft-strategy-card .draft-left .draft-badge{background:#f6d365;color:#000;font-size:11px;font-weight:700;padding:2px 8px;border-radius:3px;text-transform:uppercase}.draft-strategy-card .draft-left .draft-name{color:#fff;font-size:14px;font-weight:600;line-height:20px}.draft-strategy-card .draft-actions{display:flex;gap:8px}.draft-strategy-card .draft-actions .continue-btn{background:#00e5b5;color:#000;height:32px;font-size:12px;padding:0 16px}.draft-strategy-card .draft-actions .continue-btn:hover{opacity:.9}.draft-strategy-card .draft-actions .discard-btn{height:32px;font-size:12px;padding:0 16px}@media(max-width: 768px){.draft-strategy-card{flex-direction:column;align-items:flex-start}.draft-strategy-card .draft-actions{width:100%}.draft-strategy-card .draft-actions .app-btn{flex:1 1}}@media(max-width: 480px){.draft-strategy-card{padding:12px 16px}.draft-strategy-card .draft-left .draft-name{font-size:13px}}
.strategy-card{width:315px;background:#2e2e2e;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:16px}.strategy-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.strategy-card .card-header .card-name{color:#fff;font-size:14px;font-weight:600;line-height:20px;flex:1 1}.strategy-card .card-header .status-badge{color:#000;font-size:11px;font-weight:600;padding:2px 8px;border-radius:3px;white-space:nowrap}.strategy-card .card-header .card-title-row{display:flex;gap:12px;flex:1 1}.strategy-card .card-header .archived-date{color:hsla(0,0%,100%,.5);font-size:12px;line-height:16px;margin-top:4px;display:block}.strategy-card .metrics-row{display:grid;grid-template-columns:repeat(3, 1fr);gap:12px}.strategy-card .metrics-row .metric{display:flex;flex-direction:column;gap:4px}.strategy-card .metrics-row .metric .metric-label{color:hsla(0,0%,100%,.5);font-size:11px;font-weight:500;line-height:14px;text-transform:uppercase}.strategy-card .metrics-row .metric .metric-value{color:#fff;font-size:16px;font-weight:700;line-height:22px}.strategy-card .card-actions{display:flex;gap:8px}.strategy-card .card-actions .app-btn{height:32px;font-size:12px;padding:0 8px}.strategy-card .snapshot-bar{background:#1a1a1a;border-radius:4px;padding:8px 12px;color:hsla(0,0%,100%,.6);font-size:12px;line-height:16px}.strategy-card .re-enable-btn{height:28px;font-size:11px;padding:0 10px;white-space:nowrap}@media(max-width: 768px){.strategy-card .metrics-row{grid-template-columns:repeat(3, 1fr);gap:8px}.strategy-card .metrics-row .metric .metric-value{font-size:14px}.strategy-card .card-actions{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 480px){.strategy-card{padding:12px}.strategy-card .metrics-row{gap:6px}.strategy-card .metrics-row .metric .metric-label{font-size:10px}.strategy-card .metrics-row .metric .metric-value{font-size:13px}.strategy-card .card-actions .app-btn{font-size:11px;padding:0 4px}}
.collapsible-section{background:#1a1a1a;border-radius:8px;overflow:hidden}.collapsible-section .section-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.collapsible-section .section-header:hover{background:hsla(0,0%,100%,.03)}.collapsible-section .section-header .section-title-row{display:flex;align-items:center;gap:10px}.collapsible-section .section-header .section-title-row .section-title{color:#fff;font-size:14px;font-weight:600;line-height:20px}.collapsible-section .section-header .section-title-row .count-badge{background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.7);font-size:12px;font-weight:600;padding:2px 8px;border-radius:3px}.collapsible-section .section-header .chevron{color:hsla(0,0%,100%,.6);transition:transform .3s ease}.collapsible-section .section-header .chevron.expanded{transform:rotate(180deg)}.collapsible-section .section-content{padding:0 20px 20px;display:flex;flex-wrap:wrap;gap:16px}.collapsible-section.collapsed .collapsible-section .section-content{display:none}.collapsible-section.collapsed .section-content{display:none}@media(max-width: 768px){.collapsible-section .section-header{padding:14px 16px}.collapsible-section .section-content{padding:0 16px 16px}}@media(max-width: 480px){.collapsible-section .section-header{padding:12px}.collapsible-section .section-content{padding:0 12px 12px}}
#page-paper-trading{width:100%;max-width:1440px;display:flex;flex-direction:column;gap:20px;padding:20px 40px}#page-paper-trading .pt-list-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}#page-paper-trading .pt-list-header .pt-list-title{color:#fff;font-size:28px;font-weight:700;line-height:36px;margin:0 0 8px}#page-paper-trading .pt-list-header .pt-list-subtitle{color:hsla(0,0%,100%,.5);font-size:14px;font-weight:400;line-height:20px;margin:0}#page-paper-trading .pt-empty-state{min-height:320px;border-radius:5px;background:#1a1a1a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:32px;text-align:center}#page-paper-trading .pt-empty-state p{max-width:520px;color:hsla(0,0%,100%,.72);font-size:18px;font-weight:500;line-height:28px;margin:0}#page-paper-trading .strategies-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:16px}#page-paper-trading .strategies-grid.history-grid{grid-template-columns:repeat(3, 1fr)}#page-paper-trading .pt-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}#page-paper-trading .pt-header .pt-header-left{display:flex;flex-direction:column;gap:12px}#page-paper-trading .pt-header .pt-title{color:#fff;font-size:28px;font-weight:700;line-height:36px;margin:0;display:flex;align-items:center;gap:12px}#page-paper-trading .pt-header .pt-title .pt-badge{font-size:12px;font-weight:600;padding:4px 8px;border-radius:3px;background:rgba(39,232,120,.15);color:#27e878;letter-spacing:.5px}#page-paper-trading .pt-header .pt-header-right{display:flex;gap:12px}#page-paper-trading .pt-stats{display:grid;grid-template-columns:repeat(5, 1fr);gap:12px}#page-paper-trading .pt-stats .pt-stat-card{border-radius:5px;background:#1a1a1a;padding:16px 20px;display:flex;flex-direction:column;gap:4px}#page-paper-trading .pt-stats .pt-stat-card .stat-label{color:hsla(0,0%,100%,.5);font-size:12px;font-weight:500;letter-spacing:.5px}#page-paper-trading .pt-stats .pt-stat-card .stat-value{color:#fff;font-size:20px;font-weight:700;line-height:28px}#page-paper-trading .pt-stats .pt-stat-card .stat-sub{font-size:12px;line-height:16px}#page-paper-trading .pt-stats .pt-stat-card .stat-sub.green{color:#27e878}#page-paper-trading .pt-stats .pt-stat-card .stat-sub.red{color:#f66}#page-paper-trading .pt-section{display:flex;flex-direction:column;gap:16px}#page-paper-trading .pt-section .pt-section-header{display:flex;justify-content:space-between;align-items:center}#page-paper-trading .pt-section .pt-section-title{color:#fff;font-size:18px;font-weight:600;line-height:24px}#page-paper-trading .pt-section .pt-range-selector{display:flex;gap:4px;padding:4px;border-radius:6px;background:#1a1a1a}#page-paper-trading .pt-section .pt-range-selector .range-btn{padding:6px 14px;border-radius:4px;border:none;background:rgba(0,0,0,0);color:hsla(0,0%,100%,.6);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}#page-paper-trading .pt-section .pt-range-selector .range-btn:hover{color:#fff}#page-paper-trading .pt-section .pt-range-selector .range-btn.active{background:#fff;color:#000;font-weight:600}#page-paper-trading .pt-section .pt-chart{border-radius:5px;background:#1a1a1a;padding:16px;width:100%;height:220px;min-width:0;min-height:0}#page-paper-trading .pt-grid{display:grid;grid-template-columns:1fr 380px;gap:16px}#page-paper-trading .pt-positions{border-radius:5px;background:#1a1a1a;padding:20px;display:flex;flex-direction:column;gap:16px}#page-paper-trading .pt-positions .pt-section-header{display:flex;justify-content:space-between;align-items:center}#page-paper-trading .pt-positions .pt-section-header .pt-active-badge{font-size:12px;font-weight:600;padding:4px 10px;border-radius:3px;background:rgba(39,232,120,.15);color:#27e878}#page-paper-trading .pt-positions .pt-position-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.06)}#page-paper-trading .pt-positions .pt-position-item:last-child{border-bottom:none;padding-bottom:0}#page-paper-trading .pt-positions .pt-position-item .pos-left{display:flex;align-items:center;gap:16px}#page-paper-trading .pt-positions .pt-position-item .pos-left .pos-token-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:rgba(39,232,120,.15)}#page-paper-trading .pt-positions .pt-position-item .pos-left .pos-token-icon img{width:100%;height:100%}#page-paper-trading .pt-positions .pt-position-item .pos-left .pos-token-icon.btc{background:linear-gradient(135deg, #f7931a 0%, #c77a15 100%)}#page-paper-trading .pt-positions .pt-position-item .pos-left .pos-token-icon.eth{background:linear-gradient(135deg, #627eea 0%, #3c5fc7 100%)}#page-paper-trading .pt-positions .pt-position-item .pos-left .pos-token-icon.sol{background:linear-gradient(135deg, #9c70ff 0%, #405fff 100%)}#page-paper-trading .pt-positions .pt-position-item .pos-left .pos-token-icon.bnb{background:linear-gradient(135deg, #f7d24e 0%, #f5a623 100%)}#page-paper-trading .pt-positions .pt-position-item .pos-left .pos-info{display:flex;flex-direction:column;gap:8px}#page-paper-trading .pt-positions .pt-position-item .pos-left .pos-info .pos-pair-row{display:flex;align-items:center;gap:8px}#page-paper-trading .pt-positions .pt-position-item .pos-left .pos-info .pos-pair-row .pos-pair{color:#fff;font-size:14px;font-weight:700}#page-paper-trading .pt-positions .pt-position-item .pos-left .pos-info .pos-pair-row .pos-tag{font-size:11px;font-weight:600;padding:2px 6px;border-radius:2px;text-transform:uppercase}#page-paper-trading .pt-positions .pt-position-item .pos-left .pos-info .pos-pair-row .pos-tag.long{background:rgba(39,232,120,.2);color:#27e878}#page-paper-trading .pt-positions .pt-position-item .pos-left .pos-info .pos-pair-row .pos-tag.short{background:hsla(0,100%,70%,.2);color:#f66}#page-paper-trading .pt-positions .pt-position-item .pos-left .pos-info .pos-details{display:flex;gap:20px}#page-paper-trading .pt-positions .pt-position-item .pos-left .pos-info .pos-details .pos-detail{display:flex;flex-direction:column;gap:2px}#page-paper-trading .pt-positions .pt-position-item .pos-left .pos-info .pos-details .pos-detail .pos-detail-label{color:hsla(0,0%,100%,.4);font-size:11px}#page-paper-trading .pt-positions .pt-position-item .pos-left .pos-info .pos-details .pos-detail .pos-detail-value{color:#fff;font-size:13px;font-weight:600}#page-paper-trading .pt-positions .pt-position-item .pos-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px}#page-paper-trading .pt-positions .pt-position-item .pos-right .pos-pnl{font-size:14px;font-weight:700}#page-paper-trading .pt-positions .pt-position-item .pos-right .pos-pnl.green{color:#27e878}#page-paper-trading .pt-positions .pt-position-item .pos-right .pos-pnl.red{color:#f66}#page-paper-trading .pt-positions .pt-position-item .pos-right .pos-pnl-pct{font-size:12px}#page-paper-trading .pt-positions .pt-position-item .pos-right .pos-pnl-pct.green{color:#27e878}#page-paper-trading .pt-positions .pt-position-item .pos-right .pos-pnl-pct.red{color:#f66}#page-paper-trading .pt-strategy-info{border-radius:5px;background:#1a1a1a;padding:20px;display:flex;flex-direction:column;gap:20px}#page-paper-trading .pt-strategy-info .pt-section-title{color:#fff;font-size:16px;font-weight:600;line-height:22px}#page-paper-trading .pt-strategy-info .si-section{display:flex;flex-direction:column;gap:10px}#page-paper-trading .pt-strategy-info .si-section .si-section-label{color:hsla(0,0%,100%,.4);font-size:11px;font-weight:600;letter-spacing:.5px;padding-bottom:6px;border-bottom:1px solid hsla(0,0%,100%,.06)}#page-paper-trading .pt-strategy-info .si-section .si-row{display:flex;justify-content:space-between;align-items:center}#page-paper-trading .pt-strategy-info .si-section .si-row .si-label{color:hsla(0,0%,100%,.5);font-size:13px}#page-paper-trading .pt-strategy-info .si-section .si-row .si-value{color:#fff;font-size:13px;font-weight:600}#page-paper-trading .pt-strategy-info .si-section .si-row .si-value.green{color:#27e878}#page-paper-trading .pt-strategy-info .si-section .si-row .si-value.red{color:#f66}#page-paper-trading .pt-history-table{border-radius:5px;background:#1a1a1a;overflow:hidden}#page-paper-trading .pt-history-table .pt-history-header{display:grid;grid-template-columns:2fr 1fr 1.2fr 1fr 1fr .8fr;padding:12px 20px;border-bottom:1px solid hsla(0,0%,100%,.06)}#page-paper-trading .pt-history-table .pt-history-header .th-col{color:hsla(0,0%,100%,.4);font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}#page-paper-trading .pt-history-table .pt-history-header .th-col.th-pair{text-align:left}#page-paper-trading .pt-history-table .pt-history-header .th-col.th-direction{text-align:left}#page-paper-trading .pt-history-table .pt-history-header .th-col.th-price,#page-paper-trading .pt-history-table .pt-history-header .th-col.th-size,#page-paper-trading .pt-history-table .pt-history-header .th-col.th-value,#page-paper-trading .pt-history-table .pt-history-header .th-col.th-pnl{text-align:right}#page-paper-trading .pt-history-table .pt-history-row{display:grid;grid-template-columns:2fr 1fr 1.2fr 1fr 1fr .8fr;padding:14px 20px;border-bottom:1px solid hsla(0,0%,100%,.04);align-items:center}#page-paper-trading .pt-history-table .pt-history-row:last-child{border-bottom:none}#page-paper-trading .pt-history-table .pt-history-row .th-col{font-size:13px;color:#fff}#page-paper-trading .pt-history-table .pt-history-row .th-col.th-pair .th-pair-cell{display:flex;align-items:center;gap:10px}#page-paper-trading .pt-history-table .pt-history-row .th-col.th-pair .th-pair-cell .th-token-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:rgba(39,232,120,.15)}#page-paper-trading .pt-history-table .pt-history-row .th-col.th-pair .th-pair-cell .th-token-icon.btc{background:linear-gradient(135deg, #f7931a 0%, #c77a15 100%)}#page-paper-trading .pt-history-table .pt-history-row .th-col.th-pair .th-pair-cell .th-token-icon.eth{background:linear-gradient(135deg, #627eea 0%, #3c5fc7 100%)}#page-paper-trading .pt-history-table .pt-history-row .th-col.th-pair .th-pair-cell .th-token-icon.sol{background:linear-gradient(135deg, #9c70ff 0%, #405fff 100%)}#page-paper-trading .pt-history-table .pt-history-row .th-col.th-pair .th-pair-cell .th-token-icon.bnb{background:linear-gradient(135deg, #f7d24e 0%, #f5a623 100%)}#page-paper-trading .pt-history-table .pt-history-row .th-col.th-pair .th-pair-cell .th-pair-name{font-weight:600}#page-paper-trading .pt-history-table .pt-history-row .th-col.th-pair .th-pair-cell .th-pair-time{color:hsla(0,0%,100%,.4);font-size:11px}#page-paper-trading .pt-history-table .pt-history-row .th-col.th-direction{font-weight:600}#page-paper-trading .pt-history-table .pt-history-row .th-col.th-direction.buy,#page-paper-trading .pt-history-table .pt-history-row .th-col.th-direction.long{color:#27e878}#page-paper-trading .pt-history-table .pt-history-row .th-col.th-direction.sell,#page-paper-trading .pt-history-table .pt-history-row .th-col.th-direction.short{color:#f66}#page-paper-trading .pt-history-table .pt-history-row .th-col.th-price,#page-paper-trading .pt-history-table .pt-history-row .th-col.th-size,#page-paper-trading .pt-history-table .pt-history-row .th-col.th-value{text-align:right;color:hsla(0,0%,100%,.8)}#page-paper-trading .pt-history-table .pt-history-row .th-col.th-pnl{text-align:right;font-weight:600}#page-paper-trading .pt-history-table .pt-history-row .th-col.th-pnl.green{color:#27e878}#page-paper-trading .pt-history-table .pt-history-row .th-col.th-pnl.red{color:#f66}@media(max-width: 1024px){#page-paper-trading .strategies-grid{grid-template-columns:repeat(3, 1fr)}#page-paper-trading .strategies-grid.history-grid{grid-template-columns:repeat(2, 1fr)}#page-paper-trading .pt-grid{grid-template-columns:1fr}#page-paper-trading .pt-strategy-info{order:-1}}@media(max-width: 768px){#page-paper-trading{padding:0 16px}#page-paper-trading .pt-list-header{flex-direction:column;gap:16px}#page-paper-trading .pt-list-header .pt-list-title{font-size:24px;line-height:32px}#page-paper-trading .pt-list-header .app-btn{width:100%}#page-paper-trading .pt-empty-state{min-height:260px;padding:24px 16px}#page-paper-trading .pt-empty-state p{font-size:16px;line-height:24px}#page-paper-trading .pt-empty-state .app-btn{width:100%}#page-paper-trading .strategies-grid{grid-template-columns:repeat(2, 1fr);gap:12px}#page-paper-trading .strategies-grid.history-grid{grid-template-columns:repeat(2, 1fr)}#page-paper-trading .pt-header{flex-direction:column;gap:16px}#page-paper-trading .pt-header .pt-title{font-size:22px}#page-paper-trading .pt-header .pt-header-right{width:100%}#page-paper-trading .pt-header .pt-header-right .app-btn{flex:1 1}#page-paper-trading .pt-stats{grid-template-columns:repeat(2, 1fr)}#page-paper-trading .pt-stats .pt-stat-card:last-child{grid-column:span 2}#page-paper-trading .pt-position-item{flex-direction:column;align-items:flex-start;gap:12px}#page-paper-trading .pt-position-item .pos-right{align-items:flex-start}#page-paper-trading .pt-history-table{overflow-x:auto}#page-paper-trading .pt-history-table .pt-history-header,#page-paper-trading .pt-history-table .pt-history-row{min-width:600px}}@media(max-width: 480px){#page-paper-trading .strategies-grid{grid-template-columns:1fr}#page-paper-trading .strategies-grid.history-grid{grid-template-columns:1fr}#page-paper-trading .pt-stats{grid-template-columns:1fr}#page-paper-trading .pt-stats .pt-stat-card:last-child{grid-column:span 1}#page-paper-trading .pt-position-item .pos-left .pos-details{flex-wrap:wrap;gap:12px}}
