body {
    background: #1d1d1d;
    padding: 30px 15px;
    font-family: 'Libre Baskerville', serif;
}

.page {
    max-width: 850px;
    margin: 0 auto;
}

.gate {
    background: #f6f1e7;
    padding: 40px;
    border-radius: 6px;
    text-align: center;
}

.gate h1 {
    font-family: "Manufacturing Consent", system-ui;
    font-size: 2.2em;
    font-weight: 400;
    margin-bottom: 20px;
}

.gate input {
    padding: 10px;
    width: 80%;
    max-width: 300px;
    font-size: 1em;
    margin-bottom: 15px;
}

.gate button {
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
}

.letter {
    background: #f6f1e7;
    color: #1d1d1d;
    padding: 60px;
    border-radius: 6px;
    line-height: 1.7;
}

header h1 {
  font-family: "Manufacturing Consent", system-ui;
    font-size: 2.5em;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
}

.subtitle {
    text-align: center;
    font-size: 0.95em;
}

.ornate-divider {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #444, transparent);
    margin: 30px 0;
}

h2 {
    margin-top: 30px;
    font-size: 1.1em;
    letter-spacing: 0.05em;
}

.notice {
    font-style: italic;
    margin-top: 10px;
}

.signature-block {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.paw {
    width: 90px;
    cursor: pointer;
}

.signature {
    font-style: italic;
}

.hidden {
    display: none;
}

.cta {
    margin: 25px 0;
    padding: 18px 22px;
    border-left: 4px solid #333;
    background: rgba(0, 0, 0, 0.04);
    font-weight: bold;
}

.cta a {
    text-decoration: none;
}

.cta a:hover {
    text-decoration: underline;
}

.cta.warning {
    border-left-color: #7a1f1f;
    background: rgba(122, 31, 31, 0.06);
}
