.icon-button,
.nav-item,
.primary-button,
.text-button,
.small-button,
.actions button,
.bottom-nav button {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: var(--text);
  border-radius: 18px;
  font-weight: 650;
}

.hero-card,
.section {
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.035));
  border: 1px solid var(--line-strong);
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
}

.section h3 {
  margin-bottom: 17px;
}

.section-head,
.status-row,
.device-row,
.device-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.primary-button {
  width: 100%;
  margin-top: 20px;
  padding: 16px;
  background: #f4f4f4;
  color: #050505;
}

.small-button {
  padding: 10px 18px;
  border-radius: 16px;
}

.text-button {
  padding: 5px 18px;
  border-radius: 16px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.status-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #f4f4f4;
  box-shadow: 0 0 14px rgba(255,255,255,.55);
}

.bar {
  height: 7px;
  background: rgba(255,255,255,.08);
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 12px;
}

.bar-fill {
  width: 8%;
  height: 100%;
  background: #f4f4f4;
  border-radius: 99px;
}