body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{display:flex;flex-direction:column;min-height:100vh}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem}.header-left{text-align:left}.header-left h1{font-size:2rem;font-weight:700;margin:0}.header-left p{font-size:1rem;margin:.5rem 0 0;opacity:.9}.header-right{align-items:center;display:flex;gap:1rem}.user-email{opacity:.9}.logout-button,.user-email{font-size:.9rem;font-weight:500}.logout-button{background:#fff3;border:1px solid #ffffff4d;border-radius:6px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:all .2s}.logout-button:hover{background:#ffffff4d;transform:translateY(-1px)}.main-container{display:flex;margin:0 auto;max-width:1400px;padding:0 2rem;width:100%}.sidebar{background:#f8f9fa;border-right:1px solid #e9ecef;height:calc(100vh - 100px);overflow-y:auto;padding:2rem 0;position:-webkit-sticky;position:sticky;top:100px;width:280px}.sidebar-section{margin-bottom:2rem;padding:0 1.5rem}.sidebar-section h3{border-bottom:2px solid #e9ecef;color:#495057;font-size:1.1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.sidebar-actions{display:flex;flex-direction:column;gap:.75rem}.sidebar-action-btn{align-items:center;background:#fff;border:1px solid #dee2e6;border-radius:8px;color:#495057;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.75rem;padding:1rem;text-align:left;transition:all .2s;width:100%}.sidebar-action-btn:hover{background:#667eea;border-color:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff;transform:translateY(-2px)}.action-icon{font-size:1.2rem;min-width:24px}.action-text{flex:1 1}.sidebar-stats{display:flex;flex-direction:column;gap:.75rem}.stat-item{background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:1rem;text-align:center;transition:all .2s}.stat-item:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a}.stat-number{color:#667eea;display:block}.stat-label{color:#6c757d;font-size:.8rem}.dashboard-main{flex:1 1;min-height:calc(100vh - 100px);padding:2rem 0 2rem 2rem}.dashboard-section{margin-bottom:3rem}.dashboard-section h2{color:#495057;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:1.5rem;text-align:center;transition:all .2s}.stat-card:hover{border-color:#667eea;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.stat-card h3{color:#6c757d;font-size:.9rem;font-weight:500;letter-spacing:.5px;margin:0 0 .5rem;text-transform:uppercase}.stat-card .stat-number{color:#667eea;font-size:2.5rem;font-weight:700;margin:0}.properties-section{margin-top:2rem}.properties-section h2{color:#495057;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.properties-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.no-properties{background:#f8f9fa;border:2px dashed #dee2e6;border-radius:12px;color:#6c757d;font-size:1.1rem;grid-column:1/-1;padding:3rem}@media (max-width:1024px){.main-container{flex-direction:column;padding:0 1rem}.sidebar{border-bottom:1px solid #e9ecef;border-right:none;height:auto;position:static;width:100%}.dashboard-main,.sidebar{padding:1rem 0}.sidebar-actions{flex-direction:row;flex-wrap:wrap}.sidebar-action-btn{flex:1 1;min-width:200px}.sidebar-stats{flex-direction:row;flex-wrap:wrap}.stat-item{flex:1 1;min-width:120px}}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem;text-align:center}.header-left h1{font-size:1.5rem}.properties-grid,.stats-grid{grid-template-columns:1fr}.sidebar-action-btn{min-width:150px}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.landing-page{color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;overflow-x:hidden}.landing-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #00000014;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{gap:.75rem}.logo-icon{font-size:1.5rem}.nav-logo h2{color:#1f2937;font-size:1.25rem;font-weight:700;margin:0}.nav-actions{display:flex;gap:1rem}.nav-btn{border:none;border-radius:12px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.nav-btn.secondary{background:#0000;border:1px solid #e5e7eb;color:#6b7280}.nav-btn.secondary:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.nav-btn.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 4px 14px #3b82f640;color:#fff}.nav-btn.primary:hover{box-shadow:0 8px 25px #3b82f659;transform:translateY(-1px)}.hero-section{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;min-height:100vh;overflow:hidden;padding:8rem 0 6rem;position:relative}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23e2e8f0' fill-opacity='.4' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:1}.hero-content{max-width:600px}.hero-badge{align-items:center;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b33;border-radius:50px;color:#92400e;display:inline-flex;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem 1rem}.hero-title{color:#1f2937;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#6b7280;font-size:1.25rem;line-height:1.7;margin-bottom:2.5rem}.hero-stats{display:flex;gap:2rem;margin-bottom:2.5rem}.stat{align-items:flex-start}.stat-number{color:#3b82f6;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.stat-label{color:#6b7280;font-size:.875rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.cta-button{border:none;border-radius:12px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 4px 14px #3b82f640;color:#fff}.cta-button.primary:hover{box-shadow:0 8px 25px #3b82f659;transform:translateY(-2px)}.cta-button.secondary{background:#fff;border:2px solid #e5e7eb;color:#374151}.cta-button.secondary:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.hero-visual{align-items:center;display:flex;justify-content:center}.dashboard-preview{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 25px 50px #0000001a;padding:1.5rem;transform:perspective(1000px) rotateY(-5deg) rotateX(5deg)}.preview-header{align-items:center;background:#f3f4f6;border-radius:12px;display:flex;height:40px;margin-bottom:1.5rem;padding:0 1rem}.preview-nav{display:flex;gap:.5rem}.preview-dot{background:#d1d5db;border-radius:50%;height:12px;width:12px}.preview-dot:first-child{background:#ef4444}.preview-dot:nth-child(2){background:#f59e0b}.preview-dot:nth-child(3){background:#10b981}.preview-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:200px 1fr}.preview-sidebar{display:flex;flex-direction:column;gap:.75rem}.preview-sidebar-item{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:8px;height:40px}.preview-main{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.preview-card{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1px solid #e5e7eb;border-radius:12px;height:80px}.problem-section{background:#fff;padding:6rem 0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-title{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.problem-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.problem-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.problem-card:hover{border-color:#cbd5e1;box-shadow:0 20px 40px #0000001a;transform:translateY(-4px)}.problem-icon{display:block;font-size:3rem;margin-bottom:1rem}.problem-card h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.problem-card p{color:#6b7280;line-height:1.6}.solution-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:6rem 0}.solution-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.solution-text h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.solution-text p{color:#6b7280;font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.solution-features{display:flex;flex-direction:column;gap:1rem}.feature-item{align-items:center;color:#374151;display:flex;font-size:1rem;gap:.75rem}.feature-check{color:#10b981;font-size:1.125rem;font-weight:700}.solution-visual{display:flex;justify-content:center}.feature-showcase{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:2rem}.showcase-item{border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.showcase-item.active{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd}.showcase-icon{display:block;font-size:2.5rem;margin-bottom:1rem}.showcase-item h4{color:#1f2937;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.showcase-item p{color:#6b7280;line-height:1.6}.pricing-section{background:#fff;padding:6rem 0}.pricing-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 20px 40px #0000001a;margin:0 auto;max-width:400px;padding:2.5rem;text-align:center}.pricing-header{margin-bottom:2rem}.pricing-header h3{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.price{align-items:baseline;display:flex;gap:.25rem;justify-content:center}.price-amount{color:#3b82f6;font-size:3rem;font-weight:800}.price-period{color:#6b7280;font-size:1.125rem;font-weight:500}.pricing-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.pricing-feature{align-items:center;color:#374151;display:flex;font-size:1rem;gap:.75rem}.pricing-cta{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;box-shadow:0 4px 14px #3b82f640;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.pricing-cta:hover{box-shadow:0 8px 25px #3b82f659;transform:translateY(-2px)}.cta-section{background:linear-gradient(135deg,#1f2937,#111827);color:#fff;padding:6rem 0;text-align:center}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{color:#d1d5db;font-size:1.125rem;margin-bottom:2rem}.cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:3rem 0 1rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-brand .logo-icon{font-size:1.5rem}.footer-brand h3{color:#1f2937;font-size:1.25rem;font-weight:700;margin:0}.footer-brand p{color:#6b7280;line-height:1.6}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.footer-section h4{color:#1f2937;font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{color:#6b7280;cursor:pointer;margin-bottom:.5rem;transition:color .2s ease}.footer-section ul li:hover{color:#374151}.footer-bottom{border-top:1px solid #e2e8f0;color:#6b7280;font-size:.875rem;padding-top:2rem;text-align:center}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;padding:2rem;z-index:2000}.modal-content{background:#fff;border-radius:20px;box-shadow:0 25px 50px #00000040;max-width:400px;padding:2.5rem;position:relative;width:100%}.modal-close{background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;font-size:1.5rem;padding:.5rem;position:absolute;right:1.5rem;top:1rem;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-content h2{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.modal-content>p{color:#6b7280;margin-bottom:2rem}.modal-form{gap:1.5rem}.form-group,.modal-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#374151;font-size:.875rem;font-weight:600}.form-group input{background:#fff;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;padding:.75rem 1rem;transition:all .2s ease}.form-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.modal-btn{border:none;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 1.5rem;transition:all .2s ease}.modal-btn.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 4px 14px #3b82f640;color:#fff}.modal-btn.primary:hover:not(:disabled){box-shadow:0 8px 25px #3b82f659;transform:translateY(-1px)}.modal-btn.primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.modal-switch{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.modal-switch a{color:#3b82f6;font-weight:600;text-decoration:none}.modal-switch a:hover{text-decoration:underline}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;margin-bottom:1rem;padding:.75rem 1rem}@media (max-width:768px){.hero-container{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-stats{justify-content:center}.solution-content{gap:3rem}.footer-content,.problem-grid,.solution-content{grid-template-columns:1fr}.footer-content{gap:2rem}.container,.nav-container{padding:0 1rem}.modal-overlay{padding:1rem}.modal-content{padding:2rem}.cta-section h2,.section-title{font-size:2rem}.hero-actions{justify-content:center}.cta-actions{align-items:center;flex-direction:column}.cta-button{max-width:300px;width:100%}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column}.hero-btn{width:100%}.nav-actions{gap:.5rem}.nav-btn{font-size:.8rem;padding:.5rem 1rem}.hero-stats{flex-direction:column;gap:1rem}.footer-links{grid-template-columns:1fr}}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content.property-form{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;max-height:90vh;max-width:600px;overflow-y:auto;padding:0;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1.5rem 2rem}.modal-header h2{color:#495057;font-size:1.5rem;font-weight:600;margin:0}.close-button{color:#6c757d;font-size:1.5rem;padding:.5rem}.close-button:hover{background-color:#f8f9fa;color:#495057}.property-form form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#495057}.form-group input,.form-group textarea{border:1px solid #dee2e6;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:100px;resize:vertical}.image-upload-section{margin-top:.5rem}.file-input{display:none}.file-input-label{align-items:center;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:2rem;transition:all .2s}.file-input-label:hover{background-color:#f0f2ff;border-color:#667eea}.upload-icon{font-size:2rem;margin-bottom:.5rem}.file-input-label span{color:#495057;font-weight:500;margin-bottom:.25rem}.file-input-label small{color:#6c757d;font-size:.8rem}.image-previews{margin-top:1rem}.image-previews h4{color:#495057;font-size:1rem;font-weight:600;margin:0 0 1rem}.preview-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.image-preview{aspect-ratio:1;background-color:#f8f9fa;border-radius:8px;overflow:hidden;position:relative}.image-preview img{height:100%;object-fit:cover;width:100%}.image-error{align-items:center;background-color:#f8f9fa;color:#6c757d;display:flex;font-size:.8rem;height:100%;justify-content:center;padding:.5rem;text-align:center;width:100%}.image-overlay{background:linear-gradient(180deg,#0000004d,#0000);bottom:0;display:flex;flex-direction:column;justify-content:space-between;left:0;opacity:0;padding:.5rem;position:absolute;right:0;top:0;transition:opacity .2s}.image-preview:hover .image-overlay{opacity:1}.remove-image-btn{align-items:center;align-self:flex-end;background:#dc3545e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:24px;justify-content:center;transition:background-color .2s;width:24px}.remove-image-btn:hover{background:#dc3545}.image-label{align-self:flex-start;background:#000000b3;border-radius:4px;color:#fff;font-size:.7rem;font-weight:500;padding:.25rem .5rem}.form-actions{border-top:1px solid #e9ecef;margin-top:2rem}.cancel-button{background:#fff;border:1px solid #dee2e6;border-radius:6px;color:#6c757d;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.cancel-button:hover:not(:disabled){background-color:#f8f9fa;border-color:#adb5bd}.submit-button{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.submit-button:hover:not(:disabled){background:#5a6fd8;transform:translateY(-1px)}.cancel-button:disabled,.submit-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.modal-content.property-form{margin:1rem;max-width:100%}.form-row{grid-template-columns:1fr}.preview-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.form-actions{flex-direction:column}.form-actions button{width:100%}}.property-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 6px #0000001a;cursor:pointer;font-family:Inter,Segoe UI,Helvetica Neue,Arial,sans-serif;overflow:hidden;transition:all .3s ease}.property-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-4px)}.property-image-container{background-color:#f8f9fa;height:200px;overflow:hidden;position:relative}.property-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.property-card:hover .property-image{transform:scale(1.05)}.no-image{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#6c757d}.no-image-icon{font-size:2rem;margin-bottom:.5rem}.no-image-text{font-size:.9rem;font-weight:500}.image-count-badge{background:#000000b3;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;right:.75rem;top:.75rem}.image-count-badge,.status-badge{border-radius:12px;position:absolute}.status-badge{bottom:.75rem;left:.75rem;padding:.25rem .75rem}.status-badge.occupied{background:#27ae60e6;color:#fff}.status-badge.vacant{background:#e74c3ce6;color:#fff}.rent-status-badge{border-radius:12px;box-shadow:0 1px 4px #00000014;color:#fff;font-size:.95em;font-weight:600;padding:.3em .8em;position:absolute;right:8px;top:8px;z-index:2}.rent-status-badge.paid{background:#4caf50}.rent-status-badge.not-paid{background:#e53935}.property-info{padding:1.5rem}.property-address{color:#495057;font-size:1.1rem;font-weight:600;line-height:1.3;margin:0 0 1rem}.property-details{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.property-stat{align-items:center;color:#6c757d;display:flex;font-size:.9rem;font-weight:500;gap:.25rem}.stat-icon{font-size:1rem}.property-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6c757d;display:-webkit-box;font-size:.9rem;line-height:1.5;margin:0 0 1rem;overflow:hidden}.property-actions{margin-top:1rem}.add-tenancy-btn{background:#28a745;font-size:.9rem;padding:.75rem;transition:all .2s ease;width:100%}.add-tenancy-btn:hover:not(:disabled){background:#218838;transform:translateY(-1px)}.add-tenancy-btn:disabled{background:#28a745;cursor:not-allowed;opacity:.7}.current-tenant{color:#6c757d;font-size:1.1rem;font-weight:600;margin:.75rem 0 1rem}.current-tenant strong{color:#495057;font-size:1.15em}@media (max-width:768px){.property-card{margin-bottom:1rem}.property-image-container{height:180px}.property-info{padding:1rem}.property-details{gap:.75rem}.property-stat{font-size:.85rem}}.tenancy-dates{color:#6c757d;font-size:1rem;font-weight:500;margin-bottom:.5rem;margin-top:-.5rem}.renew-tenancy-btn{background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.7rem;transition:background .2s,transform .2s;width:100%}.renew-tenancy-btn:hover{background:#0056b3;transform:translateY(-1px)}.renew-tenancy-btn-inline{background:#007bff;border:none;border-radius:6px;box-shadow:0 2px 6px #00000014;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;margin-left:.5rem;padding:.3rem 1rem;transition:background .2s,transform .2s;white-space:nowrap}.renew-tenancy-btn-inline:hover{background:#0056b3;transform:translateY(-1px)}.property-title-row{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.25rem}.preset-btn{background:#f1f3f5;border:1px solid #d1d5db;border-radius:5px;color:#333;cursor:pointer;font-size:.95rem;font-weight:500;padding:.4rem 1rem;transition:background .2s,color .2s,border .2s}.preset-btn.active,.preset-btn:focus{background:#007bff;border-color:#007bff;color:#fff}.preset-btn:not(:last-child){margin-right:.25rem}.property-detail-overlay{align-items:center;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.property-detail-container{background:#fff;border-radius:12px;display:flex;flex-direction:column;max-height:90vh;max-width:1200px;overflow:hidden;width:100%}.property-detail-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1rem 1.5rem}.edit-btn{background-color:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:background-color .2s}.edit-btn:hover{background-color:#2980b9}.property-detail-content{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.tabs{background-color:#f8f9fa;border-bottom:1px solid #eee;display:flex}.tab{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;flex:1 1;font-size:1rem;padding:1rem;transition:all .2s}.tab:hover{background-color:#e9ecef;color:#333}.tab.active{background-color:#fff;border-bottom-color:#3498db;color:#3498db}.tab-content{flex:1 1;overflow-y:auto;padding:2rem}.overview-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.property-images-gallery{margin-bottom:2rem}.gallery-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.gallery-header h3{color:#333;font-size:1.2rem;margin:0}.add-images-btn{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.add-images-btn:hover:not(:disabled){background:#5a6fd8}.add-images-btn:disabled{cursor:not-allowed;opacity:.6}.selected-images-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.selected-images-section h4{color:#495057;font-size:1rem;margin:0 0 1rem}.selected-images-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));margin-bottom:1rem}.selected-image-preview{aspect-ratio:1;background-color:#fff;border-radius:6px;overflow:hidden;position:relative}.selected-image-preview img{height:100%;object-fit:cover;width:100%}.upload-actions{display:flex;gap:.75rem}.cancel-upload-btn,.upload-images-btn{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.upload-images-btn{background:#28a745;color:#fff}.upload-images-btn:hover:not(:disabled){background:#218838}.cancel-upload-btn{background:#6c757d;color:#fff}.cancel-upload-btn:hover:not(:disabled){background:#5a6268}.cancel-upload-btn:disabled,.upload-images-btn:disabled{cursor:not-allowed;opacity:.6}.existing-images-section,.main-image{margin-bottom:1rem}.main-image{border-radius:8px;height:300px;overflow:hidden;position:relative;width:100%}.main-image img{height:100%;object-fit:cover;width:100%}.image-actions{position:absolute;right:.75rem;top:.75rem}.delete-image-btn{align-items:center;background:#dc3545e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:32px;justify-content:center;transition:background-color .2s;width:32px}.delete-image-btn:hover{background:#dc3545}.image-thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}.thumbnail-container{flex-shrink:0;position:relative}.thumbnail{border-radius:4px;cursor:pointer;height:60px;object-fit:cover;transition:opacity .2s;width:80px}.thumbnail:hover{opacity:.8}.thumbnail-error{background-color:#f8f9fa;border-radius:4px;color:#6c757d;font-size:1.2rem;height:60px;width:80px}.delete-thumbnail-btn,.thumbnail-error{align-items:center;display:flex;justify-content:center}.delete-thumbnail-btn{background:#dc3545e6;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:.8rem;height:20px;position:absolute;right:-5px;top:-5px;transition:background-color .2s;width:20px}.delete-thumbnail-btn:hover{background:#dc3545}.no-images-section{background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;padding:2rem;text-align:center}.no-image-placeholder{align-items:center;display:flex;flex-direction:column;gap:1rem}.no-image-placeholder .no-image-icon{color:#6c757d;font-size:3rem}.no-image-placeholder h4{color:#495057;font-size:1.1rem;margin:0}.no-image-placeholder p{color:#6c757d;font-size:.9rem;margin:0}.add-first-images-btn{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.add-first-images-btn:hover:not(:disabled){background:#5a6fd8;transform:translateY(-1px)}.add-first-images-btn:disabled{cursor:not-allowed;opacity:.6}.no-image{align-items:center;background-color:#f5f5f5;border-radius:8px;color:#666;display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:center;width:100%}.no-image .no-image-icon{font-size:2rem}.no-image span{font-size:.9rem;font-weight:500}.property-info h2{color:#333;font-size:1.8rem;margin:0 0 1rem}.property-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{color:#666;font-size:.9rem;font-weight:500}.stat-value{color:#333;font-size:1.1rem;font-weight:600}.status.occupied{color:#28a745}.status.vacant{color:#e74c3c}.description-section h3{color:#333;margin:0 0 .5rem}.description-section p{color:#666;line-height:1.6;margin:0}.property-meta{border-top:1px solid #eee;margin-top:1rem;padding-top:1rem}.property-meta p{color:#999;font-size:.9rem;margin:0}.tenancy-section{padding:1.5rem}.tenancy-status{margin-bottom:2rem;text-align:center}.tenancy-status h3{color:#495057;font-size:1.3rem;font-weight:600;margin:0 0 1rem}.status-badge{border-radius:25px;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1.5rem}.status-badge.active{background:linear-gradient(135deg,#28a745,#20c997);box-shadow:0 4px 12px #28a7454d;color:#fff}.status-badge.inactive{background:linear-gradient(135deg,#6c757d,#495057);box-shadow:0 4px 12px #6c757d4d;color:#fff}.tenants-section{margin-bottom:2rem}.tenants-section h4{border-bottom:2px solid #e9ecef;color:#495057;font-size:1.1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.tenants-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.tenant-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.5rem;transition:all .3s ease}.tenant-card:hover{border-color:#667eea;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.tenant-header{gap:1rem}.tenant-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 4px 12px #667eea4d;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;width:50px}.tenant-info{flex:1 1}.tenant-name{color:#495057;font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.tenant-role{background:#f8f9fa;border-radius:15px;color:#6c757d;display:inline-block;font-size:.8rem;font-weight:500;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.tenant-contact{display:flex;flex-direction:column;gap:.75rem}.contact-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;gap:.75rem;padding:.75rem;transition:background-color .2s}.contact-item:hover{background:#e9ecef}.contact-icon{font-size:1.1rem;text-align:center;width:20px}.contact-value{color:#495057;font-weight:500;word-break:break-all}.tenancy-period-section{margin-bottom:2rem}.tenancy-period-section h4{border-bottom:2px solid #e9ecef;color:#495057;font-size:1.1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.period-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.period-card{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.period-card:hover{border-color:#667eea;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.period-card.start-date{border-left:4px solid #28a745}.period-card.end-date{border-left:4px solid #dc3545}.period-icon{font-size:1.5rem;text-align:center;width:40px}.period-info{flex:1 1}.period-label{color:#6c757d;display:block;font-size:.8rem;font-weight:500;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.period-value{color:#495057;display:block;font-size:1.1rem;font-weight:600}.financial-section{margin-bottom:2rem}.financial-section h4{border-bottom:2px solid #e9ecef;color:#495057;font-size:1.1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.financial-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.financial-card{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.financial-card:hover{border-color:#667eea;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.financial-card.rent{border-left:4px solid #28a745}.financial-card.deposit{border-left:4px solid #ffc107}.financial-card.next-rent{border-left:4px solid #17a2b8}.financial-card.rent-status{border-left:4px solid #6f42c1}.financial-icon{font-size:1.5rem;text-align:center;width:40px}.financial-info{flex:1 1}.financial-label{color:#6c757d;display:block;font-size:.8rem;font-weight:500;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.financial-value{color:#495057;display:block;font-size:1.1rem;font-weight:600}.financial-value.status{border-radius:15px;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.financial-value.status.paid{background:#d4edda;color:#155724}.financial-value.status.pending{background:#fff3cd;color:#856404}.financial-value.status.overdue{background:#f8d7da;color:#721c24}.tenancy-actions{border-top:1px solid #e9ecef;padding-top:1rem;text-align:center}.end-tenancy-btn{background:linear-gradient(135deg,#dc3545,#c82333);border:none;border-radius:8px;box-shadow:0 4px 12px #dc35454d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.end-tenancy-btn:hover{box-shadow:0 8px 25px #dc354566;transform:translateY(-2px)}.no-tenancy{color:#6c757d;padding:3rem;text-align:center}.no-tenancy p{font-size:1.1rem;margin:0 0 1.5rem}.add-tenancy-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.add-tenancy-btn:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}@media (max-width:768px){.property-detail-container{margin:.5rem;max-height:95vh}.overview-section{gap:1rem}.info-grid,.overview-section,.property-stats{grid-template-columns:1fr}.tabs{flex-direction:column}.tab{text-align:left}.tab-content{padding:1rem}}.rent-payment-tracking{background:#f7f7fa;border:1px solid #e0e0e0;border-radius:8px;margin-top:1.5rem;padding:1rem}.rent-payment-tracking .tenant-paid-btn{background:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:background .2s}.rent-payment-tracking .tenant-paid-btn:disabled{background:#bdbdbd;cursor:not-allowed}.rent-payment-history{background:#f9f9fc;border:1px solid #e0e0e0;border-radius:8px;margin-top:1rem;padding:.75rem 1rem}.rent-payment-history ul{font-size:.97rem;list-style:disc;margin:0;padding:0 0 0 1rem}.rent-payment-history li{margin-bottom:.25rem}.tenancy-form-overlay{align-items:center;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.tenancy-form-container{background:#fff;border-radius:12px;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow:hidden;width:100%}.tenancy-form-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1.5rem}.tenancy-form-header h2{color:#333;font-size:1.5rem;margin:0}.close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;padding:0;transition:background-color .2s;width:40px}.close-btn:hover{background-color:#e9ecef}.tenancy-form{flex:1 1;overflow-y:auto;padding:1.5rem}.form-section{border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:1.5rem}.form-section:last-of-type{border-bottom:none;margin-bottom:1rem}.form-section h3{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.form-section h4{color:#555;font-size:1rem;font-weight:500;margin:0 0 .75rem}.form-group{margin-bottom:1rem}.form-group label{color:#333;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus{border-color:#3498db;outline:none}.form-group input.error,.form-group select.error{border-color:#e74c3c}.error-message{color:#dc3545;font-size:.875rem;margin-top:.25rem}.info-message{background-color:#d1ecf1;border:1px solid #bee5eb;border-radius:4px;color:#0c5460;line-height:1.4;padding:.75rem}.form-help,.info-message{font-size:.875rem;margin-top:.5rem}.form-help{color:#6c757d;display:block;margin-bottom:.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.radio-group{display:flex;gap:2rem}.radio-label{align-items:center;cursor:pointer;display:flex;font-weight:500;gap:.5rem}.radio-label input[type=radio]{margin:0;width:auto}.new-tenant-section{background-color:#f8f9fa;border-radius:8px;margin-top:1rem;padding:1rem}.emergency-contact{border-top:1px solid #e9ecef;margin-top:1.5rem;padding-top:1.5rem}.emergency-contact h4{color:#555;font-size:1rem;font-weight:500;margin:0 0 1rem}.form-actions{border-top:1px solid #eee;display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem}.cancel-btn{background-color:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.cancel-btn:hover{background-color:#5a6268}.submit-btn{background-color:#27ae60;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.submit-btn:hover{background-color:#229954}.tenants-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.add-tenant-btn{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:background-color .2s}.add-tenant-btn:hover{background-color:#218838}.tenant-form-section{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.tenant-header{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.tenant-header h5{color:#495057;font-size:1.1rem;margin:0}.remove-tenant-btn{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.8rem;padding:.25rem .75rem;transition:background-color .2s}.remove-tenant-btn:hover{background-color:#c82333}.new-tenants-section{margin-top:1rem}.emergency-contact h6{color:#495057;font-size:1rem;margin:1rem 0 .5rem}.form-group select[multiple]{max-height:300px;min-height:220px;overflow-y:auto}@media (max-width:768px){.tenancy-form-container{margin:.5rem;max-height:95vh}.form-row{gap:.5rem;grid-template-columns:1fr}.radio-group{flex-direction:column;gap:1rem}.tenancy-form{padding:1rem}.form-actions{flex-direction:column}.form-actions button{width:100%}}.properties-list-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.properties-list-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:80vh;max-width:900px;overflow:hidden;width:100%}.properties-list-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px 24px 16px}.properties-list-header h2{color:#111827;font-size:1.5rem;font-weight:600;margin:0}.properties-list-content{flex:1 1;overflow-y:auto;padding:0}.no-properties{color:#6b7280;padding:40px 24px;text-align:center}.properties-table{width:100%}.table-header,.table-row{grid-template-columns:2fr 3fr 1fr 1fr 1fr}.property-name{color:#111827;font-weight:500}.property-address{color:#6b7280;line-height:1.4}.property-type{color:#6b7280;text-transform:capitalize}.property-date{color:#6b7280;font-size:.8rem}.properties-list-footer{background:#f9fafb;border-top:1px solid #e5e7eb;padding:16px 24px}@media (max-width:768px){.properties-list-modal{margin:10px;max-height:90vh}.table-header,.table-row{gap:8px;grid-template-columns:1fr;padding:12px 16px}.header-cell{display:none}.table-cell{align-items:center;display:flex;justify-content:space-between}.table-cell:before{color:#374151;content:attr(data-label);font-weight:600;margin-right:8px}.summary-stats{flex-direction:column;gap:8px;text-align:center}}.tenants-list-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.tenants-list-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:80vh;max-width:1000px;overflow:hidden;width:100%}.tenants-list-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px 24px 16px}.tenants-list-header h2{color:#111827;font-size:1.5rem;font-weight:600;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:4px;transition:all .2s;width:32px}.close-button:hover{background-color:#e5e7eb;color:#374151}.tenants-list-content{flex:1 1;overflow-y:auto;padding:0}.no-tenants{color:#6b7280;padding:40px 24px;text-align:center}.tenants-table{width:100%}.table-header{background-color:#f3f4f6;border-bottom:1px solid #e5e7eb;color:#374151;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.table-header,.table-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1.5fr 2fr 1.5fr 1fr 1fr 1.5fr;padding:16px 24px}.table-row{align-items:center;border-bottom:1px solid #f3f4f6;transition:background-color .2s}.table-row:hover{background-color:#f9fafb}.table-cell{color:#374151;font-size:.875rem}.tenant-name{color:#111827;font-weight:500}.tenant-contact{color:#6b7280;line-height:1.4}.tenant-contact .phone{color:#9ca3af;font-size:.8rem;margin-top:2px}.tenant-property{color:#6b7280;font-weight:500}.tenant-rent{color:#059669;font-family:Courier New,monospace;font-weight:600}.tenant-period{color:#6b7280;font-size:.8rem;line-height:1.3}.tenant-period .end-date{color:#9ca3af;font-size:.75rem}.status-badge{border-radius:6px;color:#fff;display:inline-block;font-size:.75rem;font-weight:500;letter-spacing:.05em;padding:4px 8px;text-transform:uppercase}.tenants-list-footer{background:#f9fafb;border-top:1px solid #e5e7eb;padding:16px 24px}.summary-stats{color:#6b7280;display:flex;flex-wrap:wrap;font-size:.875rem;gap:24px;justify-content:center}.summary-stats span{font-weight:500}@media (max-width:1024px){.table-header,.table-row{gap:12px;grid-template-columns:1fr 1.5fr 1fr 1fr 1fr;padding:12px 16px}.header-cell:nth-child(6),.table-cell:nth-child(6){display:none}}@media (max-width:768px){.tenants-list-modal{margin:10px;max-height:90vh}.table-header,.table-row{gap:8px;grid-template-columns:1fr;padding:12px 16px}.header-cell{display:none}.table-cell{align-items:center;display:flex;justify-content:space-between}.table-cell:before{color:#374151;content:attr(data-label);font-weight:600;margin-right:8px}.tenant-contact,.tenant-period{align-items:flex-start;flex-direction:column}.summary-stats{flex-direction:column;gap:8px;text-align:center}}
/*# sourceMappingURL=main.7ac55865.css.map*/