.Layout-module__hBxhlq__wrapper{flex-direction:column;min-height:100vh;display:flex}.Layout-module__hBxhlq__header{z-index:50;border-bottom:1px solid var(--border);height:70px;position:fixed;top:0;left:0;right:0}.Layout-module__hBxhlq__navContainer{justify-content:space-between;align-items:center;height:100%;display:flex}.Layout-module__hBxhlq__logoLink{align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s;display:flex}.Layout-module__hBxhlq__logoLink:hover{opacity:.8}.Layout-module__hBxhlq__logoImg{height:38px;transform:translateY(-7px)}.Layout-module__hBxhlq__logoText{color:#5d83b3;white-space:nowrap;font-size:1.15rem;font-weight:700}.Layout-module__hBxhlq__navDesktop{align-items:center;gap:1.5rem;display:flex}.Layout-module__hBxhlq__navLink{color:var(--text-muted);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.Layout-module__hBxhlq__navLink:hover{color:var(--text-main)}.Layout-module__hBxhlq__active{color:var(--text-main);font-weight:700}.Layout-module__hBxhlq__mobileHeaderRight{display:none}.Layout-module__hBxhlq__signOutIconBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.Layout-module__hBxhlq__bottomNav{display:none!important}.Layout-module__hBxhlq__main{flex:1;padding-top:90px;padding-bottom:2rem}.Layout-module__hBxhlq__footer{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);padding:2rem 0;font-size:.875rem}@media (max-width:900px){.Layout-module__hBxhlq__header{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fffffff2;align-items:center;height:34px;display:flex}.Layout-module__hBxhlq__navContainer{justify-content:flex-end;width:100%;padding:0 .5rem;position:relative}.Layout-module__hBxhlq__navDesktop{display:none}.Layout-module__hBxhlq__mobileHeaderRight{display:block}.Layout-module__hBxhlq__signOutIconBtn{padding:.25rem}.Layout-module__hBxhlq__signOutIconBtn svg{width:20px;height:20px}.Layout-module__hBxhlq__logoLink{position:absolute;left:50%;transform:translate(calc(-50% - 20px));gap:.3rem!important}.Layout-module__hBxhlq__logoImg{height:23px;transform:none}.Layout-module__hBxhlq__logoText{text-overflow:ellipsis;color:#5d83b3;margin-top:5px;font-size:14.5px;overflow:hidden}.Layout-module__hBxhlq__main{padding-top:44px;padding-bottom:90px}.Layout-module__hBxhlq__footer{display:none!important}.Layout-module__hBxhlq__bottomNav{border-top:1px solid var(--border);z-index:100;height:70px;padding-bottom:env(safe-area-inset-bottom,10px);background:#fff;justify-content:space-around;align-items:center;padding-top:0;padding-left:10px;padding-right:10px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #00000008;display:flex!important}.Layout-module__hBxhlq__bottomNav a{color:#94a3b8;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;height:100%;margin-top:-5px;font-size:.65rem;text-decoration:none;transition:color .15s;display:flex}.Layout-module__hBxhlq__bottomNav a:last-child{flex:1.25}.Layout-module__hBxhlq__bottomNav a svg{stroke-width:2px;width:24px;height:24px}.Layout-module__hBxhlq__activeBottom{color:#5d83b3!important}.Layout-module__hBxhlq__hide-on-mobile{display:none!important}.Layout-module__hBxhlq__activeBottom svg{stroke:#5d83b3}}
.InputTable-module__6Ya6CG__tableWrapper{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.5rem 1rem;overflow-x:auto}.InputTable-module__6Ya6CG__addButtonContainer{justify-content:center;margin-top:auto;padding-top:1rem;display:flex}.InputTable-module__6Ya6CG__header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.InputTable-module__6Ya6CG__title{color:var(--text-main);margin:0;font-size:1.5rem}.InputTable-module__6Ya6CG__table{border-collapse:collapse;width:100%;min-width:400px}.InputTable-module__6Ya6CG__table th,.InputTable-module__6Ya6CG__table td{text-align:left;border-bottom:1px solid var(--border);padding:.3rem .4rem}.InputTable-module__6Ya6CG__table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.InputTable-module__6Ya6CG__table tr:last-child td{border-bottom:none}.InputTable-module__6Ya6CG__input{background:var(--background);width:100%;color:var(--text-main);font-family:var(--font-sans);border:1px solid #0000;border-radius:4px;padding:.15rem .4rem;font-size:.9rem;transition:all .2s}.InputTable-module__6Ya6CG__inputGhost{width:100%;color:var(--text-main);font-family:var(--font-sans);background:0 0;border:none;padding:.5rem 0;font-size:1rem}.InputTable-module__6Ya6CG__inputGhost:focus{background:var(--surface-hover);outline:none}.InputTable-module__6Ya6CG__input:focus{background:var(--background);border-color:var(--primary);outline:none}.InputTable-module__6Ya6CG__actions{gap:.5rem;display:flex}.InputTable-module__6Ya6CG__editBtn,.InputTable-module__6Ya6CG__saveBtn,.InputTable-module__6Ya6CG__cancelBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;padding:.25rem;font-size:1.2rem;transition:background .2s}.InputTable-module__6Ya6CG__editBtn:hover,.InputTable-module__6Ya6CG__saveBtn:hover,.InputTable-module__6Ya6CG__cancelBtn:hover{background:var(--surface-hover);color:var(--primary)}.InputTable-module__6Ya6CG__tooltipContainer{display:inline-block;position:relative}.InputTable-module__6Ya6CG__infoIcon{cursor:help;background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:flex}.InputTable-module__6Ya6CG__tooltipText{visibility:hidden;color:#fff;text-align:center;z-index:1;opacity:0;pointer-events:none;background-color:#333;border-radius:6px;width:200px;margin-left:-100px;padding:5px;font-size:.8rem;transition:opacity .3s;position:absolute;bottom:125%;left:50%}.InputTable-module__6Ya6CG__tooltipContainer:hover .InputTable-module__6Ya6CG__tooltipText{visibility:visible;opacity:1}.InputTable-module__6Ya6CG__addingRow{background:#10b9811a}.InputTable-module__6Ya6CG__helpBtn{color:#fff;cursor:help;background:#5d83b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-weight:700;transition:filter .2s;display:flex}.InputTable-module__6Ya6CG__helpBtn:hover{filter:brightness(1.1)}.InputTable-module__6Ya6CG__addBtnText{color:#45d3a2;cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-size:1rem;font-weight:600;transition:color .2s}.InputTable-module__6Ya6CG__addBtnText:hover{color:#3bb188;text-decoration:underline}.InputTable-module__6Ya6CG__addBtnText:disabled{color:var(--text-muted);cursor:not-allowed}@media (max-width:600px){.InputTable-module__6Ya6CG__tableWrapper{-webkit-overflow-scrolling:touch;border-width:0;padding:0 0 0 .5rem!important}.InputTable-module__6Ya6CG__addButtonContainer{padding-bottom:.5rem!important}.InputTable-module__6Ya6CG__addButtonContainer .btn{height:auto!important;min-height:0!important;padding:.5rem 1rem!important;font-size:15px!important}.InputTable-module__6Ya6CG__table{table-layout:fixed;width:100%!important;min-width:0!important}.InputTable-module__6Ya6CG__table th[style],.InputTable-module__6Ya6CG__table td[style]{width:auto!important}.InputTable-module__6Ya6CG__table th,.InputTable-module__6Ya6CG__table td{vertical-align:middle;line-height:1.25;white-space:normal!important;padding:6px 2px!important;font-size:15px!important}.InputTable-module__6Ya6CG__table td:last-child,.InputTable-module__6Ya6CG__table th:last-child{text-align:right!important;width:25px!important;padding-right:0!important}.InputTable-module__6Ya6CG__table td:first-child,.InputTable-module__6Ya6CG__table th:first-child,.InputTable-module__6Ya6CG__table td:first-child,.InputTable-module__6Ya6CG__table th:first-child{word-break:normal!important;overflow-wrap:break-word!important;white-space:normal!important;width:auto!important;min-width:95px!important;max-width:none!important;padding-left:1px!important;padding-right:4px!important;font-size:15px!important;line-height:1.2!important}.InputTable-module__6Ya6CG__table td:nth-child(2),.InputTable-module__6Ya6CG__table th:nth-child(2){width:82px!important;min-width:82px!important;max-width:82px!important}.InputTable-module__6Ya6CG__input,.InputTable-module__6Ya6CG__inputGhost{padding:4px 0!important;font-size:15px!important}.InputTable-module__6Ya6CG__firstCol{width:auto!important;min-width:95px!important;max-width:none!important}.InputTable-module__6Ya6CG__col-amount{width:82px!important;min-width:82px!important}.InputTable-module__6Ya6CG__editBtn,.InputTable-module__6Ya6CG__saveBtn,.InputTable-module__6Ya6CG__cancelBtn,.InputTable-module__6Ya6CG__helpBtn{width:18px;height:18px;font-size:.9rem}}
.TooltipModal-module__ts7JOW__overlay{z-index:999999;background-color:#00000026;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.TooltipModal-module__ts7JOW__overlayLeft{justify-content:flex-start;padding-left:10%}.TooltipModal-module__ts7JOW__overlayRight{justify-content:flex-end;padding-right:10%}.TooltipModal-module__ts7JOW__modal{background:#fff;border-radius:8px;width:90%;max-width:500px;max-height:80vh;padding:2rem;animation:.2s ease-out TooltipModal-module__ts7JOW__fadeIn;position:relative;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.TooltipModal-module__ts7JOW__modalWide{max-width:1060px}.TooltipModal-module__ts7JOW__closeBtn{cursor:pointer;color:#666;background:0 0;border:none;font-size:1.5rem;position:absolute;top:10px;right:15px}.TooltipModal-module__ts7JOW__title{color:#333;margin-top:0;margin-bottom:1rem;padding-right:1.5rem}.TooltipModal-module__ts7JOW__content{color:#444;white-space:pre-wrap;line-height:1.6}@keyframes TooltipModal-module__ts7JOW__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.IncomePage-module__uZ9P6a__gridContainer{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:0 5.5% 2rem;display:grid}@media (max-width:900px){.IncomePage-module__uZ9P6a__gridContainer{grid-template-columns:1fr;gap:1.5rem;padding:0 3% .5rem!important}}.IncomePage-module__uZ9P6a__card{background:#fff;border-radius:12px;flex-direction:column;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.IncomePage-module__uZ9P6a__card .InputTable_tableWrapper__someHash{box-shadow:none;background:0 0;border:none;padding:0}.IncomePage-module__uZ9P6a__blockHeader{align-items:center;gap:1rem;padding:1.5rem 1.5rem .5rem;display:flex}@media (max-width:600px){.IncomePage-module__uZ9P6a__blockHeader h2{margin:0;line-height:1.2;font-size:15px!important;font-weight:700!important}.IncomePage-module__uZ9P6a__icon{font-size:17px!important}.IncomePage-module__uZ9P6a__icon svg{width:24px!important;height:24px!important}.IncomePage-module__uZ9P6a__blockHeader{gap:.25rem;min-height:auto;padding:.75rem 0 .5rem .5rem!important}.IncomePage-module__uZ9P6a__headerTitleContainer{flex:1;gap:.4rem!important;width:auto!important;padding-left:0!important}.IncomePage-module__uZ9P6a__headerYearCol{font-weight:600;font-size:13px!important;transform:none!important}.IncomePage-module__uZ9P6a__headerYearCol:nth-child(2){padding-left:0!important;padding-right:.6em!important}.IncomePage-module__uZ9P6a__headerYearCol:nth-child(3){padding-left:.6em!important}.IncomePage-module__uZ9P6a__headerSpacer{width:25px!important}}.IncomePage-module__uZ9P6a__icon{color:#5d83b3;align-items:center;font-size:1.5rem;display:flex;transform:translateY(-2px)}.IncomePage-module__uZ9P6a__headerYearCol{justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex;transform:translate(45px)}.IncomePage-module__uZ9P6a__headerYearCol:nth-child(3){transform:translate(calc(45px + 1ch))}.IncomePage-module__uZ9P6a__headerTitleContainer h2{flex:1;min-width:0;font-size:1.25rem}.IncomePage-module__uZ9P6a__headerTitleContainer{align-items:center;gap:.5rem;width:70%;min-width:0;height:100%;padding-left:0;display:flex}.IncomePage-module__uZ9P6a__headerSpacer{width:80px}.IncomePage-module__uZ9P6a__iconBlue{color:#5d83b3}.IncomePage-module__uZ9P6a__iconRed{color:#ff7685}.IncomePage-module__uZ9P6a__iconGreen{color:#45d3a2}.IncomePage-module__uZ9P6a__card table{width:100%}.IncomePage-module__uZ9P6a__card td,.IncomePage-module__uZ9P6a__card th{border-bottom:1px solid #e5e7eb}.IncomePage-module__uZ9P6a__card tr:last-child td{border-bottom:none}
