body { background-color: #0f172a; color: white; font-family: 'Inter', sans-serif; }
.glass { background: rgba(30, 41, 59, 0.7); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1); }
.progress-bar { height: 8px; border-radius: 4px; background: #1e293b; overflow: hidden; }
.progress-fill { height: 100%; background: linear-gradient(90deg, #6366f1, #a855f7); transition: width 0.5s ease-out; }
.stat-card { transition: all 0.3s; }
.stat-card:hover { transform: translateY(-5px); border-color: #6366f1; }