@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--ink:#1b1c20;--blue:#315bd5;--paper:#f7f8fa;--muted:#566070;--yellow:#ffdc69}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.65}a{color:inherit}button,a{font:inherit}.shell{max-width:1120px;margin:auto;padding:0 30px}.site-header{background:var(--ink);padding:22px 0}.site-header .shell{display:flex;align-items:center;justify-content:space-between;gap:20px}.site-header img{display:block;width:114px}.site-header a{color:white;text-decoration:none;font-weight:600}.site-header a:hover{text-decoration:underline}.hero{background:var(--ink);color:white;padding:65px 0 74px}.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.18em;color:#a9bdff;font-weight:700}h1,h2{font-family:'Space Grotesk',sans-serif;letter-spacing:-.045em;line-height:1.1}h1{font-size:clamp(44px,6vw,76px);margin:14px 0 20px}h2{font-size:clamp(27px,3vw,36px);margin:0 0 16px}.hero p{max-width:760px;font-size:18px;color:#d0d3de}.draft{display:inline-flex;gap:10px;align-items:center;background:#ffdc69;color:#242424;padding:8px 13px;border-radius:5px;font-size:14px;font-weight:700}.content{padding:55px 0 110px}.intro{max-width:760px;color:#485160;font-size:18px}.legal-section{padding:36px 0;border-bottom:1px solid #d9dde5;max-width:840px}.legal-section p,.legal-section li{margin:0 0 12px;color:#343c49}.legal-section ul{padding-left:22px;margin:0}.todo{background:var(--yellow);color:#252525;padding:2px 7px;border-radius:3px;box-decoration-break:clone;-webkit-box-decoration-break:clone;font-weight:700}.todo-list{max-width:840px;background:#fff6d9;border-left:4px solid #e4aa00;padding:22px 25px;margin:38px 0 5px}.todo-list h2{font-size:24px}.todo-list p{margin:0}.site-footer{background:var(--ink);color:#e7e9ed;padding:32px 0}.site-footer .shell{display:flex;gap:22px;flex-wrap:wrap;justify-content:space-between}.site-footer a:hover{color:#b7c7ff}@media(max-width:600px){.shell{padding:0 22px}.hero{padding:45px 0 58px}.site-header img{width:95px}.site-header a{font-size:14px}.content{padding:30px 0 75px}}
