* {
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.5;
  max-width: 40rem;
  margin: 2rem auto;
  padding: 0 1rem;
  color: #1a1a1a;
}

h1 {
  font-size: 1.75rem;
  color: #333;
}

p {
  color: #555;
}

.alert-btn {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
}

.script-status {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #666;
}
