* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  color: #0f172a;
  background: #f8fafc;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 24px;
  text-align: center;
}

.welcome__logo {
  display: block;
  margin-bottom: 20px;
}

.welcome__title {
  margin: 0 0 12px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.welcome__text {
  margin: 0 0 16px;
  max-width: 32rem;
  color: #475569;
  line-height: 1.6;
}

.welcome__links {
  margin: 0;
}

.welcome__links a {
  color: #79b30f;
  font-weight: 600;
  text-decoration: none;
}

.welcome__links a:hover {
  text-decoration: underline;
}
