* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", system-ui, sans-serif;
}

body {
  background: #0f172a;
  color: #e5e7eb;
  min-height: 100vh;
}

.container {
  display: flex;
  justify-content: center;
  padding: 40px 16px;
}

.card {
  background: #020617;
  max-width: 900px;
  width: 100%;
  padding: 36px;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

h1 {
  font-size: 2.2rem;
  margin-bottom: 6px;
  color: #38bdf8;
}

.updated {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 28px;
}

section {
  margin-bottom: 26px;
}

h2 {
  font-size: 1.35rem;
  margin-bottom: 10px;
  color: #e2e8f0;
}

p {
  line-height: 1.7;
  color: #cbd5f5;
}

ul {
  margin-left: 20px;
}

ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.note {
  margin-top: 30px;
  padding: 18px;
  border-left: 4px solid #38bdf8;
  background: #020617;
  color: #e5e7eb;
  font-size: 0.95rem;
}
