body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  background: #f8fafc;
  color: #0f172a;
  line-height: 1.65;
}

a {
  color: #2563eb;
}

.page {
  max-width: 880px;
  margin: 0 auto;
  padding: 48px 20px 80px;
}

.panel {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.08);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #475569;
}

h1,
h2,
h3 {
  color: #020617;
  line-height: 1.2;
}

h1 {
  margin: 0 0 8px;
  font-size: clamp(2rem, 4vw, 3rem);
}

h2 {
  margin-top: 32px;
  font-size: 1.5rem;
}

h3 {
  margin-top: 24px;
  font-size: 1.1rem;
}

p,
li,
td,
th {
  color: #334155;
}

ul {
  padding-left: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}

th,
td {
  border: 1px solid #e2e8f0;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

th {
  background: #eff6ff;
}

.meta {
  color: #64748b;
  margin: 0 0 24px;
}

.card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card,
.notice {
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 18px;
  background: #f8fafc;
}

.notice {
  background: #fff7ed;
  border-color: #fdba74;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.button-primary {
  background: #2563eb;
  color: #ffffff;
}

.button-secondary {
  background: #e2e8f0;
  color: #0f172a;
}

.section-list {
  display: grid;
  gap: 16px;
}
