:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f6f7f9;
  color: #17202a;
}

body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 16px;
}

.card {
  width: min(760px, 100%);
  background: #fff;
  border: 1px solid #dde2e8;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  padding: 32px;
}

h1 {
  margin-top: 0;
  font-size: 32px;
}

h2 {
  margin-top: 28px;
  font-size: 18px;
}

p, li {
  line-height: 1.65;
}

a {
  color: #155eef;
}

.muted {
  color: #667085;
}
