.dashboard-body{background-color:#050508;background-image:none;height:100vh;overflow:hidden}.dashboard-container{width:100%;height:100vh;display:flex}.sidebar{z-index:10;border-top:none;border-bottom:none;border-left:none;border-radius:0;flex-direction:column;width:260px;height:100%;padding:1.5rem;display:flex}.sidebar-header{margin-bottom:3rem;padding-left:1rem}.sidebar-nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.nav-item{color:var(--text-grey);border-radius:12px;align-items:center;gap:1rem;padding:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.nav-item:hover,.nav-item.active{color:var(--text-white);background:#ffffff0d}.nav-item.active{border-left:3px solid var(--gold);color:var(--gold);background:linear-gradient(90deg,#d4af371a,#0000)}.nav-item i{text-align:center;width:20px;font-size:1.1rem}.badge{color:var(--cyan);background:#00e5ff1a;border-radius:50px;margin-left:auto;padding:.2rem .6rem;font-size:.75rem}.main-content{flex:1;padding:2rem 3rem;overflow-y:auto}.top-header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.header-search{border-radius:50px;align-items:center;gap:1rem;width:300px;padding:.8rem 1.5rem;display:flex}.header-search input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-family:Inter,sans-serif}.header-actions{align-items:center;gap:1.5rem;display:flex}.icon-btn{border:1px solid var(--glass-border);width:45px;height:45px;color:var(--text-white);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.notif-dot{background:var(--gold);border-radius:50%;width:8px;height:8px;position:absolute;top:10px;right:12px}.user-profile{cursor:pointer;border-radius:50px;align-items:center;gap:1rem;padding:.5rem 1rem .5rem .5rem;display:flex}.avatar{background:#d4af371a;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-weight:600;display:flex}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.stat-card{border-radius:20px;flex-direction:column;justify-content:space-between;padding:2rem;display:flex}.premium-border{background:linear-gradient(135deg,#00e5ff0d,#0a0a0f00);border:1px solid #00e5ff4d}.stat-footer{justify-content:space-between;align-items:flex-end;margin-top:1rem;display:flex}.btn-primary-small{border:1px solid var(--cyan);color:var(--cyan);cursor:pointer;background:#00e5ff1a;border-radius:12px;padding:.5rem 1rem;transition:all .3s}.btn-primary-small:hover{background:var(--cyan);color:#000}.progress-bar-wrap{background:#ffffff1a;border-radius:10px;height:8px;overflow:hidden}.progress-bar{background:linear-gradient(90deg, var(--gold-light), var(--gold));border-radius:10px;height:100%}.status-indicator{color:var(--text-grey);align-items:center;gap:.8rem;margin-top:1rem;font-size:.9rem;display:flex}.pulsing-green{background:#0f8;border-radius:50%;width:10px;height:10px;animation:2s infinite pulse-green;box-shadow:0 0 #0f86}@keyframes pulse-green{70%{box-shadow:0 0 0 6px #0f80}to{box-shadow:0 0 #0f80}}.dashboard-row{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.chart-container,.transactions-container{border-radius:20px;padding:2rem}.dash-chart-full{justify-content:space-between;align-items:flex-end;gap:10px;height:250px;padding-top:2rem;display:flex}.chart-bar{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:1rem;height:100%;display:flex}.bar-fill{background:#00e5ff33;border-radius:6px 6px 0 0;width:100%;max-width:40px;transition:height 1s}.chart-bar:hover .bar-fill{background:#00e5ff66}.day-label{color:var(--text-grey);font-size:.85rem}.transaction-list{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.transaction-item{justify-content:space-between;align-items:center;display:flex}.tx-info{align-items:center;gap:1rem;display:flex}.tx-icon{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.bg-cyan-light{background:#00e5ff1a}.bg-gold-light{background:#d4af371a}.tx-info h4{font-family:Inter,sans-serif;font-size:.95rem;font-weight:500}.tx-amount{font-family:Space Grotesk,sans-serif;font-weight:600}.text-green{color:#0f8}@media (width<=992px){.dashboard-row{grid-template-columns:1fr}}@media (width<=768px){.dashboard-container{flex-direction:column;height:auto;overflow:visible}.sidebar{border-bottom:1px solid var(--glass-border);width:100%;height:auto;padding:1rem}.sidebar-header{justify-content:space-between;margin-bottom:1rem;display:flex}.sidebar-nav{flex-direction:row;padding-bottom:.5rem;overflow-x:auto}.nav-item{white-space:nowrap;padding:.5rem 1rem}.main-content{height:auto;padding:1.5rem;overflow:visible}.top-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-search{width:100%}.dashboard-body{height:auto;overflow:visible}}
