* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 16px;
}

.card {
  text-align: center;
  padding: 24px;
}

.icon { font-size: 2.5rem; margin-bottom: 12px; }

p { font-size: 0.95rem; color: #6e6e73; }

#state-success p { color: #34c759; font-weight: 600; }
#state-error   p { color: #ff3b30; font-weight: 600; }
