.dashboard-module__XABe8G__dashboard{padding:var(--space-8)0 var(--space-16);animation:.4s ease-out dashboard-module__XABe8G__fadeIn}.dashboard-module__XABe8G__header{margin-bottom:var(--space-6);justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.dashboard-module__XABe8G__headerLeft{flex-direction:column;gap:4px;display:flex}.dashboard-module__XABe8G__title{color:var(--text-primary);align-items:center;gap:12px;font-size:2rem;font-weight:800;display:flex}.dashboard-module__XABe8G__headerIcon{color:var(--primary-500)}.dashboard-module__XABe8G__subtitle{color:var(--text-tertiary);font-size:1rem}.dashboard-module__XABe8G__dataBadge{border-radius:20px;align-items:center;width:fit-content;margin-top:8px;padding:2px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.dashboard-module__XABe8G__badgeReal{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e33}.dashboard-module__XABe8G__badgeDemo{color:#fbbf24;background:#f59e0b1a;border:1px solid #f59e0b33}.dashboard-module__XABe8G__statsGrid{gap:var(--space-4);margin-bottom:var(--space-8);grid-template-columns:repeat(4,1fr);display:grid}.dashboard-module__XABe8G__statCard{background:var(--bg-card);border-radius:var(--radius-xl);padding:var(--space-5)var(--space-6);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);align-items:center;gap:var(--space-4);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.dashboard-module__XABe8G__statCard:after{content:"";border-radius:3px 3px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.dashboard-module__XABe8G__statCard:first-child:after{background:linear-gradient(90deg,#f59e0b,#eab308)}.dashboard-module__XABe8G__statCard:nth-child(2):after{background:linear-gradient(90deg,var(--primary-400),var(--primary-600))}.dashboard-module__XABe8G__statCard:nth-child(3):after{background:linear-gradient(90deg,#10b981,#059669)}.dashboard-module__XABe8G__statCard:nth-child(4):after{background:linear-gradient(90deg,#8b5cf6,#7c3aed)}.dashboard-module__XABe8G__statCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.dashboard-module__XABe8G__statIcon{border-radius:var(--radius-lg);background:var(--gray-50);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.dashboard-module__XABe8G__statInfo{flex:1;min-width:0}.dashboard-module__XABe8G__statLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px;font-size:.75rem;font-weight:600;display:block}.dashboard-module__XABe8G__statValue{font-size:1.375rem;font-weight:800;font-family:var(--font-mono);letter-spacing:-.02em;display:block}.dashboard-module__XABe8G__gridTwo{gap:var(--space-6);margin-bottom:var(--space-8);grid-template-columns:1fr 1fr;display:grid}.dashboard-module__XABe8G__section{background:var(--bg-card);border-radius:var(--radius-2xl);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);margin-bottom:var(--space-6);overflow:hidden}.dashboard-module__XABe8G__sectionTitle{padding:var(--space-5)var(--space-6);border-bottom:1px solid var(--border-light);background:var(--bg-secondary);font-size:1rem;font-weight:700}.dashboard-module__XABe8G__eaList{padding:var(--space-2)}.dashboard-module__XABe8G__eaItem{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);border-radius:var(--radius-lg);transition:background .2s;display:flex}.dashboard-module__XABe8G__eaItem:hover{background:var(--bg-secondary)}.dashboard-module__XABe8G__eaInfo{flex-direction:column;gap:2px;display:flex}.dashboard-module__XABe8G__eaInfo strong{font-size:.9375rem}.dashboard-module__XABe8G__eaSymbol{color:var(--text-tertiary);font-size:.75rem;font-weight:500}.dashboard-module__XABe8G__eaStats{text-align:right;flex-direction:column;gap:2px;display:flex}.dashboard-module__XABe8G__eaMeta{color:var(--text-tertiary);font-size:.75rem}.dashboard-module__XABe8G__tradesTable{border-collapse:collapse;width:100%}.dashboard-module__XABe8G__tradesTable thead{background:var(--bg-secondary)}.dashboard-module__XABe8G__tradesTable th{padding:var(--space-3)var(--space-4);text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);text-align:left;border-bottom:1px solid var(--border-light);font-size:.6875rem;font-weight:600}.dashboard-module__XABe8G__tradesTable td{padding:var(--space-3)var(--space-4);border-bottom:1px solid var(--border-light);font-size:.875rem}.dashboard-module__XABe8G__tradesTable tbody tr:hover{background:var(--bg-tertiary)}.dashboard-module__XABe8G__tradesTable tbody tr:last-child td{border-bottom:none}.dashboard-module__XABe8G__ticketCol{font-family:var(--font-mono);color:var(--text-tertiary);font-size:.8125rem!important}.dashboard-module__XABe8G__profitGreen{color:var(--success);font-weight:700;font-family:var(--font-mono)}.dashboard-module__XABe8G__profitRed{color:var(--danger);font-weight:700;font-family:var(--font-mono)}.dashboard-module__XABe8G__connectGuide{background:var(--bg-tertiary);border-radius:var(--radius-2xl);border:1px solid var(--border-light);padding:var(--space-8);text-align:center;margin-top:var(--space-6)}.dashboard-module__XABe8G__connectGuide h3{margin-bottom:var(--space-2);font-size:1.125rem;font-weight:700}.dashboard-module__XABe8G__connectGuide p{color:var(--text-secondary);margin-bottom:var(--space-6);font-size:.875rem}.dashboard-module__XABe8G__connectSteps{gap:var(--space-6);margin-bottom:var(--space-6);text-align:center;grid-template-columns:repeat(3,1fr);display:grid}.dashboard-module__XABe8G__connectStep{align-items:center;gap:var(--space-2);flex-direction:column;display:flex}.dashboard-module__XABe8G__stepNum{background:linear-gradient(135deg,var(--primary-400),var(--primary-600));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:800;display:flex}.dashboard-module__XABe8G__stepText{color:var(--text-secondary);font-size:.8125rem;line-height:1.5}.dashboard-module__XABe8G__empty{text-align:center;padding:var(--space-12)var(--space-4);color:var(--text-tertiary)}.dashboard-module__XABe8G__empty p{font-size:.875rem}@media (max-width:1024px){.dashboard-module__XABe8G__statsGrid{grid-template-columns:repeat(2,1fr)}.dashboard-module__XABe8G__gridTwo{grid-template-columns:1fr}.dashboard-module__XABe8G__connectSteps{gap:var(--space-4);grid-template-columns:1fr}}@media (max-width:768px){.dashboard-module__XABe8G__title{font-size:1.5rem}.dashboard-module__XABe8G__header{flex-direction:column;align-items:flex-start}.dashboard-module__XABe8G__statsGrid{gap:var(--space-3);grid-template-columns:1fr 1fr}.dashboard-module__XABe8G__tradesTable th:nth-child(5),.dashboard-module__XABe8G__tradesTable td:nth-child(5),.dashboard-module__XABe8G__tradesTable th:nth-child(6),.dashboard-module__XABe8G__tradesTable td:nth-child(6){display:none}}@media (max-width:480px){.dashboard-module__XABe8G__statsGrid{grid-template-columns:1fr}}@keyframes dashboard-module__XABe8G__fadeIn{0%{opacity:0}to{opacity:1}}
