:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.progress-bar-container{width:100%;height:100%;background:#ddd;overflow:hidden}.progress-bar{height:100%;background:#292d77;color:#fff;text-align:center;transition:width .3s ease-in-out}.login-container{width:100%;min-height:100vh;background-color:#f9fafb}.loading{display:flex;justify-content:center;align-items:center;background-color:#fff}.login-layout{display:flex;min-height:100vh}.image-side{display:none;position:relative;width:50%;background-color:#292d77}.image-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.cover-image{width:100%;height:100%;object-fit:cover;opacity:.7}.gradient-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#1f2356,transparent);opacity:.9}.image-content{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;height:100%;padding:0 3rem}.hero-title{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;color:#fff;opacity:.9;margin-bottom:2rem}.feature-list{display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;align-items:center}.feature-icon{background-color:#fff3;padding:.5rem;border-radius:9999px}.icon{height:1.5rem;width:1.5rem;color:#fff}.feature-text{margin-left:1rem;color:#fff}.form-side{width:100%;display:flex;flex-direction:column;justify-content:center;padding:3rem 1rem}.form-container{margin:0 auto;width:100%;max-width:24rem}.branding{text-align:center}.app-title{font-size:1.875rem;font-weight:800;color:#292d77}.app-subtitle{margin-top:.5rem;font-size:.875rem;color:#4b5563}.login-form-wrapper{margin-top:2rem}.form-header{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151}.input-wrapper{margin-top:.25rem}.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;font-size:.875rem;background-color:#fff;color:#111827}.form-input::placeholder{color:#9ca3af}.form-input:focus{outline:none;border-color:#292d77;box-shadow:0 0 0 3px #292d771a}.password-wrapper{position:relative}.password-toggle{position:absolute;top:50%;right:0;transform:translateY(-50%);padding-right:.75rem;background:none;border:none;cursor:pointer;display:flex;align-items:center;font-size:.875rem}.toggle-icon{height:1.25rem;width:1.25rem;color:#9ca3af}.form-extras{display:flex;align-items:center;justify-content:space-between}.remember-me{display:flex;align-items:center}.checkbox{height:1rem;width:1rem;color:#292d77;border-color:#d1d5db;border-radius:.25rem}.checkbox:focus{outline:none;box-shadow:0 0 0 3px #292d771a}.checkbox-label{margin-left:.5rem;display:block;font-size:.875rem;color:#374151}.forgot-password{font-size:.875rem}.link{font-weight:500;color:#292d77;text-decoration:none}.link:hover{color:#232761}.form-actions{margin-top:1rem}.submit-button{width:100%;display:flex;justify-content:center;padding:.5rem 1rem;border:1px solid transparent;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;font-size:.875rem;font-weight:500;color:#fff;background-color:#292d77;cursor:pointer}.submit-button:hover{background-color:#232761}.submit-button:focus{outline:none;box-shadow:0 0 0 3px #292d771a}.signup-prompt{margin-top:1.5rem;text-align:center}.prompt-text{font-size:.875rem;color:#4b5563}@media (min-width: 1024px){.image-side{display:block}.form-side{width:50%;padding:3rem 5rem}.branding,.signup-prompt{text-align:left}}.sidebar{width:260px;background-color:#fff;border-right:1px solid #e5e7eb;flex-shrink:0;display:flex;flex-direction:column}.search-input:focus{border-color:#292d77;box-shadow:0 0 0 3px #3b82f61a}.page-header h1{font-size:24px;font-weight:600;color:#111827;margin:0 0 4px}.page-header p{color:#6b7280;font-size:14px;margin:0}.price-range{display:flex;gap:8px}.filter-actions{display:flex;justify-content:flex-end;gap:8px}.listing-stats{padding:12px 16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;font-size:14px;color:#6b7280}.stats-highlight{color:#111827;font-weight:500}.stats-divider{margin:0 8px}.property-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px;margin-bottom:24px}.property-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s}.property-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.property-image-container{position:relative;height:192px;cursor:pointer}.property-image{width:100%;height:100%;object-fit:cover}.featured-badge{position:absolute;top:0;left:0;background-color:#292d77;color:#fff;font-size:12px;font-weight:500;padding:4px 8px}.property-actions-top{position:absolute;top:8px;right:8px}.icon-button-round{background-color:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 3px #0000001a;color:#4b5563;transition:background-color .2s;padding:0}.icon-button-round:hover{background-color:#f3f4f6;color:#111827}.property-details{padding:16px}.property-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.property-title{font-size:16px;font-weight:600;color:#111827;margin:0}.property-address{display:flex;align-items:center;color:#6b7280;font-size:14px;margin-bottom:12px}.address-icon{width:16px;height:16px;margin-right:4px;flex-shrink:0}.property-specs{display:flex;justify-content:space-between;color:#6b7280;font-size:14px}.property-footer{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.property-meta{font-size:12px;color:#6b7280}.property-actions{display:flex;gap:8px}.action-button{padding:4px;background:none;border:none;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center}.action-button.edit{color:#292d77}.action-button.edit:hover{background-color:#ebf5ff}.action-button.view{color:#6b7280}.action-button.view:hover{background-color:#f3f4f6;color:#4b5563}.action-button.delete{color:#ef4444}.action-button.delete:hover{background-color:#fee2e2}.property-list{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden;margin-bottom:24px}.property-table{width:100%;border-collapse:collapse}.property-table th{padding:12px 16px;text-align:left;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.property-table td{padding:16px;border-bottom:1px solid #e5e7eb;font-size:14px}.property-table tr:hover{background-color:#f9fafb}.actions-column{text-align:right}.property-info{display:flex;align-items:center}.property-thumbnail{width:40px;height:40px;border-radius:4px;overflow:hidden;margin-right:12px}.property-thumbnail img{width:100%;height:100%;object-fit:cover}.property-basic{display:flex;flex-direction:column}.property-name{font-weight:500;color:#111827}.property-location{font-size:12px;color:#6b7280}.property-features{color:#6b7280}.property-list-price{font-weight:600;color:#111827}.status-badge{display:inline-block;padding:2px 8px;font-size:12px;font-weight:500;color:#047857;background-color:#ecfdf5;border-radius:12px}.list-actions{display:flex;justify-content:flex-end;gap:8px}.pagination-container{background-color:#fff;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a}.mobile-pagination{display:flex;justify-content:space-between}@media (min-width: 640px){.mobile-pagination{display:none}}.desktop-pagination{display:none}@media (min-width: 640px){.desktop-pagination{display:flex;justify-content:space-between;align-items:center}}.pagination-button{display:inline-block;padding:8px 16px;border:1px solid #e5e7eb;border-radius:6px;background-color:#fff;color:#4b5563;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s}.pagination-button:hover{background-color:#f3f4f6}.pagination-info{color:#6b7280;font-size:14px}.pagination-info .highlight{font-weight:500;color:#111827}.pagination-controls{display:flex;gap:2px}.pagination-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e5e7eb;background-color:#fff;color:#6b7280;text-decoration:none}.pagination-arrow:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-arrow:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-arrow svg{width:16px;height:16px}.pagination-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e5e7eb;background-color:#fff;color:#4b5563;font-size:14px;text-decoration:none}.pagination-number.active{background-color:#ebf5ff;color:#3b82f6;border-color:#292d77}.pagination-ellipsis{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e5e7eb;background-color:#fff;color:#6b7280;font-size:14px}@media (max-width: 1024px){.filter-row{grid-template-columns:1fr 1fr;gap:12px}.filter-group.large{grid-column:span 2}}@media (max-width: 768px){.sidebar{display:none}.property-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: 640px){.content-area{padding:16px}.filters-header{flex-direction:column;align-items:flex-start;gap:12px}.view-controls{width:100%;justify-content:space-between}.property-grid{grid-template-columns:1fr}.property-table th:nth-child(2),.property-table td:nth-child(2),.property-table th:nth-child(4),.property-table td:nth-child(4),.property-table th:nth-child(5),.property-table td:nth-child(5),.property-table th:nth-child(6),.property-table td:nth-child(6){display:none}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;overflow-y:auto;padding:20px;text-align:left}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{padding:20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background-color:#fff;z-index:10;border-top-left-radius:8px;border-top-right-radius:8px}.modal-header h1{margin:0;font-size:24px;color:#333}.close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#666;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s}.close-button:hover{background-color:#f0f0f0;color:#333}.modal-body{padding:20px;flex:1;overflow-y:auto}.modal-progress-bar{display:flex}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative;width:33.33%}.step-circle{width:36px;height:36px;border-radius:50%;background-color:#e0e0e0;color:#666;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:8px;z-index:2}.step-circle.active{background-color:#292d77;color:#fff}.step-label{font-size:14px;color:#666;text-align:center}.step-connector{position:absolute;top:18px;right:-50%;width:100%;height:3px;background-color:#e0e0e0;z-index:1}.step-connector.active{background-color:#292d77}.form-group{margin-bottom:20px}label{display:block;margin-bottom:8px;font-weight:500;color:#555}input[type=text],input[type=number],textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:16px}textarea{resize:vertical}.form-row{display:flex;gap:50px}.half{flex:1}.btn-primary,.btn-secondary,.btn-success{padding:12px 24px;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s}.btn-primary:hover{background-color:#292d77}.btn-secondary{background-color:#f5f5f5;color:#333}.btn-secondary:hover{background-color:#e1e1e1}.btn-success:hover{background-color:#45a049}.button-group{display:flex;gap:10px}.button-group button,.button-grid button,.amenities-grid button{padding:10px 15px;background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:all .3s}.button-group button:hover,.button-grid button:hover,.amenities-grid button:hover{background-color:#e9e9e9}.button-group button.active,.button-grid button.active,.amenities-grid button.active{background-color:#292d77;color:#fff;border-color:#292d77}.button-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(55px,1fr));gap:10px}.amenities-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.types-grid .button-grid,.payment-grid .button-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.form-navigation{display:flex;justify-content:space-between;margin-top:30px;padding-top:20px;border-top:1px solid #eee}.image-preview-container{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.image-preview{position:relative;width:100px;height:100px;border:1px solid #ddd;border-radius:4px;overflow:hidden}.remove-image{position:absolute;top:5px;right:5px;width:20px;height:20px;background-color:#ff0000b3;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;font-weight:700}.step-content{animation:fadeIn .3s ease-out}h2{color:#444;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:10px}@media (max-width: 768px){.form-row{flex-direction:column;gap:10px}.button-grid,.amenities-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.progress-bar{flex-direction:column;align-items:flex-start;gap:15px;padding-left:10px}.progress-step{width:100%;flex-direction:row;justify-content:flex-start;gap:15px}.step-connector{display:none}.step-circle{margin-bottom:0}.form-navigation{flex-direction:column;gap:10px}.form-navigation button{width:100%}.modal-content{max-height:95vh;margin:10px}}.page-container{display:flex;height:100vh;background-color:#f9fafb;font-family:Inter,sans-serif}.top-header{height:64px;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.search-box{max-width:480px;position:relative}.search-icon{position:absolute;top:50%;left:12px;transform:translateY(-50%);color:#9ca3af;width:20px;height:20px}.search-input{width:100%;padding:8px 12px 8px 40px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s,box-shadow .2s}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.icon-button{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:color .2s,background-color .2s}.icon-button:hover{color:#4b5563;background-color:#f3f4f6}.divider{width:1px;height:24px;background-color:#e5e7eb}.user-avatar{width:32px;height:32px;border-radius:50%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:600;color:#4b5563;font-size:14px}.content-area{flex:1;padding:24px 32px;overflow-y:auto}.breadcrumb-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.breadcrumb{display:flex;align-items:center}.breadcrumb-link{color:#6b7280;text-decoration:none;font-size:14px}.breadcrumb-link:hover{color:#292d77}.breadcrumb-separator{color:#9ca3af;margin:0 8px;width:16px;height:16px}.breadcrumb-current{color:#111827;font-size:14px;font-weight:500}.detail-actions{display:flex;gap:12px;align-items:center}.secondary-button.small{padding:4px 12px;font-size:12px}.secondary-button.danger{color:#ef4444}.secondary-button.danger:hover{background-color:#fee2e2;border-color:#fca5a5}.open-gallery-btn{padding:10px 15px;background:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px}.open-gallery-btn:hover{background:#0056b3}.modal-overlay{position:fixed;top:0;left:0;padding-top:10px;width:100%;height:100%;background:#000c;display:unset!important;justify-content:flex-start!important;align-items:center;z-index:1000}.modal-content{background:#fff;padding:20px;border-radius:8px;max-width:96%;width:100%;position:relative;max-height:100vh}.close-btn{position:absolute;top:0;left:0;display:flex;justify-content:space-between;align-items:center}.image-gallery{display:flex;gap:10px;align-items:flex-start}.main-image-container{flex:1}.main-image{width:100%;height:560px;object-fit:cover}.thumbnail-container{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;max-width:350px}.thumbnail{cursor:pointer;border:2px solid transparent;transition:border .3s ease}.thumbnail img{width:100%;height:auto;object-fit:cover;display:block}.thumbnail.active{border-color:#292d77}.view-all{display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;border:none}.view-all-content{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:12px;color:#4b5563}.view-all-icon{width:16px;height:16px;margin-bottom:2px}.property-overview{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px;margin-bottom:24px}.property-overview-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.property-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 8px}.property-address{display:flex;align-items:center;color:#6b7280;font-size:14px}.address-icon{width:16px;height:16px;margin-right:6px}.property-pricing{text-align:right}.property-monthly{font-size:14px;color:#6b7280}.property-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;border-top:1px solid #e5e7eb;padding-top:16px}.property-stat{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-icon{width:24px;height:24px;color:#6b7280;margin-bottom:8px}.stat-value{font-size:16px;font-weight:600;color:#111827;margin-bottom:4px}.stat-label{font-size:12px;color:#6b7280}.property-tabs{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:24px}.tab-button{padding:12px 16px;border:none;background:none;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;position:relative;transition:color .2s}.tab-button:hover{color:#111827}.tab-button.active{color:#3b82f6}.tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background-color:#3b82f6}.property-content{margin-bottom:24px}.tab-content{animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.content-section{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px;margin-bottom:24px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 16px}.section-header .section-title{margin-bottom:0}.property-description{font-size:15px;line-height:1.6;color:#4b5563;white-space:pre-line}.content-columns{display:grid;grid-template-columns:2fr 1fr;gap:24px}.left-column,.right-column{display:flex;flex-direction:column;gap:24px}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.feature-item{display:flex;align-items:center;font-size:14px;color:#4b5563}.feature-icon{width:16px;height:16px;margin-right:8px;color:#292d77}.amenities-list{display:flex;flex-direction:column;gap:8px}.amenity-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f3f4f6}.amenity-item:last-child{border-bottom:none}.amenity-name{font-size:14px;font-weight:500;color:#4b5563}.amenity-distance{font-size:14px;color:#6b7280}.agent-card{border-top:4px solid #292d77}.agent-info{display:flex;align-items:flex-start}.agent-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-right:16px}.agent-details{flex:1}.agent-name{font-size:16px;font-weight:600;color:#111827;margin-bottom:8px}.agent-contact{margin-bottom:12px}.contact-item{display:flex;align-items:center;font-size:14px;color:#6b7280;margin-bottom:4px}.contact-icon{width:16px;height:16px;margin-right:8px}.agent-button{width:100%;justify-content:center}.property-details-list{display:flex;flex-direction:column;gap:8px}.detail-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f3f4f6}.detail-item:last-child{border-bottom:none}.detail-label{font-size:14px;color:#6b7280}.detail-value{font-size:14px;font-weight:500;color:#111827;text-align:right}.details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.detail-group{background-color:#f9fafb;border-radius:8px;padding:16px}.detail-group-title{font-size:16px;font-weight:600;color:#111827;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.history-timeline{position:relative;padding-left:24px}.history-timeline:before{content:"";position:absolute;top:0;bottom:0;left:7px;width:2px;background-color:#e5e7eb}.history-item{position:relative;padding-bottom:24px}.history-item:last-child{padding-bottom:0}.history-marker{position:absolute;left:-24px;top:0;width:16px;height:16px;border-radius:50%;background-color:#3b82f6;border:3px solid white}.history-content{background-color:#f9fafb;border-radius:8px;padding:16px}.history-date{font-size:14px;font-weight:600;color:#111827;margin-bottom:4px}.history-event{font-size:14px;color:#4b5563;margin-bottom:4px}.history-price{font-size:14px;font-weight:500;color:#3b82f6}.price-history-chart{height:300px;background-color:#f9fafb;border-radius:8px;display:flex;align-items:center;justify-content:center}.chart-placeholder{color:#9ca3af;font-size:14px;text-align:center}.documents-list{display:flex;flex-direction:column;gap:12px}.document-item{display:flex;align-items:center;background-color:#f9fafb;border-radius:8px;padding:12px 16px}.document-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#e5e7eb;border-radius:4px;font-size:12px;font-weight:600;color:#4b5563;margin-right:16px}.document-info{flex:1}.document-name{font-size:14px;font-weight:500;color:#111827;margin-bottom:4px}.document-meta{font-size:12px;color:#6b7280}.document-actions{display:flex;gap:8px}.icon-sm{width:16px;height:16px}.viewings-list{display:flex;flex-direction:column;gap:12px}.viewing-item{display:flex;align-items:center;justify-content:space-between;background-color:#f9fafb;border-radius:8px;padding:16px}.viewing-date-time{flex:1}.viewing-date{font-size:14px;font-weight:500;color:#111827;margin-bottom:4px}.viewing-time{font-size:14px;color:#6b7280}.viewing-type{flex:1}.viewing-badge{display:inline-block;padding:4px 8px;border-radius:9999px;font-size:12px;font-weight:500}.viewing-badge.open-house{background-color:#dbeafe;color:#2563eb}.viewing-badge.private{background-color:#fef3c7;color:#d97706}.viewing-actions{display:flex;gap:8px}.calendar-placeholder{height:300px;background-color:#f9fafb;border-radius:8px;display:flex;align-items:center;justify-content:center}.calendar-label{color:#9ca3af;font-size:14px}.edit-input{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s,box-shadow .2s;background-color:#f9fafb}.edit-input:focus{border-color:#292d77;box-shadow:0 0 0 3px #292d771a}.title-input{font-size:24px;font-weight:600;margin-bottom:8px}.price-input{font-size:20px;font-weight:600;text-align:right;width:150px}.term-input{width:80px;text-align:right}.edit-price-container{display:flex;align-items:center;justify-content:flex-end;gap:5px}.stat-input{width:50px;text-align:center;font-weight:600;font-size:16px}.status-select{text-align:center;width:auto}.edit-textarea{width:100%;min-height:120px;padding:12px;font-size:14px;line-height:1.6;resize:vertical}.description-textarea{min-height:150px}.edit-amenities{display:flex;flex-direction:column;gap:12px;width:100%}.edit-amenity-item{display:flex;align-items:center;gap:10px}.amenity-input{flex:1}.edit-agent-fields{display:flex;flex-direction:column;gap:12px;width:100%}.agent-input{width:100%}.primary-button{display:flex;align-items:center;justify-content:center;background-color:#292d77;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.primary-button:hover{background-color:#1e2253}.secondary-button{display:flex;align-items:center;justify-content:center;background-color:#fff;color:#6b7280;border:1px solid #e5e7eb;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.secondary-button:hover{background-color:#f9fafb;border-color:#d1d5db;color:#4b5563}.success-button{display:flex;align-items:center;justify-content:center;background-color:#10b981;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.success-button:hover{background-color:#059669}.approve-button{display:flex;align-items:center;justify-content:center;background-color:#10b981;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.approve-button:hover{background-color:#059669}.reject-button{display:flex;align-items:center;justify-content:center;background-color:#ef4444;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.reject-button:hover{background-color:#dc2626}.delete-button{display:flex;align-items:center;justify-content:center;background-color:#f43f5e;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.delete-button:hover{background-color:#e11d48}.add-button{display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;color:#4b5563;border:1px dashed #d1d5db;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s,border-color .2s;width:fit-content}.add-button:hover{background-color:#e5e7eb;border-color:#9ca3af}.remove-button{display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;color:#ef4444;border:none;border-radius:50%;width:28px;height:28px;cursor:pointer;transition:background-color .2s,color .2s;padding:0!important}.remove-button:hover{background-color:#fee2e2;color:#dc2626}.status-badge{display:inline-block;padding:4px 8px;border-radius:9999px;font-size:12px;font-weight:500;text-align:center}.status-pending{background-color:#fef3c7;color:#d97706}.status-approved{background-color:#d1fae5;color:#059669}.status-rejected{background-color:#fee2e2;color:#dc2626}@media (max-width: 768px){.detail-actions{flex-direction:column;gap:8px}.detail-actions button{width:100%}.edit-price-container{flex-direction:column;align-items:flex-start}.price-input,.term-input{width:100%;text-align:left}}@media (max-width: 1024px){.property-stats{grid-template-columns:repeat(3,1fr)}.content-columns{grid-template-columns:1fr;gap:24px}.details-grid{grid-template-columns:1fr}}@media (max-width: 768px){.sidebar{display:none}.main-image-container{height:320px}.property-overview-header{flex-direction:column}.property-pricing{text-align:left;margin-top:12px}.property-stats{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr}.viewing-item{flex-direction:column;align-items:flex-start}.viewing-type{margin:8px 0}}.thumbnail{position:relative;cursor:pointer;border:2px solid transparent;transition:all .2s ease}.thumbnail.active{border-color:#3b82f6}.thumbnail-image-container{width:100%;height:100%}.delete-image-btn{position:absolute;top:5px;right:5px;background-color:#fffc;color:#ef4444;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease;padding:0!important}.thumbnail:hover .delete-image-btn{opacity:1}.delete-image-btn:hover{background-color:#ef4444;color:#fff}.add-image-thumbnail{display:flex;align-items:center;justify-content:center;border:2px dashed #d1d5db;background-color:#f9fafb;min-height:80px}.add-image-btn{background-color:transparent;border:none;color:#6b7280;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:10px}.add-image-btn:hover{color:#3b82f6}.add-image-text{margin-top:6px;font-size:.875rem}.empty-gallery-message{display:flex;align-items:center;justify-content:center;height:300px;background-color:#f9fafb;color:#6b7280;font-size:1.125rem;border-radius:.5rem}.pending-thumbnail{position:relative}.pending-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.pending-main-image-container{position:relative;width:100%;height:100%}.pending-badge{position:absolute;top:10px;right:10px;background-color:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600}.upload-now-thumbnail{background-color:#f0f9ff;border:2px dashed #3b82f6}.upload-now-btn{width:100%;height:100%;background-color:transparent;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#3b82f6;cursor:pointer;transition:all .2s ease;padding:10px}.upload-now-btn:hover{background-color:#dbeafe}.upload-now-btn.uploading{cursor:not-allowed;opacity:.7}.upload-now-btn span{margin-top:6px;font-size:.875rem}.spinner{border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top:3px solid #3b82f6;width:24px;height:24px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.property-form-container{background-color:#fff;border-radius:12px;width:100%;max-width:900px;margin:30px auto;overflow:hidden;transition:all .3s ease}.property-form-container:hover{box-shadow:0 12px 32px #00000026}.property-form-header{padding:24px 30px;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.property-form-header h1{margin:0;font-size:26px;color:#292d77;font-weight:600}.property-form-body{padding:30px}.form-progress-bar{display:flex;justify-content:space-between;margin:0 30px 30px;position:relative}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative;width:33.33%;z-index:5}.progress-step.completed .step-circle,.progress-step.current .step-circle{cursor:pointer}.step-circle{width:40px;height:40px;border-radius:50%;background-color:#e9ecef;color:#6c757d;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:8px;z-index:2;box-shadow:0 2px 6px #0000001a;transition:all .3s ease}.progress-step.current .step-circle{background-color:#292d77;color:#fff;transform:scale(1.1);box-shadow:0 4px 10px #292d774d}.progress-step.completed .step-circle{background-color:#4caf50;color:#fff}.step-label{font-size:14px;color:#495057;text-align:center;font-weight:500;transition:all .3s ease}.progress-step.current .step-label{color:#292d77;font-weight:600}.step-connector{position:absolute;top:20px;right:-50%;width:100%;height:3px;background-color:#e9ecef;z-index:1}.step-connector.active{background-color:#4caf50}.form-group{margin-bottom:24px}.step-content h2{color:#343a40;margin-bottom:24px;font-weight:600;font-size:22px;padding-bottom:12px;border-bottom:2px solid #f1f3f5}label{display:block;margin-bottom:8px;font-weight:600;color:#495057;font-size:15px}input[type=text],input[type=number],textarea{width:100%;padding:12px 16px;border:1px solid #ced4da;border-radius:6px;font-size:16px;transition:border-color .3s,box-shadow .3s;background-color:#f8f9fa}input[type=text]:focus,input[type=number]:focus,textarea:focus{border-color:#292d77;outline:none;box-shadow:0 0 0 3px #292d7726;background-color:#fff}textarea{resize:vertical;min-height:120px}.file-input-container{display:flex;align-items:center}input[type=file]{position:absolute;left:-9999px}.file-input-label{display:inline-block;padding:10px 16px;background-color:#292d77;color:#fff;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .3s}.file-input-label:hover{background-color:#212461}.file-input-text{margin-left:12px;color:#6c757d;font-size:14px}.btn-primary,.btn-secondary,.btn-success{padding:14px 28px;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #0000001a}.btn-primary{background-color:#292d77;color:#fff}.btn-primary:hover{background-color:#212461;box-shadow:0 4px 10px #292d774d}.btn-secondary{background-color:#e9ecef;color:#495057}.btn-secondary:hover{background-color:#dee2e6;box-shadow:0 4px 10px #0000001a}.btn-success{background-color:#4caf50;color:#fff}.btn-success:hover{background-color:#43a047;box-shadow:0 4px 10px #4caf504d}.btn-success:disabled{background-color:#a5d6a7;cursor:not-allowed;box-shadow:none}.button-group{display:flex;gap:12px}.button-group button,.button-grid button,.amenities-grid button{padding:12px 16px;background-color:#f8f9fa;border:1px solid #ced4da;border-radius:6px;cursor:pointer;transition:all .3s ease;font-weight:500}.button-group button:hover,.button-grid button:hover,.amenities-grid button:hover{background-color:#e9ecef;border-color:#adb5bd}.button-group button.active,.button-grid button.active,.amenities-grid button.active{background-color:#292d77;color:#fff;border-color:#292d77;box-shadow:0 2px 6px #292d774d}.button-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:10px}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.types-grid .button-grid,.payment-grid .button-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.form-navigation{display:flex;justify-content:space-between;margin-top:40px;padding-top:30px;border-top:1px solid #e9ecef}.image-preview-container{display:flex;flex-wrap:wrap;gap:15px;margin-top:20px}.image-preview{position:relative;width:120px;height:120px;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px #0000001a;transition:transform .3s ease}.image-preview:hover{transform:scale(1.05)}.image-preview img{width:100%;height:100%;object-fit:cover}.remove-image{position:absolute;top:8px;right:8px;width:24px;height:24px;background-color:#f00c;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;font-weight:700;box-shadow:0 2px 4px #0003;opacity:0;transition:opacity .3s ease}.image-preview:hover .remove-image{opacity:1}.step-content{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.property-form-container{margin:15px;width:auto}.property-form-header,.property-form-body{padding:20px}.form-progress-bar{margin:0 20px 20px}.button-grid,.amenities-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.dashboard-container{display:flex;height:100vh;background-color:#f9fafb}.sidebar{width:260px;background-color:#fff;border-right:1px solid #e5e7eb;flex-shrink:0;position:relative}.logo{font-weight:700;font-size:20px;color:#1d4ed8}.nav-link{display:flex;align-items:center;padding:8px 12px;font-size:14px;font-weight:500;border-radius:6px;color:#4b5563;text-decoration:none;margin-bottom:4px}.nav-link:hover{background-color:#f9fafb;color:#111827}.nav-link.active{background-color:#eff6ff;color:#1d4ed8}.nav-icon{margin-right:12px;height:20px;width:20px;color:#9ca3af}.nav-link.active .nav-icon{color:#3b82f6}.user-profile{position:absolute;bottom:0;width:100%;padding:16px;border-top:1px solid #e5e7eb;display:flex;align-items:center}.avatar{width:32px;height:32px;border-radius:50%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;margin-right:12px;color:#4b5563;font-weight:500;font-size:14px}.user-info{font-size:14px}.user-name{font-weight:500;color:#374151;margin:0}.user-role{font-size:12px;color:#6b7280;margin:0}.top-header{background-color:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}.header-container{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 24px}.search-container{flex:1}.search-box{position:relative;max-width:600px}.search-icon-wrapper{position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;padding-left:12px;pointer-events:none}.search-icon{height:20px;width:20px;color:#9ca3af}.search-input{width:100%;padding:8px 12px 8px 40px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#374151}.search-input::placeholder{color:#9ca3af}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d}.header-actions{display:flex;align-items:center;gap:16px}.notification-btn{background:none;border:none;cursor:pointer;color:#6b7280}.notification-btn:hover{color:#374151}.notification-icon{height:20px;width:20px}.divider{height:24px;width:1px;background-color:#d1d5db}.help-btn{display:flex;align-items:center;background:none;border:none;font-size:14px;font-weight:500;color:#4b5563;cursor:pointer}.help-btn:hover{color:#111827}.page-content{flex:1;overflow:auto;background-color:#f9fafb}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.page-title{font-size:24px;font-weight:600;color:#111827;margin:0}.page-subtitle{margin-top:4px;font-size:14px;color:#6b7280}.btn{display:flex;align-items:center;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;border:none}.btn-icon{height:16px;width:16px;margin-right:4px}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background-color:#fff;color:#4b5563;border:1px solid #d1d5db}.btn-secondary:hover{background-color:#f9fafb}.stats-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:24px;margin-bottom:32px}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.stat-content{padding:20px;display:flex;align-items:center}.stat-icon-wrapper{flex-shrink:0;border-radius:6px;padding:12px;display:flex;align-items:center;justify-content:center}.stat-icon-wrapper.blue{background-color:#eff6ff}.stat-icon-wrapper.green{background-color:#ecfdf5}.stat-icon-wrapper.yellow{background-color:#fffbeb}.stat-icon-wrapper.indigo{background-color:#eef2ff}.stat-icon{height:24px;width:24px}.blue .stat-icon{color:#2563eb}.green .stat-icon{color:#059669}.yellow .stat-icon{color:#d97706}.indigo .stat-icon{color:#4f46e5}.stat-details{margin-left:20px;flex:1}.stat-label{font-size:14px;font-weight:500;color:#6b7280;margin:0}.stat-value{display:flex;align-items:baseline}.stat-number{font-size:24px;font-weight:600;color:#111827}.stat-change{margin-left:8px;font-size:14px;font-weight:600}.stat-change.positive{color:#059669}.stat-change.negative{color:#dc2626}.charts-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:32px}@media (min-width: 1024px){.charts-grid{grid-template-columns:repeat(2,1fr)}}.chart-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px}.chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.chart-title{font-size:18px;font-weight:500;color:#111827;margin:0}.chart-period{font-size:14px;color:#6b7280}.pie-chart-container{display:flex;justify-content:center;height:256px}.pie-chart{position:relative;height:192px;width:192px;border-radius:50%}.pie-slice{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border-width:8px;border-style:solid}.pie-slice.blue{border-color:#3b82f6;clip-path:polygon(50% 50%,100% 50%,100% 0,50% 0)}.pie-slice.indigo{border-color:#6366f1;clip-path:polygon(50% 50%,50% 0,0 0,0 50%)}.pie-slice.purple{border-color:#8b5cf6;clip-path:polygon(50% 50%,0 50%,0 100%,30% 100%)}.pie-slice.pink{border-color:#ec4899;clip-path:polygon(50% 50%,30% 100%,100% 100%,100% 80%)}.pie-slice.rose{border-color:#f43f5e;clip-path:polygon(50% 50%,100% 80%,100% 50%)}.chart-legend{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:16px}.legend-item{display:flex;align-items:center}.legend-color{height:12px;width:12px;border-radius:4px;margin-right:8px}.legend-color.blue{background-color:#3b82f6}.legend-color.indigo{background-color:#6366f1}.legend-color.purple{background-color:#8b5cf6}.legend-color.pink{background-color:#ec4899}.legend-color.rose{background-color:#f43f5e}.legend-label{font-size:14px;color:#4b5563}.bar-chart-container{height:256px;display:flex;flex-direction:column;justify-content:center;gap:24px}.bar-chart-item{width:100%}.bar-chart-header{display:flex;justify-content:space-between;margin-bottom:4px}.bar-chart-label{font-size:14px;font-weight:500;color:#4b5563}.bar-chart-value{font-size:14px;font-weight:500;color:#111827}.bar-track{width:100%;background-color:#e5e7eb;border-radius:9999px;height:8px}.bar-fill{height:8px;border-radius:9999px}.bar-fill.blue{background-color:#2563eb}.bar-fill.indigo{background-color:#4f46e5}.filter-panel{background-color:#fff;padding:16px;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px}.filter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.filter-item{display:flex;flex-direction:column}.filter-label{font-size:.875rem;font-weight:500;color:#4b5563;margin-bottom:4px}.select-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background-color:#fff;outline:none;transition:border-color .2s,box-shadow .2s}.select-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.filter-actions{display:flex;justify-content:flex-end;margin-top:16px;gap:8px}.view-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.view-toggle{display:flex;align-items:center}.view-label,.sort-label{font-size:.875rem;color:#6b7280;margin-right:8px}.toggle-button{background:none;border:none;padding:6px 12px;border-radius:4px;font-size:.875rem;color:#6b7280;cursor:pointer;transition:all .2s}.toggle-button:hover{background-color:#f3f4f6}.toggle-button.active{background-color:#ebf5ff;color:#2563eb}.sort-control{display:flex;align-items:center}.sort-select{background:none;border:none;font-size:.875rem;font-weight:500;color:#4b5563;cursor:pointer;outline:none}.agents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:32px}.agent-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.agent-card-content{padding:20px}.agent-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.agent-info{display:flex;align-items:center}.agent-avatar{width:48px;height:48px;border-radius:50%;background-color:#ebf5ff;display:flex;align-items:center;justify-content:center;color:#2563eb;font-weight:500;font-size:1.125rem;margin-right:16px}.agent-name{font-size:1.125rem;font-weight:500;color:#111827;margin:0 0 4px}.agent-location{display:flex;align-items:center;font-size:.875rem;color:#6b7280}.location-icon{width:14px;height:14px;margin-right:4px}.agent-role{display:flex;align-items:center;font-size:.875rem;color:#6b7280;margin-bottom:16px}.role-icon{width:16px;height:16px;margin-right:6px;color:#2563eb}.agent-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px}.stat-item{background-color:#f9fafb;padding:8px;border-radius:6px}.stat-label{font-size:.875rem;color:#6b7280}.stat-value{font-size:.875rem;font-weight:500;color:#111827}.agent-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e5e7eb}.agent-metrics{display:flex;gap:12px}.rating-metric{display:flex;align-items:center;color:#f59e0b}.rating-icon{width:16px;height:16px;margin-right:4px;fill:currentColor}.rating-value{font-size:.875rem;font-weight:500}.performance-metric{display:flex;align-items:center;color:#10b981}.performance-icon{width:16px;height:16px;margin-right:4px}.agent-actions{display:flex;gap:8px}.icon-action{background:none;border:none;color:#6b7280;padding:6px;border-radius:4px;cursor:pointer;transition:all .2s}.icon-action:hover{background-color:#f3f4f6;color:#4b5563}.agents-table-container{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden;margin-bottom:32px}.agents-table{width:100%;border-collapse:collapse}.agents-table th{text-align:left;padding:12px 24px;font-size:.75rem;font-weight:500;text-transform:uppercase;color:#6b7280;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.agents-table td{padding:16px 24px;border-bottom:1px solid #e5e7eb}.agents-table tr:hover{background-color:#f9fafb}.table-agent-info{display:flex;align-items:center}.table-agent-avatar{width:40px;height:40px;border-radius:50%;background-color:#ebf5ff;display:flex;align-items:center;justify-content:center;color:#2563eb;font-weight:500;margin-right:16px}.table-agent-name{font-size:.875rem;font-weight:500;color:#111827}.table-agent-email{font-size:.875rem;color:#6b7280}.table-role,.table-location,.table-stat{font-size:.875rem;color:#111827}.table-rating{display:flex;align-items:center;color:#f59e0b}.table-rating-icon{width:16px;height:16px;margin-right:4px;fill:currentColor}.table-performance{display:flex;align-items:center;color:#10b981}.table-performance-icon{width:16px;height:16px;margin-right:4px}@media (max-width: 1024px){.agents-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width: 768px){.filter-grid{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start;gap:16px}.page-actions{width:100%}.view-controls{flex-direction:column;align-items:flex-start;gap:16px}.pagination-container{flex-direction:column;gap:16px}}@media (max-width: 640px){.agents-grid{grid-template-columns:1fr}.primary-button,.secondary-button{width:100%;justify-content:center}}.customers-table-container{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden;margin-bottom:32px}.customers-table{width:100%;border-collapse:collapse}.customers-table th{text-align:left;padding:12px 16px;font-size:.75rem;font-weight:500;text-transform:uppercase;color:#6b7280;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.customers-table td{padding:16px;border-bottom:1px solid #e5e7eb}.customers-table tr:hover{background-color:#f9fafb}.table-customer-info{display:flex;align-items:center}.table-customer-avatar{width:40px;height:40px;border-radius:50%;background-color:#ebf5ff;display:flex;align-items:center;justify-content:center;color:#2563eb;font-weight:500;margin-right:16px}.table-customer-name{font-size:.875rem;font-weight:500;color:#111827}.table-customer-email{font-size:.875rem;color:#6b7280}.table-contact-info,.table-budget,.table-location,.table-agent{font-size:.875rem;color:#4b5563}.table-status{display:flex;align-items:center}.table-activity{font-size:.875rem;color:#4b5563}.table-actions{display:flex;justify-content:flex-end;gap:8px}.table-action-button{background:none;border:none;color:#6b7280;padding:6px;border-radius:4px;cursor:pointer;transition:color .2s}.table-action-button:hover{color:#4b5563}.table-action-icon{width:16px;height:16px}.table-view-button{color:#2563eb;background:none;border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .2s}.table-view-button:hover{color:#1d4ed8}.pagination-container{display:flex;justify-content:space-between;align-items:center}.pagination-info{font-size:.875rem;color:#4b5563}.pagination-highlight{font-weight:500;color:#111827}.pagination{display:flex;align-items:center}.pagination-arrow{display:flex;justify-content:center;align-items:center;width:36px;height:36px;border:1px solid #d1d5db;color:#6b7280;background-color:#fff;border-radius:4px}.pagination-arrow:hover{background-color:#f9fafb}.pagination-arrow:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.pagination-arrow:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.pagination-arrow svg{width:20px;height:20px}.pagination-item{display:flex;justify-content:center;align-items:center;width:36px;height:36px;color:#6b7280;border:1px solid #d1d5db;border-left:none;text-decoration:none;font-size:.875rem}.pagination-item:hover{background-color:#f9fafb}.pagination-item.active{background-color:#ebf5ff;color:#2563eb;border-color:#2563eb;z-index:1}.pagination-ellipsis{display:flex;justify-content:center;align-items:center;width:36px;height:36px;color:#6b7280;border:1px solid #d1d5db;border-left:none;font-size:.875rem}@media (max-width: 1200px){.customers-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width: 992px){.filter-grid{grid-template-columns:repeat(2,1fr)}.tab-navigation{overflow-x:auto;white-space:nowrap;padding-bottom:4px}}@media (max-width: 768px){.page-header{flex-direction:column;align-items:flex-start;gap:16px}.page-actions{width:100%}.view-controls{flex-direction:column;align-items:flex-start;gap:16px}.pagination-container{flex-direction:column;gap:16px}.customers-table-container{overflow-x:auto}.customers-table{min-width:1000px}}@media (max-width: 576px){.customers-grid,.filter-grid{grid-template-columns:1fr}.primary-button,.secondary-button{width:100%;justify-content:center}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.customers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;margin-bottom:32px}.customer-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.customer-card-content{padding:20px}.customer-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.customer-info{display:flex;align-items:center}.customer-avatar{width:48px;height:48px;border-radius:50%;background-color:#ebf5ff;display:flex;align-items:center;justify-content:center;color:#2563eb;font-weight:500;font-size:1.125rem;margin-right:16px}.customer-name{font-size:1.125rem;font-weight:500;color:#111827;margin:0 0 4px}.customer-type{display:flex;align-items:center}.customer-menu{margin-top:4px}.more-button{background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;transition:color .2s}.more-button:hover{color:#4b5563}.more-icon{width:20px;height:20px}.customer-contact-info{margin-bottom:16px}.contact-item{display:flex;align-items:center;font-size:.875rem;color:#4b5563;margin-bottom:8px}.contact-item:last-child{margin-bottom:0}.contact-icon{width:16px;height:16px;margin-right:8px;color:#6b7280}.customer-details{background-color:#f9fafb;border-radius:6px;padding:12px;margin-bottom:16px}.detail-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.detail-row:last-child{margin-bottom:0}.detail-item{overflow:hidden}.detail-label{font-size:.75rem;color:#6b7280;margin-bottom:2px}.detail-value{font-size:.875rem;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-activity{border-top:1px solid #e5e7eb;padding-top:16px;margin-bottom:16px}.activity-label{font-size:.75rem;color:#6b7280;margin-bottom:4px}.activity-value{display:flex;align-items:center;font-size:.875rem;color:#4b5563}.activity-icon{width:16px;height:16px;margin-right:8px;color:#6b7280}.customer-card-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e5e7eb;padding-top:16px}.customer-status{display:flex;align-items:center}.status-indicator{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.status-indicator.active{background-color:#10b981}.status-indicator.pending{background-color:#f59e0b}.status-indicator.inactive{background-color:#ef4444}.status-text{font-size:.875rem;color:#4b5563}.customer-actions{display:flex;gap:8px}.action-button{background:none;border:none;color:#6b7280;padding:6px;border-radius:4px;cursor:pointer;transition:all .2s}.action-button:hover{background-color:#f3f4f6;color:#4b5563}.action-icon{width:16px;height:16px}.app-container{display:flex;height:100vh;background-color:#f9fafb}.search-container{flex:1;max-width:500px}.content{flex:1;overflow:auto;background-color:#f9fafb}.content-wrapper{padding:24px 32px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-title{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.page-subtitle{margin-top:4px;color:#6b7280;font-size:.875rem}.page-actions{display:flex;gap:12px}.tab-navigation{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:24px}.tab-button{background:none;border:none;padding:12px 16px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .2s;display:flex;align-items:center}.tab-button:hover{color:#4b5563}.tab-button.active{color:#2563eb;border-bottom-color:#2563eb}.tab-count{margin-left:8px;background-color:#f3f4f6;color:#4b5563;border-radius:9999px;padding:.125rem .5rem;font-size:.75rem;font-weight:500}.tab-button.active .tab-count{background-color:#dbeafe;color:#2563eb}.secondary-button{background-color:#fff;color:#4b5563;border:1px solid #d1d5db;padding:8px 16px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;transition:background-color .2s}.secondary-button:hover{background-color:#f9fafb}.text-button{background:none;border:none;color:#4b5563;font-size:.875rem;font-weight:500;padding:8px 16px;cursor:pointer;transition:color .2s}.text-button:hover{color:#1f2937}.construction-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f9fafb;padding:20px}.construction-content{max-width:600px;padding:48px;background-color:#fff;border-radius:12px;box-shadow:0 4px 16px #00000014;text-align:center}.construction-icon{color:#2563eb;margin-bottom:24px;animation:pulse 2s infinite ease-in-out}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.construction-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:16px}.construction-message{font-size:1.125rem;color:#4b5563;margin-bottom:32px;line-height:1.5}.construction-status{display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#6b7280;background-color:#f3f4f6;padding:12px 24px;border-radius:6px;margin-bottom:32px}.status-icon{width:18px;height:18px;margin-right:8px}.construction-actions{display:flex;justify-content:center;gap:16px}.back-button,.home-button{display:flex;align-items:center;justify-content:center;padding:10px 24px;border-radius:6px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease}.back-button{background-color:#fff;color:#4b5563;border:1px solid #d1d5db}.back-button:hover{background-color:#f9fafb;color:#1f2937}.home-button{background-color:#2563eb;color:#fff;border:1px solid #2563eb}.home-button:hover{background-color:#1d4ed8}@media (max-width: 640px){.construction-content{padding:32px 24px}.construction-title{font-size:1.5rem}.construction-message{font-size:1rem}.construction-actions{flex-direction:column;gap:12px}.back-button,.home-button{width:100%}}.sidebar{width:260px;background-color:#fff;border-right:1px solid #e5e7eb;flex-shrink:0;position:relative;height:100%}.sidebar-header{height:64px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;padding:0 24px}.logo{font-weight:700;font-size:1.25rem;color:#2563eb}.sidebar-nav-container{padding:16px 0}.sidebar-nav{padding:0 12px}.nav-item{display:flex;align-items:center;padding:8px 12px;border-radius:6px;color:#4b5563;font-size:.875rem;font-weight:500;margin-bottom:4px;text-decoration:none;transition:background-color .2s}.nav-item:hover{background-color:#f3f4f6;color:#1f2937}.nav-item.active{background-color:#ebf5ff;color:#2563eb}.nav-icon{margin-right:12px;width:20px;height:20px}.sidebar-footer{position:absolute;bottom:0;width:100%;padding:16px;border-top:1px solid #e5e7eb}.user-profile{display:flex;align-items:center}.user-avatar{width:32px;height:32px;border-radius:50%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#4b5563;font-weight:500;margin-right:12px}.user-name{font-weight:500;color:#1f2937;font-size:.875rem}.user-role{color:#6b7280;font-size:.75rem}.main-container{flex:1;display:flex;flex-direction:column;overflow:hidden}.header{background-color:#fff;border-bottom:1px solid #e5e7eb;height:64px;flex-shrink:0}.header-content{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 24px}.page-title-small{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.header-actions{display:flex;align-items:center}.icon-button{background:none;border:none;cursor:pointer;color:#6b7280;padding:8px;border-radius:4px;transition:color .2s}.icon-button:hover{color:#1f2937}.divider{height:24px;width:1px;background-color:#e5e7eb;margin:0 16px}.help-button{background:none;border:none;cursor:pointer;display:flex;align-items:center;font-size:.875rem;font-weight:500;color:#4b5563}.help-button:hover{color:#1f2937}.messages-container{display:flex;flex:1;overflow:hidden}.conversations-panel{width:320px;flex-shrink:0;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;background-color:#fff}.conversations-header{padding:16px;border-bottom:1px solid #e5e7eb}.search-input-wrapper{position:relative}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af}.search-input{width:100%;padding:8px 12px 8px 40px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;outline:none;transition:border-color .2s,box-shadow .2s}.search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.conversations-list{flex:1;overflow-y:auto}.conversation-item{display:flex;padding:12px 16px;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background-color .2s}.conversation-item:hover{background-color:#f9fafb}.conversation-item.active{background-color:#f3f4f6}.conversation-item.unread{background-color:#ebf5ff}.conversation-item.unread:hover{background-color:#dbeafe}.conversation-avatar{width:40px;height:40px;border-radius:50%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#4b5563;font-weight:500;margin-right:12px;flex-shrink:0}.conversation-content{flex:1;min-width:0}.conversation-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2px}.conversation-name{font-weight:500;color:#111827;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-time{font-size:.75rem;color:#6b7280;white-space:nowrap;margin-left:8px}.conversation-preview{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.conversation-meta{display:flex;justify-content:space-between;align-items:center}.type-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:500}.type-badge.buyer{background-color:#dcfce7;color:#15803d}.type-badge.seller{background-color:#dbeafe;color:#1e40af}.type-badge.prospect{background-color:#fef3c7;color:#b45309}.unread-indicator{width:8px;height:8px;border-radius:50%;background-color:#2563eb}.message-panel{flex:1;display:flex;flex-direction:column;background-color:#fff}.message-header{padding:16px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.contact-info{display:flex;align-items:center}.contact-avatar{width:40px;height:40px;border-radius:50%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#4b5563;font-weight:500;margin-right:12px}.contact-details{min-width:0}.contact-name{font-weight:500;color:#111827;font-size:1rem;display:flex;align-items:center}.contact-name .type-badge{margin-left:8px}.contact-subtitle{display:flex;align-items:center;font-size:.75rem;color:#6b7280;margin-top:2px}.contact-icon{width:14px;height:14px;margin-right:4px}.contact-divider{margin:0 8px}.message-actions{display:flex;gap:8px}.message-content{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;background-color:#f9fafb}.message-date-divider{display:flex;align-items:center;margin:16px 0;color:#6b7280;font-size:.75rem}.message-date-divider:before,.message-date-divider:after{content:"";flex:1;border-bottom:1px solid #e5e7eb}.message-date-divider span{margin:0 16px}.message-bubble{max-width:75%;margin-bottom:16px;position:relative}.message-bubble.sent{align-self:flex-end;background-color:#2563eb;color:#fff;border-radius:16px 16px 4px;padding:12px 16px}.message-bubble.received{align-self:flex-start;background-color:#fff;color:#111827;border-radius:16px 16px 16px 4px;padding:12px 16px;box-shadow:0 1px 2px #0000000d}.message-text{font-size:.875rem;line-height:1.5;word-wrap:break-word}.message-time{font-size:.75rem;color:#ffffffb3;margin-top:4px;text-align:right}.message-bubble.received .message-time{color:#6b7280}.message-input-container{padding:16px;border-top:1px solid #e5e7eb}.message-input-wrapper{position:relative}.message-input{width:100%;min-height:80px;max-height:120px;padding:12px 12px 40px;border:1px solid #d1d5db;border-radius:8px;resize:none;font-size:.875rem;line-height:1.5;outline:none;transition:border-color .2s,box-shadow .2s;color:#666}.message-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.message-input-actions{position:absolute;bottom:8px;right:8px;display:flex;align-items:center}.send-button{display:flex;align-items:center;justify-content:center;background-color:#e5e7eb;border:none;cursor:pointer;transition:background-color .2s;margin-left:8px;color:#000}.send-button.active{background-color:#2563eb;color:#fff}.send-icon{width:16px;height:16px}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;background-color:#fff}.empty-icon{width:48px;height:48px;color:#9ca3af;margin-bottom:16px}.empty-title{font-size:1.125rem;font-weight:500;color:#111827;margin-bottom:8px}.empty-description{font-size:.875rem;color:#6b7280;text-align:center;margin-bottom:24px}.primary-button{background-color:#2563eb;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;transition:background-color .2s}.primary-button:hover{background-color:#1d4ed8}.button-icon{margin-right:8px;width:16px;height:16px}@media (max-width: 992px){.conversations-panel{width:280px}}@media (max-width: 768px){.conversations-panel{width:240px}.contact-subtitle{flex-wrap:wrap}.message-bubble{max-width:85%}}@media (max-width: 640px){.messages-container{flex-direction:column}.conversations-panel{width:100%;height:40%;border-right:none;border-bottom:1px solid #e5e7eb}.message-panel{height:60%}.empty-state{padding:24px}}.property-title{font-size:14px;font-weight:600;color:#333;margin:0 0 4px}.property-address{font-size:12px;color:#666;display:flex;align-items:center;margin:0}.property-info-container{display:flex;background-color:#f8f9fa;border-radius:8px;margin:0 16px 16px;padding:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e1e4e8}.property-image{width:100px;height:70px;border-radius:6px;overflow:hidden;margin-right:12px;flex-shrink:0}.property-image img{width:100%;height:100%;object-fit:cover}.property-details{flex:1;display:flex;flex-direction:column;justify-content:center}.property-title{font-size:14px;font-weight:600;color:#333;margin:0 0 4px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.property-price{font-size:13px;font-weight:600;color:#2563eb;margin:0 0 4px}.property-address{font-size:12px;color:#666;display:flex;align-items:center;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.property-address .location-icon{margin-right:4px;color:#666}.message-content{max-height:calc(100% - 195px)}@media (max-width: 768px){.property-info-container{flex-direction:column;align-items:flex-start}.property-image{width:100%;height:120px;margin-right:0;margin-bottom:8px}}#root{text-align:center;width:100%;text-align:left;background-color:#fff}input{background-color:#fff!important}.main-content{width:100%}.logo{font-weight:700;font-size:18px;color:#292d77}.sidebar-nav{padding:16px 8px;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.nav-item{display:flex;align-items:center;padding:8px 12px;border-radius:6px;text-decoration:none;color:#4b5563;font-size:14px;font-weight:500;transition:background-color .2s}.nav-item:hover{background-color:#f3f4f6}.nav-item.active{background-color:#ebf5ff;color:#292d77}.nav-icon{width:20px;height:20px;margin-right:12px}.nav-item.active .nav-icon{color:#292d77}.primary-button{background-color:#292d77;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;display:flex;align-items:center;cursor:pointer;transition:background-color .2s}.primary-button:hover{background-color:#292d77}.button-icon{width:16px;height:16px;margin-right:8px}.secondary-button{background-color:#fff;color:#4b5563;border:1px solid #e5e7eb;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.secondary-button:hover{background-color:#f3f4f6}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.filters-panel{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;overflow:hidden}.filters-header{padding:16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.filter-controls{display:flex;gap:16px;align-items:center}.filter-button{padding:8px 16px;border:1px solid #e5e7eb;border-radius:6px;background-color:#fff;color:#4b5563;font-size:14px;font-weight:500;display:flex;align-items:center;cursor:pointer}.filter-button .button-icon:last-child{margin-left:8px;margin-right:0}.select-control{padding:8px 32px 8px 12px;font-size:14px;border:1px solid #e5e7eb;border-radius:6px;background-color:#fff;color:#4b5563;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234b5563'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:16px;cursor:pointer}.view-controls{display:flex;align-items:center;gap:8px}.view-button{padding:8px;border-radius:6px;background:none;border:none;color:#6b7280;cursor:pointer}.view-button.active{background-color:#ebf5ff;color:#292d77}.expanded-filters{padding:16px;border-bottom:1px solid #e5e7eb}.filter-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:16px;margin-bottom:16px}.filter-group{display:flex;flex-direction:column}.filter-group.large{grid-column:span 2}.filter-group label{font-size:14px;font-weight:500;color:#4b5563;margin-bottom:4px}.input-control{padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s,box-shadow .2s}.input-control:focus{border-color:#292d77;box-shadow:0 0 0 3px #3b82f61a}.property-price{font-size:16px;font-weight:700;color:#292d77}
