.dashboard{flex-direction:column;gap:24px;width:100%;display:flex}.dashboardTop{grid-template-columns:300px 1fr 260px;align-items:stretch;gap:20px;display:grid}.dashboardHero{grid-template-columns:340px 1fr;gap:24px;display:grid}.dashboardMetrics{width:100%}.dashboardCharts{grid-template-columns:1.1fr 1fr;gap:24px;display:grid}@media (max-width:1400px){.dashboardHero,.dashboardCharts{grid-template-columns:1fr}}.blue{color:#2563eb;background:#e0ecff}.purple{color:#7c3aed;background:#efe4ff}.orange{color:#ea580c;background:#fff3df}.green{color:#16a34a;background:#dcfce7}.cyan{color:#0891b2;background:#cffafe}.indigo{color:#4f46e5;background:#e0e7ff}.red{color:#dc2626;background:#ffe4e6}.yellow{color:#ca8a04;background:#fef3c7}@media (max-width:900px){.dashboard{gap:18px}}
.profileCard{background:#fff;border:1px solid #edf2f7;border-radius:24px;flex-direction:column;gap:18px;padding:22px;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #0f172a0f}.profileGradient{pointer-events:none;background:radial-gradient(circle at top,#6d5dfb22,#0000 65%);position:absolute;inset:0}.avatar{color:#fff;background:linear-gradient(135deg,#7c3aed,#4f46e5);border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;margin:auto;font-size:25px;font-weight:700;display:flex;box-shadow:0 15px 30px #4f46e559}.profileCard h2{text-align:center;color:#111827;font-size:20px}.profileCard p{text-align:center;color:#64748b}.level{flex-direction:column;gap:8px;display:flex}.level span{color:#6d5dfb;font-size:13px;font-weight:600}.levelBar{background:#eef2ff;border-radius:999px;height:8px;overflow:hidden}.levelFill{background:linear-gradient(90deg,#4f46e5,#8b5cf6);width:72%;height:100%}.profileStats{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.profileStats div{text-align:center;background:#f8fafc;border-radius:16px;padding:14px}.profileStats svg{color:#6d5dfb;margin-bottom:8px}.profileStats strong{color:#111827;font-size:22px;display:block}.profileStats small{color:#64748b}.profileBottom{border-top:1px solid #eef2f7;grid-template-columns:repeat(3,1fr);gap:12px;padding-top:18px;display:grid}.profileBottom div{text-align:center}.profileBottom svg{color:#6d5dfb;margin-bottom:6px}.profileBottom span{color:#64748b;font-size:12px;display:block}.profileBottom strong{color:#111827;font-size:18px}
.scoreCard{color:#fff;background:#111827;border-radius:22px;flex-direction:column;gap:24px;padding:24px;display:flex;box-shadow:0 12px 35px #0f172a2e}.title{letter-spacing:2px;color:#94a3b8;font-size:12px;font-weight:700}.scoreContent{justify-content:space-between;align-items:center;gap:30px;display:flex}.left{flex:1}.scoreTop{align-items:flex-end;gap:8px;margin-bottom:18px;display:flex}.scoreTop h2{font-size:52px;font-weight:700;line-height:1}.scoreTop span{color:#94a3b8;margin-bottom:6px;font-size:22px}.progressBar{background:#243248;border-radius:999px;height:10px;overflow:hidden}.progressFill{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:999px;width:82%;height:100%}.circle{background:conic-gradient(#4f7cff 0deg,#8b5cf6 295deg,#263143 295deg 360deg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.circle:before{content:"";background:#111827;border-radius:50%;position:absolute;inset:10px}.circle{color:#fff;font-size:40px;font-weight:700}.circle>*{position:relative}.stats{border-top:1px solid #ffffff0f;grid-template-columns:repeat(5,1fr);gap:18px;padding-top:10px;display:grid}.stat{flex-direction:column;gap:6px;display:flex}.stat small{color:#94a3b8;font-size:12px}.stat strong{color:#fff;font-size:18px;font-weight:700}
.botControls{background:#172033;border:1px solid #243248;border-radius:18px;flex-direction:column;gap:15px;padding:25px;display:flex}.botControls button{color:#fff;cursor:pointer;border:none;border-radius:12px;height:55px;font-size:18px}.botControls button:first-child{background:#16a34a}.botControls button:nth-child(2){background:#f59e0b}.botControls button:nth-child(3){background:#dc2626}
.cards{grid-template-columns:repeat(8,1fr);gap:10px;display:grid}@media (max-width:1700px){.cards{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.cards{grid-template-columns:repeat(2,1fr)}}
.card{background:#fff;border:1px solid #eef2f7;border-radius:16px;flex-direction:column;justify-content:flex-start;gap:6px;min-height:82px;padding:12px 14px;transition:all .2s;display:flex;box-shadow:0 2px 10px #0000000a}.card-content{gap:8px;padding:12px 16px}.market-card{background:#fff;border:1px solid #e9edf5;border-radius:14px;overflow:hidden}.info-row{padding:6px 0}.card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0000000f}.cardIcon{border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.cardIcon svg{width:16px;height:16px}.cardTitle{color:#64748b;font-size:11px;font-weight:500;line-height:1}.cardValue{color:#0f172a;font-size:15px;font-weight:700;line-height:1.1}.card-header{padding:12px 16px}
.tableContainer{color:#fff;background:#172033;border:1px solid #243248;border-radius:18px;min-height:350px;padding:25px}
