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

body {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  color: #111;
  padding: 24px;
}

.container {
  max-width: 640px;
  width: 100%;
  text-align: center;
}

h1 { font-size: 2rem; margin-bottom: 12px; }

p { color: #555; line-height: 1.6; }

code {
  background: #eee;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
}

button {
  margin-top: 20px;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #111;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

button:hover { background: #333; }

#cikti { margin-top: 16px; font-weight: 600; }
