.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}:root{--dashboard-primary: #ff7a1a;--dashboard-primary-dark: #e8630b;--dashboard-background: #fffaf5;--dashboard-card: #ffffff;--dashboard-border: #f0dcc4;--dashboard-text: #1a1a1a;--dashboard-muted: #5a5a5a;--dashboard-success: #247a3d;--dashboard-warning: #9a5a00;--dashboard-error: #b42318;--dashboard-shadow: 0 18px 45px rgba(160, 92, 28, .14);--dashboard-soft-shadow: 0 10px 28px rgba(160, 92, 28, .1)}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,#fff1df 0,var(--dashboard-background) 34%,#fffdf9 100%);color:var(--dashboard-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}[hidden]{display:none!important}a{color:var(--dashboard-primary-dark);font-weight:700}#dashboard-root{min-height:100vh}.dashboard-page-shell{margin:0 auto;min-height:100vh;padding:28px 24px 40px}.dashboard-container{margin:0 auto;max-width:1440px;width:100%}.dashboard-stack{display:flex;flex-direction:column;width:100%}.dashboard-stack-spacing-0\.75{gap:6px}.dashboard-stack-spacing-1{gap:8px}.dashboard-stack-spacing-1\.25{gap:10px}.dashboard-stack-spacing-1\.5{gap:12px}.dashboard-stack-spacing-1\.75{gap:14px}.dashboard-stack-spacing-2{gap:16px}.dashboard-stack-spacing-2\.25{gap:18px}.dashboard-stack-spacing-2\.5{gap:20px}.dashboard-stack-spacing-3{gap:24px}.dashboard-stack-spacing-3\.5{gap:28px}.dashboard-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));width:100%}.dashboard-grid-item{min-width:0}.dashboard-card,.dashboard-paper,.dashboard-details-panel{background:var(--dashboard-card);border:1px solid var(--dashboard-border);border-radius:18px;box-shadow:var(--dashboard-soft-shadow);color:var(--dashboard-text);overflow:hidden}.dashboard-card-content,.dashboard-paper,.dashboard-details-body{padding:22px}.dashboard-card-header{align-items:flex-start;border-bottom:1px solid var(--dashboard-border);display:flex;gap:16px;justify-content:space-between;padding:22px}.dashboard-card-title-row,.dashboard-card-action,.dashboard-action-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.dashboard-card-title-copy h2,.dashboard-typography{margin:0}.dashboard-card-title-copy p,.dashboard-muted,.dashboard-field-help,.dashboard-message-text,.dashboard-debug-copy{color:var(--dashboard-muted);line-height:1.7}.dashboard-avatar{align-items:center;background:linear-gradient(135deg,var(--dashboard-primary),var(--dashboard-primary-dark));border-radius:16px;color:#fff;display:inline-flex;flex:0 0 auto;font-size:22px;height:46px;justify-content:center;width:46px}.dashboard-button,.dashboard-list-button,.dashboard-toggle-button{align-items:center;border:1px solid transparent;border-radius:14px;cursor:pointer;display:inline-flex;font-weight:800;gap:8px;justify-content:center;min-height:42px;padding:10px 16px;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.dashboard-button:hover,.dashboard-list-button:hover,.dashboard-toggle-button:hover{transform:translateY(-1px)}.dashboard-button-contained{background:var(--dashboard-primary);box-shadow:0 10px 22px #ff7a1a3d;color:#fff}.dashboard-button-contained:hover{background:var(--dashboard-primary-dark)}.dashboard-button-outlined,.dashboard-button-text,.dashboard-toggle-button{background:#fff8ef;border-color:var(--dashboard-border);color:var(--dashboard-primary-dark)}.dashboard-button-text{background:transparent;border-color:transparent}.dashboard-button-error{color:var(--dashboard-error)}.dashboard-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.dashboard-button-small{min-height:34px;padding:7px 12px}.dashboard-icon-button{border-radius:999px;min-width:44px;padding:10px}.dashboard-chip{align-items:center;background:#fff2e3;border:1px solid transparent;border-radius:999px;color:var(--dashboard-primary-dark);display:inline-flex;font-size:13px;font-weight:800;gap:6px;padding:7px 11px;width:fit-content}.dashboard-chip-outlined{background:#fff;border-color:var(--dashboard-border)}.dashboard-chip-success{background:#eaf8ee;color:var(--dashboard-success)}.dashboard-chip-warning{background:#fff5dc;color:var(--dashboard-warning)}.dashboard-chip-small{font-size:12px;padding:5px 9px}.dashboard-alert{align-items:flex-start;background:#fff5e8;border:1px solid #ffd2a8;border-radius:16px;color:var(--dashboard-text);display:flex;gap:10px;line-height:1.6;padding:14px 16px}.dashboard-alert-success{background:#edf9f0;border-color:#bfe8ca}.dashboard-alert-warning{background:#fff7df;border-color:#f4d27a}.dashboard-alert-error{background:#fff0ef;border-color:#f3b6b1;color:var(--dashboard-error)}.dashboard-input,.dashboard-select-label select,.dashboard-select-label textarea{background:#fff;border:1px solid var(--dashboard-border);border-radius:14px;color:var(--dashboard-text);outline:none;padding:12px 14px;width:100%}.dashboard-input:focus,.dashboard-select-label select:focus,.dashboard-select-label textarea:focus{border-color:var(--dashboard-primary);box-shadow:0 0 0 4px #ff7a1a24}.dashboard-select-label{color:var(--dashboard-muted);display:grid;font-weight:800;gap:8px}.dashboard-list{display:grid;gap:10px}.dashboard-list-button{background:#fff;border-color:var(--dashboard-border);color:var(--dashboard-text);justify-content:flex-start;text-align:left;width:100%}.dashboard-list-button-selected,.dashboard-toggle-button-active{background:#fff0df;border-color:var(--dashboard-primary)}.dashboard-list-item{border-bottom:1px solid var(--dashboard-border);padding:14px 0}.dashboard-list-item:last-child{border-bottom:0}.dashboard-divider{border:0;border-top:1px solid var(--dashboard-border);margin:0}.dashboard-details-summary{cursor:pointer;padding:18px 22px}.dashboard-modal-backdrop,.dashboard-drawer-backdrop{background:#1a1a1a52;inset:0;position:fixed;z-index:100}.dashboard-modal,.dashboard-drawer{background:var(--dashboard-background);border:1px solid var(--dashboard-border);box-shadow:var(--dashboard-shadow);color:var(--dashboard-text)}.dashboard-modal{border-radius:18px;left:50%;max-height:88vh;max-width:880px;overflow:auto;position:absolute;top:50%;transform:translate(-50%,-50%);width:min(92vw,880px)}.dashboard-modal-fullscreen .dashboard-modal{border-radius:0;height:100vh;max-height:none;max-width:none;width:100vw}.dashboard-modal-title,.dashboard-modal-content{padding:20px}.dashboard-modal-content-dividers{border-top:1px solid var(--dashboard-border)}.dashboard-drawer{height:100%;margin-left:auto;overflow:auto;padding:24px;width:min(90vw,430px)}.dashboard-drawer-left{margin-left:0;margin-right:auto;width:min(90vw,330px)}.dashboard-toggle-group{display:flex;flex-wrap:wrap;gap:8px}.dashboard-history-full-text,pre.dashboard-typography{white-space:pre-wrap;word-break:break-word}#dashboard-recaptcha-container{min-height:78px;width:100%}#dashboard-recaptcha-container>div{margin:0!important}#dashboard-recaptcha-container iframe{max-width:100%}@media(max-width:700px){.dashboard-page-shell{padding:18px 14px 28px}.dashboard-card-header,.dashboard-card-title-row,.dashboard-card-action,.dashboard-action-row{align-items:stretch;flex-direction:column}.dashboard-button{width:100%}}.budget-mobile-surface{--budget-navy: #061d4f;--budget-blue: #216fca;--budget-blue-soft: #eaf4ff;--budget-card: rgba(255, 253, 248, .92);--budget-border: #ded6c8;--budget-muted: #53627a;--budget-green: #14833d;--budget-red: #d30d0d;--budget-orange: #f29b0d;color:var(--budget-navy);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0 auto;max-width:640px;overflow:hidden;padding:0 0 112px;width:100%}.budget-mobile-surface button,.budget-mobile-surface input,.budget-mobile-surface textarea{font:inherit}.budget-mobile-main-header,.budget-mobile-subview-header{align-items:center;display:grid;grid-template-columns:auto 1fr auto;gap:16px;margin-bottom:14px}.budget-mobile-main-header h1,.budget-mobile-subview-header h1{font-size:32px;line-height:1.05;margin:0}.budget-mobile-main-header p,.budget-mobile-subview-header p{color:var(--budget-muted);font-size:16px;margin:4px 0 0}.budget-mobile-main-header>button:first-child,.budget-mobile-close-button{background:transparent;border:0;color:var(--budget-navy);cursor:pointer;font-size:34px;line-height:1;min-height:46px;min-width:46px}.budget-mobile-close-button{border:1px solid var(--budget-border);border-radius:999px;font-size:42px}.budget-mobile-add-button,.budget-mobile-primary-action{background:linear-gradient(135deg,#3387dc,#1f66bc);border:0;border-radius:20px;box-shadow:0 12px 26px #216fca3d;color:#fff;cursor:pointer;font-size:18px;font-weight:800;min-height:54px;padding:0 18px;white-space:nowrap}.budget-mobile-hero,.budget-mobile-summary-grid>*,.budget-mobile-insight,.budget-mobile-window,.budget-mobile-day-card,.budget-mobile-items,.budget-mobile-form-card,.budget-mobile-row-card,.budget-mobile-bottom-actions{background:var(--budget-card);border:1px solid var(--budget-border);border-radius:16px;box-shadow:0 10px 28px #1c243012}.budget-mobile-hero{align-items:center;border-color:#2b86e6;display:flex;gap:16px;justify-content:space-between;margin-bottom:8px;padding:16px;text-align:left}.budget-mobile-hero>div:nth-child(2){min-width:0}.budget-mobile-hero p,.budget-mobile-hero h2,.budget-mobile-hero span{margin:0}.budget-mobile-hero p{color:#0862c8;font-size:20px;font-weight:800}.budget-mobile-hero h2{font-size:clamp(38px,10vw,52px);letter-spacing:-.06em}.budget-mobile-hero span{color:#264a7c;font-size:16px}.budget-mobile-icon,.budget-mobile-type-icon{align-items:center;background:#e8f1fb;border-radius:999px;display:inline-flex;flex:0 0 auto;font-size:28px;height:54px;justify-content:center;width:54px}.budget-mobile-summary-grid{display:grid;gap:8px;grid-template-columns:1fr 1fr;margin-bottom:10px}.budget-mobile-summary-grid>*{align-items:center;color:var(--budget-navy);display:flex;gap:10px;min-height:84px;min-width:0;overflow:hidden;padding:10px;text-align:left}.budget-mobile-summary-grid>*>span:last-child{min-width:0}.budget-mobile-summary-grid button{cursor:pointer}.budget-mobile-summary-grid strong{display:block;font-size:clamp(20px,5vw,25px);line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.budget-mobile-summary-grid small{display:block}.budget-icon-income{background:#e5f5e9;color:var(--budget-green)}.budget-icon-bills{background:#fdecec;color:var(--budget-red)}.budget-icon-low{background:#fff1d3;color:var(--budget-orange)}.budget-icon-safe{color:#0e63c8}.budget-positive{color:var(--budget-green)!important}.budget-negative{color:var(--budget-red)!important}.budget-warning-copy{color:var(--budget-orange)!important}.budget-mobile-insight{align-items:center;border-color:#f5ba55;display:flex;gap:16px;margin-bottom:10px;padding:14px}.budget-mobile-insight span{align-items:center;background:#fff0ca;border-radius:999px;display:inline-flex;font-size:28px;font-weight:900;height:54px;justify-content:center;width:54px}.budget-mobile-insight p{font-size:16px;line-height:1.35;margin:0}.budget-mobile-window,.budget-mobile-items,.budget-mobile-form-card,.budget-mobile-bottom-actions,.budget-mobile-row-card{margin-bottom:14px;padding:16px}.budget-mobile-window>div:first-child{align-items:center;display:flex;font-size:18px;gap:10px;justify-content:space-between;margin-bottom:12px}.budget-mobile-window>div:first-child span{text-align:right}.budget-mobile-chip-row{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px}.budget-mobile-chip-row button,.budget-mobile-segment{background:#ffffffe0;border:1px solid var(--budget-border);border-radius:999px;color:var(--budget-navy);cursor:pointer;flex:0 0 auto;font-weight:700;min-height:44px;padding:0 18px}.budget-mobile-chip-row button.is-selected,.budget-mobile-segment.is-selected{background:linear-gradient(135deg,#3a8be0,#1f6ec7);border-color:transparent;color:#fff}.budget-mobile-running{display:block;margin-bottom:16px}.budget-mobile-section-title{font-size:21px;margin:14px 0 8px 42px}.budget-mobile-timeline{align-items:center;display:flex;flex-direction:column;gap:30px;padding-top:8px;position:relative}.budget-mobile-timeline:before{background:#0963d7;content:"";height:94%;left:50%;position:absolute;top:18px;transform:translate(-50%);width:2px}.budget-mobile-timeline span{background:#fff;border:3px solid #0963d7;border-radius:999px;color:#fff;display:block;height:16px;position:relative;width:16px;z-index:1}.budget-mobile-timeline span.is-lowest{align-items:center;background:var(--budget-orange);border-color:var(--budget-orange);color:var(--budget-navy);display:flex;font-weight:900;height:32px;justify-content:center;width:32px}.budget-mobile-day-list{display:grid;gap:6px}.budget-mobile-day-card{display:grid;grid-template-columns:1fr auto;min-height:76px;padding:12px 10px 12px 14px}.budget-mobile-day-card.is-lowest{background:linear-gradient(135deg,#fffaf0fa,#fff7e2f5);border-color:var(--budget-orange)}.budget-mobile-day-card h3,.budget-mobile-items h2{font-size:19px;margin:0 0 4px}.budget-mobile-day-card p,.budget-mobile-day-card small,.budget-mobile-day-card span{color:#244165;display:block;margin:0 0 3px}.budget-mobile-day-card>div:last-child{align-self:end;text-align:right}.budget-mobile-day-card em,.budget-mobile-pill{background:#fde8e7;border-radius:999px;color:var(--budget-red);font-size:12px;font-style:normal;padding:2px 7px}.budget-mobile-day-card em.income,.budget-mobile-pill.budget-type-income,.budget-mobile-pill.budget-status-cleared{background:#e5f4e9;color:var(--budget-green)}.budget-mobile-pill.budget-type-expense{background:#fff0df;color:#c45c00}.budget-mobile-pill.budget-status-pending{background:#f0f1f3;color:#244165}.budget-mobile-item-list button{align-items:center;background:transparent;border:0;border-top:1px solid rgba(222,214,200,.82);color:var(--budget-navy);cursor:pointer;display:grid;gap:8px;grid-template-columns:36px 1fr auto auto auto auto auto;min-height:58px;padding:10px 0;text-align:left;width:100%}.budget-mobile-type-icon{font-size:22px;height:34px;width:34px}.budget-mobile-type-icon.budget-type-income{background:#e4f4e8;color:var(--budget-green)}.budget-mobile-type-icon.budget-type-bill{background:#fde8e8;color:var(--budget-red)}.budget-mobile-type-icon.budget-type-expense{background:#fff0df;color:#c45c00}.budget-mobile-subview{padding-top:16px}.budget-mobile-subview-header{grid-template-columns:1fr auto;margin-bottom:20px}.budget-mobile-subview-header h1{font-size:clamp(34px,11vw,43px)}.budget-mobile-field,.budget-mobile-field-label{color:var(--budget-navy);display:grid;font-size:18px;font-weight:900;gap:9px;margin-bottom:18px}.budget-mobile-field input,.budget-mobile-field textarea{background:#ffffffe6;border:1px solid #bfb9af;border-radius:10px;color:var(--budget-navy);font-size:22px;outline:0;padding:16px;width:100%}.budget-mobile-field textarea{min-height:112px;resize:vertical}.budget-mobile-field small{color:var(--budget-muted);font-weight:500;justify-self:end;margin-top:-42px;padding-right:10px}.budget-mobile-money-field,.budget-mobile-date-field{position:relative}.budget-mobile-money-field input{font-size:clamp(34px,10vw,43px);letter-spacing:-.04em}.budget-mobile-date-field button{align-items:center;background:#fff;border:1px solid var(--budget-border);border-radius:10px;color:var(--budget-muted);cursor:pointer;display:inline-flex;font-weight:800;min-height:42px;padding:0 14px;position:absolute;right:14px;top:47px}.budget-mobile-date-field input{padding-right:70px}.budget-mobile-status{background:#e8f1fbdb;border:1px solid #c7dbf0;border-radius:14px;color:var(--budget-navy);font-weight:800;margin-bottom:10px;padding:10px 12px}.budget-mobile-status-error{background:#fff0ef;border-color:#f3b6b1;color:var(--dashboard-error)}.budget-mobile-surface .react-calendar{border:1px solid var(--budget-border);border-radius:16px;box-shadow:0 10px 28px #1c243012;font-family:inherit;margin:8px 0 16px;overflow:hidden;width:100%}.budget-mobile-surface .react-calendar button{border-radius:10px}.budget-mobile-divider{border-top:1px solid var(--budget-border);margin:8px 0 18px}.budget-mobile-segment-row{display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin-bottom:16px}.budget-mobile-three-up{grid-template-columns:repeat(3,1fr)}.budget-mobile-segment{border-radius:10px;font-size:18px;min-height:58px;padding:0 8px}.budget-mobile-segment.budget-type-income{color:var(--budget-green)}.budget-mobile-segment.budget-type-bill{color:#b82c34}.budget-mobile-segment.budget-type-expense{color:#bb5b06}.budget-mobile-segment.budget-type-income.is-selected{background:#effaf1;border-color:var(--budget-green);color:var(--budget-green)}.budget-mobile-segment.budget-type-bill.is-selected{background:#fff3f3;border-color:#b82c34;color:#b82c34}.budget-mobile-segment.budget-type-expense.is-selected{background:#fff4e9;border-color:#bb5b06;color:#bb5b06}.budget-mobile-repeat-row,.budget-mobile-balance-card,.budget-mobile-preview-heading{align-items:center;display:flex;gap:18px;justify-content:space-between}.budget-mobile-repeat-row small,.budget-mobile-help-copy,.budget-mobile-info-copy,.budget-mobile-preview-heading p,.budget-mobile-balance-card p{color:var(--budget-muted);display:block;line-height:1.55;margin:4px 0 0}.budget-mobile-repeat-row input{height:34px;width:58px}.budget-mobile-bottom-actions{border-radius:18px 18px 0 0;display:grid;gap:12px;margin:18px auto 0;max-width:430px;position:static;transform:none;width:100%}.budget-mobile-primary-action,.budget-mobile-remove-action,.budget-mobile-cancel-action{border-radius:10px;min-height:58px;width:100%}.budget-mobile-remove-action,.budget-mobile-cancel-action{background:transparent;border:1px solid var(--budget-blue);color:var(--budget-blue);cursor:pointer;font-size:22px;font-weight:800}.budget-mobile-remove-action{border-color:#d32028;color:#b82c34}.budget-mobile-bottom-actions p{color:var(--budget-muted);margin:0;text-align:center}.budget-mobile-balance-card h2,.budget-mobile-preview-heading h2{font-size:clamp(28px,8vw,31px);margin:0}.budget-mobile-preview-row{border-top:1px solid var(--budget-border);color:var(--budget-muted);display:flex;font-size:18px;justify-content:space-between;padding:14px 4px}.budget-mobile-preview-row strong{color:var(--budget-navy)}@media(max-width:460px){.budget-mobile-surface{max-width:none}.budget-mobile-hero h2,.budget-mobile-money-field input,.budget-mobile-subview-header h1{font-size:38px}.budget-mobile-field input,.budget-mobile-field textarea{font-size:21px;padding:14px}.budget-mobile-field textarea{min-height:92px}.budget-mobile-three-up{grid-template-columns:1fr}.budget-mobile-segment{min-height:48px}.budget-mobile-hero{gap:10px;padding:14px}.budget-mobile-hero .budget-mobile-icon{height:44px;width:44px}.budget-mobile-add-button{border-radius:16px;font-size:16px;min-height:48px;padding:0 16px}.budget-mobile-summary-grid{gap:8px}.budget-mobile-summary-grid>*{gap:8px;padding:9px;font-size:15px}.budget-mobile-summary-grid .budget-mobile-icon{font-size:19px;height:38px;width:38px}.budget-mobile-summary-grid strong{font-size:18px;letter-spacing:-.03em;text-overflow:clip}.budget-mobile-window>div:first-child{align-items:flex-start;flex-direction:column}.budget-mobile-window>div:first-child span{text-align:left}.budget-mobile-item-list button{grid-template-columns:34px 1fr auto}.budget-mobile-item-list button>span:nth-last-child(-n+4),.budget-mobile-item-list button>em:nth-of-type(2){display:none}}
