:root { --ink:#151515; --muted:#686d69; --paper:#fffdf8; --line:#d8d1c4; --teal:#0f766e; --sand:#f3efe7; }
* { box-sizing:border-box; }
body { margin:0; background:var(--sand); color:var(--ink); font-family:Inter,Arial,sans-serif; line-height:1.55; }
.toolbar { position:sticky; top:0; z-index:2; display:flex; justify-content:space-between; align-items:center; gap:16px; padding:14px 22px; background:#102a28; color:white; }
.toolbar a { color:white; text-decoration:none; }
.toolbar button { border:0; border-radius:8px; background:white; color:var(--ink); padding:10px 14px; font-weight:700; cursor:pointer; }
.document { width:min(900px, calc(100% - 32px)); margin:32px auto; padding:54px 62px; background:var(--paper); border:1px solid var(--line); border-radius:12px; box-shadow:0 18px 50px rgba(40,35,25,.08); }
.eyebrow { color:var(--teal); font-size:12px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
h1 { margin:8px 0 8px; font-size:34px; line-height:1.16; }
h2 { margin:30px 0 8px; font-size:19px; }
p, li { font-size:15px; }
.notice { margin:22px 0; padding:16px 18px; border-left:4px solid #c68d17; background:#fff6dc; }
.field { display:inline-block; min-width:150px; padding:0 4px; border-bottom:1px solid var(--ink); color:#555; }
.signature-grid { display:grid; grid-template-columns:1fr 1fr; gap:30px; margin-top:36px; }
.signature { min-height:120px; padding-top:70px; border-bottom:1px solid var(--ink); }
.sources { margin-top:40px; padding-top:20px; border-top:1px solid var(--line); color:var(--muted); font-size:13px; }
.sources a { color:var(--teal); }
@media (max-width:700px) { .document { padding:32px 22px; } .signature-grid { grid-template-columns:1fr; } h1 { font-size:28px; } }
@media print { body { background:white; } .toolbar { display:none; } .document { width:auto; margin:0; padding:0; border:0; box-shadow:none; } .notice { border:1px solid #999; } }
