.layout{min-height:100vh;display:flex;flex-direction:column}.navbar{background:#ffffffb8;-webkit-backdrop-filter:blur(24px) saturate(180%);backdrop-filter:blur(24px) saturate(180%);border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:100;box-shadow:0 1px #00000008}.nav-container{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;height:64px}.logo{display:flex;align-items:center;gap:.625rem;font-size:1.25rem;font-weight:600;color:var(--gray-900);transition:var(--transition);letter-spacing:-.02em}.logo:hover{opacity:.7}.logo-icon{font-size:1.75rem}.logo-text{color:var(--gray-900)}.nav-center{display:flex;gap:.5rem;align-items:center}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-sm);color:var(--gray-600);font-weight:500;font-size:.9375rem;transition:var(--transition);letter-spacing:-.011em}.nav-link:hover{color:var(--gray-900);background:#0000000a}.nav-link.active{color:var(--gray-900);background:#14b8a61a}.nav-icon{font-size:1.125rem}.nav-right{display:flex;align-items:center}.user-menu{display:flex;align-items:center;gap:.75rem;position:relative}.user-profile-link{display:flex;align-items:center;gap:.75rem;padding:.375rem .75rem .375rem .375rem;border-radius:var(--radius-md);background:#fff;border:1px solid rgba(0,0,0,.08);transition:var(--transition);box-shadow:var(--shadow-subtle);cursor:pointer}.user-profile-link:hover{border-color:#14b8a64d;box-shadow:var(--shadow-soft)}.user-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-md);box-shadow:var(--shadow-medium);min-width:180px;z-index:1000;overflow:hidden}.dropdown-item{display:block;width:100%;padding:.75rem 1rem;text-align:left;background:none;border:none;color:var(--gray-700);font-weight:500;font-size:.9375rem;transition:var(--transition);cursor:pointer}.dropdown-item:hover{background:var(--gray-100);color:var(--gray-900)}.user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8125rem;flex-shrink:0}.user-info{display:flex;flex-direction:column;gap:.125rem}.user-name{font-weight:600;font-size:.875rem;color:var(--gray-900);letter-spacing:-.011em}.user-type{font-size:.75rem;color:var(--gray-500);text-transform:capitalize}.auth-buttons{display:flex;gap:.5rem;align-items:center}.login-btn{padding:.5rem 1rem;border-radius:var(--radius-sm);color:var(--gray-700);font-weight:500;font-size:.9375rem;transition:var(--transition)}.login-btn:hover{color:var(--gray-900);background:#0000000a}.signup-btn{padding:.5rem 1.25rem;border-radius:var(--radius-sm);background:var(--primary);color:#fff;font-weight:600;font-size:.9375rem;transition:var(--transition);box-shadow:var(--shadow-subtle)}.signup-btn:hover{background:var(--primary-dark);box-shadow:var(--shadow-soft)}.main-content{flex:1;max-width:1280px;width:100%;margin:0 auto;padding:3rem 1.5rem;position:relative}@media (max-width: 1024px){.nav-center{gap:.25rem}.nav-link{padding:.5rem .75rem;font-size:.875rem}.nav-link span:not(.nav-icon){display:none}.nav-icon{font-size:1.25rem;display:block!important}}@media (max-width: 768px){.nav-container{padding:0 .5rem;height:56px}.logo-text{display:none}.logo-icon{font-size:1.5rem}.nav-center{gap:0;flex:1;justify-content:space-evenly;max-width:60%}.nav-link{padding:.375rem;min-width:40px;justify-content:center}.nav-link span:not(.nav-icon){display:none!important}.nav-icon{display:block!important;font-size:1.125rem}.user-info{display:none}.user-profile-link{padding:.25rem}.user-avatar{width:32px;height:32px;font-size:.75rem}.main-content{padding:1.5rem 1rem}}.property-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 2px 10px #00000014;transition:all .3s ease;border:1px solid #e5e7eb;max-height:340px;position:relative}.property-image{position:relative;width:100%;height:140px;overflow:hidden;background:#f3f4f6}.property-card:hover .property-image img{transform:scale(1.05)}.landlord-avatar{position:absolute;bottom:.75rem;right:.75rem;width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid white;box-shadow:0 2px 8px #0003;z-index:5;background:#fff}.landlord-avatar img{width:100%;height:100%;object-fit:cover;display:block}.landlord-avatar-placeholder,.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:#fff}.property-card .save-btn{position:absolute;top:.75rem;right:.75rem;background:#fffffff2;border:none;width:36px;height:36px;border-radius:50%;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #00000026;z-index:10}.property-card .save-btn:hover{transform:scale(1.1)}.property-card .save-btn.saved{background:#667eeaf2}.property-info{padding:.4rem .9rem .6rem!important;position:relative}.title-price-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:2rem}.property-info h3{font-size:.85rem;color:#1f2937;margin:0;font-weight:700;line-height:1.2;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;flex:1;min-width:0}.price{font-size:.9rem!important;color:#667eea;font-weight:700;margin-bottom:0;white-space:nowrap;flex-shrink:0}.price-period{font-size:.75rem;color:#6b7280;font-weight:500;margin-left:.2rem}.bottom-row{position:absolute;bottom:.6rem;left:.9rem;right:.9rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.location{color:#6b7280;font-size:.8rem;margin:0;font-weight:500;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.occupancy{font-size:.75rem;color:#667eea;font-weight:600;background:#667eea1a;padding:.25rem .5rem;border-radius:8px;white-space:nowrap;flex-shrink:0}.renter-card{position:relative;aspect-ratio:1/1;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(0,0,0,.06);background:#fff;box-shadow:0 1px 5px #00000014;transition:all .3s ease;text-decoration:none;color:inherit;display:block}.renter-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff}.renter-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 70%,transparent 100%);padding:1rem 1rem .875rem;color:#fff}.renter-overlay h3{font-size:1rem;font-weight:600;margin:0 0 .25rem}.ethnicity,.preferred-location{font-size:.85rem;color:#fffffff2;margin:4px 0;display:flex;align-items:center;gap:4px}.age-range{font-size:.8rem;color:#ffffffe6;margin-bottom:.25rem}.renter-overlay .rating{font-size:.8rem;color:#ffffffe6}.home{max-width:1200px;margin:0 auto;padding:2rem}.hero-section{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#0ea5e91a,#06b6d41a);border-radius:var(--radius-xl);margin-bottom:3rem}.hero-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-content p{font-size:1.25rem;color:var(--gray-600)}.side-by-side-sections{display:block;margin-bottom:4rem}.featured-section{margin-bottom:3rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.view-more-btn{background:var(--primary);color:#fff;padding:.5rem 1rem;border-radius:var(--radius-md);text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease}.view-more-btn:hover{background:var(--primary-dark);transform:translateY(-2px)}.home .properties-grid{display:flex;flex-wrap:nowrap;gap:1.5rem;overflow-x:scroll;overflow-y:hidden;scroll-behavior:smooth;padding-bottom:1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.home .properties-grid::-webkit-scrollbar{height:8px}.home .properties-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.home .properties-grid::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.home .properties-grid::-webkit-scrollbar-thumb:hover{background:#555}.home .properties-grid .property-card{flex:0 0 calc(33.333% - 1rem);width:calc(33.333% - 1rem);min-width:340px;max-width:450px;scroll-snap-align:start}.card-link{text-decoration:none;color:inherit;display:block}.property-image{position:relative;width:100%;height:220px;overflow:hidden;background:#f3f4f6}.property-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.property-card-wrapper:hover .property-image img{transform:scale(1.05)}.no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#9ca3af;font-size:1rem}.property-badge{position:absolute;top:1rem;left:1rem;background:#667eeaf2;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:700;text-transform:capitalize}.property-info{padding:1.25rem}.property-info h3{font-size:1.125rem;color:#1f2937;margin:0 0 .75rem;font-weight:700;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.price{font-size:1.75rem;color:#667eea;font-weight:700;margin-bottom:.5rem}.price-period{font-size:.875rem;color:#6b7280;font-weight:500;margin-left:.25rem}.location{color:#6b7280;font-size:.95rem;margin:0 0 .75rem;font-weight:500}.property-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.property-tags .tag{padding:.375rem .75rem;background:#f3f4f6;color:#374151;border-radius:15px;font-size:.8rem;font-weight:600}.lifestyle-tags{display:flex;flex-wrap:wrap;gap:.375rem}.lifestyle-tag{padding:.25rem .625rem;background:#667eea1a;color:#667eea;border-radius:12px;font-size:.75rem;font-weight:600}.home .renters-grid{display:flex;flex-wrap:nowrap;gap:1.5rem;overflow-x:scroll;overflow-y:hidden;scroll-behavior:smooth;padding-bottom:1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.home .renters-grid::-webkit-scrollbar{height:8px}.home .renters-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.home .renters-grid::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.home .renters-grid::-webkit-scrollbar-thumb:hover{background:#555}.home .renters-grid .renter-card{flex:0 0 calc(33.333% - 1rem);width:calc(33.333% - 1rem);min-width:340px;max-width:450px;scroll-snap-align:start}.loading{text-align:center;padding:3rem;color:var(--gray-500)}.how-it-works{margin-top:4rem;text-align:center}.how-it-works h2{font-size:2rem;font-weight:700;margin-bottom:3rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.step-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:0 2px 8px #0000001a}.step-icon{font-size:3rem;margin-bottom:1rem}.step-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.step-card ol{text-align:left;padding-left:1.5rem}.step-card li{margin-bottom:.5rem;color:var(--gray-700)}@media (max-width: 768px){.side-by-side-sections{grid-template-columns:1fr}.hero-content h1{font-size:2rem}}.auth-container{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:2rem 1rem}.auth-form{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:3rem;border-radius:var(--radius-xl);box-shadow:0 20px 60px #0000001f;width:100%;max-width:480px;border:2px solid rgba(255,255,255,.5);position:relative;overflow:hidden}.auth-form:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary) 0%,var(--secondary) 50%,var(--accent) 100%)}.auth-form h2{margin-bottom:2rem;text-align:center;color:var(--gray-900);font-size:2rem;font-weight:800;letter-spacing:-.02em;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-form input{width:100%;padding:1rem 1.25rem;margin-bottom:1.25rem;border:2px solid var(--gray-200);border-radius:var(--radius-md);font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff}.auth-form input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #0ea5e91a;transform:translateY(-1px)}.auth-form button{width:100%;padding:1rem;margin-top:.5rem;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;border-radius:var(--radius-md);font-weight:700;font-size:1.0625rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0ea5e94d;position:relative;overflow:hidden}.auth-form button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 100%);opacity:0;transition:opacity .3s}.auth-form button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0ea5e966}.auth-form button:hover:before{opacity:1}.auth-form button span{position:relative;z-index:1}.error{background:linear-gradient(135deg,#fee2e2,#fecaca);color:var(--error);padding:1rem 1.25rem;border-radius:var(--radius-md);margin-bottom:1.5rem;font-weight:600;border-left:4px solid var(--error);box-shadow:0 4px 12px #ef444426}.success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;padding:1rem 1.25rem;border-radius:var(--radius-md);margin-bottom:1.5rem;font-weight:600;border-left:4px solid #10b981;box-shadow:0 4px 12px #10b98126}.social-login{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.social-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem;border:2px solid var(--gray-200);border-radius:var(--radius-md);background:#fff;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .3s}.social-btn:disabled{opacity:.6;cursor:not-allowed}.social-btn:not(:disabled):hover{border-color:var(--primary);transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.social-icon{font-size:1.25rem}.divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:var(--gray-500);font-size:.875rem}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid var(--gray-200)}.divider span{padding:0 1rem}.user-type-selector{display:flex;gap:.75rem;margin-bottom:1.5rem;padding:.5rem;background:var(--gray-100);border-radius:var(--radius-lg)}.user-type-selector button{flex:1;padding:.875rem;background:transparent;color:var(--gray-600);border-radius:var(--radius-md);font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.user-type-selector button:hover{color:var(--primary)}.user-type-selector button.active{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;box-shadow:0 4px 12px #0ea5e94d;transform:translateY(-1px)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.625rem;font-weight:600;color:var(--gray-700);font-size:.9375rem}@media (max-width: 640px){.auth-form{padding:2rem 1.5rem}.auth-form h2{font-size:1.75rem}}.properties-page{max-width:1600px;margin:0 auto;padding:2rem 1rem}.properties-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:2rem}.properties-header h1{font-size:2.5rem;color:#1f2937;margin:0 0 .5rem;font-weight:700}.properties-header p{color:#6b7280;font-size:1.125rem;margin:0}.view-toggle{display:flex;gap:.5rem;background:#fff;padding:.5rem;border-radius:12px;box-shadow:0 2px 10px #00000014}.view-toggle button{padding:.75rem 1.5rem;border:none;background:transparent;color:#6b7280;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .2s}.view-toggle button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #667eea4d}.properties-container{display:grid;grid-template-columns:280px 1fr;gap:2rem}.filters-sidebar{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 10px #00000014;height:fit-content;position:sticky;top:2rem;transition:all .3s ease}.filters-sidebar.closed{width:60px;padding:1rem}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.filters-header h3{font-size:1.25rem;color:#1f2937;margin:0;font-weight:700}.toggle-filters{background:none;border:none;font-size:1.25rem;cursor:pointer;padding:.5rem;color:#6b7280;transition:all .2s}.toggle-filters:hover{color:#667eea}.filter-group{margin-bottom:1.5rem}.filter-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:.9rem}.filter-group input,.filter-group select{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;transition:all .2s}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.price-inputs{display:flex;align-items:center;gap:.5rem}.price-inputs input{flex:1}.price-inputs span{color:#6b7280;font-weight:600;font-size:.875rem}.clear-filters-btn{width:100%;padding:.875rem;background:#fff;color:#ef4444;border:2px solid #ef4444;border-radius:8px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .2s}.clear-filters-btn:hover{background:#ef4444;color:#fff}.properties-main{min-height:500px}.results-count{color:#6b7280;font-size:1rem;margin:0}.results-count strong{color:#1f2937;font-size:1.125rem}.properties-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}.properties-grid .property-card{width:100%;max-width:450px;justify-self:center}@media (max-width: 1024px){.properties-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.properties-grid{grid-template-columns:1fr}}.property-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 2px 10px #00000014;transition:all .3s ease;border:1px solid #e5e7eb}.property-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014}.pagination-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .2s}.pagination-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-info{font-weight:600;color:#374151;font-size:1rem}.map-view{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 10px #00000014}.map-container{width:100%;height:600px;background:#f3f4f6;border-radius:12px;overflow:hidden}.map-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative}.map-placeholder h3{font-size:2rem;color:#1f2937;margin:0 0 .5rem}.map-placeholder p{color:#6b7280;font-size:1.125rem;margin:0 0 2rem}.map-note{position:absolute;bottom:2rem;background:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;color:#6b7280;font-size:.875rem}.map-pins{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;max-width:800px}.map-pin{position:relative;text-decoration:none;color:inherit}.pin-marker{font-size:2rem;cursor:pointer;transition:all .2s}.pin-marker:hover{transform:scale(1.2)}.pin-popup{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#fff;padding:.75rem 1rem;border-radius:8px;box-shadow:0 4px 12px #00000026;white-space:nowrap;opacity:0;pointer-events:none;transition:all .2s;margin-bottom:.5rem}.map-pin:hover .pin-popup{opacity:1}.pin-popup strong{display:block;color:#667eea;font-size:1.125rem;margin-bottom:.25rem}.pin-popup p{margin:0 0 .25rem;color:#1f2937;font-size:.875rem;font-weight:600}.pin-popup small{color:#6b7280;font-size:.75rem}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.loading-spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}.loading-state p{color:#6b7280;font-size:1.125rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:2rem}.empty-state h3{font-size:1.75rem;color:#1f2937;margin:0 0 .5rem}.empty-state p{color:#6b7280;font-size:1.125rem;margin:0 0 1.5rem}.btn-primary{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;cursor:pointer;font-weight:700;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}@media (max-width: 1024px){.properties-container{grid-template-columns:1fr}.filters-sidebar{position:static}}@media (max-width: 768px){.properties-header{flex-direction:column;align-items:flex-start}.view-toggle{width:100%}.view-toggle button{flex:1}.properties-grid{grid-template-columns:1fr}.pagination{flex-direction:column;gap:1rem}.pagination-btn{width:100%}}.viewing-scheduler{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-top:1rem}.viewing-scheduler h3{margin:0 0 1rem;font-size:1.1rem;color:#2d3748}.viewing-scheduler .form-group{margin-bottom:1rem}.viewing-scheduler label{display:block;margin-bottom:.5rem;font-weight:500;color:#4a5568;font-size:.9rem}.viewing-scheduler input,.viewing-scheduler textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;transition:border-color .2s}.viewing-scheduler input:focus,.viewing-scheduler textarea:focus{outline:none;border-color:#667eea}.viewing-scheduler textarea{resize:vertical;font-family:inherit}.viewing-scheduler .btn-primary{width:100%;padding:.875rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s}.viewing-scheduler .btn-primary:hover:not(:disabled){transform:translateY(-2px)}.viewing-scheduler .btn-primary:disabled{opacity:.6;cursor:not-allowed}.property-page{min-height:100vh;background:#fafafa}.page-header{max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:10}.images-hero{max-width:1400px;margin:0 auto 2rem;padding:0 2rem}.slideshow{position:relative;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#000}.slideshow img{width:100%;height:100%;object-fit:cover;cursor:pointer}.slide-prev,.slide-next{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ffffffe6;color:#111;font-size:1.5rem;cursor:pointer;transition:all .2s;z-index:10}.slide-prev:hover,.slide-next:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.slide-prev{left:1rem}.slide-next{right:1rem}.slide-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .2s}.dot:hover{background:#fffc}.dot.active{background:#fff;width:24px;border-radius:4px}.slide-counter{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;background:#000000b3;color:#fff;border-radius:20px;font-size:.875rem;font-weight:600;z-index:10}.no-images{aspect-ratio:16/9;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.btn-back{padding:.625rem 1.25rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;position:relative;z-index:11}.btn-back:hover{background:#f5f5f5;border-color:#d0d0d0}.property-page .page-header .property-save-btn{padding:.625rem 1.25rem!important;background:#fff!important;border:2px solid #e0e0e0!important;border-radius:8px!important;font-weight:600!important;cursor:pointer!important;transition:all .2s!important;width:auto!important;max-width:fit-content!important;min-width:auto!important;display:inline-block!important;white-space:nowrap!important;flex-shrink:0!important;flex-grow:0!important;flex-basis:auto!important;position:relative!important;z-index:11!important}.property-page .page-header .property-save-btn:hover{border-color:#ff385c!important;color:#ff385c!important}.property-page .page-header .property-save-btn.saved{background:#ffe8ec!important;border-color:#ff385c!important;color:#ff385c!important}.page-layout{max-width:1400px;margin:0 auto;padding:0 2rem 3rem;display:grid;grid-template-columns:1fr 400px;gap:3rem}.page-sidebar{order:2;display:flex;flex-direction:column;gap:1.5rem}.page-main{order:1}.price-card,.specs-card,.message-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e0e0e0}.price-card{position:sticky;top:1.5rem}.price-amount{font-size:2.5rem;font-weight:700;color:#111}.price-label{color:#666;margin-top:.25rem}.status-badge{margin-top:1rem;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;text-align:center}.status-badge.available{background:#d4edda;color:#155724}.status-badge.unavailable{background:#f8d7da;color:#721c24}.specs-card{display:flex;flex-direction:column;gap:1rem}.spec{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f9f9f9;border-radius:8px}.spec-icon{font-size:2rem}.spec-value{font-size:1.25rem;font-weight:700;color:#111}.spec-label{font-size:.875rem;color:#666}.message-header{font-size:1.125rem;font-weight:700;color:#111;margin-bottom:1rem}.floating-host{position:fixed;bottom:2rem;right:calc((100vw - 1400px)/2 + 2rem);z-index:100}.floating-avatar{width:72px;height:72px;border-radius:50%;background:#fff;border:3px solid #667eea;color:#667eea;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;box-shadow:0 4px 16px #667eea4d;cursor:pointer;transition:all .2s}.floating-avatar:hover{transform:scale(1.1);box-shadow:0 6px 20px #667eea66;background:#667eea;color:#fff}.host-menu{position:absolute;bottom:90px;right:0;width:280px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;border:1px solid #e0e0e0;overflow:hidden;animation:slideUp .2s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.host-menu-header{padding:1.25rem;border-bottom:1px solid #e0e0e0;background:#f9f9f9}.host-menu-name{font-weight:700;color:#111;font-size:1rem;margin-bottom:.25rem}.host-menu-email,.host-menu-phone{font-size:.875rem;color:#666;margin-top:.25rem}.host-menu-actions{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.host-menu-btn{width:100%;padding:.875rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;text-align:left;color:#111}.host-menu-btn:hover{background:#f9f9f9;border-color:#667eea;color:#667eea}.message-card form{display:flex;flex-direction:column;gap:1rem}.message-card textarea{width:100%;padding:.875rem;border:1px solid #d0d0d0;border-radius:8px;font-family:inherit;font-size:.875rem;resize:vertical;min-height:100px}.message-card textarea:focus{outline:none;border-color:#111}.message-card button{width:100%;padding:.875rem;background:#111;color:#fff;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.message-card button:hover:not(:disabled){background:#000}.message-card button:disabled{background:#ccc;cursor:not-allowed}.msg-success{padding:.75rem;background:#d4edda;color:#155724;border-radius:6px;font-size:.875rem;text-align:center;margin-bottom:1rem}.msg-error{padding:.75rem;background:#f8d7da;color:#721c24;border-radius:6px;font-size:.875rem;text-align:center;margin-bottom:1rem}.login-msg{text-align:center;color:#666;font-size:.875rem}.login-msg a{color:#111;font-weight:600;text-decoration:underline}.title-section{margin-bottom:2rem}.type-badge{display:inline-block;padding:.375rem .875rem;background:#111;color:#fff;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.title-section h1{font-size:2.5rem;color:#111;margin:.5rem 0;line-height:1.2}.location{display:flex;align-items:center;gap:.5rem;color:#666;font-size:1rem;margin-top:.75rem}.content-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e0e0e0}.content-section h2{font-size:1.5rem;color:#111;margin-bottom:1rem}.content-section p{color:#666;line-height:1.8}.amenities{display:flex;flex-wrap:wrap;gap:.75rem}.amenity-tag{padding:.625rem 1rem;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;font-size:.875rem;color:#111}.location-details{display:flex;flex-direction:column;gap:.75rem;color:#666}.location-details strong{color:#111;margin-right:.5rem}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f2;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-close{position:absolute;top:1.5rem;right:1.5rem;width:48px;height:48px;border-radius:50%;background:#ffffff1a;color:#fff;font-size:1.5rem;cursor:pointer;z-index:1002}.modal-close:hover{background:#fff3}.modal-content{max-width:90vw;max-height:90vh;position:relative}.modal-content img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px}.modal-counter{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem}.modal-prev,.modal-next{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:#ffffff1a;color:#fff;font-size:2rem;cursor:pointer;z-index:1001}.modal-prev:hover,.modal-next:hover{background:#fff3}.modal-prev{left:2rem}.modal-next{right:2rem}.page-loading,.page-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#666}.spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#111;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}@media (max-width: 1024px){.page-layout{grid-template-columns:1fr}.page-sidebar{order:1}.page-main{order:2}.price-card{position:static}.floating-host{right:2rem}}@media (max-width: 768px){.page-header{padding:1rem}.images-hero{padding:0 1rem;margin-bottom:1.5rem}.slideshow{aspect-ratio:4/3}.slide-prev,.slide-next{width:40px;height:40px;font-size:1.25rem}.slide-prev{left:.5rem}.slide-next{right:.5rem}.slide-dots{display:none}.page-layout{padding:0 1rem 2rem;gap:1.5rem}.title-section h1{font-size:1.75rem}.content-section{padding:1.5rem}.modal-prev,.modal-next{width:48px;height:48px;font-size:1.5rem}.modal-prev{left:1rem}.modal-next{right:1rem}}.dashboard{max-width:1400px;margin:0 auto;padding:0 1rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb;gap:1rem}.dashboard-header>div:first-child{flex:1;min-width:0}.dashboard-header .btn-primary{white-space:nowrap;flex-shrink:0;width:auto;max-width:fit-content}.dashboard-header h1{font-size:2rem;color:#1f2937;margin-bottom:.5rem}.user-type-badge{display:inline-block;padding:.5rem 1.25rem;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 50%,var(--accent) 100%);color:#fff!important;border-radius:var(--radius-lg);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #0ea5e94d}.dashboard-grid{display:grid;grid-template-columns:1fr 350px;gap:2rem}.dashboard-main{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 1024px){.dashboard-grid{grid-template-columns:1fr}}@media (max-width: 768px){.stats-section{display:none!important}}.dashboard-section{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-xl);padding:2rem;box-shadow:0 8px 32px #00000014;border:2px solid rgba(255,255,255,.5);transition:all .3s cubic-bezier(.4,0,.2,1)}.property-analytics{display:flex;gap:1rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.analytics-item{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;color:#6b7280;font-weight:600}.analytics-item:hover{color:var(--primary)}.dashboard-section:hover{box-shadow:0 12px 40px #0ea5e91f}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.section-header h2{font-size:1.5rem;color:#1f2937}.count-badge{background:#e0e7ff;color:#4f46e5;padding:.25rem .625rem;border-radius:1rem;font-size:.875rem;font-weight:600}.property-list{display:flex;flex-direction:column;gap:1rem}.property-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);border:2px solid rgba(14,165,233,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.property-item:hover{background:#fffffff2;border-color:var(--primary);box-shadow:0 8px 24px #0ea5e926;transform:translateY(-4px)}.property-item-info h3{color:#1f2937;font-size:1.125rem;margin-bottom:.5rem}.property-location{color:#6b7280;font-size:.875rem;margin-bottom:.25rem}.property-details{color:#9ca3af;font-size:.875rem}.property-item-price{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.property-item-price .price{font-size:1.5rem;font-weight:700;color:#2563eb}.property-item-price .period{color:#6b7280;font-size:.875rem}.status{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;margin-top:.5rem}.status.available{background:#d1fae5;color:#065f46}.status.unavailable{background:#fee2e2;color:#991b1b}.empty-state{text-align:center;padding:3rem 1rem;color:#6b7280}.empty-state p{margin-bottom:1rem;font-size:1rem}.dashboard-sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-section{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.sidebar-section h3{font-size:1.125rem;color:#1f2937;margin-bottom:1rem}.message-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.message-preview{display:flex;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:.5rem;transition:background .2s}.message-preview:hover{background:#f3f4f6}.message-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.message-content{flex:1;min-width:0}.message-sender{font-weight:600;color:#1f2937;font-size:.875rem;margin-bottom:.25rem}.message-text{color:#6b7280;font-size:.875rem;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-time{color:#9ca3af;font-size:.75rem}.empty-text{color:#9ca3af;font-size:.875rem;text-align:center;padding:1rem}.view-all-link{display:block;text-align:center;color:#2563eb;font-size:.875rem;font-weight:500;padding:.5rem;transition:color .2s}.view-all-link:hover{color:#1d4ed8}.stats-section{display:none!important;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 50%,var(--accent) 100%);color:#fff;position:relative;overflow:hidden}.stats-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.stats-section h3{color:#fff;position:relative;z-index:1}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;position:relative;z-index:1}.stat-card{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem .75rem;border-radius:var(--radius-md);text-align:center;display:flex;flex-direction:column;gap:.25rem;border:1px solid rgba(255,255,255,.3);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1;min-width:0}.stat-card:hover{background:#ffffff40;transform:translateY(-2px)}.stat-value{font-size:1.75rem;font-weight:900;color:#fff!important;letter-spacing:-.02em;text-shadow:0 2px 8px rgba(0,0,0,.1);line-height:1}.stat-label{font-size:.625rem;color:#fff!important;text-transform:uppercase;letter-spacing:.01em;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.loading{text-align:center;padding:3rem;color:#6b7280;font-size:1.125rem}.property-item-wrapper,.property-item{position:relative}.delete-property-btn{position:absolute;top:-12px;right:-12px;width:28px;height:28px;padding:0;background:#fff;border:2px solid var(--error);border-radius:50%;font-size:.875rem;color:var(--error);cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:var(--shadow-soft)}.delete-property-btn:hover{background:var(--error);color:#fff;transform:scale(1.15)}.property-item.past{opacity:.6}.property-list.compact .property-item{padding:.75rem 1rem}.property-list.compact .property-item h3{font-size:.95rem}.property-list.compact .property-location{font-size:.8rem}.badge-new{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.viewing-list{display:flex;flex-direction:column;gap:.75rem}.viewing-item{display:flex;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px;border-left:3px solid var(--primary)}.viewing-date{font-size:.875rem;font-weight:600;color:var(--primary);min-width:80px}.viewing-details{flex:1}.viewing-property{font-weight:600;margin:0 0 .25rem;font-size:.95rem}.viewing-with{font-size:.85rem;color:#6b7280;margin:0}.viewing-status{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;margin-top:.5rem}.viewing-status.pending{background:#fef3c7;color:#92400e}.viewing-status.confirmed{background:#d1fae5;color:#065f46}.viewing-status.cancelled{background:#fee2e2;color:#991b1b}.message-preview{text-decoration:none;color:inherit;display:flex;transition:background .2s;padding:.5rem;border-radius:8px;margin:-.5rem}.message-preview:hover{background:#f9fafb}.messages-page{height:calc(100vh - 80px);background:#f5f5f5;overflow:hidden;margin:-2rem -1.5rem 0;width:calc(100% + 3rem)}.messages-container{display:grid;grid-template-columns:350px 1fr;height:100%;max-width:none;margin:0;background:#fff;overflow:hidden}.threads-list{border-right:1px solid #e0e0e0;display:flex;flex-direction:column;background:#fff;overflow-y:auto;height:100%}.threads-list h2{padding:0 1.5rem;margin:0;font-size:1.5rem;border-bottom:1px solid #e0e0e0;background:#fff;flex-shrink:0;height:80px;box-sizing:border-box;display:flex;align-items:center}.thread-item{display:flex;gap:1rem;padding:1rem;cursor:pointer;border-bottom:1px solid #e0e0e0;transition:background .2s;position:relative;background:#fff}.thread-item:hover{background:#f5f5f5}.thread-item.pinned{background:#f0f9ff;border-left:3px solid #2563eb}.thread-action-btn{position:absolute;bottom:.5rem;right:.5rem;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem .5rem;z-index:5;line-height:1}.thread-action-menu{position:absolute;bottom:2.5rem;right:.5rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:10;min-width:150px}.thread-action-menu button{display:block;width:100%;padding:.75rem 1rem;text-align:left;border:none;background:none;cursor:pointer;transition:background .2s;font-size:.875rem}.thread-action-menu button:hover{background:#f5f5f5}.thread-action-menu button:first-child{border-radius:8px 8px 0 0}.thread-action-menu button:last-child{border-radius:0 0 8px 8px}.thread-item.active{background:#e3f2fd;border-left:3px solid #2196f3}.thread-avatar{flex-shrink:0}.thread-avatar img,.thread-avatar .avatar-placeholder{width:50px;height:50px;border-radius:50%;object-fit:cover}.avatar-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.25rem}.thread-info{flex:1;min-width:0}.thread-header{display:flex;justify-content:space-between;margin-bottom:.25rem}.thread-name{font-weight:600;color:#1f2937}.thread-time{font-size:.75rem;color:#9ca3af}.thread-preview{font-size:.875rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unread-badge{position:absolute;top:1rem;right:1rem;background:#2196f3;color:#fff;border-radius:12px;padding:.125rem .5rem;font-size:.75rem;font-weight:600;min-width:20px;text-align:center}.empty-state{padding:3rem 2rem;text-align:center;color:#6b7280}.empty-state a{display:inline-block;margin-top:1rem;padding:.5rem 1rem;background:#2196f3;color:#fff;text-decoration:none;border-radius:6px}.chat-area{display:flex;flex-direction:column;background:#fff;height:100%;max-height:100%;overflow:hidden}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;border-bottom:1px solid #e0e0e0;background:#fff;flex-shrink:0;height:80px;box-sizing:border-box}.chat-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.5rem;background:#f9fafb;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.chat-input{display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e0e0e0;background:#fff;flex-shrink:0;position:sticky;bottom:0;z-index:10}.chat-user-info{display:flex;align-items:center;gap:1rem}.chat-avatar img,.chat-avatar .avatar-placeholder{width:40px;height:40px;border-radius:50%;display:block;margin:0;object-fit:cover}.chat-user-info span{font-weight:600;font-size:1.1rem}.chat-actions{position:relative}.action-btn{background:none;border:none;font-size:2rem;cursor:pointer;padding:.5rem;color:#6b7280;border-radius:4px;min-width:48px;min-height:48px;display:flex;align-items:center;justify-content:center}.action-btn:hover{background:#f3f4f6}.action-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:10;min-width:180px;margin-top:.5rem}.action-menu button{display:block;width:100%;padding:.75rem 1rem;text-align:left;border:none;background:none;cursor:pointer;transition:background .2s;font-size:.95rem}.action-menu button:first-child{border-radius:8px 8px 0 0}.action-menu button:last-child{border-radius:0 0 8px 8px}.action-menu button:hover{background:#f3f4f6}.message{display:flex;flex-direction:column;margin-bottom:1rem;max-width:70%}.message.sent{align-self:flex-end;align-items:flex-end;margin-left:auto}.message.received{align-self:flex-start;align-items:flex-start}.message-content{padding:.75rem 1rem;border-radius:18px;word-wrap:break-word}.message.sent .message-content{background:#2196f3;color:#fff;border-bottom-right-radius:4px}.message.received .message-content{background:#fff;color:#1f2937;border:1px solid #e0e0e0;border-bottom-left-radius:4px}.message-meta{display:flex;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.75rem;color:#9ca3af}.message-status{color:#2196f3}.chat-input input{flex:1;padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:24px;font-size:.95rem;outline:none}.chat-input input:focus{border-color:#2196f3}.chat-input button{padding:.75rem 1.5rem;background:#2196f3;color:#fff;border:none;border-radius:24px;cursor:pointer;font-weight:600;transition:background .2s}.chat-input button:hover:not(:disabled){background:#1976d2}.chat-input button:disabled{opacity:.5;cursor:not-allowed}.no-chat-selected{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af;font-size:1.1rem}.modal-content{background:#fff;padding:2rem;border-radius:12px;max-width:500px;width:90%;box-shadow:0 20px 25px -5px #0000001a}.modal-content h3{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem}.modal-content select,.modal-content textarea{width:100%;padding:.75rem;margin:.5rem 0;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;font-family:inherit}.modal-content textarea{resize:vertical;min-height:100px}.modal-actions button{padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s}.modal-actions button[type=button]{background:#f3f4f6;color:#374151}.modal-actions button[type=button]:hover{background:#e5e7eb}.modal-actions button[type=submit]{background:#2196f3;color:#fff}.modal-actions button[type=submit]:hover:not(:disabled){background:#1976d2}.loading{display:flex;align-items:center;justify-content:center;height:100%;font-size:1.1rem;color:#6b7280}@media (max-width: 768px){.messages-page{height:calc(100vh - 56px);margin:-1rem -1rem 0!important;width:calc(100% + 2rem)!important}.messages-container{grid-template-columns:1fr}.threads-list{display:flex}.chat-area.hidden-mobile,.threads-list.hidden-mobile{display:none}.chat-area{display:flex;height:100%}.threads-list h2{height:60px;font-size:1.25rem}.chat-header{padding:1rem;height:auto;min-height:60px;flex-wrap:nowrap;gap:.5rem}.chat-user-info{flex:1;min-width:0}.chat-user-info span{font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-avatar img,.chat-avatar .avatar-placeholder{width:36px;height:36px}.action-btn{font-size:1.75rem!important;min-width:44px!important;min-height:44px!important}.message{max-width:85%}.chat-input{padding:.75rem;margin-bottom:0}.chat-input input{font-size:16px}}.renters-page{max-width:1280px;margin:0 auto}.renters-header{margin-bottom:3rem}.renters-header h1{font-size:2.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem;letter-spacing:-.03em}.renters-header p{color:var(--gray-600);font-size:1.125rem;letter-spacing:-.011em}.filters-section{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:2.5rem;box-shadow:var(--shadow-soft)}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.filters-header h3{font-size:1rem;font-weight:600;color:var(--gray-900);letter-spacing:-.011em}.clear-filters{padding:.375rem .875rem;border-radius:var(--radius-sm);background:transparent;color:var(--gray-600);font-weight:500;font-size:.875rem;transition:var(--transition);border:1px solid rgba(0,0,0,.08)}.clear-filters:hover{background:#0000000a;color:var(--gray-900)}.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.8125rem;font-weight:600;color:var(--gray-700);letter-spacing:-.011em}.filter-group input,.filter-group select{padding:.625rem .875rem;border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-sm);font-size:.9375rem;color:var(--gray-900);background:#fff;transition:var(--transition);font-family:inherit}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #14b8a61a}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.active-filter{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:#14b8a61a;color:var(--primary-dark);border-radius:var(--radius-sm);font-size:.8125rem;font-weight:500;border:1px solid rgba(20,184,166,.2)}.remove-filter{background:transparent;color:var(--primary-dark);width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;padding:0;border:none;cursor:pointer;transition:var(--transition)}.remove-filter:hover{background:#14b8a633}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0;color:var(--gray-500)}.loading-spinner{width:40px;height:40px;border:3px solid rgba(0,0,0,.06);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.results-header{margin-bottom:1.5rem}.results-count{font-size:.9375rem;color:var(--gray-600);letter-spacing:-.011em}.results-count strong{color:var(--gray-900);font-weight:600}.renters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr));gap:1.5rem}@media (min-width: 1200px){.renters-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 768px) and (max-width: 1199px){.renters-grid{grid-template-columns:repeat(3,1fr)}}.renter-card{position:relative;aspect-ratio:1/1;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(0,0,0,.06);background:#fff;box-shadow:0 1px 5px #00000014;transition:all .3s ease;text-decoration:none;color:inherit}@media (max-width: 768px){.renters-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.renter-card{aspect-ratio:3/4}.renter-overlay{padding:.75rem}.renter-overlay h3{font-size:.875rem}.age-range,.renter-overlay .rating{font-size:.75rem}}.renter-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-large);border-color:#14b8a633}.renter-image{width:100%;height:100%;position:relative}.renter-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s cubic-bezier(.4,0,.2,1)}.renter-card:hover .renter-image img{transform:scale(1.05)}.renter-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);display:flex;align-items:center;justify-content:center;font-size:3.5rem;font-weight:700;color:#fff}.renter-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 70%,transparent 100%);padding:1.5rem 1.25rem 1.25rem;color:#fff}.renter-overlay h3{font-size:1.25rem;font-weight:600;margin:0 0 .375rem}.renter-overlay .rating{font-size:.875rem;color:#ffffffe6}.renter-quick-info{display:flex;gap:.75rem;font-size:1rem;margin-top:.5rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-state h3{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem;letter-spacing:-.011em}.empty-state p{color:var(--gray-600);margin-bottom:1.5rem;font-size:.9375rem}.btn-primary{padding:.625rem 1.5rem;border-radius:var(--radius-sm);background:var(--primary);color:#fff;font-weight:600;font-size:.9375rem;transition:var(--transition);border:none;cursor:pointer;box-shadow:var(--shadow-subtle)}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-soft)}@media (max-width: 768px){.renters-page{padding:0 1rem}.renters-header{margin-bottom:2rem}.renters-header h1{font-size:1.75rem}.renters-header p{font-size:1rem}.filters-section{padding:1rem;margin-bottom:1.5rem}.filters-header{flex-direction:column;align-items:flex-start;gap:.75rem}.clear-filters{width:100%}.filters{grid-template-columns:1fr}.filter-group input,.filter-group select{font-size:16px}.renter-quick-info{font-size:.875rem;gap:.5rem}.empty-state{padding:3rem 1rem}}.renter-detail{max-width:1200px;margin:0 auto}.renter-detail-grid{display:grid;grid-template-columns:1fr 400px;gap:2rem}@media (max-width: 1024px){.renter-detail-grid{grid-template-columns:1fr}}.renter-main{display:flex;flex-direction:column;gap:1.5rem}.renter-header-section{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2.5rem;border-radius:var(--radius-xl);box-shadow:0 8px 32px #00000014;border:2px solid rgba(255,255,255,.5)}.renter-header-content{display:flex;align-items:center;gap:1.5rem}.renter-avatar-xl{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 50%,var(--accent) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:3rem;flex-shrink:0;overflow:hidden;border:4px solid white;box-shadow:0 8px 24px #0ea5e94d}.renter-avatar-xl img{width:100%;height:100%;object-fit:cover}.renter-avatar-xl span{display:flex;align-items:center;justify-content:center}.renter-name{font-size:2rem;color:#1f2937;margin-bottom:.5rem}.rating-large{display:flex;align-items:center;gap:.5rem;font-size:1.25rem}.review-count{color:#6b7280;font-size:.875rem;margin-left:.25rem}.detail-section{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2.5rem;border-radius:var(--radius-xl);box-shadow:0 8px 32px #00000014;border:2px solid rgba(255,255,255,.5)}.detail-section h2{font-size:1.5rem;color:#1f2937;margin-bottom:1.5rem}.bio-text{color:#4b5563;line-height:1.7;font-size:1rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-item{display:flex;gap:1rem;padding:1rem;background:#f9fafb;border-radius:.5rem;font-size:.875rem}.info-icon{font-size:1.5rem;flex-shrink:0}.info-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.info-value{font-size:1rem;color:#1f2937;font-weight:600}.info-detail{font-size:.875rem;color:#6b7280;margin-top:.25rem}.address-list{display:flex;flex-direction:column;gap:.75rem}.address-item{padding:1rem;background:#f9fafb;border-radius:.5rem;color:#4b5563}.references-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.reference-card{padding:1.5rem;background:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.reference-card h4{color:#1f2937;font-size:1.125rem;margin-bottom:.5rem}.reference-relationship{color:#6b7280;font-size:.875rem;margin-bottom:.75rem}.reference-contact{color:#4b5563;font-size:.875rem;margin-bottom:.25rem}.renter-sidebar{display:flex;flex-direction:column;gap:1.5rem}.contact-card,.message-card{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.contact-card{position:sticky;top:2rem}.contact-card h3,.message-card h3{font-size:1.25rem;color:#1f2937;margin-bottom:1.5rem}.privacy-notice{padding:1.5rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:.5rem;text-align:center}.privacy-notice p:first-child{color:#0369a1;font-weight:600;margin-bottom:.5rem}.privacy-notice p:last-child{color:#0c4a6e;font-size:.875rem;line-height:1.5}.member-since{color:#6b7280;font-size:.875rem;margin-bottom:.75rem}.references-info{display:flex;flex-direction:column;gap:1rem}.references-available{color:#065f46;font-size:1rem;padding:1rem;background:#d1fae5;border-radius:.5rem}.references-note{color:#6b7280;font-size:.875rem;line-height:1.6}.references-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.reference-preview-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.reference-icon{width:40px;height:40px;border-radius:50%;background:#e0e7ff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.reference-type{font-size:.875rem;color:#1f2937;font-weight:600;margin-bottom:.25rem}.reference-status{font-size:.75rem;color:#059669;font-weight:500}.verified-badge{display:inline-flex;align-items:center;gap:.25rem;margin-left:.75rem;padding:.375rem .75rem;background:#10b981;color:#fff;border-radius:1rem;font-size:.875rem;font-weight:600}.verification-info{display:flex;flex-direction:column;gap:1rem}.verification-count{color:#10b981;font-weight:600;margin:0}.btn-secondary{padding:.75rem 1.5rem;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#e5e7eb}.modal-content{background:#fff;border-radius:.75rem;padding:2rem;max-width:500px;width:90%;box-shadow:0 20px 25px -5px #0000001a}.modal-content h2{margin:0 0 1rem;color:#1f2937}.modal-content p{color:#6b7280;margin-bottom:1.5rem}.verification-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-family:inherit;font-size:.9375rem;resize:vertical;margin-bottom:1.5rem}.verification-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.modal-actions button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:8px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-content h2{margin-top:0}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.star-rating{display:flex;gap:.25rem}.star{background:none;border:none;font-size:2rem;color:#ddd;cursor:pointer;padding:0;transition:color .2s}.star.filled{color:#ffc107}.star:hover{color:#ffb300}.category-ratings{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.category-ratings .star{font-size:1.5rem}textarea{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;resize:vertical}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.modal-actions button{padding:.5rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.modal-actions button[type=button]{background:#f5f5f5}.modal-actions button[type=submit]{background:#007bff;color:#fff}.modal-actions button:disabled{opacity:.5;cursor:not-allowed}.reviews-section{margin-top:2rem}.reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.reviews-header h3{margin:0}.avg-rating{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:600}.star-display{display:flex;gap:.1rem}.star-display .star{color:#ddd;font-size:1.2rem}.star-display .star.filled{color:#ffc107}.no-reviews{text-align:center;color:#666;padding:2rem;background:#f9f9f9;border-radius:8px}.reviews-list{display:flex;flex-direction:column;gap:1rem}.review-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem}.reviewer-info{display:flex;gap:1rem;align-items:center}.reviewer-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.reviewer-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:#007bff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.reviewer-name{font-weight:600}.review-date{font-size:.875rem;color:#666}.category-ratings{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-bottom:1rem;padding:1rem;background:#f9f9f9;border-radius:4px}.category{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.category span{font-weight:500;min-width:100px}.category .star-display .star{font-size:1rem}.review-comment{margin:0;line-height:1.6;color:#333}.renter-profile-page{max-width:1100px;margin:0 auto;padding:1.5rem 1rem}.profile-content{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.profile-hero{background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:10px;padding:1.5rem 1rem;color:#fff;box-shadow:0 2px 6px #0000000f;border:1px solid #e5e7eb;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.profile-hero-content{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:.75rem}.profile-avatar-large{width:160px;height:160px;border-radius:50%;border:5px solid rgba(255,255,255,.3);object-fit:cover;box-shadow:0 6px 16px #0003}.avatar-placeholder-large{width:160px;height:160px;border-radius:50%;border:5px solid rgba(255,255,255,.3);background:#fff3;display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:700;color:#fff;box-shadow:0 6px 16px #0003}.profile-hero-info h1{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;display:flex;align-items:center;justify-content:center;gap:.4rem;flex-wrap:wrap;color:#fff}.verified-badge{background:#ffffff40;color:#fff;padding:.2rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600}.profile-hero-meta{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;color:#fffffff2}.meta-item{display:flex;align-items:center;gap:.3rem}.profile-actions{display:flex;flex-direction:column;gap:.5rem;width:100%}.btn-primary,.btn-secondary{padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:.85rem}.btn-primary{background:#fff;color:#14b8a6}.btn-primary:hover{background:#f0fdfa;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.4)}.btn-secondary:hover{background:#ffffff4d}.profile-section{background:#fff;border-radius:10px;padding:1.75rem;box-shadow:0 2px 6px #0000000f;border:1px solid #e5e7eb}.profile-section.full-width{grid-column:1 / -1}.section-title{font-size:1.15rem;font-weight:700;color:#1f2937;margin:0 0 1.25rem;display:flex;align-items:center;gap:.5rem}.section-title:before{content:"";width:3px;height:22px;background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:2px}.bio-text{font-size:.95rem;line-height:1.65;color:#374151;margin:0}.tags-grid{display:flex;flex-wrap:wrap;gap:.65rem}.tag{background:linear-gradient(135deg,#14b8a615,#0d948815);color:#14b8a6;padding:.45rem .9rem;border-radius:16px;font-size:.85rem;font-weight:600;border:1px solid #14b8a630}.info-grid{display:grid;gap:.85rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.65rem 0;border-bottom:1px solid #f3f4f6}.info-row:last-child{border-bottom:none}.info-label{font-size:.9rem;color:#6b7280;font-weight:500}.info-value{font-size:.9rem;color:#1f2937;font-weight:600}.info-list{display:flex;flex-direction:column;gap:.65rem}.info-item{padding:.9rem;background:#f9fafb;border-radius:8px;font-size:.9rem;color:#374151;border-left:3px solid #14b8a6}.reference-item{padding:1.1rem;background:#f9fafb;border-radius:8px;border-left:3px solid #14b8a6}.reference-name{font-weight:700;color:#1f2937;margin-bottom:.4rem;font-size:.95rem}.reference-relationship{font-size:.85rem;color:#6b7280;margin-bottom:.2rem}.reference-phone{font-size:.85rem;color:#14b8a6;font-weight:600}.photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.85rem}.photo-item{aspect-ratio:1;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px #00000014}.photo-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.photo-item:hover img{transform:scale(1.05)}@media (max-width: 768px){.profile-content{grid-template-columns:1fr}.profile-hero{aspect-ratio:auto;padding:2rem 1.5rem}.profile-section{padding:1.5rem}.photos-grid{grid-template-columns:repeat(2,1fr)}}.landlord-profile{max-width:1000px;margin:0 auto;padding:2rem 1rem;background:linear-gradient(to bottom,#fff8f0,#fff);min-height:100vh}.landlord-profile .profile-header{display:flex;align-items:center;gap:2rem;margin-bottom:2.5rem;padding:2.5rem;background:#fff;border-radius:20px;box-shadow:0 8px 30px #00000014;position:relative;border:1px solid rgba(245,158,11,.1)}.landlord-profile .profile-avatar{position:relative;width:140px;height:140px;border-radius:50%;overflow:hidden;border:5px solid #f59e0b;box-shadow:0 8px 20px #f59e0b4d;flex-shrink:0}.landlord-profile .profile-avatar img{width:100%;height:100%;object-fit:cover}.landlord-profile .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:3.5rem;font-weight:700}.landlord-profile .verified-badge{position:absolute;bottom:8px;right:8px;background:#10b981;color:#fff;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:700;box-shadow:0 2px 8px #10b98166}.landlord-profile .profile-info h1{margin:0 0 .75rem;font-size:2.25rem;color:#1f2937;font-weight:700}.landlord-profile .rating{font-size:1.5rem;color:#f59e0b;margin-bottom:.5rem;font-weight:600}.landlord-profile .edit-btn{position:absolute;top:2rem;right:2rem;padding:.875rem 2rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:700;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #f59e0b4d}.landlord-profile .edit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66}.landlord-profile .profile-content{display:flex;flex-direction:column;gap:1.5rem}.landlord-profile .info-section{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 15px #0000000f;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.landlord-profile .info-section:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.landlord-profile .mandatory-section{border:2px solid #f59e0b;background:linear-gradient(135deg,#fff8f0,#fff);box-shadow:0 8px 25px #f59e0b26}.landlord-profile .mandatory-section h2{color:#f59e0b;font-size:1.75rem;margin-bottom:1.5rem;font-weight:700}.landlord-profile .household-desc{font-size:1.05rem;line-height:1.8;color:#374151}.landlord-profile .info-section h2{margin:0 0 1.5rem;font-size:1.5rem;color:#1f2937;font-weight:700;border-bottom:2px solid #e5e7eb;padding-bottom:.75rem}.landlord-profile .info-section h3{margin:0 0 1rem;font-size:1.25rem;color:#374151;font-weight:600}.landlord-profile .info-section p{color:#6b7280;line-height:1.8;font-size:1rem}.landlord-profile .info-section p.empty{color:#9ca3af;font-style:italic}.landlord-profile .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.landlord-profile .info-card{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;transition:all .3s ease}.landlord-profile .info-card:hover{border-color:#f59e0b;box-shadow:0 6px 20px #f59e0b26;transform:translateY(-3px)}.landlord-profile .info-label{font-size:.8rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.08em}.landlord-profile .info-value{font-size:1.25rem;font-weight:700;color:#1f2937}.landlord-profile .tags{display:flex;flex-wrap:wrap;gap:.75rem}.landlord-profile .tag{padding:.625rem 1.25rem;background:#fef3c7;color:#92400e;border-radius:25px;font-size:.9rem;font-weight:600;transition:all .2s ease;border:2px solid transparent}.landlord-profile .tag:hover{background:#f59e0b;color:#fff;transform:scale(1.05)}.landlord-profile .tag.lifestyle{background:#fef3c7;color:#92400e}.landlord-profile .tag.lifestyle:hover{background:#f59e0b;color:#fff}.landlord-profile .rules-list{list-style:none;padding:0;margin:0}.landlord-profile .rules-list li{padding:1rem 1.5rem;background:#f9fafb;border-left:4px solid #f59e0b;margin-bottom:.75rem;border-radius:8px;color:#374151;font-weight:500;transition:all .2s ease}.landlord-profile .rules-list li:hover{background:#fff8f0;transform:translate(5px)}.landlord-profile .rules-list li:before{content:"✓ ";color:#f59e0b;font-weight:700;margin-right:.5rem}.landlord-profile .reviews-section{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 15px #0000000f;border:1px solid rgba(0,0,0,.05);margin-top:1.5rem}.landlord-profile .reviews-section h2{margin:0 0 1.5rem;font-size:1.75rem;color:#1f2937;font-weight:700;border-bottom:2px solid #e5e7eb;padding-bottom:.75rem}.landlord-profile .reviews-list{display:flex;flex-direction:column;gap:1.25rem}.landlord-profile .review-card{padding:1.5rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb;transition:all .2s ease}.landlord-profile .review-card:hover{box-shadow:0 4px 12px #00000014;border-color:#f59e0b}.landlord-profile .review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.landlord-profile .reviewer-info{display:flex;align-items:center;gap:.75rem}.landlord-profile .reviewer-avatar,.landlord-profile .reviewer-avatar-placeholder{width:45px;height:45px;border-radius:50%;object-fit:cover;border:2px solid #f59e0b}.landlord-profile .reviewer-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:#f59e0b;color:#fff;font-weight:700}.landlord-profile .reviewer-info strong{display:block;color:#1f2937;font-size:1rem}.landlord-profile .review-date{display:block;color:#9ca3af;font-size:.875rem;margin-top:.25rem}.landlord-profile .review-rating{font-size:1.25rem;font-weight:700;color:#f59e0b}.landlord-profile .category-ratings{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem;font-size:.875rem;color:#6b7280}.landlord-profile .review-comment{color:#374151;line-height:1.6;font-size:.95rem}.landlord-profile .edit-form{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 15px #0000000f}.landlord-profile .edit-form h2{margin:0 0 2rem;font-size:2rem;color:#1f2937;font-weight:700}.landlord-profile .form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.landlord-profile .form-section:last-of-type{border-bottom:none}.landlord-profile .form-section h3{margin:0 0 1.5rem;font-size:1.25rem;color:#f59e0b;font-weight:700}.landlord-profile .edit-form label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:.95rem}.landlord-profile .edit-form input,.landlord-profile .edit-form select,.landlord-profile .edit-form textarea{width:100%;padding:.875rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;margin-bottom:1.25rem;transition:all .2s ease;font-family:inherit}.landlord-profile .edit-form input:focus,.landlord-profile .edit-form select:focus,.landlord-profile .edit-form textarea:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.landlord-profile .save-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f59e0b4d}.landlord-profile .save-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66}.landlord-profile .loading,.landlord-profile .error{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:1.25rem;color:#6b7280}@media (max-width: 768px){.landlord-profile .profile-header{flex-direction:column;text-align:center}.landlord-profile .edit-btn{position:static;margin-top:1rem;width:100%}.landlord-profile .info-grid{grid-template-columns:1fr}}.landlord-profile .profile-actions{display:flex;gap:.75rem}.landlord-profile .message-btn{padding:.875rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:700;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #10b9814d}.landlord-profile .message-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.landlord-profile .review-btn{padding:.875rem 2rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:700;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #fbbf244d}.landlord-profile .review-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fbbf2466}.photo-upload-form{display:flex;flex-direction:column;gap:1.5rem}.upload-area{position:relative;border:2px dashed #d1d5db;border-radius:12px;padding:2rem;text-align:center;background:#f9fafb;transition:all .3s;cursor:pointer}.upload-area:hover,.upload-area.has-file{border-color:#3b82f6;background:#eff6ff}.upload-icon{font-size:3rem;margin-bottom:.5rem}.upload-text{color:#6b7280;font-size:.875rem}.upload-text strong{color:#3b82f6;font-weight:600}.file-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.preview-image{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-top:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:600;color:#374151;font-size:.875rem}.form-select,.form-input{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s}.form-select:focus,.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.upload-button{padding:.875rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.875rem}.upload-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.upload-button:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.profile-settings{max-width:1200px;margin:0 auto;padding:2rem}.settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.settings-header h1{font-size:2rem;font-weight:700;color:#1f2937}.view-profile-btn{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.view-profile-btn:hover{background:#2563eb}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.settings-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.settings-section h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.photo-gallery-section{grid-column:1 / -1}.empty-state{text-align:center;padding:3rem;color:#6b7280;background:#f9fafb;border-radius:8px;border:2px dashed #d1d5db}.loading-state{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:1.125rem;color:#6b7280}@media (max-width: 768px){.profile-settings{padding:1rem}.settings-grid{grid-template-columns:1fr}.settings-header{flex-direction:column;gap:1rem;align-items:flex-start}.view-profile-btn{width:100%}}.edit-profile{max-width:800px;margin:0 auto;padding:2rem}.edit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.edit-header h1{margin:0}.header-actions{display:flex;gap:1rem}.edit-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.edit-section h2{margin:0 0 1rem;font-size:1.25rem;color:#1f2937}.edit-section h3{margin:1.5rem 0 .75rem;font-size:1rem;color:#4b5563}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-group{display:flex;flex-direction:column;gap:.25rem}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.875rem;font-weight:500;color:#374151}.form-group input,.form-group select,.form-group textarea{padding:.625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}.checkbox-group{flex-direction:row;align-items:center}.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.tag-input-row{display:flex;gap:.5rem;margin-bottom:.75rem}.tag-input-row input{flex:1;padding:.625rem;border:1px solid #d1d5db;border-radius:6px}.tag-input-row button{padding:.625rem 1rem;background:#4f46e5;color:#fff;border:none;border-radius:6px;cursor:pointer}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag{display:inline-flex;align-items:center;gap:.5rem;background:#eff6ff;padding:.375rem .75rem;border-radius:20px;font-size:.875rem}.tag button{background:none;border:none;color:#ef4444;cursor:pointer;font-size:1rem;padding:0;line-height:1}.reference-card{background:#f9fafb;padding:1rem;border-radius:8px;margin-bottom:1rem}.privacy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.privacy-toggle{display:flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer}.btn-primary{background:#4f46e5;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#f3f4f6;color:#374151;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer}.btn-danger{background:#fee2e2;color:#dc2626;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;margin-top:.5rem}.edit-footer{text-align:center;padding:1rem 0}@media (max-width: 640px){.edit-profile{padding:1rem}.edit-header{flex-direction:column;gap:1rem;text-align:center}.form-grid,.privacy-grid{grid-template-columns:1fr}}.add-property{max-width:800px;margin:0 auto;padding:2rem 1rem}.add-property-header{text-align:center;margin-bottom:2.5rem}.add-property-header h1{font-size:2.5rem;color:#1f2937;margin-bottom:.5rem}.add-property-header p{color:#6b7280;font-size:1.125rem}.property-form{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2.5rem}.form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.form-section:last-of-type{border-bottom:none}.form-section h2{font-size:1.5rem;color:#1f2937;margin-bottom:1.5rem;font-weight:700}.form-section label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:.95rem}.form-section input,.form-section select,.form-section textarea{width:100%;padding:.875rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;margin-bottom:1.25rem;transition:all .2s ease;font-family:inherit}.form-section input:focus,.form-section select:focus,.form-section textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-col{display:flex;flex-direction:column}.checkbox-group{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.25rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:#374151}.checkbox-label input[type=checkbox]{width:auto;margin:0;cursor:pointer;transform:scale(1.2)}.helper-text{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.image-input-group{display:flex;gap:.75rem;margin-bottom:.75rem}.image-input-group input{flex:1;margin-bottom:0}.btn-remove{padding:.875rem 1.25rem;background:#ef4444;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s ease;white-space:nowrap}.btn-remove:hover{background:#dc2626}.btn-secondary{padding:.875rem 1.5rem;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:10px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .2s ease}.btn-secondary:hover{background:#f8f9ff}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:2px solid #e5e7eb}.btn-primary{padding:1rem 2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;cursor:pointer;font-weight:700;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-primary:disabled,.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.error-message{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:10px;margin-bottom:1.5rem;border:1px solid #fecaca}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%}}.viewings-list{padding:2rem;max-width:1200px;margin:0 auto}.viewings-list h2{margin-bottom:1.5rem;color:#2d3748}.empty-state{text-align:center;padding:3rem;color:#718096}.viewings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.viewing-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;border-left:4px solid #cbd5e0;transition:transform .2s}.viewing-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.viewing-card.status-accepted{border-left-color:#48bb78}.viewing-card.status-declined{border-left-color:#f56565}.viewing-card.status-pending{border-left-color:#ed8936}.viewing-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem}.viewing-header h3{margin:0;font-size:1.1rem;color:#2d3748}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.pending{background:#feebc8;color:#c05621}.status-badge.accepted{background:#c6f6d5;color:#22543d}.status-badge.declined{background:#fed7d7;color:#742a2a}.viewing-details{margin-bottom:1rem}.viewing-details p{margin:.5rem 0;color:#4a5568;font-size:.9rem}.viewing-time{font-weight:600;color:#2d3748}.viewing-notes{font-style:italic;color:#718096}.viewing-actions{display:flex;gap:.75rem;margin-top:1rem}.viewing-actions button{flex:1;padding:.625rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-accept{background:#48bb78;color:#fff}.btn-accept:hover{background:#38a169}.btn-decline{background:#f56565;color:#fff}.btn-decline:hover{background:#e53e3e}@media (max-width: 768px){.viewings-list{padding:1rem}.viewings-grid{grid-template-columns:1fr;gap:1rem}.viewing-card{padding:1rem}.viewing-header{flex-direction:column;gap:.5rem;align-items:flex-start}.viewing-header h3{font-size:1rem}.viewing-details p{font-size:.875rem}.viewing-actions{flex-direction:column}.viewing-actions button{width:100%}}.quick-listing{max-width:600px;margin:2rem auto;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a}.quick-listing h2{text-align:center;margin-bottom:1.5rem;color:#2d3748}.progress-bar{display:flex;justify-content:space-between;margin-bottom:2rem;gap:.5rem}.progress-step{flex:1;padding:.75rem;background:#e2e8f0;border-radius:8px;text-align:center;font-size:.9rem;font-weight:600;color:#718096;transition:all .3s}.progress-step.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.form-step{display:flex;flex-direction:column;gap:1rem}.form-step input,.form-step select,.form-step textarea{padding:1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s}.form-step input:focus,.form-step select:focus,.form-step textarea:focus{outline:none;border-color:#667eea}.inline-inputs{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.button-group{display:flex;gap:1rem;margin-top:1rem}.form-step button{flex:1;padding:1rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.form-step button:hover:not(:disabled){transform:translateY(-2px)}.form-step button:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#e2e8f0!important;color:#4a5568!important}.btn-publish{background:linear-gradient(135deg,#48bb78,#38a169)!important}@media (max-width: 768px){.progress-bar{font-size:.8rem}.inline-inputs{grid-template-columns:1fr}}.admin-dashboard{min-height:100vh;background:#f7fafc;padding:2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px #0000001a}.dashboard-header h1{font-size:2rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}.dashboard-header p{color:#718096;margin:0}.refresh-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.refresh-btn:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.refresh-icon{font-size:1.2rem}.alert-banner{display:flex;align-items:center;gap:1rem;background:#fff3cd;border:2px solid #ffc107;border-radius:12px;padding:1rem 1.5rem;margin-bottom:2rem}.alert-icon{font-size:1.5rem}.alert-banner strong{color:#856404}.alert-link{margin-left:auto;color:#856404;font-weight:600;text-decoration:none}.alert-link:hover{text-decoration:underline}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;transition:all .3s;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2)}.stat-card.primary:before{background:linear-gradient(90deg,#667eea,#764ba2)}.stat-card.success:before{background:linear-gradient(90deg,#48bb78,#38a169)}.stat-card.info:before{background:linear-gradient(90deg,#4299e1,#3182ce)}.stat-card.warning:before{background:linear-gradient(90deg,#ed8936,#dd6b20)}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.stat-badge{background:#f0fdf4;color:#16a34a;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.stat-body h3{color:#718096;font-size:.875rem;font-weight:600;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:2.5rem;font-weight:700;color:#000!important;margin-bottom:1rem}.stat-footer{margin-top:1rem}.progress-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .5s ease}.stat-detail{font-size:.875rem;color:#718096}.stat-link{display:inline-block;margin-top:1rem;color:#667eea;font-weight:600;text-decoration:none;font-size:.875rem}.stat-link:hover{color:#5568d3}.charts-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}.chart-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000001a}.chart-card h2{font-size:1.25rem;font-weight:700;color:#1a202c;margin:0 0 1.5rem}.chart-bars{display:flex;flex-direction:column;gap:1rem}.chart-bar-item{display:flex;align-items:center;gap:1rem}.chart-bar-label{width:80px;font-size:.875rem;font-weight:600;color:#4a5568}.chart-bar-container{flex:1;height:40px;background:#f7fafc;border-radius:8px;overflow:hidden;position:relative}.chart-bar-fill{height:100%;display:flex;align-items:center;justify-content:flex-end;padding-right:.75rem;border-radius:8px;transition:width .5s ease;min-width:60px}.chart-bar-fill.blue{background:linear-gradient(90deg,#667eea,#764ba2)}.chart-bar-fill.green{background:linear-gradient(90deg,#48bb78,#38a169)}.chart-bar-fill.purple{background:linear-gradient(90deg,#9f7aea,#805ad5)}.chart-bar-fill.orange{background:linear-gradient(90deg,#ed8936,#dd6b20)}.chart-bar-value{color:#fff;font-weight:700;font-size:.875rem}.actions-section{margin-bottom:2rem}.actions-section h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 1.5rem}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.action-card{background:#fff;border-radius:16px;padding:1.5rem;text-decoration:none;transition:all .3s;position:relative;box-shadow:0 4px 6px #0000001a}.action-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.action-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.action-card h3{font-size:1.125rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}.action-card p{font-size:.875rem;color:#718096;margin:0}.action-badge{position:absolute;top:1rem;right:1rem;background:#ef4444;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.status-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000001a}.status-section h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 1.5rem}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.status-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f7fafc;border-radius:12px;border-left:4px solid #48bb78}.status-item.warning{border-left-color:#ed8936}.status-dot{width:12px;height:12px;border-radius:50%;background:#48bb78;animation:pulse-dot 2s infinite}.status-item.warning .status-dot{background:#ed8936}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.status-item h4{font-size:1rem;font-weight:600;color:#1a202c;margin:0 0 .25rem}.status-item p{font-size:.875rem;color:#718096;margin:0}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#1a202c}.loading-spinner p{font-size:1.125rem;font-weight:600}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#1a202c;text-align:center}.error-icon{font-size:4rem;margin-bottom:1rem}.error-state h2{font-size:1.5rem;margin-bottom:1rem}.retry-btn{padding:.75rem 2rem;background:#fff;color:#667eea;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.retry-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}@media (max-width: 768px){.admin-dashboard{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.stats-grid,.charts-section,.actions-grid,.status-grid{grid-template-columns:1fr}}.admin-users-page{min-height:100vh;background:#f7fafc;padding:2rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{font-size:2rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}.page-header p{color:#718096;margin:0}.export-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#48bb78;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.export-btn:hover{background:#38a169;transform:translateY(-2px);box-shadow:0 4px 12px #48bb7866}.btn-icon{font-size:1.2rem}.stats-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-box{background:#fff;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 4px #0000001a}.stat-icon{font-size:2.5rem}.stat-value{font-size:2rem;font-weight:700;color:#000}.stat-label{font-size:.875rem;color:#718096;font-weight:500}.filters-card{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.filter-group label{display:block;font-size:.875rem;font-weight:600;color:#4a5568;margin-bottom:.5rem}.filter-input,.filter-select{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s}.filter-input:focus,.filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.clear-btn{width:100%;padding:.75rem;background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.clear-btn:hover{background:#edf2f7;border-color:#cbd5e0}.content-grid{display:grid;grid-template-columns:1fr 350px;gap:2rem}.users-list-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.users-table-container{overflow-x:auto}.users-table{width:100%;border-collapse:collapse}.users-table thead{background:#f7fafc;border-bottom:2px solid #e2e8f0}.users-table th{padding:1rem;text-align:left;font-size:.875rem;font-weight:600;color:#4a5568;text-transform:uppercase;letter-spacing:.05em}.users-table tbody tr{border-bottom:1px solid #e2e8f0;transition:all .2s}.users-table tbody tr:hover{background:#f7fafc}.users-table tbody tr.selected{background:#ebf4ff}.users-table td{padding:1rem}.user-cell{display:flex;align-items:center;gap:.75rem}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.user-name{font-weight:600;color:#1a202c}.user-email{font-size:.875rem;color:#718096}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize}.badge-landlord{background:#dbeafe;color:#1e40af}.badge-renter,.badge-active{background:#d1fae5;color:#065f46}.badge-suspended{background:#fee2e2;color:#991b1b}.date-cell{color:#718096;font-size:.875rem}.action-buttons{display:flex;gap:.5rem}.suspend-btn{background:#fee2e2;color:#991b1b}.suspend-btn:hover{background:#fecaca}.reactivate-btn{background:#d1fae5;color:#065f46}.reactivate-btn:hover{background:#a7f3d0}.empty-state{padding:4rem 2rem;text-align:center}.empty-icon{font-size:4rem;display:block;margin-bottom:1rem}.details-panel{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px #0000001a;position:sticky;top:2rem;max-height:calc(100vh - 4rem);overflow-y:auto}.details-panel h2{font-size:1.25rem;font-weight:700;color:#1a202c;margin:0 0 1.5rem}.details-content{display:flex;flex-direction:column;gap:1.5rem}.detail-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;margin:0 auto}.detail-item label{display:block;font-size:.75rem;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.detail-item p{color:#1a202c;font-weight:500;margin:0}.bio-text{font-size:.875rem;line-height:1.6;color:#4a5568}.detail-actions{padding-top:1rem;border-top:2px solid #e2e8f0}.detail-action-btn{width:100%;padding:.875rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.detail-action-btn.suspend{background:#ef4444;color:#fff}.detail-action-btn.suspend:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}.detail-action-btn.reactivate{background:#10b981;color:#fff}.detail-action-btn.reactivate:hover{background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.empty-details{padding:4rem 2rem;text-align:center}.empty-details .empty-icon{font-size:4rem;display:block;margin-bottom:1rem;opacity:.5}.empty-details p{color:#718096;margin:0}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.spinner{width:60px;height:60px;border:4px solid rgba(102,126,234,.3);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-state p{font-size:1.125rem;font-weight:600;color:#4a5568}@media (max-width: 768px){.admin-users-page{padding:1rem}.page-header{flex-direction:column;gap:1rem;align-items:flex-start}.stats-summary{grid-template-columns:repeat(2,1fr)}.filters-grid{grid-template-columns:1fr}.users-table{font-size:.875rem}.action-buttons{flex-direction:column}}.admin-listings-page{min-height:100vh;background:#f7fafc;padding:2rem}.listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.listing-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:all .3s;cursor:pointer}.listing-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.listing-card.selected{border:2px solid #667eea;box-shadow:0 0 0 3px #667eea1a}.listing-image{position:relative;width:100%;height:200px;overflow:hidden;background:#e2e8f0}.listing-image img{width:100%;height:100%;object-fit:cover}.no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;color:#cbd5e0}.listing-status{position:absolute;top:.75rem;right:.75rem}.status-badge{padding:.375rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.status-badge.active{background:#10b981e6;color:#fff}.status-badge.paused{background:#fbbf24e6;color:#fff}.status-badge.inactive{background:#ef4444e6;color:#fff}.listing-content{padding:1.25rem}.listing-title{font-size:1.125rem;font-weight:700;color:#1a202c;margin:0 0 .75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.listing-location{font-size:.875rem;color:#718096;margin-bottom:.75rem}.listing-price{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.75rem}.listing-price span{font-size:.875rem;font-weight:500;color:#718096}.listing-features{display:flex;gap:1rem;margin-bottom:.75rem;font-size:.875rem;color:#4a5568}.listing-owner{padding:.75rem;background:#f7fafc;border-radius:8px;margin-bottom:1rem;font-size:.875rem}.owner-label{color:#718096;margin-right:.5rem}.owner-name{color:#1a202c;font-weight:600}.listing-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.action-btn{padding:.5rem;border:none;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;gap:.25rem}.view-btn{background:#e0e7ff;color:#3730a3}.view-btn:hover{background:#c7d2fe}.pause-btn{background:#fef3c7;color:#92400e}.pause-btn:hover{background:#fde68a}.unpause-btn{background:#d1fae5;color:#065f46}.unpause-btn:hover{background:#a7f3d0}.remove-btn{background:#fee2e2;color:#991b1b}.remove-btn:hover{background:#fecaca}.detail-images{width:100%;height:200px;border-radius:8px;overflow:hidden;margin-bottom:1.5rem}.detail-images img{width:100%;height:100%;object-fit:cover}.detail-price{font-size:1.5rem;font-weight:700;color:#000}.detail-email{font-size:.875rem;color:#667eea}.badge-paused{background:#fef3c7;color:#92400e}.badge-inactive{background:#fee2e2;color:#991b1b}.detail-action-btn.view{background:#667eea;color:#fff}.detail-action-btn.view:hover{background:#5568d3}.detail-action-btn.pause{background:#f59e0b;color:#fff}.detail-action-btn.pause:hover{background:#d97706}.detail-action-btn.unpause{background:#10b981;color:#fff}.detail-action-btn.unpause:hover{background:#059669}.detail-action-btn.remove{background:#ef4444;color:#fff}.detail-action-btn.remove:hover{background:#dc2626}.action-spacer{height:1.25rem}@media (max-width: 768px){.admin-listings-page{padding:1rem}.listings-grid,.listing-actions{grid-template-columns:1fr}}.admin-reports-page{min-height:100vh;background:#f7fafc;padding:2rem}.reports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.report-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;transition:all .3s;cursor:pointer;border-left:4px solid #cbd5e0}.report-card.pending{border-left-color:#f59e0b}.report-card.resolved{border-left-color:#10b981}.report-card.dismissed{border-left-color:#ef4444}.report-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.report-card.selected{border:2px solid #667eea;box-shadow:0 0 0 3px #667eea1a}.report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.report-type{display:flex;align-items:center;gap:.5rem}.type-icon{font-size:1.5rem}.type-text{font-weight:600;color:#1a202c;text-transform:capitalize}.status-badge{padding:.375rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.resolved{background:#d1fae5;color:#065f46}.status-badge.dismissed{background:#fee2e2;color:#991b1b}.report-reason{margin-bottom:1rem}.reason-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize}.reason-badge.red{background:#fee2e2;color:#991b1b}.reason-badge.orange{background:#fed7aa;color:#9a3412}.reason-badge.yellow{background:#fef3c7;color:#92400e}.reason-badge.gray{background:#e5e7eb;color:#4b5563}.report-description{color:#4a5568;line-height:1.6;margin-bottom:1rem;font-size:.875rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.report-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0}.reporter-info{display:flex;flex-direction:column;gap:.25rem}.reporter-label{font-size:.75rem;color:#a0aec0}.reporter-name{font-size:.875rem;font-weight:600;color:#1a202c}.report-date{font-size:.75rem;color:#a0aec0}.report-type-detail{display:flex;align-items:center;gap:.75rem}.type-icon-large{font-size:2rem}.type-text-large{font-size:1.125rem;font-weight:600;color:#1a202c;text-transform:capitalize}.reason-badge-large,.status-badge-large{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:12px;font-size:.875rem;font-weight:600;text-transform:capitalize}.detail-description{color:#4a5568;line-height:1.6;font-size:.875rem}.admin-notes-textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;resize:vertical;transition:all .2s}.admin-notes-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.admin-notes-display{background:#f7fafc;padding:1rem;border-radius:8px;color:#4a5568;line-height:1.6;font-size:.875rem}.detail-action-btn.resolve{background:#10b981;color:#fff}.detail-action-btn.resolve:hover{background:#059669}.detail-action-btn.dismiss{background:#ef4444;color:#fff}.detail-action-btn.dismiss:hover{background:#dc2626}@media (max-width: 1024px){.content-grid{grid-template-columns:1fr}.details-panel{position:static;max-height:none}}@media (max-width: 768px){.admin-reports-page{padding:1rem}.reports-grid{grid-template-columns:1fr}}.admin-content-page{min-height:100vh;background:#f7fafc;padding:2rem}.tabs-container{display:flex;gap:.5rem;margin-bottom:2rem;background:#fff;padding:.5rem;border-radius:12px;box-shadow:0 2px 4px #0000001a}.tab-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;border:none;background:transparent;border-radius:8px;font-weight:600;color:#718096;cursor:pointer;transition:all .2s}.tab-btn:hover{background:#f7fafc}.tab-btn.active{background:#667eea;color:#fff}.tab-icon{font-size:1.25rem}.tab-count{background:#0000001a;padding:.25rem .5rem;border-radius:12px;font-size:.75rem}.tab-btn.active .tab-count{background:#fff3}.filter-card{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a}.filter-select{width:100%;max-width:300px;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s}.filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.review-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;transition:all .3s}.review-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.review-users{display:flex;align-items:center;gap:.75rem;flex:1}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.user-info{flex:1;min-width:0}.user-name{font-weight:600;color:#1a202c;font-size:.875rem}.arrow{color:#cbd5e0;margin:0 .5rem}.deleted-user{color:#a0aec0;font-style:italic}.user-email{font-size:.75rem;color:#718096}.user-role{font-size:.75rem;color:#718096;font-style:italic}.review-badges{display:flex;gap:.5rem;flex-shrink:0}.badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.badge.flagged{background:#fee2e2;color:#991b1b}.badge.hidden{background:#e5e7eb;color:#4b5563}.badge.featured{background:#dbeafe;color:#1e40af}.review-rating{font-size:1.25rem;margin-bottom:.75rem}.review-comment{color:#4a5568;line-height:1.6;margin-bottom:1rem;font-size:.875rem}.review-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0}.review-date{font-size:.75rem;color:#a0aec0}.review-actions{display:flex;gap:.5rem}.action-btn{padding:.5rem .75rem;border:none;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.action-btn.hide{background:#fef3c7;color:#92400e}.action-btn.hide:hover{background:#fde68a}.action-btn.unhide{background:#d1fae5;color:#065f46}.action-btn.unhide:hover{background:#a7f3d0}.action-btn.delete{background:#fee2e2;color:#991b1b}.action-btn.delete:hover{background:#fecaca}.action-btn.edit{background:#e0e7ff;color:#3730a3}.action-btn.edit:hover{background:#c7d2fe}.testimonials-grid{display:grid;grid-template-columns:500px 1fr;gap:2rem;align-items:start}.form-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px #0000001a;position:sticky;top:2rem;display:flex;flex-direction:column;gap:1.5rem}.form-card h2{font-size:1.25rem;font-weight:700;color:#1a202c;margin:0 0 1.5rem}.form-fields{display:flex;flex-direction:column;gap:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#4a5568;margin-bottom:.5rem}.form-textarea,.form-select,.form-input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s;font-family:inherit}.form-textarea{resize:vertical}.form-textarea:focus,.form-select:focus,.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4a5568;cursor:pointer;margin-bottom:1.5rem}.checkbox-input{width:18px;height:18px;cursor:pointer}.form-actions{display:flex;flex-direction:column;gap:.75rem;width:100%;align-self:end}.admin-content .save-btn,.admin-content .cancel-btn,.admin-content .create-btn{width:100%!important;padding:.875rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:block;box-sizing:border-box}.admin-content .save-btn{background:#667eea;color:#fff}.save-btn:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.create-btn{background:#10b981;color:#fff;font-size:1rem}.create-btn:hover{background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.cancel-btn{background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0}.cancel-btn:hover{background:#edf2f7}.testimonials-list{display:flex;flex-direction:column;gap:1.5rem}.testimonial-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;transition:all .3s}.testimonial-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.testimonial-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.testimonial-user{display:flex;align-items:center;gap:.75rem}.testimonial-rating{font-size:.875rem;margin-top:.25rem}.testimonial-content{color:#4a5568;line-height:1.6;margin-bottom:1rem;font-size:.875rem}.testimonial-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0}.testimonial-date{font-size:.75rem;color:#a0aec0}.testimonial-actions{display:flex;gap:.5rem}.empty-state{grid-column:1 / -1;padding:4rem 2rem;text-align:center}.empty-icon{font-size:4rem;display:block;margin-bottom:1rem;opacity:.5}.empty-state h3{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0 0 .5rem}.empty-state p{color:#718096;margin:0}@media (max-width: 1024px){.testimonials-grid{grid-template-columns:1fr}.form-card{position:static}}@media (max-width: 768px){.admin-content-page{padding:1rem}.reviews-grid{grid-template-columns:1fr}.review-footer{flex-direction:column;gap:1rem;align-items:flex-start}}.admin-tags-page{min-height:100vh;background:#f7fafc;padding:2rem}.tags-section{display:flex;flex-direction:column;gap:2rem}.category-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px #0000001a}.category-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 1.5rem}.category-icon{font-size:1.75rem}.category-count{font-size:1rem;color:#718096;font-weight:500}.tags-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.tag-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 4px #0000001a;transition:all .3s;border-left:4px solid}.tag-card.purple{border-left-color:#9f7aea}.tag-card.blue{border-left-color:#4299e1}.tag-card.green{border-left-color:#48bb78}.tag-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.tag-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.tag-name{font-weight:600;color:#1a202c;font-size:1rem}.inactive-badge{padding:.25rem .5rem;background:#e5e7eb;color:#6b7280;border-radius:8px;font-size:.75rem;font-weight:600}.tag-actions{display:flex;gap:.5rem}.form-panel{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px #0000001a;position:sticky;top:2rem;display:flex;flex-direction:column;gap:1.5rem}.form-panel h2{font-size:1.25rem;font-weight:700;color:#1a202c;margin:0}@media (max-width: 1024px){.content-grid{grid-template-columns:1fr}.form-panel{position:static}}@media (max-width: 768px){.admin-tags-page{padding:1rem}.tags-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #14b8a6;--primary-dark: #0d9488;--primary-light: #2dd4bf;--primary-subtle: #99f6e4;--secondary: #06b6d4;--accent: #0891b2;--success: #10b981;--warning: #f59e0b;--error: #ef4444;--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-200: #e5e5e5;--gray-300: #d4d4d4;--gray-400: #a3a3a3;--gray-500: #737373;--gray-600: #525252;--gray-700: #404040;--gray-800: #262626;--gray-900: #171717;--shadow-subtle: 0 1px 2px 0 rgba(0, 0, 0, .03);--shadow-soft: 0 2px 8px 0 rgba(0, 0, 0, .04);--shadow-medium: 0 4px 16px 0 rgba(0, 0, 0, .06);--shadow-large: 0 8px 24px 0 rgba(0, 0, 0, .08);--shadow-xlarge: 0 16px 48px 0 rgba(0, 0, 0, .1);--radius-sm: .5rem;--radius: .75rem;--radius-md: 1rem;--radius-lg: 1.25rem;--radius-xl: 1.5rem;--transition: all .2s cubic-bezier(.4, 0, .2, 1)}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafafa;min-height:100vh;color:var(--gray-800);line-height:1.6;letter-spacing:-.011em}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}input,textarea,select{font-family:inherit}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0ea5e94d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0ea5e966}.btn-primary:active{transform:translateY(0)}@media (max-width: 768px){html{font-size:14px}button,a,input[type=submit],input[type=button]{min-height:44px;min-width:44px}input,textarea,select{font-size:16px;padding:.75rem}.main-content{padding:1rem 1rem 2rem!important;min-height:calc(100vh - 60px)}.card,.property-card,.listing-card{margin-bottom:1rem}.grid,.properties-grid,.listings-grid{grid-template-columns:1fr!important;gap:1rem!important}.flex-row{flex-direction:column!important}.modal-content{width:95%!important;max-width:95%!important;margin:1rem!important}.image-gallery,.photo-gallery{grid-template-columns:1fr!important}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:600px}.desktop-only{display:none!important}.mobile-only{display:block!important}}@media (min-width: 769px) and (max-width: 1024px){.grid,.properties-grid,.listings-grid{grid-template-columns:repeat(2,1fr)!important}.main-content{padding:2rem 1.5rem!important}}@media (hover: none) and (pointer: coarse){.nav-link,.btn,button{padding:.75rem 1.25rem}*:hover{transition:none}.button-group{gap:.75rem}}@media (max-width: 768px) and (orientation: landscape){.hero-section{padding:2rem 1rem!important}.modal-content{max-height:90vh;overflow-y:auto}}@media (max-width: 375px){html{font-size:13px}.nav-container{padding:0 .75rem!important}.main-content{padding:.75rem!important}h1{font-size:1.75rem!important}h2{font-size:1.5rem!important}}.mobile-hidden{display:block}.mobile-visible{display:none}@media (max-width: 768px){.mobile-hidden{display:none!important}.mobile-visible{display:block!important}.mobile-flex{display:flex!important}}
