*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f7fa;color:#333;line-height:1.5}.app-layout{display:flex;min-height:100vh}.sidebar{width:240px;background:#1a1a2e;color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh}.logo{padding:20px;border-bottom:1px solid rgba(255,255,255,.1)}.logo h1{font-size:1.4rem;font-weight:600}.nav-menu{flex:1;padding:20px 0}.nav-menu a{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#ffffffb3;text-decoration:none;transition:all .2s}.nav-menu a:hover,.nav-menu a.active{background:#ffffff1a;color:#fff}.sidebar-footer{padding:20px;border-top:1px solid rgba(255,255,255,.1)}.user-email{display:block;font-size:.85rem;color:#fff9;margin-bottom:10px;word-break:break-all}.logout-btn{display:flex;align-items:center;gap:8px;background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:8px 16px;border-radius:6px;cursor:pointer;width:100%;justify-content:center}.logout-btn:hover{background:#ffffff1a}.main-content{flex:1;margin-left:240px;padding:30px;min-height:100vh}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e)}.login-card{background:#fff;padding:40px;border-radius:12px;width:100%;max-width:400px;text-align:center;box-shadow:0 10px 40px #0003}.login-card h1{color:#1a1a2e;margin-bottom:8px}.login-card p{color:#666;margin-bottom:30px}.login-card form{text-align:left}.error-msg{background:#fee;color:#c00;padding:12px;border-radius:6px;margin-bottom:20px}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#444}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:1rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1a1a2e}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}button,.btn-primary,.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:6px;font-size:1rem;cursor:pointer;border:none;transition:all .2s}.btn-primary{background:#1a1a2e;color:#fff}.btn-primary:hover{background:#2a2a4e}.btn-secondary{background:#eee;color:#333}.btn-secondary:hover{background:#ddd}button:disabled{opacity:.5;cursor:not-allowed}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.page-header h1{font-size:1.8rem;color:#1a1a2e}.dashboard h1{margin-bottom:30px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.stat-card{background:#fff;padding:24px;border-radius:12px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #0000000d}.stat-card.clickable{text-decoration:none;color:inherit;cursor:pointer;transition:all .2s}.stat-card.clickable:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.stat-icon{font-size:2rem;color:#1a1a2e;opacity:.8}.stat-value{font-size:1.8rem;font-weight:700;color:#1a1a2e}.stat-label{color:#666;font-size:.9rem}.property-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000d}.property-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.status-badge{padding:4px 10px;border-radius:20px;font-size:.8rem;font-weight:500}.status-badge.available{background:#e8f5e9;color:#2e7d32}.status-badge.reserved{background:#fff3e0;color:#ef6c00}.status-badge.sold{background:#e3f2fd;color:#1565c0}.property-type{color:#666;font-size:.9rem;text-transform:capitalize;margin-bottom:8px}.property-address{color:#333;margin-bottom:12px}.property-price{font-size:1.4rem;font-weight:700;color:#1a1a2e;margin-bottom:8px}.property-details{display:flex;gap:16px;color:#666;font-size:.9rem;margin-bottom:16px}.property-actions{display:flex;gap:8px;border-top:1px solid #eee;padding-top:16px}.property-actions button{flex:1;padding:8px;background:#f5f5f5;color:#666}.property-actions button:hover{background:#eee;color:#333}.contacts-list{display:flex;flex-direction:column;gap:12px}.contact-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000000d}.contact-info{display:flex;align-items:center;gap:12px;margin-bottom:12px}.contact-name{font-weight:600;font-size:1.1rem;color:#1a1a2e}.type-badge{padding:4px 10px;border-radius:20px;font-size:.8rem;font-weight:500;background:#f0f0f0;color:#666}.type-badge.investor{background:#e8f5e9;color:#2e7d32}.type-badge.buyer{background:#e3f2fd;color:#1565c0}.type-badge.seller{background:#fff3e0;color:#ef6c00}.contact-details{display:flex;gap:20px;margin-bottom:12px}.contact-details a{display:flex;align-items:center;gap:6px;color:#666;text-decoration:none}.contact-details a:hover{color:#1a1a2e}.contact-notes{color:#666;font-size:.9rem;padding:12px;background:#f9f9f9;border-radius:6px;margin-bottom:12px}.contact-actions{display:flex;gap:8px}.contact-actions button{padding:8px 16px;background:#f5f5f5;color:#666}.contact-actions button:hover{background:#eee;color:#333}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;padding:24px;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.modal-header h2{font-size:1.3rem}.close-btn{background:none;border:none;font-size:1.2rem;color:#666;cursor:pointer;padding:4px}.loading{display:flex;align-items:center;justify-content:center;padding:60px;color:#666}.contact-tabs{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.tab-btn{padding:8px 16px;background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:.9rem;color:#666}.tab-btn:hover{background:#f5f5f5}.tab-btn.active{background:#1a1a2e;color:#fff;border-color:#1a1a2e}.kanban-board{display:flex;gap:16px;overflow-x:auto;padding-bottom:20px}.kanban-column{min-width:280px;max-width:280px;background:#f0f2f5;border-radius:12px;padding:12px}.kanban-column.drag-over{background:#e3f2fd}.column-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;margin-bottom:12px}.column-title{font-weight:600;color:#333}.column-count{background:#0000001a;padding:2px 8px;border-radius:10px;font-size:.8rem;color:#666}.column-cards{display:flex;flex-direction:column;gap:8px;min-height:100px}.kanban-card{background:#fff;padding:12px;border-radius:8px;cursor:pointer;box-shadow:0 1px 3px #0000001a;transition:all .2s}.kanban-card:hover{box-shadow:0 3px 8px #00000026}.kanban-card.dragging{opacity:.5}.card-name{font-weight:600;color:#1a1a2e;margin-bottom:8px}.card-contacts{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.card-contact{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#666}.card-contact svg{font-size:.7rem}.card-followup{display:flex;align-items:center;gap:6px;font-size:.75rem;padding:4px 8px;border-radius:4px;background:#f0f0f0;color:#666}.card-followup.today{background:#fff3e0;color:#ef6c00}.card-followup.overdue{background:#ffebee;color:#c62828}.empty-column{text-align:center;padding:20px;color:#999;font-size:.85rem}.modal-large{max-width:700px}.contact-header-info{display:flex;align-items:center;gap:12px}.contact-header-info h2{font-size:1.4rem}.contact-detail-content{display:flex;flex-direction:column;gap:24px}.detail-section{border-bottom:1px solid #eee;padding-bottom:20px}.detail-section:last-child{border-bottom:none}.detail-section h4{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#333;font-size:1rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-header h4{margin-bottom:0}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.info-item{display:flex;flex-direction:column;gap:4px}.info-item.full-width{grid-column:1 / -1}.info-item label{font-size:.8rem;color:#666;text-transform:uppercase}.info-value{display:flex;align-items:center;gap:8px;padding:8px;background:#f9f9f9;border-radius:6px;cursor:pointer;min-height:38px}.info-value:hover{background:#f0f0f0}.info-value .empty{color:#999;font-style:italic}.info-value .edit-icon{margin-left:auto;font-size:.8rem;color:#999}.info-value.notes{white-space:pre-wrap;min-height:60px;align-items:flex-start}.edit-inline{display:flex;gap:8px}.edit-inline input,.edit-inline textarea{flex:1;padding:8px;border:1px solid #ddd;border-radius:4px}.edit-inline button{padding:8px 12px;background:#f0f0f0;border:none;border-radius:4px;cursor:pointer}.stage-pipeline{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.stage-item-wrapper{display:flex;align-items:center;gap:8px}.stage-item{padding:8px 16px;background:#f0f0f0;border:none;border-radius:20px;cursor:pointer;font-size:.85rem;color:#666}.stage-item:hover{background:#e0e0e0}.stage-item.current{background:#1a1a2e;color:#fff}.stage-arrow{color:#ccc;font-size:.8rem}.followup-input{padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:1rem}.activities-timeline{display:flex;flex-direction:column;gap:12px}.activity-item{display:flex;gap:12px;padding:12px;background:#f9f9f9;border-radius:8px;position:relative}.activity-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e0e0e0;color:#666;flex-shrink:0}.activity-item.call .activity-icon{background:#e3f2fd;color:#1565c0}.activity-item.email .activity-icon{background:#fff3e0;color:#ef6c00}.activity-item.meeting .activity-icon{background:#e8f5e9;color:#2e7d32}.activity-item.note .activity-icon{background:#f3e5f5;color:#7b1fa2}.activity-content{flex:1}.activity-header{display:flex;justify-content:space-between;margin-bottom:4px}.activity-type{font-weight:600;font-size:.9rem;color:#333}.activity-date{font-size:.8rem;color:#999}.activity-title{font-size:.9rem;color:#333;margin-bottom:4px}.activity-notes{font-size:.85rem;color:#666}.activity-duration{font-size:.8rem;color:#999;margin-top:4px}.activity-delete{position:absolute;top:12px;right:12px;background:none;border:none;color:#ccc;cursor:pointer;padding:4px}.activity-delete:hover{color:#c62828}.no-activities{color:#999;text-align:center;padding:20px}.activity-form{background:#f9f9f9;padding:16px;border-radius:8px;margin-bottom:16px}.activity-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.activity-form-header h4{margin:0}.close-btn-small{background:none;border:none;color:#666;cursor:pointer;padding:4px}.activity-type-selector{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.type-btn{padding:8px 12px;background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:.85rem}.type-btn.active{background:#1a1a2e;color:#fff;border-color:#1a1a2e}.btn-small{padding:8px 16px;font-size:.9rem}.danger-zone{border-top:1px solid #ffcdd2;padding-top:20px}.btn-danger{background:#c62828;color:#fff}.btn-danger:hover{background:#b71c1c}.stat-card.warning{border-left:4px solid #c62828}.stat-card.warning .stat-icon{color:#c62828}.stat-card.highlight{border-left:4px solid #ef6c00}.stat-card.highlight .stat-icon{color:#ef6c00}.dashboard-section{background:#fff;padding:20px;border-radius:12px;margin-top:24px}.dashboard-section h3{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#1a1a2e}.dashboard-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px}.type-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.type-stat{display:flex;justify-content:space-between;padding:12px;background:#f9f9f9;border-radius:6px}.type-label{color:#666;font-size:.9rem}.type-count{font-weight:600;color:#1a1a2e}.followup-group{margin-bottom:20px}.followup-group h4{display:flex;align-items:center;gap:8px;font-size:.9rem;margin-bottom:12px;color:#666}.followup-group.overdue h4{color:#c62828}.followup-group.today h4{color:#ef6c00}.followup-list{display:flex;flex-direction:column;gap:8px}.followup-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f9f9f9;border-radius:6px;text-decoration:none;color:inherit}.followup-item:hover{background:#f0f0f0}.followup-name{font-weight:500;color:#1a1a2e}.followup-type{font-size:.8rem;color:#999}.followup-date{font-size:.8rem;color:#666}.no-followups{color:#999;text-align:center;padding:20px}.recent-activities{display:flex;flex-direction:column;gap:8px}.recent-activity-item{display:flex;align-items:center;gap:12px;padding:10px;background:#f9f9f9;border-radius:6px}.activity-icon-small{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e0e0e0;color:#666;font-size:.8rem}.activity-info{flex:1;display:flex;flex-direction:column}.activity-contact{font-weight:500;color:#1a1a2e;font-size:.9rem}.activity-title{font-size:.8rem;color:#666}.activity-date-small{font-size:.75rem;color:#999}.type-badge.tenant{background:#f3e5f5;color:#7b1fa2}.type-badge.landlord{background:#e0f2f1;color:#00695c}.type-badge.builder{background:#fff8e1;color:#f9a825}.type-badge.colleague{background:#e8eaf6;color:#3949ab}.role-selector{display:flex;flex-wrap:wrap;gap:8px}.role-btn{padding:8px 14px;border:2px solid #ddd;border-radius:20px;background:#fff;cursor:pointer;font-size:.85rem;display:flex;align-items:center;gap:6px;transition:all .2s}.role-btn.selected{background:var(--role-bg, #e3f2fd);border-color:var(--role-color, #1565c0);color:var(--role-color, #1565c0)}.role-btn svg{font-size:.7rem}.pipeline-stages{display:flex;flex-direction:column;gap:12px}.pipeline-stage-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f9f9f9;border-radius:8px;border-left:3px solid #ddd}.pipeline-role-label{font-weight:600;font-size:.9rem;min-width:100px}.pipeline-stage-controls{display:flex;gap:8px;flex:1}.pipeline-stage-controls select,.pipeline-stage-controls input{padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:.9rem}.pipeline-stage-controls select{flex:1}.pipeline-stage-controls input[type=date]{width:160px}.card-roles{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.role-badge{padding:2px 8px;border-radius:10px;font-size:.7rem;font-weight:500}.card-tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.tag-badge{padding:2px 6px;border-radius:8px;font-size:.65rem;font-weight:500;color:#fff}.tag-badge.tag-more{background:#999!important}.tag-category{margin-bottom:16px}.tag-category-label{font-size:.85rem;font-weight:600;color:#666;margin-bottom:8px}.tag-buttons{display:flex;flex-wrap:wrap;gap:6px}.tag-btn{padding:6px 12px;border:1.5px solid;border-radius:16px;font-size:.8rem;font-weight:500;cursor:pointer;background:transparent;transition:all .2s}.tag-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.tag-btn.selected{color:#fff!important}.tag-btn-add{border:1.5px dashed #ccc!important;color:#666!important;background:transparent!important}.tag-btn-add:hover{border-color:#999!important;color:#333!important}.custom-tag-input-inline{display:inline-flex;gap:4px;align-items:center;vertical-align:middle}.custom-tag-input-inline input{padding:6px 10px;border:1.5px solid #ddd;border-radius:16px;font-size:.8rem;width:120px}.btn-icon-small{padding:4px 8px;border:none;background:#f0f0f0;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;color:#666}.btn-icon-small:hover{background:#e0e0e0;color:#333}.selected-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px;padding:12px;background:#f8f9fa;border-radius:8px}.selected-tag{padding:4px 8px;border-radius:12px;font-size:.8rem;font-weight:500;color:#fff;display:flex;align-items:center;gap:6px}.selected-tag button{background:none;border:none;color:#fff;cursor:pointer;font-size:1rem;opacity:.8;padding:0;line-height:1}.selected-tag button:hover{opacity:1}.custom-tag-section{margin-top:12px}.custom-tag-input{display:flex;gap:8px;align-items:center}.custom-tag-input input{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:6px}.contact-tags-display{margin-top:12px}.tags-list{display:flex;flex-wrap:wrap;gap:8px}.tag-display{padding:6px 12px;border-radius:16px;font-size:.85rem;font-weight:500;color:#fff}.tags-editor{margin-top:16px;padding:16px;background:#f8f9fa;border-radius:8px}.tags-editor-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:16px;padding-top:16px;border-top:1px solid #dee2e6}.contact-roles-header{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:8px}.type-badge.active{border:2px solid;font-weight:600}.remove-role-btn{background:none;border:none;margin-left:4px;cursor:pointer;font-size:1rem;opacity:.6;padding:0;line-height:1}.remove-role-btn:hover{opacity:1}.add-role-wrapper{position:relative}.add-role-btn{width:28px;height:28px;border-radius:50%;background:#f0f0f0;border:1px dashed #ccc;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666}.add-role-btn:hover{background:#e0e0e0}.add-role-dropdown{position:absolute;top:100%;left:0;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:100;min-width:150px;margin-top:4px}.add-role-dropdown button{display:block;width:100%;padding:10px 16px;text-align:left;background:none;border:none;cursor:pointer;font-size:.9rem}.add-role-dropdown button:hover{background:#f5f5f5}.linked-items-list{display:flex;flex-direction:column;gap:8px}.linked-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f9f9f9;border-radius:8px}.linked-item-main{display:flex;flex-direction:column;gap:2px}.linked-item-title{font-weight:600;color:#1a1a2e}.linked-item-type{font-size:.8rem;color:#666}.linked-item-details{display:flex;align-items:center;gap:12px;font-size:.9rem}.linked-item-status{font-weight:500}.no-items{color:#999;text-align:center;padding:16px}.header-actions{display:flex;gap:12px;align-items:center}.btn-secondary.active{background:#1a1a2e;color:#fff}.filter-count{background:#c62828;color:#fff;font-size:.7rem;padding:2px 6px;border-radius:10px;margin-left:4px}.filters-bar{display:flex;gap:16px;align-items:flex-end;padding:16px;background:#fff;border-radius:8px;margin-bottom:24px;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:4px}.filter-group label{font-size:.8rem;color:#666}.filter-group select{padding:8px 12px;border:1px solid #ddd;border-radius:6px;min-width:150px}.btn-text{background:none;border:none;color:#1565c0;cursor:pointer;font-size:.9rem;padding:8px}.btn-text:hover{text-decoration:underline}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.property-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d;cursor:pointer;transition:all .2s}.property-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.property-card-header{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f9f9f9;border-bottom:1px solid #eee}.property-type-icon{font-size:1.2rem;color:#1a1a2e}.property-listing-type{font-size:.8rem;color:#666;text-transform:uppercase}.property-status{margin-left:auto;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:500}.property-card-body{padding:16px}.property-reference{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin-bottom:4px}.property-location{font-size:.9rem;color:#666;margin-bottom:12px}.property-details{display:flex;gap:12px;font-size:.85rem;color:#666}.property-details span{padding:4px 8px;background:#f0f0f0;border-radius:4px}.property-type-label{color:#1a1a2e;font-weight:500}.property-card-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-top:1px solid #eee}.property-price{font-size:1.2rem;font-weight:700;color:#1a1a2e}.property-owner{font-size:.85rem;color:#666}.property-development-badge{background:#fff3e0;color:#ef6c00;padding:8px 16px;text-align:center;font-size:.85rem;font-weight:500}.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:12px}.empty-icon{font-size:3rem;color:#ddd;margin-bottom:16px}.empty-state h3{color:#333;margin-bottom:8px}.empty-state p{color:#666;margin-bottom:20px}.modal-xlarge{max-width:900px}.property-form{display:flex;flex-direction:column;gap:24px}.form-section{border-bottom:1px solid #eee;padding-bottom:20px}.form-section:last-child{border-bottom:none}.form-section h4{margin-bottom:16px;color:#333;font-size:1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.feature-checkbox{display:flex;align-items:center;gap:8px;font-size:.9rem;cursor:pointer}.feature-checkbox input{width:auto}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:.9rem;cursor:pointer}.checkbox-label input{width:auto}.units-section{margin-top:16px;padding:16px;background:#f9f9f9;border-radius:8px}.unit-row{display:grid;grid-template-columns:1.3fr .9fr .6fr .5fr .8fr auto;gap:4px;margin-bottom:8px;align-items:center}.unit-row input,.unit-row select{padding:6px;border:1px solid #ddd;border-radius:4px;font-size:.8rem;min-width:0}.btn-icon{padding:8px;background:#f0f0f0;border:none;border-radius:4px;cursor:pointer;color:#666}.btn-icon.danger{color:#c62828}.btn-icon:hover{background:#e0e0e0}.property-detail-content{display:flex;flex-direction:column;gap:24px}.property-header-info{display:flex;align-items:center;gap:12px;flex:1}.property-header-info h2{font-size:1.3rem}.property-main-info{display:flex;justify-content:space-between;align-items:center}.property-price-large{font-size:2rem;font-weight:700;color:#1a1a2e}.price-suffix{font-size:1rem;font-weight:400;color:#666}.property-type-info{text-align:right}.property-type-info .property-type{font-size:1.1rem;font-weight:600;color:#333;display:block}.property-type-info .listing-type{font-size:.9rem;color:#666}.property-specs{display:flex;gap:20px;margin-bottom:16px}.spec-item{display:flex;align-items:center;gap:8px;font-size:1rem;color:#333}.spec-item svg{color:#666}.features-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.feature-tag{display:flex;align-items:center;gap:4px;padding:6px 12px;background:#e8f5e9;color:#2e7d32;border-radius:16px;font-size:.85rem}.feature-tag svg{font-size:.7rem}.property-description{margin-top:16px}.property-description label{display:block;font-size:.8rem;color:#666;margin-bottom:8px}.property-description p{color:#333;line-height:1.6}.units-list{display:flex;flex-direction:column;gap:8px}.unit-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f9f9f9;border-radius:8px}.unit-item.sold{opacity:.6}.unit-main{display:flex;align-items:center;gap:12px}.unit-name{font-weight:600;color:#1a1a2e}.unit-status{font-size:.8rem;padding:2px 8px;border-radius:10px}.unit-status.available{background:#e8f5e9;color:#2e7d32}.unit-status.reserved{background:#fff3e0;color:#ef6c00}.unit-status.sold{background:#e3f2fd;color:#1565c0}.unit-details{display:flex;gap:16px;font-size:.9rem;color:#666}.development-overview{background:#f8f9fa;border-radius:8px;padding:20px}.loading-units,.empty-units{text-align:center;padding:32px;color:#666}.empty-units p{margin:0}.development-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.summary-stat{background:#fff;padding:16px;border-radius:8px;text-align:center;border:1px solid #e0e0e0}.summary-stat.available{border-left:4px solid #2e7d32}.summary-stat.reserved{border-left:4px solid #ef6c00}.summary-stat.sold{border-left:4px solid #1565c0}.stat-value{display:block;font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:4px}.stat-label{display:block;font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.development-units-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.development-unit-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;transition:all .2s ease}.development-unit-card:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.development-unit-card.status-sold{opacity:.7}.unit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.unit-ref{font-weight:600;color:#1a1a2e;font-size:.95rem}.unit-status-badge{padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500}.unit-details .unit-price{font-size:1.25rem;font-weight:700;color:#1a1a2e;margin-bottom:8px}.unit-details .unit-specs{display:flex;gap:12px;font-size:.85rem;color:#666}.unit-details .unit-specs span{display:flex;align-items:center;gap:4px}.unit-address{margin-top:8px;font-size:.8rem;color:#999}.parent-development-section{background:#fff8e1;border:1px solid #ffd54f;border-radius:8px;padding:16px}.parent-development-info{display:flex;justify-content:space-between;align-items:center}.parent-dev-main{display:flex;flex-direction:column;gap:4px}.parent-dev-name{font-weight:600;color:#1a1a2e;font-size:1rem}.parent-dev-address,.parent-dev-meta{font-size:.85rem;color:#666}.form-hint{display:block;font-size:.75rem;color:#999;margin-top:4px;font-style:italic}.matches-list{display:flex;flex-direction:column;gap:8px}.match-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f9f9f9;border-radius:8px}.match-main{display:flex;flex-direction:column;gap:2px}.match-contact{font-weight:600;color:#1a1a2e}.match-type{font-size:.8rem;color:#666}.match-details{font-size:.85rem;color:#666}.match-score{padding:6px 12px;border-radius:16px;font-size:.85rem;font-weight:500}.procuras-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:16px}.procura-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d;cursor:pointer;transition:all .2s}.procura-card:hover{box-shadow:0 4px 16px #0000001a}.procura-card.cancelled{opacity:.6}.procura-card.found{border-left:4px solid #2e7d32}.procura-card-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f9f9f9;border-bottom:1px solid #eee}.procura-contact{display:flex;flex-direction:column}.procura-contact .contact-name{font-weight:600;color:#1a1a2e}.procura-type{font-size:.8rem;color:#666}.procura-urgency{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:500}.procura-card-body{padding:16px}.procura-criteria{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.criteria-item{padding:4px 10px;background:#f0f0f0;border-radius:4px;font-size:.85rem;color:#333}.criteria-item.locations{background:#e3f2fd;color:#1565c0}.procura-budget{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin-bottom:8px}.procura-must-have{font-size:.85rem;color:#666}.procura-must-have strong{color:#c62828}.procura-card-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-top:1px solid #eee}.procura-financing{font-size:.85rem;color:#666}.procura-matches{background:#e8f5e9;color:#2e7d32;padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:500}.procura-status{font-size:.85rem;font-weight:500}.procura-form-content{display:flex;gap:24px}.procura-form{flex:1;display:flex;flex-direction:column;gap:20px}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}.checkbox-grid.small{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.checkbox-item{display:flex;align-items:center;gap:8px;font-size:.9rem;cursor:pointer}.checkbox-item input{width:auto}.checkbox-item input:disabled+span{opacity:.5}.locations-input{display:flex;gap:8px}.locations-input input{flex:1;padding:10px 12px;border:1px solid #ddd;border-radius:6px}.locations-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.location-tag{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#e3f2fd;color:#1565c0;border-radius:16px;font-size:.85rem}.location-tag button{background:none;border:none;cursor:pointer;font-size:1rem;color:inherit;padding:0;line-height:1}.procura-matches-sidebar{width:280px;background:#f9f9f9;border-radius:8px;padding:16px;max-height:500px;overflow-y:auto}.procura-matches-sidebar h4{margin-bottom:12px;font-size:.95rem;color:#333}.match-item-small{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#fff;border-radius:6px;margin-bottom:8px}.match-info{display:flex;flex-direction:column}.match-ref{font-weight:500;color:#1a1a2e;font-size:.85rem}.match-location{font-size:.75rem;color:#666}.match-score-small{padding:4px 8px;border-radius:10px;font-size:.75rem;font-weight:600}.matches-page .page-header{flex-wrap:wrap;gap:16px}.view-toggle{display:flex;background:#f0f0f0;border-radius:8px;overflow:hidden}.view-toggle button{padding:8px 16px;background:none;border:none;cursor:pointer;font-size:.85rem;color:#666}.view-toggle button.active{background:#1a1a2e;color:#fff}.matches-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:24px}.matches-stats .stat-card{padding:16px;flex-direction:column;text-align:center;gap:4px}.matches-stats .stat-value{font-size:1.5rem}.matches-stats .stat-label{font-size:.8rem}.score-filter{background:#fff;padding:16px;border-radius:8px;margin-bottom:24px;display:flex;align-items:center;gap:16px}.score-filter label{font-size:.9rem;color:#666;min-width:120px}.score-filter input[type=range]{flex:1;max-width:300px}.matches-groups{display:flex;flex-direction:column;gap:24px}.match-group{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.match-group-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#f9f9f9;border-bottom:1px solid #eee;flex-wrap:wrap;gap:12px}.procura-info{display:flex;align-items:center;gap:12px}.procura-info .icon{font-size:1.2rem;color:#1565c0}.procura-details{display:flex;flex-direction:column}.procura-criteria{display:flex;gap:12px;font-size:.85rem;color:#666}.match-count{background:#e8f5e9;color:#2e7d32;padding:6px 12px;border-radius:16px;font-size:.85rem;font-weight:500}.match-group-properties{padding:16px;display:flex;flex-direction:column;gap:12px}.match-property{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f9f9f9;border-radius:8px;flex-wrap:wrap;gap:12px}.property-info{display:flex;align-items:center;gap:12px;min-width:200px}.property-info .icon{font-size:1.2rem;color:#ef6c00}.property-details{display:flex;flex-direction:column}.property-ref{font-weight:600;color:#1a1a2e}.property-location{font-size:.8rem;color:#666}.property-specs{display:flex;gap:12px;font-size:.85rem;color:#666;flex-wrap:wrap}.property-bedrooms,.property-area{padding:2px 8px;background:#e0e0e0;border-radius:4px}.match-score-details{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.score-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:16px;font-weight:600}.score-label{font-weight:400;font-size:.8rem}.match-criteria{display:flex;gap:4px}.criteria-met{padding:2px 6px;background:#e8f5e9;color:#2e7d32;border-radius:4px;font-size:.7rem}@media(max-width:1024px){.dashboard-columns{grid-template-columns:1fr}}@media(max-width:768px){.sidebar{width:100%;height:auto;position:relative}.main-content{margin-left:0}.app-layout{flex-direction:column}.nav-menu{display:flex;padding:0}.nav-menu a{flex:1;justify-content:center;padding:16px}.sidebar-footer{display:none}.kanban-board{flex-direction:column}.kanban-column{min-width:100%;max-width:100%}.info-grid{grid-template-columns:1fr}.stage-pipeline{flex-direction:column;align-items:stretch}.stage-item-wrapper{flex-direction:column}.stage-arrow{transform:rotate(90deg)}}.deals-page .page-header{flex-wrap:wrap;gap:16px}.deals-page .page-header h1{display:flex;align-items:center;gap:12px}.filter-tabs{display:flex;gap:8px;background:#f0f0f0;padding:4px;border-radius:8px}.filter-tabs button{padding:8px 16px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:.9rem;color:#666;display:flex;align-items:center;gap:6px}.filter-tabs button.active{background:#fff;color:#1a1a2e;box-shadow:0 1px 3px #0000001a}.filter-tabs button:hover:not(.active){color:#333}.deals-kanban{display:flex;gap:16px;overflow-x:auto;padding-bottom:20px}.deals-kanban .kanban-column{min-width:260px;max-width:260px;background:#f5f7fa;border-radius:12px;padding:0;border-top:3px solid #ddd}.deals-kanban .kanban-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;border-radius:12px 12px 0 0}.deals-kanban .kanban-header h3{font-size:.95rem;font-weight:600;color:#333}.deals-kanban .kanban-header .count{background:#e0e0e0;padding:2px 8px;border-radius:10px;font-size:.8rem;color:#666}.deals-kanban .kanban-cards{padding:12px;display:flex;flex-direction:column;gap:10px;min-height:200px}.deals-kanban .kanban-empty{text-align:center;padding:30px 16px;color:#999;font-size:.85rem}.deal-card{background:#fff;border-radius:8px;padding:14px;cursor:pointer;box-shadow:0 1px 3px #00000014;transition:all .2s}.deal-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-1px)}.deal-card.dragging{opacity:.5}.deal-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.deal-card .deal-property{font-weight:600;color:#1a1a2e;font-size:.95rem}.deal-card .deal-outcome{font-size:.75rem;font-weight:500}.deal-card-body{margin-bottom:10px}.deal-card .deal-buyer{font-size:.85rem;color:#666;margin-bottom:6px}.deal-card .deal-price{font-size:1.05rem;font-weight:600;color:#1a1a2e}.deal-card .deal-price .agreed{color:#2e7d32}.deal-card-footer{display:flex;gap:12px;padding-top:10px;border-top:1px solid #f0f0f0}.deal-card .deal-stat{font-size:.75rem;color:#999}.deals-list{display:flex;flex-direction:column;gap:12px}.deal-list-item{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s}.deal-list-item:hover{box-shadow:0 2px 8px #0000001a}.deal-list-main{display:flex;flex-direction:column;gap:4px}.deal-list-item .deal-property{font-weight:600;color:#1a1a2e}.deal-list-item .deal-buyer{font-size:.85rem;color:#666}.deal-list-price{font-weight:600;color:#1a1a2e}.deal-list-outcome{padding:6px 12px;border-radius:16px;font-size:.85rem;font-weight:500}.deal-header-info{display:flex;align-items:center;gap:12px;flex:1}.deal-header-info h2{font-size:1.3rem}.stage-badge{padding:4px 12px;border-radius:12px;font-size:.8rem;font-weight:500;color:#fff}.btn-success{background:#2e7d32;color:#fff}.btn-success:hover{background:#1b5e20}.btn-danger-outline{background:transparent;border:1px solid #c62828;color:#c62828}.btn-danger-outline:hover{background:#ffebee}.deal-stages-progress{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#f9f9f9;border-radius:8px;margin:16px 0}.stage-step{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;flex:1}.stage-step .stage-dot{width:16px;height:16px;border-radius:50%;background:#ddd;transition:all .2s}.stage-step.active .stage-dot{width:20px;height:20px;box-shadow:0 0 0 4px #0000001a}.stage-step .stage-label{font-size:.75rem;color:#999}.stage-step.active .stage-label,.stage-step.completed .stage-label{color:#333;font-weight:500}.deal-tabs{display:flex;gap:4px;border-bottom:1px solid #eee;margin-bottom:20px}.deal-tabs button{padding:12px 20px;background:none;border:none;cursor:pointer;font-size:.9rem;color:#666;border-bottom:2px solid transparent;margin-bottom:-1px}.deal-tabs button.active{color:#1a1a2e;border-bottom-color:#1a1a2e;font-weight:500}.deal-tabs button:hover:not(.active){color:#333}.deal-detail-content{padding:0}.deal-overview{display:flex;flex-direction:column;gap:24px}.overview-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.overview-card{display:flex;align-items:center;gap:12px;padding:16px;background:#f9f9f9;border-radius:8px}.overview-card.highlight{background:#e8f5e9}.overview-card .card-icon{font-size:1.3rem;color:#666}.overview-card.highlight .card-icon{color:#2e7d32}.overview-card .card-content{display:flex;flex-direction:column}.overview-card .card-content label{font-size:.75rem;color:#999;text-transform:uppercase}.overview-card .card-content span{font-weight:500;color:#333}.overview-card .card-content .price{font-size:1.1rem;font-weight:600;color:#1a1a2e}.overview-timeline{background:#f9f9f9;padding:16px;border-radius:8px}.overview-timeline h4{margin-bottom:12px;font-size:.95rem}.timeline-items{display:flex;gap:16px;flex-wrap:wrap}.timeline-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border-radius:6px;font-size:.85rem;color:#666}.timeline-item.done{color:#2e7d32}.timeline-item svg{font-size:.9rem}.deal-notes{padding:16px;background:#f9f9f9;border-radius:8px}.deal-notes h4{margin-bottom:8px;font-size:.9rem}.deal-notes p{color:#666;font-size:.9rem}.deal-visits .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.deal-visits .section-header h4{margin:0}.inline-form{background:#f9f9f9;padding:16px;border-radius:8px;margin-bottom:16px}.inline-form .form-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.inline-form input,.inline-form select{padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:.9rem}.inline-form input.full-width{flex:1;min-width:200px}.visits-list{display:flex;flex-direction:column;gap:12px}.visit-item{padding:16px;background:#f9f9f9;border-radius:8px;border-left:3px solid #ddd}.visit-item.scheduled{border-left-color:#3498db}.visit-item.completed{border-left-color:#27ae60}.visit-item.cancelled{border-left-color:#e74c3c;opacity:.7}.visit-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.visit-date{display:flex;align-items:center;gap:8px;font-weight:500;color:#333}.visit-status select{padding:6px 10px;border:1px solid #ddd;border-radius:4px;font-size:.85rem}.visit-notes{font-size:.85rem;color:#666;margin-bottom:8px}.visit-feedback{margin-top:12px;padding-top:12px;border-top:1px solid #eee}.visit-feedback label{display:block;font-size:.8rem;color:#666;margin-bottom:6px}.visit-feedback textarea{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:.85rem;resize:vertical;min-height:60px}.empty-list{text-align:center;padding:30px;color:#999;font-size:.9rem}.deal-offers .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.offers-list{display:flex;flex-direction:column;gap:12px}.offer-item{padding:16px;background:#f9f9f9;border-radius:8px;border-left:3px solid #ddd}.offer-item.buyer{border-left-color:#3498db}.offer-item.seller{border-left-color:#9b59b6}.offer-item.accepted{background:#e8f5e9;border-left-color:#27ae60}.offer-item.rejected{opacity:.6;border-left-color:#e74c3c}.offer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.offer-from{font-size:.8rem;color:#666;text-transform:uppercase}.offer-number{font-size:.8rem;color:#999}.offer-amount{font-size:1.2rem;font-weight:600;color:#1a1a2e;margin-bottom:8px}.offer-conditions,.offer-validity{font-size:.85rem;color:#666;margin-bottom:4px}.offer-status-row{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid #eee}.offer-status-row .status-badge{padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:500}.offer-status-row .status-badge.pending{background:#fff3e0;color:#ef6c00}.offer-status-row .status-badge.accepted{background:#e8f5e9;color:#2e7d32}.offer-status-row .status-badge.rejected{background:#ffebee;color:#c62828}.offer-status-row .status-badge.countered{background:#f3e5f5;color:#7b1fa2}.offer-actions{display:flex;gap:8px}.btn-small{padding:6px 12px;font-size:.8rem}.deal-cpcv .section-header,.deal-deed .section-header{margin-bottom:16px}.cpcv-form,.deed-form{background:#f9f9f9;padding:20px;border-radius:8px}.cpcv-form .form-row,.deed-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:16px}.cpcv-form .form-group,.deed-form .form-group{margin-bottom:0}.cpcv-conditions{margin-top:24px}.cpcv-conditions .section-header{display:flex;justify-content:space-between;align-items:center}.cpcv-conditions .section-header h5{font-size:.95rem;color:#333;margin:0}.conditions-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.condition-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f9f9f9;border-radius:6px}.condition-item.completed{opacity:.6}.condition-item.completed span{text-decoration:line-through}.condition-deadline{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#666}.deed-actions{display:flex;gap:12px;margin-top:16px}.deed-completed{display:flex;align-items:center;gap:12px;padding:16px;background:#e8f5e9;border-radius:8px;margin-top:16px}.deed-completed .success-icon{font-size:1.5rem;color:#2e7d32}.lost-form-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:12px}.lost-form{background:#fff;padding:24px;border-radius:8px;width:90%;max-width:400px}.lost-form h4{margin-bottom:16px}.lost-form textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;margin-bottom:16px;font-size:.95rem}.lost-form .form-actions{display:flex;gap:12px;justify-content:flex-end}.empty-selection-message{padding:16px;background:#fff3e0;border:1px solid #ffcc80;border-radius:6px;color:#e65100;font-size:.9rem}.selected-item-preview{margin-top:12px;padding:12px;background:#f5f5f5;border-radius:6px}.preview-row{display:flex;gap:8px;margin-bottom:6px}.preview-row:last-child{margin-bottom:0}.preview-row .label{font-weight:500;color:#666;min-width:80px}.preview-row .price{font-weight:600;color:#1a1a2e}.comissoes-page{padding:20px;max-width:1400px;margin:0 auto}.comissoes-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:30px}.summary-card{background:#fff;border-radius:12px;padding:20px;display:flex;gap:16px;box-shadow:0 2px 8px #0000001a}.summary-card .card-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}.summary-card.wallet .card-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.summary-card.production .card-icon{background:linear-gradient(135deg,#f093fb,#f5576c)}.summary-card.billing .card-icon{background:linear-gradient(135deg,#4facfe,#00f2fe)}.summary-card .card-content{flex:1}.summary-card .card-label{font-size:14px;color:#666;margin-bottom:4px}.summary-card .card-value{font-size:28px;font-weight:700;color:#1a1a2e;margin-bottom:8px}.summary-card .card-sublabel{font-size:12px;color:#999}.summary-card .card-details{display:flex;gap:16px;font-size:13px}.summary-card .card-details .paid{color:#27ae60;display:flex;align-items:center;gap:4px}.summary-card .card-details .pending{color:#e74c3c;display:flex;align-items:center;gap:4px}.year-select{padding:8px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;background:#fff;cursor:pointer}.comissoes-content{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a}.table-container{overflow-x:auto}.comissoes-table{width:100%;border-collapse:collapse;font-size:13px}.comissoes-table thead{background:#f8f9fa}.comissoes-table th{padding:12px;text-align:left;font-weight:600;color:#555;border-bottom:2px solid #dee2e6;white-space:nowrap}.comissoes-table td{padding:12px;border-bottom:1px solid #f0f0f0}.comissoes-table tr.clickable-row:hover{background:#f0f7ff;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d;transition:all .2s ease}.month-header-row{background:#e9ecef!important}.month-header-row:hover{background:#e9ecef!important;transform:none!important;box-shadow:none!important}.month-header{font-weight:700;color:#495057;text-transform:uppercase;font-size:12px;letter-spacing:.5px}.deal-cell{display:flex;flex-direction:column;gap:2px}.deal-cell strong{color:#1a1a2e}.deal-cell small{color:#666;font-size:11px}.price-cell{text-align:right;font-weight:500;color:#1a1a2e}.price-cell.highlight{font-weight:700;color:#27ae60}.comissoes-table .center{text-align:center}.status-paid{color:#27ae60;display:inline-flex;align-items:center;gap:4px;font-size:12px}.status-pending{color:#e74c3c;display:inline-flex;align-items:center;gap:4px;font-size:12px}.stage-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.stage-badge.stage-visit{background:#e3f2fd;color:#1976d2}.stage-badge.stage-proposal{background:#f3e5f5;color:#7b1fa2}.stage-badge.stage-reservation{background:#fff3e0;color:#f57c00}.stage-badge.stage-cpcv{background:#ffe0b2;color:#e65100}.stage-badge.stage-deed{background:#e8f5e9;color:#2e7d32}.stage-badge.stage-completed{background:#c8e6c9;color:#1b5e20}.empty-message{text-align:center;color:#999;padding:40px;font-style:italic}.page-loading{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:16px;color:#666}.matched-deals-section{background:#f8f9fa;border-radius:8px;padding:16px;margin-top:20px}.matched-deals-section h4{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#1a1a2e}.matched-deals-list{display:flex;flex-direction:column;gap:12px}.matched-deal-card{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:12px;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease}.matched-deal-card:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.deal-property-info{display:flex;flex-direction:column;gap:4px}.deal-property-info strong{color:#1a1a2e;font-size:14px}.deal-price{color:#2e7d32;font-weight:600;font-size:13px}.deal-status-info{display:flex;align-items:center;gap:12px}.deal-stage{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:600}.deal-stage-visit{background:#e3f2fd;color:#1976d2}.deal-stage-proposal{background:#f3e5f5;color:#7b1fa2}.deal-stage-negotiation{background:#fff3e0;color:#f57c00}.deal-stage-cpcv{background:#ffe0b2;color:#e65100}.deal-stage-deed{background:#e8f5e9;color:#2e7d32}.deal-stage-won{background:#c8e6c9;color:#1b5e20}.deal-stage-lost{background:#ffcdd2;color:#c62828}.deal-cpcv-date{font-size:12px;color:#666}.procuras-activity-overview{display:flex;flex-direction:column;gap:16px}.procura-activity-card{background:#f8f9fa;border-radius:8px;padding:16px;border:1px solid #e0e0e0}.procura-activity-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e0e0e0}.procura-activity-header strong{color:#1a1a2e;font-size:15px;display:block;margin-bottom:4px}.procura-locations{color:#666;font-size:13px}.procura-budget{color:#2e7d32;font-weight:600;font-size:14px}.deals-for-procura,.deals-without-procura{margin-top:12px}.deals-label{font-size:13px;color:#666;margin-bottom:8px;font-weight:500}.deals-list-compact{display:flex;flex-direction:column;gap:8px}.deal-compact-item{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease}.deal-compact-item:hover{border-color:#1976d2;box-shadow:0 2px 4px #00000014}.deal-property-name{display:flex;flex-direction:column;gap:4px;font-size:14px;font-weight:500;color:#1a1a2e}.deal-price-small{font-size:12px;color:#2e7d32;font-weight:600}.deal-progress{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.deal-stage-badge{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;white-space:nowrap}.deal-stage-badge.visit{background:#e3f2fd;color:#1976d2}.deal-stage-badge.proposal{background:#f3e5f5;color:#7b1fa2}.deal-stage-badge.negotiation{background:#fff3e0;color:#f57c00}.deal-stage-badge.cpcv{background:#ffe0b2;color:#e65100}.deal-stage-badge.deed{background:#e8f5e9;color:#2e7d32}.deal-stage-badge.won{background:#c8e6c9;color:#1b5e20}.deal-stage-badge.lost{background:#ffcdd2;color:#c62828}.deal-stat{font-size:11px;color:#666;padding:3px 8px;background:#f0f0f0;border-radius:10px}
