:root {
  color-scheme: dark;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0b1117;
  color: #f3f7fa;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background: #0b1117;
}

.page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.panel {
  width: min(520px, 100%);
  padding: 30px;
  border: 1px solid #263642;
  border-radius: 8px;
  background: #101922;
}

.mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 8px;
  background: #55d6a7;
  color: #07110e;
  font-weight: 800;
  letter-spacing: 0;
}

.label {
  margin: 0 0 8px;
  color: #91a2b1;
  font-size: 14px;
}

h1 {
  margin: 0;
  font-size: clamp(28px, 6vw, 42px);
  line-height: 1.1;
  letter-spacing: 0;
}

.status {
  margin: 18px 0 0;
  color: #c2ccd5;
  font-size: 17px;
  line-height: 1.5;
}
