body{font-family:var(--font-geist-sans),Arial,Helvetica,sans-serif}
.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:.5;--rdp-outside-opacity:.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction),transparent 50%,var(--rdp-range_middle-background-color)50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction),var(--rdp-range_middle-background-color)50%,transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:.75;--rdp-weekday-padding:.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:.3s;--rdp-animation_timing:cubic-bezier(.4,0,.2,1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{inset-inline-start:0;height:var(--rdp-nav-height);display:inline-flex;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{inset-inline-end:0;height:var(--rdp-nav-height);justify-content:center;display:inline-flex;position:absolute;top:0}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}
.dropdown-item:active,.dropdown-item.active{background-color:#264059;color:#fff!important}*,:before,:after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}ul[role=list],ol[role=list]{list-style:none}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:#204060;text-decoration:none;transition:color .3s}a:hover{color:#204060e6}small{font-size:.875rem}.text-muted{color:#5c6773!important}.dashboard-container{height:100vh;position:relative;overflow:hidden}.dashboard-content{width:100%;overflow:hidden}.page-title-section{border-left:3px solid #204060;padding:.25rem 0 .25rem 1rem;position:relative}.page-title-section__title{color:#0d1a26;letter-spacing:-.015em;font-size:clamp(1.35rem,2.1vw,1.75rem);font-weight:700;line-height:1.2}.page-title-section__description{color:#495057;letter-spacing:0;max-width:70ch;font-size:.95rem;font-weight:400;line-height:1.45}.sidebar-backdrop{z-index:1035;background-color:#00000080;width:100%;height:100%;display:none;position:fixed;top:0;left:0}@media (max-width:767px){.sidebar-backdrop{display:block}}@media (max-width:575px){.page-title-section{padding-left:.75rem}.page-title-section__title{font-size:1.2rem}.page-title-section__description{font-size:.9rem}}.sidebar{background:#1a1a2e;border-right:1px solid #233e5c;height:100vh;transition:width .3s,transform .3s;overflow:hidden}.sidebar.sidebar-gradient{background:linear-gradient(135deg,#132639 0%,#233e5c 50%,#2e4f6b 100%)}@media (min-width:768px){.sidebar.collapsed{width:64px}.sidebar.expanded{width:22rem}}@media (max-width:767px){.sidebar{z-index:1040;width:22rem;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.mobile-open{transform:translate(0)}.sidebar.mobile-closed{transform:translate(-100%)}}.sidebar-header{border-bottom:1px solid #233e5c;align-items:center;height:64px;min-height:64px;padding:2.5rem 1.75rem;display:flex}.sidebar-header .text-gradient{background:linear-gradient(90deg,#5ea3ba 0%,#70c1db 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.sidebar-header h5,.sidebar-header .h5{color:#fff;margin-bottom:0;font-size:1.5rem;font-weight:700}.sidebar-nav{flex:1;overflow-y:auto;padding:1rem!important}.sidebar-nav .nav-item{width:100%;margin-bottom:.5rem}.sidebar-nav-link{border-radius:.75rem;align-items:center;gap:.75rem;text-decoration:none;transition:all .2s;display:flex;color:#ffffffb3!important;padding:.75rem 1rem!important}.sidebar-nav-link .sidebar-icon{flex-shrink:0;width:1.25rem;height:1.25rem}.sidebar-nav-link span{font-weight:500}.sidebar-nav-link:hover{background-color:#26405980;color:#fff!important}.sidebar-nav-link.active{background-color:#264059;color:#fff!important}.sidebar-logo-icon{flex-shrink:0;width:28px;height:28px}.dashboard-header{z-index:1030;height:64px;min-height:64px;position:relative}.sidebar-menu-toggle{color:#0d1a26;text-decoration:none}.sidebar-menu-toggle:hover{color:#204060}.user-avatar-placeholder{width:32px;height:32px;font-size:14px}#user-dropdown{position:relative}#user-dropdown+.dropdown-menu{z-index:1031;border:none;border-radius:12px;min-width:220px;margin-top:10px;padding:.5rem;position:absolute;left:auto;right:0;box-shadow:0 10px 25px #0000001a}@media (max-width:575px){#user-dropdown+.dropdown-menu{min-width:200px;max-width:calc(100vw - 2rem);right:.5rem}}#user-dropdown+.dropdown-menu:before{content:"";background:#fff;border-top:1px solid #0000000d;border-left:1px solid #0000000d;width:12px;height:12px;position:absolute;top:-6px;right:20px;transform:rotate(45deg)}#user-dropdown .nav-link:after{display:none}.user-profile-trigger{cursor:pointer;transition:opacity .2s}.user-profile-trigger:hover{opacity:.8}.user-profile-trigger .user-avatar{border:2px solid #0000;transition:border-color .2s}.user-dropdown-header{padding-bottom:.5rem}.user-dropdown-header .email-text{max-width:180px;display:inline-block}.dropdown-item-with-icon,.dropdown-item-logout{color:#495057;border-radius:8px;align-items:center;margin-bottom:2px;padding:.6rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.dropdown-item-with-icon svg,.dropdown-item-logout svg{opacity:.7;transition:opacity .2s}.dropdown-item-with-icon:hover,.dropdown-item-logout:hover{background-color:#e9ecef;color:#204060!important}.dropdown-item-with-icon:hover svg,.dropdown-item-logout:hover svg{opacity:1;color:#204060}.dropdown-item-logout{color:#dc2626}.dropdown-item-logout:hover{color:#dc2626;background-color:#fef2f2}.dropdown-item-logout:hover svg{color:#dc2626}.dropdown-divider{opacity:1;border-top:1px solid #e9ecef;margin:.5rem -.5rem}.dashboard-header .nav-link{padding:0}@media (max-width:575px){.dashboard-header .navbar-nav{position:static}.dashboard-header .dropdown-menu{position:fixed;top:64px;left:auto;right:.5rem;transform:none}}.login-container{background:linear-gradient(135deg,#132639 0%,#233e5c 50%,#2e4f6b 100%)}@media (max-width:575px){.login-container{padding:1rem!important}}.login-card-wrapper{max-width:460px}@media (max-width:575px){.login-card-wrapper{max-width:100%}}.login-card{max-width:460px}@media (max-width:575px){.login-card{max-width:100%}}.main-auth-wrapper{background:linear-gradient(135deg,#132639 0%,#233e5c 50%,#2e4f6b 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.text-gradient{color:#0000;background-image:linear-gradient(90deg,#5ea3ba 0%,#70c1db 100%);-webkit-background-clip:text;background-clip:text}.text-muted-foreground{color:#5c6773}.text-foreground,.text-foreground:hover{color:#0d1a26}.bg-primary{border:#204060;background-color:#204060!important}.bg-primary:hover{opacity:.9}.auth-card{background-color:#fff;border-width:1px;border-color:#dee0e3;border-radius:.75rem;width:100%;max-width:460px;margin:0 auto;padding:2rem;box-shadow:0 8px 32px -8px #172e451f}.teal-glow{box-shadow:0 0 30px #70c1db40}.link-highlight{color:#ed741b!important}.link-highlight:hover,.link-highlight:focus,.link-highlight:active{opacity:.8;text-decoration:none}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;top:20px;right:20px}.toast-item{pointer-events:auto;border-radius:12px;align-items:flex-start;gap:14px;min-width:320px;max-width:450px;padding:16px 20px;transition:all .3s;animation:.3s forwards toast-in;display:flex;position:relative;box-shadow:0 4px 20px -4px #172e4526}.toast-item.success{background-color:#ecfdf5;border:1px solid #10b9814d}.toast-item.success .toast-icon{color:#10b981}.toast-item.info{background-color:#5ea3ba1a;border:1px solid #5ea3ba4d}.toast-item.info .toast-icon{color:#5ea3ba}.toast-item.warning{background-color:#fffbeb;border:1px solid #f59e0b4d}.toast-item.warning .toast-icon{color:#f59e0b}.toast-item.error{background-color:#fef2f2;border:1px solid #dc26264d}.toast-item.error .toast-icon{color:#dc2626}.toast-item .toast-icon{flex-shrink:0;margin-top:2px;font-size:20px}.toast-item .toast-content{flex-grow:1}.toast-item .toast-content .toast-title{color:#0d1a26;margin-bottom:4px;font-size:16px;font-weight:600;line-height:1.2}.toast-item .toast-content .toast-message{color:#495057;font-size:14px;line-height:1.4}.toast-item .toast-close{cursor:pointer;color:#5c6773;background:0 0;border:none;flex-shrink:0;margin-top:-4px;margin-right:-8px;padding:4px;transition:color .2s}.toast-item .toast-close:hover{color:#0d1a26}@keyframes toast-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-out{opacity:0;pointer-events:none;transform:translate(100%)}.modal-content{border:none;overflow:hidden;box-shadow:0 8px 32px -8px #172e451f;border-radius:16px!important}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-header .btn-close{opacity:.8;background-color:#e9ecef;border-radius:50%;padding:.5rem;font-size:.75rem;transition:all .2s}.modal-header .btn-close:hover{opacity:1;background-color:#dee2e6}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem 1.75rem}.premium-input-group{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:10px;transition:all .2s;overflow:hidden}.premium-input-group:focus-within{border-color:#204060;box-shadow:0 0 0 4px #2040601a}.premium-input-group .form-control{padding:.75rem 1rem;font-weight:500;background-color:#0000!important;border:none!important}.premium-input-group .form-control:focus{box-shadow:none!important}.premium-input-group .form-control.is-invalid{background-image:none!important}.premium-input-group .input-group-text{padding-left:1rem;border:none!important}.premium-input-group .btn{padding-right:1rem;border:none!important}.premium-input-group .btn:hover{color:#204060!important}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.premium-input-group .invalid-feedback{margin-top:.5rem;font-size:.8rem;font-weight:500}.cashflow-page{--background:0 0% 100%;--foreground:240 6% 4%;--card:0 0% 100%;--card-foreground:240 6% 4%;--popover:0 0% 100%;--popover-foreground:240 6% 4%;--primary:240 6% 4%;--primary-foreground:0 0% 100%;--secondary:240 5% 96%;--secondary-foreground:240 6% 4%;--muted:240 5% 96%;--muted-foreground:240 4% 46%;--accent:240 5% 96%;--accent-foreground:240 6% 4%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:0 0% 0%/.06;--input:240 6% 90%;--ring:240 6% 4%;--radius:.5rem;--positive:160 84% 39%;--negative:0 84% 60%;--chart-bar:240 6% 4%/.05;--chart-bar-hover:240 6% 4%/.8;--label:240 4% 65%;width:100%}.cashflow-hero{box-shadow:none;background:#fff;overflow:hidden}.cashflow-combined{box-shadow:none;background:#fff;border:1px solid #1118271f;border-radius:10px;margin-bottom:1.5rem;overflow:hidden}.cashflow-hero-top{border-bottom:1px solid #1118271f;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .9rem;display:flex}.cashflow-hero-title-wrap{align-items:center;gap:.45rem;display:inline-flex}.cashflow-hero-title-dot{background:#111827;border-radius:2px;width:1.25rem;height:1.25rem}.cashflow-hero-title{color:#111827;font-size:13px;font-weight:500}.cashflow-hero-period-toggle{border:1px solid #1118271f;border-radius:7px;align-items:center;display:inline-flex;overflow:hidden}.cashflow-period-btn{color:#495057;background:#fff;border:0;padding:.32rem .72rem;font-size:12px;font-weight:500;line-height:1.2}.cashflow-period-btn.is-active{color:#111827;background:#e9ecef}.cashflow-hero-body{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:2.5rem 1rem;display:flex}.cashflow-hero-label{letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--label));margin-bottom:.5rem;font-size:11px;font-weight:600}.cashflow-hero-amount{color:#111827;margin:0;font-size:3rem;font-weight:600;line-height:1.1}.cashflow-hero-change{margin-top:15px;margin-bottom:0;font-size:13px;font-weight:400}.cashflow-hero-change--positive{color:hsl(var(--positive))}.cashflow-hero-change--negative{color:hsl(var(--negative))}.cashflow-hero-back-action{color:hsl(var(--muted-foreground));text-underline-offset:2px;background:0 0;border:0;border-radius:0;margin-top:14px;padding:0;font-size:12px;text-decoration:underline}.cashflow-hero-back-subtext{color:hsl(var(--muted-foreground));margin-top:15px;margin-bottom:0;font-size:12px}.cashflow-hero-back-subtext__month{color:#111827}.cashflow-chart{background:#fff;padding:1rem}.cashflow-chart-head{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.75rem;margin-bottom:28px;display:flex}.cashflow-chart-date-warning{color:hsl(var(--destructive));flex-basis:100%;font-size:12px}.cashflow-chart-range-label{letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--label));font-size:11px;font-weight:600}.cashflow-chart-date-filters{align-items:center;gap:.5rem;display:inline-flex}.cashflow-chart-date-filters span{color:#a5aaaf;font-size:12px}.cashflow-chart-date-trigger{color:#495057;text-align:left;background:#fff;border:1px solid #1118271f;border-radius:6px;min-width:108px;padding:.26rem .5rem;font-size:12px}.cashflow-chart-date-action{color:#343a40;background:#fff;border:1px solid #1118271f;border-radius:6px;margin-right:.5rem;padding:.26rem .6rem;font-size:12px}.cashflow-chart-date-action:disabled{opacity:.55;cursor:not-allowed}.cashflow-chart-date-popover{z-index:40;background:#fff;border:1px solid #1118271f;border-radius:8px;padding:.5rem .6rem;box-shadow:0 12px 30px #13263924}.cashflow-chart-date-popover .rdp{--rdp-cell-size:32px;--rdp-accent-color:hsl(var(--primary));--rdp-background-color:#e9ecef;--rdp-outline:2px solid hsl(var(--primary));--rdp-outline-selected:2px solid hsl(var(--primary));margin:0;font-size:13px}.cashflow-chart-date-popover .rdp-months{justify-content:center}.cashflow-chart-date-popover .rdp-month{width:100%}.cashflow-chart-date-popover .rdp-caption{justify-content:center;align-items:center;min-height:32px;margin-bottom:.4rem;display:flex;position:relative}.cashflow-chart-date-popover .rdp-caption_label{text-align:center;pointer-events:none;justify-content:center;align-items:center;width:100%;height:32px;margin-top:6px;font-size:14px;font-weight:500;line-height:1;display:flex}.cashflow-chart-range-slider{margin:.9rem 0 1.1rem}.cashflow-chart-range-slider__header{color:#495057;justify-content:space-between;gap:1rem;margin-bottom:.35rem;font-size:12px;display:flex}.cashflow-chart-range-slider__controls{cursor:pointer;height:28px;position:relative}.cashflow-chart-range-slider__track{background:#1118271f;border-radius:999px;height:6px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.cashflow-chart-range-slider__selected{background:hsl(var(--primary));border-radius:999px;height:6px;position:absolute;top:50%;transform:translateY(-50%)}.cashflow-chart-range-slider__thumb{border:2px solid hsl(var(--primary));cursor:grab;background:#fff;border-radius:50%;width:16px;height:16px;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.cashflow-chart-range-slider__thumb:active{cursor:grabbing}.cashflow-chart-date-popover .rdp-nav{pointer-events:auto;justify-content:space-between;align-items:center;display:flex;position:absolute;inset:0}.cashflow-chart-date-popover .rdp-button_previous,.cashflow-chart-date-popover .rdp-button_next{width:28px;height:28px;color:hsl(var(--muted-foreground));background:0 0;border:1px solid #dee2e6;border-radius:6px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.cashflow-chart-date-popover .rdp-button_previous:hover,.cashflow-chart-date-popover .rdp-button_next:hover{color:hsl(var(--foreground));background:#e9ecef}.cashflow-chart-date-popover .rdp-button_previous svg,.cashflow-chart-date-popover .rdp-button_next svg{fill:hsl(var(--input));width:16px;height:16px}.cashflow-chart-date-popover .rdp-weekday{color:#495057;font-size:11px;font-weight:600}.cashflow-chart-date-popover .rdp-day_button{border:0;border-radius:6px;width:30px;height:30px;font-size:13px}.cashflow-chart-date-popover .rdp-day_button:hover{background:#e9ecef}.cashflow-chart-date-popover .rdp-selected .rdp-day_button{color:hsl(var(--primary-foreground));background:hsl(var(--primary))}.cashflow-chart-date-popover .rdp-today:not(.rdp-outside) .rdp-day_button{color:var(--bs-body-color);background:0 0;border:0}.cashflow-chart .recharts-default-legend,.cashflow-chart .recharts-legend-item-text{font-size:11px!important}.cashflow-chart-plot{margin-bottom:.25rem}.cashflow-chart-plot .recharts-wrapper:focus,.cashflow-chart-plot .recharts-wrapper:focus-visible,.cashflow-chart-plot .recharts-surface:focus,.cashflow-chart-plot .recharts-surface:focus-visible,.cashflow-chart-plot [class*=recharts-zIndex-layer]:focus,.cashflow-chart-plot [class*=recharts-zIndex-layer]:focus-visible,.cashflow-chart-plot g[tabindex]:focus,.cashflow-chart-plot g[tabindex]:focus-visible{box-shadow:none;outline:none}.cashflow-chart-plot .recharts-tooltip-cursor{display:none}.cashflow-chart-summary{border-top:0;margin-top:.75rem;padding-top:.85rem}.cashflow-chart-summary-head{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.cashflow-chart-summary__title{letter-spacing:.15em;text-transform:uppercase;color:hsl(var(--label));margin:0;font-size:11px;font-weight:600}.cashflow-chart-summary__period{color:hsl(var(--muted-foreground));margin:0 0 13px;font-size:11px}.cashflow-chart-summary__values{align-items:center;gap:1.5rem;display:flex}.cashflow-chart-summary__count{color:#495057;font-size:11px}.cashflow-chart-summary-box{background:hsl(var(--secondary)/.3);border:1px solid #1118271f;border-radius:8px;padding:.7rem .9rem}.cashflow-chart-summary__label{text-transform:uppercase;letter-spacing:.09em;color:hsl(var(--label));margin-bottom:.1rem;font-size:11px;display:block}.cashflow-chart-summary__amount{font-variant-numeric:tabular-nums;margin:0;font-size:13px;font-weight:500}.cashflow-chart-summary__net{margin-left:auto}.cashflow-chart-transactions{margin-top:24px}.cashflow-chart-transaction-row{border-bottom:1px solid #11182714;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem .25rem;transition:background-color .2s;display:flex}.cashflow-chart-transaction-row:hover{background:hsl(var(--secondary)/.45)}.cashflow-chart-transaction-row__description{color:#111827;margin:0;font-size:13px;font-weight:500}.cashflow-chart-transaction-row__meta{color:#495057;margin:.15rem 0 0;font-size:12px}.cashflow-chart-transaction-row__amount{white-space:nowrap;font-variant-numeric:tabular-nums;font-size:13px;font-weight:500}.is-positive{color:hsl(var(--positive))}.is-negative{color:hsl(var(--negative))}.cashflow-chart-empty{min-height:240px;color:hsl(var(--muted-foreground));border-top:1px solid #1118271f;justify-content:center;align-items:center;font-size:13px;display:flex}.cashflow-chart-tooltip{background:#fff;border:1px solid #1118271f;border-radius:8px;padding:.45rem .6rem;font-size:12px;box-shadow:0 8px 20px #1326391f}.cashflow-chart-tooltip__title{color:#111827;margin:0 0 .3rem;font-weight:600}.cashflow-chart-tooltip__row{color:#343a40;align-items:center;gap:.35rem;margin:.2rem 0;display:flex}.cashflow-chart-tooltip__dot{border-radius:50%;width:8px;height:8px}.mt-10{margin-top:10rem}.mb-10{margin-bottom:10rem}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.text-gray{color:#a5aaaf}.text-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.text-xsm{font-size:.855em}.transition-all{transition:all .3s}
/*# sourceMappingURL=be3980c9380f8dd7.css.map*/