html,body{margin:0;padding:0;height:100%;font-family:Roboto,Helvetica Neue,sans-serif}:root{--chat--color-primary: #667eea;--chat--color-primary-shade-50: #5561d4;--chat--color-primary-shade-100: #4b56bf;--chat--color-secondary: #764ba2;--chat--color-secondary-shade-50: #683f93;--chat--color-white: #ffffff;--chat--color-light: #f8f9fa;--chat--color-light-shade-50: #e9ecef;--chat--color-light-shade-100: #dee2e6;--chat--color-medium: #ced4da;--chat--color-dark: #212529;--chat--color-disabled: #adb5bd;--chat--color-typing: #495057;--chat--spacing: 1rem;--chat--border-radius: 16px;--chat--transition-duration: .3s;--chat--font-family: "Roboto", "Helvetica Neue", sans-serif;--chat--window--width: 400px;--chat--window--height: 600px;--chat--window--shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);--chat--window--z-index: 9999;--chat--header--padding: 1.5rem;--chat--header--background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--chat--header--color: #ffffff;--chat--heading--font-size: 1.25rem;--chat--subtitle--line-height: 1.5;--chat--textarea--height: 50px;--chat--message--font-size: 1rem;--chat--message--padding: 1rem;--chat--message--border-radius: 12px;--chat--message--bot--background: #f1f3f5;--chat--message--bot--color: #212529;--chat--message--user--background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--chat--message--user--color: #ffffff;--chat--toggle--background: #667eea;--chat--toggle--hover--background: #5a67d8;--chat--toggle--active--background: #4c51bf;--chat--toggle--color: #ffffff;--chat--toggle--size: 60px;--chat--toggle--shadow: 0 10px 15px -3px rgba(102, 126, 234, .4);--chat--input--background: #ffffff;--chat--input--color: #212529;--chat--input--placeholder-color: #adb5bd;--chat--input--border: 1px solid #e9ecef;--chat--input--border-radius: 12px;--chat--input--height: 50px;--chat--footer--background: #f8f9fa;--chat--footer--padding: 1rem;--chat--footer--border-top: 1px solid #e9ecef}.n8n-chat .chat-input-container{padding:var(--chat--footer--padding)!important;background-color:var(--chat--footer--background)!important;border-top:var(--chat--footer--border-top)!important}.n8n-chat .chat-input-field{background-color:var(--chat--input--background)!important;color:var(--chat--input--color)!important;border:var(--chat--input--border)!important;border-radius:var(--chat--input--border-radius)!important;min-height:var(--chat--input--height)!important;font-family:var(--chat--font-family)!important}.n8n-chat .chat-input-send-button{color:var(--chat--color-white)!important;background:var(--chat--color-primary)!important;border-radius:8px!important;transition:all .2s ease!important}.n8n-chat .chat-input-send-button:hover{background:var(--chat--color-primary-shade-50)!important;transform:translateY(-1px)}.chat-embed-container{position:fixed;bottom:1.75rem;right:1.75rem;z-index:1100;pointer-events:none}.chat-embed-container>*{pointer-events:auto}@media (max-width: 768px){:root{--chat--window--width: calc(100vw - 2rem) ;--chat--window--height: 70vh}.chat-embed-container{bottom:1rem;right:50%;transform:translate(50%);width:calc(100vw - 2rem)}}.n8n-chat .chat-message.chat-message-from-user:not(.chat-message-transparent){background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important;border:none!important;box-shadow:0 4px 12px #667eea4d}.n8n-chat .chat-message.chat-message-from-user .chat-message-markdown{color:inherit}#n8n-chat-embed div[class*=footer]{display:flex!important;flex-direction:column!important;padding:0!important;background-color:var(--chat--footer--background)!important;border-top:var(--chat--footer--border-top)!important}#n8n-chat-embed .chat-input{padding:1rem!important}#n8n-chat-embed .chat-inputs{display:flex!important;flex-direction:row!important;align-items:flex-end!important;gap:12px!important;width:100%!important}#n8n-chat-embed .chat-inputs textarea{flex:1!important;width:auto!important;min-width:0!important;background-color:var(--chat--input--background)!important;color:var(--chat--input--color)!important;border:var(--chat--input--border)!important;border-radius:var(--chat--input--border-radius)!important;min-height:var(--chat--input--height)!important;font-family:var(--chat--font-family)!important;padding:12px 16px!important;resize:none!important;margin:0!important}#n8n-chat-embed .chat-inputs textarea::placeholder{color:var(--chat--input--placeholder-color)!important}#n8n-chat-embed .chat-inputs-controls{display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;padding-bottom:5px!important}#n8n-chat-embed button[aria-label=Send]{color:var(--chat--color-white)!important;background:var(--chat--color-primary)!important;border-radius:8px!important;width:40px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:none!important;padding:0!important;cursor:pointer!important;transition:background-color .2s ease!important;margin:0!important;flex-shrink:0!important}#n8n-chat-embed button[aria-label=Send]:hover{background:var(--chat--color-primary-shade-50)!important}#n8n-chat-embed button[aria-label=Send] svg{fill:currentColor!important;width:20px!important;height:20px!important}html[data-theme=dark] body{background:#0f0f15;color:#e0e0e0}html[data-theme=dark] .dashboard-container{background:#0f0f15}html[data-theme=dark] .dashboard-header{background:#1a1a27;box-shadow:0 2px 10px #0006}html[data-theme=dark] .header-content h1{color:#e0e0e0}html[data-theme=dark] .welcome-text{color:#bbb}html[data-theme=dark] .hamburger-menu span{background-color:#ccc}html[data-theme=dark] .sidebar{background:#1a1a27;box-shadow:2px 0 10px #0006}html[data-theme=dark] .nav-item{color:#aaa}html[data-theme=dark] .nav-item:hover{background:#667eea1f;color:#667eea}html[data-theme=dark] .nav-item.active{background:linear-gradient(90deg,rgba(102,126,234,.22) 0%,transparent 100%)}html[data-theme=dark] .dashboard-main{background:#0f0f15}html[data-theme=dark] .welcome-section h2{color:#e0e0e0!important}html[data-theme=dark] .welcome-section p{color:#bbb!important}html[data-theme=dark] .stat-card{background:#1a1a27;box-shadow:0 2px 10px #00000059}html[data-theme=dark] .stat-content h3{color:#999!important}html[data-theme=dark] .stat-value{color:#e8e8f0!important}html[data-theme=dark] .stat-label{color:#aaa!important}html[data-theme=dark] .quick-actions{background:#1a1a27;box-shadow:0 2px 10px #00000059}html[data-theme=dark] .quick-actions h3{color:#e0e0e0!important}html[data-theme=dark] .chart-card{background:#1a1a27;box-shadow:0 2px 10px #00000059}html[data-theme=dark] .chart-card h3{color:#e0e0e0!important}html[data-theme=dark] .chart-section-title{color:#aaa!important}html[data-theme=dark] .config-header h2{color:#e0e0e0!important}html[data-theme=dark] .config-header p{color:#bbb!important}html[data-theme=dark] .loading-message{color:#667eea}html[data-theme=dark] .section{background:#1a1a27;border-color:#252538;box-shadow:0 2px 10px #00000059}html[data-theme=dark] .section-head{border-bottom-color:#252538!important}html[data-theme=dark] .section-head h3{color:#e0e0e0!important}html[data-theme=dark] .wa-info-box{background:#1e2040!important;border-color:#2d3470!important;color:#ccc!important}html[data-theme=dark] .wa-info-box strong{color:#e0e0e0!important}html[data-theme=dark] .inp{background:#12121c!important;border-color:#2a2a40!important;color:#e0e0e0!important}html[data-theme=dark] .inp:focus{background:#1a1a27!important;border-color:#667eea!important}html[data-theme=dark] .inp option{background:#1a1a27;color:#e0e0e0}html[data-theme=dark] .field label{color:#bbb!important}html[data-theme=dark] .hint{color:#aaa!important}html[data-theme=dark] .suffix{color:#999!important}html[data-theme=dark] .eye-btn{color:#777!important}html[data-theme=dark] .field-label-sm{color:#bbb!important}html[data-theme=dark] .params-group-hint{color:#999!important}html[data-theme=dark] .toggle-slider{background:#3a3a55}html[data-theme=dark] .toggle-label{color:#bbb!important}html[data-theme=dark] .tmpl-row{background:#12121c!important;border-color:#252538!important}html[data-theme=dark] .tmpl-row.tmpl-default{background:#1b1e3a!important;border-color:#667eea!important}html[data-theme=dark] .tmpl-nome{color:#e0e0e0!important}html[data-theme=dark] .tmpl-id{color:#aaa!important}html[data-theme=dark] .tmpl-desc{color:#999!important}html[data-theme=dark] .tmpl-form{border-top-color:#252538!important}html[data-theme=dark] .tmpl-params-section{background:#12121c!important;border-color:#252538!important}html[data-theme=dark] .params-group{background:#1a1a27!important;border-color:#252538!important}html[data-theme=dark] .param-name-inp,html[data-theme=dark] .param-select{color:#e0e0e0!important}html[data-theme=dark] .msg-ok{background:#1a3a2a;color:#6dde9d;border-color:#2a5a3a}html[data-theme=dark] .msg-err{background:#3a1a1a;color:#e07070;border-color:#5a2a2a}html[data-theme=dark] .chat-panel{background:#1a1a27;border-color:#252538;box-shadow:0 8px 32px #00000080}html[data-theme=dark] .chat-messages{background:#0f0f15}html[data-theme=dark] .chat-message.assistant .message-content{background:#1a1a27;color:#e0e0e0;border-color:#252538}html[data-theme=dark] .chat-input-area{background:#1a1a27;border-top-color:#252538}html[data-theme=dark] .chat-input-area input{background:#12121c;border-color:#2a2a40;color:#e0e0e0}html[data-theme=dark] .chat-input-area input::placeholder{color:#555}html[data-theme=dark] .dashboard-container{background:linear-gradient(135deg,#0d0d1a,#0f0f15 55%,#1a0d1a)}html[data-theme=dark] .dashboard-header{background:#141423bf;border-bottom-color:#ffffff0f;box-shadow:0 1px #0006,0 4px 20px #0000004d}html[data-theme=dark] .header-page-title{color:#e0e0e0}html[data-theme=dark] .header-app-name{color:#555}html[data-theme=dark] .header-status.ok{background:#2ecc711a;color:#52d68a;border-color:#2ecc7133}html[data-theme=dark] .header-status.loading{background:#667eea1a;border-color:#667eea33}html[data-theme=dark] .header-user-chip{background:#667eea1a;border-color:#667eea26}html[data-theme=dark] .user-chip-name{color:#ddd}html[data-theme=dark] .user-chip-role{color:#666}html[data-theme=dark] .logout-button{background:#f5576c14;border-color:#f5576c33;color:#e07070}html[data-theme=dark] .logout-button:hover{background:#f5576c26;border-color:#f5576c59}html[data-theme=dark] .hamburger-menu span{background-color:#bbb}html[data-theme=dark] .sidebar{background:#0f0f1cbf;border-right-color:#ffffff0f;box-shadow:4px 0 40px #00000080,inset -1px 0 #ffffff0a}html[data-theme=dark] .sidebar-brand{border-bottom-color:#ffffff0f}html[data-theme=dark] .brand-name{color:#e0e0e0}html[data-theme=dark] .brand-sub{color:#555}html[data-theme=dark] .nav-section-label{color:#444}html[data-theme=dark] .nav-item{color:#888}html[data-theme=dark] .nav-item:hover{background:#667eea1a;color:#667eea;border-color:#667eea26}html[data-theme=dark] .nav-item.active{background:linear-gradient(135deg,#667eea2e,#764ba21f);border-color:#667eea40;box-shadow:inset 0 1px #ffffff0f,0 2px 8px #0000004d}html[data-theme=dark] .nav-icon{background:#ffffff0d}html[data-theme=dark] .nav-item:hover .nav-icon{background:#667eea26}html[data-theme=dark] .sidebar-user{border-top-color:#ffffff0f;background:#00000026}html[data-theme=dark] .user-sidebar-name{color:#ccc}html[data-theme=dark] .user-sidebar-role{color:#555}html[data-theme=dark] .chat-panel{background:#141423e6;border-color:#ffffff14}html[data-theme=dark] .chat-messages{background:#0a0a12b3}html[data-theme=dark] .chat-input-area{background:#141423f2;border-top-color:#ffffff0f}html[data-theme=dark] .chat-input-area input{background:#0a0a12cc;border-color:#667eea33;color:#e0e0e0}html[data-theme=dark] .chat-input-area input::placeholder{color:#444}html[data-theme=dark] .chat-message.assistant .message-content{background:#1e1e32e6;border-color:#ffffff12;color:#ddd}html[data-theme=dark] .webhook-data-section{background:#1a1a27;border-color:#252538;box-shadow:0 2px 10px #00000059}html[data-theme=dark] .webhook-data-section h3{color:#e0e0e0!important}html[data-theme=dark] .data-container{background:#12121c!important;border-color:#252538}html[data-theme=dark] .data-container pre{color:#ccc!important}html[data-theme=dark] .table-container{background:#1a1a27!important;box-shadow:0 2px 10px #00000059!important}html[data-theme=dark] .assicurazioni-table td{border-bottom-color:#252538!important;color:#ddd!important}html[data-theme=dark] .assicurazioni-table tbody tr:hover{background-color:#22223a!important}html[data-theme=dark] .assicurazioni-table tbody tr.scaduta{background-color:#2e1a1a!important}html[data-theme=dark] .assicurazioni-table tbody tr.scaduta:hover{background-color:#3a2020!important}html[data-theme=dark] .assicurazioni-table tbody tr.in-scadenza{background-color:#2e2510!important}html[data-theme=dark] .assicurazioni-table tbody tr.in-scadenza:hover{background-color:#3a2e15!important}html[data-theme=dark] .intestatario{color:#e0e0e0!important}html[data-theme=dark] .telefono{color:#aaa!important}html[data-theme=dark] .header h2{color:#e0e0e0!important}html[data-theme=dark] .header p,html[data-theme=dark] .results-info,html[data-theme=dark] .per-page-wrap{color:#bbb!important}html[data-theme=dark] .per-page-select{background:#12121c!important;border-color:#2a2a40!important;color:#ddd!important}html[data-theme=dark] .empty-state{color:#888!important}html[data-theme=dark] .ellipsis{color:#666!important}html[data-theme=dark] .tab-button{background:#12121c!important;border-color:#2a2a40!important;color:#aaa!important}html[data-theme=dark] .tab-button:hover{border-color:#667eea!important;color:#667eea!important}html[data-theme=dark] .search-box{background:#12121c!important;border-color:#2a2a40!important}html[data-theme=dark] .search-input{color:#ddd!important;background:transparent!important}html[data-theme=dark] .search-input::placeholder{color:#555}html[data-theme=dark] .search-box svg{color:#666!important}html[data-theme=dark] .clear-search{color:#777!important}html[data-theme=dark] .clear-search:hover{background-color:#1a1a27!important;color:#667eea!important}html[data-theme=dark] .filter-toggle-btn{background:#12121c!important;border-color:#2a2a40!important;color:#aaa!important}html[data-theme=dark] .filter-toggle-btn.active{background:#1a1e3a!important;border-color:#667eea!important;color:#667eea!important}html[data-theme=dark] .advanced-filters{background:#12121c!important;border-color:#252538!important}html[data-theme=dark] .filter-field label{color:#bbb!important}html[data-theme=dark] .filter-date-input,html[data-theme=dark] .filter-select{background:#1a1a27!important;border-color:#2a2a40!important;color:#ddd!important}html[data-theme=dark] .filter-reset-btn{background:#12121c!important;border-color:#2a2a40!important;color:#aaa!important}html[data-theme=dark] .pagination{background:#12121c!important;border-top-color:#252538!important}html[data-theme=dark] .pagination-button{background:#1a1a27!important;border-color:#2a2a40!important}html[data-theme=dark] .page-number{background:#1a1a27!important;border-color:#2a2a40!important;color:#aaa!important}html[data-theme=dark] .page-number:hover:not(.active){background:#22223a!important;border-color:#667eea!important;color:#667eea!important}html[data-theme=dark] .modal-box{background:#1a1a27!important;box-shadow:0 20px 60px #0009!important}html[data-theme=dark] .modal-header{border-bottom-color:#252538!important}html[data-theme=dark] .modal-header h3{color:#e0e0e0!important}html[data-theme=dark] .modal-close{color:#777!important}html[data-theme=dark] .modal-close:hover{color:#bbb!important;background:#252538!important}html[data-theme=dark] .form-error{background:#2e1a1a!important;border-color:#5a2a2a!important;color:#e07070!important}html[data-theme=dark] .form-field label{color:#bbb!important}html[data-theme=dark] .form-inp{background:#12121c!important;border-color:#2a2a40!important;color:#e0e0e0!important}html[data-theme=dark] .form-inp:focus{background:#1a1a27!important;border-color:#667eea!important}html[data-theme=dark] .modal-footer{border-top-color:#252538!important}html[data-theme=dark] .btn-cancel{background:#252538!important;color:#ccc!important}html[data-theme=dark] .btn-cancel:hover{background:#2e2e4a!important}html[data-theme=dark] .tmpl-modal-loading,html[data-theme=dark] .tmpl-modal-empty{color:#999!important}html[data-theme=dark] .tmpl-modal-empty svg{color:#555!important}html[data-theme=dark] .tmpl-modal-empty strong,html[data-theme=dark] .tmpl-modal-hint{color:#bbb!important}html[data-theme=dark] .spinner{border-color:#2a2a40!important}html[data-theme=dark] .tmpl-radio-row{background:#12121c!important;border-color:#2a2a40!important}html[data-theme=dark] .tmpl-radio-row:hover{border-color:#667eea!important;background:#1a1e3a!important}html[data-theme=dark] .tmpl-radio-row--selected{border-color:#25d366!important;background:#0e2a1a!important}html[data-theme=dark] .tmpl-radio-nome{color:#e0e0e0!important}html[data-theme=dark] .tmpl-radio-id{color:#aaa!important}html[data-theme=dark] .tmpl-radio-desc{color:#999!important}html[data-theme=dark] .report-header h2{color:#e0e0e0!important}html[data-theme=dark] .report-header p{color:#bbb!important}html[data-theme=dark] .report-card,html[data-theme=dark] .preview-card{background:#1a1a27!important;border-color:#252538!important;box-shadow:0 2px 10px #00000059!important}html[data-theme=dark] .card-section-title{color:#e0e0e0!important;border-bottom-color:#252538!important}html[data-theme=dark] .filter-group label{color:#bbb!important}html[data-theme=dark] .filter-input{background:#12121c!important;border-color:#2a2a40!important;color:#ddd!important}html[data-theme=dark] .filter-input:focus{background:#1a1a27!important;border-color:#667eea!important}html[data-theme=dark] .filter-preview{background:#1a1e3a!important;border-color:#2d3470!important;color:#bbb!important}html[data-theme=dark] .preview-table thead tr{background:#12121c!important;border-bottom-color:#252538!important}html[data-theme=dark] .preview-table th{color:#aaa!important}html[data-theme=dark] .preview-table tbody tr{border-bottom-color:#252538!important}html[data-theme=dark] .preview-table tbody tr:hover{background:#22223a!important}html[data-theme=dark] .preview-table td{color:#ddd!important}html[data-theme=dark] .more-rows-hint{color:#999!important;border-top-color:#252538!important}html[data-theme=dark] .btn-reset{border-color:#2a2a40!important;color:#bbb!important}html[data-theme=dark] .btn-reset:hover:not(:disabled){border-color:#667eea!important;color:#ddd!important}html[data-theme=dark] .badge-si{background:#1a3a2a!important;color:#6dde9d!important;border-color:#2a5a3a!important}html[data-theme=dark] .badge-no{background:#2e2510!important;color:#f0c060!important;border-color:#4a3a15!important}html[data-theme=dark] .empty-preview{color:#777!important}html[data-theme=dark] .upload-card{background:#1a1a27!important;box-shadow:0 2px 10px #00000059!important}html[data-theme=dark] .upload-card h1{color:#e0e0e0!important}html[data-theme=dark] .file-label{background:#12121c!important;border-color:#667eea!important}html[data-theme=dark] .file-label:hover{background:#1a1e3a!important}html[data-theme=dark] .file-info{background:#12121c!important;border-left-color:#667eea!important}html[data-theme=dark] .file-info p{color:#bbb!important}html[data-theme=dark] .file-info strong{color:#e0e0e0!important}html[data-theme=dark] .btn-secondary{background:#252538!important;color:#ccc!important}html[data-theme=dark] .btn-secondary:hover:not(:disabled){background:#2e2e4a!important}html[data-theme=dark] .progress-bar-container{background:#252538!important}html[data-theme=dark] .message-success{background:#1a3a2a!important;color:#6dde9d!important;border-color:#2a5a3a!important}html[data-theme=dark] .message-error{background:#3a1a1a!important;color:#e07070!important;border-color:#5a2a2a!important}
