.devices-link-page {
  margin: 0;
  min-height: 100vh;
  font-family: Arial, sans-serif;
  background: radial-gradient(circle at top, #7d4de0 0%, #2b154d 42%, #140a24 100%);
  color: #fff;
}

.devices-link-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.devices-link-card {
  width: min(100%, 460px);
  background: rgba(18, 10, 35, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.devices-link-brand {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.devices-link-brand span {
  color: #b892ff;
}

.devices-link-card h1 {
  margin: 8px 0 10px;
  font-size: 28px;
}

.devices-link-copy {
  margin: 0 auto 22px;
  max-width: 340px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.devices-link-qr-wrap {
  min-height: 292px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 14px;
}

.devices-link-qr {
  width: min(100%, 280px);
  height: auto;
  border-radius: 14px;
  background: #fff;
}

.devices-link-loading {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}

.devices-link-status {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 600;
}

.devices-link-meta {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.devices-link-error {
  margin-top: 14px;
  color: #ffb5b5;
  background: rgba(150, 26, 26, 0.22);
  border: 1px solid rgba(255, 90, 90, 0.3);
  border-radius: 12px;
  padding: 10px 12px;
}

.devices-link-actions {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.devices-link-secondary {
  color: #d7c7ff;
  text-decoration: none;
  font-size: 14px;
}

.devices-link-secondary:hover {
  text-decoration: underline;
}

.hidden {
  display: none !important;
}
