:root{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-tertiary:#d9d9d9;--text-primary:#333;--text-secondary:#495057;--text-muted:#6c757d;--border:#dee2e6;--border-light:#e9ecef;--accent:#0a1f44;--accent-hover:#081a3a;--accent-light:#e6eaf4;--shadow:rgba(0,0,0,.1);--shadow-hover:rgba(0,0,0,.15)}[data-theme=dark]{--bg-primary:#1a1a1a;--bg-secondary:#2d2d2d;--bg-tertiary:#404040;--text-primary:#f8f9fa;--text-secondary:#dee2e6;--text-muted:#adb5bd;--border:#495057;--border-light:#6c757d;--accent:#4285f4;--accent-hover:#3367d6;--accent-light:#1a4c96;--shadow:rgba(0,0,0,.3);--shadow-hover:rgba(0,0,0,.4)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-secondary);max-width:100vw;color:var(--text-primary);font-family:Montserrat,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:background-color .2s,color .2s;overflow-x:hidden}h1,h2,h3,h4,h5,h6,.logo,.page-title h1,.card-title{font-family:Garamond,Merriweather,Georgia,Times New Roman,serif}h1,h2,.logo,.page-title h1,.card-title{color:var(--accent)}h3,h4,h5,h6{color:var(--text-primary)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:var(--bg-primary);border-bottom:1px solid var(--border);margin-bottom:2rem;padding:1rem 0}.header h1{font-family:Garamond,Merriweather,Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600}.theme-toggle{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;border-radius:4px;padding:.5rem;font-size:1.125rem;transition:all .2s}.theme-toggle:hover{background:var(--border)}.language-toggle{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;border-radius:4px;align-items:center;gap:.25rem;padding:.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.language-toggle:hover{background:var(--border)}.language-toggle .language-flag{font-size:1rem}.language-toggle .language-text{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.language-toggle-inline{align-items:center;gap:.25rem;display:flex}.language-flag-button{cursor:pointer;background:0 0;border:1px solid transparent;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.language-flag-button .language-flag{font-size:1.125rem;transition:transform .2s}.language-flag-button:hover{background:var(--bg-secondary);border-color:var(--border)}.language-flag-button:hover .language-flag{transform:scale(1.1)}.language-flag-button.active{background:var(--accent-light);border-color:var(--accent)}.language-flag-button.active .language-flag{transform:scale(1.2)}.header-content{justify-content:space-between;align-items:center;display:flex}.header-controls{align-items:center;gap:1rem;display:flex}.header-logo{flex-grow:1 img;flex-grow-object-fit:contain;flex-grow-transition:opacity .2s ease;align-items:center;width:300px;height:60px;text-decoration:none;display:flex;flex-grow-width:100%!important;flex-grow-height:100%!important}.header-logo:hover img{opacity:.8}@media (max-width:768px){.header-logo{width:220px;height:45px}}@media (max-width:480px){.header-logo{width:180px;height:35px}}.user-info{align-items:center;gap:1rem;padding:.5rem;display:flex}.user-info span{color:var(--text-secondary);font-size:.875rem}.user-info .logout-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;transition:background-color .2s}.user-info .logout-btn:hover{background:var(--accent-hover)}.user-info .user-name{margin-bottom:.25rem;font-weight:500}.badge{text-transform:uppercase;letter-spacing:.025em;border-radius:12px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.badge.badge-primary{background-color:var(--accent-light);color:var(--accent)}.badge.badge-secondary{background-color:var(--bg-tertiary);color:var(--text-secondary)}.badge.badge-success{color:#065f46;background-color:#d1fae5}.badge.badge-error{color:#991b1b;background-color:#fee2e2}.badge.badge-info{color:#1e40af;background-color:#dbeafe}.checkbox-label{cursor:pointer;align-items:center;gap:.5rem;display:flex}.checkbox-label input[type=checkbox]{margin:0}.vat-display,.form-total{background-color:var(--bg-tertiary);border:1px solid var(--border-light);color:var(--text-primary);border-radius:4px;align-items:center;min-height:2.5rem;padding:.5rem;font-weight:500;display:flex}.form-total{color:var(--accent);font-size:1.1rem;font-weight:600}.users-table{flex-direction:column;width:100%;display:flex;overflow-x:auto}@media (max-width:768px){.users-table{min-width:600px}}.users-header{background-color:var(--bg-tertiary);border-bottom:1px solid var(--border-light);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.025em;grid-template-columns:2fr 2fr 1fr 1fr 1.2fr 80px;gap:1rem;padding:1rem 1.5rem;font-size:.875rem;font-weight:600;display:grid}.user-row{border-bottom:1px solid var(--border-light);grid-template-columns:2fr 2fr 1fr 1fr 1.2fr 80px;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:background-color .2s;display:grid}.user-row:hover{background-color:var(--bg-tertiary)}.user-row:last-child{border-bottom:none}.user-col{align-items:center;min-height:2rem;display:flex}.user-col.user-name .user-info{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.user-col.user-name .user-info .user-name-text{font-weight:500}.user-col.user-email{color:var(--text-secondary);font-size:.875rem}.user-col.user-created{color:var(--text-muted);font-size:.875rem}.user-col.user-actions{justify-content:center}.withdrawals-table[style*="--withdrawal-cols: 6"] .withdrawals-header{background:var(--bg-tertiary);border-bottom:1px solid var(--border);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.025em;gap:1rem;padding:1rem 1.5rem;font-size:.875rem;font-weight:600;display:flex}.withdrawals-table[style*="--withdrawal-cols: 6"] .withdrawal-row{border-bottom:1px solid var(--border-light);align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.withdrawals-table[style*="--withdrawal-cols: 6"] .withdrawal-row:hover{background:var(--bg-tertiary)}.withdrawals-table[style*="--withdrawal-cols: 6"] .withdrawal-row.withdrawal-summary{background:var(--bg-secondary);border-top:2px solid var(--border);font-weight:600}.withdrawals-table[style*="--withdrawal-cols: 6"] .withdrawal-col{align-items:center;min-height:2rem;display:flex}.withdrawals-table[style*="--withdrawal-cols: 6"] .withdrawal-col .investor-info{flex-direction:column;align-items:flex-start;display:flex}.withdrawals-table[style*="--withdrawal-cols: 6"] .withdrawal-col .investor-info .investor-name-text,.withdrawals-table[style*="--withdrawal-cols: 6"] .withdrawal-col .amount-value{font-weight:500}.page-title{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.page-title h1{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.page-title p{color:var(--text-secondary);font-size:.875rem}.page-actions{align-items:stretch;gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;min-height:2.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--accent);color:var(--bg-primary)}.btn-primary:hover{background-color:var(--accent-hover)}.btn-secondary{background-color:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background-color:var(--border)}.btn-danger{color:#fff;background-color:#dc3545;border:1px solid #dc3545}.btn-danger:hover{background-color:#c82333;border-color:#c82333}.btn-small{padding:.5rem 1rem;font-size:.75rem}.btn-full{justify-content:center;width:100%}.btn-back{border:1px solid var(--border-light);color:var(--text-secondary);background-color:var(--bg-primary);border-radius:6px;padding:.5rem 1rem;font-size:.875rem}.btn-back:hover{border-color:var(--border);color:var(--text-primary)}.card{background:var(--bg-primary);border:1px solid var(--border);box-shadow:0 1px 3px var(--shadow);cursor:default;border-radius:6px;transition:all .3s;position:relative;overflow:hidden}.card:hover{color:inherit;text-decoration:none}.card.card-clickable{color:inherit;cursor:pointer;text-decoration:none}.card.card-clickable:hover{box-shadow:0 8px 25px var(--shadow-hover);border-color:var(--accent);transform:translateY(-2px)}.card.card-interactive{cursor:default}.card.card-interactive:hover{border-color:var(--border);box-shadow:0 4px 12px var(--shadow-hover);transform:none}.card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;padding:1rem 1rem .75rem;display:flex}.card-header h3{color:var(--text-secondary);margin:0;font-family:Garamond,Merriweather,Georgia,Times New Roman,serif;font-size:1rem;font-weight:500}.card-header-content{flex:1;min-width:0}.card-title-row{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.card-subtitle{color:var(--text-muted);margin:0;font-size:.875rem;font-weight:400;line-height:1.4}.card-actions{z-index:2;align-items:center;gap:.5rem;display:flex;position:relative}.card-title{flex:1;min-width:0;margin:0;font-size:1.125rem;font-weight:600}.card-meta{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.project-financials{flex-direction:column;gap:1rem;display:flex}.financial-metric{text-align:center}.financial-metric.primary-metric .metric-value{color:var(--accent);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.financial-metric.primary-metric .metric-label{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.financial-metric.primary-metric .variance-indicator{background:var(--bg-tertiary);border-radius:4px;margin-top:.25rem;padding:2px 6px;font-size:.75rem;font-weight:500;display:inline-block}.financial-metric .metric-value{margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.financial-metric .metric-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.financial-grid{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:4px;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;display:grid}.profit-indicator{text-align:center;background:var(--bg-tertiary);border-left:4px solid var(--accent);border-radius:4px;padding:.5rem}.profit-indicator .profit-value{margin-bottom:2px;font-size:1.125rem;font-weight:700}.profit-indicator .profit-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.card-title-link{color:inherit;text-decoration:none;display:block}.card-title-link:hover{color:inherit;text-decoration:none}.card-content{padding:.5rem 1rem 1rem}.card-content.card-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:200px;display:flex}.card-footer{border-top:1px solid var(--border-light);background:var(--bg-secondary);padding:1rem 1.5rem}.card-dashed,[data-theme=dark] .card-dashed{border:2px dashed var(--border);background:var(--bg-secondary)}.card-clickable-overlay{z-index:1;color:inherit;text-decoration:none;position:absolute;top:0;bottom:0;left:0;right:0}.card-clickable-overlay:hover{color:inherit;text-decoration:none}.card-danger{border-color:#dc3545}.card-danger .card-header{background:#f5c6cb;border-bottom-color:#f1b0b7}[data-theme=dark] .card-danger .card-header{background:#721c24;border-bottom-color:#dc3545}.grid{gap:1.5rem;display:grid}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.gap-8{gap:2rem}.lg-col-span-2{grid-column:span 2}@media (min-width:768px){.md-grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.lg-grid-cols-3{grid-template-columns:repeat(3,1fr)}}.stat{text-align:center;margin-bottom:.5rem}.stat-value{color:var(--accent);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.section{margin-bottom:3rem}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;display:flex}.section-header h2{margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.expense-list{padding:0}.expense-item{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:flex-start;padding:1rem 1.5rem;display:flex}.expense-item:last-child{border-bottom:none}.expense-info{flex:1}.expense-description{margin-bottom:.25rem;font-weight:500}.expense-meta{align-items:center;gap:.5rem;display:flex}.expense-actions{align-items:center;gap:1rem;display:flex}.expense-amount{color:var(--accent);font-weight:600}.form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:var(--text-primary);font-size:.875rem;font-weight:500}.form-input{border:1px solid var(--border);background:var(--bg-primary);color:var(--text-primary);border-radius:4px;padding:.5rem 1rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);outline:none}.form-input::placeholder{color:var(--text-muted)}.form-help{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}.form-actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.form-row{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.form-row{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.form-row{grid-template-columns:repeat(3,1fr)}}.form-section{border-top:1px solid var(--border-light);margin-top:2rem;padding-top:1.5rem}.form-section:first-child{border-top:none;margin-top:0;padding-top:0}.form-section-title{color:var(--text-primary);border-bottom:1px solid var(--border-light);align-items:center;gap:.5rem;margin-top:0;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:600;display:flex}.form-section-header{margin-bottom:2rem}.form-section-description{color:var(--text-muted);margin:.5rem 0 0;font-size:.875rem;line-height:1.4}.timeline-group{background:var(--bg-secondary);border-left:4px solid var(--accent);border-radius:6px;margin-bottom:1.5rem;padding:1.5rem}.timeline-group:last-child{margin-bottom:0}.timeline-group-header{margin-bottom:1.5rem}.timeline-group-title{color:var(--text-primary);align-items:center;gap:.5rem;margin:0 0 .25rem;font-size:1rem;font-weight:600;display:flex}.timeline-group-description{color:var(--text-muted);margin:0;font-size:.875rem;font-style:italic}.timeline-icon.estimated{filter:hue-rotate(210deg)}.timeline-icon.actual{filter:hue-rotate(90deg)}.section-icon,.label-icon{flex-shrink:0;font-size:1.125rem}.label-icon{margin-right:.25rem;font-size:1rem}.date-input{cursor:pointer}.date-input::-webkit-calendar-picker-indicator{cursor:pointer;border-radius:4px;padding:4px;transition:background-color .2s}.date-input::-webkit-calendar-picker-indicator:hover{background-color:var(--bg-tertiary)}.form-select{border:1px solid var(--border);background:var(--bg-primary);color:var(--text-primary);border-radius:4px;padding:.5rem 1rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);outline:none}.form-total{background:var(--bg-secondary);border:1px solid var(--border);color:var(--accent);text-align:center;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.alert{border-radius:4px;margin-bottom:1.5rem;padding:1rem;font-size:.875rem}.alert-error{color:#dc3545;background-color:#f5c6cb;border:1px solid #f1b0b7}[data-theme=dark] .alert-error{color:#fff;background-color:#721c24;border-color:#dc3545}.dropdown{display:inline-block;position:relative}.dropdown-toggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem;font-size:1.125rem;transition:all .2s}.dropdown-toggle:hover{background:var(--bg-tertiary);color:var(--text-primary)}.dropdown-menu{background:var(--bg-primary);border:1px solid var(--border);box-shadow:0 4px 6px var(--shadow-hover);z-index:1000;border-radius:4px;min-width:150px;position:absolute;top:100%;right:0;overflow:hidden}.dropdown-menu.dropdown-menu-left{left:0;right:auto}.dropdown-item{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;transition:background-color .2s;display:block}.dropdown-item:hover{background:var(--bg-secondary);color:var(--text-primary);text-decoration:none}.dropdown-item:focus{color:var(--text-primary);text-decoration:none}.dropdown-item.dropdown-item-danger{color:#dc3545}.dropdown-item.dropdown-item-danger:hover{color:#dc3545;background:#f5c6cb}[data-theme=dark] .dropdown-item.dropdown-item-danger:hover{color:#fff;background:#721c24}.table-container{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.data-table{border:1px solid var(--border);min-width:100%;box-shadow:0 1px 3px var(--shadow);border-radius:6px;flex-direction:column;font-family:Montserrat,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;display:flex;overflow:hidden}.data-table *,.data-table .table-header,.data-table .table-row,.data-table .table-col,.data-table .table-actions{font-family:inherit!important;font-size:inherit!important;line-height:inherit!important}@media (max-width:1024px){.data-table{min-width:800px}}.table-header{background:var(--bg-tertiary);border-bottom:1px solid var(--border);color:var(--text-secondary);gap:1rem;padding:1rem 1.5rem;display:flex;font-size:.875rem!important;font-weight:600!important}.table-header .table-col,.table-header .table-actions{font-family:inherit!important;font-weight:600!important;font-size:inherit!important;color:inherit!important;background:var(--bg-tertiary)!important}.table-row{border-bottom:1px solid var(--border-light);align-items:center;gap:1rem;padding:1rem 1.5rem;transition:background-color .2s;display:flex}.table-row:hover{background:var(--bg-secondary)}.table-row:last-child{border-bottom:none}.table-row.table-footer{border-top:2px solid var(--border);border-bottom:none;background:var(--bg-tertiary)!important;font-size:.875rem!important;font-weight:600!important}.table-row.table-footer:hover,.table-row.table-footer *{background:var(--bg-tertiary)!important}.table-row.table-footer .table-col,.table-row.table-footer .table-actions{color:var(--text-primary)!important;background:var(--bg-tertiary)!important;font-family:inherit!important;font-weight:600!important;font-size:inherit!important}.table-row.table-footer .table-col-cost,.table-row.table-footer .table-col-vat,.table-row.table-footer .table-col-total{color:var(--accent)!important;background:var(--bg-tertiary)!important;font-family:inherit!important;font-weight:700!important;font-size:inherit!important}.table-row.table-footer .table-col-date,.table-row.table-footer .table-col-concept,.table-row.table-footer .table-col-category,.table-row.table-footer .table-col-unit,.table-row.table-footer .table-actions{background:var(--bg-tertiary)!important}.table-col.table-col-date{flex:0 0 90px;min-width:90px}.table-col.table-col-concept{flex:2;min-width:200px;font-weight:500}.table-col.table-col-category{flex:1;min-width:120px}.table-col.table-col-unit{flex:1;min-width:100px}.table-col.table-col-cost,.table-col.table-col-vat,.table-col.table-col-total{text-align:right;flex:1;min-width:80px}.table-col.table-col-total{color:var(--accent);min-width:100px;font-weight:600}.table-actions{text-align:right;flex:0 0 40px;min-width:40px}.category-info{flex-direction:column;gap:.25rem;display:flex}.category-name{font-weight:500}.category-parent{color:var(--text-muted);background:var(--bg-tertiary);border-radius:3px;padding:2px 6px;font-size:.75rem;display:inline-block}.expenses-summary{justify-content:flex-end;align-items:center;gap:2rem;display:flex}.summary-item{align-items:center;gap:.5rem;display:flex}.summary-item.summary-total .summary-label,.summary-item.summary-total .summary-value{color:var(--accent);font-weight:700}.summary-label{color:var(--text-secondary);font-size:.875rem}.summary-value{font-family:Monaco,Consolas,monospace;font-size:.875rem;font-weight:600}.text-2xl{font-size:1.25rem;font-weight:700}@media (max-width:768px){.text-2xl{font-size:1.125rem}}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-muted,[data-theme=dark] .text-muted{color:var(--text-muted)}.mt-4{margin-top:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}@media (max-width:768px){.page-title{flex-direction:column;align-items:flex-start;gap:1rem}.page-actions{justify-content:space-between;width:100%}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}}.settings-dropdown{position:relative}.settings-trigger{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;border-radius:6px;align-items:center;gap:.5rem;min-width:180px;padding:.5rem;font-size:.875rem;transition:all .2s;display:flex}.settings-trigger:hover{background:var(--bg-secondary);border-color:var(--accent);box-shadow:0 4px 8px var(--shadow);transform:translateY(-1px)}.settings-trigger .user-avatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex}.settings-trigger .user-info{flex-direction:column;flex:1;align-items:flex-start;gap:2px;min-width:0;display:flex}.settings-trigger .user-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:.875rem;font-weight:500;overflow:hidden}.settings-trigger .user-role{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.settings-trigger .dropdown-arrow{color:var(--text-muted);flex-shrink:0;font-size:.75rem;transition:transform .2s}.settings-menu{background:var(--bg-primary);border:1px solid var(--border);box-shadow:0 12px 24px var(--shadow-hover);z-index:1000;border-radius:6px;min-width:280px;margin-top:.5rem;animation:.2s ease-out dropdownSlideIn;position:absolute;top:100%;right:0;overflow:hidden}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-section:not(:last-child){border-bottom:1px solid var(--border-light)}.dropdown-divider{background-color:var(--border-light);height:1px;margin:.25rem 0}.settings-item{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;padding:1rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:flex}.settings-item:hover{background:var(--bg-secondary);transform:translate(4px)}.settings-item .item-icon{text-align:center;flex-shrink:0;width:24px;font-size:1.125rem}.settings-item .item-label{flex:1;font-weight:500}.settings-item .item-content{flex:1;align-items:center;gap:.5rem;display:flex}.settings-item.logout-item{color:var(--text-secondary)}.settings-item.logout-item:hover{background:var(--accent-light);color:var(--accent)}.settings-item.logout-item .item-icon{color:inherit}.settings-item.language-item,.settings-item.theme-item{justify-content:space-between}.settings-item.language-item .language-toggle,.settings-item.language-item .theme-toggle,.settings-item.theme-item .language-toggle,.settings-item.theme-item .theme-toggle{flex-shrink:0}.settings-item.language-item:hover,.settings-item.theme-item:hover{transform:none}.settings-item.theme-item .theme-toggle{border:1px solid var(--border);background:var(--bg-tertiary);border-radius:4px;padding:.25rem .5rem;font-size:1rem}.settings-item.theme-item .theme-toggle:hover{background:var(--bg-secondary);border-color:var(--accent)}.user-section{background:var(--bg-secondary);padding:0!important}.user-section .dropdown-user-info{align-items:center;gap:1rem;padding:1.5rem;display:flex}.user-section .user-avatar-large{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.125rem;font-weight:700;display:flex}.user-section .user-details{flex-direction:column;flex:1;align-items:flex-start;min-width:0;display:flex}.user-section .user-name-large{color:var(--text-primary);margin-bottom:2px;font-size:1rem;font-weight:600}.user-section .user-role-badge{background:var(--accent-light);color:var(--accent);text-transform:uppercase;letter-spacing:.5px;border-radius:4px;align-self:flex-start;margin-left:0;padding:2px 6px;font-size:10px;font-weight:500;display:inline-block}.unit-status-tag{text-transform:uppercase;letter-spacing:.05em;border:1px solid transparent;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:700;display:inline-flex}.unit-status-tag.unit-status-sold{color:#fff;background-color:#10b981;border-color:#059669}.unit-status-tag.unit-status-reserved{color:#fff;background-color:#f59e0b;border-color:#d97706}.unit-status-tag.unit-status-available{color:#fff;background-color:#10b981;border-color:#059669}.category-group{margin-bottom:1.5rem}.category-group:last-child{margin-bottom:0}.category-item{border:1px solid var(--border);border-radius:4px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.category-item.main-category{background:var(--bg-secondary);margin-bottom:.5rem;font-weight:600}.category-item.subcategory{background:var(--bg-primary);margin-bottom:.25rem;margin-left:2rem;font-size:.875rem}.category-item.subsubcategory{background:#fff;margin-bottom:.25rem;margin-left:4rem;font-size:.875rem}.category-info{flex:1;min-width:0}.category-name{color:var(--text-primary);margin:0;font-size:1rem}.subcategory .category-name,.subsubcategory .category-name{font-size:.875rem;font-weight:400}.category-count{color:var(--text-muted);margin-left:.5rem;font-size:.75rem;font-weight:400}.category-actions{flex-shrink:0;margin-left:1rem}.subcategories{margin-top:.5rem}.subcategory-group{margin-bottom:.5rem}.subsubcategories{margin-top:.25rem;margin-left:1rem}.settings-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.settings-card-icon{margin-bottom:1rem;font-size:2rem}.settings-grid .card{padding:0}.settings-grid .card .card-content{text-align:center;padding:2rem}.settings-grid .card .card-content h3{margin:0 0 .5rem;font-size:1.125rem}.settings-grid .card .card-content p{color:var(--text-secondary);margin:0;font-size:.875rem}.company-preview h4{margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.company-preview p{color:var(--text-secondary);margin:.25rem 0;font-size:.875rem}.company-preview p strong{color:var(--text-primary)}.company-contact{border-top:1px solid var(--border-light);margin-top:1rem;padding-top:1rem}.expense-row-clickable{cursor:pointer;transition:all .2s;position:relative}.expense-row-clickable:hover{background:var(--bg-tertiary)}.expense-row-overlay{z-index:1;text-decoration:none;position:absolute;top:0;bottom:0;left:0;right:0}.expense-item-clickable{cursor:pointer;transition:all .2s;position:relative}.expense-item-clickable:hover{background:var(--bg-secondary)}.expense-item-overlay{z-index:1;text-decoration:none;position:absolute;top:0;bottom:0;left:0;right:0}.table-row-clickable{cursor:pointer;transition:all .2s;position:relative}.table-row-clickable:hover{background:var(--bg-secondary)}.table-row-overlay{z-index:1;position:absolute;top:0;bottom:0;left:0;right:0}.table-actions{z-index:2;position:relative}.table-col-docs{text-align:center;min-width:4rem}.form-select{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.form-select option{padding:.35rem .5rem;line-height:1.4}.form-select option:not([value=""]){font-weight:400}.form-select option:not(:disabled):not([value=""]){font-weight:500}.docs-count{color:var(--color-primary);font-weight:500}.docs-none{color:var(--text-muted)}.files-list{border:1px solid var(--border-color);border-radius:.5rem;overflow:hidden}.file-item{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1rem;display:flex}.file-item:last-child{border-bottom:none}.file-item:hover{background:var(--bg-secondary)}.file-info{flex:1}.file-info .file-name{color:var(--text-primary);font-weight:500;display:block}.file-info .file-size{color:var(--text-muted);margin-top:.25rem;font-size:.875rem;display:block}.file-actions{gap:.5rem;display:flex}.uploaded-files-preview{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.375rem;margin-top:.75rem;padding:.75rem}.uploaded-files-preview p{color:var(--text-primary);margin:0 0 .5rem;font-weight:500}.uploaded-files-preview .file-preview{color:var(--text-muted);padding:.25rem 0;font-size:.875rem}.expense-actions{z-index:2;position:relative}.table-header .table-actions,.table-footer .table-actions{background:var(--bg-tertiary)!important}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-grid .form-group-full{grid-column:1/-1}@media (max-width:768px){.form-grid{grid-template-columns:1fr}.form-grid .form-group-full{grid-column:1}}.voice-command-indicator{background:linear-gradient(135deg,#e3f2fd 0%,#f3e5f5 100%);border:1px solid #bbdefb;border-radius:4px;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex;box-shadow:0 2px 8px rgba(0,0,0,.05)}.voice-command-indicator .voice-icon{flex-shrink:0;margin-top:2px;font-size:1.5rem}.voice-command-indicator .voice-message{flex:1}.voice-command-indicator .voice-message strong{color:#1976d2;margin-bottom:.25rem;font-weight:600;display:block}.voice-command-indicator .voice-message p{color:#424242;margin:0;font-size:.875rem;line-height:1.4}[data-theme=dark] .voice-command-indicator{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border-color:#334155}[data-theme=dark] .voice-command-indicator .voice-message strong{color:#60a5fa}[data-theme=dark] .voice-command-indicator .voice-message p{color:#e2e8f0}.total-display{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary);border-radius:4px;padding:.5rem 1rem;font-size:1.125rem;font-weight:600}.vat-display{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-secondary);border-radius:4px;padding:.5rem 1rem;font-family:monospace;font-weight:500}.incomes-table{flex-direction:column;display:flex;overflow-x:auto}@media (max-width:768px){.incomes-table{min-width:600px}}.incomes-header{background:var(--bg-secondary);border-bottom:1px solid var(--border);color:var(--text-secondary);grid-template-columns:minmax(90px,1fr) minmax(120px,1fr) minmax(150px,2fr) minmax(200px,2fr) 40px;gap:1rem;padding:1rem 1.5rem;font-size:.875rem;font-weight:600;display:grid}.income-row{border-bottom:1px solid var(--border-light);grid-template-columns:minmax(90px,1fr) minmax(120px,1fr) minmax(150px,2fr) minmax(200px,2fr) 40px;gap:1rem;padding:1rem 1.5rem;transition:background-color .2s;display:grid}.income-row:hover{background:var(--bg-tertiary)}.income-row:last-child{border-bottom:none}.income-col{color:var(--text-primary);align-items:center;font-size:.875rem;display:flex}.income-col.income-date{color:var(--text-secondary)}.income-col.income-amount{font-weight:600}.income-col.income-actions{justify-content:flex-end}.notes-preview{color:var(--text-secondary);font-style:italic}.header-stats{align-items:center;gap:1rem;display:flex}.stat-total{color:var(--text-primary);background:var(--bg-secondary);border-radius:4px;padding:.25rem .5rem;font-size:.875rem;font-weight:600}.incomes-list{padding:0}.income-item{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.income-item:last-child{border-bottom:none}.income-info{flex:1;min-width:0}.income-investor{color:var(--text-primary);margin-bottom:.25rem;font-weight:600}.income-meta{color:var(--text-secondary);font-size:.875rem}.income-amount{font-size:1.125rem;font-weight:600}.projects-health-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;display:grid}.project-health-card .card-header{justify-content:space-between;align-items:center;display:flex}.project-health-card .card-header h4{margin:0;font-size:1.125rem}.health-indicator{font-size:1.25rem}.health-indicator.health-good{color:var(--text-success)}.health-indicator.health-warning{color:var(--text-warning)}.project-stats{flex-direction:column;gap:.5rem;display:flex}.project-stat{justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.project-stat .stat-label{color:var(--text-secondary)}.project-stat .stat-value{color:var(--text-primary);font-weight:500}.project-stat.project-stat-total{border-top:1px solid var(--border-light);padding-top:.5rem;font-weight:600}.project-stat.project-stat-total .stat-value{font-size:1rem;font-weight:600}.project-warning{background:var(--bg-warning);border:1px solid var(--border-warning);color:var(--text-warning);border-radius:4px;margin-top:1rem;padding:.5rem;font-size:.875rem}.alert{border-radius:4px;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.5rem;display:flex}.alert.alert-danger{background:var(--bg-danger);border:1px solid var(--border-danger);color:var(--text-danger)}.alert-icon{flex-shrink:0;font-size:1.25rem}.alert-content{flex:1}.alert-content h4{margin:0 0 .25rem;font-size:1rem;font-weight:600}.alert-content p{margin:0;font-size:.875rem}.text-success{color:#059669!important}.text-danger{color:#dc2626!important}.text-warning{color:#d97706!important}.bg-warning{background-color:#fef3c7}.bg-danger{background-color:#fee2e2}.border-warning{border-color:#f59e0b}.border-danger{border-color:#ef4444}.investor-shares{border-top:1px solid var(--border);margin-top:1rem;padding-top:1rem}.investor-shares-title{color:var(--text-secondary);margin-bottom:.75rem;font-size:.9rem;font-weight:600}.investor-share{border-bottom:1px solid rgba(0,0,0,.05);justify-content:space-between;align-items:flex-start;padding:.5rem 0;display:flex}.investor-share:last-child{border-bottom:none}.investor-info{align-items:center;gap:.5rem;display:flex}.investor-percent{color:var(--text-muted);font-size:.8rem}.investor-amounts{text-align:right;font-size:.8rem}.investor-investment{color:var(--text-muted)}.investor-profit{margin:.2rem 0;font-weight:500}.investor-roi{color:var(--text-secondary);font-weight:600}.no-investors-warning{text-align:center;color:var(--text-muted);background:rgba(0,0,0,.02);border-radius:.5rem;margin-top:1rem;padding:1rem;font-size:.9rem}.text-primary{color:#007bff!important}.table-actions{gap:.5rem;display:flex}.form-textarea{resize:vertical;min-height:80px}.investor-breakdown{flex-direction:column;gap:1rem;display:flex}.investor-breakdown-item{background:rgba(0,0,0,.02);border-left:4px solid #007bff;border-radius:.5rem;padding:1rem}.investor-info{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.investor-name{font-size:1rem;font-weight:600}.investor-percentage{color:var(--text-muted);font-size:.9rem;font-weight:500}.investor-amounts{font-size:.9rem}.investor-investment{margin-bottom:.25rem;font-weight:500}.investor-projections{flex-direction:column;gap:.1rem;display:flex}.cost-breakdown{flex-direction:column;gap:.75rem;display:flex}.cost-item{border-bottom:1px solid rgba(0,0,0,.05);justify-content:space-between;align-items:flex-start;padding:.5rem 0;display:flex}.cost-item:last-child{border-bottom:none}.cost-total{border-top:2px solid rgba(0,0,0,.1);margin-top:.5rem;padding-top:.75rem;font-weight:600}.cost-label{color:var(--text-secondary);flex-shrink:0;margin-right:1rem;font-weight:500}.cost-amounts{text-align:right;flex-direction:column;align-items:flex-end;display:flex}.cost-with-vat{font-size:1rem;font-weight:600}.cost-without-vat{color:var(--text-muted);margin-top:.1rem;font-size:.8rem}.cost-value{font-size:1rem;font-weight:600}.text-info{color:#17a2b8!important}.gap-6{gap:1.5rem}@media (max-width:768px){.investor-breakdown-item{padding:.75rem}.cost-item{flex-direction:column;align-items:flex-start;gap:.25rem}.cost-amounts{text-align:left;align-items:flex-start;width:100%}}.investors-table{width:100%;overflow-x:auto}@media (max-width:1024px){.investors-table{min-width:700px}}.investors-table .investors-header{background:var(--bg-tertiary);border-bottom:1px solid var(--border);color:var(--text-secondary);grid-template-columns:2fr 1fr 1.5fr 1fr 2fr 60px;gap:1rem;padding:1rem;font-size:.875rem;font-weight:600;display:grid}.investors-table .investor-row{border-bottom:1px solid var(--border-light);grid-template-columns:2fr 1fr 1.5fr 1fr 2fr 60px;align-items:center;gap:1rem;padding:1rem;display:grid;position:relative}.investors-table .investor-row:hover{background:var(--bg-tertiary)}.investors-table .investor-row.investor-row-clickable{cursor:pointer}.investors-table .investor-col{flex-direction:column;justify-content:center;display:flex}.investors-table .investor-col.investor-name .investor-info .investor-name-text{color:var(--text-primary);font-weight:500}.investors-table .investor-col.investor-percentage{color:var(--accent);font-weight:600}.investors-table .investor-col.investor-projected-profit .profit-breakdown .profit-value{font-weight:500}.investors-table .investor-col.investor-actions{justify-content:flex-end;display:flex}.estimates-table{width:100%}.estimates-table .estimates-header{background:var(--bg-tertiary);border-bottom:1px solid var(--border);color:var(--text-secondary);grid-template-columns:2fr 1.5fr 1fr 1fr 1fr 60px;gap:1rem;padding:1rem;font-size:.875rem;font-weight:600;display:grid}.estimates-table .estimate-row{border-bottom:1px solid var(--border-light);grid-template-columns:2fr 1.5fr 1fr 1fr 1fr 60px;align-items:center;gap:1rem;padding:1rem;display:grid;position:relative}.estimates-table .estimate-row:hover{background:var(--bg-tertiary)}.estimates-table .estimate-row.estimate-row-clickable{cursor:pointer}.estimates-table .estimate-col{flex-direction:column;justify-content:center;display:flex}.estimates-table .estimate-col.estimate-name .estimate-info .estimate-name-text{color:var(--text-primary);font-weight:500}.estimates-table .estimate-col.estimate-category .category-info{flex-direction:column;gap:.25rem;display:flex}.estimates-table .estimate-col.estimate-category .category-info .category-name{color:var(--text-primary);font-size:.875rem}.estimates-table .estimate-col.estimate-category .category-info .category-parent{color:var(--text-muted);font-size:.75rem}.estimates-table .estimate-col.estimate-actions{justify-content:flex-end;display:flex}.form-control-static{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-primary);border-radius:4px;padding:.5rem 1rem;font-weight:500}.form-control{border:1px solid var(--border);background:var(--bg-primary);color:var(--text-primary);border-radius:4px;padding:.5rem 1rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-control:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);outline:none}.form-control::placeholder{color:var(--text-muted)}.modal-actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.empty-state{text-align:center;border:2px dashed var(--border-light);background-color:var(--bg-secondary);border-radius:4px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;margin:1.5rem 0;padding:6rem;display:flex}.empty-state .empty-icon{opacity:.6;margin-bottom:1.5rem;font-size:48px}.empty-state h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.empty-state p{color:var(--text-muted);max-width:400px;margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.empty-state .btn{margin-top:.5rem}.empty-state:hover{border-color:var(--border);background-color:var(--bg-tertiary)}.empty-state:hover .empty-icon{opacity:.8}.empty-state .empty-icon{transition:opacity .2s}.status-tag{text-transform:uppercase;letter-spacing:.05em;border:1px solid transparent;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;min-width:80px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex}.status-tag.status-preparing{color:#374151;background-color:#f3f4f6;border-color:#d1d5db}[data-theme=dark] .status-tag.status-preparing{color:#d1d5db;background-color:#374151;border-color:#4b5563}.status-tag.status-investing{color:#1e40af;background-color:#dbeafe;border-color:#93c5fd}[data-theme=dark] .status-tag.status-investing{color:#93c5fd;background-color:#1e3a8a;border-color:#3b82f6}.status-tag.status-in-progress{color:#92400e;background-color:#fef3c7;border-color:#fbbf24}[data-theme=dark] .status-tag.status-in-progress{color:#fbbf24;background-color:#92400e;border-color:#f59e0b}.status-tag.status-finished{color:#065f46;background-color:#d1fae5;border-color:#34d399}[data-theme=dark] .status-tag.status-finished{color:#34d399;background-color:#065f46;border-color:#10b981}.withdrawals-table{width:100%;overflow-x:auto}@media (max-width:768px){.withdrawals-table{min-width:650px}}.withdrawals-table .withdrawals-header{background:var(--bg-tertiary);border-bottom:1px solid var(--border);color:var(--text-secondary);grid-template-columns:1fr 2fr 1.5fr 2fr 60px;gap:1rem;padding:1rem;font-size:.875rem;font-weight:600;display:grid}.withdrawals-table .withdrawal-row{border-bottom:1px solid var(--border-light);grid-template-columns:1fr 2fr 1.5fr 2fr 60px;align-items:center;gap:1rem;padding:1rem;display:grid}.withdrawals-table .withdrawal-row:hover{background:var(--bg-tertiary)}.withdrawals-table .withdrawal-row.withdrawal-summary{background:var(--bg-secondary);border-top:2px solid var(--border);font-weight:600}.withdrawals-table .withdrawal-col{flex-direction:column;justify-content:center;display:flex}.withdrawals-table .withdrawal-col.withdrawal-date{color:var(--text-secondary);font-size:.875rem}.withdrawals-table .withdrawal-col.withdrawal-investor .investor-info .investor-name-text{color:var(--text-primary);font-weight:500}.withdrawals-table .withdrawal-col.withdrawal-amount .amount-value{color:var(--text-primary);font-weight:600}.withdrawals-table .withdrawal-col.withdrawal-notes .notes-preview{color:var(--text-secondary);font-size:.875rem}.withdrawals-table .withdrawal-col.withdrawal-actions{justify-content:flex-end;display:flex}.investor-balance-info{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:4px;margin-top:.5rem;padding:1rem}.balance-item{justify-content:space-between;align-items:center;padding:.25rem 0;display:flex}.balance-item:not(:last-child){border-bottom:1px solid var(--border-light);margin-bottom:.25rem;padding-bottom:.25rem}.balance-item.balance-available{font-weight:600}.balance-item.balance-available .balance-label{color:var(--text-primary)}.balance-item.balance-available .balance-value{color:var(--accent)}.balance-label{color:var(--text-secondary);font-size:.875rem}.balance-value{color:var(--text-primary);font-size:.875rem;font-weight:500}.login-page{background:linear-gradient(135deg,var(--accent-light),var(--bg-secondary));justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-container{width:100%;max-width:420px}.login-card{background:var(--bg-primary);box-shadow:var(--shadow-hover);border:1px solid var(--border-light);border-radius:6px;padding:2rem}.login-header{text-align:center}.login-header .login-icon{margin-bottom:1rem;font-size:3rem}.login-header .login-logo{width:100%;height:auto;margin-bottom:1rem}.login-header h1{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.login-header p{color:var(--text-muted);font-size:.875rem}.login-form .form-group{margin-bottom:1.5rem}.login-form .form-group .form-label{color:var(--text-primary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.login-form .form-group .form-input{border:1px solid var(--border);background:var(--bg-secondary);width:100%;color:var(--text-primary);border-radius:4px;padding:1rem;font-size:1rem;transition:all .2s}.login-form .form-group .form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);outline:none}.login-form .form-group .form-input.form-input-error{background-color:#fef2f2;border-color:#dc2626}.login-form .form-group .form-input.form-input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1)}.login-form .form-group .form-error{color:#dc2626;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.75rem;font-weight:500;display:flex}.login-form .form-group .form-error:before{content:"⚠️";font-size:.875rem}.login-form .form-group .form-help{color:var(--text-muted);margin-top:.25rem;font-size:.75rem;line-height:1.4}.required-indicator{color:#dc2626;font-weight:700}.btn-full{width:100%;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:500}.login-footer{border-top:1px solid var(--border-light);margin-top:2rem;padding-top:1.5rem}.login-demo{text-align:center}.login-demo h4{margin-bottom:.5rem;font-size:.875rem;font-weight:500}.login-demo p{color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;line-height:1.6}.login-demo p strong{color:var(--text-secondary)}[data-theme=dark] .login-page{background:linear-gradient(135deg,var(--accent-light),var(--bg-secondary))}@media (max-width:480px){.login-page{padding:.5rem}.login-card{padding:1.5rem}.login-header{margin-bottom:1.5rem}.login-header .login-icon{font-size:2.5rem}.login-header h1{font-size:1.125rem}}.modern-card{background:var(--card-bg);border:1px solid var(--border-light);border-radius:12px;max-width:800px;margin-bottom:2rem;margin-left:auto;margin-right:auto;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06)}.modern-card:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,.1)}.modern-card.danger-card{background:var(--card-bg);border-color:rgba(220,53,69,.2)}.card-header-modern{background:linear-gradient(135deg,var(--bg-tertiary)0%,var(--bg-secondary)100%);border-bottom:1px solid var(--border-light);padding:1.5rem}.card-header-modern.danger-header{background:linear-gradient(135deg,rgba(220,53,69,.05) 0%,rgba(220,53,69,.02) 100%);border-bottom-color:rgba(220,53,69,.1)}.header-content{align-items:center;gap:1rem;display:flex}.header-icon{background:var(--accent-light);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.5rem;display:flex}.card-title-modern{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:600;line-height:1.3}.card-subtitle{color:var(--text-muted);margin:.25rem 0 0;font-size:.875rem;line-height:1.4}.card-content-modern{padding:2rem}.timeline-section{border:1px solid var(--border-light);border-radius:8px;margin-bottom:2.5rem;overflow:hidden}.timeline-header{background:linear-gradient(135deg,var(--bg-tertiary)0%,rgba(255,255,255,.8) 100%);border-bottom:1px solid var(--border-light);align-items:center;gap:1rem;padding:1.25rem;display:flex}.timeline-icon-wrapper{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.timeline-icon-wrapper.estimated{background:linear-gradient(135deg,#e3f2fd 0%,#bbdefb 100%);border:1px solid #90caf9}.timeline-icon-wrapper.actual{background:linear-gradient(135deg,#e8f5e8 0%,#c8e6c9 100%);border:1px solid #a5d6a7}.timeline-icon{font-size:1.1rem}.timeline-text{flex:1}.timeline-title{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600;line-height:1.3}.timeline-subtitle{color:var(--text-muted);margin:.25rem 0 0;font-size:.875rem;line-height:1.4}.timeline-section .form-row{background:var(--bg-primary);padding:1.5rem}.card-content-modern .form{margin:0;padding:0}.card-content-modern .form-group{margin-bottom:1.75rem;position:relative}.card-content-modern .form-group:last-child{margin-bottom:0}.card-content-modern .form-label{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;font-weight:600;line-height:1.4;display:flex}.card-content-modern .form-label .label-icon{opacity:.8;font-size:1rem}.card-content-modern .form-input,.card-content-modern .form-select{border:2px solid var(--border-light);background:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:8px;padding:.875rem 1rem;font-size:1rem;transition:all .2s;box-shadow:0 1px 3px rgba(0,0,0,.05)}.card-content-modern .form-input:focus,.card-content-modern .form-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);outline:none;transform:translateY(-1px)}.card-content-modern .form-input.form-input-error,.card-content-modern .form-select.form-input-error{border-color:var(--danger);box-shadow:0 0 0 3px rgba(220,53,69,.1)}.card-content-modern .form-input::placeholder,.card-content-modern .form-select::placeholder{color:var(--text-muted);opacity:.7}.card-content-modern .form-help{color:var(--text-muted);margin-top:.5rem;font-size:.75rem;font-style:italic;line-height:1.4}.card-content-modern .form-row{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.75rem;display:grid}@media (max-width:768px){.card-content-modern .form-row{grid-template-columns:1fr;gap:1.25rem}}.card-content-modern .form-actions{border-top:1px solid var(--border-light);justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}@media (max-width:640px){.card-content-modern .form-actions{flex-direction:column-reverse}}.card-content-modern .form-actions .btn{border-radius:8px;min-width:120px;padding:.875rem 1.5rem;font-weight:500;transition:all .2s}.card-content-modern .form-actions .btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.form-section-description{background:linear-gradient(135deg,var(--accent-light)0%,rgba(255,255,255,.8) 100%);border:1px solid var(--accent-light);color:var(--text-secondary);border-left:4px solid var(--accent);border-radius:8px;padding:1rem 1.25rem;font-size:.875rem;line-height:1.5;margin-bottom:2rem!important}.input-group{border-radius:8px;align-items:stretch;display:flex;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05)}.input-group .input-group-text{background:var(--bg-tertiary);border:2px solid var(--border-light);color:var(--text-secondary);white-space:nowrap;border-right:none;align-items:center;padding:.875rem 1rem;font-size:.875rem;font-weight:500;display:flex}.input-group .form-input{border-left:none;border-radius:0;flex:1}
.VoiceAssistant-module__gLVuCW__voiceAssistant{z-index:1000;position:fixed;bottom:2rem;right:2rem}.VoiceAssistant-module__gLVuCW__voiceButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.15)}.VoiceAssistant-module__gLVuCW__voiceButton:hover{transform:scale(1.1);box-shadow:0 6px 25px rgba(0,0,0,.2)}.VoiceAssistant-module__gLVuCW__voiceButton:disabled{opacity:.7;cursor:not-allowed}.VoiceAssistant-module__gLVuCW__voiceButton.VoiceAssistant-module__gLVuCW__listening{background:linear-gradient(135deg,#ff6b6b 0%,#ee5a24 100%);animation:1.5s infinite VoiceAssistant-module__gLVuCW__pulse}.VoiceAssistant-module__gLVuCW__voiceButton.VoiceAssistant-module__gLVuCW__processing{background:linear-gradient(135deg,#feca57 0%,#ff9ff3 100%)}.VoiceAssistant-module__gLVuCW__voiceAnimation{justify-content:center;align-items:center;display:flex;position:relative}.VoiceAssistant-module__gLVuCW__pulse{background:rgba(255,255,255,.3);border-radius:50%;width:100%;height:100%;animation:1.5s infinite VoiceAssistant-module__gLVuCW__pulse-ring;position:absolute}.VoiceAssistant-module__gLVuCW__processingAnimation{animation:1s linear infinite VoiceAssistant-module__gLVuCW__spin}.VoiceAssistant-module__gLVuCW__voiceTranscript{background:#fff;border:1px solid #e0e0e0;border-radius:12px;max-width:300px;padding:12px 16px;font-size:14px;line-height:1.4;position:absolute;bottom:80px;right:0;box-shadow:0 4px 20px rgba(0,0,0,.15)}.VoiceAssistant-module__gLVuCW__voiceTranscript:after{content:"";border-top:8px solid #fff;border-left:8px solid transparent;border-right:8px solid transparent;width:0;height:0;position:absolute;bottom:-8px;right:20px}.VoiceAssistant-module__gLVuCW__processingText{color:#666;margin-top:4px;font-size:12px;font-style:italic;display:block}.VoiceAssistant-module__gLVuCW__voiceError{background:#fed7d7;border:1px solid #feb2b2;border-radius:12px;max-width:300px;padding:12px 16px;position:absolute;bottom:80px;right:0;box-shadow:0 4px 20px rgba(0,0,0,.15)}.VoiceAssistant-module__gLVuCW__errorText{color:#c53030;font-size:14px}@keyframes VoiceAssistant-module__gLVuCW__pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes VoiceAssistant-module__gLVuCW__pulse-ring{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.4)}}@keyframes VoiceAssistant-module__gLVuCW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.VoiceAssistant-module__gLVuCW__voiceAssistant{bottom:1rem;right:1rem}.VoiceAssistant-module__gLVuCW__voiceButton{width:50px;height:50px;font-size:20px}.VoiceAssistant-module__gLVuCW__voiceTranscript{max-width:250px;font-size:13px}}
@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8298327da6d5bcce-s.fb2d5852.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.0a39a854.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2b402d8aebffd579-s.ec7e94a5.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/a88409fdd7dc121c-s.62b55a98.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.9b7a96b4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat Fallback;src:local(Arial);ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.0%;size-adjust:112.83%}.montserrat_8bcba51-module__24rgsq__className{font-family:Montserrat,Montserrat Fallback;font-style:normal}.montserrat_8bcba51-module__24rgsq__variable{--font-montserrat:"Montserrat","Montserrat Fallback"}
@font-face{font-family:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b529365fa126a3f2-s.38647399.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8e451580e5e95631-s.p.0e564e6e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d74bdd14d6019bc6-s.99b0b73b.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-weight:700;font-display:swap;src:url(../media/345c85a432359eed-s.p.eead68dd.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato Fallback;src:local(Arial);ascent-override:101.03%;descent-override:21.8%;line-gap-override:0.0%;size-adjust:97.69%}.lato_94278ca1-module__dXFESW__className{font-family:Lato,Lato Fallback;font-style:normal}.lato_94278ca1-module__dXFESW__variable{--font-lato:"Lato","Lato Fallback"}
@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/02046ca7e906ed9f-s.78def622.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/6bbcb5b36acd717c-s.656fbe30.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/0797a9ffe47acb65-s.a9cc7c2a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/7c2c7251ac640798-s.d6988a53.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/248e1dc0efc99276-s.p.8a6b2436.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/02046ca7e906ed9f-s.78def622.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/6bbcb5b36acd717c-s.656fbe30.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/0797a9ffe47acb65-s.a9cc7c2a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/7c2c7251ac640798-s.d6988a53.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/248e1dc0efc99276-s.p.8a6b2436.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Merriweather Fallback;src:local(Times New Roman);ascent-override:80.59%;descent-override:22.36%;line-gap-override:0.0%;size-adjust:122.09%}.merriweather_261bbc7b-module__UWwOeW__className{font-family:Merriweather,Merriweather Fallback;font-style:normal}.merriweather_261bbc7b-module__UWwOeW__variable{--font-merriweather:"Merriweather","Merriweather Fallback"}
@font-face{font-family:Nunito Sans;font-style:normal;font-weight:200 1000;font-stretch:100%;font-display:swap;src:url(../media/f813d0b748b050e0-s.eb60fb62.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:200 1000;font-stretch:100%;font-display:swap;src:url(../media/dcd150d580a10316-s.edc4ba47.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:200 1000;font-stretch:100%;font-display:swap;src:url(../media/d261779aa92de579-s.d355e0bf.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:200 1000;font-stretch:100%;font-display:swap;src:url(../media/24ce79ed121239f3-s.8b1cf68a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:200 1000;font-stretch:100%;font-display:swap;src:url(../media/f141b5b7abe57afc-s.p.0de3c900.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito Sans Fallback;src:local(Arial);ascent-override:99.71%;descent-override:34.82%;line-gap-override:0.0%;size-adjust:101.39%}.nunito_sans_f8c01b50-module__RbHz_a__className{font-family:Nunito Sans,Nunito Sans Fallback;font-style:normal}.nunito_sans_f8c01b50-module__RbHz_a__variable{--font-nunito-sans:"Nunito Sans","Nunito Sans Fallback"}
@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/da8a9dd0d68e512b-s.5851b7c1.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/94b4a5dc1fe84361-s.79468464.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/ff5be760267bb4bc-s.4ba8127f.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/99596c30eb072d3c-s.ef30866c.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/e5864b32625b6bc3-s.4f3f63ac.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/e285ad1a914469f0-s.2df16460.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/47df9ba1c7236d3b-s.p.7bbb93ea.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Sans 3 Fallback";src:local(Arial);ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.0%;size-adjust:93.76%}.source_sans_3_7e5998a6-module__zvLvrW__className{font-family:"Source Sans 3","Source Sans 3 Fallback";font-style:normal}.source_sans_3_7e5998a6-module__zvLvrW__variable{--font-source-sans:"Source Sans 3","Source Sans 3 Fallback"}
@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(../media/3ce154ad7d54dc86-s.f170796f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(../media/7cdbb9ca823c0a73-s.f2244ea0.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(../media/1e239d59b95c7889-s.4a36b7d0.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(../media/a421df443b3f383b-s.90e10d49.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(../media/c2873153dc73d9e3-s.6884c055.woff2)format("woff2");unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(../media/d38a53d0ba90b32d-s.3eaec13b.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(../media/5b0229109f6656bb-s.6c710ca8.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(../media/ca19bc83075b2625-s.195cce89.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(../media/2aec202ebfcf461b-s.d55a2306.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(../media/cf514f5d0007dafa-s.p.417aa1a2.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Open Sans Fallback;src:local(Arial);ascent-override:101.65%;descent-override:27.86%;line-gap-override:0.0%;size-adjust:105.15%}.open_sans_e3486228-module__srQYqa__className{font-family:Open Sans,Open Sans Fallback;font-style:normal}.open_sans_e3486228-module__srQYqa__variable{--font-open-sans:"Open Sans","Open Sans Fallback"}
@font-face{font-family:Raleway;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/198d17f2fc7b7e24-s.ca672327.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Raleway;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bb835a708696869b-s.c37cd17c.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Raleway;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/6c7c54d92ecafd95-s.3d203319.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Raleway;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4b825e536f0add60-s.d9b22f9f.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Raleway;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/c825fd02acae0153-s.p.1692d83b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Raleway Fallback;src:local(Arial);ascent-override:90.51%;descent-override:22.53%;line-gap-override:0.0%;size-adjust:103.86%}.raleway_1f183bdb-module__rJ9P1W__className{font-family:Raleway,Raleway Fallback;font-style:normal}.raleway_1f183bdb-module__rJ9P1W__variable{--font-raleway:"Raleway","Raleway Fallback"}
@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9cc5c0547f229dea-s.6c4275d8.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b0947914c9718a1e-s.dfd36b11.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d0b60be57f16ee32-s.7a65e2c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1f9e983605289f29-s.ef9233b7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.7787e134.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9cc5c0547f229dea-s.6c4275d8.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b0947914c9718a1e-s.dfd36b11.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d0b60be57f16ee32-s.7a65e2c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1f9e983605289f29-s.ef9233b7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.7787e134.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9cc5c0547f229dea-s.6c4275d8.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b0947914c9718a1e-s.dfd36b11.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d0b60be57f16ee32-s.7a65e2c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1f9e983605289f29-s.ef9233b7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.7787e134.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond Fallback;src:local(Times New Roman);ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.0%;size-adjust:96.98%}.cormorant_garamond_2aa46e95-module__LOtCRW__className{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.cormorant_garamond_2aa46e95-module__LOtCRW__variable{--font-cormorant-garamond:"Cormorant Garamond","Cormorant Garamond Fallback"}
@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8c352cd2dd0b7ed3-s.39c4a323.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:400;font-display:swap;src:url(../media/38df7484fe560b25-s.p.d047eb08.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:700;font-display:swap;src:url(../media/fc010c38c59a3a7b-s.bc66d156.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:700;font-display:swap;src:url(../media/03f2c55a29f95196-s.p.4dc8ab24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Libre Baskerville Fallback;src:local(Times New Roman);ascent-override:76.22%;descent-override:21.22%;line-gap-override:0.0%;size-adjust:127.26%}.libre_baskerville_c4bca19f-module__JFGAFG__className{font-family:Libre Baskerville,Libre Baskerville Fallback;font-style:normal}.libre_baskerville_c4bca19f-module__JFGAFG__variable{--font-libre-baskerville:"Libre Baskerville","Libre Baskerville Fallback"}
