:root {
  color-scheme: dark;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

label {
  display: grid;
  gap: 0.45rem;
  color: rgb(212 212 212);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 0.375rem;
  background: rgb(23 23 23);
  color: white;
  padding: 0.75rem 0.85rem;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgb(190 242 100);
  box-shadow: 0 0 0 3px rgb(190 242 100 / 0.18);
}

.metric {
  min-height: 6.25rem;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 0.5rem;
  background: rgb(23 23 23);
  padding: 1rem;
}

.metric span {
  display: block;
  color: rgb(163 163 163);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.metric strong {
  display: block;
  margin-top: 0.6rem;
  color: rgb(217 249 157);
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1.15;
}

article {
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 0.5rem;
  background: rgb(23 23 23 / 0.82);
  padding: 1.25rem;
}

article h3 {
  font-size: 1.15rem;
  font-weight: 950;
}

article p {
  margin-top: 0.65rem;
  color: rgb(212 212 212);
  line-height: 1.7;
}
