:root {
  color-scheme: light;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #24172f;
  background: #f8f6f2;
  font-synthesis: none;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 3%, rgba(191, 239, 255, .72), transparent 25rem),
    radial-gradient(circle at 95% 12%, rgba(185, 154, 242, .28), transparent 28rem),
    #f8f6f2;
}

a { color: #6134c4; }
a:hover { color: #45218f; }

.site-header {
  border-bottom: 1px solid rgba(111, 61, 217, .16);
  background: rgba(248, 246, 242, .9);
}

.site-header div,
main,
.site-footer {
  width: min(100% - 32px, 920px);
  margin-inline: auto;
}

.site-header div {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  color: #24172f;
  font-weight: 750;
  text-decoration: none;
}

.language { font-size: .92rem; }

main {
  margin-block: 42px;
  padding: clamp(24px, 5vw, 56px);
  border: 1px solid rgba(201, 150, 46, .34);
  border-radius: 20px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 20px 56px rgba(43, 18, 76, .08);
}

h1, h2, h3 { color: #2f1648; }
h1 { margin: 0; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.08; }
h2 { margin-top: 2.4rem; padding-top: .35rem; font-size: 1.45rem; }
h3 { margin-top: 1.5rem; font-size: 1.08rem; }
p, li { line-height: 1.65; }
li + li { margin-top: .45rem; }
.meta { color: #746a80; }

.summary {
  margin: 28px 0;
  padding: 20px 22px;
  border-left: 4px solid #6f3dd9;
  border-radius: 10px;
  background: #f4efff;
}

.summary p:first-child { margin-top: 0; }
.summary p:last-child { margin-bottom: 0; }

.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .96rem; }
th, td { padding: 12px; border: 1px solid #ddd3e6; text-align: left; vertical-align: top; }
th { background: #f4efff; }

address { font-style: normal; line-height: 1.7; }

.site-footer {
  padding: 0 0 40px;
  color: #746a80;
  font-size: .9rem;
  text-align: center;
}

@media (max-width: 560px) {
  .site-header div { align-items: flex-start; flex-direction: column; padding-block: 14px; }
  main { margin-block: 20px; border-radius: 14px; }
}
