.version {
  margin-left: auto;
  color: #9ca3af;
  font-size: 11px;
}

.radar-logo {
  display: block;
  object-fit: cover;
  background: none;
}

.quick-actions {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.quick-actions .button {
  width: 100%;
}

.notification-warning {
  margin-bottom: 12px;
  padding: 11px 13px;
  border: 1px solid #fbbf24;
  border-radius: 12px;
  background: #fffbeb;
  color: #92400e;
  font-size: 13px;
}

.primary-nav {
  position: sticky;
  bottom: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-top: 18px;
  padding: 6px;
  border: 1px solid #e5e7eb;
  border-radius: 17px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 25px rgba(17, 24, 39, .14);
  backdrop-filter: blur(12px);
}

.primary-nav button {
  display: grid;
  gap: 2px;
  border: 0;
  border-radius: 12px;
  padding: 8px;
  background: transparent;
  color: #6b7280;
}

.primary-nav button.active {
  background: #111827;
  color: #fff;
}

.primary-nav small {
  font-size: 10px;
}

.profile-card {
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 3px 14px rgba(17, 24, 39, .04);
}

.profile-card h1 {
  margin: 0 0 18px;
}

.profile-name {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f1f3;
}

.profile-name p {
  margin: 4px 0 0;
  color: #6b7280;
  font-size: 13px;
}

.profile-avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fee2e2;
  color: #b91c1c;
  font-weight: 800;
}

.profile-list {
  margin: 8px 0 0;
}

.profile-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
}

.profile-list dt {
  color: #6b7280;
}

.profile-list dd {
  margin: 0;
  text-align: right;
}

.state-on { color: #047857; }
.state-off { color: #b91c1c; }
.button.danger { background: #b91c1c; }
.profile-actions p { color: #6b7280; font-size: 12px; line-height: 1.5; }
