#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;min-height:100vh}#app,*{margin:0;padding:0}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Avenir,Helvetica,Arial,sans-serif}.dashboard-container[data-v-73f2bfad]{display:flex;min-height:100vh;background:#f8fafc}.sidebar[data-v-73f2bfad]{width:280px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transition:width .3s ease;position:fixed;height:100vh;z-index:1000;box-shadow:2px 0 10px rgba(0,0,0,.1)}.sidebar-collapsed[data-v-73f2bfad]{width:70px}.sidebar-header[data-v-73f2bfad]{padding:20px;border-bottom:1px solid hsla(0,0%,100%,.1)}.toggle-btn[data-v-73f2bfad]{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;margin-bottom:15px}.sidebar-title[data-v-73f2bfad]{font-size:18px;font-weight:600;margin:0}.sidebar-nav[data-v-73f2bfad]{padding:20px 0}.nav-item[data-v-73f2bfad]{display:flex;align-items:center;padding:15px 20px;color:hsla(0,0%,100%,.8);text-decoration:none;transition:all .3s ease;margin:0 10px;border-radius:10px}.nav-item.active[data-v-73f2bfad],.nav-item[data-v-73f2bfad]:hover{background:hsla(0,0%,100%,.1);color:#fff;transform:translateX(5px)}.nav-button[data-v-73f2bfad]{background:none;border:none;width:100%;cursor:pointer;text-align:left}.nav-icon[data-v-73f2bfad]{font-size:18px;margin-right:15px;width:20px}.nav-text[data-v-73f2bfad]{font-weight:500}.main-content[data-v-73f2bfad]{flex:1;margin-left:280px;padding:30px;transition:margin-left .3s ease}.sidebar-collapsed+.main-content[data-v-73f2bfad]{margin-left:70px}.content-header[data-v-73f2bfad]{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.content-header h1[data-v-73f2bfad]{font-size:32px;font-weight:700;color:#1a202c;margin:0}.user-info[data-v-73f2bfad]{display:flex;align-items:center;gap:15px}.logout-btn[data-v-73f2bfad]{background:#e53e3e;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500;transition:background .3s ease}.logout-btn[data-v-73f2bfad]:hover{background:#c53030}.kpi-grid[data-v-73f2bfad]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-bottom:40px}.kpi-card[data-v-73f2bfad]{background:#fff;padding:25px;border-radius:16px;box-shadow:0 4px 25px rgba(0,0,0,.08);display:flex;align-items:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0}.kpi-card[data-v-73f2bfad]:hover{transform:translateY(-2px);box-shadow:0 8px 35px rgba(0,0,0,.12)}.kpi-icon[data-v-73f2bfad]{font-size:40px;margin-right:20px;opacity:.8}.kpi-content h3[data-v-73f2bfad]{margin:0 0 8px 0;font-size:14px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.kpi-value[data-v-73f2bfad]{font-size:28px;font-weight:700;color:#1a202c;margin-bottom:4px}.kpi-subtitle[data-v-73f2bfad]{font-size:12px;color:#64748b;font-weight:500}.section-card[data-v-73f2bfad]{background:#fff;border-radius:16px;box-shadow:0 4px 25px rgba(0,0,0,.08);margin-bottom:30px;overflow:hidden;border:1px solid #e2e8f0}.section-header[data-v-73f2bfad]{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.section-header h2[data-v-73f2bfad]{margin:0;font-size:20px;font-weight:600;color:#1a202c}.count-badge[data-v-73f2bfad]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 14px;border-radius:20px;font-size:14px;font-weight:600}.table-container[data-v-73f2bfad]{overflow-x:auto}.data-table[data-v-73f2bfad]{width:100%;border-collapse:collapse}.data-table th[data-v-73f2bfad]{background:#f8fafc;padding:16px 20px;text-align:left;font-weight:600;color:#4a5568;font-size:13px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e2e8f0}.data-table td[data-v-73f2bfad]{padding:16px 20px;border-bottom:1px solid #e2e8f0;color:#2d3748;vertical-align:middle}.data-table tbody tr[data-v-73f2bfad]:hover{background:#f7fafc}.property-name[data-v-73f2bfad]{font-weight:600;color:#2b6cb0}.amount[data-v-73f2bfad]{text-align:right;font-weight:600;color:#22543d}.text-center[data-v-73f2bfad]{text-align:center}.status-badge[data-v-73f2bfad]{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.status-badge.active[data-v-73f2bfad]{background:#c6f6d5;color:#22543d}.empty-state[data-v-73f2bfad]{padding:60px 20px;text-align:center;color:#64748b}.empty-state p[data-v-73f2bfad]{font-size:16px;margin:0}.view-all[data-v-73f2bfad]{padding:20px 30px;text-align:center;border-top:1px solid #e2e8f0;background:#f8fafc}.btn[data-v-73f2bfad]{display:inline-flex;align-items:center;padding:10px 24px;border-radius:8px;text-decoration:none;font-weight:600;font-size:14px;transition:all .3s ease;border:2px solid transparent}.btn-outline[data-v-73f2bfad]{background:transparent;color:#667eea;border-color:#667eea}.btn-outline[data-v-73f2bfad]:hover{background:#667eea;color:#fff;transform:translateY(-1px)}.global-stats-section[data-v-73f2bfad],.reservations-section[data-v-73f2bfad],.revenue-comparison-section[data-v-73f2bfad]{margin-bottom:40px}.section-title[data-v-73f2bfad]{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 20px 0;text-align:center}.global-revenue[data-v-73f2bfad]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.global-revenue .kpi-content h3[data-v-73f2bfad],.global-revenue .kpi-value[data-v-73f2bfad]{color:#fff}.property-selector[data-v-73f2bfad]{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 4px 25px rgba(0,0,0,.08);border:1px solid #e2e8f0}.property-selector-title[data-v-73f2bfad]{font-size:16px;font-weight:600;color:#1a202c;margin-bottom:15px}.property-checkboxes[data-v-73f2bfad]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.property-checkbox[data-v-73f2bfad]{display:flex;align-items:center;padding:12px 16px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .3s ease}.property-checkbox[data-v-73f2bfad]:hover{border-color:#667eea;background:#f1f5f9}.property-checkbox.active[data-v-73f2bfad]{border-color:#667eea}.property-checkbox input[type=checkbox][data-v-73f2bfad]{margin-right:8px;accent-color:#667eea}.property-checkbox .property-name[data-v-73f2bfad]{font-weight:500}.revenue-chart[data-v-73f2bfad]{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 25px rgba(0,0,0,.08);border:1px solid #e2e8f0}.chart-container[data-v-73f2bfad]{display:flex;align-items:end;justify-content:space-around;height:300px;padding:20px 0;border-bottom:2px solid #e2e8f0}.revenue-bar[data-v-73f2bfad]{display:flex;flex-direction:column;align-items:center;min-width:120px}.bar-container[data-v-73f2bfad]{height:200px;width:60px;display:flex;align-items:end;margin-bottom:15px}.bar[data-v-73f2bfad]{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px 6px 0 0;transition:all .3s ease;min-height:10px}.property-info[data-v-73f2bfad]{text-align:center}.property-info .property-name[data-v-73f2bfad]{font-weight:600;color:#1a202c;margin-bottom:5px}.property-info .revenue-amount[data-v-73f2bfad]{font-size:14px;color:#667eea;font-weight:600}.property-dropdown[data-v-73f2bfad]{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 4px 25px rgba(0,0,0,.08);border:1px solid #e2e8f0;display:flex;align-items:center;gap:15px}.property-dropdown label[data-v-73f2bfad]{font-weight:600;color:#1a202c;white-space:nowrap}.property-dropdown select[data-v-73f2bfad]{flex:1;padding:10px 15px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;font-size:14px;font-weight:500;color:#1a202c;cursor:pointer;transition:border-color .3s ease}.property-dropdown select[data-v-73f2bfad]:focus{outline:none;border-color:#667eea}@media (max-width:768px){.sidebar[data-v-73f2bfad]{transform:translateX(-100%)}.main-content[data-v-73f2bfad]{margin-left:0;padding:20px 15px}.kpi-grid[data-v-73f2bfad]{grid-template-columns:1fr;gap:15px}.global-revenue[data-v-73f2bfad]{grid-column:1}.content-header[data-v-73f2bfad]{flex-direction:column;align-items:flex-start;gap:15px}.section-header[data-v-73f2bfad]{padding:20px;flex-direction:column;align-items:flex-start;gap:10px}.data-table[data-v-73f2bfad]{font-size:12px}.data-table td[data-v-73f2bfad],.data-table th[data-v-73f2bfad]{padding:12px 8px}.property-checkboxes[data-v-73f2bfad]{grid-template-columns:1fr;gap:10px}.chart-container[data-v-73f2bfad]{flex-wrap:wrap;height:auto;gap:20px}.revenue-bar[data-v-73f2bfad]{min-width:80px}.bar-container[data-v-73f2bfad]{height:150px;width:40px}.property-dropdown[data-v-73f2bfad]{flex-direction:column;align-items:stretch;gap:10px}.property-dropdown label[data-v-73f2bfad]{white-space:normal}}.section-spinner[data-v-73f2bfad]{display:flex;align-items:center;justify-content:center;padding:80px 20px;min-height:200px}.spinner[data-v-73f2bfad]{width:40px;height:40px;border:3px solid #e2e8f0;border-top:3px solid #667eea;border-radius:50%;animation:spin-73f2bfad 1s linear infinite}@keyframes spin-73f2bfad{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dashboard-container[data-v-0beda2ad]{display:flex;min-height:100vh;background:#f8fafc}.segment-row[data-v-0beda2ad]{background:#f8fafc!important;border-left:3px solid #667eea}.segment-row[data-v-0beda2ad]:hover{background:#f1f5f9!important}.segment-badge[data-v-0beda2ad]{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:9px;font-weight:600;padding:2px 6px;border-radius:10px;margin-left:8px;text-transform:uppercase;letter-spacing:.5px;cursor:help}.segment-badge[data-v-0beda2ad]:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:scale(1.05)}.sidebar[data-v-0beda2ad]{width:280px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transition:width .3s ease;position:fixed;height:100vh;z-index:1000;box-shadow:2px 0 10px rgba(0,0,0,.1)}.sidebar-collapsed[data-v-0beda2ad]{width:70px}.sidebar-header[data-v-0beda2ad]{padding:20px;border-bottom:1px solid hsla(0,0%,100%,.1)}.toggle-btn[data-v-0beda2ad]{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;margin-bottom:15px}.sidebar-title[data-v-0beda2ad]{font-size:18px;font-weight:600;margin:0}.sidebar-nav[data-v-0beda2ad]{padding:20px 0}.nav-item[data-v-0beda2ad]{display:flex;align-items:center;padding:15px 20px;color:hsla(0,0%,100%,.8);text-decoration:none;transition:all .3s ease;margin:0 10px;border-radius:10px}.nav-item.active[data-v-0beda2ad],.nav-item[data-v-0beda2ad]:hover{background:hsla(0,0%,100%,.1);color:#fff;transform:translateX(5px)}.nav-icon[data-v-0beda2ad]{font-size:18px;margin-right:15px;width:20px}.nav-text[data-v-0beda2ad]{font-weight:500}.main-content[data-v-0beda2ad]{flex:1;margin-left:280px;padding:30px;transition:margin-left .3s ease}.sidebar-collapsed+.main-content[data-v-0beda2ad]{margin-left:70px}.content-header[data-v-0beda2ad]{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.content-header h1[data-v-0beda2ad]{font-size:32px;font-weight:700;color:#1a202c;margin:0}.user-info[data-v-0beda2ad]{display:flex;align-items:center;gap:15px}.logout-btn[data-v-0beda2ad]{background:#e53e3e;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500;transition:background .3s ease}.logout-btn[data-v-0beda2ad]:hover{background:#c53030}.section-card[data-v-0beda2ad]{background:#fff;border-radius:16px;box-shadow:0 4px 25px rgba(0,0,0,.08);margin-bottom:30px;overflow:hidden;border:1px solid #e2e8f0}.section-header[data-v-0beda2ad]{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.section-header h2[data-v-0beda2ad]{margin:0;font-size:20px;font-weight:600;color:#1a202c}.section-title-container[data-v-0beda2ad]{display:flex;flex-direction:column;gap:10px}.property-selector[data-v-0beda2ad]{display:flex;align-items:center;gap:8px}.property-selector label[data-v-0beda2ad]{font-size:13px;font-weight:600;color:#4a5568;min-width:60px}.property-select-small[data-v-0beda2ad]{padding:6px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-weight:500;min-width:150px;transition:border-color .3s ease;background:#fff}.properties-section[data-v-0beda2ad]{padding:0}.property-group[data-v-0beda2ad]{border-bottom:1px solid #e2e8f0}.property-group[data-v-0beda2ad]:last-child{border-bottom:none}.property-header[data-v-0beda2ad]{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.property-header h3[data-v-0beda2ad]{margin:0;font-size:18px;font-weight:600;color:#2b6cb0}.property-stats[data-v-0beda2ad]{display:flex;gap:20px;align-items:center}.stat[data-v-0beda2ad]{font-size:14px;color:#64748b;font-weight:500}.stat.revenue[data-v-0beda2ad]{font-weight:700;color:#22543d;font-size:16px}.property-actions[data-v-0beda2ad]{display:flex;gap:8px}.btn[data-v-0beda2ad]{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:8px;text-decoration:none;font-weight:600;font-size:14px;transition:all .3s ease;border:2px solid transparent;cursor:pointer;min-width:120px}.btn[data-v-0beda2ad]:disabled{opacity:.6;cursor:not-allowed}.btn-sm[data-v-0beda2ad]{padding:6px 12px;font-size:12px;min-width:70px}.btn-excel[data-v-0beda2ad]{background-color:#80cbc4;color:#fff;border:1px solid #80cbc4}.btn-excel[data-v-0beda2ad]:hover:not(:disabled){background-color:#6bb3ad;border-color:#6bb3ad;transform:translateY(-1px)}.btn-rapport-excel[data-v-0beda2ad]{background-color:#fbf8ef;color:#333;border:1px solid #d6d2c4}.btn-rapport-excel[data-v-0beda2ad]:hover:not(:disabled){background-color:#f0ece3;border-color:#c9c4b7;transform:translateY(-1px)}.btn-report[data-v-0beda2ad]{background-color:#667eea;color:#fff;border:1px solid #667eea}.btn-report[data-v-0beda2ad]:hover:not(:disabled){background-color:#5a67d8;border-color:#5a67d8;transform:translateY(-1px)}.btn-search[data-v-0beda2ad]{background-color:#48bb78;color:#fff;border:1px solid #48bb78}.btn-search[data-v-0beda2ad]:hover:not(:disabled){background-color:#38a169;border-color:#38a169;transform:translateY(-1px)}.btn-outline[data-v-0beda2ad]{background:transparent;color:#667eea;border-color:#667eea}.btn-outline[data-v-0beda2ad]:hover:not(:disabled){background:#667eea;color:#fff}.btn-primary[data-v-0beda2ad]{background:#667eea;color:#fff;border-color:#667eea}.btn-primary[data-v-0beda2ad]:hover:not(:disabled){background:#5a67d8;transform:translateY(-1px)}.btn-pdf[data-v-0beda2ad]{background-color:#ffb433;color:#fff;border:1px solid #ffb433}.btn-pdf[data-v-0beda2ad]:hover:not(:disabled){background-color:#e5a02b;border-color:#e5a02b;transform:translateY(-1px)}.table-container[data-v-0beda2ad]{overflow-x:auto}.data-table[data-v-0beda2ad]{width:100%;border-collapse:collapse}.data-table th[data-v-0beda2ad]{background:#f8fafc;padding:16px 20px;text-align:left;font-weight:600;color:#4a5568;font-size:13px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e2e8f0}.data-table td[data-v-0beda2ad]{padding:16px 20px;border-bottom:1px solid #e2e8f0;color:#2d3748;vertical-align:middle}.data-table tbody tr[data-v-0beda2ad]:hover{background:#f7fafc}.property-name[data-v-0beda2ad]{font-weight:600;color:#2b6cb0}.guest-name[data-v-0beda2ad]{font-weight:500;color:#2d3748}.amount[data-v-0beda2ad]{text-align:right;font-weight:600;color:#22543d}.text-center[data-v-0beda2ad]{text-align:center}.source-badge[data-v-0beda2ad]{display:inline-block;padding:4px 8px;background:#e2e8f0;color:#4a5568;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.loading-state[data-v-0beda2ad]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#64748b}.spinner[data-v-0beda2ad]{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:spin-0beda2ad 1s linear infinite;margin-bottom:15px}@keyframes spin-0beda2ad{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.empty-state[data-v-0beda2ad]{padding:60px 20px;text-align:center;color:#64748b}.empty-state p[data-v-0beda2ad]{font-size:16px;margin:0}.filters-section[data-v-0beda2ad]{display:flex;align-items:end;gap:20px;padding:25px 30px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.filter-group[data-v-0beda2ad]{display:flex;flex-direction:column;gap:5px}.filter-group label[data-v-0beda2ad]{font-size:13px;font-weight:600;color:#4a5568;text-transform:uppercase;letter-spacing:.5px}.filter-input[data-v-0beda2ad],.filter-select[data-v-0beda2ad]{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;min-width:150px;transition:border-color .3s ease}.filter-actions[data-v-0beda2ad]{display:flex;gap:10px;align-items:end}.pagination[data-v-0beda2ad]{display:flex;justify-content:center;align-items:center;gap:20px;padding:25px 30px;border-top:1px solid #e2e8f0;background:#f8fafc}.pagination-btn[data-v-0beda2ad]{background:#667eea;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500;transition:background .3s ease}.pagination-btn[data-v-0beda2ad]:hover:not(:disabled){background:#5a67d8}.pagination-btn[data-v-0beda2ad]:disabled{background:#cbd5e0;cursor:not-allowed}.pagination-info[data-v-0beda2ad]{font-size:14px;color:#64748b;font-weight:500}.report-modal-overlay[data-v-0beda2ad]{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.report-modal[data-v-0beda2ad]{background:#fff;border-radius:16px;width:95vw;height:90vh;max-width:1600px;box-shadow:0 25px 60px rgba(0,0,0,.3);display:flex;flex-direction:column;overflow:hidden}.modal-header[data-v-0beda2ad]{display:flex;justify-content:space-between;align-items:flex-start;padding:25px 30px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.modal-title h2[data-v-0beda2ad]{margin:0 0 5px 0;font-size:24px;font-weight:700}.modal-subtitle[data-v-0beda2ad]{font-size:14px;display:flex;align-items:center;gap:6px;opacity:.9}.unsaved-indicator[data-v-0beda2ad]{color:#fbbf24;font-size:12px;animation:pulse-0beda2ad 2s infinite}.saved-indicator[data-v-0beda2ad]{color:#10b981;font-size:12px}@keyframes pulse-0beda2ad{0%,to{opacity:1}50%{opacity:.5}}.close-btn[data-v-0beda2ad]{background:none;border:none;color:#fff;font-size:30px;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .3s ease}.close-btn[data-v-0beda2ad]:hover{background:hsla(0,0%,100%,.2)}.modal-content[data-v-0beda2ad]{display:flex;flex:1;overflow:hidden}.settings-panel[data-v-0beda2ad]{width:400px;background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;overflow-y:auto}.settings-header[data-v-0beda2ad]{padding:25px 25px 20px;border-bottom:1px solid #e2e8f0;background:#fff}.settings-header h3[data-v-0beda2ad]{margin:0 0 5px 0;font-size:18px;font-weight:600;color:#1a202c}.settings-header p[data-v-0beda2ad]{margin:0;font-size:14px;color:#64748b}.settings-form[data-v-0beda2ad]{flex:1;padding:25px}.setting-group[data-v-0beda2ad]{margin-bottom:30px}.subsection-title[data-v-0beda2ad]{font-size:16px;font-weight:600;color:#1a202c;margin:0 0 15px 0;padding-bottom:8px;border-bottom:2px solid #e2e8f0}.form-row[data-v-0beda2ad]{margin-bottom:20px}.form-label[data-v-0beda2ad]{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.input-group[data-v-0beda2ad]{position:relative;display:flex;align-items:center}.input-prefix[data-v-0beda2ad],.input-suffix[data-v-0beda2ad]{position:absolute;color:#6b7280;font-weight:500;z-index:2;pointer-events:none;font-size:13px}.input-prefix[data-v-0beda2ad]{left:12px}.input-suffix[data-v-0beda2ad]{right:12px}.form-input[data-v-0beda2ad]{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;transition:border-color .3s ease,box-shadow .3s ease}.form-input[data-v-0beda2ad]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.input-prefix+.form-input[data-v-0beda2ad]{padding-left:35px}.form-input+.input-suffix[data-v-0beda2ad]{right:12px}.radio-group[data-v-0beda2ad]{display:flex;flex-direction:column;gap:10px;margin-top:8px}.radio-option[data-v-0beda2ad]{display:flex;align-items:center;gap:8px;padding:12px 14px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:14px}.radio-option[data-v-0beda2ad]:hover{border-color:#667eea;background:#f8fafc}.radio-option input[type=radio][data-v-0beda2ad]{margin:0}.radio-option input[type=radio]:checked+span[data-v-0beda2ad]{font-weight:600;color:#667eea}.card-custom-rates[data-v-0beda2ad],.cleaning-custom-rates[data-v-0beda2ad]{margin-top:15px;padding:15px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.settings-actions[data-v-0beda2ad]{padding:20px 25px;border-top:1px solid #e2e8f0;background:#fff;display:flex;gap:12px}.settings-actions .btn[data-v-0beda2ad]{flex:1;min-width:auto}.preview-panel[data-v-0beda2ad]{flex:1;display:flex;flex-direction:column;background:#fff;overflow:hidden}.preview-header[data-v-0beda2ad]{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;border-bottom:1px solid #e2e8f0;background:#fff}.preview-header h3[data-v-0beda2ad]{margin:0;font-size:18px;font-weight:600;color:#1a202c}.preview-actions[data-v-0beda2ad]{display:flex;gap:12px}.preview-content[data-v-0beda2ad]{flex:1;overflow-y:auto;padding:30px;background:#f8f9fa}.pdf-preview-container[data-v-0beda2ad]{font-family:Playfair Display,Times New Roman,serif;background:#f8f9f9;color:#2c3e50;font-size:12px;line-height:1.4}.pdf-preview-container .page-container[data-v-0beda2ad]{width:100%;display:flex;flex-direction:column;padding:20px;box-shadow:0 2px 4px rgba(0,0,0,.1);position:relative;background:#fff}.pdf-preview-container .report-header[data-v-0beda2ad]{margin-bottom:25px}.pdf-preview-container .report-title[data-v-0beda2ad]{font-size:38px;font-weight:400;color:#2c3e50;margin-bottom:5px;letter-spacing:1px}.pdf-preview-container .property-name[data-v-0beda2ad]{font-size:22px;font-weight:300;color:#34495e;margin-bottom:15px;letter-spacing:.5px}.pdf-preview-container .divider[data-v-0beda2ad]{width:100%;height:1px;background:#bdc3c7;margin:15px 0 12px 0}.pdf-preview-container .report-period[data-v-0beda2ad]{font-size:13px;font-weight:400;color:#7f8c8d;text-transform:uppercase;letter-spacing:2px}.pdf-preview-container .section-title[data-v-0beda2ad]{font-size:10px;font-weight:600;color:#2c3e50;text-transform:uppercase;letter-spacing:1px;margin:20px 0 10px 0}.pdf-preview-container .data-table[data-v-0beda2ad]{width:100%;border-collapse:collapse;font-size:8px;margin-bottom:15px;font-family:Arial,sans-serif}.pdf-preview-container .data-table th[data-v-0beda2ad]{background:#ecf0f1;padding:5px 3px;text-align:center;font-weight:600;border:1px solid #bdc3c7;font-size:7px;line-height:1.2;color:#2c3e50}.pdf-preview-container .data-table td[data-v-0beda2ad]{padding:3px 2px;border:1px solid #d5dbdb;font-size:7px;vertical-align:middle;color:#2c3e50}.pdf-preview-container .data-table .totals-row[data-v-0beda2ad]{background:#f8f9fa;font-weight:700;border-top:2px solid #34495e}.pdf-preview-container .data-table .totals-row td[data-v-0beda2ad]{border:1px solid #34495e;font-weight:700;color:#2c3e50}.pdf-preview-container .content-sections[data-v-0beda2ad]{margin:15px 0}.pdf-preview-container .summary-section[data-v-0beda2ad]{margin-bottom:20px;margin-top:20px}.pdf-preview-container .summary-title[data-v-0beda2ad]{font-size:10px;font-weight:700;margin-bottom:8px;text-transform:uppercase;color:#2c3e50;letter-spacing:1px}.pdf-preview-container .summary-table[data-v-0beda2ad]{width:100%;border-collapse:collapse;font-family:Arial,sans-serif}.pdf-preview-container .summary-table td[data-v-0beda2ad]{padding:2px 0;font-size:8px;color:#2c3e50;border:none}.pdf-preview-container .summary-table .label[data-v-0beda2ad]{text-align:left;width:70%}.pdf-preview-container .summary-table .value[data-v-0beda2ad]{text-align:right;width:30%;font-weight:600}.pdf-preview-container .summary-table .total-row[data-v-0beda2ad]{border-top:1px solid #34495e;padding-top:4px;margin-top:4px;font-weight:700;font-size:11px}.pdf-preview-container .summary-table .total-row td[data-v-0beda2ad]{padding-top:4px;border-top:1px solid #34495e}.pdf-preview-container .settlement-section[data-v-0beda2ad]{margin:25px 0;padding:12px;background:#f8f9fa;border:1px solid #e9ecef;text-align:center}.pdf-preview-container .settlement-title[data-v-0beda2ad]{font-size:11px;font-weight:700;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px;color:#2c3e50}.pdf-preview-container .settlement-table[data-v-0beda2ad]{width:100%;border-collapse:collapse;font-family:Arial,sans-serif}.pdf-preview-container .settlement-table td[data-v-0beda2ad]{padding:3px 0;font-size:11px;color:#2c3e50;border:none}.pdf-preview-container .settlement-table .label[data-v-0beda2ad]{text-align:left;width:70%}.pdf-preview-container .settlement-table .value[data-v-0beda2ad]{text-align:right;width:30%;font-weight:600}.pdf-preview-container .settlement-table .final-row[data-v-0beda2ad]{border-top:2px solid #2c3e50;padding-top:6px;margin-top:6px;font-weight:700;font-size:13px}.pdf-preview-container .settlement-table .final-row td[data-v-0beda2ad]{padding-top:6px;border-top:2px solid #2c3e50}.pdf-preview-container .footer-section[data-v-0beda2ad]{margin-top:auto;padding-top:15px;text-align:center;border-top:1px solid #bdc3c7}.pdf-preview-container .prepared-info[data-v-0beda2ad]{margin-bottom:12px}.pdf-preview-container .prepared-label[data-v-0beda2ad]{font-size:8px;color:#7f8c8d;margin-bottom:2px}.pdf-preview-container .prepared-company[data-v-0beda2ad]{font-size:10px;font-weight:600;color:#2c3e50}.pdf-preview-container .company-logo[data-v-0beda2ad]{margin-bottom:15px}.pdf-preview-container .company-name[data-v-0beda2ad]{font-size:16px;font-weight:300;letter-spacing:6px;color:#2c3e50;margin-bottom:1px}.pdf-preview-container .company-tagline[data-v-0beda2ad]{font-size:6px;color:#95a5a6;text-transform:uppercase;letter-spacing:3px}.pdf-preview-container .footer-meta[data-v-0beda2ad]{display:flex;justify-content:space-between;align-items:center;font-size:9px;color:#7f8c8d;margin-top:10px}.report-preview .report-header[data-v-0beda2ad]{margin-bottom:30px;text-align:center}.report-preview .report-title[data-v-0beda2ad]{font-size:32px;font-weight:700;color:#1a202c;margin:0 0 10px 0;letter-spacing:1px}.report-preview .property-name[data-v-0beda2ad]{font-size:24px;font-weight:300;color:#34495e;margin:0 0 15px 0;letter-spacing:.5px}.report-preview .report-period[data-v-0beda2ad]{font-size:14px;font-weight:600;color:#7f8c8d;text-transform:uppercase;letter-spacing:2px}.report-preview .section-title[data-v-0beda2ad]{font-size:14px;font-weight:600;color:#2c3e50;text-transform:uppercase;letter-spacing:1px;margin:25px 0 15px 0;padding-bottom:8px;border-bottom:2px solid #e2e8f0}.report-preview .data-table[data-v-0beda2ad]{width:100%;border-collapse:collapse;font-size:12px;margin-bottom:20px;font-family:Arial,sans-serif}.report-preview .data-table th[data-v-0beda2ad]{background:#ecf0f1;padding:10px 8px;text-align:center;font-weight:600;border:1px solid #bdc3c7;font-size:11px;line-height:1.2;color:#2c3e50}.report-preview .data-table td[data-v-0beda2ad]{padding:8px;border:1px solid #d5dbdb;font-size:11px;vertical-align:middle;color:#2c3e50}.report-preview .totals-row[data-v-0beda2ad]{background:#f8f9fa;font-weight:700;border-top:2px solid #34495e}.report-preview .totals-row td[data-v-0beda2ad]{border:1px solid #34495e;font-weight:700;color:#2c3e50}.report-preview .summary-section[data-v-0beda2ad]{margin:25px 0}.report-preview .summary-title[data-v-0beda2ad]{font-size:16px;font-weight:700;margin-bottom:15px;text-transform:uppercase;color:#2c3e50;letter-spacing:1px}.report-preview .summary-grid[data-v-0beda2ad]{display:flex;flex-direction:column;gap:8px}.report-preview .summary-item[data-v-0beda2ad]{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;color:#2c3e50}.report-preview .summary-item.total[data-v-0beda2ad]{border-top:2px solid #34495e;padding-top:12px;margin-top:10px;font-weight:700;font-size:16px}.report-preview .summary-label[data-v-0beda2ad]{font-weight:500}.report-preview .summary-value[data-v-0beda2ad]{font-weight:600;color:#27ae60}.report-preview .settlement-section[data-v-0beda2ad]{margin:30px 0;padding:20px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;text-align:center}.report-preview .settlement-title[data-v-0beda2ad]{font-size:18px;font-weight:700;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px;color:#2c3e50}.report-preview .settlement-content[data-v-0beda2ad]{display:flex;flex-direction:column;gap:12px}.report-preview .settlement-item[data-v-0beda2ad]{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#2c3e50}.report-preview .settlement-item.final[data-v-0beda2ad]{border-top:2px solid #2c3e50;padding-top:15px;margin-top:15px;font-weight:700;font-size:18px;color:#27ae60}.report-preview .settlement-label[data-v-0beda2ad]{font-weight:500}.report-preview .settlement-value[data-v-0beda2ad]{font-weight:600}.report-preview .report-footer[data-v-0beda2ad]{margin-top:40px;padding-top:20px;border-top:1px solid #bdc3c7;text-align:center}.report-preview .prepared-info[data-v-0beda2ad]{margin-bottom:15px}.report-preview .prepared-label[data-v-0beda2ad]{font-size:12px;color:#7f8c8d;margin-bottom:2px}.report-preview .prepared-company[data-v-0beda2ad]{font-size:16px;font-weight:600;color:#2c3e50}.report-preview .generation-date[data-v-0beda2ad]{font-size:12px;color:#95a5a6}@media (max-width:1200px){.report-modal[data-v-0beda2ad]{width:98vw;height:95vh}.modal-content[data-v-0beda2ad]{flex-direction:column}.settings-panel[data-v-0beda2ad]{width:100%;height:50%;border-right:none;border-bottom:1px solid #e2e8f0}.preview-panel[data-v-0beda2ad]{height:50%}}@media (max-width:768px){.sidebar[data-v-0beda2ad]{transform:translateX(-100%)}.main-content[data-v-0beda2ad]{margin-left:0;padding:20px 15px}.content-header[data-v-0beda2ad],.section-header[data-v-0beda2ad]{flex-direction:column;align-items:flex-start;gap:15px}.section-header[data-v-0beda2ad]{padding:20px}.property-header[data-v-0beda2ad]{flex-direction:column;align-items:flex-start;gap:15px;padding:15px 20px}.property-stats[data-v-0beda2ad]{flex-direction:column;align-items:flex-start;gap:8px}.filters-section[data-v-0beda2ad]{flex-direction:column;align-items:stretch;gap:15px;padding:20px}.filter-input[data-v-0beda2ad],.filter-select[data-v-0beda2ad]{min-width:100%}.filter-actions[data-v-0beda2ad]{flex-direction:column;width:100%}.filter-actions .btn[data-v-0beda2ad]{width:100%}.data-table[data-v-0beda2ad]{font-size:12px}.data-table td[data-v-0beda2ad],.data-table th[data-v-0beda2ad]{padding:8px 6px}.btn[data-v-0beda2ad]{width:100%}.report-modal[data-v-0beda2ad]{width:100vw;height:100vh;border-radius:0;padding:0}.modal-header[data-v-0beda2ad]{padding:15px 20px}.modal-title h2[data-v-0beda2ad]{font-size:18px}.settings-panel[data-v-0beda2ad]{height:60%}.preview-panel[data-v-0beda2ad]{height:40%}.preview-content[data-v-0beda2ad],.report-preview[data-v-0beda2ad],.settings-form[data-v-0beda2ad]{padding:20px}.section-title-container[data-v-0beda2ad]{gap:8px}.property-selector[data-v-0beda2ad]{flex-direction:column;align-items:flex-start;gap:5px}.property-select-small[data-v-0beda2ad]{width:100%;min-width:100%}}.email-modal-overlay[data-v-0beda2ad]{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn-0beda2ad .3s ease}@keyframes fadeIn-0beda2ad{0%{opacity:0}to{opacity:1}}.email-modal-container[data-v-0beda2ad]{background:#fff;border-radius:20px;box-shadow:0 25px 50px rgba(0,0,0,.25);width:90%;max-width:650px;max-height:90vh;overflow:hidden;animation:slideIn-0beda2ad .3s ease}@keyframes slideIn-0beda2ad{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.email-modal-header[data-v-0beda2ad]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:25px 30px;display:flex;justify-content:space-between;align-items:center}.header-content[data-v-0beda2ad]{display:flex;align-items:center;gap:20px}.header-icon .icon-circle[data-v-0beda2ad]{width:60px;height:60px;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.email-icon[data-v-0beda2ad]{font-size:24px}.header-text h2[data-v-0beda2ad]{margin:0 0 5px 0;font-size:24px;font-weight:600}.header-text p[data-v-0beda2ad]{margin:0;opacity:.9;font-size:14px}.modal-close-btn[data-v-0beda2ad]{background:hsla(0,0%,100%,.2);border:none;color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;transition:all .3s ease}.modal-close-btn[data-v-0beda2ad]:hover{background:hsla(0,0%,100%,.3);transform:scale(1.1)}.email-modal-body[data-v-0beda2ad]{padding:30px;max-height:60vh;overflow-y:auto}.report-preview-card[data-v-0beda2ad]{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;border:1px solid #e2e8f0;margin-bottom:25px;overflow:hidden}.card-header[data-v-0beda2ad]{background:#fff;padding:20px 25px;border-bottom:1px solid #e2e8f0}.card-header h3[data-v-0beda2ad]{margin:0;font-size:18px;font-weight:600;color:#1a202c}.card-content[data-v-0beda2ad]{padding:25px}.report-details[data-v-0beda2ad]{display:flex;flex-direction:column;gap:20px}.detail-item[data-v-0beda2ad]{display:flex;align-items:center;gap:15px}.detail-icon[data-v-0beda2ad]{width:45px;height:45px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.detail-content[data-v-0beda2ad]{display:flex;flex-direction:column;gap:2px}.detail-label[data-v-0beda2ad]{font-size:12px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.detail-value[data-v-0beda2ad]{font-size:16px;color:#1a202c;font-weight:600}.recipient-section[data-v-0beda2ad]{margin-bottom:25px}.section-title[data-v-0beda2ad]{margin-bottom:20px}.section-title h3[data-v-0beda2ad]{margin:0 0 5px 0;font-size:18px;font-weight:600;color:#1a202c}.section-title p[data-v-0beda2ad]{margin:0;font-size:14px;color:#64748b}.recipient-selector[data-v-0beda2ad]{display:flex;gap:15px;margin-bottom:20px}.contact-dropdown[data-v-0beda2ad]{flex:1}.professional-select[data-v-0beda2ad]{width:100%;padding:15px 20px;border:2px solid #e2e8f0;border-radius:12px;font-size:14px;font-weight:500;color:#1a202c;background:#fff;cursor:pointer;transition:all .3s ease}.professional-select[data-v-0beda2ad]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.manage-contacts-btn[data-v-0beda2ad]{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;color:#4a5568;padding:15px 20px;border-radius:12px;cursor:pointer;display:flex;align-items:center;gap:8px;font-weight:500;font-size:14px;transition:all .3s ease;white-space:nowrap}.manage-contacts-btn[data-v-0beda2ad]:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e0);transform:translateY(-1px)}.selected-contact-preview[data-v-0beda2ad]{animation:slideDown-0beda2ad .3s ease}@keyframes slideDown-0beda2ad{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-card[data-v-0beda2ad]{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:16px;padding:20px;display:flex;align-items:center;gap:15px;color:#1a202c}.contact-avatar[data-v-0beda2ad]{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}.contact-info[data-v-0beda2ad]{flex:1}.contact-name[data-v-0beda2ad]{margin-bottom:2px}.contact-email[data-v-0beda2ad]{opacity:.9}.status-badge[data-v-0beda2ad]{background:hsla(0,0%,100%,.2);padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.email-options-section[data-v-0beda2ad]{margin-bottom:25px}.options-grid[data-v-0beda2ad]{display:grid;grid-template-columns:1fr 1fr;gap:20px}.option-card[data-v-0beda2ad]{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:20px}.option-header[data-v-0beda2ad]{display:flex;align-items:center;gap:10px;margin-bottom:15px}.option-icon[data-v-0beda2ad]{font-size:18px}.option-title[data-v-0beda2ad]{font-size:14px;font-weight:600;color:#1a202c}.option-content[data-v-0beda2ad]{display:flex;flex-direction:column;gap:12px}.checkbox-container[data-v-0beda2ad]{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#4a5568;position:relative}.checkbox-container input[type=checkbox][data-v-0beda2ad]{opacity:0;position:absolute}.checkmark[data-v-0beda2ad]{width:18px;height:18px;background:#fff;border:2px solid #e2e8f0;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.checkbox-container input[type=checkbox]:checked+.checkmark[data-v-0beda2ad]{background:#667eea;border-color:#667eea}.checkbox-container input[type=checkbox]:checked+.checkmark[data-v-0beda2ad]:after{content:"✓";color:#fff;font-size:12px;font-weight:700}.message-textarea[data-v-0beda2ad]{width:100%;padding:12px 15px;border:2px solid #e2e8f0;border-radius:12px;font-size:14px;font-family:inherit;resize:vertical;transition:all .3s ease}.message-textarea[data-v-0beda2ad]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.email-modal-footer[data-v-0beda2ad]{background:#f8fafc;padding:25px 30px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0}.footer-info[data-v-0beda2ad],.info-text[data-v-0beda2ad]{display:flex;align-items:center}.info-text[data-v-0beda2ad]{gap:8px;font-size:14px;color:#64748b}.info-icon[data-v-0beda2ad]{font-size:16px}.footer-actions[data-v-0beda2ad]{display:flex;gap:15px}.cancel-btn[data-v-0beda2ad]{background:transparent;border:2px solid #e2e8f0;color:#4a5568;padding:12px 24px;border-radius:12px;cursor:pointer;font-weight:500;font-size:14px;transition:all .3s ease}.cancel-btn[data-v-0beda2ad]:hover{background:#f1f5f9;border-color:#cbd5e0}.send-btn[data-v-0beda2ad]{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;padding:12px 24px;border-radius:12px;cursor:pointer;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 12px rgba(102,126,234,.3)}.send-btn[data-v-0beda2ad]:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.4)}.send-btn.disabled[data-v-0beda2ad]{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.btn-icon[data-v-0beda2ad]{font-size:16px}@media (max-width:768px){.email-modal-container[data-v-0beda2ad]{width:95%;margin:20px}.header-content[data-v-0beda2ad]{gap:15px}.header-icon .icon-circle[data-v-0beda2ad]{width:50px;height:50px}.email-modal-body[data-v-0beda2ad]{padding:20px}.options-grid[data-v-0beda2ad]{grid-template-columns:1fr}.recipient-selector[data-v-0beda2ad]{flex-direction:column}.email-modal-footer[data-v-0beda2ad]{flex-direction:column;gap:15px;text-align:center}.footer-actions[data-v-0beda2ad]{width:100%;justify-content:center}}.contacts-modal-overlay[data-v-0beda2ad]{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn-0beda2ad .3s ease}.contacts-modal-container[data-v-0beda2ad]{background:#fff;border-radius:20px;box-shadow:0 25px 50px rgba(0,0,0,.25);width:90%;max-width:800px;max-height:90vh;overflow:hidden;animation:slideIn-0beda2ad .3s ease}.contacts-modal-header[data-v-0beda2ad]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:25px 30px;display:flex;justify-content:space-between;align-items:center}.contacts-icon[data-v-0beda2ad]{font-size:24px}.contacts-modal-body[data-v-0beda2ad]{padding:30px;max-height:60vh;overflow-y:auto}.add-contact-card[data-v-0beda2ad]{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;border:1px solid #e2e8f0;margin-bottom:25px;overflow:hidden}.add-contact-card .card-header[data-v-0beda2ad]{background:#fff;padding:20px 25px;border-bottom:1px solid #e2e8f0}.add-contact-card .card-header h3[data-v-0beda2ad]{margin:0 0 5px 0;font-size:18px;font-weight:600;color:#1a202c}.add-contact-card .card-header p[data-v-0beda2ad]{margin:0;font-size:14px;color:#64748b}.add-contact-form[data-v-0beda2ad]{padding:25px}.input-group[data-v-0beda2ad]{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:25px}.input-container[data-v-0beda2ad]{display:flex;flex-direction:column;gap:8px}.input-label[data-v-0beda2ad]{font-size:14px;font-weight:600;color:#374151}.professional-input[data-v-0beda2ad]{padding:15px 20px;border:2px solid #e5e7eb;border-radius:12px;font-size:14px;font-weight:500;color:#1a202c;background:#fff;transition:all .3s ease}.professional-input[data-v-0beda2ad]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.add-contact-btn[data-v-0beda2ad]{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;padding:15px 30px;border-radius:12px;cursor:pointer;font-weight:600;font-size:14px;display:flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 12px rgba(102,126,234,.3);align-self:flex-start}.add-contact-btn[data-v-0beda2ad]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.4)}.add-contact-btn[data-v-0beda2ad]:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.contacts-list-card[data-v-0beda2ad]{background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden}.contacts-list-card .card-header[data-v-0beda2ad]{background:#fff;padding:20px 25px;border-bottom:1px solid #e2e8f0}.header-with-count[data-v-0beda2ad]{display:flex;justify-content:space-between;align-items:center}.header-with-count h3[data-v-0beda2ad]{margin:0;font-size:18px;font-weight:600;color:#1a202c}.contact-count[data-v-0beda2ad]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600}.empty-contacts-state[data-v-0beda2ad]{padding:60px 20px;text-align:center;color:#64748b}.empty-icon[data-v-0beda2ad]{font-size:48px;margin-bottom:20px}.empty-contacts-state h4[data-v-0beda2ad]{margin:0 0 10px 0;font-size:18px;font-weight:600;color:#374151}.empty-contacts-state p[data-v-0beda2ad]{margin:0;font-size:14px}.contacts-grid[data-v-0beda2ad]{padding:25px;display:grid;gap:15px}.contact-item[data-v-0beda2ad]{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:20px;display:flex;align-items:center;gap:15px;transition:all .3s ease}.contact-item[data-v-0beda2ad]:hover{border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.1)}.contact-item.editing[data-v-0beda2ad]{border-color:#f59e0b;background:#fffbeb;box-shadow:0 4px 12px rgba(245,158,11,.2)}.contact-item .contact-avatar[data-v-0beda2ad]{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff;flex-shrink:0}.contact-details[data-v-0beda2ad]{flex:1;min-width:0}.contact-info[data-v-0beda2ad]{display:flex;flex-direction:column;gap:4px}.contact-name[data-v-0beda2ad]{font-size:16px;font-weight:600;color:#1a202c}.contact-email[data-v-0beda2ad]{font-size:14px;color:#64748b;word-break:break-all}.contact-meta[data-v-0beda2ad]{font-size:12px;color:#9ca3af;margin-top:4px}.edit-form[data-v-0beda2ad]{display:flex;flex-direction:column;gap:10px}.edit-input[data-v-0beda2ad]{padding:10px 15px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;color:#1a202c;background:#fff;transition:all .3s ease}.edit-input[data-v-0beda2ad]:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.1)}.contact-actions[data-v-0beda2ad]{display:flex;gap:8px;flex-shrink:0}.action-btn[data-v-0beda2ad]{width:40px;height:40px;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .3s ease}.edit-btn[data-v-0beda2ad]{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.edit-btn[data-v-0beda2ad]:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(59,130,246,.4)}.delete-btn[data-v-0beda2ad]{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.delete-btn[data-v-0beda2ad]:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(239,68,68,.4)}.save-btn[data-v-0beda2ad]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.save-btn[data-v-0beda2ad]:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(102,126,234,.4)}.cancel-btn[data-v-0beda2ad]{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.cancel-btn[data-v-0beda2ad]:hover{transform:translateY(-2px);box-shadow:0 6px 15px hsla(220,9%,46%,.4)}.contacts-modal-footer[data-v-0beda2ad]{background:#f8fafc;padding:25px 30px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0}.close-modal-btn[data-v-0beda2ad]{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;padding:12px 24px;border-radius:12px;cursor:pointer;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 12px rgba(102,126,234,.3)}.close-modal-btn[data-v-0beda2ad]:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.4)}@media (max-width:768px){.contacts-modal-container[data-v-0beda2ad]{width:95%;margin:20px}.contacts-modal-body[data-v-0beda2ad]{padding:20px}.input-group[data-v-0beda2ad]{grid-template-columns:1fr;gap:15px}.contact-item[data-v-0beda2ad]{flex-direction:column;align-items:flex-start;gap:15px}.contact-details[data-v-0beda2ad]{width:100%}.contact-actions[data-v-0beda2ad]{align-self:flex-end}.contacts-modal-footer[data-v-0beda2ad]{flex-direction:column;gap:15px;text-align:center}}.email-sent-popup-overlay[data-v-0beda2ad]{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.email-sent-popup[data-v-0beda2ad]{background:#fff;border-radius:20px;padding:40px;max-width:450px;width:90%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:popupSlideIn-0beda2ad .4s ease-out}@keyframes popupSlideIn-0beda2ad{0%{opacity:0;transform:scale(.7) translateY(-50px)}to{opacity:1;transform:scale(1) translateY(0)}}.popup-icon[data-v-0beda2ad]{margin-bottom:25px}.success-checkmark[data-v-0beda2ad]{width:80px;height:80px;border-radius:50%;display:block;stroke-width:3;stroke:#28a745;stroke-miterlimit:10;margin:0 auto 20px;box-shadow:inset 0 0 0 #28a745;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both}.success-checkmark .check-icon[data-v-0beda2ad]{width:80px;height:80px;position:relative;border-radius:50%;box-sizing:border-box;border:3px solid #28a745}.success-checkmark .check-icon[data-v-0beda2ad]:before{top:3px;left:-2px;width:30px;transform-origin:100% 50%;border-radius:100px 0 0 100px}.success-checkmark .check-icon[data-v-0beda2ad]:after{top:0;left:30px;width:60px;transform-origin:0 50%;border-radius:0 100px 100px 0;animation:rotate-circle-0beda2ad 4.25s ease-in}.success-checkmark .check-icon[data-v-0beda2ad]:after,.success-checkmark .check-icon[data-v-0beda2ad]:before{content:"";height:100px;position:absolute;background:#fff;transform:rotate(-45deg)}.success-checkmark .check-icon .icon-line[data-v-0beda2ad]{height:3px;background-color:#28a745;display:block;border-radius:2px;position:absolute;z-index:10}.success-checkmark .check-icon .icon-line.line-tip[data-v-0beda2ad]{top:46px;left:14px;width:25px;transform:rotate(45deg);animation:icon-line-tip-0beda2ad .75s}.success-checkmark .check-icon .icon-line.line-long[data-v-0beda2ad]{top:38px;right:8px;width:47px;transform:rotate(-45deg);animation:icon-line-long-0beda2ad .75s}.success-checkmark .check-icon .icon-circle[data-v-0beda2ad]{top:-3px;left:-3px;width:80px;height:80px;border-radius:50%;position:absolute;box-sizing:content-box;border:3px solid #28a745}.success-checkmark .check-icon .icon-fix[data-v-0beda2ad]{top:8px;width:5px;left:26px;z-index:1;height:85px;position:absolute;transform:rotate(-45deg);background-color:#fff}@keyframes rotate-circle-0beda2ad{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes icon-line-tip-0beda2ad{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@keyframes icon-line-long-0beda2ad{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}to{width:47px;right:8px;top:38px}}.popup-content h2[data-v-0beda2ad]{color:#28a745;margin-bottom:15px;font-size:28px;font-weight:600}.popup-content p[data-v-0beda2ad]{color:#555;margin-bottom:10px;font-size:16px;line-height:1.5}.popup-content .delivery-info[data-v-0beda2ad]{color:#667eea;font-weight:500;background:#f8faff;padding:12px;border-radius:8px;margin-top:15px}.popup-close-btn[data-v-0beda2ad]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 30px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;margin-top:25px;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.4)}.popup-close-btn[data-v-0beda2ad]:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.6)}.popup-close-btn[data-v-0beda2ad]:active{transform:translateY(0)}.checkbox-row[data-v-0beda2ad]{margin:8px 0 12px 0}.checkbox-option[data-v-0beda2ad]{display:flex;align-items:center;gap:8px;padding:8px 12px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#f8fafc}.checkbox-option[data-v-0beda2ad]:hover{border-color:#667eea;background:#f1f5f9}.checkbox-option input[type=checkbox][data-v-0beda2ad]{margin:0;width:16px;height:16px}.checkbox-option input[type=checkbox]:checked+span[data-v-0beda2ad]{font-weight:600;color:#667eea}.setting-description[data-v-0beda2ad]{font-size:12px;color:#6b7280;margin:4px 0 0 0;font-style:italic;line-height:1.4}.dashboard-container[data-v-7e28f14c]{display:flex;min-height:100vh;background:#f8fafc}.sidebar[data-v-7e28f14c]{width:280px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transition:width .3s ease;position:fixed;height:100vh;z-index:1000;box-shadow:2px 0 10px rgba(0,0,0,.1)}.sidebar-collapsed[data-v-7e28f14c]{width:70px}.sidebar-header[data-v-7e28f14c]{padding:20px;border-bottom:1px solid hsla(0,0%,100%,.1)}.toggle-btn[data-v-7e28f14c]{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;margin-bottom:15px}.sidebar-title[data-v-7e28f14c]{font-size:18px;font-weight:600;margin:0}.sidebar-nav[data-v-7e28f14c]{padding:20px 0}.nav-item[data-v-7e28f14c]{display:flex;align-items:center;padding:15px 20px;color:hsla(0,0%,100%,.8);text-decoration:none;transition:all .3s ease;margin:0 10px;border-radius:10px}.nav-item.active[data-v-7e28f14c],.nav-item[data-v-7e28f14c]:hover{background:hsla(0,0%,100%,.1);color:#fff;transform:translateX(5px)}.nav-icon[data-v-7e28f14c]{font-size:18px;margin-right:15px;width:20px}.nav-text[data-v-7e28f14c]{font-weight:500}.main-content[data-v-7e28f14c]{flex:1;margin-left:280px;padding:30px;transition:margin-left .3s ease}.sidebar-collapsed+.main-content[data-v-7e28f14c]{margin-left:70px}.content-header[data-v-7e28f14c]{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.content-header h1[data-v-7e28f14c]{font-size:32px;font-weight:700;color:#1a202c;margin:0}.user-info[data-v-7e28f14c]{display:flex;align-items:center;gap:20px}.total-properties[data-v-7e28f14c]{background:#667eea;color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:14px}.logout-btn[data-v-7e28f14c]{background:#e53e3e;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500;transition:background .3s ease}.logout-btn[data-v-7e28f14c]:hover{background:#c53030}.loading-state[data-v-7e28f14c]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px;color:#64748b}.spinner[data-v-7e28f14c]{width:50px;height:50px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:spin-7e28f14c 1s linear infinite;margin-bottom:20px}@keyframes spin-7e28f14c{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.properties-grid[data-v-7e28f14c]{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:25px;margin-bottom:40px}.property-card[data-v-7e28f14c]{background:#fff;border-radius:16px;box-shadow:0 4px 25px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0;overflow:hidden}.property-card[data-v-7e28f14c]:hover{transform:translateY(-4px);box-shadow:0 8px 35px rgba(0,0,0,.15)}.property-image[data-v-7e28f14c]{position:relative;height:140px;background:linear-gradient(135deg,#667eea,#764ba2)}.property-image[data-v-7e28f14c],.property-placeholder[data-v-7e28f14c]{display:flex;align-items:center;justify-content:center}.property-icon[data-v-7e28f14c]{font-size:48px;opacity:.7}.property-status[data-v-7e28f14c]{position:absolute;top:15px;right:15px}.status-badge[data-v-7e28f14c]{background:hsla(0,0%,100%,.9);color:#22543d;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.status-badge.active[data-v-7e28f14c]{background:#c6f6d5;color:#22543d}.property-content[data-v-7e28f14c]{padding:25px}.property-header[data-v-7e28f14c]{margin-bottom:20px}.property-name[data-v-7e28f14c]{font-size:20px;font-weight:700;color:#1a202c;margin:0 0 5px 0;line-height:1.3}.property-id[data-v-7e28f14c]{font-size:12px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.property-details[data-v-7e28f14c]{margin-bottom:20px}.detail-item[data-v-7e28f14c]{display:flex;align-items:center;margin-bottom:8px;font-size:14px;color:#4a5568}.detail-icon[data-v-7e28f14c]{margin-right:8px;width:16px;opacity:.7}.detail-text[data-v-7e28f14c]{line-height:1.4}.property-stats[data-v-7e28f14c]{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;padding:20px;background:#f8fafc;border-radius:12px}.property-settings[data-v-7e28f14c]{margin-top:15px;padding:15px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;border:1px solid #e2e8f0}.settings-header[data-v-7e28f14c]{display:flex;align-items:center;gap:6px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.settings-icon[data-v-7e28f14c]{font-size:12px;opacity:.7}.settings-title[data-v-7e28f14c]{font-size:11px;font-weight:600;color:#4a5568;text-transform:uppercase;letter-spacing:.5px}.settings-grid[data-v-7e28f14c]{display:grid;grid-template-columns:1fr 1fr;gap:8px}.setting-item[data-v-7e28f14c]{display:flex;justify-content:space-between;align-items:center;padding:6px 8px;background:#fff;border-radius:4px;border:1px solid #e2e8f0;transition:all .2s ease}.setting-item[data-v-7e28f14c]:hover{border-color:#667eea;box-shadow:0 1px 3px rgba(0,0,0,.1)}.setting-label[data-v-7e28f14c]{font-size:10px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.setting-value[data-v-7e28f14c]{font-size:11px;color:#1a202c;font-weight:600;background:#e2e8f0;color:#374151;padding:3px 8px;border-radius:4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border:1px solid #d1d5db;min-width:45px;text-align:center}@media (max-width:768px){.property-settings[data-v-7e28f14c]{margin-top:12px;padding:12px}.settings-grid[data-v-7e28f14c]{grid-template-columns:1fr;gap:6px}.setting-item[data-v-7e28f14c]{padding:5px 6px}.setting-label[data-v-7e28f14c]{font-size:9px}.setting-value[data-v-7e28f14c]{font-size:8px;padding:1px 4px}}.stat-item[data-v-7e28f14c]{text-align:center}.stat-value[data-v-7e28f14c]{font-size:18px;font-weight:700;color:#1a202c;margin-bottom:4px}.stat-label[data-v-7e28f14c]{font-size:12px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.property-footer[data-v-7e28f14c]{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #e2e8f0;font-size:12px}.created-date[data-v-7e28f14c],.currency-info[data-v-7e28f14c]{display:flex;align-items:center;gap:5px}.created-label[data-v-7e28f14c],.currency-label[data-v-7e28f14c]{color:#64748b;font-weight:500}.currency-code[data-v-7e28f14c]{background:#667eea;color:#fff;padding:2px 6px;border-radius:4px;font-weight:600;font-size:10px}.created-value[data-v-7e28f14c]{color:#4a5568;font-weight:500}.empty-state[data-v-7e28f14c]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px;text-align:center;color:#64748b}.empty-icon[data-v-7e28f14c]{font-size:80px;margin-bottom:20px;opacity:.5}.empty-state h3[data-v-7e28f14c]{font-size:24px;font-weight:600;margin:0 0 10px 0;color:#1a202c}.empty-state p[data-v-7e28f14c]{font-size:16px;margin:0;max-width:400px}.summary-section[data-v-7e28f14c]{margin-top:40px}.summary-card[data-v-7e28f14c]{background:#fff;border-radius:16px;box-shadow:0 4px 25px rgba(0,0,0,.08);padding:30px;border:1px solid #e2e8f0}.summary-card h3[data-v-7e28f14c]{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 25px 0;text-align:center}.summary-grid[data-v-7e28f14c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.summary-item[data-v-7e28f14c]{text-align:center;padding:20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0}.summary-value[data-v-7e28f14c]{font-size:28px;font-weight:700;color:#1a202c;margin-bottom:8px}.summary-label[data-v-7e28f14c]{font-size:14px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media (max-width:768px){.sidebar[data-v-7e28f14c]{transform:translateX(-100%)}.main-content[data-v-7e28f14c]{margin-left:0;padding:20px 15px}.properties-grid[data-v-7e28f14c]{grid-template-columns:1fr;gap:20px}.content-header[data-v-7e28f14c]{flex-direction:column;align-items:flex-start;gap:15px}.user-info[data-v-7e28f14c]{width:100%;justify-content:space-between}.property-stats[data-v-7e28f14c]{grid-template-columns:1fr;gap:15px}.property-footer[data-v-7e28f14c]{flex-direction:column;gap:10px;align-items:flex-start}.summary-grid[data-v-7e28f14c]{grid-template-columns:1fr 1fr;gap:15px}.summary-item[data-v-7e28f14c]{padding:15px}.summary-value[data-v-7e28f14c]{font-size:20px}}@media (max-width:480px){.summary-grid[data-v-7e28f14c]{grid-template-columns:1fr}}.dashboard-container[data-v-0d7a8110]{display:flex;min-height:100vh;background:#f8fafc}.sidebar[data-v-0d7a8110]{width:280px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transition:width .3s ease;position:fixed;height:100vh;z-index:1000;box-shadow:2px 0 10px rgba(0,0,0,.1)}.sidebar-collapsed[data-v-0d7a8110]{width:70px}.sidebar-header[data-v-0d7a8110]{padding:20px;border-bottom:1px solid hsla(0,0%,100%,.1)}.toggle-btn[data-v-0d7a8110]{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;margin-bottom:15px}.sidebar-title[data-v-0d7a8110]{font-size:18px;font-weight:600;margin:0}.sidebar-nav[data-v-0d7a8110]{padding:20px 0}.nav-item[data-v-0d7a8110]{display:flex;align-items:center;padding:15px 20px;color:hsla(0,0%,100%,.8);text-decoration:none;transition:all .3s ease;margin:0 10px;border-radius:10px}.nav-item.active[data-v-0d7a8110],.nav-item[data-v-0d7a8110]:hover{background:hsla(0,0%,100%,.1);color:#fff;transform:translateX(5px)}.nav-icon[data-v-0d7a8110]{font-size:18px;margin-right:15px;width:20px}.nav-text[data-v-0d7a8110]{font-weight:500}.main-content[data-v-0d7a8110]{flex:1;margin-left:280px;padding:30px;transition:margin-left .3s ease}.sidebar-collapsed+.main-content[data-v-0d7a8110]{margin-left:70px}.content-header[data-v-0d7a8110]{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.content-header h1[data-v-0d7a8110]{font-size:32px;font-weight:700;color:#1a202c;margin:0}.user-info[data-v-0d7a8110]{display:flex;align-items:center;gap:15px}.logout-btn[data-v-0d7a8110]{background:#e53e3e;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500;transition:background .3s ease}.logout-btn[data-v-0d7a8110]:hover{background:#c53030}.alert[data-v-0d7a8110]{padding:15px 20px;border-radius:8px;margin-bottom:20px;font-weight:500}.alert-success[data-v-0d7a8110]{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error[data-v-0d7a8110]{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.section-card[data-v-0d7a8110]{background:#fff;border-radius:16px;box-shadow:0 4px 25px rgba(0,0,0,.08);margin-bottom:30px;overflow:hidden;border:1px solid #e2e8f0}.section-header[data-v-0d7a8110]{padding:25px 30px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.section-header h2[data-v-0d7a8110]{margin:0 0 5px 0;font-size:20px;font-weight:600;color:#1a202c}.section-description[data-v-0d7a8110]{margin:0;font-size:14px;color:#64748b}.property-selector[data-v-0d7a8110]{padding:25px 30px}.selector-label[data-v-0d7a8110]{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.property-select[data-v-0d7a8110]{width:100%;max-width:400px;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;font-weight:500;transition:border-color .3s ease,box-shadow .3s ease}.property-select[data-v-0d7a8110]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.settings-grid[data-v-0d7a8110]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;padding:30px}.setting-group[data-v-0d7a8110]{display:flex;flex-direction:column}.setting-group.full-width[data-v-0d7a8110]{grid-column:1/-1}.setting-label[data-v-0d7a8110]{font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.subsection-title[data-v-0d7a8110]{font-size:18px;font-weight:600;color:#1a202c;margin:20px 0 10px 0;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.input-group[data-v-0d7a8110]{position:relative;display:flex;align-items:center;margin-bottom:8px}.input-prefix[data-v-0d7a8110],.input-suffix[data-v-0d7a8110]{position:absolute;color:#6b7280;font-weight:500;z-index:2;pointer-events:none}.input-prefix[data-v-0d7a8110]{left:12px}.input-suffix[data-v-0d7a8110]{right:12px}.setting-input[data-v-0d7a8110]{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;font-weight:500;transition:border-color .3s ease,box-shadow .3s ease}.setting-input[data-v-0d7a8110]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.input-prefix+.setting-input[data-v-0d7a8110]{padding-left:35px}.radio-group[data-v-0d7a8110]{display:flex;flex-direction:column;gap:12px;margin-top:8px}.radio-option[data-v-0d7a8110]{display:flex;align-items:center;gap:8px;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .3s ease}.radio-option[data-v-0d7a8110]:hover{border-color:#667eea;background:#f8fafc}.radio-option input[type=radio][data-v-0d7a8110]{margin:0}.radio-option input[type=radio]:checked+span[data-v-0d7a8110]{font-weight:600;color:#667eea}.setting-description[data-v-0d7a8110]{font-size:12px;color:#6b7280;margin:8px 0 0 0;font-style:italic;line-height:1.4}.actions-section[data-v-0d7a8110]{margin-top:0;border-top:1px solid #e2e8f0}.actions-card[data-v-0d7a8110]{background:#fff;border-radius:0}.actions-content[data-v-0d7a8110]{display:flex;justify-content:space-between;align-items:center;padding:25px 30px}.actions-info h3[data-v-0d7a8110]{margin:0 0 5px 0;font-size:18px;font-weight:600;color:#1a202c}.warning-text[data-v-0d7a8110]{margin:0;font-size:14px;color:#d97706;font-weight:500}.success-text[data-v-0d7a8110]{margin:0;font-size:14px;color:#059669;font-weight:500}.actions-buttons[data-v-0d7a8110]{display:flex;gap:12px}.btn[data-v-0d7a8110]{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;transition:all .3s ease;cursor:pointer;border:2px solid transparent;text-decoration:none}.btn[data-v-0d7a8110]:disabled{opacity:.6;cursor:not-allowed}.btn-primary[data-v-0d7a8110]{background:#667eea;color:#fff;border-color:#667eea}.btn-primary[data-v-0d7a8110]:hover:not(:disabled){background:#5a67d8;transform:translateY(-1px)}.btn-outline[data-v-0d7a8110]{background:transparent;color:#667eea;border-color:#667eea}.btn-outline[data-v-0d7a8110]:hover:not(:disabled){background:#667eea;color:#fff}.empty-state[data-v-0d7a8110]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px;text-align:center;color:#64748b}.empty-icon[data-v-0d7a8110]{font-size:80px;margin-bottom:20px;opacity:.5}.empty-state h3[data-v-0d7a8110]{font-size:24px;font-weight:600;margin:0 0 10px 0;color:#1a202c}.empty-state p[data-v-0d7a8110]{font-size:16px;margin:0;max-width:400px}@media (max-width:768px){.sidebar[data-v-0d7a8110]{transform:translateX(-100%)}.main-content[data-v-0d7a8110]{margin-left:0;padding:20px 15px}.content-header[data-v-0d7a8110]{flex-direction:column;align-items:flex-start;gap:15px}.settings-grid[data-v-0d7a8110]{grid-template-columns:1fr;gap:20px;padding:20px}.actions-content[data-v-0d7a8110]{flex-direction:column;align-items:flex-start;gap:20px}.actions-buttons[data-v-0d7a8110]{width:100%;flex-direction:column}.btn[data-v-0d7a8110]{width:100%}.radio-group[data-v-0d7a8110]{gap:8px}.radio-option[data-v-0d7a8110]{padding:10px 12px}.cleaning-fees-split[data-v-0d7a8110]{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:15px;padding:15px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;border:1px solid #e2e8f0}}.login-page[data-v-2c789aad]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;position:relative;overflow:hidden}.background-elements[data-v-2c789aad]{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.bg-circle[data-v-2c789aad]{position:absolute;border-radius:50%;background:hsla(0,0%,100%,.1);animation:float-2c789aad 6s ease-in-out infinite}.bg-circle-1[data-v-2c789aad]{width:300px;height:300px;top:-150px;left:-150px;animation-delay:0s}.bg-circle-2[data-v-2c789aad]{width:200px;height:200px;top:50%;right:-100px;animation-delay:2s}.bg-circle-3[data-v-2c789aad]{width:150px;height:150px;bottom:-75px;left:30%;animation-delay:4s}@keyframes float-2c789aad{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.login-container[data-v-2c789aad]{background:#fff;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden;width:100%;max-width:450px;position:relative;z-index:2;animation:slideUp-2c789aad .8s ease-out}@keyframes slideUp-2c789aad{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.logo-section[data-v-2c789aad]{background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 30px;text-align:center;color:#fff}.logo[data-v-2c789aad]{width:80px;height:80px;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid hsla(0,0%,100%,.3)}.logo-icon[data-v-2c789aad]{font-size:32px}.app-title[data-v-2c789aad]{font-size:28px;font-weight:700;margin:0 0 8px 0;letter-spacing:-.5px}.app-subtitle[data-v-2c789aad]{font-size:14px;margin:0;opacity:.9;font-weight:400}.login-form-container[data-v-2c789aad]{padding:40px 30px}.form-title[data-v-2c789aad]{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 8px 0;text-align:center}.form-subtitle[data-v-2c789aad]{font-size:14px;color:#64748b;margin:0 0 30px 0;text-align:center}.error-message[data-v-2c789aad]{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500}.error-icon[data-v-2c789aad]{font-size:16px}.form-group[data-v-2c789aad]{margin-bottom:20px}.form-label[data-v-2c789aad]{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.input-container[data-v-2c789aad]{position:relative;display:flex;align-items:center}.input-icon[data-v-2c789aad]{position:absolute;left:16px;z-index:2;font-size:16px;opacity:.7}.form-input[data-v-2c789aad]{width:100%;padding:16px 16px 16px 50px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;transition:all .3s ease;background:#f9fafb}.form-input[data-v-2c789aad]:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.form-input[data-v-2c789aad]:disabled{opacity:.6;cursor:not-allowed}.submit-btn[data-v-2c789aad]{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:25px}.submit-btn[data-v-2c789aad]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.submit-btn[data-v-2c789aad]:disabled{opacity:.8;cursor:not-allowed;transform:none}.loading-spinner[data-v-2c789aad]{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top:2px solid #fff;border-radius:50%;animation:spin-2c789aad .8s linear infinite}@keyframes spin-2c789aad{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.demo-credentials[data-v-2c789aad]{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;text-align:center}.demo-title[data-v-2c789aad]{font-size:12px;font-weight:600;color:#4a5568;margin:0 0 8px 0;text-transform:uppercase;letter-spacing:.5px}.demo-info[data-v-2c789aad]{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;font-size:13px}.demo-info[data-v-2c789aad]:last-child{margin-bottom:0}.demo-label[data-v-2c789aad]{color:#64748b;font-weight:500}.demo-value[data-v-2c789aad]{color:#1a202c;font-weight:600;font-family:Courier New,monospace;background:#e2e8f0;padding:2px 6px;border-radius:4px;font-size:12px}@media (max-width:480px){.login-page[data-v-2c789aad]{padding:15px}.login-container[data-v-2c789aad]{max-width:100%}.login-form-container[data-v-2c789aad],.logo-section[data-v-2c789aad]{padding:30px 20px}.app-title[data-v-2c789aad]{font-size:24px}.form-title[data-v-2c789aad]{font-size:20px}}