@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+TC:wght@400;500;700&display=swap";body{font-family:Inter,Noto Sans TC,sans-serif;padding-bottom:80px;background-color:#f5f5f3}@media (min-width: 768px){body{padding-bottom:0}}select{background-color:transparent;color:inherit}select option{background-color:rgb(var(--theme-surface, 255 255 255));color:rgb(var(--theme-text-primary, 45 55 72))}.page{display:none;padding-bottom:80px}@media (min-width: 768px){.page{padding-bottom:0}}.page.active{display:block}.nav-item.active{color:rgb(var(--theme-primary))}.keypad-btn:active{transform:scale(.95);background-color:#e2e8f0}.category-button.active{border-color:#b95a5a;background-color:rgba(185,90,90,.1)}.category-button.active-income{border-color:#6a9c89;background-color:rgba(106,156,137,.1)}@keyframes slideInDown{0%{opacity:0;transform:translate(-50%,-100%)}to{opacity:1;transform:translate(-50%)}}.toast-show{animation:slideInDown .3s ease-out forwards}@keyframes slideOutUp{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-100%)}}.toast-hide{animation:slideOutUp .3s ease-in forwards}.budget-wave-container{position:relative;height:150px;background-color:rgb(var(--theme-bg, 245 245 243));border-radius:.75rem;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center}.budget-info{position:relative;z-index:10}.budget-wave{position:absolute;left:0;right:0;bottom:0;height:100%;background-color:rgb(var(--theme-income, 106 156 137));transition:top .8s cubic-bezier(.25,.46,.45,.94)}@keyframes wave-scroll{0%{background-position-x:0}to{background-position-x:-1000px}}.budget-wave:before,.budget-wave:after{content:"";position:absolute;left:0;bottom:calc(100% - 40px);right:0;height:40px;background-repeat:repeat-x}.budget-wave:before{background-color:rgb(var(--theme-income, 106 156 137));-webkit-mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 40'%3e%3cpath d='M0 20 C 250 10, 250 30, 500 20 S 750 10, 1000 20 L 1000 40 L 0 40 Z' fill='black'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 40'%3e%3cpath d='M0 20 C 250 10, 250 30, 500 20 S 750 10, 1000 20 L 1000 40 L 0 40 Z' fill='black'/%3e%3c/svg%3e");-webkit-mask-size:1000px 40px;mask-size:1000px 40px;-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x;animation:wave-scroll 7s linear infinite;z-index:2}.budget-wave:after{background-color:rgb(var(--theme-income, 106 156 137));-webkit-mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 40'%3e%3cpath d='M0 20 C 200 30, 300 10, 500 20 S 800 30, 1000 20 L 1000 40 L 0 40 Z' fill='black'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 40'%3e%3cpath d='M0 20 C 200 30, 300 10, 500 20 S 800 30, 1000 20 L 1000 40 L 0 40 Z' fill='black'/%3e%3c/svg%3e");-webkit-mask-size:1000px 40px;mask-size:1000px 40px;-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x;animation:wave-scroll 5s linear infinite reverse;z-index:1;opacity:.5}#account-selector-container:empty{display:none}
