#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}.hub-page[data-v-72ed901e]{min-height:100vh;background:#e2e8f0}.hub-header[data-v-72ed901e]{background:linear-gradient(135deg,#667eea,#764ba2);padding:20px 40px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 20px rgba(0,0,0,.15)}.header-left[data-v-72ed901e]{display:flex;align-items:center;gap:15px}.logo[data-v-72ed901e]{width:50px;height:50px;background:hsla(0,0%,100%,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo-icon[data-v-72ed901e]{font-size:24px}.app-title[data-v-72ed901e]{color:#fff;font-size:22px;font-weight:700;margin:0}.header-right[data-v-72ed901e]{display:flex;align-items:center;gap:20px}.username[data-v-72ed901e]{color:#fff;font-weight:600;font-size:15px}.logout-btn[data-v-72ed901e]{background:#e53e3e;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500;font-size:14px;display:flex;align-items:center;gap:8px;transition:background .3s ease}.logout-btn[data-v-72ed901e]:hover{background:#c53030}.hub-content[data-v-72ed901e]{max-width:1200px;margin:0 auto;padding:40px 20px}.welcome-section[data-v-72ed901e]{text-align:center;margin-bottom:40px}.welcome-section h2[data-v-72ed901e]{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 10px 0;text-shadow:0 1px 2px rgba(0,0,0,.1)}.welcome-section p[data-v-72ed901e]{font-size:16px;color:#475569;margin:0}.quick-actions[data-v-72ed901e]{display:flex;justify-content:center;gap:20px;margin-bottom:40px}.action-card[data-v-72ed901e]{background:#fff;padding:20px 30px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);text-decoration:none;display:flex;align-items:center;gap:12px;transition:all .3s ease;border:2px solid transparent;position:relative}.action-card[data-v-72ed901e]:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,0,0,.2);border-color:#667eea}.action-icon[data-v-72ed901e]{font-size:24px}.action-text[data-v-72ed901e]{font-size:15px;font-weight:600;color:#1a202c}.admin-card[data-v-72ed901e]{background:linear-gradient(135deg,#667eea,#764ba2)}.admin-card .action-text[data-v-72ed901e]{color:#fff}.notification-badge[data-v-72ed901e]{position:absolute;top:-8px;right:-8px;background:#e53e3e;color:#fff;font-size:12px;font-weight:700;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center}.pms-section[data-v-72ed901e]{background:#fff;border-radius:16px;box-shadow:0 4px 25px rgba(0,0,0,.15);overflow:hidden}.section-header[data-v-72ed901e]{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 h3[data-v-72ed901e]{margin:0;font-size:18px;font-weight:600;color:#1a202c}.add-pms-btn[data-v-72ed901e]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;transition:all .3s ease}.add-pms-btn[data-v-72ed901e]:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.btn-icon[data-v-72ed901e]{font-size:18px}.pms-grid[data-v-72ed901e]{padding:20px;display:grid;gap:15px}.pms-card[data-v-72ed901e]{position:relative;border:2px solid #e2e8f0;border-radius:12px;transition:all .3s ease;background:#fff}.pms-card[data-v-72ed901e]:hover{border-color:#667eea;box-shadow:0 4px 15px rgba(102,126,234,.15)}.pms-card-content[data-v-72ed901e]{display:flex;align-items:center;padding:20px 25px;cursor:pointer;transition:all .3s ease}.pms-card-content[data-v-72ed901e]:hover{transform:translateX(5px)}.delete-pms-btn[data-v-72ed901e]{position:absolute;top:10px;right:10px;background:#e53e3e;color:#fff;border:none;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:0;z-index:10}.pms-card:hover .delete-pms-btn[data-v-72ed901e]{opacity:1}.delete-pms-btn[data-v-72ed901e]:hover{background:#c53030;transform:scale(1.1)}.pms-icon[data-v-72ed901e]{font-size:32px;margin-right:20px}.pms-info[data-v-72ed901e]{flex:1}.pms-name[data-v-72ed901e]{margin:0 0 4px 0;font-size:16px;font-weight:600;color:#1a202c}.pms-type[data-v-72ed901e]{margin:0;font-size:13px;color:#64748b}.pms-status[data-v-72ed901e]{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;margin-right:15px;background:#fee2e2;color:#dc2626}.pms-status.active[data-v-72ed901e]{background:#dcfce7;color:#16a34a}.pms-arrow[data-v-72ed901e]{font-size:20px;color:#667eea;font-weight:700}.empty-state[data-v-72ed901e]{padding:60px 20px;text-align:center}.empty-icon[data-v-72ed901e]{font-size:48px;margin-bottom:20px}.empty-state h4[data-v-72ed901e]{font-size:20px;font-weight:600;color:#1a202c;margin:0 0 10px 0}.empty-state p[data-v-72ed901e]{font-size:15px;color:#64748b;margin:0 0 25px 0}.add-first-pms-btn[data-v-72ed901e]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 28px;border-radius:10px;cursor:pointer;font-weight:600;font-size:15px;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.add-first-pms-btn[data-v-72ed901e]:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.modal-overlay[data-v-72ed901e]{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-container[data-v-72ed901e]{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideUp-72ed901e .3s ease}@keyframes slideUp-72ed901e{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header[data-v-72ed901e]{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid #e2e8f0}.modal-header h3[data-v-72ed901e]{margin:0;font-size:20px;font-weight:600;color:#1a202c}.close-btn[data-v-72ed901e]{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;line-height:1;padding:0;transition:color .3s ease}.close-btn[data-v-72ed901e]:hover{color:#1a202c}.modal-body[data-v-72ed901e]{padding:25px}.step-info[data-v-72ed901e]{font-size:14px;color:#64748b;margin:0 0 20px 0}.pms-options[data-v-72ed901e]{display:grid;gap:12px;margin-bottom:25px}.pms-option[data-v-72ed901e]{display:flex;align-items:center;padding:15px 20px;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .3s ease}.pms-option[data-v-72ed901e]:hover:not(.disabled){border-color:#667eea;background:#f8fafc}.pms-option.selected[data-v-72ed901e]{border-color:#667eea;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1))}.pms-option.disabled[data-v-72ed901e]{opacity:.5;cursor:not-allowed}.option-icon[data-v-72ed901e]{font-size:24px;margin-right:15px}.option-name[data-v-72ed901e]{flex:1;font-weight:600;color:#1a202c}.option-check[data-v-72ed901e]{color:#667eea;font-weight:700;font-size:18px}.coming-soon[data-v-72ed901e]{font-size:11px;background:#e2e8f0;color:#64748b;padding:3px 8px;border-radius:4px;font-weight:600}.next-btn[data-v-72ed901e]{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px;border-radius:10px;cursor:pointer;font-weight:600;font-size:15px;transition:all .3s ease}.next-btn[data-v-72ed901e]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.next-btn[data-v-72ed901e]:disabled{opacity:.5;cursor:not-allowed}.credentials-form .form-group[data-v-72ed901e]{margin-bottom:18px}.credentials-form label[data-v-72ed901e]{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:6px}.form-input[data-v-72ed901e]{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .3s ease;box-sizing:border-box}.form-input[data-v-72ed901e]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.error-message[data-v-72ed901e]{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:15px;font-size:14px}.success-message[data-v-72ed901e]{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;padding:12px 16px;border-radius:8px;margin-bottom:15px;font-size:14px}.form-actions[data-v-72ed901e]{display:flex;gap:10px;margin-top:20px}.back-btn[data-v-72ed901e]{flex:1;background:#f1f5f9;color:#64748b;border:none;padding:12px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;transition:all .3s ease}.back-btn[data-v-72ed901e]:hover{background:#e2e8f0}.test-btn[data-v-72ed901e]{flex:1;background:#f0fdf4;color:#16a34a;border:2px solid #16a34a;padding:12px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.test-btn[data-v-72ed901e]:hover:not(:disabled){background:#16a34a;color:#fff}.test-btn[data-v-72ed901e]:disabled{opacity:.5;cursor:not-allowed}.save-btn[data-v-72ed901e]{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.save-btn[data-v-72ed901e]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 15px rgba(102,126,234,.4)}.save-btn[data-v-72ed901e]:disabled{opacity:.5;cursor:not-allowed}.loading-spinner[data-v-72ed901e]{width:14px;height:14px;border:2px solid hsla(0,0%,100%,.3);border-top:2px solid currentColor;border-radius:50%;animation:spin-72ed901e .8s linear infinite}@keyframes spin-72ed901e{to{transform:rotate(1turn)}}.account-modal-overlay[data-v-72ed901e]{background:rgba(0,0,0,.6)}.account-modal[data-v-72ed901e]{width:80%;max-width:800px;max-height:85vh}.account-section[data-v-72ed901e]{margin-bottom:30px}.account-section h4[data-v-72ed901e],.password-section h4[data-v-72ed901e]{margin:0 0 20px 0;font-size:18px;font-weight:600;color:#1a202c;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.account-info-grid[data-v-72ed901e]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.info-item[data-v-72ed901e]{display:flex;flex-direction:column;gap:6px}.info-item label[data-v-72ed901e]{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.info-item span[data-v-72ed901e]{font-size:16px;font-weight:600;color:#1a202c}.status-badge[data-v-72ed901e]{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:capitalize;width:-moz-fit-content;width:fit-content}.status-badge.active[data-v-72ed901e],.status-badge.approved[data-v-72ed901e]{background:#dcfce7;color:#16a34a}.status-badge.pending[data-v-72ed901e]{background:#fef3c7;color:#d97706}.status-badge.inactive[data-v-72ed901e]{background:#fee2e2;color:#dc2626}.password-section[data-v-72ed901e]{background:#f8fafc;border-radius:12px;padding:25px}.password-form[data-v-72ed901e]{display:grid;gap:15px;max-width:400px}.password-form .form-group[data-v-72ed901e]{display:flex;flex-direction:column;gap:6px}.password-form label[data-v-72ed901e]{font-size:14px;font-weight:600;color:#374151}.password-form .form-input[data-v-72ed901e]{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .3s ease}.password-form .form-input[data-v-72ed901e]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.input-with-toggle[data-v-72ed901e]{position:relative;display:flex;align-items:center}.input-with-toggle .form-input[data-v-72ed901e]{padding-right:45px}.input-with-toggle .toggle-password[data-v-72ed901e]{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:4px;font-size:14px;opacity:.6;transition:opacity .3s ease}.input-with-toggle .toggle-password[data-v-72ed901e]:hover{opacity:1}.change-password-btn[data-v-72ed901e]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;margin-top:10px;width:-moz-fit-content;width:fit-content}.change-password-btn[data-v-72ed901e]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.change-password-btn[data-v-72ed901e]:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.hub-header[data-v-72ed901e]{padding:15px 20px;flex-direction:column;gap:15px}.header-left[data-v-72ed901e],.header-right[data-v-72ed901e]{width:100%;justify-content:center}.app-title[data-v-72ed901e]{font-size:18px}.hub-content[data-v-72ed901e]{padding:20px 15px}.welcome-section h2[data-v-72ed901e]{font-size:22px}.quick-actions[data-v-72ed901e]{flex-direction:column}.action-card[data-v-72ed901e]{justify-content:center}.section-header[data-v-72ed901e]{flex-direction:column;gap:15px;align-items:stretch}.pms-card[data-v-72ed901e]{flex-wrap:wrap}.form-actions[data-v-72ed901e]{flex-direction:column}.account-modal[data-v-72ed901e]{width:95%}.account-info-grid[data-v-72ed901e]{grid-template-columns:1fr}.password-form[data-v-72ed901e]{max-width:100%}}.delete-modal[data-v-72ed901e]{max-width:450px}.warning-icon[data-v-72ed901e]{font-size:48px;text-align:center;margin-bottom:20px}.warning-text[data-v-72ed901e]{font-size:16px;font-weight:600;color:#1a202c;text-align:center;margin-bottom:10px}.warning-subtext[data-v-72ed901e]{font-size:14px;color:#64748b;text-align:center;margin-bottom:20px;line-height:1.6}.modal-actions[data-v-72ed901e]{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.cancel-btn[data-v-72ed901e]{flex:1;background:#f1f5f9;color:#64748b;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;transition:all .3s ease}.cancel-btn[data-v-72ed901e]:hover{background:#e2e8f0}.delete-confirm-btn[data-v-72ed901e]{flex:1;background:#e53e3e;color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.delete-confirm-btn[data-v-72ed901e]:hover:not(:disabled){background:#c53030;transform:translateY(-1px);box-shadow:0 4px 15px rgba(229,62,62,.4)}.delete-confirm-btn[data-v-72ed901e]:disabled{opacity:.5;cursor:not-allowed}.dashboard-container[data-v-953f98ee]{display:flex;min-height:100vh;background:#f8fafc}.sidebar[data-v-953f98ee]{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-953f98ee]{width:70px}.sidebar-header[data-v-953f98ee]{padding:20px;border-bottom:1px solid hsla(0,0%,100%,.1)}.toggle-btn[data-v-953f98ee]{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;margin-bottom:15px}.sidebar-title[data-v-953f98ee]{font-size:18px;font-weight:600;margin:0}.sidebar-nav[data-v-953f98ee]{padding:20px 0}.nav-item[data-v-953f98ee]{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-953f98ee],.nav-item[data-v-953f98ee]:hover{background:hsla(0,0%,100%,.1);color:#fff;transform:translateX(5px)}.nav-button[data-v-953f98ee]{background:none;border:none;width:100%;cursor:pointer;text-align:left}.nav-icon[data-v-953f98ee]{font-size:18px;margin-right:15px;width:20px}.nav-text[data-v-953f98ee]{font-weight:500}.main-content[data-v-953f98ee]{flex:1;margin-left:280px;padding:30px;transition:margin-left .3s ease}.sidebar-collapsed+.main-content[data-v-953f98ee]{margin-left:70px}.content-header[data-v-953f98ee]{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.content-header h1[data-v-953f98ee]{font-size:32px;font-weight:700;color:#1a202c;margin:0}.user-info[data-v-953f98ee]{display:flex;align-items:center;gap:15px}.logout-btn[data-v-953f98ee]{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-953f98ee]:hover{background:#c53030}.kpi-grid[data-v-953f98ee]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-bottom:40px}.kpi-card[data-v-953f98ee]{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-953f98ee]:hover{transform:translateY(-2px);box-shadow:0 8px 35px rgba(0,0,0,.12)}.kpi-icon[data-v-953f98ee]{font-size:40px;margin-right:20px;opacity:.8}.kpi-content h3[data-v-953f98ee]{margin:0 0 8px 0;font-size:14px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.kpi-value[data-v-953f98ee]{font-size:28px;font-weight:700;color:#1a202c;margin-bottom:4px}.kpi-subtitle[data-v-953f98ee]{font-size:12px;color:#64748b;font-weight:500}.section-card[data-v-953f98ee]{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-953f98ee]{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-953f98ee]{margin:0;font-size:20px;font-weight:600;color:#1a202c}.count-badge[data-v-953f98ee]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 14px;border-radius:20px;font-size:14px;font-weight:600}.table-container[data-v-953f98ee]{overflow-x:auto}.data-table[data-v-953f98ee]{width:100%;border-collapse:collapse}.data-table th[data-v-953f98ee]{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-953f98ee]{padding:16px 20px;border-bottom:1px solid #e2e8f0;color:#2d3748;vertical-align:middle}.data-table tbody tr[data-v-953f98ee]:hover{background:#f7fafc}.property-name[data-v-953f98ee]{font-weight:600;color:#2b6cb0}.amount[data-v-953f98ee]{text-align:right;font-weight:600;color:#22543d}.text-center[data-v-953f98ee]{text-align:center}.status-badge[data-v-953f98ee]{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.status-badge.active[data-v-953f98ee]{background:#c6f6d5;color:#22543d}.empty-state[data-v-953f98ee]{padding:60px 20px;text-align:center;color:#64748b}.empty-state p[data-v-953f98ee]{font-size:16px;margin:0}.view-all[data-v-953f98ee]{padding:20px 30px;text-align:center;border-top:1px solid #e2e8f0;background:#f8fafc}.btn[data-v-953f98ee]{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-953f98ee]{background:transparent;color:#667eea;border-color:#667eea}.btn-outline[data-v-953f98ee]:hover{background:#667eea;color:#fff;transform:translateY(-1px)}.global-stats-section[data-v-953f98ee],.reservations-section[data-v-953f98ee],.revenue-comparison-section[data-v-953f98ee]{margin-bottom:40px}.section-title[data-v-953f98ee]{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 20px 0;text-align:center}.global-revenue[data-v-953f98ee]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.global-revenue .kpi-content h3[data-v-953f98ee],.global-revenue .kpi-value[data-v-953f98ee]{color:#fff}.property-selector[data-v-953f98ee]{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-953f98ee]{font-size:16px;font-weight:600;color:#1a202c;margin-bottom:15px}.property-checkboxes[data-v-953f98ee]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.property-checkbox[data-v-953f98ee]{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-953f98ee]:hover{border-color:#667eea;background:#f1f5f9}.property-checkbox.active[data-v-953f98ee]{border-color:#667eea}.property-checkbox input[type=checkbox][data-v-953f98ee]{margin-right:8px;accent-color:#667eea}.property-checkbox .property-name[data-v-953f98ee]{font-weight:500}.revenue-chart[data-v-953f98ee]{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-953f98ee]{display:flex;align-items:end;justify-content:space-around;height:300px;padding:20px 0;border-bottom:2px solid #e2e8f0}.revenue-bar[data-v-953f98ee]{display:flex;flex-direction:column;align-items:center;min-width:120px}.bar-container[data-v-953f98ee]{height:200px;width:60px;display:flex;align-items:end;margin-bottom:15px}.bar[data-v-953f98ee]{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-953f98ee]{text-align:center}.property-info .property-name[data-v-953f98ee]{font-weight:600;color:#1a202c;margin-bottom:5px}.property-info .revenue-amount[data-v-953f98ee]{font-size:14px;color:#667eea;font-weight:600}.property-dropdown[data-v-953f98ee]{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-953f98ee]{font-weight:600;color:#1a202c;white-space:nowrap}.property-dropdown select[data-v-953f98ee]{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-953f98ee]:focus{outline:none;border-color:#667eea}@media (max-width:768px){.sidebar[data-v-953f98ee]{transform:translateX(-100%)}.main-content[data-v-953f98ee]{margin-left:0;padding:20px 15px}.kpi-grid[data-v-953f98ee]{grid-template-columns:1fr;gap:15px}.global-revenue[data-v-953f98ee]{grid-column:1}.content-header[data-v-953f98ee]{flex-direction:column;align-items:flex-start;gap:15px}.section-header[data-v-953f98ee]{padding:20px;flex-direction:column;align-items:flex-start;gap:10px}.data-table[data-v-953f98ee]{font-size:12px}.data-table td[data-v-953f98ee],.data-table th[data-v-953f98ee]{padding:12px 8px}.property-checkboxes[data-v-953f98ee]{grid-template-columns:1fr;gap:10px}.chart-container[data-v-953f98ee]{flex-wrap:wrap;height:auto;gap:20px}.revenue-bar[data-v-953f98ee]{min-width:80px}.bar-container[data-v-953f98ee]{height:150px;width:40px}.property-dropdown[data-v-953f98ee]{flex-direction:column;align-items:stretch;gap:10px}.property-dropdown label[data-v-953f98ee]{white-space:normal}}.section-spinner[data-v-953f98ee]{display:flex;align-items:center;justify-content:center;padding:80px 20px;min-height:200px}.spinner[data-v-953f98ee]{width:40px;height:40px;border:3px solid #e2e8f0;border-top:3px solid #667eea;border-radius:50%;animation:spin-953f98ee 1s linear infinite}@keyframes spin-953f98ee{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dashboard-container[data-v-05251c2c]{display:flex;min-height:100vh;background:#f8fafc}.segment-row[data-v-05251c2c]{background:#f8fafc!important;border-left:3px solid #667eea}.segment-row[data-v-05251c2c]:hover{background:#f1f5f9!important}.segment-badge[data-v-05251c2c]{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-05251c2c]:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:scale(1.05)}.sidebar[data-v-05251c2c]{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-05251c2c]{width:70px}.sidebar-header[data-v-05251c2c]{padding:20px;border-bottom:1px solid hsla(0,0%,100%,.1)}.toggle-btn[data-v-05251c2c]{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;margin-bottom:15px}.sidebar-title[data-v-05251c2c]{font-size:18px;font-weight:600;margin:0}.sidebar-nav[data-v-05251c2c]{padding:20px 0}.nav-item[data-v-05251c2c]{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-05251c2c],.nav-item[data-v-05251c2c]:hover{background:hsla(0,0%,100%,.1);color:#fff;transform:translateX(5px)}.nav-icon[data-v-05251c2c]{font-size:18px;margin-right:15px;width:20px}.nav-text[data-v-05251c2c]{font-weight:500}.main-content[data-v-05251c2c]{flex:1;margin-left:280px;padding:30px;transition:margin-left .3s ease}.sidebar-collapsed+.main-content[data-v-05251c2c]{margin-left:70px}.content-header[data-v-05251c2c]{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.content-header h1[data-v-05251c2c]{font-size:32px;font-weight:700;color:#1a202c;margin:0}.user-info[data-v-05251c2c]{display:flex;align-items:center;gap:15px}.logout-btn[data-v-05251c2c]{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-05251c2c]:hover{background:#c53030}.section-card[data-v-05251c2c]{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-05251c2c]{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-05251c2c]{margin:0;font-size:20px;font-weight:600;color:#1a202c}.section-title-container[data-v-05251c2c]{display:flex;flex-direction:column;gap:10px}.property-selector[data-v-05251c2c]{display:flex;align-items:center;gap:8px}.property-selector label[data-v-05251c2c]{font-size:13px;font-weight:600;color:#4a5568;min-width:60px}.property-select-small[data-v-05251c2c]{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-05251c2c]{padding:0}.property-group[data-v-05251c2c]{border-bottom:1px solid #e2e8f0}.property-group[data-v-05251c2c]:last-child{border-bottom:none}.property-header[data-v-05251c2c]{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.property-header h3[data-v-05251c2c]{margin:0;font-size:18px;font-weight:600;color:#2b6cb0}.property-stats[data-v-05251c2c]{display:flex;gap:20px;align-items:center}.stat[data-v-05251c2c]{font-size:14px;color:#64748b;font-weight:500}.stat.revenue[data-v-05251c2c]{font-weight:700;color:#22543d;font-size:16px}.property-actions[data-v-05251c2c]{display:flex;gap:8px}.btn[data-v-05251c2c]{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-05251c2c]:disabled{opacity:.6;cursor:not-allowed}.btn-sm[data-v-05251c2c]{padding:6px 12px;font-size:12px;min-width:70px}.btn-excel[data-v-05251c2c]{background-color:#80cbc4;color:#fff;border:1px solid #80cbc4}.btn-excel[data-v-05251c2c]:hover:not(:disabled){background-color:#6bb3ad;border-color:#6bb3ad;transform:translateY(-1px)}.btn-report-excel[data-v-05251c2c]{background-color:#fbf8ef;color:#333;border:1px solid #d6d2c4}.btn-report-excel[data-v-05251c2c]:hover:not(:disabled){background-color:#f0ece3;border-color:#c9c4b7;transform:translateY(-1px)}.btn-report[data-v-05251c2c]{background-color:#667eea;color:#fff;border:1px solid #667eea}.btn-report[data-v-05251c2c]:hover:not(:disabled){background-color:#5a67d8;border-color:#5a67d8;transform:translateY(-1px)}.btn-search[data-v-05251c2c]{background-color:#48bb78;color:#fff;border:1px solid #48bb78}.btn-search[data-v-05251c2c]:hover:not(:disabled){background-color:#38a169;border-color:#38a169;transform:translateY(-1px)}.btn-outline[data-v-05251c2c]{background:transparent;color:#667eea;border-color:#667eea}.btn-outline[data-v-05251c2c]:hover:not(:disabled){background:#667eea;color:#fff}.btn-primary[data-v-05251c2c]{background:#667eea;color:#fff;border-color:#667eea}.btn-primary[data-v-05251c2c]:hover:not(:disabled){background:#5a67d8;transform:translateY(-1px)}.btn-pdf[data-v-05251c2c]{background-color:#ffb433;color:#fff;border:1px solid #ffb433}.btn-pdf[data-v-05251c2c]:hover:not(:disabled){background-color:#e5a02b;border-color:#e5a02b;transform:translateY(-1px)}.table-container[data-v-05251c2c]{overflow-x:auto}.data-table[data-v-05251c2c]{width:100%;border-collapse:collapse}.data-table th[data-v-05251c2c]{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-05251c2c]{padding:16px 20px;border-bottom:1px solid #e2e8f0;color:#2d3748;vertical-align:middle}.data-table tbody tr[data-v-05251c2c]:hover{background:#f7fafc}.property-name[data-v-05251c2c]{font-weight:600;color:#2b6cb0}.guest-name[data-v-05251c2c]{font-weight:500;color:#2d3748}.amount[data-v-05251c2c]{text-align:right;font-weight:600;color:#22543d}.text-center[data-v-05251c2c]{text-align:center}.source-badge[data-v-05251c2c]{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-05251c2c]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#64748b}.spinner[data-v-05251c2c]{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:spin-05251c2c 1s linear infinite;margin-bottom:15px}@keyframes spin-05251c2c{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.empty-state[data-v-05251c2c]{padding:60px 20px;text-align:center;color:#64748b}.empty-state p[data-v-05251c2c]{font-size:16px;margin:0}.filters-section[data-v-05251c2c]{display:flex;align-items:end;gap:20px;padding:25px 30px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.filter-group[data-v-05251c2c]{display:flex;flex-direction:column;gap:5px}.filter-group label[data-v-05251c2c]{font-size:13px;font-weight:600;color:#4a5568;text-transform:uppercase;letter-spacing:.5px}.filter-input[data-v-05251c2c],.filter-select[data-v-05251c2c]{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-05251c2c]{display:flex;gap:10px;align-items:end}.pagination[data-v-05251c2c]{display:flex;justify-content:center;align-items:center;gap:20px;padding:25px 30px;border-top:1px solid #e2e8f0;background:#f8fafc}.pagination-btn[data-v-05251c2c]{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-05251c2c]:hover:not(:disabled){background:#5a67d8}.pagination-btn[data-v-05251c2c]:disabled{background:#cbd5e0;cursor:not-allowed}.pagination-info[data-v-05251c2c]{font-size:14px;color:#64748b;font-weight:500}.report-modal-overlay[data-v-05251c2c]{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-05251c2c]{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-05251c2c]{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-05251c2c]{margin:0 0 5px 0;font-size:24px;font-weight:700}.modal-subtitle[data-v-05251c2c]{font-size:14px;display:flex;align-items:center;gap:6px;opacity:.9}.unsaved-indicator[data-v-05251c2c]{color:#fbbf24;font-size:12px;animation:pulse-05251c2c 2s infinite}.saved-indicator[data-v-05251c2c]{color:#10b981;font-size:12px}@keyframes pulse-05251c2c{0%,to{opacity:1}50%{opacity:.5}}.close-btn[data-v-05251c2c]{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-05251c2c]:hover{background:hsla(0,0%,100%,.2)}.modal-content[data-v-05251c2c]{display:flex;flex:1;overflow:hidden}.settings-panel[data-v-05251c2c]{width:400px;background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;overflow-y:auto}.settings-header[data-v-05251c2c]{padding:25px 25px 20px;border-bottom:1px solid #e2e8f0;background:#fff}.settings-header h3[data-v-05251c2c]{margin:0 0 5px 0;font-size:18px;font-weight:600;color:#1a202c}.settings-header p[data-v-05251c2c]{margin:0;font-size:14px;color:#64748b}.settings-form[data-v-05251c2c]{flex:1;padding:25px}.setting-group[data-v-05251c2c]{margin-bottom:30px}.subsection-title[data-v-05251c2c]{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-05251c2c]{margin-bottom:20px}.form-label[data-v-05251c2c]{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.input-group[data-v-05251c2c]{position:relative;display:flex;align-items:center}.input-prefix[data-v-05251c2c],.input-suffix[data-v-05251c2c]{position:absolute;color:#6b7280;font-weight:500;z-index:2;pointer-events:none;font-size:13px}.input-prefix[data-v-05251c2c]{left:12px}.input-suffix[data-v-05251c2c]{right:12px}.form-input[data-v-05251c2c]{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-05251c2c]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.input-prefix+.form-input[data-v-05251c2c]{padding-left:35px}.form-input+.input-suffix[data-v-05251c2c]{right:12px}.radio-group[data-v-05251c2c]{display:flex;flex-direction:column;gap:10px;margin-top:8px}.radio-option[data-v-05251c2c]{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-05251c2c]:hover{border-color:#667eea;background:#f8fafc}.radio-option input[type=radio][data-v-05251c2c]{margin:0}.radio-option input[type=radio]:checked+span[data-v-05251c2c]{font-weight:600;color:#667eea}.card-custom-rates[data-v-05251c2c],.cleaning-custom-rates[data-v-05251c2c]{margin-top:15px;padding:15px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.settings-actions[data-v-05251c2c]{padding:20px 25px;border-top:1px solid #e2e8f0;background:#fff;display:flex;gap:12px}.settings-actions .btn[data-v-05251c2c]{flex:1;min-width:auto}.preview-panel[data-v-05251c2c]{flex:1;display:flex;flex-direction:column;background:#fff;overflow:hidden}.preview-header[data-v-05251c2c]{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;border-bottom:1px solid #e2e8f0;background:#fff}.preview-header h3[data-v-05251c2c]{margin:0;font-size:18px;font-weight:600;color:#1a202c}.preview-actions[data-v-05251c2c]{display:flex;gap:12px}.preview-content[data-v-05251c2c]{flex:1;overflow-y:auto;padding:30px;background:#f8f9fa}.pdf-preview-container[data-v-05251c2c]{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-05251c2c]{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-05251c2c]{margin-bottom:25px}.pdf-preview-container .report-title[data-v-05251c2c]{font-size:38px;font-weight:400;color:#2c3e50;margin-bottom:5px;letter-spacing:1px}.pdf-preview-container .property-name[data-v-05251c2c]{font-size:22px;font-weight:300;color:#34495e;margin-bottom:15px;letter-spacing:.5px}.pdf-preview-container .divider[data-v-05251c2c]{width:100%;height:1px;background:#bdc3c7;margin:15px 0 12px 0}.pdf-preview-container .report-period[data-v-05251c2c]{font-size:13px;font-weight:400;color:#7f8c8d;text-transform:uppercase;letter-spacing:2px}.pdf-preview-container .section-title[data-v-05251c2c]{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-05251c2c]{width:100%;border-collapse:collapse;font-size:8px;margin-bottom:15px;font-family:Arial,sans-serif}.pdf-preview-container .data-table th[data-v-05251c2c]{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-05251c2c]{padding:3px 2px;border:1px solid #d5dbdb;font-size:7px;vertical-align:middle;color:#2c3e50}.pdf-preview-container .data-table .totals-row[data-v-05251c2c]{background:#f8f9fa;font-weight:700;border-top:2px solid #34495e}.pdf-preview-container .data-table .totals-row td[data-v-05251c2c]{border:1px solid #34495e;font-weight:700;color:#2c3e50}.pdf-preview-container .content-sections[data-v-05251c2c]{margin:15px 0}.pdf-preview-container .summary-section[data-v-05251c2c]{margin-bottom:20px;margin-top:20px}.pdf-preview-container .summary-title[data-v-05251c2c]{font-size:10px;font-weight:700;margin-bottom:8px;text-transform:uppercase;color:#2c3e50;letter-spacing:1px}.pdf-preview-container .summary-table[data-v-05251c2c]{width:100%;border-collapse:collapse;font-family:Arial,sans-serif}.pdf-preview-container .summary-table td[data-v-05251c2c]{padding:2px 0;font-size:8px;color:#2c3e50;border:none}.pdf-preview-container .summary-table .label[data-v-05251c2c]{text-align:left;width:70%}.pdf-preview-container .summary-table .value[data-v-05251c2c]{text-align:right;width:30%;font-weight:600}.pdf-preview-container .summary-table .total-row[data-v-05251c2c]{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-05251c2c]{padding-top:4px;border-top:1px solid #34495e}.pdf-preview-container .settlement-section[data-v-05251c2c]{margin:25px 0;padding:12px;background:#f8f9fa;border:1px solid #e9ecef;text-align:center}.pdf-preview-container .settlement-title[data-v-05251c2c]{font-size:11px;font-weight:700;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px;color:#2c3e50}.pdf-preview-container .settlement-table[data-v-05251c2c]{width:100%;border-collapse:collapse;font-family:Arial,sans-serif}.pdf-preview-container .settlement-table td[data-v-05251c2c]{padding:3px 0;font-size:11px;color:#2c3e50;border:none}.pdf-preview-container .settlement-table .label[data-v-05251c2c]{text-align:left;width:70%}.pdf-preview-container .settlement-table .value[data-v-05251c2c]{text-align:right;width:30%;font-weight:600}.pdf-preview-container .settlement-table .final-row[data-v-05251c2c]{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-05251c2c]{padding-top:6px;border-top:2px solid #2c3e50}.pdf-preview-container .footer-section[data-v-05251c2c]{margin-top:auto;padding-top:15px;text-align:center;border-top:1px solid #bdc3c7}.pdf-preview-container .prepared-info[data-v-05251c2c]{margin-bottom:12px}.pdf-preview-container .prepared-label[data-v-05251c2c]{font-size:8px;color:#7f8c8d;margin-bottom:2px}.pdf-preview-container .prepared-company[data-v-05251c2c]{font-size:10px;font-weight:600;color:#2c3e50}.pdf-preview-container .company-logo[data-v-05251c2c]{margin-bottom:15px}.pdf-preview-container .company-name[data-v-05251c2c]{font-size:16px;font-weight:300;letter-spacing:6px;color:#2c3e50;margin-bottom:1px}.pdf-preview-container .company-tagline[data-v-05251c2c]{font-size:6px;color:#95a5a6;text-transform:uppercase;letter-spacing:3px}.pdf-preview-container .footer-meta[data-v-05251c2c]{display:flex;justify-content:space-between;align-items:center;font-size:9px;color:#7f8c8d;margin-top:10px}.report-preview .report-header[data-v-05251c2c]{margin-bottom:30px;text-align:center}.report-preview .report-title[data-v-05251c2c]{font-size:32px;font-weight:700;color:#1a202c;margin:0 0 10px 0;letter-spacing:1px}.report-preview .property-name[data-v-05251c2c]{font-size:24px;font-weight:300;color:#34495e;margin:0 0 15px 0;letter-spacing:.5px}.report-preview .report-period[data-v-05251c2c]{font-size:14px;font-weight:600;color:#7f8c8d;text-transform:uppercase;letter-spacing:2px}.report-preview .section-title[data-v-05251c2c]{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-05251c2c]{width:100%;border-collapse:collapse;font-size:12px;margin-bottom:20px;font-family:Arial,sans-serif}.report-preview .data-table th[data-v-05251c2c]{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-05251c2c]{padding:8px;border:1px solid #d5dbdb;font-size:11px;vertical-align:middle;color:#2c3e50}.report-preview .totals-row[data-v-05251c2c]{background:#f8f9fa;font-weight:700;border-top:2px solid #34495e}.report-preview .totals-row td[data-v-05251c2c]{border:1px solid #34495e;font-weight:700;color:#2c3e50}.report-preview .summary-section[data-v-05251c2c]{margin:25px 0}.report-preview .summary-title[data-v-05251c2c]{font-size:16px;font-weight:700;margin-bottom:15px;text-transform:uppercase;color:#2c3e50;letter-spacing:1px}.report-preview .summary-grid[data-v-05251c2c]{display:flex;flex-direction:column;gap:8px}.report-preview .summary-item[data-v-05251c2c]{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;color:#2c3e50}.report-preview .summary-item.total[data-v-05251c2c]{border-top:2px solid #34495e;padding-top:12px;margin-top:10px;font-weight:700;font-size:16px}.report-preview .summary-label[data-v-05251c2c]{font-weight:500}.report-preview .summary-value[data-v-05251c2c]{font-weight:600;color:#27ae60}.report-preview .settlement-section[data-v-05251c2c]{margin:30px 0;padding:20px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;text-align:center}.report-preview .settlement-title[data-v-05251c2c]{font-size:18px;font-weight:700;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px;color:#2c3e50}.report-preview .settlement-content[data-v-05251c2c]{display:flex;flex-direction:column;gap:12px}.report-preview .settlement-item[data-v-05251c2c]{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#2c3e50}.report-preview .settlement-item.final[data-v-05251c2c]{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-05251c2c]{font-weight:500}.report-preview .settlement-value[data-v-05251c2c]{font-weight:600}.report-preview .report-footer[data-v-05251c2c]{margin-top:40px;padding-top:20px;border-top:1px solid #bdc3c7;text-align:center}.report-preview .prepared-info[data-v-05251c2c]{margin-bottom:15px}.report-preview .prepared-label[data-v-05251c2c]{font-size:12px;color:#7f8c8d;margin-bottom:2px}.report-preview .prepared-company[data-v-05251c2c]{font-size:16px;font-weight:600;color:#2c3e50}.report-preview .generation-date[data-v-05251c2c]{font-size:12px;color:#95a5a6}@media (max-width:1200px){.report-modal[data-v-05251c2c]{width:98vw;height:95vh}.modal-content[data-v-05251c2c]{flex-direction:column}.settings-panel[data-v-05251c2c]{width:100%;height:50%;border-right:none;border-bottom:1px solid #e2e8f0}.preview-panel[data-v-05251c2c]{height:50%}}@media (max-width:768px){.sidebar[data-v-05251c2c]{transform:translateX(-100%)}.main-content[data-v-05251c2c]{margin-left:0;padding:20px 15px}.content-header[data-v-05251c2c],.section-header[data-v-05251c2c]{flex-direction:column;align-items:flex-start;gap:15px}.section-header[data-v-05251c2c]{padding:20px}.property-header[data-v-05251c2c]{flex-direction:column;align-items:flex-start;gap:15px;padding:15px 20px}.property-stats[data-v-05251c2c]{flex-direction:column;align-items:flex-start;gap:8px}.filters-section[data-v-05251c2c]{flex-direction:column;align-items:stretch;gap:15px;padding:20px}.filter-input[data-v-05251c2c],.filter-select[data-v-05251c2c]{min-width:100%}.filter-actions[data-v-05251c2c]{flex-direction:column;width:100%}.filter-actions .btn[data-v-05251c2c]{width:100%}.data-table[data-v-05251c2c]{font-size:12px}.data-table td[data-v-05251c2c],.data-table th[data-v-05251c2c]{padding:8px 6px}.btn[data-v-05251c2c]{width:100%}.report-modal[data-v-05251c2c]{width:100vw;height:100vh;border-radius:0;padding:0}.modal-header[data-v-05251c2c]{padding:15px 20px}.modal-title h2[data-v-05251c2c]{font-size:18px}.settings-panel[data-v-05251c2c]{height:60%}.preview-panel[data-v-05251c2c]{height:40%}.preview-content[data-v-05251c2c],.report-preview[data-v-05251c2c],.settings-form[data-v-05251c2c]{padding:20px}.section-title-container[data-v-05251c2c]{gap:8px}.property-selector[data-v-05251c2c]{flex-direction:column;align-items:flex-start;gap:5px}.property-select-small[data-v-05251c2c]{width:100%;min-width:100%}}.email-modal-overlay[data-v-05251c2c]{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-05251c2c .3s ease}@keyframes fadeIn-05251c2c{0%{opacity:0}to{opacity:1}}.email-modal-container[data-v-05251c2c]{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-05251c2c .3s ease}.email-modal-header[data-v-05251c2c]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:25px 30px;display:flex;justify-content:space-between;align-items:center}.header-content[data-v-05251c2c]{display:flex;align-items:center;gap:20px}.header-icon .icon-circle[data-v-05251c2c]{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-05251c2c]{font-size:24px}.header-text h2[data-v-05251c2c]{margin:0 0 5px 0;font-size:24px;font-weight:600}.header-text p[data-v-05251c2c]{margin:0;opacity:.9;font-size:14px}.modal-close-btn[data-v-05251c2c]{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-05251c2c]:hover{background:hsla(0,0%,100%,.3);transform:scale(1.1)}.email-modal-body[data-v-05251c2c]{padding:30px;max-height:60vh;overflow-y:auto}.report-preview-card[data-v-05251c2c]{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;border:1px solid #e2e8f0;margin-bottom:25px;overflow:hidden}.card-header[data-v-05251c2c]{background:#fff;padding:20px 25px;border-bottom:1px solid #e2e8f0}.card-header h3[data-v-05251c2c]{margin:0;font-size:18px;font-weight:600;color:#1a202c}.card-content[data-v-05251c2c]{padding:25px}.report-details[data-v-05251c2c]{display:flex;flex-direction:column;gap:20px}.detail-item[data-v-05251c2c]{display:flex;align-items:center;gap:15px}.detail-icon[data-v-05251c2c]{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-05251c2c]{display:flex;flex-direction:column;gap:2px}.detail-label[data-v-05251c2c]{font-size:12px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.detail-value[data-v-05251c2c]{font-size:16px;color:#1a202c;font-weight:600}.recipient-section[data-v-05251c2c]{margin-bottom:25px}.section-title[data-v-05251c2c]{margin-bottom:20px}.section-title h3[data-v-05251c2c]{margin:0 0 5px 0;font-size:18px;font-weight:600;color:#1a202c}.section-title p[data-v-05251c2c]{margin:0;font-size:14px;color:#64748b}.recipient-selector[data-v-05251c2c]{display:flex;gap:15px;margin-bottom:20px}.contact-dropdown[data-v-05251c2c]{flex:1}.professional-select[data-v-05251c2c]{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-05251c2c]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.manage-contacts-btn[data-v-05251c2c]{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-05251c2c]:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e0);transform:translateY(-1px)}.selected-contact-preview[data-v-05251c2c]{animation:slideDown-05251c2c .3s ease}@keyframes slideDown-05251c2c{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-card[data-v-05251c2c]{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-05251c2c]{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-05251c2c]{flex:1}.contact-name[data-v-05251c2c]{margin-bottom:2px}.contact-email[data-v-05251c2c]{opacity:.9}.status-badge[data-v-05251c2c]{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-05251c2c]{margin-bottom:25px}.options-grid[data-v-05251c2c]{display:grid;grid-template-columns:1fr 1fr;gap:20px}.option-card[data-v-05251c2c]{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:20px}.option-header[data-v-05251c2c]{display:flex;align-items:center;gap:10px;margin-bottom:15px}.option-icon[data-v-05251c2c]{font-size:18px}.option-title[data-v-05251c2c]{font-size:14px;font-weight:600;color:#1a202c}.option-content[data-v-05251c2c]{display:flex;flex-direction:column;gap:12px}.checkbox-container[data-v-05251c2c]{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#4a5568;position:relative}.checkbox-container input[type=checkbox][data-v-05251c2c]{opacity:0;position:absolute}.checkmark[data-v-05251c2c]{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-05251c2c]{background:#667eea;border-color:#667eea}.checkbox-container input[type=checkbox]:checked+.checkmark[data-v-05251c2c]:after{content:"✓";color:#fff;font-size:12px;font-weight:700}.message-textarea[data-v-05251c2c]{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-05251c2c]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.email-modal-footer[data-v-05251c2c]{background:#f8fafc;padding:25px 30px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0}.footer-info[data-v-05251c2c],.info-text[data-v-05251c2c]{display:flex;align-items:center}.info-text[data-v-05251c2c]{gap:8px;font-size:14px;color:#64748b}.info-icon[data-v-05251c2c]{font-size:16px}.footer-actions[data-v-05251c2c]{display:flex;gap:15px}.cancel-btn[data-v-05251c2c]{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-05251c2c]:hover{background:#f1f5f9;border-color:#cbd5e0}.send-btn[data-v-05251c2c]{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-05251c2c]:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.4)}.send-btn.disabled[data-v-05251c2c]{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.btn-icon[data-v-05251c2c]{font-size:16px}@media (max-width:768px){.email-modal-container[data-v-05251c2c]{width:95%;margin:20px}.header-content[data-v-05251c2c]{gap:15px}.header-icon .icon-circle[data-v-05251c2c]{width:50px;height:50px}.email-modal-body[data-v-05251c2c]{padding:20px}.options-grid[data-v-05251c2c]{grid-template-columns:1fr}.recipient-selector[data-v-05251c2c]{flex-direction:column}.email-modal-footer[data-v-05251c2c]{flex-direction:column;gap:15px;text-align:center}.footer-actions[data-v-05251c2c]{width:100%;justify-content:center}}.contacts-modal-overlay[data-v-05251c2c]{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-05251c2c .3s ease}.contacts-modal-container[data-v-05251c2c]{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-05251c2c .3s ease}.contacts-modal-header[data-v-05251c2c]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:25px 30px;display:flex;justify-content:space-between;align-items:center}.contacts-icon[data-v-05251c2c]{font-size:24px}.contacts-modal-body[data-v-05251c2c]{padding:30px;max-height:60vh;overflow-y:auto}.add-contact-card[data-v-05251c2c]{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-05251c2c]{background:#fff;padding:20px 25px;border-bottom:1px solid #e2e8f0}.add-contact-card .card-header h3[data-v-05251c2c]{margin:0 0 5px 0;font-size:18px;font-weight:600;color:#1a202c}.add-contact-card .card-header p[data-v-05251c2c]{margin:0;font-size:14px;color:#64748b}.add-contact-form[data-v-05251c2c]{padding:25px}.input-group[data-v-05251c2c]{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:25px}.input-container[data-v-05251c2c]{display:flex;flex-direction:column;gap:8px}.input-label[data-v-05251c2c]{font-size:14px;font-weight:600;color:#374151}.professional-input[data-v-05251c2c]{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-05251c2c]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.add-contact-btn[data-v-05251c2c]{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-05251c2c]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.4)}.add-contact-btn[data-v-05251c2c]:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.contacts-list-card[data-v-05251c2c]{background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden}.contacts-list-card .card-header[data-v-05251c2c]{background:#fff;padding:20px 25px;border-bottom:1px solid #e2e8f0}.header-with-count[data-v-05251c2c]{display:flex;justify-content:space-between;align-items:center}.header-with-count h3[data-v-05251c2c]{margin:0;font-size:18px;font-weight:600;color:#1a202c}.contact-count[data-v-05251c2c]{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-05251c2c]{padding:60px 20px;text-align:center;color:#64748b}.empty-icon[data-v-05251c2c]{font-size:48px;margin-bottom:20px}.empty-contacts-state h4[data-v-05251c2c]{margin:0 0 10px 0;font-size:18px;font-weight:600;color:#374151}.empty-contacts-state p[data-v-05251c2c]{margin:0;font-size:14px}.contacts-grid[data-v-05251c2c]{padding:25px;display:grid;gap:15px}.contact-item[data-v-05251c2c]{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-05251c2c]:hover{border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.1)}.contact-item.editing[data-v-05251c2c]{border-color:#f59e0b;background:#fffbeb;box-shadow:0 4px 12px rgba(245,158,11,.2)}.contact-item .contact-avatar[data-v-05251c2c]{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-05251c2c]{flex:1;min-width:0}.contact-info[data-v-05251c2c]{display:flex;flex-direction:column;gap:4px}.contact-name[data-v-05251c2c]{font-size:16px;font-weight:600;color:#1a202c}.contact-email[data-v-05251c2c]{font-size:14px;color:#64748b;word-break:break-all}.contact-meta[data-v-05251c2c]{font-size:12px;color:#9ca3af;margin-top:4px}.edit-form[data-v-05251c2c]{display:flex;flex-direction:column;gap:10px}.edit-input[data-v-05251c2c]{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-05251c2c]:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.1)}.contact-actions[data-v-05251c2c]{display:flex;gap:8px;flex-shrink:0}.action-btn[data-v-05251c2c]{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-05251c2c]{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.edit-btn[data-v-05251c2c]:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(59,130,246,.4)}.delete-btn[data-v-05251c2c]{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.delete-btn[data-v-05251c2c]:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(239,68,68,.4)}.save-btn[data-v-05251c2c]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.save-btn[data-v-05251c2c]:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(102,126,234,.4)}.cancel-btn[data-v-05251c2c]{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.cancel-btn[data-v-05251c2c]:hover{transform:translateY(-2px);box-shadow:0 6px 15px hsla(220,9%,46%,.4)}.contacts-modal-footer[data-v-05251c2c]{background:#f8fafc;padding:25px 30px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0}.close-modal-btn[data-v-05251c2c]{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-05251c2c]:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.4)}@media (max-width:768px){.contacts-modal-container[data-v-05251c2c]{width:95%;margin:20px}.contacts-modal-body[data-v-05251c2c]{padding:20px}.input-group[data-v-05251c2c]{grid-template-columns:1fr;gap:15px}.contact-item[data-v-05251c2c]{flex-direction:column;align-items:flex-start;gap:15px}.contact-details[data-v-05251c2c]{width:100%}.contact-actions[data-v-05251c2c]{align-self:flex-end}.contacts-modal-footer[data-v-05251c2c]{flex-direction:column;gap:15px;text-align:center}}.email-sent-popup-overlay[data-v-05251c2c]{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-05251c2c]{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-05251c2c .4s ease-out}@keyframes popupSlideIn-05251c2c{0%{opacity:0;transform:scale(.7) translateY(-50px)}to{opacity:1;transform:scale(1) translateY(0)}}.popup-icon[data-v-05251c2c]{margin-bottom:25px}.success-checkmark[data-v-05251c2c]{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-05251c2c]{width:80px;height:80px;position:relative;border-radius:50%;box-sizing:border-box;border:3px solid #28a745}.success-checkmark .check-icon[data-v-05251c2c]:before{top:3px;left:-2px;width:30px;transform-origin:100% 50%;border-radius:100px 0 0 100px}.success-checkmark .check-icon[data-v-05251c2c]:after{top:0;left:30px;width:60px;transform-origin:0 50%;border-radius:0 100px 100px 0;animation:rotate-circle-05251c2c 4.25s ease-in}.success-checkmark .check-icon[data-v-05251c2c]:after,.success-checkmark .check-icon[data-v-05251c2c]:before{content:"";height:100px;position:absolute;background:#fff;transform:rotate(-45deg)}.success-checkmark .check-icon .icon-line[data-v-05251c2c]{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-05251c2c]{top:46px;left:14px;width:25px;transform:rotate(45deg);animation:icon-line-tip-05251c2c .75s}.success-checkmark .check-icon .icon-line.line-long[data-v-05251c2c]{top:38px;right:8px;width:47px;transform:rotate(-45deg);animation:icon-line-long-05251c2c .75s}.success-checkmark .check-icon .icon-circle[data-v-05251c2c]{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-05251c2c]{top:8px;width:5px;left:26px;z-index:1;height:85px;position:absolute;transform:rotate(-45deg);background-color:#fff}@keyframes rotate-circle-05251c2c{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes icon-line-tip-05251c2c{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-05251c2c{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-05251c2c]{color:#28a745;margin-bottom:15px;font-size:28px;font-weight:600}.popup-content p[data-v-05251c2c]{color:#555;margin-bottom:10px;font-size:16px;line-height:1.5}.popup-content .delivery-info[data-v-05251c2c]{color:#667eea;font-weight:500;background:#f8faff;padding:12px;border-radius:8px;margin-top:15px}.popup-close-btn[data-v-05251c2c]{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-05251c2c]:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.6)}.popup-close-btn[data-v-05251c2c]:active{transform:translateY(0)}.checkbox-row[data-v-05251c2c]{margin:8px 0 12px 0}.checkbox-option[data-v-05251c2c]{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-05251c2c]:hover{border-color:#667eea;background:#f1f5f9}.checkbox-option input[type=checkbox][data-v-05251c2c]{margin:0;width:16px;height:16px}.checkbox-option input[type=checkbox]:checked+span[data-v-05251c2c]{font-weight:600;color:#667eea}.setting-description[data-v-05251c2c]{font-size:12px;color:#6b7280;margin:4px 0 0 0;font-style:italic;line-height:1.4}.btn-add-expense[data-v-05251c2c]{background:#10b981;color:#fff;padding:10px 20px;border-radius:8px;border:none;cursor:pointer;font-weight:600;font-size:14px;margin-top:12px;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.btn-add-expense[data-v-05251c2c]:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 8px rgba(16,185,129,.2)}.expenses-list[data-v-05251c2c]{background:#f9fafb;padding:15px;border-radius:8px;margin-top:15px;border:1px solid #e5e7eb}.expense-item[data-v-05251c2c]{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;margin-bottom:8px;border-radius:6px;border:1px solid #e5e7eb;transition:all .2s ease}.expense-item[data-v-05251c2c]:hover{box-shadow:0 2px 4px rgba(0,0,0,.05);border-color:#d1d5db}.expense-desc[data-v-05251c2c]{flex:1;font-weight:500;color:#1f2937;font-size:13px}.expense-amount[data-v-05251c2c]{font-weight:600;color:#059669;margin:0 12px;font-size:14px}.expense-receipt[data-v-05251c2c]{color:#f59e0b;font-size:16px;margin:0 8px}.btn-delete[data-v-05251c2c]{background:#ef4444;color:#fff;border:none;padding:6px 10px;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s ease}.btn-delete[data-v-05251c2c]:hover{background:#dc2626;transform:scale(1.1)}.expense-total[data-v-05251c2c]{text-align:right;padding-top:12px;border-top:2px solid #e5e7eb;margin-top:10px;color:#1f2937;font-size:14px}.expense-modal-overlay[data-v-05251c2c]{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.expense-modal[data-v-05251c2c]{background:#fff;padding:0;border-radius:16px;width:500px;max-width:90%;box-shadow:0 20px 25px -5px rgba(0,0,0,.3);animation:slideIn-05251c2c .3s ease-out}@keyframes slideIn-05251c2c{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.expense-modal-header[data-v-05251c2c]{display:flex;justify-content:space-between;align-items:center;padding:24px 30px;border-bottom:1px solid #e5e7eb}.expense-modal-header h3[data-v-05251c2c]{margin:0;color:#1f2937;font-size:20px;font-weight:700}.expense-modal-header .close-btn[data-v-05251c2c]{background:none;border:none;font-size:32px;color:#9ca3af;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.expense-modal-header .close-btn[data-v-05251c2c]:hover{background:#f3f4f6;color:#1f2937}.expense-modal-body[data-v-05251c2c]{padding:30px}.expense-modal-body .form-group[data-v-05251c2c]{margin-bottom:20px}.expense-modal-body .form-label[data-v-05251c2c]{display:block;margin-bottom:8px;font-weight:600;color:#374151;font-size:14px}.expense-modal-body .form-input[data-v-05251c2c]{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s ease;box-sizing:border-box}.expense-modal-body .form-input[data-v-05251c2c]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.expense-modal-body .form-input-file[data-v-05251c2c]{width:100%;padding:10px;border:2px dashed #d1d5db;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s ease;background:#f9fafb}.expense-modal-body .form-input-file[data-v-05251c2c]:hover{border-color:#667eea;background:#f3f4f6}.file-selected[data-v-05251c2c]{margin-top:8px;color:#059669;font-size:13px;font-weight:500}.expense-modal-footer[data-v-05251c2c]{display:flex;justify-content:flex-end;gap:12px;padding:20px 30px;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 16px 16px}.expense-modal-footer .btn[data-v-05251c2c]{padding:10px 24px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.expense-modal-footer .btn-outline[data-v-05251c2c]{background:transparent;color:#6b7280;border-color:#d1d5db}.expense-modal-footer .btn-outline[data-v-05251c2c]:hover{background:#f3f4f6;border-color:#9ca3af}.expense-modal-footer .btn-primary[data-v-05251c2c]{background:#667eea;color:#fff;border-color:#667eea}.expense-modal-footer .btn-primary[data-v-05251c2c]:hover:not(:disabled){background:#5a67d8;transform:translateY(-1px);box-shadow:0 4px 8px rgba(102,126,234,.3)}.expense-modal-footer .btn-primary[data-v-05251c2c]:disabled{background:#d1d5db;border-color:#d1d5db;cursor:not-allowed;opacity:.6}.dashboard-container[data-v-57296c42]{display:flex;min-height:100vh;background:#f8fafc}.sidebar[data-v-57296c42]{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-57296c42]{width:70px}.sidebar-header[data-v-57296c42]{padding:20px;border-bottom:1px solid hsla(0,0%,100%,.1)}.toggle-btn[data-v-57296c42]{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;margin-bottom:15px}.sidebar-title[data-v-57296c42]{font-size:18px;font-weight:600;margin:0}.sidebar-nav[data-v-57296c42]{padding:20px 0}.nav-item[data-v-57296c42]{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-57296c42],.nav-item[data-v-57296c42]:hover{background:hsla(0,0%,100%,.1);color:#fff;transform:translateX(5px)}.nav-icon[data-v-57296c42]{font-size:18px;margin-right:15px;width:20px}.nav-text[data-v-57296c42]{font-weight:500}.main-content[data-v-57296c42]{flex:1;margin-left:280px;padding:30px;transition:margin-left .3s ease}.sidebar-collapsed+.main-content[data-v-57296c42]{margin-left:70px}.content-header[data-v-57296c42]{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.content-header h1[data-v-57296c42]{font-size:32px;font-weight:700;color:#1a202c;margin:0}.user-info[data-v-57296c42]{display:flex;align-items:center;gap:20px}.total-properties[data-v-57296c42]{background:#667eea;color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:14px}.logout-btn[data-v-57296c42]{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-57296c42]:hover{background:#c53030}.loading-state[data-v-57296c42]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px;color:#64748b}.spinner[data-v-57296c42]{width:50px;height:50px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:spin-57296c42 1s linear infinite;margin-bottom:20px}@keyframes spin-57296c42{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.properties-grid[data-v-57296c42]{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:25px;margin-bottom:40px}.property-card[data-v-57296c42]{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-57296c42]:hover{transform:translateY(-4px);box-shadow:0 8px 35px rgba(0,0,0,.15)}.property-image[data-v-57296c42]{position:relative;height:140px;background:linear-gradient(135deg,#667eea,#764ba2)}.property-image[data-v-57296c42],.property-placeholder[data-v-57296c42]{display:flex;align-items:center;justify-content:center}.property-icon[data-v-57296c42]{font-size:48px;opacity:.7}.property-status[data-v-57296c42]{position:absolute;top:15px;right:15px}.status-badge[data-v-57296c42]{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-57296c42]{background:#c6f6d5;color:#22543d}.property-content[data-v-57296c42]{padding:25px}.property-header[data-v-57296c42]{margin-bottom:20px}.property-name[data-v-57296c42]{font-size:20px;font-weight:700;color:#1a202c;margin:0 0 5px 0;line-height:1.3}.property-id[data-v-57296c42]{font-size:12px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.property-details[data-v-57296c42]{margin-bottom:20px}.detail-item[data-v-57296c42]{display:flex;align-items:center;margin-bottom:8px;font-size:14px;color:#4a5568}.detail-icon[data-v-57296c42]{margin-right:8px;width:16px;opacity:.7}.detail-text[data-v-57296c42]{line-height:1.4}.property-stats[data-v-57296c42]{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;padding:20px;background:#f8fafc;border-radius:12px}.property-settings[data-v-57296c42]{margin-top:15px;padding:15px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;border:1px solid #e2e8f0}.settings-header[data-v-57296c42]{display:flex;align-items:center;gap:6px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.settings-icon[data-v-57296c42]{font-size:12px;opacity:.7}.settings-title[data-v-57296c42]{font-size:11px;font-weight:600;color:#4a5568;text-transform:uppercase;letter-spacing:.5px}.settings-grid[data-v-57296c42]{display:grid;grid-template-columns:1fr 1fr;gap:8px}.setting-item[data-v-57296c42]{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-57296c42]:hover{border-color:#667eea;box-shadow:0 1px 3px rgba(0,0,0,.1)}.setting-label[data-v-57296c42]{font-size:10px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.setting-value[data-v-57296c42]{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-57296c42]{margin-top:12px;padding:12px}.settings-grid[data-v-57296c42]{grid-template-columns:1fr;gap:6px}.setting-item[data-v-57296c42]{padding:5px 6px}.setting-label[data-v-57296c42]{font-size:9px}.setting-value[data-v-57296c42]{font-size:8px;padding:1px 4px}}.stat-item[data-v-57296c42]{text-align:center}.stat-value[data-v-57296c42]{font-size:18px;font-weight:700;color:#1a202c;margin-bottom:4px}.stat-label[data-v-57296c42]{font-size:12px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.property-footer[data-v-57296c42]{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #e2e8f0;font-size:12px}.created-date[data-v-57296c42],.currency-info[data-v-57296c42]{display:flex;align-items:center;gap:5px}.created-label[data-v-57296c42],.currency-label[data-v-57296c42]{color:#64748b;font-weight:500}.currency-code[data-v-57296c42]{background:#667eea;color:#fff;padding:2px 6px;border-radius:4px;font-weight:600;font-size:10px}.created-value[data-v-57296c42]{color:#4a5568;font-weight:500}.empty-state[data-v-57296c42]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px;text-align:center;color:#64748b}.empty-icon[data-v-57296c42]{font-size:80px;margin-bottom:20px;opacity:.5}.empty-state h3[data-v-57296c42]{font-size:24px;font-weight:600;margin:0 0 10px 0;color:#1a202c}.empty-state p[data-v-57296c42]{font-size:16px;margin:0;max-width:400px}.summary-section[data-v-57296c42]{margin-top:40px}.summary-card[data-v-57296c42]{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-57296c42]{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 25px 0;text-align:center}.summary-grid[data-v-57296c42]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.summary-item[data-v-57296c42]{text-align:center;padding:20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0}.summary-value[data-v-57296c42]{font-size:28px;font-weight:700;color:#1a202c;margin-bottom:8px}.summary-label[data-v-57296c42]{font-size:14px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media (max-width:768px){.sidebar[data-v-57296c42]{transform:translateX(-100%)}.main-content[data-v-57296c42]{margin-left:0;padding:20px 15px}.properties-grid[data-v-57296c42]{grid-template-columns:1fr;gap:20px}.content-header[data-v-57296c42]{flex-direction:column;align-items:flex-start;gap:15px}.user-info[data-v-57296c42]{width:100%;justify-content:space-between}.property-stats[data-v-57296c42]{grid-template-columns:1fr;gap:15px}.property-footer[data-v-57296c42]{flex-direction:column;gap:10px;align-items:flex-start}.summary-grid[data-v-57296c42]{grid-template-columns:1fr 1fr;gap:15px}.summary-item[data-v-57296c42]{padding:15px}.summary-value[data-v-57296c42]{font-size:20px}}@media (max-width:480px){.summary-grid[data-v-57296c42]{grid-template-columns:1fr}}.dashboard-container[data-v-3f7f685e]{display:flex;min-height:100vh;background:#f8fafc}.sidebar[data-v-3f7f685e]{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-3f7f685e]{width:70px}.sidebar-header[data-v-3f7f685e]{padding:20px;border-bottom:1px solid hsla(0,0%,100%,.1)}.toggle-btn[data-v-3f7f685e]{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;margin-bottom:15px}.sidebar-title[data-v-3f7f685e]{font-size:18px;font-weight:600;margin:0}.sidebar-nav[data-v-3f7f685e]{padding:20px 0}.nav-item[data-v-3f7f685e]{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-3f7f685e],.nav-item[data-v-3f7f685e]:hover{background:hsla(0,0%,100%,.1);color:#fff;transform:translateX(5px)}.nav-icon[data-v-3f7f685e]{font-size:18px;margin-right:15px;width:20px}.nav-text[data-v-3f7f685e]{font-weight:500}.main-content[data-v-3f7f685e]{flex:1;margin-left:280px;padding:30px;transition:margin-left .3s ease}.sidebar-collapsed+.main-content[data-v-3f7f685e]{margin-left:70px}.content-header[data-v-3f7f685e]{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.content-header h1[data-v-3f7f685e]{font-size:32px;font-weight:700;color:#1a202c;margin:0}.user-info[data-v-3f7f685e]{display:flex;align-items:center;gap:15px}.logout-btn[data-v-3f7f685e]{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-3f7f685e]:hover{background:#c53030}.alert[data-v-3f7f685e]{padding:15px 20px;border-radius:8px;margin-bottom:20px;font-weight:500}.alert-success[data-v-3f7f685e]{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error[data-v-3f7f685e]{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.section-card[data-v-3f7f685e]{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-3f7f685e]{padding:25px 30px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.section-header h2[data-v-3f7f685e]{margin:0 0 5px 0;font-size:20px;font-weight:600;color:#1a202c}.section-description[data-v-3f7f685e]{margin:0;font-size:14px;color:#64748b}.property-selector[data-v-3f7f685e]{padding:25px 30px}.selector-label[data-v-3f7f685e]{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.property-select[data-v-3f7f685e]{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-3f7f685e]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.settings-grid[data-v-3f7f685e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;padding:30px}.setting-group[data-v-3f7f685e]{display:flex;flex-direction:column}.setting-group.full-width[data-v-3f7f685e]{grid-column:1/-1}.setting-label[data-v-3f7f685e]{font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.subsection-title[data-v-3f7f685e]{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-3f7f685e]{position:relative;display:flex;align-items:center;margin-bottom:8px}.input-prefix[data-v-3f7f685e],.input-suffix[data-v-3f7f685e]{position:absolute;color:#6b7280;font-weight:500;z-index:2;pointer-events:none}.input-prefix[data-v-3f7f685e]{left:12px}.input-suffix[data-v-3f7f685e]{right:12px}.setting-input[data-v-3f7f685e]{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-3f7f685e]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.input-prefix+.setting-input[data-v-3f7f685e]{padding-left:35px}.radio-group[data-v-3f7f685e]{display:flex;flex-direction:column;gap:12px;margin-top:8px}.radio-option[data-v-3f7f685e]{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-3f7f685e]:hover{border-color:#667eea;background:#f8fafc}.radio-option input[type=radio][data-v-3f7f685e]{margin:0}.radio-option input[type=radio]:checked+span[data-v-3f7f685e]{font-weight:600;color:#667eea}.setting-description[data-v-3f7f685e]{font-size:12px;color:#6b7280;margin:8px 0 0 0;font-style:italic;line-height:1.4}.actions-section[data-v-3f7f685e]{margin-top:0;border-top:1px solid #e2e8f0}.actions-card[data-v-3f7f685e]{background:#fff;border-radius:0}.actions-content[data-v-3f7f685e]{display:flex;justify-content:space-between;align-items:center;padding:25px 30px}.actions-info h3[data-v-3f7f685e]{margin:0 0 5px 0;font-size:18px;font-weight:600;color:#1a202c}.warning-text[data-v-3f7f685e]{margin:0;font-size:14px;color:#d97706;font-weight:500}.success-text[data-v-3f7f685e]{margin:0;font-size:14px;color:#059669;font-weight:500}.actions-buttons[data-v-3f7f685e]{display:flex;gap:12px}.btn[data-v-3f7f685e]{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-3f7f685e]:disabled{opacity:.6;cursor:not-allowed}.btn-primary[data-v-3f7f685e]{background:#667eea;color:#fff;border-color:#667eea}.btn-primary[data-v-3f7f685e]:hover:not(:disabled){background:#5a67d8;transform:translateY(-1px)}.btn-secondary[data-v-3f7f685e]{background:#f59e0b;color:#fff;border-color:#f59e0b}.btn-secondary[data-v-3f7f685e]:hover:not(:disabled){background:#d97706;transform:translateY(-1px)}.btn-outline[data-v-3f7f685e]{background:transparent;color:#667eea;border-color:#667eea}.btn-outline[data-v-3f7f685e]:hover:not(:disabled){background:#667eea;color:#fff}.month-specific-badge[data-v-3f7f685e]{display:inline-block;background:#fbbf24;color:#78350f;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;margin-left:8px;vertical-align:middle}.empty-state[data-v-3f7f685e]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px;text-align:center;color:#64748b}.empty-icon[data-v-3f7f685e]{font-size:80px;margin-bottom:20px;opacity:.5}.empty-state h3[data-v-3f7f685e]{font-size:24px;font-weight:600;margin:0 0 10px 0;color:#1a202c}.empty-state p[data-v-3f7f685e]{font-size:16px;margin:0;max-width:400px}@media (max-width:768px){.sidebar[data-v-3f7f685e]{transform:translateX(-100%)}.main-content[data-v-3f7f685e]{margin-left:0;padding:20px 15px}.content-header[data-v-3f7f685e]{flex-direction:column;align-items:flex-start;gap:15px}.settings-grid[data-v-3f7f685e]{grid-template-columns:1fr;gap:20px;padding:20px}.actions-content[data-v-3f7f685e]{flex-direction:column;align-items:flex-start;gap:20px}.actions-buttons[data-v-3f7f685e]{width:100%;flex-direction:column}.btn[data-v-3f7f685e]{width:100%}.radio-group[data-v-3f7f685e]{gap:8px}.radio-option[data-v-3f7f685e]{padding:10px 12px}.cleaning-fees-split[data-v-3f7f685e]{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-3015c1a4]{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-3015c1a4]{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.bg-circle[data-v-3015c1a4]{position:absolute;border-radius:50%;background:hsla(0,0%,100%,.1);animation:float-3015c1a4 6s ease-in-out infinite}.bg-circle-1[data-v-3015c1a4]{width:300px;height:300px;top:-150px;left:-150px;animation-delay:0s}.bg-circle-2[data-v-3015c1a4]{width:200px;height:200px;top:50%;right:-100px;animation-delay:2s}.bg-circle-3[data-v-3015c1a4]{width:150px;height:150px;bottom:-75px;left:30%;animation-delay:4s}@keyframes float-3015c1a4{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.login-container[data-v-3015c1a4]{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-3015c1a4 .8s ease-out}@keyframes slideUp-3015c1a4{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.logo-section[data-v-3015c1a4]{background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 30px;text-align:center;color:#fff}.logo[data-v-3015c1a4]{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-3015c1a4]{font-size:32px}.app-title[data-v-3015c1a4]{font-size:28px;font-weight:700;margin:0 0 8px 0;letter-spacing:-.5px}.app-subtitle[data-v-3015c1a4]{font-size:14px;margin:0;opacity:.9;font-weight:400}.login-form-container[data-v-3015c1a4]{padding:40px 30px}.form-title[data-v-3015c1a4]{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 8px 0;text-align:center}.form-subtitle[data-v-3015c1a4]{font-size:14px;color:#64748b;margin:0 0 30px 0;text-align:center}.error-message[data-v-3015c1a4]{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-3015c1a4]{font-size:16px}.form-group[data-v-3015c1a4]{margin-bottom:20px}.form-label[data-v-3015c1a4]{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.input-container[data-v-3015c1a4]{position:relative;display:flex;align-items:center}.input-icon[data-v-3015c1a4]{position:absolute;left:16px;z-index:2;font-size:16px;opacity:.7}.form-input[data-v-3015c1a4]{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-3015c1a4]:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.form-input[data-v-3015c1a4]:disabled{opacity:.6;cursor:not-allowed}.toggle-password[data-v-3015c1a4]{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:4px;font-size:14px;opacity:.6;transition:opacity .3s ease}.toggle-password[data-v-3015c1a4]:hover{opacity:1}.submit-btn[data-v-3015c1a4]{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-3015c1a4]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.submit-btn[data-v-3015c1a4]:disabled{opacity:.8;cursor:not-allowed;transform:none}.register-link[data-v-3015c1a4]{text-align:center;font-size:14px;color:#64748b}.register-link .link[data-v-3015c1a4]{color:#667eea;font-weight:600;text-decoration:none;margin-left:6px;transition:color .3s ease}.register-link .link[data-v-3015c1a4]:hover{color:#764ba2;text-decoration:underline}.loading-spinner[data-v-3015c1a4]{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top:2px solid #fff;border-radius:50%;animation:spin-3015c1a4 .8s linear infinite}@keyframes spin-3015c1a4{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.demo-credentials[data-v-3015c1a4]{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;text-align:center}.demo-title[data-v-3015c1a4]{font-size:12px;font-weight:600;color:#4a5568;margin:0 0 8px 0;text-transform:uppercase;letter-spacing:.5px}.demo-info[data-v-3015c1a4]{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;font-size:13px}.demo-info[data-v-3015c1a4]:last-child{margin-bottom:0}.demo-label[data-v-3015c1a4]{color:#64748b;font-weight:500}.demo-value[data-v-3015c1a4]{color:#1a202c;font-weight:600;font-family:Courier New,monospace;background:#e2e8f0;padding:2px 6px;border-radius:4px;font-size:12px}.modal-overlay[data-v-3015c1a4]{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-container[data-v-3015c1a4]{background:#fff;border-radius:20px;padding:40px;max-width:420px;width:100%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalSlideUp-3015c1a4 .3s ease}@keyframes modalSlideUp-3015c1a4{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-icon[data-v-3015c1a4]{font-size:64px;margin-bottom:20px}.modal-title[data-v-3015c1a4]{font-size:22px;font-weight:700;color:#1a202c;margin:0 0 15px 0}.modal-message[data-v-3015c1a4]{font-size:15px;color:#64748b;line-height:1.6;margin:0 0 10px 0}.modal-submessage[data-v-3015c1a4]{font-size:14px;color:#94a3b8;font-style:italic;margin:0 0 25px 0}.modal-btn[data-v-3015c1a4]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 30px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-btn[data-v-3015c1a4]:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}@media (max-width:480px){.login-page[data-v-3015c1a4]{padding:15px}.login-container[data-v-3015c1a4]{max-width:100%}.login-form-container[data-v-3015c1a4],.logo-section[data-v-3015c1a4]{padding:30px 20px}.app-title[data-v-3015c1a4]{font-size:24px}.form-title[data-v-3015c1a4]{font-size:20px}}.register-page[data-v-2078d84f]{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-2078d84f]{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.bg-circle[data-v-2078d84f]{position:absolute;border-radius:50%;background:hsla(0,0%,100%,.1);animation:float-2078d84f 6s ease-in-out infinite}.bg-circle-1[data-v-2078d84f]{width:300px;height:300px;top:-150px;left:-150px;animation-delay:0s}.bg-circle-2[data-v-2078d84f]{width:200px;height:200px;top:50%;right:-100px;animation-delay:2s}.bg-circle-3[data-v-2078d84f]{width:150px;height:150px;bottom:-75px;left:30%;animation-delay:4s}@keyframes float-2078d84f{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.register-container[data-v-2078d84f]{background:#fff;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden;width:100%;max-width:550px;position:relative;z-index:2;animation:slideUp-2078d84f .8s ease-out}@keyframes slideUp-2078d84f{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.logo-section[data-v-2078d84f]{background:linear-gradient(135deg,#667eea,#764ba2);padding:30px;text-align:center;color:#fff}.logo[data-v-2078d84f]{width:70px;height:70px;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid hsla(0,0%,100%,.3)}.logo-icon[data-v-2078d84f]{font-size:28px}.app-title[data-v-2078d84f]{font-size:24px;font-weight:700;margin:0 0 6px 0;letter-spacing:-.5px}.app-subtitle[data-v-2078d84f]{font-size:13px;margin:0;opacity:.9;font-weight:400}.register-form-container[data-v-2078d84f]{padding:30px}.form-title[data-v-2078d84f]{font-size:22px;font-weight:700;color:#1a202c;margin:0 0 6px 0;text-align:center}.form-subtitle[data-v-2078d84f]{font-size:14px;color:#64748b;margin:0 0 25px 0;text-align:center}.error-message[data-v-2078d84f]{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-2078d84f]{font-size:16px}.form-row[data-v-2078d84f]{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:18px}.form-row .form-group[data-v-2078d84f]{margin-bottom:0}.form-group[data-v-2078d84f]{margin-bottom:18px}.form-label[data-v-2078d84f]{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:6px}.field-hint[data-v-2078d84f]{font-size:12px;color:#64748b;margin:4px 0 0 0}.input-container[data-v-2078d84f]{position:relative;display:flex;align-items:center}.input-icon[data-v-2078d84f]{position:absolute;left:16px;z-index:2;font-size:14px;opacity:.7}.form-input[data-v-2078d84f]{width:100%;padding:14px 14px 14px 46px;border:2px solid #e5e7eb;border-radius:10px;font-size:15px;transition:all .3s ease;background:#f9fafb}.form-input[data-v-2078d84f]:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.form-input[data-v-2078d84f]:disabled{opacity:.6;cursor:not-allowed}.toggle-password[data-v-2078d84f]{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:4px;font-size:14px;opacity:.6;transition:opacity .3s ease}.toggle-password[data-v-2078d84f]:hover{opacity:1}.submit-btn[data-v-2078d84f]{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 24px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:20px}.submit-btn[data-v-2078d84f]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.submit-btn[data-v-2078d84f]:disabled{opacity:.8;cursor:not-allowed;transform:none}.loading-spinner[data-v-2078d84f]{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top:2px solid #fff;border-radius:50%;animation:spin-2078d84f .8s linear infinite}@keyframes spin-2078d84f{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-link[data-v-2078d84f]{text-align:center;font-size:14px;color:#64748b}.login-link .link[data-v-2078d84f]{color:#667eea;font-weight:600;text-decoration:none;margin-left:6px;transition:color .3s ease}.login-link .link[data-v-2078d84f]:hover{color:#764ba2;text-decoration:underline}.success-container[data-v-2078d84f]{padding:40px 30px;text-align:center}.success-icon[data-v-2078d84f]{width:70px;height:70px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:32px;color:#fff;font-weight:700}.success-title[data-v-2078d84f]{font-size:22px;font-weight:700;color:#1a202c;margin:0 0 12px 0}.success-message[data-v-2078d84f]{font-size:14px;color:#64748b;line-height:1.6;margin:0 0 25px 0}.back-to-login-btn[data-v-2078d84f]{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;padding:12px 30px;border-radius:10px;font-size:14px;font-weight:600;transition:all .3s ease}.back-to-login-btn[data-v-2078d84f]:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}@media (max-width:480px){.register-page[data-v-2078d84f]{padding:15px}.register-container[data-v-2078d84f]{max-width:100%}.logo-section[data-v-2078d84f],.register-form-container[data-v-2078d84f]{padding:25px 20px}.app-title[data-v-2078d84f]{font-size:20px}.form-title[data-v-2078d84f]{font-size:18px}.form-row[data-v-2078d84f]{grid-template-columns:1fr;gap:0}.form-row .form-group[data-v-2078d84f]{margin-bottom:18px}}.admin-page[data-v-46dfa7b2]{min-height:100vh;background:#f8fafc}.admin-header[data-v-46dfa7b2]{background:linear-gradient(135deg,#667eea,#764ba2);padding:20px 40px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 20px rgba(0,0,0,.15)}.header-left[data-v-46dfa7b2]{display:flex;align-items:center;gap:15px}.logo[data-v-46dfa7b2]{width:50px;height:50px;background:hsla(0,0%,100%,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo-icon[data-v-46dfa7b2]{font-size:24px}.header-titles[data-v-46dfa7b2]{display:flex;flex-direction:column;gap:4px}.app-title[data-v-46dfa7b2]{color:#fff;font-size:22px;font-weight:700;margin:0}.breadcrumb[data-v-46dfa7b2]{color:hsla(0,0%,100%,.8);text-decoration:none;font-size:13px;font-weight:500;transition:color .3s ease}.breadcrumb[data-v-46dfa7b2]:hover{color:#fff}.header-right[data-v-46dfa7b2]{display:flex;align-items:center;gap:15px}.username[data-v-46dfa7b2]{color:#fff;font-weight:600;font-size:15px}.logout-btn[data-v-46dfa7b2]{background:#e53e3e;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500;font-size:14px;transition:background .3s ease}.logout-btn[data-v-46dfa7b2]:hover{background:#c53030}.admin-content[data-v-46dfa7b2]{max-width:1200px;margin:0 auto;padding:40px 20px}.stats-section[data-v-46dfa7b2]{margin-bottom:40px}.section-title[data-v-46dfa7b2]{font-size:20px;font-weight:600;color:#1a202c;margin:0 0 20px 0}.stats-grid[data-v-46dfa7b2]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.stat-card[data-v-46dfa7b2]{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08);display:flex;align-items:center;gap:15px;transition:transform .3s ease,box-shadow .3s ease}.stat-card[data-v-46dfa7b2]:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.stat-card.pending[data-v-46dfa7b2]{background:linear-gradient(135deg,#fef3c7,#fde68a)}.stat-icon[data-v-46dfa7b2]{font-size:32px}.stat-info[data-v-46dfa7b2]{display:flex;flex-direction:column}.stat-value[data-v-46dfa7b2]{font-size:28px;font-weight:700;color:#1a202c}.stat-label[data-v-46dfa7b2]{font-size:13px;color:#64748b;font-weight:500}.users-section[data-v-46dfa7b2]{background:#fff;border-radius:16px;box-shadow:0 4px 25px rgba(0,0,0,.08);overflow:hidden;margin-bottom:30px}.section-header[data-v-46dfa7b2]{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 .section-title[data-v-46dfa7b2]{margin:0}.count-badge[data-v-46dfa7b2]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 14px;border-radius:20px;font-size:14px;font-weight:600}.users-list[data-v-46dfa7b2]{padding:20px}.user-card[data-v-46dfa7b2]{display:flex;align-items:center;padding:20px;border:2px solid #e2e8f0;border-radius:12px;margin-bottom:15px;transition:all .3s ease}.user-card[data-v-46dfa7b2]:last-child{margin-bottom:0}.user-card[data-v-46dfa7b2]:hover{border-color:#667eea;box-shadow:0 4px 15px rgba(102,126,234,.15)}.user-avatar[data-v-46dfa7b2]{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px;margin-right:20px}.user-info[data-v-46dfa7b2]{flex:1}.user-name[data-v-46dfa7b2]{margin:0 0 4px 0;font-size:16px;font-weight:600;color:#1a202c}.user-email[data-v-46dfa7b2]{margin:0 0 4px 0;font-size:14px;color:#64748b}.user-date[data-v-46dfa7b2]{margin:0;font-size:12px;color:#94a3b8}.user-actions[data-v-46dfa7b2]{display:flex;gap:10px}.approve-btn[data-v-46dfa7b2]{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600;font-size:13px;display:flex;align-items:center;gap:8px;transition:all .3s ease}.approve-btn[data-v-46dfa7b2]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 15px rgba(16,185,129,.4)}.approve-btn[data-v-46dfa7b2]:disabled{opacity:.7;cursor:not-allowed}.reject-btn[data-v-46dfa7b2]{background:#fff;color:#dc2626;border:2px solid #dc2626;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600;font-size:13px;transition:all .3s ease}.reject-btn[data-v-46dfa7b2]:hover:not(:disabled){background:#dc2626;color:#fff}.reject-btn[data-v-46dfa7b2]:disabled{opacity:.5;cursor:not-allowed}.loading-spinner[data-v-46dfa7b2]{width:14px;height:14px;border:2px solid hsla(0,0%,100%,.3);border-top:2px solid #fff;border-radius:50%;animation:spin-46dfa7b2 .8s linear infinite}@keyframes spin-46dfa7b2{to{transform:rotate(1turn)}}.table-container[data-v-46dfa7b2]{overflow-x:auto}.users-table[data-v-46dfa7b2]{width:100%;border-collapse:collapse}.users-table th[data-v-46dfa7b2]{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}.users-table td[data-v-46dfa7b2]{padding:16px 20px;border-bottom:1px solid #e2e8f0;color:#2d3748;font-size:14px}.users-table tbody tr[data-v-46dfa7b2]:hover{background:#f7fafc}.user-name-cell[data-v-46dfa7b2]{font-weight:600;color:#1a202c}.status-badge[data-v-46dfa7b2]{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.status-badge.active[data-v-46dfa7b2],.status-badge.approved[data-v-46dfa7b2]{background:#dcfce7;color:#16a34a}.status-badge.pending[data-v-46dfa7b2]{background:#fef3c7;color:#d97706}.status-badge.blocked[data-v-46dfa7b2],.status-badge.inactive[data-v-46dfa7b2]{background:#fee2e2;color:#dc2626}.action-btn[data-v-46dfa7b2]{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.action-btn[data-v-46dfa7b2]:disabled{opacity:.5;cursor:not-allowed}.approve-btn[data-v-46dfa7b2]{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0}.approve-btn[data-v-46dfa7b2]:hover:not(:disabled){background:#16a34a;color:#fff}.disapprove-btn[data-v-46dfa7b2]{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.disapprove-btn[data-v-46dfa7b2]:hover:not(:disabled){background:#dc2626;color:#fff}.no-action[data-v-46dfa7b2]{color:#94a3b8}.role-badge[data-v-46dfa7b2]{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.role-badge.admin[data-v-46dfa7b2]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.role-badge.user[data-v-46dfa7b2]{background:#e2e8f0;color:#64748b}.empty-state[data-v-46dfa7b2]{padding:60px 20px;text-align:center}.empty-icon[data-v-46dfa7b2]{font-size:48px;margin-bottom:20px}.empty-state h4[data-v-46dfa7b2]{font-size:18px;font-weight:600;color:#1a202c;margin:0 0 8px 0}.empty-state p[data-v-46dfa7b2]{font-size:14px;color:#64748b;margin:0}@media (max-width:768px){.admin-header[data-v-46dfa7b2]{padding:15px 20px;flex-direction:column;gap:15px}.header-left[data-v-46dfa7b2],.header-right[data-v-46dfa7b2]{width:100%;justify-content:center}.app-title[data-v-46dfa7b2]{font-size:18px}.admin-content[data-v-46dfa7b2]{padding:20px 15px}.stats-grid[data-v-46dfa7b2]{grid-template-columns:1fr 1fr}.user-card[data-v-46dfa7b2]{flex-direction:column;text-align:center;gap:15px}.user-avatar[data-v-46dfa7b2]{margin-right:0}.user-actions[data-v-46dfa7b2]{width:100%;justify-content:center}.users-table[data-v-46dfa7b2]{font-size:12px}.users-table td[data-v-46dfa7b2],.users-table th[data-v-46dfa7b2]{padding:12px 8px}}