*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Hiragino Sans,Hiragino Kaku Gothic ProN,Noto Sans SC,PingFang SC,sans-serif;font-size:14px;line-height:1.5;color:#5c5c5c;background:#f7f5f2}.font-num{font-family:Lato,sans-serif}#root{min-height:100vh;max-width:480px;margin:0 auto;background:#f7f5f2;box-shadow:none}.login-gate{min-height:100vh;background:#f7f5f2;display:flex;align-items:flex-end;justify-content:flex-end;padding:24px;box-sizing:border-box}.login-gate__icons{display:flex;gap:10px;align-items:center}.login-gate__btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:none;border-radius:50%;background:transparent;color:#8b7355;cursor:pointer;transition:transform .2s ease,color .2s ease}.login-gate__btn:hover{color:#7a6347}.login-gate__btn--jump{animation:login-gate-jump .35s ease}@keyframes login-gate-jump{0%{transform:translateY(0)}40%{transform:translateY(-22px)}to{transform:translateY(0)}}.login-gate--wrong .login-gate__icons{animation:login-gate-shake .4s ease}@keyframes login-gate-shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.login-gate--exiting .login-gate__icons{animation:login-gate-exit .6s ease forwards}@keyframes login-gate-exit{to{transform:translate(120%);opacity:0}}.app{display:flex;flex-direction:column;min-height:100vh}.app-header-bar{position:sticky;top:0;z-index:10;background:#f7f5f2;border-bottom:1px solid #e8e4df;padding:14px 18px;display:flex;justify-content:space-between;align-items:center}.app-header-bar--brand{background:#7c2d2d;border-bottom:none}.app-header-bar--brand .app-header-bar__title{color:#f7f5f2;font-size:18px;font-weight:600;margin:0}.app-header-bar--brand .app-header-bar__icon{color:#f7f5f2;flex-shrink:0}.app-header-bar__dropdown-wrap{position:relative}.app-header-bar__icon-btn{display:flex;align-items:center;justify-content:center;padding:6px;border:none;border-radius:6px;background:transparent;color:#f7f5f2;cursor:pointer}.app-header-bar__icon-btn:hover{background:#ffffff26}.app-header-bar__dropdown{position:absolute;top:100%;right:0;margin-top:6px;min-width:120px;background:#f7f5f2;border:1px solid #e8e4df;border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:20}.app-header-bar__dropdown-item{display:block;width:100%;padding:10px 14px;border:none;border-radius:0;background:none;color:#333;font-size:14px;text-align:left;cursor:pointer}.app-header-bar__dropdown-item:first-child{border-radius:6px 6px 0 0}.app-header-bar__dropdown-item:hover{background:#e5e0da}.app-header-bar__back{display:flex;align-items:center;justify-content:center;padding:6px;border:none;border-radius:6px;background:transparent;color:#f7f5f2;cursor:pointer}.app-header-bar__back:hover{background:#ffffff26}.app-header-bar--with-back{display:flex;align-items:center}.app-header-bar--with-back .app-header-bar__title--center{flex:1;text-align:center;margin:0}.app-header-bar__spacer{width:38px;flex-shrink:0}.app__main{flex:1;min-height:0}.app__main--entry-collapsed{padding-bottom:52px}.app__main--entry-expanded{padding-bottom:300px}.app__main--full{padding-bottom:18px}.app-entry-fixed{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;z-index:10;background:#ddd8d1}.app-entry-fixed--expanded{background:#e5e0da}.entry-bar{display:flex;justify-content:space-between;align-items:center;width:100%;padding:14px 18px;border:none;cursor:pointer;font:inherit;text-align:left}.entry-bar--collapsed{background:transparent;color:#333}.entry-bar__title{font-size:18px;font-weight:600;margin:0;color:inherit}.entry-bar__icon{flex-shrink:0;color:#5c5c5c}.entry-bar--collapsed:hover .entry-bar__icon{color:#333}.app-footer{padding:16px 18px;border-top:1px solid #e8e4df}.app-footer__export{width:100%}.app-section{padding:18px;border-bottom:1px solid #e8e4df}.app-section:last-of-type{border-bottom:none}.btn{padding:8px 14px;border:1px solid #e8e4df;border-radius:5px;font-size:13px;cursor:pointer;background:#fff;color:#5c5c5c}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:#8b7355;border-color:#8b7355;color:#fff}.btn--danger{background:#a08060;border-color:#a08060;color:#fff}.input{width:100%;padding:10px 12px;border:1px solid #e8e4df;border-radius:5px;font-size:14px;background:#fff;color:#333}.input:focus{outline:none;border-color:#8b7355}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:100;display:flex;align-items:center;justify-content:center;padding:16px}.modal-box{background:#f7f5f2;border-radius:6px;border:1px solid #e8e4df;max-width:100%;max-height:90vh;overflow:auto}.import-export-modal{min-width:280px}.import-export-modal__header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e8e4df}.import-export-modal__body{padding:16px}.import-export-modal__form{display:flex;flex-direction:column;gap:12px}.import-export-modal__label{font-size:12px;color:#5c5c5c}.import-export-modal__input{width:100%;box-sizing:border-box}.import-export-modal__error{margin:0;font-size:13px;color:#9e5a5a}.import-export-modal__btn{align-self:flex-start}.import-export-modal__actions{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.import-export-modal__action-btn{width:100%}.import-export-modal__file-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.import-export-modal__hint{margin:0 0 8px;font-size:12px;color:#5c5c5c;line-height:1.5}.import-export-modal__message{margin:0;font-size:13px;color:#333}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);padding:10px 20px;background:#8b7355;color:#fff;border-radius:5px;z-index:200;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.num-positive{color:#9e5a5a}.num-negative{color:#5d8a5d}.entry-section{border-bottom:1px solid #e8e4df}.entry-section--bottom{border-bottom:none;border-top:1px solid #e8e4df}.entry-section__header{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;border-bottom:none}.entry-section__title{margin:0;font-size:15px;font-weight:600;color:#333}.entry-section__collapse-btn{display:flex;align-items:center;justify-content:center;padding:4px;border:none;border-radius:5px;background:transparent;color:#5c5c5c;cursor:pointer}.entry-section__collapse-btn:hover{background:#f5f0eb;color:#333}.entry-section__confirm-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:5px;background:transparent;color:#333;cursor:pointer}.entry-section__confirm-btn:disabled{opacity:.5;cursor:not-allowed}.entry-section__confirm-btn:not(:disabled):hover{background:#f5f0eb}.entry-section__form{padding:12px 18px}.entry-section__row{margin-top:12px}.entry-section__row--icons{margin-top:0}.entry-section__row--note{display:flex;gap:10px;align-items:center}.entry-section__row--actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.entry-section__note{flex:1;min-width:100px}.entry-section__tags-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:5px;background:transparent;color:#5c5c5c;cursor:pointer;flex-shrink:0}.entry-section__tags-btn:hover{background:#f5f0eb;color:#333}.entry-section__tag-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:100}.entry-section__tag-sheet{position:fixed;left:0;right:0;bottom:0;max-height:40vh;background:#f7f5f2;border-top:1px solid #e8e4df;border-radius:12px 12px 0 0;z-index:101;display:flex;flex-direction:column;box-shadow:0 -4px 12px #00000014}.entry-section__tag-sheet-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid #e8e4df;font-weight:600;color:#333}.entry-section__tag-sheet-close{background:none;border:none;font-size:22px;line-height:1;color:#5c5c5c;cursor:pointer;padding:0 4px}.entry-section__tag-sheet-body{overflow-y:auto;padding:12px 18px;flex:1;min-height:0}.entry-section__tag-sheet-empty{margin:0;color:#888;font-size:13px}.entry-section__tag-sheet-grid{display:flex;flex-wrap:wrap;gap:8px}.entry-section__tag{padding:8px 14px;border:1px solid #e8e4df;border-radius:6px;background:#fff;font-size:13px;color:#5c5c5c;cursor:pointer}.entry-section__tag:hover{border-color:#8b7355;color:#333}.entry-section__month-cell{border:1px solid #e8e4df;border-radius:5px;background:#fff;padding:2px}.entry-section__amount-btn{flex:1;min-width:80px;padding:10px 12px;border:1px solid #e8e4df;border-radius:5px;background:#fff;text-align:left;font-size:15px;color:#333;cursor:pointer}.category-strip{display:flex;gap:8px;flex-wrap:wrap}.category-btn{display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px;border:1px solid #e8e4df;border-radius:5px;background:#fff;cursor:pointer;font-size:12px;min-width:48px;color:#5c5c5c}.category-btn--icon-only{min-width:44px}.category-btn--icon-only .category-btn__icon{display:flex;align-items:center;justify-content:center}.category-btn--active{border-color:#8b7355;background:#f5f0eb;color:#333}.category-btn__icon{display:inline-flex;color:inherit}.category-btn--more{border-style:dashed}.month-picker{display:flex;gap:2px}.month-picker--arrows{display:flex;align-items:center;gap:8px}.month-picker__arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:5px;background:transparent;color:#5c5c5c;cursor:pointer}.month-picker__arrow:disabled{opacity:.3;cursor:not-allowed}.month-picker__arrow:not(:disabled):hover{background:#f5f0eb;color:#333}.month-picker__label{min-width:80px;text-align:center;font-size:14px;color:#333}.month-picker__select{padding:8px;border:none;border-radius:4px;font-size:13px;background:transparent;color:#333}.category-modal__header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e8e4df}.category-modal__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:16px}.number-pad-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:90;display:flex;align-items:flex-end;justify-content:center;padding:0}.number-pad{background:#fff;border-radius:16px 16px 0 0;padding:16px;width:100%;max-width:480px}.number-pad__display{text-align:center;padding:16px 0;font-size:28px;color:#333}.number-pad__currency{margin-right:4px;color:#999}.number-pad__value{font-family:Lato,sans-serif}.number-pad__grid{margin-bottom:12px}.number-pad__row{display:flex;gap:8px;margin-bottom:8px}.number-pad__key{flex:1;padding:14px;border:none;border-radius:8px;background:#f0f0f0;font-size:18px;cursor:pointer}.number-pad__key:disabled{visibility:hidden}.number-pad__close{width:100%;margin-top:8px}.bill-list__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.bill-list__title{margin:0;font-size:15px;font-weight:600;color:#333}.bill-list__month-picker{margin:0}.bill-list__empty{color:#5c5c5c;margin:16px 0;font-size:13px}.bill-list__groups{list-style:none;padding:0;margin:0}.bill-list__group{margin-bottom:20px}.bill-list__month{font-weight:600;margin-bottom:8px;color:#5c5c5c;font-size:13px}.bill-list__items{list-style:none;padding:0;margin:0}.bill-list__item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #e8e4df;cursor:pointer}.bill-list__item:hover{background:#f5f0eb}.bill-list__icon{display:flex;align-items:center;color:#5c5c5c;flex-shrink:0}.bill-list__note{flex:1;color:#5c5c5c;font-size:13px;min-width:0}.bill-list__amount{font-weight:400;min-width:70px;color:#333;text-align:right;flex-shrink:0}.bill-edit-modal__header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #eee}.bill-edit-modal__body{padding:16px;display:flex;flex-direction:column;gap:12px}.bill-edit-modal__label{font-size:12px;color:#666}.bill-edit-modal__month{display:flex;align-items:center;gap:4px}.bill-edit-modal__month-sep{color:#5c5c5c;font-family:Lato,sans-serif}.bill-edit-modal__footer{display:flex;justify-content:space-between;gap:12px;padding:16px;border-top:1px solid #eee}.bill-edit-modal__body--entry .bill-edit-modal__row{margin-top:12px}.bill-edit-modal__body--entry .bill-edit-modal__row:first-child{margin-top:0}.bill-edit-modal__row--note{display:flex;gap:10px;align-items:center}.bill-edit-modal__note-input{flex:1;min-width:0}.bill-edit-modal__tags-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e8e4df;border-radius:8px;background:#fff;color:#5c5c5c;flex-shrink:0}.bill-edit-modal__tags-btn:hover{background:#f5f0eb;color:#333}.bill-edit-modal__row--actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.bill-edit-modal__month-cell{flex-shrink:0}.bill-edit-modal__amount-btn{flex:1;min-width:80px;padding:10px 14px;border:1px solid #e8e4df;border-radius:8px;background:#fff;color:#333;font-size:16px;text-align:left}.bill-edit-modal__amount-btn:hover{background:#f5f0eb}.bill-edit-modal__tag-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:10}.bill-edit-modal__tag-sheet{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:90%;max-width:360px;max-height:70vh;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;z-index:11;display:flex;flex-direction:column}.bill-edit-modal__tag-sheet-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e8e4df}.bill-edit-modal__tag-sheet-body{overflow-y:auto;padding:12px 16px;flex:1;min-height:0}.bill-edit-modal__tag-sheet-empty{margin:0;color:#888;font-size:13px}.bill-edit-modal__tag-sheet-grid{display:flex;flex-wrap:wrap;gap:8px}.bill-edit-modal__tag{padding:8px 14px;border:1px solid #e8e4df;border-radius:8px;background:#fff;color:#333;font-size:13px;cursor:pointer}.bill-edit-modal__tag:hover{border-color:#8b7355;color:#333}.tag-manage-page{padding:18px}.tag-manage-page__loading{padding:24px;color:#5c5c5c;text-align:center}.tag-manage-page__section{margin-bottom:20px}.tag-manage-page__section-title{display:flex;align-items:center;gap:8px;margin:0 0 10px;font-size:15px;font-weight:600;color:#333}.tag-manage-page__chips{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.tag-manage-page__chip{padding:6px 12px;border:1px solid #e8e4df;border-radius:6px;background:#fff;color:#333;font-size:13px;cursor:pointer}.tag-manage-page__chip:hover{background:#f5f0eb;border-color:#ddd8d1}.tag-manage-page__add-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px dashed #c4beb5;border-radius:6px;background:transparent;color:#5c5c5c;cursor:pointer}.tag-manage-page__add-btn:hover{border-color:#8b7355;color:#8b7355}.tag-edit-modal__header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e8e4df}.tag-edit-modal__body{padding:16px;display:flex;flex-direction:column;gap:12px}.tag-edit-modal__label{font-size:12px;color:#5c5c5c}.tag-edit-modal__footer{display:flex;justify-content:flex-end;gap:12px;padding:16px;border-top:1px solid #e8e4df}.budget-progress__header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.budget-progress__title{margin:0;font-size:15px;font-weight:600;color:#333}.budget-progress__stats-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:5px;background:transparent;color:#5c5c5c;cursor:pointer}.budget-progress__stats-btn:hover{background:#f5f0eb;color:#333}.budget-progress__empty{margin:0;color:#888;font-size:13px}.budget-progress__list{list-style:none;padding:0;margin:0}.budget-progress__item{margin-bottom:14px}.budget-progress__head{display:flex;align-items:center;gap:10px}.budget-progress__icon{display:flex;align-items:center;color:#5c5c5c;flex-shrink:0}.budget-progress__nums{font-size:12px;color:#5c5c5c;flex-shrink:0}.budget-manage-page{padding:18px}.budget-manage-page__loading{padding:24px;color:#5c5c5c;text-align:center}.budget-manage-page__section{margin-bottom:20px}.budget-manage-page__section-title{display:flex;align-items:center;gap:8px;margin:0 0 10px;font-size:15px;font-weight:600;color:#333}.budget-manage-page__list{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.budget-manage-page__item{display:flex;align-items:center;gap:8px;padding:6px 12px;border:1px solid #e8e4df;border-radius:6px;background:#fff;color:#333;font-size:13px;cursor:pointer}.budget-manage-page__item:hover{background:#f5f0eb;border-color:#ddd8d1}.budget-manage-page__period{color:#5c5c5c}.budget-manage-page__none{color:#888;font-size:13px}.budget-manage-page__add-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px dashed #c4beb5;border-radius:6px;background:transparent;color:#5c5c5c;cursor:pointer}.budget-manage-page__add-btn:hover{border-color:#8b7355;color:#8b7355}.budget-edit-modal__header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e8e4df}.budget-edit-modal__body{padding:16px;display:flex;flex-direction:column;gap:12px}.budget-edit-modal__label{font-size:12px;color:#5c5c5c}.budget-edit-modal__category-strip,.budget-edit-modal__month-row{margin-top:4px}.budget-edit-modal__amount-btn{display:block;width:100%;padding:10px 12px;border:1px solid #e8e4df;border-radius:8px;background:#fff;font-size:16px;text-align:left;cursor:pointer;margin-top:4px}.budget-edit-modal__amount-btn:hover{background:#f5f0eb}.budget-edit-modal__footer{display:flex;justify-content:flex-end;gap:12px;padding:16px;border-top:1px solid #e8e4df}.fixed-bills-page{padding:18px;display:flex;flex-direction:column;min-height:0}.fixed-bills-page__loading{padding:24px;color:#5c5c5c;text-align:center}.fixed-bills-page__list{list-style:none;padding:0;margin:0 0 16px}.fixed-bills-page__row{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #e8e4df}.fixed-bills-page__row-main{flex:1;display:flex;align-items:center;gap:12px;min-width:0;padding:0;border:none;background:none;text-align:left;cursor:pointer;color:inherit;font:inherit}.fixed-bills-page__row-main:hover{opacity:.85}.fixed-bills-page__cat{display:flex;align-items:center;gap:6px;flex-shrink:0;min-width:72px;font-size:13px;color:#333}.fixed-bills-page__note{flex:1;min-width:0;font-size:13px;color:#5c5c5c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fixed-bills-page__amount{flex-shrink:0;font-size:13px;color:#333}.fixed-bills-page__execute-btn{display:flex;align-items:center;gap:4px;padding:6px 10px;border:1px solid #e8e4df;border-radius:6px;background:#fff;color:#5c5c5c;font-size:12px;cursor:pointer}.fixed-bills-page__execute-btn:hover{background:#f5f0eb;border-color:#ddd8d1;color:#333}.fixed-bills-page__footer{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #e8e4df;margin-top:auto}.fixed-bills-page__footer-btn{display:flex;align-items:center;gap:6px}.fixed-bills-page__toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%);padding:10px 20px;border-radius:8px;background:#000000bf;color:#fff;font-size:13px;z-index:1000}.fixed-bill-edit-modal__header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e8e4df}.fixed-bill-edit-modal__body{padding:16px;display:flex;flex-direction:column;gap:12px}.fixed-bill-edit-modal__body--entry .fixed-bill-edit-modal__row{margin-top:12px}.fixed-bill-edit-modal__body--entry .fixed-bill-edit-modal__row:first-child{margin-top:0}.fixed-bill-edit-modal__row--note{display:flex;gap:10px;align-items:center}.fixed-bill-edit-modal__note-input{flex:1;min-width:0}.fixed-bill-edit-modal__tags-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e8e4df;border-radius:8px;background:#fff;color:#5c5c5c;cursor:pointer}.fixed-bill-edit-modal__tags-btn:hover{background:#f5f0eb;color:#333}.fixed-bill-edit-modal__row--amount{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.fixed-bill-edit-modal__amount-btn{flex:1;min-width:80px;padding:10px 12px;border:1px solid #e8e4df;border-radius:8px;background:#fff;font-size:16px;text-align:left;cursor:pointer}.fixed-bill-edit-modal__amount-btn:hover{background:#f5f0eb}.fixed-bill-edit-modal__confirm-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:8px;background:#8b7355;color:#fff;cursor:pointer}.fixed-bill-edit-modal__confirm-btn:disabled{opacity:.5;cursor:not-allowed}.fixed-bill-edit-modal__confirm-btn:not(:disabled):hover{background:#7a6347}.fixed-bill-edit-modal__tag-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:10}.fixed-bill-edit-modal__tag-sheet{position:fixed;left:0;right:0;bottom:0;max-height:50vh;background:#fff;border-radius:12px 12px 0 0;box-shadow:0 -4px 20px #0000001a;display:flex;flex-direction:column;z-index:11}.fixed-bill-edit-modal__tag-sheet-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e8e4df}.fixed-bill-edit-modal__tag-sheet-body{overflow-y:auto;padding:12px 16px;flex:1;min-height:0}.fixed-bill-edit-modal__tag-sheet-empty{margin:0;color:#888;font-size:13px}.fixed-bill-edit-modal__tag-sheet-grid{display:flex;flex-wrap:wrap;gap:8px}.fixed-bill-edit-modal__tag{padding:8px 12px;border:1px solid #e8e4df;border-radius:6px;background:#fff;font-size:13px;color:#333;cursor:pointer}.fixed-bill-edit-modal__tag:hover{border-color:#8b7355;color:#333}.fixed-bill-edit-modal__label{font-size:12px;color:#5c5c5c}.fixed-bill-edit-modal__footer{display:flex;justify-content:flex-end;gap:12px;padding:16px;border-top:1px solid #e8e4df}.fixed-bill-execute-modal__header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e8e4df}.fixed-bill-execute-modal__body{padding:16px;display:flex;flex-direction:column;gap:12px}.fixed-bill-execute-modal__label{font-size:12px;color:#5c5c5c}.fixed-bill-execute-modal__footer{display:flex;justify-content:flex-end;padding:16px;border-top:1px solid #e8e4df}.budget-stats{max-width:96vw;max-height:85vh;display:flex;flex-direction:column;background:#f7f5f2}.budget-stats__header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #e8e4df;flex-wrap:wrap}.budget-stats__header-right{display:flex;align-items:center;gap:8px;margin-left:auto}.budget-stats__back{display:flex;align-items:center;justify-content:center;padding:6px;border:none;border-radius:5px;background:transparent;color:#5c5c5c;cursor:pointer}.budget-stats__back:hover{background:#f0ebe6;color:#333}.budget-stats__header h3{margin:0;font-size:16px;font-weight:600;color:#333}.budget-stats__category-label{font-size:13px;color:#5c5c5c}.budget-stats__menu-wrap{position:relative}.budget-stats__menu-btn{display:flex;align-items:center;justify-content:center;padding:6px;border:none;border-radius:5px;background:transparent;color:#5c5c5c;cursor:pointer}.budget-stats__menu-btn:hover{background:#f0ebe6;color:#333}.budget-stats__menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1}.budget-stats__menu-dropdown{position:absolute;top:100%;right:0;margin-top:4px;z-index:2;min-width:100px;background:#fff;border:1px solid #e8e4df;border-radius:6px;box-shadow:0 4px 12px #00000014;padding:4px 0}.budget-stats__menu-item{display:block;width:100%;padding:8px 12px;border:none;border-radius:0;background:none;color:#333;font-size:13px;text-align:left;cursor:pointer}.budget-stats__menu-item:hover{background:#f5f0eb}.budget-stats__menu-item--active{background:#f0ebe6;font-weight:600}.budget-stats__scroll{flex:1;min-height:0;overflow:auto;padding:16px}.budget-stats__table .budget-stats__row-label{font-weight:600;color:#333}.budget-stats__data-row{border-bottom:1px solid #e8e4df}.budget-stats__usage-row .full-year-stats__td-num{font-weight:500}.budget-stats__table .full-year-stats__td-num.budget-stats__over{color:#9e5a5a}.budget-stats__table .full-year-stats__td-num.budget-stats__under{color:#5d8a5d}.budget-stats__chart-wrap{padding:16px;border-top:1px solid #e8e4df;background:#f7f5f2}.budget-stats__chart-inner{display:flex;flex-direction:row;gap:0;align-items:stretch}.budget-stats__chart-yaxis{display:flex;flex-direction:column-reverse;justify-content:space-between;height:120px;font-size:10px;color:#5c5c5c;margin-bottom:4px;width:44px;flex-shrink:0;box-sizing:border-box}.budget-stats__chart-yaxis-tick{flex-shrink:0}.budget-stats__chart-scroll{overflow-x:auto;overflow-y:hidden;flex:1;min-width:0}.budget-stats__chart-scroll-content{display:flex;flex-direction:column;flex-shrink:0}.budget-stats__chart{position:relative;height:120px;flex-shrink:0;display:flex;flex-direction:row;align-items:stretch}.budget-stats__chart-zero{position:absolute;left:0;right:0;height:1px;background:#c4beb5;pointer-events:none}.budget-stats__chart-slot{flex-shrink:0;display:flex;flex-direction:column;align-items:center;position:relative;height:120px}.budget-stats__chart-bar-wrap{position:absolute;left:50%;transform:translate(-50%);bottom:0;top:0;width:16px;display:flex;justify-content:center}.budget-stats__chart-bar{position:absolute;width:16px;min-height:2px;border-radius:4px;left:0}.budget-stats__chart-bar--over{background:#9e5a5a}.budget-stats__chart-bar--under{background:#5d8a5d}.budget-stats__chart-bar--year.budget-stats__chart-bar--over{background:#c49a9a}.budget-stats__chart-bar--year.budget-stats__chart-bar--under{background:#8faf8f}.budget-stats__chart-labels{display:flex;gap:0;margin-top:8px;font-size:10px;color:#5c5c5c;flex-shrink:0}.budget-stats__chart-label{text-align:center;overflow:hidden;text-overflow:ellipsis}.monthly-stats__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.monthly-stats__header-actions{display:flex;align-items:center;gap:4px}.monthly-stats__full-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:5px;background:transparent;color:#5c5c5c;cursor:pointer}.monthly-stats__full-btn:hover{background:#f5f0eb;color:#333}.monthly-stats__full-btn--active{background:#8b7355;color:#fff}.monthly-stats__full-btn--active:hover{background:#7a6347;color:#fff}.monthly-stats__title{margin:0;font-size:15px;font-weight:600;color:#333}.monthly-stats__loading{margin:0;color:#5c5c5c}.monthly-stats__table-wrap{overflow-x:auto}.monthly-stats__table{width:100%;border-collapse:collapse;font-size:13px}.monthly-stats__table th{text-align:left;padding:8px 6px;color:#5c5c5c;font-weight:600}.monthly-stats__table td{padding:8px 6px;border-top:1px solid #e8e4df;color:#333}.monthly-stats__table tr[role=button]{cursor:pointer}.monthly-stats__table tr[role=button]:hover{background:#f5f0eb}.monthly-stats__row--active{background:#f5f0eb!important}.monthly-stats__icon-cell{padding-right:4px}.monthly-stats__icon-cell .category-icon{color:#5c5c5c}.monthly-stats__muted{color:#bbb}.monthly-stats__sub{display:inline;font-size:11px;color:#888;margin-left:4px}.monthly-stats__table th .monthly-stats__sub{font-weight:400}.monthly-stats__total{font-weight:600;border-top:2px solid #e8e4df!important;cursor:pointer;background:#f0ebe6}.monthly-stats__total:hover{background:#e8e4df}.app-header-bar--main{justify-content:space-between}.full-year-stats{max-width:96vw;max-height:85vh;display:flex;flex-direction:column;background:#f7f5f2}.full-year-stats__header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #e8e4df;flex-wrap:wrap}.full-year-stats__header h3{margin:0;flex:1}.full-year-stats__filter-btn{display:flex;align-items:center;justify-content:center;padding:6px;border:none;border-radius:5px;background:transparent;color:#5c5c5c;cursor:pointer;margin-left:auto}.full-year-stats__filter-btn:hover{background:#f0ebe6;color:#333}.full-year-stats__filter-btn--active{background:#8b7355;color:#fff}.full-year-stats__filter-btn--active:hover{background:#7a6347;color:#fff}.full-year-stats__back{display:flex;align-items:center;justify-content:center;padding:6px;border:none;border-radius:5px;background:transparent;color:#5c5c5c;cursor:pointer}.full-year-stats__back:hover{background:#f0ebe6;color:#333}.full-year-stats__scroll{flex:1;min-height:0;overflow-y:auto;padding:16px}.full-year-stats__year{margin-bottom:24px}.full-year-stats__year-title{font-weight:700;margin-bottom:8px;font-size:15px;color:#333}.full-year-stats__year-avg,.full-year-stats__month{display:flex;align-items:center;gap:12px;margin-bottom:6px;font-size:13px}.full-year-stats__label{min-width:80px;color:#5c5c5c}.full-year-stats__cats{display:flex;gap:8px;flex-wrap:wrap}.full-year-stats__cat-val{min-width:48px;text-align:right;color:#5c5c5c}.full-year-stats__scroll--table{flex:1;min-height:0;overflow:auto;padding:0}.full-year-stats__table{border-collapse:collapse;font-size:13px}.full-year-stats__table thead th{position:sticky;top:0;z-index:2;background:#f7f5f2;padding:12px;color:#5c5c5c;font-weight:600;border-bottom:1px solid #e8e4df}.full-year-stats__table thead th:first-child{left:0;z-index:3;min-width:80px;text-align:center}.full-year-stats__table tbody td{padding:12px;border-bottom:1px solid #e8e4df}.full-year-stats__table .full-year-stats__td-label{position:sticky;left:0;z-index:1;background:#f7f5f2;font-weight:600;color:#333;text-align:center}.full-year-stats__table .full-year-stats__td-label--clickable{cursor:pointer}.full-year-stats__table .full-year-stats__row-year .full-year-stats__td-label,.full-year-stats__table .full-year-stats__row-year .full-year-stats__td-num{background:#f0ebe6}.full-year-stats__table .full-year-stats__row-year .full-year-stats__td-num:hover{background:#e8e4df}.full-year-stats__table .full-year-stats__td-num{min-width:72px;text-align:right;color:#5c5c5c;cursor:pointer}.full-year-stats__table .full-year-stats__td-num:hover{background:#f5f0eb}.full-year-stats__table .full-year-stats__th-total{min-width:88px;text-align:right}.full-year-stats__table .full-year-stats__td-total{min-width:88px}.full-year-stats__table .full-year-stats__th-icon{text-align:center;min-width:72px}.full-year-stats__table .full-year-stats__th-label{min-width:80px}.full-year-stats__table .full-year-stats__th-period{min-width:64px;text-align:right;padding:12px 8px}.full-year-stats__table .full-year-stats__th-expand{min-width:56px;padding:8px}.full-year-stats__expand-btn{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border:none;border-radius:5px;background:transparent;color:#5c5c5c;cursor:pointer}.full-year-stats__expand-btn:hover{background:#f0ebe6;color:#333}.full-year-stats__table .full-year-stats__td-expand{min-width:56px;padding:8px}.full-year-stats__table .full-year-stats__data-row:hover{background:#f5f0eb}.full-year-stats__table .full-year-stats__data-row--selected,.full-year-stats__table .full-year-stats__data-row--selected .full-year-stats__td-label,.full-year-stats__table .full-year-stats__row-total .full-year-stats__td-label,.full-year-stats__table .full-year-stats__row-total .full-year-stats__td-num{background:#f0ebe6}.full-year-stats__table .full-year-stats__row-total:hover .full-year-stats__td-label,.full-year-stats__table .full-year-stats__row-total:hover .full-year-stats__td-num,.full-year-stats__table .full-year-stats__data-row--selected.full-year-stats__row-total .full-year-stats__td-label,.full-year-stats__table .full-year-stats__data-row--selected.full-year-stats__row-total .full-year-stats__td-num{background:#e8e4df}.full-year-stats__total-label{font-weight:600}.full-year-stats__chart-wrap{padding:16px;border-top:1px solid #e8e4df;background:#f7f5f2}.full-year-stats__chart-inner{display:flex;flex-direction:row;gap:0;align-items:stretch}.full-year-stats__chart-yaxis{display:flex;flex-direction:column-reverse;justify-content:space-between;height:120px;font-size:10px;color:#5c5c5c;margin-bottom:4px;width:40px;flex-shrink:0;box-sizing:border-box}.full-year-stats__chart-yaxis-tick{flex-shrink:0}.full-year-stats__chart-scroll{overflow-x:auto;overflow-y:hidden;flex:1;min-width:0}.full-year-stats__chart-scroll-content{display:flex;flex-direction:column;flex-shrink:0}.full-year-stats__chart{display:flex;align-items:flex-end;min-height:120px;flex-shrink:0}.full-year-stats__chart-slot{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.full-year-stats__chart-bar-wrap{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;cursor:pointer;min-height:2px}.full-year-stats__chart-bar{flex-shrink:0;min-height:2px;border-radius:4px 4px 0 0;background:#8b7355}.full-year-stats__chart-bar--year{background:#b8a898}.full-year-stats__chart-labels{display:flex;gap:0;margin-top:8px;font-size:10px;color:#5c5c5c;flex-shrink:0}.full-year-stats__chart-label{text-align:center;overflow:hidden;text-overflow:ellipsis}.number-pad{background:#f7f5f2;border-top:1px solid #e8e4df}.number-pad__key{background:#fff;border:1px solid #e8e4df;color:#333}.bill-edit-modal__header{border-bottom-color:#e8e4df}.bill-edit-modal__footer{border-top-color:#e8e4df}
