* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  margin: 0;
  background: radial-gradient(circle at top, #2d2f55, #0b0c1d);
  color: #fff;
}

.app {
  padding: 20px;
  max-width: 420px;
  margin: auto;
}

.header {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
}

.asset {
  text-align: center;
  margin-top: 30px;
}

.icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: #3a3d6a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 28px;
}

.balance {
  font-size: 36px;
  font-weight: 600;
  margin-top: 15px;
}

.sub {
  opacity: 0.8;
}

.up {
  color: #3dff8f;
}

.chart {
  margin: 30px 0;
  height: 140px;
}

.ranges {
  display: flex;
  justify-content: space-between;
  opacity: 0.7;
}

.ranges .active {
  color: #3dff8f;
}

.stats {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.big {
  font-size: 22px;
  font-weight: 600;
}

.label {
  opacity: 0.7;
}

.staking {
  background: #2f325c;
  padding: 14px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.actions {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(90deg, #7f6bff, #a56bff);
  padding: 16px;
  border-radius: 30px;
  font-weight: 600;
}
