:root{--bg: #f3eee4;--ink: #1a1814;--muted: #5a544a;--paper: #fffdf8;--line: #d2cbbd;--line-soft: #e3ddce;--border-input: #57503f;--ring: rgba(26, 24, 20, .13);--accent: #b45309;--listen: #8c2f1b;--ok: #1f4d3a;--ok-bg: #f1f5ee;--ok-line: #cdd9c8;--hover-wash: #f6f2e8;--focus: #1a1814;--shadow-card: 0 1px 2px rgba(26, 24, 20, .05), 0 10px 28px rgba(26, 24, 20, .07);color-scheme:light}*,*:before,*:after{box-sizing:border-box}html{font-size:125%}body{margin:0;min-height:100vh;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Noto Sans SC,Microsoft YaHei,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}::selection{background:#e6ddc6}.page{width:min(36rem,calc(100% - 2rem));margin:0 auto;padding:1.75rem 0 4rem}.intro{margin-bottom:1.3rem}.masthead{margin:0 0 1.6rem}.wordmark{font-size:1.2rem;font-weight:800;letter-spacing:-.01em;color:var(--ink);white-space:nowrap}.wordmark .wm-when{color:var(--accent)}.wordmark .wm-cursor{display:inline-block;width:.5em;height:.13em;margin-inline-start:.14em;border-radius:1px;background:var(--accent)}.kicker{margin:0 0 .6rem;font-size:.9rem;letter-spacing:.04em;color:var(--muted)}h1,h2{margin:0 0 .75rem;font-size:1.85rem;line-height:1.25;font-weight:650}h1{text-wrap:balance}.lead{margin:0;color:var(--ink);font-size:1.05rem}.card{background:var(--paper);border:1px solid var(--line);border-radius:8px;padding:1.6rem 1.5rem 1.5rem;box-shadow:var(--shadow-card)}.field{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.35rem}label{font-size:1.1rem;font-weight:650}.hint{margin:0;color:var(--muted);font-size:.95rem}textarea,input[type=email]{width:100%;margin:0;padding:.85rem .9rem;border:1.5px solid var(--border-input);border-radius:6px;background:#fff;color:var(--ink);font:inherit;font-size:1.1rem;line-height:1.5;transition:border-color .12s ease,box-shadow .12s ease}textarea{min-height:7rem;resize:vertical}textarea::placeholder{color:#8d8677;opacity:1}input[type=email]{min-height:3.4rem}textarea:focus,input[type=email]:focus{outline:none;border-color:var(--ink);box-shadow:0 0 0 3px var(--ring)}button:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.error{margin:0;color:var(--listen);font-size:.95rem;font-weight:650}.submit{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:3.5rem;padding:.7rem 1rem;border-radius:6px;font:inherit;font-size:1.15rem;font-weight:650;cursor:pointer;transition:background-color .12s ease}.submit:active{transform:translateY(1px)}.field-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.voice{display:inline-flex;align-items:center;padding:.3rem .9rem;border:1.5px solid var(--ink);border-radius:999px;background:#fff;color:var(--ink);font:inherit;font-size:.95rem;font-weight:650;cursor:pointer;white-space:nowrap;touch-action:none;user-select:none;-webkit-user-select:none;transition:background-color .12s ease,border-color .12s ease}.voice:hover{background:var(--hover-wash)}.voice[aria-pressed=true]{border-color:var(--listen);background:var(--listen);color:#fff}.voice[aria-pressed=true]:focus-visible{outline-color:var(--listen)}.voice:disabled{opacity:.55;cursor:not-allowed}.voice-status{margin:0;color:var(--muted);font-size:.95rem}.voice-status:empty{display:none}.voice-clip{display:flex;align-items:center;gap:.6rem}.voice-clip[hidden]{display:none}.voice-clip audio{flex:1;min-width:0;height:2.4rem}.voice-remove{padding:0;border:none;background:none;color:var(--ink);font:inherit;font-size:.9rem;font-weight:650;text-decoration:underline;text-underline-offset:3px;cursor:pointer;white-space:nowrap}.quote{display:flex;align-items:baseline;gap:.6rem;width:100%;margin:0 0 1.2rem;padding:.7rem .85rem;border:1px solid var(--line);border-inline-start:3px solid var(--line);border-radius:6px;background:var(--hover-wash);font:inherit;text-align:start;cursor:pointer;transition:border-color .12s ease}.quote:hover{border-color:var(--border-input)}.quote-text{flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--muted);font-size:.98rem;line-height:1.5}.quote-edit{color:var(--ink);font-size:.95rem;font-weight:650;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.voice-status.is-listening{color:var(--listen);font-weight:650}.submit{border:2px solid var(--ink);background:var(--ink);color:var(--paper)}.submit:hover{background:#33302a}.submit.secondary{background:#fff;color:var(--ink)}.submit.secondary:hover{background:var(--hover-wash)}.foot{margin:.85rem 0 0;color:var(--muted);font-size:.95rem;text-align:center}.success{background:var(--ok-bg);border-color:var(--ok-line)}.success .kicker{color:var(--ok);font-weight:650}.success h2{color:var(--ok)}.success .lead strong{font-weight:700;word-break:break-all}.success .submit{margin-top:1.4rem}a{color:var(--ink);text-decoration-thickness:1px;text-underline-offset:3px}.section{margin-top:3rem}.section h2{font-size:1.3rem;margin-bottom:1.1rem;padding-bottom:.55rem;border-bottom:1px solid var(--line)}.section>p{margin:0 0 .8rem}.steps{margin:0;padding:0;list-style:none;counter-reset:step;display:flex;flex-direction:column;gap:1.1rem}.steps li{counter-increment:step;display:grid;grid-template-columns:1.7rem 1fr;column-gap:.85rem}.steps li:before{content:counter(step);grid-row:span 2;display:flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;margin-top:.1rem;border:1.5px solid var(--line);border-radius:50%;background:var(--paper);color:var(--muted);font-size:.9rem;font-weight:650}.steps strong{grid-column:2;display:block;margin-bottom:.1rem}.steps p{grid-column:2;margin:0;color:var(--muted)}.checklist{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.7rem}.checklist li{display:grid;grid-template-columns:1.4rem 1fr;column-gap:.25rem}.checklist li:before{content:"✓";color:var(--ok);font-weight:700}.faq-item{margin-top:1.15rem}.faq-item+.faq-item{padding-top:1.15rem;border-top:1px solid var(--line-soft)}.faq-item h3{margin:0 0 .35rem;font-size:1.05rem}.faq-item p{margin:0}.site-footer{margin-top:3rem;padding-top:1.4rem;border-top:1px solid var(--line);color:var(--muted);font-size:.95rem}.site-footer p{margin:0 0 .55rem}.site-footer a{color:inherit}.footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.6rem 1rem;margin-top:1.1rem;padding-top:.9rem;border-top:1px solid var(--line-soft)}.footer-bottom p{margin:0}.lang select{max-width:11rem;padding:.3rem .5rem;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);font:inherit;font-size:.9rem;cursor:pointer}.lang select:hover{border-color:var(--border-input)}.backlink{margin:0 0 1.5rem}.updated{margin:0 0 1rem;color:var(--muted);font-size:.95rem}.legal .section{margin-top:2rem}.legal .section p{margin:0 0 .7rem}@media(max-width:40rem){.page{padding-top:1.4rem}h1,h2{font-size:1.55rem}textarea{min-height:6rem}.intro{margin-bottom:1.2rem}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
