:root{--ink:#17211e;--muted:#64706b;--paper:#f4f1e9;--panel:#fffdf8;--line:#d8ddd7;--green:#173c35;--accent:#d96344}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--paper)}body{margin:0;color:var(--ink);font-family:Inter,Yu Gothic UI,sans-serif}a{color:inherit}button,input,textarea{min-width:0;max-width:100%;font:inherit}header{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;padding:20px max(20px,calc((100% - 960px)/2));border-bottom:1px solid var(--line);background:#f4f1e9ed}header>a{font-weight:900;text-decoration:none;color:var(--green)}nav{display:flex;flex-wrap:wrap;gap:14px;font-size:13px}main{width:min(100% - 40px,960px);margin:auto;padding:58px 0 80px}.hero{max-width:800px;padding:20px 0 50px}.eyebrow{color:#39715f;font-size:11px;font-weight:800;letter-spacing:.13em}.hero h1{margin:12px 0;font-size:clamp(40px,7vw,70px);line-height:1.08;letter-spacing:-.055em}.hero em{color:var(--accent);font-style:normal}.editorHead p,.hero>p:last-of-type,aside p{color:var(--muted);line-height:1.8}.actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.primary,.secondary,button{padding:11px 15px;border:1px solid var(--line);border-radius:8px;text-decoration:none}.primary{color:white;background:var(--green);font-weight:800}.secondary{color:var(--green);background:transparent}.points{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.editor,.points article,aside{padding:22px;border:1px solid var(--line);border-radius:13px;background:var(--panel)}.points p{margin-bottom:0;color:var(--muted);font-size:13px}.boundarySection,.howSection,.previewSection,.storySection{margin-top:72px}.sectionIntro{max-width:720px}.boundarySection h2,.previewCopy h2,.sectionIntro h2{margin:8px 0 14px;font-size:clamp(30px,5vw,48px);line-height:1.2;letter-spacing:-.035em}.boundarySection li,.boundarySection p,.painGrid p,.previewCopy li,.previewCopy>p,.sectionIntro>p:last-child,.stepGrid p{color:var(--muted);line-height:1.75}.painGrid,.stepGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.painGrid article,.stepGrid article{padding:24px;border:1px solid var(--line);border-radius:13px;background:var(--panel)}.painGrid span{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;color:white;background:var(--accent);font-weight:900}.painGrid h3,.stepGrid h3{margin:18px 0 8px}.stepGrid b{color:var(--accent);font-size:12px;letter-spacing:.14em}.previewSection{display:grid;grid-template-columns:1fr .9fr;gap:36px;align-items:center;padding:38px;border-radius:18px;background:var(--green);color:white}.previewCopy li,.previewCopy>p{color:#d5e3de}.paperPreview{padding:24px;color:var(--ink);background:#fffdf8;box-shadow:10px 10px 0 #d96344;transform:rotate(1deg)}.paperPreview>div{display:flex;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:2px solid var(--ink)}.paperPreview>div span{font-size:10px;letter-spacing:.12em}.paperPreview>strong{display:block;margin:18px 0;color:var(--green);font-size:28px}.paperPreview ol{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0;list-style:none}.paperPreview p{padding-top:14px;border-top:1px solid var(--line);font-size:13px}.editor{margin-top:72px}.editorHead{display:flex;justify-content:space-between;gap:20px}.editorHead h2{margin:0;font-size:32px}.rate{align-self:start;padding:16px;border-radius:9px;color:white;background:var(--green);font-size:26px}.editor label{display:grid;gap:7px;margin-top:20px;color:var(--muted);font-size:12px}.editor input,.editor textarea{width:100%;padding:10px;border:1px solid var(--line);border-radius:7px;background:white}.editor ol{display:grid;gap:7px;padding:0;list-style:none}.editor li{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center}.editor li>input:first-child{width:20px;height:20px}.editor li button{padding:8px;background:transparent}.boundarySection{display:grid;grid-template-columns:1fr 1fr;gap:14px}.boundarySection>div{padding:28px;border:1px solid var(--line);border-radius:13px;background:var(--panel)}aside{margin-top:16px;border-left:4px solid var(--accent)}footer{padding:30px max(20px,calc((100% - 960px)/2));border-top:1px solid var(--line);color:var(--muted);font-size:12px}.policy{max-width:720px}.policy h1{font-size:42px}.policy section{padding:18px 0;border-top:1px solid var(--line)}.policy p{color:var(--muted);line-height:1.8}.pending{display:inline-block;padding:6px 9px;border-radius:99px;background:#f5e2d6;color:#874d31;font-weight:800}@media(max-width:650px){.boundarySection,.painGrid,.points,.previewSection,.stepGrid{grid-template-columns:1fr}.boundarySection,.howSection,.previewSection,.storySection{margin-top:52px}.previewSection{padding:25px}.paperPreview{transform:none;box-shadow:6px 6px 0 #d96344}.editorHead{display:grid}.editor li{grid-template-columns:auto 1fr}.editor li button{grid-column:2}button,input,textarea{font-size:16px}}@media print{.boundarySection,.hero,.howSection,.noPrint,.points,.previewSection,.storySection,aside,footer,header{display:none!important}main{width:100%;padding:0}.editor{margin:0;border:0}.editor input,.editor textarea{border-color:#aaa}}