.dashboard{display:flex;flex-direction:column;min-height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.dashboard-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}.dashboard-logo{display:flex;align-items:center}.dashboard-logo-text{font-size:22px;font-weight:600;color:#1f2937;letter-spacing:-.02em}.dashboard-logo-o{color:#f97316}.dashboard-topbar-actions{display:flex;align-items:center;gap:8px}.dashboard-btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;border:none}.dashboard-btn-secondary{background:#fff;color:#2563eb;border:1px solid #2563eb}.dashboard-icon-btn{width:40px;height:40px;border-radius:50%;border:none;background:transparent;color:#6b7280;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s}.dashboard-icon-btn:hover{background:#f3f4f6;color:#1f2937}.dashboard-user{display:flex;align-items:center;gap:6px;cursor:pointer}.dashboard-avatar{width:40px;height:40px;border-radius:50%;background:#1e3a5f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;letter-spacing:.02em}.dashboard-chevron{font-size:10px;color:#6b7280}.dashboard-sidebar{position:fixed;left:0;top:57px;bottom:0;width:220px;background:#333;color:#e5e7eb;display:flex;flex-direction:column;z-index:10}.dashboard-nav{flex:1;padding:20px 0;overflow-y:auto}.dashboard-nav-item{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#e5e7eb;text-decoration:none;font-size:14px;transition:background .15s,color .15s}.dashboard-nav-item:hover{background:#404040;color:#fff}.dashboard-nav-item.active{background:#404040;color:#2563eb}.dashboard-nav-item.active .dashboard-nav-icon{color:#2563eb}.dashboard-nav-icon{font-size:16px;width:24px;text-align:center;color:inherit}.dashboard-sidebar-footer{padding:16px 20px;border-top:1px solid #404040;font-size:11px;color:#9ca3af}.dashboard-footer-links a{color:#9ca3af;text-decoration:none}.dashboard-footer-links a:hover{color:#d1d5db;text-decoration:underline}.dashboard-copyright{margin-top:8px}.dashboard-main{margin-left:220px;margin-top:57px;padding:28px 32px;min-height:calc(100vh - 57px);background:#fff}.dashboard-page-title{font-size:28px;font-weight:700;color:#1f2937;margin:0 0 24px}.dashboard-section{margin-bottom:24px}.dashboard-section-head{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.dashboard-section-title{font-size:18px;font-weight:600;color:#1f2937;margin:0}.dashboard-section-subtitle{font-size:12px;color:#6b7280;margin:2px 0 0}.dashboard-section-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.dashboard-section-actions a{color:#3b82f6;text-decoration:none;font-size:14px}.dashboard-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#e5e7eb;color:#6b7280;font-size:12px}.dashboard-badge-inline{font-weight:400;color:#6b7280;font-size:.9em}.dashboard-view-all{color:#2563eb;text-decoration:none;font-size:14px;font-weight:500}.dashboard-view-all:hover{text-decoration:underline}.dashboard-muted{font-size:12px;color:#6b7280;margin-left:auto}.dashboard-balance-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.dashboard-balance-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px 24px;display:flex;align-items:center;gap:14px;box-shadow:0 1px 3px #0000000f;transition:box-shadow .15s}.dashboard-balance-card:hover{box-shadow:0 2px 8px #00000014}.dashboard-balance-flag,.dashboard-balance-icon{font-size:28px;flex-shrink:0}.dashboard-balance-icon-eur{width:36px;height:36px;border-radius:50%;background:#2563eb;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:18px}.dashboard-balance-value{font-size:18px;font-weight:600;color:#1f2937}.dashboard-tabs{display:flex;gap:0;margin-bottom:0;border-bottom:1px solid #e5e7eb}.dashboard-tab{padding:12px 20px;border:none;background:none;font-size:14px;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;display:flex;align-items:center;gap:6px;font-weight:500;transition:color .15s}.dashboard-tab:hover{color:#1f2937}.dashboard-tab.active{color:#2563eb;border-bottom-color:#2563eb}.dashboard-table-wrap{overflow-x:auto;border:1px solid #e5e7eb;border-radius:0 0 8px 8px;border-top:none}.dashboard-table{width:100%;border-collapse:collapse;font-size:14px}.dashboard-table th,.dashboard-table td{padding:14px 20px;text-align:left;border-bottom:1px solid #e5e7eb}.dashboard-table th{background:#f9fafb;color:#6b7280;font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.03em}.dashboard-table tbody tr:last-child td{border-bottom:none}.dashboard-table tbody tr{transition:background .1s}.dashboard-table tbody tr:hover{background:#f9fafb}.dashboard-amount-positive{color:#1f2937;font-weight:500}.dashboard-amount-negative{color:#dc2626;font-weight:500}.dashboard-row-arrow{color:#9ca3af;font-size:14px;cursor:pointer}.dashboard-row-arrow:hover{color:#2563eb}.dashboard-pre{background:#1e1e1e;color:#e0e0e0;padding:16px;border-radius:8px;overflow:auto;font-size:12px;max-height:400px;white-space:pre-wrap;word-wrap:break-word;margin:0}.dashboard-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999}.dashboard-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;max-width:600px;width:90%;max-height:80vh;overflow:auto}.dashboard-modal-content{background:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 24px #00000026;border:1px solid #e5e7eb}.dashboard-modal-body{color:#374151;line-height:1.6;font-size:15px;white-space:pre-wrap;word-wrap:break-word}.chat-container{position:fixed;bottom:20px;right:20px;width:420px;height:620px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;z-index:1000;overflow:hidden;border:1px solid #e5e7eb;transition:width .2s ease,height .2s ease,border-radius .2s ease}.chat-container.chat-minimized{height:auto;min-height:52px;width:280px;border-radius:26px}.chat-container.chat-minimized .chat-header{border-bottom:none;border-radius:26px}.chat-header{background:#fff;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;flex-shrink:0}.chat-header-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1f2937}.chat-container.chat-minimized .chat-header-title{cursor:pointer}.chat-expand-icon{margin-left:4px;font-size:10px;color:#6b7280}.chat-header-title .chat-header-icon{width:24px;height:24px;object-fit:contain;display:block;flex-shrink:0}.chat-header-actions{display:flex;align-items:center;gap:6px}.chat-clear-btn{background:transparent;border:1px solid #a855f7;color:#7c3aed;font-size:12px;padding:5px 10px;border-radius:8px;cursor:pointer;transition:background-color .2s,color .2s}.chat-clear-btn:hover{background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;border-color:transparent}.chat-close-btn{background:transparent;border:none;color:#6b7280;font-size:22px;cursor:pointer;padding:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s,color .2s}.chat-minimize-btn{background:transparent;border:none;color:#6b7280;font-size:20px;line-height:1;cursor:pointer;padding:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s,color .2s}.chat-minimize-btn:hover,.chat-close-btn:hover{background:#f3f4f6;color:#1f2937}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px;font-size:14px;background:#fafafa}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f3f4f6}.chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.message{display:flex;flex-direction:column;align-items:flex-start;max-width:100%}.message-user{align-items:flex-end}.message-sender-label{font-size:11px;color:#6b7280;margin-bottom:4px;padding:0 4px}.message-user .message-sender-label{padding-right:8px}.message-assistant .message-sender-label{padding-left:8px}.message-content{max-width:85%;padding:12px 16px;border-radius:16px;word-wrap:break-word;box-shadow:0 1px 2px #0000000d}.message-user .message-content{background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff;border-bottom-right-radius:4px}.message-assistant .message-content{background:#fff;color:#1f2937;border:1px solid #e0e7ff;border-bottom-left-radius:4px}.message-text{line-height:1.5;font-size:14px;white-space:pre-wrap;word-break:break-word}.message-time{font-size:11px;color:#9ca3af;margin-top:6px}.typing-indicator{display:flex;gap:5px;padding:12px 0}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#a855f7,#3b82f6);animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.6}30%{transform:translateY(-6px);opacity:1}}.chat-input-container{padding:12px 16px;background:#fff;border-top:1px solid #e5e7eb;display:flex;align-items:center;gap:10px;flex-shrink:0}.chat-input-wrap{flex:1;position:relative;border-radius:24px;padding:2px;background:linear-gradient(135deg,#a855f7,#3b82f6)}.chat-input{width:100%;padding:10px 16px;border:none;border-radius:22px;background:#fff;color:#1f2937;font-size:14px;resize:none;font-family:inherit;max-height:120px}.chat-input::placeholder{color:#9ca3af}.chat-input:focus{outline:none}.chat-input:disabled{opacity:.7;cursor:not-allowed}.chat-send-btn{width:44px;height:44px;min-width:44px;min-height:44px;padding:0;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#a855f7,#3b82f6);color:#fff;transition:opacity .2s,transform .15s}.chat-send-btn:hover:not(:disabled){opacity:.95;transform:scale(1.02)}.chat-send-btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.chat-send-btn svg{width:20px;height:20px}@media (max-width: 480px){.chat-container{width:calc(100% - 40px);height:calc(100vh - 40px);bottom:20px;right:20px}}.App{min-height:100vh;position:relative}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
