:root{--paper:#eee9e1;--sheet:#f9f6f0;--ink:#34312f;--dust:#a98c80;--rose:#c27672;--line:#d4cbc1;--sage:#7e8d80}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Kaiti SC,STKaiti,Songti SC,serif}button,input,textarea,select{font:inherit}header{height:74px;padding:0 max(22px,5vw);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-size:34px;color:var(--ink);text-decoration:none;font-weight:700}.brand span{color:var(--rose)}header p{font-size:13px;color:#776f69;letter-spacing:.08em}main{width:min(1080px,calc(100% - 30px));margin:auto}.hero{min-height:500px;padding:90px 4vw 70px;position:relative}.date{font-size:13px;color:var(--rose);letter-spacing:.12em}.hero h1{font-size:clamp(58px,9vw,102px);line-height:1.04;letter-spacing:-.07em;margin:30px 0}.hero h1 em{font-style:normal;font-weight:400;color:var(--sage)}.intro{font-size:18px;line-height:2;max-width:640px}.thread{position:absolute;right:3%;bottom:80px;display:flex;align-items:center;transform:rotate(-8deg)}.thread i{width:70px;height:1px;background:var(--dust)}.thread span{width:76px;height:76px;border:1px solid var(--dust);border-radius:50%;display:grid;place-items:center;color:var(--rose);font-size:28px;background:var(--paper)}.desk{background:var(--sheet);padding:clamp(23px,6vw,70px);box-shadow:0 18px 55px #7e6f6220;position:relative;margin-bottom:34px}.desk:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(transparent 0,transparent 37px,#ded8ce 38px);opacity:.35;pointer-events:none}.desk form{position:relative}.note{position:absolute;right:-15px;top:-24px;background:#d9c7af;padding:16px 20px;transform:rotate(3deg);box-shadow:3px 4px 8px #776b5f28;font-size:14px;z-index:1}.note span{font-size:11px;color:#6d6258}label{display:flex;flex-direction:column;gap:12px;position:relative;font-size:15px}label>span{display:flex;justify-content:space-between;font-weight:700}label b{font-size:11px;color:var(--rose)}textarea,select{border:0;border-bottom:1px solid #aaa097;background:#ffffff8c;color:var(--ink);padding:18px;outline:none;border-radius:0}textarea:focus,select:focus{border-color:var(--rose);background:#fff}textarea{min-height:280px;resize:vertical;font-size:17px;line-height:2}.desk label small{position:absolute;right:12px;bottom:12px;color:#958b83;background:var(--sheet)}.tone{margin-top:27px}.tone select{height:62px;font-size:15px}.submit{width:100%;margin-top:32px;border:0;border-radius:50px;background:var(--ink);color:#fff;padding:19px 25px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.submit b{font-size:12px;color:#e5c8be}.submit:disabled{opacity:.55;cursor:wait}.local-error{background:#f3dcd9;color:#813f3a;border-radius:9px;padding:13px;border-left:4px solid var(--rose)}.loading{background:#e2e8df;border-radius:22px;padding:27px 32px;margin-bottom:34px}.loading div{display:flex;align-items:center;gap:13px}.loading i{width:24px;height:24px;border:3px solid #bdc8bd;border-top-color:var(--sage);border-radius:50%;animation:spin .9s linear infinite}.loading p{margin-left:37px;color:#667267}.loading>span{display:block;height:13px;border-radius:10px;background:linear-gradient(90deg,#cdd6ca,#edf1eb,#cdd6ca);background-size:200%;margin-top:15px;animation:shine 1.4s infinite}.loading>span.short{width:62%}.request-error{margin-bottom:34px;background:#f1dcda;border-radius:18px;padding:23px 28px;display:flex;justify-content:space-between;align-items:center;gap:20px}.request-error p{margin:7px 0 0;color:#795653}.request-error button,.result-title button{border:0;border-bottom:1px solid;background:transparent;padding:8px 2px;cursor:pointer;color:inherit}.result{padding:55px 0 75px}.result-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:27px}.result-title p{font-size:13px;color:var(--rose);letter-spacing:.12em}.result-title h2{font-size:clamp(42px,6vw,72px);font-weight:400;letter-spacing:-.06em;margin:5px 0}.pages{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start}.pages article{background:#e5dfd6;padding:28px;min-width:0;transform:rotate(-.5deg)}.pages article.soft{background:var(--sheet);box-shadow:0 12px 30px #675d5220;transform:rotate(.5deg);border-top:4px solid var(--sage)}.pages h3{font-size:16px;margin:0 0 22px;border-bottom:1px solid var(--line);padding-bottom:14px}.pages h3 span{float:right;font-size:10px;color:#8f847c;font-weight:400}.copy{white-space:pre-wrap;overflow-wrap:anywhere;font-size:17px;line-height:2;min-height:320px}.old{color:#766f69}.copy :global(mark){background:transparent;color:#8d4541;border:1px solid var(--rose);border-radius:50%;padding:0 3px}.copy :global(mark.change){display:block;background:#e2e8df;color:#435146;border:0;border-radius:8px;padding:8px 10px;margin:9px 0;font-weight:700}.copy :global(mark.arrow){background:#ead7ce;color:#754b44;border:0;border-radius:4px;padding:1px 3px}.caption{font-size:12px;color:#796f68;margin-top:20px}.caption i{display:inline-block;width:17px;height:17px;border:1px solid var(--rose);border-radius:50%;vertical-align:middle;margin-right:5px}footer{min-height:210px;border-top:1px solid var(--line);display:flex;gap:30px;align-items:center;justify-content:center}footer>span{font-size:75px;color:var(--sage)}footer p{font-size:17px;line-height:1.8}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shine{to{background-position:-200%}}@media(max-width:720px){header p{display:none}.hero{padding:65px 5px 55px;min-height:430px}.hero h1{font-size:58px}.thread{display:none}.note{right:8px}.pages{grid-template-columns:1fr}.result-title,.request-error{align-items:flex-start;flex-direction:column}.request-error button{width:100%;text-align:left}.pages article{transform:none!important}.copy{min-height:220px}.result{padding:45px 0}.desk{padding:25px 19px}}
