:root{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;color:#1d3028;background:#f5f7f3;font-synthesis:none;--green:#137553;--muted:#65766b}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer;touch-action:manipulation}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #edb951;outline-offset:3px}main{max-width:560px;margin:auto;padding:22px 20px 135px}header{display:flex;align-items:center;justify-content:space-between;gap:8px}.brand{font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px}.brand-icon{display:grid;place-items:center;width:32px;height:32px;background:var(--green);color:white;border-radius:10px}.demo{font-size:11px;color:#6c766c;background:#e9eee6;padding:6px 8px;border-radius:5px}.intro{padding:31px 0 24px}.eyebrow{font-size:12px;color:var(--green);letter-spacing:2px;margin:0 0 12px}h1{font-size:32px;letter-spacing:-1px;margin:0 0 10px}p{line-height:1.65}.intro>p:not(.eyebrow){font-size:15px;color:var(--muted);margin:0}.date-line{display:flex;flex-wrap:wrap;gap:7px 18px;font-size:12px;color:#738073;margin-top:18px}.voice-box{background:#fff;border:1px solid #dde6db;border-radius:22px;padding:22px;box-shadow:0 8px 30px #254d1d05}.step-label{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:650}.step-label>span{display:grid;place-items:center;font-size:12px;background:#e6f1e8;color:var(--green);width:24px;height:24px;border-radius:50%}.say-label{font-size:12px;color:var(--muted);margin:24px 0 6px}.example{font-size:20px;line-height:1.7;font-weight:500;margin:0 0 23px}.voice-button{width:100%;border:0;border-radius:15px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;min-height:66px;font-size:20px;font-weight:650;box-shadow:0 5px 12px #13755320}.voice-button svg{width:25px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8}.voice-button.recording{background:#b64e37}.voice-tip{font-size:12px;text-align:center;color:var(--muted);margin:12px 0 14px}.alternatives{display:flex;align-items:center;justify-content:center;gap:15px}.alternatives>span{width:1px;height:13px;background:#dfe5dc}.text-button{border:0;background:transparent;color:var(--green);font-weight:600;min-height:44px;padding:5px 0;font-size:14px}#text-panel{border-top:1px solid #e8ece5;margin-top:16px;padding-top:20px}#text-panel label{font-size:14px}textarea{display:block;width:100%;border:1px solid #cad8c8;border-radius:10px;margin-top:10px;padding:12px;font-size:17px;line-height:1.6;resize:vertical}.hint{font-size:12px;color:var(--muted);margin:8px 0 15px}.primary{background:var(--green);color:white;border:0;border-radius:12px;min-height:52px;padding:12px 22px;font-weight:650;font-size:17px}.primary:disabled{background:#c7d2c9;cursor:default}#text-panel .primary{width:100%}.list-section{margin-top:25px}.list-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.empty{text-align:center;padding:29px 12px 24px;border:1px dashed #cfdbce;border-radius:18px;color:#768272;background:#f8faf6}.empty-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#eaf0e5;margin:0 auto 10px;font-size:27px;color:#84977a}.empty h2{font-size:16px;margin:8px 0}.empty p{font-size:13px;margin:0}.card{background:white;padding:19px;border:1px solid #dde5da;border-radius:18px;margin-bottom:13px}.card-top{display:flex;align-items:center;gap:10px;margin-bottom:17px}.index{color:#8c9b87;font-size:12px}.name{font-size:20px;font-weight:650;width:100%;min-width:0;border:0;border-bottom:1px solid #e6ece3;padding:6px 0;border-radius:0;color:#243c2d}.delete{border:0;background:none;font-size:13px;color:#8a6259;white-space:nowrap;min-height:44px}.fields{display:grid;grid-template-columns:1fr .85fr 1.15fr;gap:10px}.field label{display:block;font-size:12px;color:var(--muted);margin-bottom:7px}.field input,.field select{width:100%;min-width:0;border:1px solid #dce4d7;border-radius:8px;background:#f9faf7;padding:10px 8px;font-size:18px;height:46px}.amount{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eef1eb;margin-top:17px;padding-top:13px;font-size:13px;color:var(--muted)}.amount strong{font-size:20px;color:#263e2d}.note{padding:10px 12px;background:#fff5df;color:#91621d;font-size:12px;border-radius:8px;margin:12px 0 0}.raw{font-size:12px;color:#6e7869;margin:12px 0 0}.card details{margin-top:12px;font-size:12px;color:var(--muted)}summary{cursor:pointer;padding:6px 0;min-height:30px}.detail-fields{display:grid;gap:12px;margin-top:10px}.detail-fields input{font-size:15px}.privacy{text-align:center;font-size:11px;color:#7c8878;margin-top:22px}footer{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:560px;background:#fffefb;border-top:1px solid #dce5d7;padding:15px 20px max(18px,env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;gap:16px;z-index:2}footer>div{display:flex;flex-direction:column;gap:3px}footer span{font-size:12px;color:var(--muted)}footer strong{font-size:26px;font-weight:700}footer button{min-width:165px}dialog{padding:0;border:0;border-radius:23px;width:calc(100% - 32px);max-width:480px;max-height:85vh;color:#1d3028}dialog::backdrop{background:#112c2466;backdrop-filter:blur(3px)}.dialog-content{padding:26px}.dialog-content h2{font-size:24px;margin:20px 0}.dialog-content button{width:100%;margin-top:10px}.secondary{border:1px solid #dbe4d6;background:#fff;border-radius:12px;min-height:48px;color:var(--green);font-size:16px}.review-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #e8eee3}.review-row p{font-size:13px;color:var(--muted);margin:5px 0 0}.review-total{display:flex;justify-content:space-between;margin-top:22px}.review-total strong{font-size:25px}.done{text-align:center}.success-icon{width:64px;height:64px;margin:10px auto;background:#e4f1e7;color:var(--green);border-radius:50%;font-size:36px;display:grid;place-items:center}.done p{color:var(--muted);font-size:15px}#toast{position:fixed;bottom:110px;left:50%;transform:translateX(-50%);width:max-content;max-width:calc(100% - 36px);padding:12px 18px;border-radius:12px;background:#223c30;color:#fff;font-size:14px;z-index:10;display:none;box-shadow:0 4px 20px #0002}@media(min-width:720px){body{background:#eaf0e6}main{background:#f5f7f3;min-height:100vh;border-left:1px solid #dde5d7;border-right:1px solid #dde5d7;padding-left:28px;padding-right:28px}}@media(max-width:360px){main{padding-left:12px;padding-right:12px}.voice-box{padding:18px}.example{font-size:18px}footer button{min-width:145px;padding:12px}.fields{gap:6px}}
