* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}
body {
  background: radial-gradient(circle at 50% 0%, #244a70 0%, #15304a 55%, #0e2030 100%);
  color: #cfe6f7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 3rem 1rem;
}
.page {
  max-width: 760px;
  width: 100%;
}
.back-link {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
  color: #5fa8e0;
  text-decoration: none;
}
.back-link:hover {
  text-decoration: underline;
}
.document {
  position: relative;
  background: linear-gradient(180deg, #0f2238, #0a1a2c);
  border: 1px solid #2c5478;
  border-radius: 10px;
  padding: 2rem 2.25rem;
  box-shadow: 0 0 0 1px rgba(120, 190, 255, 0.08) inset, 0 12px 30px rgba(0, 0, 0, 0.45);
  font-family: "Courier New", monospace;
  font-size: 0.85rem;
  line-height: 1.7;
  overflow: hidden;
}
.stamp {
  position: absolute;
  top: 1.5rem;
  right: -1.25rem;
  transform: rotate(18deg);
  border: 3px solid rgba(220, 90, 90, 0.55);
  color: rgba(220, 90, 90, 0.55);
  padding: 0.2rem 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
}
.letterhead {
  text-align: center;
  border-bottom: 1px dashed #2c5478;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.letterhead .authority {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8fc3eb;
}
.letterhead h1 {
  font-size: 1.1rem;
  margin: 0.5rem 0 0.3rem;
  color: #d8ecfb;
}
.letterhead .meta {
  font-size: 0.7rem;
  color: #5f87ab;
}
.preamble {
  color: #a9c8e4;
  margin-bottom: 1.5rem;
}
.preamble p {
  margin: 0 0 0.75rem;
}
ol.clauses {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.clauses li {
  margin-bottom: 1.1rem;
  padding-left: 2.5rem;
  position: relative;
}
ol.clauses li::before {
  content: '\00B6' attr(data-num);
  position: absolute;
  left: 0;
  color: #5fa8e0;
  font-weight: 700;
}
ol.clauses li.emphasis {
  color: #ffd9d9;
  font-weight: 700;
}
ol.clauses li.emphasis::before {
  color: #d65c5c;
}
.sig-block {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px dashed #2c5478;
  font-size: 0.8rem;
  color: #5f87ab;
}
.sig-block .line {
  margin-bottom: 0.4rem;
}
.filed {
  margin-top: 1.5rem;
  font-size: 0.7rem;
  color: #4f7395;
  text-align: center;
}
