@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--brand-blue: #2563eb;--brand-violet: #7c3aed;--brand-pink: #d946ef;--brand-gradient: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);--brand-gradient-full: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #d946ef 100%);--color-income: #16a34a;--color-expense: #dc2626;--color-warning: #d97706;--color-info: #0284c7;--sidebar-width: 240px;--sidebar-collapsed-w: 68px;--sidebar-bg-light: #ffffff;--sidebar-bg-dark: #0f172a;--sidebar-border-light: rgba(226, 232, 240, 1);--sidebar-border-dark: rgba(30, 41, 59, 1);--content-max-w: 1300px;--header-h: 0px;--bottom-nav-h: 60px;--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-out: cubic-bezier(.16, 1, .3, 1);--duration-fast: .15s;--duration-base: .25s;--duration-slow: .4s;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%;overflow-x:hidden;transition:background-color var(--duration-base) ease,color var(--duration-base) ease}#root{width:100%;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#9ca3af66;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#9ca3afb3}.app-sider{transition:width var(--duration-base) var(--ease-out)!important;overflow:hidden!important}.app-sider .ant-layout-sider-children{display:flex;flex-direction:column;height:100%;overflow:hidden}.sidebar-nav-item{position:relative;border-radius:10px!important;margin:2px 8px!important;transition:background var(--duration-fast) ease,color var(--duration-fast) ease!important}.sidebar-nav-item:before{content:"";position:absolute;inset:0;border-radius:10px;background:var(--brand-gradient);opacity:0;transition:opacity var(--duration-fast) ease;pointer-events:none}.sidebar-nav-item.ant-menu-item-selected:before{opacity:.12}.sidebar-nav-item.ant-menu-item-selected:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:var(--brand-gradient);border-radius:0 3px 3px 0}.sidebar-section-label{font-size:10px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:16px 16px 4px;opacity:.45;white-space:nowrap;overflow:hidden;transition:opacity var(--duration-base) ease,height var(--duration-base) ease}.ant-layout-sider-collapsed .sidebar-section-label{opacity:0;height:0;padding:0}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:var(--bottom-nav-h);z-index:1000;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(226,232,240,.8);align-items:center;justify-content:space-around;padding:0 16px}.bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;position:relative}.mobile-add-dropdown .ant-dropdown-menu-item{padding:12px 16px!important;font-size:15px!important;border-radius:8px!important;margin-bottom:4px}.mobile-add-dropdown .ant-dropdown-menu-item:last-child{margin-bottom:0}.app-sider{display:none!important}.desktop-content-wrapper{margin-left:0!important;padding-bottom:calc(var(--bottom-nav-h) + 16px)!important;padding-left:16px!important;padding-right:16px!important}.txn-row{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;position:relative;padding:16px 14px!important}.txn-row .txn-actions{opacity:1!important;width:100%!important;justify-content:flex-end;margin-top:4px;border-top:1px solid rgba(226,232,240,.6);padding-top:8px}.txn-row .txn-merchant-name{white-space:normal!important;word-break:break-word}.txn-row .txn-amount{align-self:flex-end;margin-top:-36px;font-size:16px!important}.chat-container{display:flex;position:relative;height:calc(100vh - 88px - var(--bottom-nav-h))!important;border-radius:0!important;border-left:none!important;border-right:none!important;overflow:hidden;border:1px solid rgba(226,232,240,.8);background:#fff}.chat-sidebar{position:absolute;left:0;top:65px;bottom:0;z-index:100;background:#fff;box-shadow:8px 0 24px #00000026;width:260px;min-width:260px;transition:width .25s ease,min-width .25s ease;overflow:hidden;border-right:1px solid rgba(226,232,240,.8);display:flex;flex-direction:column}.amount-input-row{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px!important;width:100%}.amount-input-row .ant-select{width:100%!important}.amount-input-row input{width:100%!important;max-width:100%!important;text-align:center!important}.analytics-range-picker-container{display:flex;align-items:center;width:100%!important;justify-content:space-between;gap:8px}.analytics-range-picker-container .ant-picker{flex:1;width:100%!important}@media(min-width:769px){.bottom-nav{display:none!important}.app-sider{display:block!important}.desktop-content-wrapper{padding-bottom:0!important;padding-left:0!important;padding-right:0!important}.txn-row{flex-direction:row!important;align-items:center!important;gap:initial!important;padding:initial!important}.txn-row .txn-actions{opacity:0!important;width:auto!important;margin-top:0;border-top:none;padding-top:0}.txn-row:hover .txn-actions{opacity:1!important}.txn-row .txn-merchant-name{white-space:nowrap!important}.txn-row .txn-amount{align-self:auto;margin-top:0;font-size:inherit!important}.chat-container{height:calc(100vh - 88px)!important;border-radius:20px!important;border-left:1px solid rgba(226,232,240,.8)!important;border-right:1px solid rgba(226,232,240,.8)!important}.chat-sidebar{position:relative;top:0;box-shadow:none}.amount-input-row{flex-direction:row;gap:8px!important}.amount-input-row .ant-select{width:auto!important}.amount-input-row input{width:auto!important;max-width:initial!important;text-align:left!important}.analytics-range-picker-container{width:auto!important;justify-content:flex-start}.analytics-range-picker-container .ant-picker{flex:initial;width:auto!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #7c3aed4d}50%{box-shadow:0 0 0 8px #7c3aed00}}@keyframes scanLine{0%{top:0%}50%{top:95%}to{top:0%}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes bounce-in{0%{transform:scale(.8);opacity:0}60%{transform:scale(1.05);opacity:1}to{transform:scale(1)}}@keyframes typing-dot{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.animate-fade-in{animation:fadeIn .4s ease-out forwards}.animate-fade-in-up{animation:fadeInUp .5s ease-out forwards}.animate-slide-up{animation:slideUp .5s ease-out forwards}.animate-bounce-in{animation:bounce-in .4s var(--ease-spring) forwards}.stagger-children>*:nth-child(1){animation-delay:0ms}.stagger-children>*:nth-child(2){animation-delay:60ms}.stagger-children>*:nth-child(3){animation-delay:.12s}.stagger-children>*:nth-child(4){animation-delay:.18s}.skeleton{background:linear-gradient(90deg,#e2e8f0cc 25%,#f1f5f9,#e2e8f0cc 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:8px}.dark .skeleton{background:linear-gradient(90deg,#1e293bcc 25%,#334155,#1e293bcc 75%);background-size:200% 100%}.skeleton-text{height:14px;border-radius:4px}.skeleton-title{height:24px;border-radius:6px}.skeleton-card{height:120px;border-radius:12px}.glass-panel{backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%)}.gradient-text{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:var(--brand-gradient)}.dark .gradient-text{background-image:linear-gradient(135deg,#60a5fa,#a78bfa)}.card-hover{transition:transform var(--duration-base) var(--ease-out),box-shadow var(--duration-base) ease!important;cursor:default}.card-hover:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0000001a!important}.import-type-card{border-radius:16px!important;border:2px solid transparent!important;cursor:pointer;transition:all var(--duration-base) ease!important;overflow:hidden}.import-type-card.selected{border-color:var(--brand-blue)!important;box-shadow:0 0 0 4px #2563eb1a!important}.import-type-card:hover{transform:translateY(-4px)}.upload-dropzone{border:2px dashed rgba(124,58,237,.4)!important;border-radius:16px!important;transition:all var(--duration-base) ease!important;background:#7c3aed05!important}.upload-dropzone:hover,.upload-dropzone.drag-over{border-color:var(--brand-violet)!important;background:#7c3aed0d!important}.chat-bubble{max-width:75%;padding:12px 16px;border-radius:18px;line-height:1.6;font-size:14px;animation:fadeInUp .25s ease-out;word-break:break-word}.chat-bubble-user{align-self:flex-end;background:var(--brand-gradient);color:#fff;border-bottom-right-radius:4px}.chat-bubble-assistant{align-self:flex-start;border-bottom-left-radius:4px}.typing-dot{width:6px;height:6px;border-radius:50%;display:inline-block;animation:typing-dot 1.2s infinite}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}.txn-row{border-radius:12px!important;margin-bottom:8px!important;border:1px solid transparent!important;transition:all var(--duration-fast) ease!important}.txn-row:hover{border-color:#7c3aed26!important;box-shadow:0 4px 16px #0000000f!important}.txn-row .txn-actions{opacity:0;transition:opacity var(--duration-fast) ease}.txn-row:hover .txn-actions{opacity:1}.txn-merchant-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat-card{border-radius:16px!important;overflow:hidden;position:relative}.stat-card:after{content:"";position:absolute;top:-40%;right:-10%;width:120px;height:120px;border-radius:50%;opacity:.06;pointer-events:none}.ant-menu-horizontal{border-bottom:none!important}.page-enter{animation:fadeInUp .35s var(--ease-out)}.ant-input:focus,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused{box-shadow:0 0 0 2px #7c3aed33!important}.ant-steps-item-process .ant-steps-item-icon{background:var(--brand-gradient)!important;border-color:transparent!important}:root{--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-tertiary: #f1f5f9;--text-primary: #1e293b;--text-secondary: #475569;--text-muted: #94a3b8;--border-color: rgba(226, 232, 240, .8);--border-color-strong: #d1d5db;--shadow-sm: 0 1px 3px rgba(0,0,0,.05);--shadow-md: 0 4px 16px rgba(0,0,0,.06);--shadow-lg: 0 10px 30px rgba(0,0,0,.05);--shadow-xl: 0 10px 40px rgba(0,0,0,.1);--card-bg: #ffffff;--input-bg: #ffffff;--glass-bg: rgba(255, 255, 255, .85);--glass-border: 1px solid rgba(0,0,0,.05);--primary-highlight: linear-gradient(135deg, rgba(37,99,235,.06) 0%, rgba(124,58,237,.06) 100%);--primary-highlight-border: 1px solid rgba(124,58,237,.15);--ring-bg: rgba(226, 232, 240, .4);--ring-empty: #e2e8f0}:root.dark{--bg-primary: #0b1120;--bg-secondary: #0f172a;--bg-tertiary: #1e293b;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--border-color: #1e293b;--border-color-strong: #334155;--shadow-sm: 0 1px 3px rgba(0,0,0,.2);--shadow-md: 0 4px 16px rgba(0,0,0,.3);--shadow-lg: 0 10px 30px rgba(0,0,0,.4);--shadow-xl: 0 10px 40px rgba(0,0,0,.5);--card-bg: #0f172a;--input-bg: #1e293b;--glass-bg: rgba(15, 23, 42, .85);--glass-border: 1px solid rgba(255,255,255,.1);--primary-highlight: linear-gradient(135deg, rgba(37,99,235,.12) 0%, rgba(124,58,237,.12) 100%);--primary-highlight-border: 1px solid rgba(124,58,237,.3);--ring-bg: rgba(255, 255, 255, .08);--ring-empty: #334155}body{background-color:var(--bg-primary);color:var(--text-primary)}.theme-card{background-color:var(--card-bg)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-xl)!important;color:var(--text-primary)!important}.theme-card-secondary{background-color:var(--card-bg)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-lg)!important}.theme-text{color:var(--text-primary)!important}.theme-text-secondary{color:var(--text-secondary)!important}.theme-glass{background:var(--glass-bg)!important;border:var(--glass-border)!important}.theme-input{background:var(--input-bg)!important;border:1px solid var(--border-color-strong)!important;color:var(--text-primary)!important}.theme-highlight-row{background:var(--primary-highlight)!important;border:var(--primary-highlight-border)!important}.theme-ring-bg{stroke:var(--ring-bg)!important}.theme-ring-empty{stroke:var(--ring-empty)!important}.theme-border{border-color:var(--border-color)!important}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors:active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors:active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}
