@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;background:#0a0a0f;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0}.battery-gauge{height:200px;position:relative;width:200px}.battery-gauge svg{transform:rotate(-90deg)}.battery-gauge .track{fill:none;stroke:#1a1a24;stroke-width:12}.battery-gauge .progress{fill:none;stroke:url(#batteryGradient);stroke-width:12;stroke-linecap:round;transition:stroke-dashoffset .5s ease}.battery-gauge .percentage{color:#fff;font-size:3rem;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.charging-pulse{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.card-glow{box-shadow:0 0 40px #00ff881a}.slider-track{background:linear-gradient(90deg,#1a1a24,#0f8);border-radius:4px;height:8px}.activity-item{align-items:flex-start;border-bottom:1px solid #ffffff0d;display:flex;gap:12px;padding:12px 0}.activity-item:last-child{border-bottom:none}.status-dot{border-radius:50%;height:8px;margin-top:6px;width:8px}.status-dot.success{background:#0f8}.status-dot.warning{background:#ff9500}.status-dot.info{background:#00a3ff}