.app-error-boundary{align-items:center;background:#f8f6f1;box-sizing:border-box;color:var(--ink,#18231d);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem 1.2rem;text-align:center}.app-error-boundary__symbol{align-items:center;background:#b7473f;border-radius:.7rem;color:#fff;display:flex;font-size:.85rem;font-weight:750;height:2.1rem;justify-content:center;width:2.1rem}.app-error-boundary__title{font-size:.9rem;font-weight:750;margin-top:.7rem}.app-error-boundary__copy{color:#718077;font-size:.625rem;line-height:1.7;margin-top:.4rem;max-width:14rem}.app-error-boundary__button{margin-top:1.05rem;width:8rem}#app,.taro_page,body,page{--ink:#18231d;--muted:#718077;--brand:#176b4d;--brand-dark:#0f5039;--brand-soft:#e3f1ea;--warm:#be7c3b;--danger:#b7473f;--surface:#fff;--line:#e7e6df;background:#f8f6f1;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;font-size:.7rem;min-height:100%}taro-button-core,taro-image-core,taro-input-core,taro-picker-core,taro-text-core,taro-textarea-core,taro-view-core{box-sizing:border-box}taro-button-core::after{border:0}.page{min-height:100vh;padding:.8rem .7rem 4.5rem}.card{background:var(--surface);border:.025rem solid rgba(24,35,29,.07);border-radius:.7rem;box-shadow:0 .3rem .9rem rgba(24,35,29,.05);margin-bottom:.6rem;padding:.8rem}.eyebrow{color:var(--brand);font-size:.55rem;font-weight:700;letter-spacing:.1rem;text-transform:uppercase}.title{font-size:1.1rem;font-weight:750;line-height:1.25;margin-top:.25rem}.section-title{font-size:.75rem;font-weight:700;margin-bottom:.5rem}.muted{color:var(--muted)}.small{font-size:.6rem}.strong{font-weight:700}.danger-text{color:var(--danger)}.row{align-items:center;display:flex}.between{justify-content:space-between}.grow{flex:1;min-width:0}.gap{gap:.4rem}.danger-button,.primary-button,.secondary-button,.text-button{align-items:center;border-radius:.6rem;display:flex;font-size:.725rem;font-weight:700;height:2.3rem;justify-content:center;line-height:2.3rem}.primary-button{background:var(--brand);box-shadow:0 .3rem .6rem rgba(23,107,77,.18);color:#fff}.primary-button[disabled]{background:#9bb2a8;box-shadow:none;color:hsla(0,0%,100%,.75)}.secondary-button{background:var(--brand-soft);color:var(--brand)}.danger-button{background:#fbeae7;color:var(--danger)}.text-button{background:transparent;color:var(--brand);font-size:.65rem;height:1.7rem;line-height:1.7rem;padding:0 .5rem}.button-row{display:flex;gap:.4rem}.button-row taro-button-core{flex:1}.field{margin-bottom:.65rem}.field-label{color:#4b5a52;display:block;font-size:.625rem;font-weight:650;margin-bottom:.3rem}.input,.picker-field,.textarea{background:#fbfbf8;border:.025rem solid var(--line);border-radius:.5rem;font-size:.7rem;min-height:2.2rem;padding:0 .6rem;width:100%}.textarea{min-height:4rem;padding-top:.55rem}.picker-field{align-items:center;display:flex;justify-content:space-between}.pill{align-items:center;background:var(--brand-soft);border-radius:24.975rem;color:var(--brand);display:inline-flex;font-size:.575rem;font-weight:650;min-height:1.3rem;padding:0 .5rem}.divider{background:var(--line);height:.025rem;margin:.6rem 0}.fixed-action{backdrop-filter:blur(.35rem);background:hsla(43,33%,96%,.96);border-top:.025rem solid rgba(24,35,29,.08);bottom:0;left:0;padding:.5rem .7rem calc(.5rem + env(safe-area-inset-bottom));position:fixed;right:0;z-index:10}.empty{color:var(--muted);padding:2.4rem .8rem;text-align:center}.skeleton{animation:shimmer 1.4s ease infinite;background:linear-gradient(90deg,#ecebe5 25%,#f6f5ef 37%,#ecebe5 63%);background-size:400% 100%;border-radius:.7rem;height:6rem}@keyframes shimmer{0%{background-position:100% 0}100%{background-position:0 0}}