.trading-accounts{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:#fff}.trading-accounts .container{max-width:1400px;margin:0 auto}.trading-accounts .header-section{margin-bottom:3rem;text-align:center}.trading-accounts .header-section h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#64b5f6,#42a5f5);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.trading-accounts .header-section p{font-size:1.25rem;color:#94a3b8;max-width:600px;margin:0 auto}.trading-accounts .controls-section{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem;padding:2rem;background:rgba(30,41,59,.5);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(148,163,184,.1)}.trading-accounts .controls-section .search-container{position:relative;min-width:300px}.trading-accounts .controls-section .search-container .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#64748b;width:18px;height:18px}.trading-accounts .controls-section .search-container input{width:100%;padding:12px 16px 12px 44px;background:rgba(15,23,42,.8);border:1px solid #334155;border-radius:12px;color:#fff;font-size:.95rem;transition:all .3s ease}.trading-accounts .controls-section .search-container input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.trading-accounts .controls-section .search-container input::placeholder{color:#64748b}.trading-accounts .controls-section .filter-select,.trading-accounts .controls-section .sort-select{padding:12px 16px;background:rgba(15,23,42,.8);border:1px solid #334155;border-radius:12px;color:#fff;font-size:.95rem;min-width:180px;cursor:pointer;transition:all .3s ease}.trading-accounts .controls-section .filter-select:focus,.trading-accounts .controls-section .sort-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.trading-accounts .controls-section .filter-select option,.trading-accounts .controls-section .sort-select option{background:#1e293b;color:#fff}.trading-accounts .stats-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.trading-accounts .stats-overview.enhanced{grid-template-columns:repeat(3,1fr)}@media(max-width:1024px){.trading-accounts .stats-overview.enhanced{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.trading-accounts .stats-overview.enhanced{grid-template-columns:1fr}}.trading-accounts .stats-overview .stat-card{background:linear-gradient(135deg,rgba(30,41,59,.8),rgba(15,23,42,.9));padding:2rem;border-radius:16px;border:1px solid rgba(148,163,184,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.trading-accounts .stats-overview .stat-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.3);border-color:rgba(148,163,184,.2)}.trading-accounts .stats-overview .stat-card .stat-content{display:flex;align-items:center;justify-content:space-between}.trading-accounts .stats-overview .stat-card .stat-content .stat-info .stat-label{color:#94a3b8;font-size:.875rem;margin-bottom:.5rem;font-weight:500}.trading-accounts .stats-overview .stat-card .stat-content .stat-info .stat-value{font-size:1.75rem;font-weight:700;line-height:1}.trading-accounts .stats-overview .stat-card .stat-content .stat-info .stat-value.text-green{color:#10b981}.trading-accounts .stats-overview .stat-card .stat-content .stat-info .stat-value.text-red{color:#ef4444}.trading-accounts .stats-overview .stat-card .stat-content .stat-info .stat-value.text-blue{color:#3b82f6}.trading-accounts .stats-overview .stat-card .stat-content .stat-info .stat-value.text-gray{color:#6b7280}.trading-accounts .stats-overview .stat-card .stat-content .stat-info .stat-value.text-purple{color:#8b5cf6}.trading-accounts .stats-overview .stat-card .stat-content .stat-icon{width:48px;height:48px;opacity:.7}.trading-accounts .stats-overview .stat-card .stat-content .stat-icon.text-blue{color:#3b82f6}.trading-accounts .stats-overview .stat-card .stat-content .stat-icon.text-green{color:#10b981}.trading-accounts .stats-overview .stat-card .stat-content .stat-icon.text-red{color:#ef4444}.trading-accounts .stats-overview .stat-card .stat-content .stat-icon.text-gray{color:#6b7280}.trading-accounts .stats-overview .stat-card .stat-content .stat-icon.text-purple{color:#8b5cf6}.trading-accounts .accounts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));grid-gap:2rem;gap:2rem}@media(min-width:1024px){.trading-accounts .accounts-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.trading-accounts .accounts-grid{grid-template-columns:repeat(3,1fr)}}.trading-accounts .account-card{background:linear-gradient(135deg,rgba(30,41,59,.8),rgba(15,23,42,.9));border-radius:20px;padding:1.5rem;border:2px solid rgba(0,0,0,0);transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.trading-accounts .account-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#64b5f6,#42a5f5);opacity:0;transition:opacity .3s ease}.trading-accounts .account-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,.4)}.trading-accounts .account-card:hover:before{opacity:1}.trading-accounts .account-card.status-excellent{border-color:rgba(16,185,129,.4);box-shadow:0 0 20px rgba(16,185,129,.1)}.trading-accounts .account-card.status-good{border-color:rgba(34,197,94,.3);box-shadow:0 0 20px rgba(34,197,94,.1)}.trading-accounts .account-card.status-fair{border-color:rgba(251,191,36,.4);box-shadow:0 0 20px rgba(251,191,36,.1)}.trading-accounts .account-card.status-poor{border-color:rgba(239,68,68,.4);box-shadow:0 0 20px rgba(239,68,68,.1)}.trading-accounts .account-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.trading-accounts .account-card .card-header .card-title-section{flex:1 1;min-width:0}.trading-accounts .account-card .card-header .card-title-section .card-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#f1f5f9;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.trading-accounts .account-card .card-header .card-title-section .card-title.is-link{color:#60a5fa;text-decoration:none;transition:color .3s ease}.trading-accounts .account-card .card-header .card-title-section .card-title.is-link:hover{color:#93c5fd}.trading-accounts .account-card .card-header .card-title-section .card-badges{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.trading-accounts .account-card .card-header .card-title-section .card-badges .account-type-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:1px solid rgba(0,0,0,0);transition:all .3s ease}.trading-accounts .account-card .card-header .card-title-section .card-badges .account-type-badge.type-live{background:linear-gradient(135deg,#059669,#10b981);color:#fff;border-color:rgba(16,185,129,.3);box-shadow:0 0 10px rgba(16,185,129,.2)}.trading-accounts .account-card .card-header .card-title-section .card-badges .account-type-badge.type-instant-funding{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;border-color:rgba(168,85,247,.3);box-shadow:0 0 10px rgba(168,85,247,.2)}.trading-accounts .account-card .card-header .card-title-section .card-badges .account-type-badge.type-challenge{background:linear-gradient(135deg,#ea580c,#fb923c);color:#fff;border-color:rgba(251,146,60,.3);box-shadow:0 0 10px rgba(251,146,60,.2)}.trading-accounts .account-card .card-header .card-title-section .card-badges .account-type-badge.type-funded{background:linear-gradient(135deg,#0891b2,#06b6d4);color:#fff;border-color:rgba(6,182,212,.3);box-shadow:0 0 10px rgba(6,182,212,.2)}.trading-accounts .account-card .card-header .card-title-section .card-badges .account-type-badge:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.trading-accounts .account-card .card-header .card-title-section .card-badges .account-number{color:#94a3b8;font-size:.875rem;font-weight:500}.trading-accounts .account-card .card-header .profit-section{text-align:right;flex-shrink:0}.trading-accounts .account-card .card-header .profit-section .profit-amount{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;justify-content:flex-end}.trading-accounts .account-card .card-header .profit-section .profit-amount .profit-icon{width:20px;height:20px}.trading-accounts .account-card .card-header .profit-section .profit-amount .profit-value{font-size:1.5rem;font-weight:700}.trading-accounts .account-card .card-header .profit-section .profit-amount .profit-value.positive{color:#10b981}.trading-accounts .account-card .card-header .profit-section .profit-amount .profit-value.negative{color:#ef4444}.trading-accounts .account-card .card-header .profit-section .roi-value{font-size:.875rem;color:#94a3b8}.trading-accounts .account-card .stats-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.trading-accounts .account-card .stats-grid.enhanced{grid-template-columns:1fr 1fr 1fr;gap:.75rem}.trading-accounts .account-card .stats-grid .stat-item{text-align:center;padding:.75rem .5rem;background:rgba(0,0,0,.2);border-radius:12px;border:1px solid rgba(148,163,184,.1)}.trading-accounts .account-card .stats-grid .stat-item .stat-label{color:#94a3b8;font-size:.7rem;margin-bottom:.25rem;font-weight:500}.trading-accounts .account-card .stats-grid .stat-item .stat-value{color:#f1f5f9;font-weight:600;font-size:.85rem}.trading-accounts .account-card .stats-grid .stat-item .stat-value.positive{color:#10b981}.trading-accounts .account-card .stats-grid .stat-item .stat-value.negative{color:#ef4444}.trading-accounts .account-card .profit-factor-section{margin-bottom:1.5rem}.trading-accounts .account-card .profit-factor-section .profit-factor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.trading-accounts .account-card .profit-factor-section .profit-factor-header .factor-label{color:#94a3b8;font-size:.875rem}.trading-accounts .account-card .profit-factor-section .profit-factor-header .factor-value{color:#f1f5f9;font-weight:600;font-size:.875rem}.trading-accounts .account-card .profit-factor-section .progress-bar{width:100%;height:6px;background:rgba(55,65,81,.8);border-radius:3px;overflow:hidden}.trading-accounts .account-card .profit-factor-section .progress-bar .progress-fill{height:100%;border-radius:3px;transition:all .6s cubic-bezier(.4,0,.2,1)}.trading-accounts .account-card .profit-factor-section .progress-bar .progress-fill.excellent{background:linear-gradient(90deg,#10b981,#059669)}.trading-accounts .account-card .profit-factor-section .progress-bar .progress-fill.good{background:linear-gradient(90deg,#eab308,#ca8a04)}.trading-accounts .account-card .profit-factor-section .progress-bar .progress-fill.poor{background:linear-gradient(90deg,#ef4444,#dc2626)}.trading-accounts .account-card .card-footer{display:flex;justify-content:space-between;align-items:center}.trading-accounts .account-card .card-footer .broker-info{font-size:.75rem;color:#94a3b8;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trading-accounts .account-card .card-footer .broker-info a{color:#60a5fa;text-decoration:none;transition:color .3s ease}.trading-accounts .account-card .card-footer .broker-info a:hover{color:#93c5fd}.trading-accounts .account-card .card-footer .view-stats-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.trading-accounts .account-card .card-footer .view-stats-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.4)}.trading-accounts .empty-state{text-align:center;padding:4rem 2rem}.trading-accounts .empty-state .empty-message{color:#94a3b8;font-size:1.25rem;margin-bottom:1rem}.trading-accounts .empty-state .empty-suggestion{color:#64748b;font-size:1rem}@media(max-width:768px){.trading-accounts{padding:1rem}.trading-accounts .header-section h1{font-size:2.5rem}.trading-accounts .controls-section{padding:1.5rem}.trading-accounts .controls-section .filter-select,.trading-accounts .controls-section .search-container,.trading-accounts .controls-section .sort-select{min-width:100%}.trading-accounts .stats-overview{grid-template-columns:1fr}.trading-accounts .accounts-grid{grid-template-columns:1fr;gap:1.5rem}.trading-accounts .account-card .card-header{flex-direction:column;align-items:flex-start;gap:1rem}.trading-accounts .account-card .card-header .profit-section{align-self:stretch;text-align:left}.trading-accounts .account-card .card-header .profit-section .profit-amount{justify-content:flex-start}}.trading-accounts .positive{color:#10b981!important}.trading-accounts .negative{color:#ef4444!important}