.dashboard-container{display:flex;background:#f8fafc;color:#1f2937;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.sidebar{width:280px;background:#fff;border-right:1px solid #e5e7eb;position:fixed;height:100vh;overflow-y:auto;z-index:1000}.sidebar-header{padding:1.5rem;border-bottom:1px solid #e5e7eb}.logo{font-size:1.5rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.user-info{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.avatar{width:40px;height:40px;background:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.user-details h3{font-size:.9rem;font-weight:600}.user-details p{font-size:.8rem;color:#64748b}.nav-menu{padding:1rem 0}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#64748b;text-decoration:none;transition:all .2s;cursor:pointer}.nav-item:hover,.nav-item.active{background:#f1f5f9;color:#2563eb}.nav-item.active{border-right:3px solid #2563eb}.nav-icon{width:20px;height:20px;text-align:center}.main-content{flex:1;margin-left:280px;padding:2rem}.dashboard-header{display:flex;justify-content:between;align-items:center;margin-bottom:2rem}.dashboard-title{font-size:2rem;font-weight:600;color:#1f2937}.dashboard-subtitle{color:#64748b;margin-top:.25rem}.header-actions{display:flex;gap:1rem}.btn{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background:#f9fafb}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.metric-card{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.metric-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.metric-title{font-size:.9rem;color:#64748b;font-weight:500}.metric-icon{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.metric-value{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.metric-change{font-size:.8rem;display:flex;align-items:center;gap:.25rem}.metric-change.positive{color:#059669}.metric-change.negative{color:#dc2626}.content-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid #e5e7eb}.tab{padding:.75rem 1.5rem;background:none;border:none;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.tab.active{color:#2563eb;border-bottom-color:#2563eb}.tab-content{display:none}.tab-content.active{display:block}.charts-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;margin-bottom:2rem}.chart-card{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.chart-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.business-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.business-card{background:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:transform .2s}.business-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.business-header{padding:1.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.business-name{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.business-address{opacity:.9;font-size:.9rem}.business-stats{padding:1.5rem}.stat-row{display:flex;justify-content:space-between;margin-bottom:.75rem}.stat-row:last-child{margin-bottom:0}.stat-label{color:#64748b;font-size:.9rem}.stat-value{font-weight:600;color:#1f2937}.business-actions{padding:1rem 1.5rem;background:#f8fafc;border-top:1px solid #e5e7eb}.units-section{margin-top:2rem}.units-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.units-table{background:#fff;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden}.table{width:100%;border-collapse:collapse}.table th{background:#f8fafc;padding:1rem;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}.table td{padding:1rem;border-bottom:1px solid #f3f4f6}.table tr:last-child td{border-bottom:none}.table tr:hover{background:#f8fafc}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.status-occupied{background:#dcfce7;color:#166534}.status-vacant{background:#fef3c7;color:#92400e}.status-maintenance{background:#fee2e2;color:#991b1b}.action-buttons{display:flex;gap:.5rem}.btn-sm{padding:.25rem .5rem;font-size:.8rem}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2000}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:800px;margin:2rem auto;max-height:90vh;overflow-y:auto}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:1.2rem;font-weight:600}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b}.modal-body{padding:1.5rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.9rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.hide-on-overview,.overview-active .hide-on-overview{display:none}.business-active .hide-on-overview{display:block}.business-active .hide-on-business{display:none}.propertyChart{width:100%;height:100%}
