.ai-chat-widget-module__rumSBW__floatingButton{background:var(--foreground);width:56px;height:56px;color:var(--background);border:1px solid var(--foreground);cursor:pointer;box-shadow:none;z-index:9998;border-radius:4px;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:fixed;bottom:24px;right:24px}.ai-chat-widget-module__rumSBW__floatingButton:hover{opacity:.88}.ai-chat-widget-module__rumSBW__floatingButton:active{opacity:.75}.ai-chat-widget-module__rumSBW__chatWindow{background:var(--background);border:1px solid var(--border);width:420px;max-width:calc(100vw - 48px);height:600px;max-height:calc(100vh - 48px);box-shadow:none;z-index:9999;border-radius:4px;flex-direction:column;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden}.ai-chat-widget-module__rumSBW__chatHeader{background:var(--background);color:var(--foreground);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.ai-chat-widget-module__rumSBW__headerContent{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.ai-chat-widget-module__rumSBW__botIcon{background:color-mix(in srgb,var(--foreground)8%,transparent);width:36px;height:36px;color:var(--foreground);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ai-chat-widget-module__rumSBW__headerTitle{font-size:.75rem;font-family:var(--font-montserrat),sans-serif;letter-spacing:.1em;text-transform:uppercase;margin:0;font-weight:700}.ai-chat-widget-module__rumSBW__headerSubtitle{color:var(--muted-foreground);margin:.15rem 0 0;font-size:.78rem;font-weight:400}.ai-chat-widget-module__rumSBW__closeButton{border:1px solid var(--border);color:var(--foreground);cursor:pointer;background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:border-color .2s;display:flex}.ai-chat-widget-module__rumSBW__closeButton:hover{border-color:color-mix(in srgb,var(--foreground)35%,var(--border))}.ai-chat-widget-module__rumSBW__messagesContainer{background:var(--background);flex:1;padding:1.25rem;overflow-y:auto}.ai-chat-widget-module__rumSBW__messagesContainer::-webkit-scrollbar{width:6px}.ai-chat-widget-module__rumSBW__messagesContainer::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.ai-chat-widget-module__rumSBW__welcomeMessage{text-align:center;color:var(--muted-foreground);padding:2rem 1rem}.ai-chat-widget-module__rumSBW__welcomeIcon{color:var(--muted-foreground);margin-bottom:1rem}.ai-chat-widget-module__rumSBW__welcomeMessage h4{color:var(--foreground);font-size:1rem;font-weight:700;font-family:var(--font-montserrat),sans-serif;text-transform:uppercase;letter-spacing:.06em;margin:.5rem 0 1rem}.ai-chat-widget-module__rumSBW__welcomeMessage p{margin:.75rem 0;font-size:.9rem;line-height:1.6}.ai-chat-widget-module__rumSBW__welcomeMessage ul{text-align:left;margin:1rem 0;padding-left:1.5rem;font-size:.88rem;line-height:1.8;display:inline-block}.ai-chat-widget-module__rumSBW__welcomeHint{color:var(--foreground);font-weight:600;margin-top:1.5rem!important}.ai-chat-widget-module__rumSBW__messagesList{flex-direction:column;gap:1rem;display:flex}.ai-chat-widget-module__rumSBW__message{gap:.75rem;max-width:85%;animation:.3s ai-chat-widget-module__rumSBW__slideIn;display:flex}@keyframes ai-chat-widget-module__rumSBW__slideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ai-chat-widget-module__rumSBW__message.ai-chat-widget-module__rumSBW__user{flex-direction:row-reverse;align-self:flex-end}.ai-chat-widget-module__rumSBW__message.ai-chat-widget-module__rumSBW__assistant{align-self:flex-start}.ai-chat-widget-module__rumSBW__messageIcon{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ai-chat-widget-module__rumSBW__message.ai-chat-widget-module__rumSBW__user .ai-chat-widget-module__rumSBW__messageIcon{background:var(--foreground);color:var(--background)}.ai-chat-widget-module__rumSBW__message.ai-chat-widget-module__rumSBW__assistant .ai-chat-widget-module__rumSBW__messageIcon{background:color-mix(in srgb,var(--foreground)8%,transparent);color:var(--foreground);border:1px solid var(--border)}.ai-chat-widget-module__rumSBW__messageContent{background:var(--background);border:1px solid var(--border);border-radius:4px;padding:.75rem .9rem}.ai-chat-widget-module__rumSBW__message.ai-chat-widget-module__rumSBW__user .ai-chat-widget-module__rumSBW__messageContent{background:color-mix(in srgb,var(--foreground)8%,var(--background));color:var(--foreground);border-color:var(--border)}.ai-chat-widget-module__rumSBW__message.ai-chat-widget-module__rumSBW__assistant .ai-chat-widget-module__rumSBW__messageContent{background:var(--background);border-color:var(--border)}.ai-chat-widget-module__rumSBW__messageContent p{white-space:pre-wrap;word-wrap:break-word;margin:0;font-size:.92rem;line-height:1.55}.ai-chat-widget-module__rumSBW__messageTime{opacity:.65;color:var(--muted-foreground);margin-top:.45rem;font-size:.68rem;display:block}.ai-chat-widget-module__rumSBW__typingIndicator{color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.88rem;display:flex}.ai-chat-widget-module__rumSBW__spinner{animation:1s linear infinite ai-chat-widget-module__rumSBW__spin}@keyframes ai-chat-widget-module__rumSBW__spin{to{transform:rotate(360deg)}}.ai-chat-widget-module__rumSBW__inputForm{background:var(--background);border-top:1px solid var(--border);align-items:flex-end;gap:.75rem;padding:1rem 1.25rem;display:flex}.ai-chat-widget-module__rumSBW__input{background:var(--background);border:1px solid var(--border);color:var(--foreground);resize:none;border-radius:4px;flex:1;min-height:44px;max-height:120px;padding:.7rem .85rem;font-family:inherit;font-size:.92rem;line-height:1.5;transition:border-color .2s}.ai-chat-widget-module__rumSBW__input:focus{border-color:color-mix(in srgb,var(--foreground)35%,var(--border));box-shadow:none;outline:none}.ai-chat-widget-module__rumSBW__input:disabled{opacity:.6;cursor:not-allowed}.ai-chat-widget-module__rumSBW__sendButton{background:var(--foreground);width:44px;height:44px;color:var(--background);border:1px solid var(--foreground);cursor:pointer;box-shadow:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .2s;display:flex}.ai-chat-widget-module__rumSBW__sendButton:hover:not(:disabled){opacity:.88}.ai-chat-widget-module__rumSBW__sendButton:disabled{opacity:.45;cursor:not-allowed}@media (max-width:768px){.ai-chat-widget-module__rumSBW__floatingButton{bottom:16px;right:16px}.ai-chat-widget-module__rumSBW__chatWindow{border:none;border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%;inset:0}.ai-chat-widget-module__rumSBW__messagesContainer{padding:1rem}.ai-chat-widget-module__rumSBW__inputForm{padding:.875rem 1rem}}
.finance-section{--finance-gold:var(--foreground);--finance-gold-light:var(--foreground);--finance-gold-subtle:color-mix(in srgb,var(--foreground)7%,transparent);--finance-gold-glow:color-mix(in srgb,var(--foreground)10%,transparent);--finance-gold-gradient:var(--foreground);--finance-gold-gradient-foreground:var(--background);--finance-gold-gradient-border:var(--border);--finance-surface:var(--background);--finance-surface-elevated:var(--background);--finance-border-subtle:var(--border);--finance-border-medium:color-mix(in srgb,var(--foreground)16%,var(--border));--card:var(--background);--secondary:var(--background);background:var(--background)}.finance-section .finance-card{box-shadow:none;background:var(--background);border:1px solid var(--border);border-radius:4px}.finance-section .finance-card:before{display:none}.finance-section .finance-card:hover{border-color:color-mix(in srgb,var(--foreground)28%,var(--border));box-shadow:none;transform:none}.finance-section .finance-stat-card{box-shadow:none;background:var(--background);border:1px solid var(--border);border-radius:4px}.finance-section .finance-stat-card:after{display:none}.finance-section .finance-stat-card:hover{box-shadow:none;transform:none}.finance-section .finance-action-btn{background:var(--foreground);color:var(--background);border:1px solid var(--foreground);box-shadow:none;border-radius:4px}.finance-section .finance-action-btn:hover{opacity:.9;box-shadow:none;transform:none}.finance-section .finance-upload-zone{border:1px dashed var(--border);background:var(--background);border-radius:4px}.finance-section .finance-upload-zone:before{display:none}.finance-section .finance-upload-zone:hover,.finance-section .finance-upload-zone.dragging{border-color:color-mix(in srgb,var(--foreground)30%,var(--border));background:color-mix(in srgb,var(--foreground)3%,var(--background));transform:none}.finance-section .finance-segmented{border:1px solid var(--border);background:var(--background);border-radius:4px}.finance-section .finance-segmented-btn{border-radius:3px}.finance-section .finance-segmented-btn.active{box-shadow:none;background:color-mix(in srgb,var(--foreground)7%,var(--background))}.finance-section .finance-ledger thead tr{background:var(--background)}.finance-section .finance-ledger tbody tr:nth-child(2n){background:color-mix(in srgb,var(--foreground)2%,var(--background))}.finance-section .finance-ledger tbody tr:hover{background:color-mix(in srgb,var(--foreground)5%,var(--background))!important}.finance-section .finance-empty-state-icon{border-radius:4px}.finance-section .finance-badge-neutral{border:1px solid var(--border);background:0 0}.finance-section .finance-input,.finance-section .finance-input-small{border:1px solid var(--border);background:var(--background);border-radius:4px}.finance-section .finance-input:focus,.finance-section .finance-input-small:focus{border-color:color-mix(in srgb,var(--foreground)35%,var(--border));box-shadow:none}
