@charset "UTF-8";.captcha-field .field-label{font-size:.6rem;color:#8c8c8c;margin-bottom:.3rem;display:block}.captcha-field .captcha-row{display:flex;align-items:stretch;gap:.4rem;margin-bottom:.7rem}.captcha-field .captcha-input{width:100%;height:2.2rem;min-height:2.2rem;box-sizing:border-box;background:#f7f8fa;border-radius:.5rem;padding:0 .8rem;font-size:.75rem;line-height:2.2rem;border:.05rem solid transparent;flex:1;min-width:0;margin-bottom:0}.captcha-field .captcha-image-wrap{width:5.5rem;height:2.2rem;border-radius:.5rem;overflow:hidden;background:#f7f8fa;border:.05rem solid rgba(0,0,0,.06);flex-shrink:0;transition:opacity .15s,transform .15s}.captcha-field .captcha-image-wrap:active{opacity:.82;transform:scale(.98)}.captcha-field .captcha-image{width:100%;height:100%;display:block}.captcha-field .captcha-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.6rem;color:#8c8c8c}.password-input{position:relative;margin-bottom:.7rem}.password-input__field{width:100%;height:2.2rem;min-height:2.2rem;box-sizing:border-box;background:#f7f8fa;border-radius:.5rem;padding:0 .8rem;font-size:.75rem;line-height:2.2rem;border:.05rem solid transparent;padding:0 2.2rem 0 .8rem;margin-bottom:0}.password-input__toggle{position:absolute;right:.2rem;top:0;bottom:0;width:1.8rem;display:flex;align-items:center;justify-content:center;color:#8c8c8c;transition:opacity .15s,transform .15s}.password-input__toggle:active{opacity:.82;transform:scale(.98)}.password-input__icon{width:1rem;height:1rem;display:flex;align-items:center;justify-content:center}.password-input__icon svg{width:100%;height:100%;display:block}.auth-page{min-height:100vh;min-height:100dvh;background:linear-gradient(145deg,#0958d9 0%,#1677ff 45%,#4096ff 100%);width:100%;box-sizing:border-box;padding:0 1rem calc(2rem + env(safe-area-inset-bottom,0rem));display:flex;flex-direction:column}.auth-page .hero{padding:3rem 0 1.6rem;text-align:center;color:#fff}.auth-page .hero .logo{width:3rem;height:3rem;margin:0 auto .8rem;background:rgba(255,255,255,.2);border-radius:.9rem;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;backdrop-filter:blur(.2rem);border:.05rem solid rgba(255,255,255,.3)}.auth-page .hero .title{font-size:1rem;font-weight:700;display:block;letter-spacing:.05rem}.auth-page .hero .subtitle{font-size:.65rem;opacity:.85;display:block;margin-top:.3rem}.auth-page .form-card{background:#ffffff;border-radius:.7rem;box-shadow:0 .1rem .4rem #0000000a;padding:1.2rem 1rem;box-shadow:0 .2rem .7rem #00000014}.auth-page .form-card .mode-tabs{display:flex;gap:.4rem;margin-bottom:.8rem;background:#f7f8fa;border-radius:.5rem;padding:.2rem}.auth-page .form-card .mode-tabs .mode-tab{flex:1;text-align:center;padding:.5rem 0;font-size:.7rem;color:#595959;border-radius:.3rem;transition:opacity .15s,transform .15s}.auth-page .form-card .mode-tabs .mode-tab:active{opacity:.82;transform:scale(.98)}.auth-page .form-card .mode-tabs .mode-tab.active{background:#fff;color:#1677ff;font-weight:600;box-shadow:0 .1rem .4rem #0000000a}.auth-page .form-card .sms-row{display:flex;gap:.4rem;align-items:center;margin-bottom:.7rem}.auth-page .form-card .sms-row .sms-input{flex:1;margin-bottom:0}.auth-page .form-card .sms-row .sms-send{flex-shrink:0;padding:0 .6rem;height:2.2rem;line-height:2.2rem;font-size:.65rem;color:#1677ff;font-weight:600;white-space:nowrap;transition:opacity .15s,transform .15s}.auth-page .form-card .sms-row .sms-send:active{opacity:.82;transform:scale(.98)}.auth-page .form-card .sms-row .sms-send.disabled{color:#8c8c8c;pointer-events:none}.auth-page .form-card .sms-hint{font-size:.65rem;color:#8c8c8c}.auth-page .form-card .field-label{font-size:.6rem;color:#8c8c8c;margin-bottom:.3rem;display:block}.auth-page .form-card .input{width:100%;height:2.2rem;min-height:2.2rem;box-sizing:border-box;background:#f7f8fa;border-radius:.5rem;padding:0 .8rem;font-size:.75rem;line-height:2.2rem;border:.05rem solid transparent;margin-bottom:.7rem;transition:border-color .2s}.auth-page .form-card .btn-primary{background:linear-gradient(135deg,#0958d9,#1677ff);color:#fff;border-radius:.5rem;margin-top:.4rem;font-size:.8rem;font-weight:600;border:none;box-shadow:0 .3rem .8rem #1677ff59;height:2.4rem;line-height:2.4rem;text-align:center;transition:opacity .15s,transform .15s}.auth-page .form-card .btn-primary:active{opacity:.82;transform:scale(.98)}.auth-page .form-card .btn-primary.disabled{opacity:.6;pointer-events:none}.auth-page .form-card .link{display:block;text-align:center;color:#1677ff;margin-top:.9rem;font-size:.7rem}.auth-page .form-card .link.forgot-link{margin-top:0;margin-bottom:.2rem;text-align:right;font-size:.65rem}.main-tab-bar{position:fixed;left:0;right:0;bottom:0;z-index:100;display:flex;align-items:stretch;box-sizing:border-box;width:100%;max-width:100vw;height:calc(56PX + env(safe-area-inset-bottom,0rem));padding-bottom:env(safe-area-inset-bottom,0rem);background:#ffffff;border-top:.025rem solid #f0f0f0;box-shadow:0 -.1rem .6rem #0000000f}.main-tab-bar .tab-item{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3PX;padding:7PX 0 5PX;box-sizing:border-box;overflow:hidden;color:#8c8c8c;transition:opacity .15s,transform .15s}.main-tab-bar .tab-item:active{opacity:.82;transform:scale(.98)}.main-tab-bar .tab-item.active{color:#1677ff}.main-tab-bar .tab-item.active .tab-icon-wrap{background:#e6f4ff}.main-tab-bar .tab-item.active .tab-label{font-weight:600}.main-tab-bar .tab-icon-wrap{width:26PX;height:26PX;flex-shrink:0;border-radius:8PX;display:flex;align-items:center;justify-content:center;transition:background .2s}.main-tab-bar .tab-icon-wrap .tab-icon-svg{width:22PX;height:22PX;display:flex;align-items:center;justify-content:center;flex-shrink:0}.main-tab-bar .tab-icon-wrap .tab-icon-svg svg{width:100%;height:100%;display:block}.main-tab-bar .tab-label{font-size:11PX;line-height:1.15;flex-shrink:0;white-space:nowrap}@media (hover: hover) and (pointer: fine) and (min-width: 12.025rem){.main-tab-bar{left:var(--h5-shell-left, calc((100vw - 430PX)/2));right:auto;width:var(--h5-shell-width, 430PX);max-width:var(--h5-shell-width, 430PX);transform:none}}.datetime-chips{display:inline-flex;align-items:center;gap:.3rem;flex:0 0 auto;max-width:100%}.datetime-chips taro-picker-core{flex:0 0 auto;display:inline-block;width:auto;max-width:none}.datetime-chips taro-picker-core>div{display:inline-block}.datetime-chip{display:inline-flex;align-items:center;justify-content:center;background:#ffffff;padding:.3rem .6rem;border-radius:24.975rem;box-sizing:border-box;transition:opacity .15s,transform .15s}.datetime-chip:active{opacity:.82;transform:scale(.98)}.datetime-chip__text{font-size:.6rem;color:#595959;white-space:nowrap}.datetime-chip__text--time{color:#8c8c8c;font-variant-numeric:tabular-nums}.sheet-list-picker{position:fixed;inset:0;z-index:1100;background:rgba(0,0,0,.5);display:flex;align-items:flex-end;justify-content:center}@media (hover: hover) and (pointer: fine) and (min-width: 12.025rem){.sheet-list-picker{inset:0 auto;left:var(--h5-shell-left, calc((100vw - 430PX)/2));right:auto;width:var(--h5-shell-width, 430PX);max-width:var(--h5-shell-width, 430PX)}}.sheet-list-picker__panel{width:100%;max-height:70vh;background:#ffffff;border-radius:.7rem .7rem 0 0;padding-bottom:env(safe-area-inset-bottom,0);overflow:hidden}@media (hover: hover) and (pointer: fine) and (min-width: 12.025rem){.sheet-list-picker__panel{max-width:430PX;border-radius:.7rem;margin-bottom:24PX}}.sheet-list-picker__title{display:block;text-align:center;padding:.7rem;font-size:.7rem;font-weight:600;color:#595959;border-bottom:.025rem solid #f0f0f0}.sheet-list-picker__list{max-height:50vh}.sheet-list-picker__list--scroll{overflow-y:auto;-webkit-overflow-scrolling:touch}.sheet-list-picker__item{padding:.8rem .7rem;text-align:center;border-bottom:.025rem solid #f0f0f0;transition:opacity .15s,transform .15s}.sheet-list-picker__item:active{opacity:.82;transform:scale(.98)}.sheet-list-picker__item-text{font-size:.75rem;color:#1f1f1f}.sheet-list-picker__cancel{padding:.8rem;text-align:center;font-size:.75rem;color:#595959;border-top:.025rem solid #f0f0f0;transition:opacity .15s,transform .15s}.sheet-list-picker__cancel:active{opacity:.82;transform:scale(.98)}.ocr-batch-panel{position:fixed;inset:0;z-index:1000;display:flex;align-items:flex-end;justify-content:center}@media (hover: hover) and (pointer: fine) and (min-width: 12.025rem){.ocr-batch-panel{inset:0 auto;left:var(--h5-shell-left, calc((100vw - 430PX)/2));right:auto;width:var(--h5-shell-width, 430PX);max-width:var(--h5-shell-width, 430PX)}}.ocr-batch-panel .ocr-batch-mask{position:absolute;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(.1rem)}.ocr-batch-panel .ocr-batch-card{position:relative;z-index:1;width:100%;max-height:82vh;background:#f7f8fa;border-radius:.7rem .7rem 0 0;box-shadow:0 -.2rem 1rem #0000001f}@media (hover: hover) and (pointer: fine) and (min-width: 12.025rem){.ocr-batch-panel .ocr-batch-card{max-width:430PX;border-radius:.7rem;margin-bottom:24PX}}.ocr-batch-panel .ocr-batch-card{display:flex;flex-direction:column;overflow:hidden}.ocr-batch-panel .ocr-sheet-handle{width:1.6rem;height:.2rem;border-radius:24.975rem;background:rgba(0,0,0,.12);margin:.4rem auto .2rem;flex-shrink:0}.ocr-batch-panel .ocr-batch-head{padding:.2rem .7rem .5rem;flex-shrink:0}.ocr-batch-panel .ocr-head-row{display:flex;align-items:center;justify-content:space-between;gap:.4rem;margin-bottom:.4rem}.ocr-batch-panel .ocr-batch-title{font-size:.85rem;font-weight:700;color:#1f1f1f;letter-spacing:-.02em}.ocr-batch-panel .ocr-close{width:1.4rem;height:1.4rem;display:flex;align-items:center;justify-content:center;font-size:1.1rem;line-height:1;color:#8c8c8c;border-radius:24.975rem;background:#ffffff;box-shadow:0 .1rem .4rem #0000000a;transition:opacity .15s,transform .15s}.ocr-batch-panel .ocr-close:active{opacity:.82;transform:scale(.98)}.ocr-batch-panel .ocr-batch-stats{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.3rem}.ocr-batch-panel .ocr-stat-pill{font-size:.55rem;color:#595959;background:#ffffff;padding:.2rem .45rem;border-radius:24.975rem;box-shadow:0 .1rem .4rem #0000000a}.ocr-batch-panel .ocr-stat-pill.accent{color:#1677ff;background:#e6f4ff}.ocr-batch-panel .ocr-batch-hint{display:block;font-size:.55rem;color:#8c8c8c;line-height:1.5}.ocr-batch-panel .ocr-batch-list{flex:1;max-height:52vh;padding:0 .6rem;box-sizing:border-box}.ocr-batch-panel .ocr-batch-list--scroll{overflow-y:auto;-webkit-overflow-scrolling:touch}.ocr-batch-panel .ocr-item{display:flex;gap:.4rem;margin-bottom:.4rem}.ocr-batch-panel .ocr-item.muted{opacity:.5}.ocr-batch-panel .ocr-item.single .ocr-item-body{width:100%}.ocr-batch-panel .ocr-check{width:1.1rem;height:1.1rem;border-radius:.35rem;border:.05rem solid #f0f0f0;background:#ffffff;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.7rem;box-shadow:0 .1rem .4rem #0000000a;transition:opacity .15s,transform .15s}.ocr-batch-panel .ocr-check:active{opacity:.82;transform:scale(.98)}.ocr-batch-panel .ocr-check.checked{background:#1677ff;border-color:#1677ff}.ocr-batch-panel .ocr-check-mark{font-size:.6rem;color:#fff;font-weight:700;line-height:1}.ocr-batch-panel .ocr-item-body{flex:1;min-width:0;background:#ffffff;border-radius:.7rem;padding:.6rem;box-shadow:0 .1rem .4rem #0000000a}.ocr-batch-panel .ocr-item-top{display:flex;align-items:flex-start;gap:.3rem;margin-bottom:.5rem}.ocr-batch-panel .ocr-item-index{flex-shrink:0;width:.9rem;height:.9rem;margin-top:.1rem;border-radius:50%;background:#f7f8fa;color:#8c8c8c;font-size:.55rem;font-weight:600;text-align:center;line-height:.9rem}.ocr-batch-panel .ocr-item-name{flex:1;min-width:0;font-size:.75rem;font-weight:500;color:#1f1f1f;line-height:1.4;padding:.1rem 0;background:transparent}.ocr-batch-panel .ocr-amount-wrap{flex-shrink:0;display:flex;align-items:baseline;gap:.1rem;padding:.1rem 0 .1rem .3rem}.ocr-batch-panel .ocr-amount-wrap.tone-expense .ocr-currency,.ocr-batch-panel .ocr-amount-wrap.tone-expense .ocr-amount-input{color:#e85d5d}.ocr-batch-panel .ocr-amount-wrap.tone-income .ocr-currency,.ocr-batch-panel .ocr-amount-wrap.tone-income .ocr-amount-input{color:#39b54a}.ocr-batch-panel .ocr-currency{font-size:.6rem;font-weight:600}.ocr-batch-panel .ocr-amount-input{width:3.5rem;text-align:right;font-size:.85rem;font-weight:700;font-variant-numeric:tabular-nums;background:transparent}.ocr-batch-panel .ocr-item-tags{display:flex;flex-wrap:wrap;gap:.3rem}.ocr-batch-panel .ocr-tag{display:inline-flex;align-items:center;gap:.2rem;max-width:100%;background:#f7f8fa;border-radius:24.975rem;padding:.25rem .45rem;box-sizing:border-box;transition:opacity .15s,transform .15s}.ocr-batch-panel .ocr-tag:active{opacity:.82;transform:scale(.98)}.ocr-batch-panel .ocr-tag--category,.ocr-batch-panel .ocr-tag--account{min-width:0}.ocr-batch-panel .ocr-tag--datetime{padding:0;background:transparent}.ocr-batch-panel .ocr-tag--datetime .datetime-chip{background:#f7f8fa;padding:.25rem .45rem}.ocr-batch-panel .ocr-tag-label{flex-shrink:0;font-size:.55rem;color:#8c8c8c}.ocr-batch-panel .ocr-tag-value{font-size:.6rem;color:#1f1f1f;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:5rem}.ocr-batch-panel .ocr-batch-footer{flex-shrink:0;position:relative;padding:.4rem .6rem calc(.5rem + env(safe-area-inset-bottom,0rem));background:#f7f8fa;border-top:.025rem solid rgba(0,0,0,.04)}.ocr-batch-panel .ocr-batch-footer:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:.8rem;pointer-events:none;background:linear-gradient(180deg,rgba(247,248,250,0) 0%,#f7f8fa 100%)}.ocr-batch-panel .ocr-batch-actions{display:flex;gap:.3rem}.ocr-batch-panel .ocr-action{flex:1;text-align:center;padding:.6rem .4rem;border-radius:24.975rem;font-size:.6rem;font-weight:600;transition:opacity .15s,transform .15s}.ocr-batch-panel .ocr-action:active{opacity:.82;transform:scale(.98)}.ocr-batch-panel .ocr-action.secondary{flex:.9;background:#ffffff;color:#595959;box-shadow:0 .1rem .4rem #0000000a}.ocr-batch-panel .ocr-action.ghost{flex:.8;background:transparent;color:#8c8c8c}.ocr-batch-panel .ocr-action.primary{flex:1.6;background:#1677ff;color:#fff;box-shadow:0 .3rem .8rem #1677ff59}.ocr-batch-panel .ocr-action.disabled{opacity:.45;pointer-events:none}
